.share_item {
    position: absolute;
    /*margin-top: 25px;*/
    display: inline-block;
}
.share_item>* {
    float: left;
    line-height: 28px;
}
.share_item .share {
    color: #cacaca;
    margin-left: 10px;
    font-size: 12px;
    cursor: pointer;
}
.share_item .share i {
    font-size: 12px;
}
.share_item .share span {
    color: #999;
}
.share_item .share * {
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -ms-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}
.share_item .share:hover * {
    color: #333;
}
.share_item .bdsharebuttonbox {
    display: none;
}
.share_item .bdsharebuttonbox a.icon-weixin{
    color: #71d326;
    text-decoration: none;
}
.share_item .bdsharebuttonbox a.bds_sqq{
    color: #08B9FF;
    text-decoration: none;
}
.share_item .bdsharebuttonbox a.icon-icon_weibo{
    color: #f72e3a;
    text-decoration: none;
}
.share_item .bdsharebuttonbox>a {
    /*margin-left: 10px;*/
    /*margin-top: 5px;*/
}
.share_item:hover .bdsharebuttonbox {
    display: inline-block;
}

/*
    众筹/专栏
*/
.show_box{
    display: inline-block;
}
.show_box .bdsharebuttonbox{
    /*margin-left: 10px;*/
    display: inline;
}
/*.show_box:hover .bdsharebuttonbox {*/
    /*display: inline-block;*/
/*}*/
.show_box.bdsharebuttonbox a{
    margin-left: 20px;
    margin-top: 2px;
    font-size: 18px;
}
.show_box.bdsharebuttonbox i{
    color: #aeb5bd;
}
.show_box.bdsharebuttonbox i:hover{
    color: #7a7f85;
}
.show_box.bdshare-button-style1-24 .bds_sqq {
    background-image: none;
    color: #4488ff;
}
.show_box.bdshare-button-style1-24 .bds_sqq:hover {
    color: #4488ff;
}
.show_box.bdshare-button-style1-24 .bds_weixin {
    background-image: none;
    color: #71d326;
}
.show_box.bdshare-button-style1-24 .bds_weixin:hover {
    color: #71d326;
}
.show_box.bdshare-button-style1-24 .bds_tsina {
    background-image: none;
    color: #f72e3a;
}
.show_box.bdshare-button-style1-24 .bds_tsina:hover {
    color: #f72e3a;
}
.show_box .bdsharebuttonbox.bdshare-button-style1-24 a{
    line-height: 20px;
    height: 20px;
    margin-left: 20px;
}
.bdshare-button-style1-24 a, .bdshare-button-style1-24 .bds_more{
    padding-left: 0 !important;
    margin-left: 20px!important;
    margin-bottom: 0 !important;
}
