/* 微信分享盒子 */
#share-wechat-qrcode-box {
    display: none;
}
#share-wechat-qrcode-box .content{
    width: 360px;
    height:467px;
    position: fixed;
    z-index:11;
    top: 50%;
    left: 50%;
    margin:-233px 0 0 -180px;
    background: url(/uploads/image/scimages/background-qrcode.png) no-repeat 50%;
    background-position-x: 50%;
    background-position-y: center;
    background-size: initial;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    -moz-background-size: 360px 467px;
    border-radius: 10px;
    overflow: hidden;
}
#share-wechat-qrcode-box .share-wechat-qrcode{
    margin:130px 0 0 100px;
}
.share-wechat-qrcode img{
    width: 160px;
    height: 160px;
}
#share-wechat-qrcode-box .share-wechat-qrcode-tag{
    text-align: center;
    margin:40px 0 0 70px;
    width:220px;
}
#share-wechat-qrcode-box .share-wechat-qrcode-tag span{
    display:block;font-size:12px;
}
#share-wechat-qrcode-box .share-wechat-close{
    position: absolute;
    font-size: 20px;
    font-weight: 600;
    right:11px;
    top:11px;
}
#share-wechat-qrcode-box .share-wechat-close:hover{
    cursor: pointer;
}