<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*分享*/
.shareList {
    width: 50px;
    position: absolute;
    left: -100px;
    top: 1.4rem;
    font-size: 16px;
    overflow: hidden;
}

.shareList .browse {
    display: block;
    width: 50px;
    background: url(../images/icon3.png) no-repeat center top;
    margin-bottom: 25px;
    padding-top: 60px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

.sharebg {
    display: block;
    width: 50px;
    height: auto;
    text-align: center;
    background: url(../images/icon4.png) no-repeat center top;
    cursor: pointer;
    padding-top: 60px;
}

.share {
    overflow: hidden;
    display: none;
    width: 50px;
    height: auto;
    background: none;
}

.share .bdsharebuttonbox&gt;a {
    margin: 10px 0;
    height: 50px;
    text-indent: 0;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background: none;
    font-size: 20px;
    display: block;
    float: none;
    color: #fff;
    transition: all 0.35s ease-out;
    border-radius: 50%;
}

.shareBox {
    width: 260px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -130px;
    z-index: 9998;
    height: 310px;
    border: 6px solid #8F8F8F;
    border-radius: 8px;
    box-shadow: 0 0 7px #aaa;
    display: none;
}

.shareBox {
    font-size: 14px;
}

.shareBox .title {
    background: #f6f6f6;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px !important;
}

.shareClose {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    font-size: 18px;
    width: 20px;
    ;
}

.sharelist {
    position: static;
    height: 250px;
    overflow-y: auto;
    padding-left: 17px !important;
}

.sharelist li {
    float: left;
    width: 130px;
    padding: 2px;
    margin-left: 6px;
    _margin-left: 3px;
    height: 28px;
    overflow: hidden;
    list-style: none;
}

.sharelist li a {
    color: #565656;
    font: 12px '宋体';
    display: block;
    text-decoration: none;
    border: 1px solid #fff;
    line-height: 18px;
    width: auto;
    height: auto;
    text-indent: 0;
}

.weChatBox {
    width: 260px;
    height: 310px;
    background-color: #fff;
    border: solid 1px #d8d8d8;
    padding: 10px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -130px 0 0 -140px;
    z-index: 9998;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.weChatBox .w-title {
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 10px 0;
}

.w-close {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    color: #333;
    cursor: pointer;
}

.qrcode {
    width: 200px;
    height: 200px;
    margin: 15px auto;
    background: #ccc;
}

.w-footer {
    font-size: 12px;
    line-height: 1.5;
    color: #999;
}

#qrodeText {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    visibility: hidden;
}

.share span {
    display: block;
    height: 40px;
    line-height: 40px;
}

.share .bdsharebuttonbox&gt;a::before {
    display: none;
}

.share .bdsharebuttonbox&gt;a.bds_weixin {
    background: url(../images/weixin.png) no-repeat center;
    width: 50px;
    height: 50px;
    margin: 10px 0 !important;
}

.share .bdsharebuttonbox&gt;a.bds_tsina {
    background: url(../images/xl.png) no-repeat center;
}

.share .bdsharebuttonbox&gt;a.bds_qzone {
    background: url(../images/zone.png) no-repeat center;
}

.share .bdsharebuttonbox&gt;a.bds_more {
    background: url(../images/bds_more.png) no-repeat center;
}

@media screen and (max-width:1400px) {
    .shareList {
        position: relative;
        /* display: flex; display: -ms-flexbox; */
        left: 0rem;
        top: auto;
        width: 100%;
        margin-top: 0.3rem;
    }

    .shareList .browse {
        display: inline-block;
        vertical-align: top;
        margin-right: 0.5rem;
    }

    .shareList .shareText {
        display: inline-block;
        vertical-align: top;
    }
}</pre></body></html>