* {
    padding: 0px;
    margin: 0px;
    font-family: 'Microsoft YaHei', 微软雅黑;
}

.edi-ting {
    width: 980px;
    margin: 42px auto 62px auto;
}

.a-tin {
    text-align: right;
    width: 10%;
}

.ed-mkl {
    width: 100%;
    text-align: right;
    margin-left: -30px;
}

.mycenter {
    width: 980px;
    margin: auto;
}
.si-mt{
    margin-bottom: 20px;
    margin-left: 30%;
    font-size: 18px;
    line-height: 29px;
    color: #333;
    width: 735px;
    text-align: left;
}
.si-obj{
	margin-top:25px;
	margin-bottom:15px;
	font-size:22px;
	color:#333;
}
.my-tex {
    width: 100%;
}

.print {
    width: 100%;
    text-align: center;
}
.pr-mrl
{
    display: inline-block;
    width: 180px;
    height:180px ;
    border-radius: 50%;
}
.pr-mrl img {
    border-radius: 50%;
    width: 180px;
    height: 180px;
}

.win-an {
    width: 60%;
    margin: 90px 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: 70px;
}

.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: 44px;
    height: 44px;
    border-radius: 50%;
    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/sina-1.png") no-repeat;
    background-size: 100% 100%; 
    margin-left:20px;}
.share-box .share-weibo:hover {
    background: url("../img/sina-2.png") no-repeat;
    background-size: 100% 100%; }
.share-box .share-weixin {
    background: url("../img/weixin-1.png") no-repeat;
    background-size: 100% 100%; }
.share-box .share-weixin:hover {
    background: url("../img/weixin-2.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%; }
