.custom_share a.cms_weixin {
    background: url(https://dimg.jiagle.com/media/2018/08/09/91815338005092.png) center center no-repeat;
}

.custom_share  a.cms_weixin:hover {
    background-image: url(https://www.jiagle.com/jiaju/cn/pc/images/weixin_share_icon.png);
    opacity: 0.7;
}

.custom_share  a.cms_qzone {
    background: url(https://dimg.jiagle.com/media/2018/09/19/91815373511700.png) center center no-repeat;
}

.custom_share  a.cms_qzone:hover {
    background-image: url(https://www.jiagle.com/jiaju/cn/pc/images/qq_share_icon.png) ;
    opacity: 0.7;
}

.custom_share  a.cms_tsina {
    background: url(https://dimg.jiagle.com/media/2018/08/09/91815338005090.png) center center no-repeat;
}

.custom_share  a.cms_tsina:hover {
    background-image: url(https://www.jiagle.com/jiaju/cn/pc/images/weibo_share_icon.png);
    opacity: 0.7;
}
.custom_share a {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0px 6px;
    padding: 0 !important;
    background-size: cover !important;
}

.custom_share_wx_center div{
    width: 180px;
    border: 0;
    vertical-align: middle;

}
.cms_qrcode img{
    display: none;
}
.custom_share_qrcode{
    display: none;
    background: #fff;
    padding: 5px 15px;
    font-size: 14px;
    z-index: 9999;
    width: 230px;
    box-shadow: 0px 1px 5px 0px;

}
.custom_share_qrcode p{
    margin: 5px 0;
    font-size: 14px;
    line-height: 26px;
}
.custom_share_wx_center{
    text-align: center;
}
.clearfix:after { content:" "; clear: both; height: 0; overflow: hidden; visibility: hidden; display: block; }
.clearfix { zoom: 1;}

