
    /*分享-样式*/
     .article-box .art-share .bshare-custom a {
        display: block;
        float: none;
        font-size: 12px;
        padding: 0!important;
        line-height: 16px;
        width: 30px;
        height: 30px;
        background-repeat: no-repeat;
        cursor: pointer;
        margin: 0 auto 12px;
        background-color: #CCCCCC!important;
        border-radius: 50%;
        position: relative;
        background-image: none !important;
     }

    .article-box .art-share .bshare-custom a.bshare-weixin:after{
         background:url(../images/art-wx.png) no-repeat center center;
         background-position: unset!important;
     }
    .article-box .art-share .bshare-custom a.bshare-qzone:after{
         background:url(../images/art-qqZone.png) no-repeat center center;
         background-position: unset!important;
     }
    .article-box .art-share .bshare-custom a.bshare-qqim:after{
         background:url(../images/art-qq.png) no-repeat center center;
         background-position: unset!important;
     }
    .article-box .art-share .bshare-custom a:before {
        content: "";
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        left: 0;
        top: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    .article-box .art-share .bshare-custom a:after {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 5px;
        top: 5px;
        z-index: 2;
    }
    .article-box .art-share .bshare-custom a:hover {
        text-decoration: underline;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

    .article-box .art-share .bshare-custom a:hover:before{
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .article-box .art-share .bshare-custom a.bshare-weixin:hover:before{
        background: #3DBE5B;
    }
    .article-box .art-share .bshare-custom a.bshare-qqim:hover:before{
        background: #21B3F7;
    }
    .article-box .art-share .bshare-custom a.bshare-qzone:hover:before{
        background: #F8C514;
    }
    .bsBox,.bsBox *{
        box-sizing: unset !important;
    }
    #bsWXBox{
        background: none!important;
        padding: 0 !important;
        box-shadow:0px 4px 10px 0px rgba(222,225,230,0.6);
        border:1px solid rgba(220,221,226,1);
        border-radius: 0!important;
    }
    #bsWXBox .bsClose{
        top: 2px !important;
        right: 10px !important;
    }