/* 分享 */
@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.woff2?t=1684302157242') format('woff2'), url('../font/iconfont.woff?t=1684302157242') format('woff'), url('../font/iconfont.ttf?t=1684302157242') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.gp-f12 {
    font-size: 12px;
}

.gp-f14 {
    font-size: 14px;
}

.gp-f16 {
    font-size: 16px;
}

.gp-f17 {
    font-size: 17px;
}

.gp-f18 {
    font-size: 18px;
}

.gp-f20 {
    font-size: 20px;
}

.gp-f22 {
    font-size: 22px;
}

.gp-f24 {
    font-size: 24px;
}

.gp-f26 {
    font-size: 26px;
}

.gp-f28 {
    font-size: 28px;
}

.gp-f30 {
    font-size: 30px;
}

.gp-f32 {
    font-size: 32px;
}

.gp-f34 {
    font-size: 34px;
}

.gp-f36 {
    font-size: 36px;
}

.gp-f38 {
    font-size: 38px;
}

.gp-f40 {
    font-size: 40px;
}

.gp-ul-inline {
    font-size: 0;
}

.sub031 {
    position: relative;
}

.sub031 .lf_n {
    width: 0;
    float: left;
}

.sub031 .lf_n .share_box {
    margin-left: 15px;
}

.subCon {
    position: relative;
}

.share_box {
    width: 50px;
    line-height: 7px;
    text-align: center;
    color: rgb(1, 88, 156);
    font-size: 0px;
    z-index: 100;
    margin: 50px 0 0 0;
    clear: both;
    position: absolute;
    right: 0;
}

.share_box .share_title {
    display: block;
    text-align: center;
    color: rgb(51, 51, 51);
    font-size: 14px;
    margin: 0 0 10px;
    line-height: 20px;
    position: relative;
    overflow: hidden;
}

.share_box .share_title::before {
    content: '';
    display: block;
    border-top: 1px dashed #e5e5e5;
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    left: 0;
}

.share_box .share_title span {
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 0 10px;
    color: #ccc;
}

.share_box .share_btn,
.share_box .share_btn.share_more::after {
    line-height: 20px;
    margin: 0px auto 10px;
    position: relative;
    width: 50px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    display: block;
    border-radius: 50%;
}

.share_box .share_btn i {
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    z-index: 2;
    color: #fff;
}

.share_box .share_btn.share_wechat {
    background: #7dd43c;
}

.share_box .share_btn.share_sina {
    background: #ff5e4d;
}

.share_box .share_btn.share_qzone {
    background: #fece00;
}

.share_box .share_btn.share_more::after {
    content: "";
    background: #a3bfd9;
    position: absolute;
    border: 0px;
    left: 0px;
    margin: 0px;
}

.share_box .share_btn.share_twitter {
    background: #6babe8;
}

.share_box .share_btn.share_facebook {
    background: #415a94;
}

.share_box .share_btn.share_linkedin {
    background: #3d84c2;
}

.share_box .share_btn:last-child {}

.share_box .share_btn .alert_box {
    position: absolute;
    top: 100%;
    left: 0%;
    padding: 6px;
    display: none;
    z-index: 2;
    padding: 1px;
    z-index: 10;
}

.share_box canvas {
    display: block;
    margin: 0 auto;
}

.share_box .share_btn .alert_box.on {
    display: block;
}

.share_box .share_more .share_btn {
    margin: 10px 0 0;
    border: 0px;
    /* border-radius: 0px; */
}

.share_box .share_btn:hover .alert_box {
    display: block;
}

.share_box .share_btn.share_wechat .alert_box {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 10px;
    border: 1px solid #d8d8d8;
    background: #fff;
    /* width: 210px; */
    bottom: auto;
}

.share_box .share_btn.share_wechat .alert_box.on {
    display: block;
}

.share_box .share_btn.share_wechat .close {
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: block;
    float: right;
    font-size: 16px;
    color: #333;
}

.share_box .share_btn.share_wechat .close::before {
    content: 'x';
}

.share_box .share_btn.share_wechat .title {
    line-height: 24px;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    margin: 0 0 10px;
    color: #333;
}

.share_box .share_btn.share_wechat .bottom {
    color: #666;
    line-height: 22px;
    text-align: left;
    font-size: 12px;
    margin: 10px 0 0;
}

@media screen and (min-width:993px) {
    .only_mob {
        display: none !important;
    }
}

@media screen and (max-width:993px) {
    .only_pc {
        display: none !important;
    }
}

@media screen and (max-width: 992px) {
    .share_box {
        position: fixed;
        right: 10px;
        bottom: 40px;
        top: initial;
    }

    .share_box .share_title {
        margin: 0px 0px 6px;
        display: none;
    }

    .share_box .share_btn,
    .share_box .share_btn.share_more::after {
        width: 40px;
        height: 40px;
    }

    .share_box>.share_btn {
        display: none;
    }

    .share_box .share_btn.share_more {
        display: block;
    }

    .share_box .share_btn .alert_box {
        left: 0px;
        top: auto;
        bottom: 100%;
    }

    .share_box .share_more .share_btn {
        margin: 0 0 10px;
    }
}