.article-text h1{
    font-size: 24px;
}
.article-text h2{
    font-size: 18px;
}
.article-text h3{
    font-size: 16px;
}
.article-text h4{
    font-size: 14px;
}
.article-text h5{
    font-size: 12px;
}
.pop-public-video {
    display: none;
}

.pop-public-mask {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: Alpha(opacity=50);
    z-index: 999;
}

.pop-public-in {
    width: 1024px;
    height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -512px;
    margin-top: -300px;;
    z-index: 999;
}
.pop-public-close {
    position: absolute;
    top: 0px;
    right:  -55px;
    width: 45px;
    height: 45px;
    background: url("../images/common/close.png") center center no-repeat;
    z-index: 999;
}

.service {
    display: block;
    height: 249px;
    width: 240px;
    background: url(../images/common/service.png) center center no-repeat;
    position: fixed;
    top: 100px;
    left: 0px;
}

.current-text-line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mobile-menu {
    display: none;
}

.mobile-drawer,.mobile-fixed {
    display: none;
}

.fullscreen {
    display: none;
}

.body-lock{
    position: fixed !important;
    overflow-y: scroll;
}

@media screen and (max-width: 768px) {
    button, input, optgroup, select, textarea {
        box-sizing: content-box;
        color: inherit;
        font-size: inherit;
        background: none;
        outline: none;
        border: none;
        border-radius: 0;
    }

    .mobile-nav-control {
        position: absolute;
        top: 0;
        left: 0;
        width: 38px;
        height: 49px;
        padding-left: 10px;
        padding-right: 10px;
        text-indent: -999em;
        /* color: #c0bcf2; */
        color: #000;
        /* display: none;
        */
    }

    .mobile-nav-control.close:before {
        width: 20px;
        transform: rotate(45deg);
        height: 0;
        border-radius: 2px;
        border-bottom: 2px solid currentColor;
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        box-sizing: border-box;
        left: 0;
        right: 0;
        /* width: 5.76px;
        height: 4.8px; */
        margin: auto;
        transition: border-color .2s;
   }

    .mobile-nav-control.close:after {
        left: 0;
        right: 0;
        width: 20px;
        margin: auto;
        transform: rotate(-45deg);
        height: 0;
        border-radius: 2px;
        border-bottom: 2px solid currentColor;
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        box-sizing: border-box;
    }

    .fullscreen {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 0 !important;
        max-width: 100vw;
        max-height: 100vh;
        z-index: 2999 !important;
        will-change: background-color;
        position: fixed;
    }

    .mobile-drawer,.mobile-fixed {
        display: block;
    }

    .mobile-drawer {
        width: 200px;
        transform: translateX(-200px);
        position: fixed;
        top: 0;
        bottom: 0;
        background: #fff;
        z-index: 3000;
        left: 0;
        transition:all 0.5s;
    }

    .mobile-fixed, .mobile-user-control:before {
        top: 0;
        right: 0;
        /* bottom: 0; */
        left: 0;
        box-sizing: border-box;
    }

    .mobile-fixed:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        z-index: -1;
        /* background-color: #282460; */
    }

    .mobile-fixed {
        position: fixed;
        z-index: 1999;
        display: flex;
        flex-direction: column;
        padding-top: 49px;
        padding-bottom: max(10px, env(safe-area-inset-bottom));
        background-color: transparent;
        /* color: #c0bcf2; */
        color: #000;
        opacity: 1;
        overflow: hidden;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .mobile-logo {
        top: 11.5px;
        bottom: unset;
        text-indent: -999em;
        width: 141px;
        height: 26px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .mobile-nav {
        position: relative;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        font-size: 14px;
        list-style: none;
    }

    .mobile-nav:after {
        bottom: 0;
        /* border-bottom: 1px solid #373274; */
        border-bottom: 1px solid #eee;
        transform-origin: center bottom;
        transform: scaleY(.5);
    }

    .mobile-nav:after, .mobile-nav:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
    }

    .mobile-nav-item.mobile-user.unlogin {
        display: flex;
        align-items: center;
        padding-left: 15px;
    }

    .mobile-nav-item.mobile-user.unlogin:before {
        content: "";
        display: block;
        box-sizing: border-box;
        width: 48px;
        height: 21px;
        border: 2px solid currentColor;
        border-radius: 10.5px;
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMC4wMyAyMy45NyI+PHBhdGggZD0iTTEzLjI3IDE0LjY3Yy0uMTUtLjA1LTEuMDYtLjQ3LS40OS0yLjI1YTEwIDEwIDAgMDAyLjY0LTYuNTlDMTUuNDEgMiAxMi45MiAwIDEwIDBTNC42NCAyIDQuNjQgNS44M2ExMCAxMCAwIDAwMi42NCA2LjYxYy41OCAxLjU3LS40NyAyLjE1LS42OCAyLjIzLTMgMS4xMi02LjYgMy4xNi02LjYgNS4xOHYuNzVDMCAyMy4zNSA1LjIyIDI0IDEwLjA1IDI0czEwLS42MiAxMC0zLjM3di0uNzVjMC0yLjA4LTMuNTgtNC4xLTYuNzYtNS4xOHoiIGZpbGw9IiNjMGJjZjIiLz48L3N2Zz4=) 50% no-repeat;
        background-size: auto 12px;
    }

    .mobile-nav-item.mobile-user.unlogin>a:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 0.26rem;
        border-left: 1px solid #eee;
        margin-top: auto;
        margin-bottom: auto;
    }

    .mobile-nav-item {
        position: relative;
        min-height: 50px;
    }

    .mobile-nav-item>a, .mobile-nav-item>strong {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
        width: 100%;
        height: 50px;
        padding-left: 15px;
        padding-right: 15px;
        color: inherit;
        font-weight: 600;
        -webkit-touch-callout: none;
        transition: background-color .2s, color .2s;
    }

    .mobile-nav-item>a:after, .mobile-nav-item>strong:after {
        content: "";
        position: absolute;
        top: 0;
        right: 15px;
        bottom: 0;
        box-sizing: border-box;
        width: 8px;
        height: 8px;
        margin-top: auto;
        margin-bottom: auto;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(315deg) translateY(-2px);
        transition: transform .2s;
        color: #ccc;
    }

    .mobile-nav-item:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        /* border-top: 1px solid #373274; */
        border-top: 1px solid #eee;
        transform-origin: center top;
        transform: scaleY(.5);
    }

    .fit {
        width: 100% !important;
        height: 100%!important;
    }

    .scroll {
        overflow: auto;
        will-change: scroll-position;
    }

    .copyright-content {
        margin-top: 20px;
        font-size: 10px;
        color: inherit;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .no-wrap {
        flex-wrap: nowrap;
        display: flex;
    }

    .copyright-content .en {
        margin-left: 0;
        margin-top: 5px;
    }
    .copyright-content .zh {
        padding-top: 2.75px;
        padding-left: 23px;
        background-size: auto 13.5px;
   }
}
