/*分享share*/
.share {
    width: 331px;
    margin: 20px 0;
    text-align: center;
}
 
.share span {
    float: left;
    line-height: 44px;
    font-size: 16px;
    color: #828282;
}
 
.share b {
    margin-top: 20px;
}
 
.bdshare-button-style0-16 a {
    width: 36px;
    height: 44px !important;
    padding-left: 0 !important;
    display: inline-block;
    margin: 0 2px !important;
    cursor: pointer !important;
    background-size: 36px !important;
}
 
.share a.bds_sqq {
    background: url(../images/share.png) no-repeat;
    background-position: 0 -130px;
}
 
.share a.bds_weixin {
    background: url(../images/share.png) no-repeat;
    background-position: 0 -41px;
}
 
.share a.bds_qzone {
    background: url(../images/share.png) no-repeat;
    background-position: 0px -309px;
}
 
.share a.bds_tsina {
    background: url(../images/share.png) no-repeat;
    background-position: 0 -220px;
}
 
.share a.bds_sqq:hover {
    background: url(../images/share.png) no-repeat;
    background-position: 0 -86px;
}
 
.share a.bds_weixin:hover {
    background: url(../images/share.png) no-repeat;
    background-position: 0 3px;
}
 
.share a.bds_qzone:hover {
    background: url(../images/share.png) no-repeat;
    background-position: 0 -265px;
}
 
.share a.bds_tsina:hover {
    background: url(../images/share.png) no-repeat;
    background-position: 0 -176px;
}
 
.share a.bds_more {
    background: url(../images/share.png) no-repeat;
    background-position: 0 -487px;
    margin: 0;
    padding: 0;
    width: 44px;
}