/*home*/
.icoh-img-title, .icoh-news-bg, .icoh-logo, .icoh-code-bg, .icoh-icon-wx-act,
.icoh-icon-wx, .icoh-icon-wb-act, .icoh-icon-wb, .icoh-icon-pz-act, .icoh-icon-pz,
.icoh-icon-sh-act, .icoh-icon-sh, .icoh-icon-dy-act, .icoh-icon-dy, .icoh-icon-jh {
    display: inline-block;
    background: url('../images/sprites-icoh.png') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

.icoh-img-title {
    background-position: -2px -0px;
    width: 441px;
    height: 300px;
}

.icoh-news-bg {
    background-position: -2px -302px;
    width: 400px;
    height: 45px;
}

.icoh-logo {
    background-position: -2px -349px;
    width: 147px;
    height: 44px;
}

.icoh-code-bg {
    background-position: -151px -349px;
    width: 90px;
    height: 126px;
}

.icoh-icon-wx-act {
    background-position: -404px -302px;
    width: 25px;
    height: 20px;
}

.icoh-icon-wx {
    background-position: -404px -324px;
    width: 25px;
    height: 20px;
}

.icoh-icon-wb-act {
    background-position: -404px -346px;
    width: 24px;
    height: 21px;
}

.icoh-icon-wb {
    background-position: -243px -349px;
    width: 24px;
    height: 21px;
}

.icoh-icon-pz-act {
    background-position: -269px -349px;
    width: 22px;
    height: 20px;
}

.icoh-icon-pz {
    background-position: -293px -349px;
    width: 22px;
    height: 20px;
}

.icoh-icon-sh-act {
    background-position: -317px -349px;
    width: 20px;
    height: 20px;
}

.icoh-icon-sh {
    background-position: -339px -349px;
    width: 20px;
    height: 20px;
}

.icoh-icon-dy-act {
    background-position: -361px -349px;
    width: 18px;
    height: 20px;
}

.icoh-icon-dy {
    background-position: -381px -349px;
    width: 18px;
    height: 20px;
}

.icoh-icon-jh {
    background-position: -401px -369px;
    width: 18px;
    height: 20px;
}

/*header-warp*/
.header-warp {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

    .header-warp .header-map {
        height: 80px;
    }

    .header-warp .icoh-logo {
        margin-right: 100px;
    }

    .header-warp .header-nav-link, .header-warp a, .header-warp p {
        flex-shrink: 0;
        font-size: 18px;
        color: #ffffff;
        margin-right: 35px;
    }

    .header-warp .header-nav-link {
        height: 80px;
        line-height: 80px;
        padding: 0 10px;
        /*text-decoration: none;*/
        position: relative;
        cursor: pointer;
    }

        .header-warp .header-nav-link.active {
            /*color: var(--primary-color);*/
            border-bottom: 2px solid #ffffff;
        }

        .header-warp .header-nav-link .child-box {
            display: flex;
            flex-flow: column;
            /*display: none;*/
            background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
            position: absolute;
            top: 100%;
            left: 0;
            opacity: 0;
            height: 0;
            overflow: hidden;
            transition: all .3s;
        }

            .header-warp .header-nav-link .child-box a {
                width: auto;
                height: 40px;
                line-height: 40px;
                padding: 0 10px;
            }

        .header-warp .header-nav-link:hover .child-box {
            /*display: flex;*/
            opacity: 1;
            height: auto;
        }



.header-form {
    width: 320px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50rem;
}

    .header-form input {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        color: #ffffff;
        margin-left: 15px;
    }

        .header-form input::placeholder {
            color: rgba(255, 255, 255, 0.6);
        }

    .header-form .btn {
        width: 54px;
    }

        .header-form .btn img {
            width: 20px;
        }


/*header-mobile-warp*/
.header-mobile-warp {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

    .header-mobile-warp .header-mobile-mask {
        width: 100%;
        height: 100%;
        background: rgba(0,0,0, 0.7) !important;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
    }

    /*.header-mobile-warp .header-mobile-map {*/
    /*    width: 70%;*/
    /*    max-width: 350px;*/
    /*    height: 100%;*/
    /*    display: flex;*/
    /*    flex-flow: column;*/
    /*    background: #ffffff;*/
    /*    !*padding-top: 1.2rem;*!*/
    /*    padding-top: 0;*/
    /*    overflow-y: auto;*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    z-index: 20;*/
    /*}*/

    .header-mobile-warp .header-mobile-map {
        width: 70%;
        max-width: 350px;
        height: 100%;
        display: flex;
        flex-flow: column;
        background: #ffffff;
        padding-top: 0;
        padding-bottom: 2rem;
        overflow-y: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 20;
    }

/*hide*/
.header-warp .bi-list,
.header-mobile-warp {
    display: none;
}
    /*show*/
    .header-mobile-warp.show {
        display: block;
    }

        .header-mobile-warp.show .header-mobile-map {
            animation: nav-warp-nav 0.5s ease-out;
        }

@keyframes nav-warp-nav {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

/*header-mobile-warp*/
.header-mobile-warp .header-nav-link {
    font-size: 1rem;
    /*min-height: 50px;*/
    line-height: 50px;
    /*padding: 0.8rem 1.2rem 0.8rem;*/
    /*padding: 0 1.2rem;*/
    padding: 0 0 0 1.2rem;
    border-bottom: 1px solid #F0F0F0;
}

.header-mobile-warp .header-nav-link.active {
    color: var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
}

.header-mobile-warp .header-nav-link-open-btn {
    height: 50px;
    padding: 0 0 0 1.2rem;
}

.header-mobile-warp .icon-expand {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-left: 1px solid #F0F0F0;
    position: relative;
}

.header-mobile-warp .icon-expand:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #D2D2D2;
    border-right: 2px solid #D2D2D2;
    transform: rotate(45deg);
    transition: all .3s;
}

.header-mobile-warp .header-nav-link .child-box {
    display: flex;
    flex-flow: column;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all .3s;
    background: #F3F3F3;
    /*border-top: 1px solid #D2D2D2;*/
}

.header-mobile-warp .header-nav-link .child-box a {
    padding-left: 1.8rem;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #FBFCFB;
}

/*is-open*/
.header-mobile-warp .header-nav-link.is-open .icon-expand:after {
    transform: rotate(45deg);
}

.header-mobile-warp .header-nav-link.is-open .child-box {
    /*display: flex;*/
    opacity: 1;
    height: auto;
}

.header-mobile-warp .header-form {
    width: 80%;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin: 1rem 0 0 0.8rem;
}

.header-mobile-warp .header-form input {
    height: 40px;
    line-height: 40px;
    color: #333333;
    font-size: 14px;
}

.header-mobile-warp .header-form input::placeholder {
    color: rgba(51, 51, 51, 0.6);
}

/*footer-warp*/
.footer-warp {
    width: 100%;
    background: #1B1D2A;
    padding: 24px 0 24px;
    position: relative;
    z-index: 10;
}

    .footer-warp p, .footer-warp a {
        /*color: #A2A1A4;*/
        color: rgba(255, 255, 255, 0.5);
        margin-right: 20px;
        margin-bottom: 6px;
    }

    .footer-warp .icoh-icon-jh {
        transform: translateY(4px);
    }
    /*code-box*/
    .footer-warp .code-box {
        overflow: unset;
        position: relative;
        cursor: pointer;
        margin-left: 25px;
    }

        .footer-warp .code-box.icoh-icon-wx:hover {
            background-position: -404px -302px;
        }

        .footer-warp .code-box.icoh-icon-wb:hover {
            background-position: -404px -346px;
        }

        .footer-warp .code-box.icoh-icon-pz:hover {
            background-position: -269px -349px;
        }

        .footer-warp .code-box.icoh-icon-dy:hover {
            background-position: -361px -349px;
        }

        .footer-warp .code-box.icoh-icon-sh:hover {
            background-position: -317px -349px;
        }

        .footer-warp .code-box:hover .icoh-code-bg {
            display: block;
            opacity: 1;
        }

        .footer-warp .code-box .icoh-code-bg {
            /*display: none;*/
            opacity: 0;
            transition: opacity 0.3s ease-in-out;
            pointer-events: none;
            text-align: center;
            text-indent: 0;
            box-sizing: border-box;
            padding-top: 6px;
            position: absolute;
            left: 50%;
            bottom: 0;
            transform: translate(-50%, -30px);
        }

    .footer-warp .icoh-code-bg img {
        width: 80px;
        height: 80px;
    }

/*page-section*/
.page-section {
    min-height: 100vh;
}

/*home-page*/
/*swiper*/
.swiper {
    --swiper-theme-color: #ffffff;
    --swiper-navigation-color: #ffffff;
    --swiper-pagination-bullet-horizontal-gap: 0;
    --swiper-navigation-size: 20px;
    --swiper-pagination-bullet-inactive-opacity: 1;
}

.swiper-warp .swiper-slide {
    height: 100vh;
}

.swiper-warp .line-map {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 120px;
    z-index: 10;
}

    .swiper-warp .line-map:before,
    .swiper-warp .line-map:after,
    .swiper-warp .swiper-pagination .swiper-pagination-bullet::before,
    .swiper-warp .swiper-pagination .swiper-pagination-bullet::after,
    .swiper-warp .line-map .line-hr {
        content: "";
        display: inline-block;
        flex: 1;
        height: 1px;
        background: rgba(255, 255, 255, 0.15);
    }

.swiper-warp .swiper-button-prev,
.swiper-warp .swiper-button-next {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-top: 0;
    border: 1px solid rgba(255, 255, 255, 0.9);
    background: rgba(0,0,0, 0.35);
    position: relative;
    left: 0;
    right: 0;
    z-index: 4;
}

    .swiper-warp .swiper-button-prev.swiper-button-disabled,
    .swiper-warp .swiper-button-next.swiper-button-disabled {
        border: 1px solid rgba(255, 255, 255, 0.35);
    }

.swiper-warp .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    width: unset;
    position: unset;
}

.swiper-warp .swiper-pagination .swiper-pagination-bullet {
    width: 200px;
    background: transparent;
    margin: 0 0;
}

    .swiper-warp .swiper-pagination .swiper-pagination-bullet .dot {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #ffffff;
    }

    .swiper-warp .swiper-pagination .swiper-pagination-bullet .text-btn {
        display: none;
        width: 150px;
        height: 45px;
        text-align: center;
        line-height: 45px;
        text-indent: 0;
        background: rgba(0, 0, 0, 0.35);
        font-size: 16px;
        color: rgba(255, 255, 255, 0.98);
        border: 1px solid rgba(255, 255, 255, 0.8);
        border-radius: 50rem;
    }

    /*pagination-bullet-active*/
    .swiper-warp .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .dot {
        display: none;
    }

    .swiper-warp .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .text-btn {
        display: block;
    }

.swiper-warp .news-box {
    text-indent: 0;
    box-sizing: border-box;
    position: relative;
    z-index: 4;
}


/*bread-warp*/
.bread-warp {
    display: flex;
    flex-flow: row;
    padding: 1.2rem 0 1.2rem;
    align-items: center;
    justify-content: flex-end;
}

    .bread-warp .bread-box, .bread-warp p {
        color: #999999;
    }

        .bread-warp .bread-box.active,
        .bread-warp .bread-box:hover {
            color: #404040;
        }

    .bread-warp .icon-right {
        content: '';
        display: inline-block;
        width: 7px;
        height: 7px;
        border-top: 1px solid #b2b2b1;
        border-right: 1px solid #b2b2b1;
        transform: rotate(45deg) translateY(2px);
        margin: 0 5px;
    }


/*subspace*/
.subspace-ptitle-bg, .subspace-banner-txt, .subspace-lt-head, .subspace-title-bg, .subspace-lbt-bg,
.subspace-icon-sc-act, .subspace-icon-sc, .subspace-add, .subspace-icon-jjj, .subspace-home1 {
    display: inline-block;
    background: url('../images/sprites-subspace.png') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

.subspace-ptitle-bg {
    background-position: -2px -0px;
    width: 991px;
    height: 54px;
}

.subspace-banner-txt {
    background-position: -2px -56px;
    width: 727px;
    height: 115px;
}

.subspace-lt-head {
    background-position: -2px -173px;
    width: 287px;
    height: 16px;
}

.subspace-title-bg {
    background-position: -731px -56px;
    width: 190px;
    height: 40px;
}

.subspace-lbt-bg {
    background-position: -731px -98px;
    width: 180px;
    height: 40px;
}

.subspace-icon-sc-act {
    background-position: -923px -56px;
    width: 20px;
    height: 18px;
}

.subspace-icon-sc {
    background-position: -945px -56px;
    width: 20px;
    height: 18px;
}

.subspace-add {
    background-position: -967px -56px;
    width: 15px;
    height: 15px;
}

.subspace-icon-jjj {
    background-position: -967px -73px;
    width: 15px;
    height: 15px;
}

.subspace-home1 {
    background-position: -923px -76px;
    width: 12px;
    height: 12px;
}

/*.page-banner*/
.page-banner {
    height: calc(480 / 1920 * 100vw);
    min-height: 350px;
    max-height: 480px;
    padding-top: calc(190 / 1920 * 100vw);
    box-sizing: border-box;
    background: url('../images/subspace/banner.png') no-repeat top / cover;
    text-align: center;
}

.banner-title {
    color: #374567;
}

.banner-text {
    color: #6c788b;
    max-width: 360px;
}

/*subspace-warp*/
/*subspace-left*/
.subspace-warp .subspace-left {
    width: 287px;
    height: 916px;
    margin-top: -50px;
    box-sizing: border-box;
    padding: 60px 50px 0;
    background: url('../images/subspace/left-d-bg.png') no-repeat top / 100% 100%;
}
/*.subspace-warp .subspace-left-map{*/
/*    width: 260px;*/
/*    padding: 10px;*/
/*    border-left: 1px solid #e8e8e8;*/
/*    border-right: 1px solid #e8e8e8;*/
/*    margin: 0 auto;*/
/*}*/
.subspace-warp .drug-warp {
    height: 780px;
    overflow-x: hidden;
    overflow-y: auto;
}

.subspace-warp .drug-map .drug-box {
    height: 0;
    opacity: 0.5;
    overflow: hidden;
    transition: all 0.3s;
}

.subspace-warp .drug-map.show .drug-box {
    opacity: 1;
    height: unset;
}

.subspace-warp .drug-map.show .subspace-add {
    background-position: -967px -73px;
}

.subspace-left .subspace-lbt-bg {
    display: block;
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 24px;
    margin-bottom: 0;
}

/*page-h2-title*/
.page-h2-title {
    width: 100%;
    line-height: 54px;
    box-sizing: border-box;
    padding-left: 50px;
    background: url('../images/news/ptitle-bg.png') no-repeat top / 100% 100%;
}

/*.medicine-box*/
.medicine-box {
    background: url('../images/subspace/medicine-box.png') no-repeat top / 100% 100%;
    margin-bottom: 6px;
    position: relative;
    transition: all 0.3s;
}

    .medicine-box:hover {
        text-decoration: none;
        background: url('../images/subspace/medicine-box-act.png') no-repeat top / 100% 100%;
        box-shadow: 0 0 20px #dddddd;
        z-index: 3;
    }

    .medicine-box a:hover {
        text-decoration: none;
    }
    /*medicine-img*/
    .medicine-box .medicine-img {
        width: 170px;
        height: 120px;
        object-fit: cover;
    }
    /*medicine-subtitle*/
    .medicine-box .medicine-subtitle {
        height: 52px;
        line-height: 26px;
        /*background: red;*/
        margin-top: 6px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: break-all;
    }
    /*showchana*/
    .medicine-box .showchana {
        width: 108px;
        height: 80px;
        text-align: center;
        flex-shrink: 0;
        border-left: 1px solid #dddddd;
        box-sizing: border-box;
        padding-top: 20px;
        cursor: pointer;
    }

        .medicine-box .showchana.active .subspace-icon-sc {
            background-position: -923px -56px;
        }

        .medicine-box .showchana.active p {
            color: var(--primary-color);
        }
/*medicine-date*/
.medicine-date {
    width: 100px;
    text-align: center;
    position: relative;
}

    .medicine-date:after {
        content: "";
        display: inline-block;
        width: 20px;
        height: 15px;
        background: url('../images/sprites-news.png') no-repeat;
        background-position: -102px -64px;
        position: absolute;
        top: 10px;
        right: -10px;
    }

    .medicine-date .medicine-day {
        height: 50px;
        line-height: 50px;
        font-size: 48px;
        color: #999999;
        /*letter-spacing: -2px;*/
    }

    .medicine-date .medicine-ym {
        font-size: 16px;
        color: #999999;
    }
/*hover*/
.medicine-box:hover .medicine-date:after {
    background-position: -80px -64px;
}

.medicine-box:hover .medicine-date .medicine-day,
.medicine-box:hover .medicine-date .medicine-ym {
    color: var(--primary-color);
}

/*pagination*/
.pagination {
    justify-content: center;
    flex-wrap: wrap;
}

    .pagination .page-item {
        margin-right: 12px;
        margin-bottom: 10px;
    }

    .pagination .page-link, .pagination p {
        color: #131313;
        border-radius: 4px;
    }

        .pagination .page-link:hover, .page-item.active .page-link {
            color: #ffffff !important;
            /*background: linear-gradient(-120deg, #d71998, #a73ffb);*/
            background: #232538;
            border-color: transparent;
        }

        .pagination .page-link:focus {
            box-shadow: none;
        }

    .pagination .page-number,
    .pagination .page-select {
        width: 2.2rem;
        height: 2.3rem;
        text-align: center;
        background-color: #fff;
        border: 1px solid #dee2e6;
        color: #131313;
        border-radius: 4px;
        outline: none;
    }

    .pagination .page-select {
        width: 2.8rem;
    }

/*子空间-详情*/
.subde-page {
    padding-top: 80px;
}

.subde-warp {
    max-width: 1800px;
}

/*subde-left*/
.subde-left {
    /*max-width: 1100px;*/
    height: 829px;
    background: #e6e6e6;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
    /*full-screen*/
    .subde-left.full-screen {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10086;
    }

        .subde-left.full-screen .swiper-slide {
            height: 100vh;
        }

        .subde-left.full-screen .subde-left-change {
            display: none !important;
        }
/*full-screen end*/

/*subde-left-change*/
.subde-left-change {
    /*height: 80px;*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}

.subde-left-change-box {
    width: 104px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    margin-right: 12px;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
    transition: all 0.3s;
    margin-bottom: 10px;
}

    .subde-left-change-box.active,
    .subde-left-change-box:hover {
        color: #ffffff;
        background: var(--primary-color);
    }

/*subde-carousel*/
.subde-carousel .swiper-slide {
    width: 100%;
    height: 829px;
}

/*swiper-ppn*/
.swiper-ppn {
    width: 100%;
    height: 100px;
    background: rgba(0,0,0, 0.3);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 4;
}

.subde-carousel .swiper-button-prev,
.subde-carousel .swiper-button-next {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.9);
    background: rgba(0,0,0, 0.1);
    /*margin: 0 6px!important;*/
    position: unset;
    z-index: 4;
}

    .subde-carousel .swiper-button-prev.swiper-button-disabled,
    .subde-carousel .swiper-button-next.swiper-button-disabled {
        border: 1px solid rgba(255, 255, 255, 0.35);
    }

.subde-carousel .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    width: unset;
    position: unset;
}

/*dot*/
.subde-carousel .swiper-pagination {
    max-width: calc(100% - 200px);
}

    .subde-carousel .swiper-pagination .swiper-pagination-bullet {
        width: 88px;
        height: 66px;
        overflow: hidden;
        border-radius: 6px;
        background: transparent;
        margin: 0 6px !important;
        cursor: pointer;
        position: relative;
    }

        .subde-carousel .swiper-pagination .swiper-pagination-bullet:after {
            content: "";
            width: 100%;
            height: 100%;
            background: rgba(255,255,255, 0.3);
            position: absolute;
            top: 0;
            left: 0;
        }

        .subde-carousel .swiper-pagination .swiper-pagination-bullet img {
            width: 88px;
            height: 66px;
            object-fit: cover;
            /*transition: all 0.5s;*/
        }

        /*dot-active*/
        .subde-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            width: 100px;
            height: 78px;
        }

            .subde-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
                display: none;
            }

            .subde-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active img {
                width: 100px;
                height: 78px;
            }

        .subde-carousel .swiper-pagination .swiper-pagination-bullet.icon-video-bullet {
            background: rgba(0,0,0, 0.8);
        }

            .subde-carousel .swiper-pagination .swiper-pagination-bullet.icon-video-bullet img {
                width: 32px;
                height: 32px;
                margin-top: 16px;
            }

        .subde-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active.icon-video-bullet img {
            margin-top: 22px;
        }

/*ctrl-btn*/
.swiper-ppn .ctrl-btn {
    width: 50px;
    text-align: center;
}

    .swiper-ppn .ctrl-btn img {
        width: 46px;
    }

/*stage-3d*/
#tab-content-3 {
    /*display: flex;*/
    /*flex-flow: row;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*width: 100%;*/
    /*height: 829px;*/
}

