/*分享*/
.bdsharebuttonbox{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #27a0f5;
    margin: 0;
    display: none;
}
.s2-right-li .bdsharebuttonbox a{
    background: #27a0f5;
    position: relative;
    display: block;
    width: 25%;
    height: 54px;
    opacity: 1;
    margin:0;
}
.s2-right-li .bdsharebuttonbox a:hover{
    background:#92d2ff;
}
.bdsharebuttonbox a:before{
    position: absolute;
    width:100%;
    height:100%;
    display: block;
    background: url(../images/my39.png) no-repeat center center;
    content:"";
}
.bdsharebuttonbox .bds_weixin:before{
    background-image:url(../images/my39.png);
}
.bdsharebuttonbox .bds_tsina:before{
    background-image:url(../images/my37.png);
}

.bdsharebuttonbox .bds_qzone:before{
    background-image:url(../images/my10.png);
}
.bdsharebuttonbox .popup_sqq:before{
    background-image:url(../images/my38.png);
}