@charset "UTF-8";
.bsBox {
    width: 232px !important;
    height: 256px !important;
}

.share_content {
    width: 40px;
    height: 24px;
    display: inline-block;
    margin-left: 5px;
    position: relative;
}

.share_box {
    display: none;
    width: 160px;
    background: #ffffff;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 99999;
    box-shadow: -2px 0 5px #eee, 0 -2px 5px #eee, 0 2px 5px #eee, 2px 0 5px #eee;
}

.share_content:hover .share_box {
    display: block;
}

.share_box p {
    width: 80%;
    margin: 0 auto;
    line-height: 30px;
    border-bottom: 1px solid #dbdbdb;
}

.bshare-custom {
    margin: 10px 0;
    line-height: 50px;
}

.bshare-custom a {
    font-size: 20px;
    padding-left: 5px !important;
    background: #fff !important;
    color: #2d8cf0 !important;
    text-decoration: none !important;
}
.share_main{
    display: block;
    width: auto;
    background: transparent;
    position: inherit;
    z-index: 99999;
    box-shadow: none;
}
.share_main .bshare-custom{
    margin:0;
    line-height:1;
    padding:5px 0;
}
.share_main .bshare-custom a {
     font-size: 30px;
     padding: 0 10px 0 0 !important;
     background: #fff !important;
     color: #2d8cf0 !important;
     text-decoration: none !important;
 }