.stage-3d {
    width: 100%;
    height: 100%;
    background: #e6e6e6;
    position: absolute;
    top: 0;
    left: 0;
}

    .stage-3d canvas {
    }

.stage-video {
    width: 100%;
    /*height: 100%;*/
    height: calc(100% - 100px);
    background: #e6e6e6;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.swiper-slide .stage-video {
    height: calc(100% - 100px);
    bottom: 100px;
}


/*subde-right*/
.subde-right {
    width: 569px;
    height: 829px;
    padding: 10px 30px 0;
    box-sizing: border-box;
    background: url('../images/subspace/ri-bg.png') no-repeat top / 100% 100%;
}

.subde-right-title {
    height: 80px;
    background: url('../images/subspace/line-tt.png') no-repeat bottom / 100% auto;
}

.subde-right .icon-title-dd {
    width: 12px;
    height: 12px;
    background: url('../images/subspace/title-dd.png') no-repeat top / 100% 100%;
}

.subde-right .showchana.active .subspace-icon-sc {
    background-position: -923px -56px;
}

.subde-right .showchana.active p {
    color: var(--primary-color);
}

.subde-right-con {
    height: 680px;
    overflow-y: auto;
}

.subde-right .subde-badge {
    flex-shrink: 0;
    width: 83px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #ffffff;
    background: var(--primary-color);
    border-radius: 4px;
}


