@charset "utf-8";

.share,
.sharer {
    height: 28px;
    margin-top: 6px;
}

.share-icon {
    font-size: 16px;
    line-height: 28px;
    text-indent: 10px;
    /* display: inline-block;*/
    float: left;
}

.share-box,
.share-boxr {
    display: inline-block;
    margin-left: 10px;
}



.share-box a.gwds_weixin,
.share-boxr a.gwds_weixinr {
    background-image: url(../images/scs_weixicon.png);
    float: left;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    text-decoration: none;
    cursor: pointer;
}

.share-box a.gwds_tsina,
.share-boxr a.gwds_tsina {
    background-image: url(../images/scs_weiboicon.png);
    float: left;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    margin-left: 10px;
    text-decoration: none;
    cursor: pointer;
}

.code-box,
.code-boxr {
    width: 262px;
    /* margin: 50px auto; */
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -180px;
    margin-left: -131px;
    z-index: 99999;
    background: #fff;
}

.code-box h5,
.code-boxr h5 {
    margin: 0;
    line-height: 20px;
}

.code-box p,
.code-boxr p {
    font-size: 12px;
    line-height: 22px;
    margin: 0;
    color: #555;
    text-align: center;
}

#div_div,
#div_divr {
    width: 200px !important;
    height: 200px !important;
    margin: 5px auto
}

#div_div canvas,
#div_divr canvas {
    width: 200px !important;
    height: 200px !important;
}

.code-box p.weixin_close,
.code-boxr p.weixin_closer {
    text-align: right;

}

.code-box p.weixin_close a,
.code-boxr p.weixin_closer a {
    font: 30px/24px '';
    display: inline-block;
    color: #333;
    text-decoration: none;
}


@media screen and (max-width: 710px) {

    .share,
    .sharer {
        display: none;
    }
}