﻿* {
    padding: 0px;
    margin: 0px;
    font-family: 'Microsoft YaHei', 微软雅黑;
}

.edi-ting {
    width: 980px;
    margin: 42px auto;
}

.a-tin {
    text-align: right;
    width: 10%;
}

.ed-mkl {
    width: 100%;
    text-align: right;
    margin-left: -30px;
}

.mycenter {
    width: 980px;
    margin: auto;
}

.my-tex {
    width: 100%;
}

.print {
    width: 100%;
    text-align: center;
}

.pr-mrl img {
    border-radius: 50%;
    width: 185px;
    height: 183px;
}

.win-an {
    width: 60%;
    margin: 92px auto;
}

.win-an:after {
    clear: both;
    display: table;
    content: '';
}

.win-size {
    width: 100%;
}

.size-left {
    width: 10%;
    float: left;

}

.size-right {
    width: 90%;
    float: left;
}

.na-mrr {
    margin-top: 60px;
}

.clear {
    clear: both;
}

.size-at {
    color: #666666;
    font-size: 14px;
}

.share-box {
    position: relative;
    z-index: 300;
}

.share-box .share-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #f3f3f3;
    cursor: pointer;
}

.share-box .f-panel {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 10px;
    background: #fff;
    margin-left: -75px;
    display: none;

}

.qrcode {
    /*margin-top: 10px;*/
    /*margin: 5px;*/
    padding: 5px;
    box-shadow: 0 0 3px 2px rgba(99, 99, 99, .5);
}
.share-box .share-weibo {
    background: url("../img/w-wb1.png") no-repeat;
    background-size: 100% 100%; }
.share-box .share-weibo:hover {
    background: url("../img/w-wb2.png") no-repeat;
    background-size: 100% 100%; }
.share-box .share-weixin {
    background: url("../img/w-wx1.png") no-repeat;
    background-size: 100% 100%; }
.share-box .share-weixin:hover {
    background: url("../img/w-wx2.png") no-repeat;
    background-size: 100% 100%; }
.share-box .share-star {
    background: url("../img/w-sc1.png") no-repeat;
    background-size: 100% 100%; }
.share-box .share-star.active {
    background: url("../img/w-sc2.png") no-repeat;
    background-size: 100% 100%; }
.share-box .share-heart {
    background: url("../img/w-zan1.png") no-repeat;
    background-size: 100% 100%; }
.share-box .share-heart.active {
    background: url("../img/w-zan2.png") no-repeat;
    background-size: 100% 100%; }
.share-box .share-edit {
    background: url("../img/w-xie1.png") no-repeat;
    background-size: 100% 100%; }
.share-box .share-edit:hover {
    background: url("../img/w-xie2.png") no-repeat;
    background-size: 100% 100%; }