/*news*/
.news-ban-title, .news-icon-weibo, .news-icon-weixin, .news-icon-qq, .news-icon-le-act,
.news-icon-le, .news-icon-ri {
    display: inline-block;
    background: url('../images/sprites-news.png') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

.news-ban-title {
    background-position: -2px -0px;
    width: 206px;
    height: 62px;
}

.news-icon-weibo {
    background-position: -2px -64px;
    width: 26px;
    height: 21px;
}

.news-icon-weixin {
    background-position: -30px -64px;
    width: 25px;
    height: 21px;
}

.news-icon-qq {
    background-position: -57px -64px;
    width: 21px;
    height: 21px;
}

.news-icon-le-act {
    background-position: -80px -64px;
    width: 20px;
    height: 15px;
}

.news-icon-le {
    background-position: -102px -64px;
    width: 20px;
    height: 15px;
}

.news-icon-ri {
    background-position: -124px -64px;
    width: 19px;
    height: 14px;
}

/*news-details-warp*/
.news-details-warp {
    /*height: 1300px;*/
    background: url('../images/news/con-center.png') repeat top / 100% auto;
    padding: 36px 100px 30px;
    position: relative;
}

    .news-details-warp:before {
        content: "";
        display: block;
        width: 100%;
        height: 15px;
        background: url('../images/news/con-top.png') no-repeat top / 100% 100%;
        position: absolute;
        top: -15px;
        left: 0;
    }

    .news-details-warp:after {
        content: "";
        display: block;
        width: 100%;
        height: 15px;
        background: url('../images/news/con-bottom.png') no-repeat top / 100% 100%;
        position: absolute;
        left: 0;
        bottom: -15px;
    }

    .news-details-warp .ns-line,
    .news-details-warp .details-map {
        background: url('../images/news/ns-line.png') no-repeat bottom / 100% auto;
    }

.details-map {
}

    .details-map .news-details-img {
        display: block;
        width: 909px;
        margin: 0 auto;
    }



/*about*/
.about-serve-bg, .about-ban-title, .about-icon-qq, .about-icon-tb, .about-icon-wx,
.about-icon-call, .about-icon-emil, .about-icon-loca {
    display: inline-block;
    background: url('../images/sprites-about.png') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

.about-serve-bg {
    background-position: -2px -0px;
    width: 420px;
    height: 216px;
}

.about-ban-title {
    background-position: -2px -218px;
    width: 194px;
    height: 57px;
}

.about-icon-qq {
    background-position: -198px -218px;
    width: 54px;
    height: 54px;
}

.about-icon-tb {
    background-position: -254px -218px;
    width: 54px;
    height: 54px;
}

.about-icon-wx {
    background-position: -310px -218px;
    width: 54px;
    height: 54px;
}

.about-icon-call {
    background-position: -366px -218px;
    width: 51px;
    height: 51px;
}

.about-icon-emil {
    background-position: -366px -271px;
    width: 51px;
    height: 51px;
}

.about-icon-loca {
    background-position: -198px -274px;
    width: 51px;
    height: 51px;
}

.about-warp {
}

.about-left .concat-box {
    max-width: 350px;
    margin-bottom: 32px;
}

.about-right {
    /*width: 680px;*/
    /*height: 380px;*/
    background: #fafafa;
}

    .about-right .map-img {
        width: 680px;
        height: 380px;
        object-fit: cover;
    }

.serve-warp {
    width: 420px;
    height: 216px;
    box-sizing: border-box;
    /*padding: 30px 45px 0;*/
    background: url('../images/about/serve-bg.png') no-repeat top / 100% 100%;
    /*position: fixed;*/
    position: absolute;
    /*right: calc((100vw - 1280px) / 2);*/
    right: 0;
    top: calc(80px - 5px);
    z-index: 6;
}

    .serve-warp.top {
        z-index: 20;
    }

    .serve-warp .serve-box {
        width: 100px;
    }

        .serve-warp .serve-box .serve-icon {
            display: block;
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }

        .serve-warp .serve-box .serve-img {
            width: 100px;
            text-align: center;
            /*height: 100px;*/
            box-sizing: border-box;
            background: #ffffff;
            border-radius: 6px;
            padding: 23px 0 10px;
            margin: -32px auto 0;
        }

.serve-box .serve-img img {
    width: 82px;
    position: relative;
    z-index: 4;
}

/*me ../images/sprites-mei.png*/
.mei-page-title, .mei-txt-nto, .mei-add-sc, .mei-left-line, .mei-icon-qq,
.mei-icon-wx, .mei-icon-eye-act, .mei-icon-eye, .mei-icon-code, .mei-icon-se-act,
.mei-icon-se, .mei-icon-ph, .mei-icon-pwd, .mei-icon-tl, .mei-icon-down {
    display: inline-block;
    background: url('../images/sprites-mei.png') no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

.mei-page-title {
    background-position: -2px -0px;
    width: 441px;
    height: 300px;
}

.mei-txt-nto {
    background-position: -2px -302px;
    width: 285px;
    height: 13px;
}

.mei-add-sc {
    background-position: -2px -317px;
    width: 190px;
    height: 100px;
}

.mei-left-line {
    background-position: -194px -317px;
    width: 180px;
    height: 7px;
}

.mei-icon-qq {
    background-position: -376px -317px;
    width: 40px;
    height: 40px;
}

.mei-icon-wx {
    background-position: -194px -326px;
    width: 40px;
    height: 40px;
}

.mei-icon-eye-act {
    background-position: -289px -302px;
    width: 21px;
    height: 14px;
}

.mei-icon-eye {
    background-position: -418px -317px;
    width: 20px;
    height: 18px;
}

.mei-icon-code {
    background-position: -236px -326px;
    width: 18px;
    height: 20px;
}

.mei-icon-se-act {
    background-position: -256px -326px;
    width: 18px;
    height: 18px;
}

.mei-icon-se {
    background-position: -276px -326px;
    width: 18px;
    height: 18px;
}

.mei-icon-ph {
    background-position: -296px -326px;
    width: 16px;
    height: 24px;
}

.mei-icon-pwd {
    background-position: -314px -326px;
    width: 16px;
    height: 19px;
}

.mei-icon-tl {
    background-position: -312px -302px;
    width: 12px;
    height: 12px;
}

.mei-icon-down {
    background-position: -326px -302px;
    width: 8px;
    height: 9px;
}

/*login-page*/
.login-page {
    width: 100%;
    height: 100vh;
}

.login-warp {
    height: 100vh;
}

    .login-warp .login-map {
        width: 481px;
        height: 604px;
        box-sizing: border-box;
        padding-top: 70px;
        background: url('../images/me/login-bg.png') no-repeat top / 100% 100%;
        margin-left: auto;
    }

    .login-warp .btn-group {
        display: flex;
        width: 360px;
        height: 52px;
        background: #f5f7fa;
        padding: 6px 8px;
        border-radius: 6px;
        margin: 0 auto;
    }

    .login-warp .input-box {
        display: flex;
        flex-flow: row;
        align-items: center;
        width: 320px;
        height: 58px;
        margin: 15px auto 0;
        position: relative;
    }

        .login-warp .input-box .el-input__inner {
            flex: 1;
            height: 42px;
            line-height: 42px;
            outline: none;
            font-size: 16px;
            color: #0d1a26;
            background-color: #fff;
            border: none;
            border-radius: 4px;
            box-sizing: border-box;
            margin: 0 15px;
        }

            .login-warp .input-box .el-input__inner:focus,
            .login-warp .input-box .el-input__inner:hover {
                outline: none
            }

.mei-icon-eye.active {
    /*background-position: -373px -302px;*/
    background-position: -289px -302px;
}

.login-warp .forgot-password {
    width: 320px;
    text-align: right;
    margin: 8px auto 0;
}

.login-warp .agreement {
    width: 320px;
    /*text-align: right;*/
    margin: 36px auto 0;
}

.login-warp .mei-icon-se.active {
    /*background-position: -2px -317px;*/
    background-position: -256px -326px;
}

.login-warp .submit-btn {
    width: 320px;
    box-shadow: 0 0 20px #bbddf5;
}

.login-warp .mei-txt-nto {
    margin-top: 36px;
}

.login-warp .login-title {
    width: 320px;
    margin: 0 auto 40px;
}

.login-warp .code-box {
    /*width: 250px;*/
    width: 320px;
    margin: 50px auto 50px;
    box-sizing: border-box;
    padding: 12px;
}

.login-warp .input-box .pwd-tips {
    display: none;
    width: 100%;
    /*height: 158px;*/
    background: url('../images/me/check-pwd-bg-2x.png') no-repeat top / 100% 100%;
    padding: 10px 20px 15px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
}

    .login-warp .input-box .pwd-tips p {
        font-size: 12px;
    }


/*me-page*/
.me-page {
    width: 100%;
    /*min-height: 100vh;*/
    min-height: calc(100vh - 106px);
    background: url('../images/me/me-banner.png') no-repeat top / cover;
}

.me-warp {
    padding-top: 150px;
    padding-bottom: 50px;
}
/*me-left-warp*/
.me-left-warp {
    width: 223px;
    height: 600px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 40px;
    background: url('../images/me/left-bg.png') no-repeat top / 100% 100%;
}

    .me-left-warp .avatar-img {
        width: 110px;
        height: 110px;
        box-sizing: border-box;
        border: 6px solid rgba(255,255,255, 0.4);
        border-radius: 50%;
    }

    .me-left-warp .me-badge {
        width: 80px;
        height: 22px;
        text-align: center;
        line-height: 22px;
        font-size: 14px;
        color: #ffffff;
        background: var(--primary-color);
        border-radius: 50rem;
        margin: 10px auto 0;
    }

    .me-left-warp .me-nav-link {
        display: block;
        height: 42px;
        text-align: center;
        line-height: 42px;
        font-size: 16px;
        color: #999999;
    }

        .me-left-warp .me-nav-link.active {
            color: #ffffff;
        }

/*me-right-warp*/
.me-right-warp {
    /*width: 1030px;*/
    /*height: 600px;*/
    flex: 1;
    min-height: 600px;
    margin-left: 32px;
    box-sizing: border-box;
    padding: 30px 60px;
    background: url('../images/me/right-bg.png') no-repeat top / 100% 100%;
}

    .me-right-warp .border-bottom {
        border-color: rgba(255,255,255, 0.3) !important;
    }

    .me-right-warp .btn {
        font-size: 16px;
    }

    .me-right-warp .me-right-title {
        height: 60px;
        position: relative;
    }

    .me-right-warp .mei-icon-tl {
        position: absolute;
        top: 24px;
        left: -22px;
    }

    .me-right-warp .input-bg {
        position: relative;
    }

        .me-right-warp .input-bg .pwd-tips {
            display: none;
            width: 100%;
            /*height: 158px;*/
            background: url('../images/me/check-pwd-bg-2x.png') no-repeat top / 100% 100%;
            padding: 10px 20px 15px;
            position: absolute;
            top: 0;
            left: 0;
            transform: translateY(-100%);
        }

            .me-right-warp .input-bg .pwd-tips p {
                font-size: 12px;
            }

    .me-right-warp.bind-warp {
        /*background: #ffffff!important;*/
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
    }

    .me-right-warp .bind-map {
        flex: 1;
        width: 100%;
        max-width: 800px;
        max-height: 400px;
        align-items: center;
        /*background: #EFD3D3!important;*/
        margin: 0 auto;
    }

    .me-right-warp .wx-qq-img {
        width: 200px;
        height: 200px;
    }

/*me-info-warp*/
.me-info-warp {
}

    .me-info-warp .label-text {
        flex-shrink: 0;
        width: 80px;
        height: 46px;
        line-height: 46px;
        font-size: 16px;
        color: rgba(255, 255, 255, 0.85);
    }

    .me-info-warp .value-text {
        height: 46px;
        line-height: 46px;
        font-size: 16px;
        /*color: #ffffff;*/
        color: rgba(255, 255, 255, 0.9);
    }

    .me-info-warp .avatar-box {
        width: 120px;
        height: 120px;
        border-radius: 6px;
        overflow: hidden;
        position: relative;
    }

        .me-info-warp .avatar-box .nto-text {
            width: 100%;
            height: 32px;
            text-align: center;
            line-height: 32px;
            font-size: 14px;
            color: #ffffff;
            background: rgba(0,0,0, 0.7);
            position: absolute;
            left: 0;
            bottom: 0;
        }

    .me-info-warp .avatar-input {
        width: 100%;
        height: 100%;
        /*visibility: hidden;*/
        opacity: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 4;
        cursor: pointer;
    }

    .me-info-warp .input-bg {
        width: 360px;
        height: 46px;
        padding: 0 15px;
        box-sizing: border-box;
        background: rgba(255,255,255, 0.2);
        border-radius: 4px;
    }

        .me-info-warp .input-bg.input-bg2 {
            width: 460px;
        }

        .me-info-warp .input-bg .input {
            flex: 1;
            height: 46px;
            line-height: 46px;
            font-size: 16px;
            color: #ffffff;
            background: transparent;
        }

    .me-info-warp .submit-btn {
        width: 300px;
    }

/*me-collect-warp*/
.me-collect-warp {
    height: 480px;
    overflow-y: auto;
}

    .me-collect-warp .collect-box {
        /*display: block;*/
        width: 120px;
        margin-right: 30px;
        margin-bottom: 10px;
        position: relative;
    }

        .me-collect-warp .collect-box .del-collect-noe {
            display: none;
            font-size: 12px;
            padding: 0.1rem 0.2rem;
            position: absolute;
            top: 6px;
            right: 6px;
        }

        .me-collect-warp .collect-box:hover .del-collect-noe {
            display: block;
        }

    .me-collect-warp .collect-img {
        width: 120px;
        height: 120px;
        object-fit: cover;
    }

    .me-collect-warp .collect-box .collect-title {
        height: 36px;
        line-height: 36px;
        text-align: center;
        font-size: 16px;
        color: #999999;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        word-break: break-all;
    }

/*folder-box*/
.folder-box {
    width: 210px;
    height: 150px;
    box-sizing: border-box;
    padding: 10px 10px 0;
    background: var(--primary-color);
    border-radius: 4px;
    margin-right: 16px;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
}

    .folder-box:nth-child(4n) {
        margin-right: 5px;
    }

    .folder-box.add-collect {
        background: #373737;
        padding-top: 40px;
    }

    .folder-box .add-collect-img {
        display: block;
        width: 50px;
        height: 50px;
        margin: 0 auto;
    }

    .folder-box .folder-imgs {
        width: 190px;
        height: 100px;
        box-sizing: border-box;
        padding: 8px 0 0;
        /*background: #336790;*/
        background: rgba(255, 255, 255, 0.2);
        border-radius: 4px;
    }

        .folder-box .folder-imgs img {
            width: 40px;
            height: 40px;
            margin-left: 6px;
            margin-bottom: 6px;
            border-radius: 2px;
            object-fit: cover;
        }

            .folder-box .folder-imgs img:nth-child(n+9) {
                display: none;
            }

    .folder-box .btn-sm-map {
        display: none;
        opacity: 0;
        position: absolute;
        top: 10px;
        right: 10px;
    }

        .folder-box .btn-sm-map .btn {
            font-size: 12px;
            padding: 0.1rem 0.2rem;
        }

    /*hover*/
    .folder-box:hover .btn-sm-map {
        display: flex;
        opacity: 1;
    }

.collect-map {
    display: none;
}

    .collect-map.active {
        display: block;
    }



/*me-table*/
.me-table {
    margin-top: 40px;
}

    .me-table thead th,
    .table-bordered td {
        text-align: center;
        /*font-size: 14px;*/
        font-size: 16px;
        color: rgba(255, 255, 255, 0.9);
        border-color: rgba(255,255,255, 0.3) !important;
    }

    .me-table thead th {
        font-size: 16px;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
    }

        .me-table thead th:nth-child(1),
        .table-bordered td:nth-child(1) {
            background: var(--primary-color);
        }


/*base-modal*/
.base-modal .modal-content {
    width: 569px;
    height: 387px;
    box-sizing: border-box;
    padding: 30px 45px 0;
    background: url('../images/me/add-collect-modal-bg.png') no-repeat top / 100% 100%;
}

.base-modal .modal-title {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: url('../images/me/modal-t-line.png') no-repeat bottom / 100% auto;
}

.base-modal .input, .base-modal .select {
    width: 360px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    border: 1px solid #ebebeb;
    margin: 40px auto 0;
    font-size: 16px;
}

.base-modal .btn {
    width: 160px;
    font-size: 16px;
}

.base-modal .modal-close-icon {
    width: 41px;
    height: 41px;
    background: url('../images/me/icon-close.png') no-repeat top / cover;
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translate(-50%, 0);
}


/*scrollbar*/
.scrollbar::-webkit-scrollbar {
    width: 8px;
    border-radius: 3px;
}

.scrollbar::-webkit-scrollbar-track {
    background-color: #cecfe0;
    border-radius: 3px;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #2376b7;
    border-radius: 3px;
}

.subde-left .image-container {
    cursor: none;
}

.subde-left .zoom {
    position: absolute;
    width: 160px; /* 放大镜尺寸 */
    height: 160px; /* 放大镜尺寸 */
    border: 1px solid #ccc; /* 边框样式 */
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5); /* 放大镜背景色 */
    pointer-events: none; /* 禁止放大镜元素阻挡鼠标事件 */
    transform: scale(1.6);
    display: none; /* 初始隐藏 */
}
