@charset "utf-8";
/* CSS Document */
.pc-share .bdshare-button-style0-16{height:26px;padding:6px;zoom:1}
.pc-share .bdshare-button-style0-16 a{width:26px;height:26px;padding:0;margin:0 2px 0 0;float:left;background-image:url(../image/art_tools_v3.png)!important}
.pc-share .bdshare-button-style0-16 a.bds_more{display:none}
.pc-share .bdshare-button-style0-16 a.bds_weixin{background-position:0 0!important}
.pc-share .bdshare-button-style0-16 a.bds_sqq{background-position:-162px 0!important}
.pc-share .bdshare-button-style0-16 a.bds_qzone{background-position:-27px 0!important}
.pc-share .bdshare-button-style0-16 a.bds_tsina{background-position:-54px 0!important}
.pc-share .bdshare-button-style0-16 a.bds_tqq{background-position:-81px 0!important}
.wechat-qrcode-box{
    position:absolute;
    /*top:36px;*/
    right: 250px;
    background:#ffffff;
    z-index:9999;
    width:340px;
    padding:18px 20px;
    border-radius:8px;
    box-shadow:0 2px 12px rgba(0,0,0,.15);
    display:none;
    border: 1px solid rgb(175 175 175);
}
.wx-modal-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:16px;
}
.wx-modal-title{
    font-size:22px;
    font-weight:bold;
    color:#222;
    margin:0;
}
.wx-close-btn{
    font-size:24px;
    color:#999;
    cursor:pointer;
    border:none;
    background:transparent;
    padding:0 4px;
}
.wx-close-btn:hover{color:#333;}
#wxQrcodeImg{
    width:260px;
    height:260px;
    display:block;
    margin:0 auto 20px;
}
.wx-tip-text{
    font-size:19px;
    color:#555;
    line-height:1.6;
    margin:4px 0;
}
.at-rate {position:absolute;opacity:0;transition:all 0.5s ease;pointer-events:none;color:#f56c6c;}
.pc-share-wrap {position:absolute;z-index:99;}