html.jl-m video {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

@media (max-width: 768px) {
    .wrap {
        min-width: 0;
        font-size: .26rem;
    }

    body {
        font-size: .26rem;
    }

    .sidebar {
        display: none !important;
    }

    .load-img {
        width: 4.4rem;
    }

    
    .header,
    .header-main {
        height: 1.08rem;
        overflow: visible;
        background: #1a1510;
    }

    .header-main {
        border-bottom: .02rem solid rgba(194, 171, 125, .35);
        box-shadow: 0 .08rem .18rem rgba(0, 0, 0, .45);
    }

        .header-main::after {
            display: none;
        }

    .logo {
        left: .2rem;
        top: 50%;
        transform: translateY(-50%);
        line-height: 0;
    }

        .logo img {
            height: .88rem;
            display: block;
        }

    .nav-toggle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: .09rem;
        position: absolute;
        right: .24rem;
        top: 50%;
        transform: translateY(-50%);
        width: .6rem;
        height: .6rem;
        padding: 0;
        background: rgba(0, 0, 0, .35);
        border: .02rem solid #483d32;
        border-radius: .1rem;
        cursor: pointer;
        z-index: 3;
    }

        .nav-toggle span {
            display: block;
            width: .32rem;
            height: .03rem;
            background: #c2ab7d;
            transition: transform .25s ease, opacity .2s ease;
        }

        .nav-toggle.on span:nth-child(1) {
            transform: translateY(.12rem) rotate(45deg);
        }

        .nav-toggle.on span:nth-child(2) {
            opacity: 0;
        }

        .nav-toggle.on span:nth-child(3) {
            transform: translateY(-.12rem) rotate(-45deg);
        }

    .nav {
        position: absolute;
        left: 0;
        right: 0;
        top: 1.08rem;
        margin: 0;
        background: #1a1510;
        border-top: .02rem solid #483d32;
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s ease;
    }

        .nav.open {
            max-height: 6rem;
        }

        .nav li {
            float: none;
            width: 100%;
            background: none;
            border-bottom: .01rem solid rgba(120, 100, 70, .28);
        }

            .nav li:last-child {
                border-bottom: none;
            }

            .nav li a {
                height: .92rem;
                font-size: .28rem;
            }

                .nav li a::before,
                .nav li a::after {
                    display: none;
                }

    .index-music {
        top: 50%;
        right: 1rem;
        width: .52rem;
        height: .52rem;
        padding: 0;
        border-radius: 50%;
        font-size: 0;
        overflow: hidden;
        transform: translateY(-50%);
        background: rgba(0, 0, 0, .35);
    }

        .index-music em {
            margin: 0;
        }

    
    .page1 {
        height: auto;
        min-height: 12.4rem;
    }

        .page1::before {
            display: none;
        }

    .hero-title-wrap {
        top: 38%;
        padding: 0 .3rem;
    }

    .hero-title-img {
        width: 6.3rem;
    }

    .games {
        width: 2.7rem;
        height: 1.18rem;
        left: 50%;
        bottom: 3.3rem;
        margin-left: 0;
        overflow: visible;
        transform: translateX(-50%) scale(1.45);
        transform-origin: center bottom;
    }

    .download-code {
        display: none;
    }

    .play-btn {
        float: none;
        margin: 0 auto;
    }

    .download {
        left: 50%;
        bottom: 1.2rem;
        height: auto;
        transform: translateX(-50%) scale(1.4);
        transform-origin: center bottom;
    }

    .age {
        width: 1.02rem;
        left: .28rem;
        bottom: .32rem;
    }

    
    .game-news-wrap {
        padding: .5rem 0;
    }

    .game-news-section {
        max-width: 7.5rem;
        padding: 0 .24rem;
    }

    .news-title-img {
        max-width: 4.3rem;
        margin: 0 auto .26rem;
    }

    .scroll-container {
        padding: .38rem .46rem;
    }

    .news-main-wrap {
        flex-direction: column;
        gap: .24rem;
    }

    .news-banner {
        flex: none;
        width: 100%;
        box-sizing: border-box;
    }

        .news-banner img {
            height: auto;
        }

    .news-list {
        flex: none;
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
        padding: .08rem .12rem;
    }

    .news-item {
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
        padding: .18rem .1rem;
        gap: .16rem;
    }

    .news-link {
        min-width: 0;
    }

    .news-tag {
        min-width: .84rem;
        padding: .06rem .1rem;
        font-size: .22rem;
    }

    .news-link {
        font-size: .26rem;
    }

    .activity-title-img {
        max-width: 3.3rem;
        margin: .42rem 0 .24rem;
    }

    .activity-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: .2rem;
    }

    .activity-card {
        height: 2.2rem;
    }

    #b1,
    #b2,
    #b3,
    #b4,
    #b5 {
        scroll-margin-top: 1.08rem;
    }

    
    .page3 {
        height: auto;
        padding: 0 0 .4rem;
    }

    .heros {
        height: auto;
    }

        .heros::after {
            display: none;
        }

    .hero-nav {
        position: absolute;
        left: 0;
        right: 0;
        top: 1.24rem;
        width: auto;
        height: auto;
        bottom: auto;
        padding: 0;
        background: none;
        display: flex;
        justify-content: center;
        gap: .74rem;
        z-index: 5;
    }

        .hero-nav li {
            float: none;
            margin: 0;
            width: .84rem;
            height: .84rem;
            background-size: 10rem auto;
            background-position: 0 -.72rem;
        }

            .hero-nav li.hnav2 {
                background-position: -.92rem -.72rem;
            }

            .hero-nav li.hnav3 {
                background-position: -1.84rem -.72rem;
            }

            .hero-nav li.on::after {
                width: 1.2rem;
                height: 1.36rem;
                left: -.16rem;
                top: -.16rem;
                background-size: 10rem auto;
                background-position: 0 -1.72rem;
            }

    .hero-main {
        height: auto;
    }

        .hero-main .swiper-slide {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 2.2rem .3rem .2rem;
            box-sizing: border-box;
            min-height: 11rem;
            position: relative;
            overflow: hidden;
        }

            .hero-main .swiper-slide::after {
                display: block;
                width: 100%;
                height: 2.8rem;
                left: 0;
                top: 0;
                z-index: 1;
                background: linear-gradient(to bottom, rgba(0, 0, 0, .65), transparent);
            }

    html.jl-m video,
    .index-video,
    .hero-video {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

    .h-fade,
    .h-fade2 {
        display: none !important;
    }

    .hero-person {
        position: relative;
        order: 1;
        z-index: 2;
        top: auto;
        right: auto;
        bottom: auto;
        min-width: 0;
        width: 100%;
        background: none;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-img {
        height: 6.6rem;
        width: auto;
        max-width: 100%;
        object-fit: contain;
    }

    .hero-close,
    .hero-open,
    .intors,
    .hero-guide {
        display: none !important;
    }

    .hero-name {
        position: static;
        width: auto;
        height: auto;
        padding: 0;
        margin: .12rem 0 0;
        background: none;
        font-size: .46rem;
        letter-spacing: .04rem;
    }

        .hero-name span {
            width: auto;
            margin: 0;
        }

    .caption {
        position: static;
        order: 2;
        z-index: 2;
        width: 100%;
        height: auto;
        left: auto;
        top: auto;
        padding: .3rem 0 0;
        background: none;
        display: flex;
        justify-content: center;
        gap: .8rem;
    }

        .caption li {
            height: auto;
            line-height: 1.5;
            margin: 0;
            padding: .1rem .24rem;
            font-size: .3rem;
            border: .02rem solid rgba(210, 187, 140, .45);
            border-radius: .08rem;
        }

            .caption li.on {
                border-color: #d2bb8c;
            }

                .caption li.on::after {
                    display: none;
                }

    .caption-main {
        position: static;
        order: 3;
        z-index: 2;
        width: 100%;
        left: auto;
        top: auto;
        max-height: none;
        margin-top: .3rem;
        padding: 0;
    }

        .caption-main p {
            font-size: .26rem;
            line-height: .42rem;
            padding-bottom: .28rem;
            background-size: 100% auto;
        }

        .caption-main h5 {
            font-size: .32rem;
        }

    .hero-label {
        height: .38rem;
        font-size: .22rem;
    }

    
    .page3_5 {
        padding: .6rem 0 !important;
    }

    .version-wrap {
        max-width: 7.5rem;
        padding: .4rem .26rem !important;
    }

    .version-top {
        margin-bottom: .3rem;
    }

    .version-en {
        font-size: .2rem;
        letter-spacing: 2px;
    }

    .version-main-title {
        font-size: .52rem;
    }

    .version-main {
        flex-direction: column;
        gap: .3rem;
        padding: .3rem .26rem;
    }

    .version-left,
    .version-right {
        flex: none;
        width: 100%;
    }

    .version-sub-title {
        font-size: .22rem;
    }

    .version-title {
        font-size: .38rem;
    }

    .version-desc {
        font-size: .26rem;
        line-height: 1.75;
    }

    .version-list li {
        flex-direction: row;
        padding: .16rem 0;
        font-size: .26rem;
    }

    .v-label {
        width: 1.7rem;
        margin-bottom: 0;
    }

    .version-tabs {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: .16rem;
        margin-top: .34rem;
    }

    .version-tab-item {
        padding: .14rem .08rem;
        font-size: .24rem;
        text-align: center;
    }

    
    .treasure-stage-area {
        margin-top: .4rem;
        padding: 0;
    }

    .treasure-swiper-wrap {
        padding: 0 .62rem;
    }

    .treasure-arrow {
        width: .56rem;
        height: .56rem;
    }

    .treasure-platform {
        height: 1.9rem;
    }

    .treasure-item {
        opacity: 1 !important;
    }

    .treasure-name {
        font-size: .24rem;
        margin-top: .14rem;
    }

    
    .art-wrap {
        padding: .5rem 0;
    }

    .art-section {
        max-width: 7.5rem;
        padding: 0 .24rem;
    }

    .art-title-img-new {
        display: block;
        max-width: 3.4rem;
        height: auto;
    }

    .art-header {
        flex-direction: row;
        align-items: center;
        gap: .2rem;
        margin-bottom: .2rem;
    }

    .art-more-btn {
        padding: .1rem .26rem;
        font-size: .24rem;
        border-radius: .08rem;
    }

    .art-divider {
        margin-bottom: .26rem;
    }

    .art-card-list {
        grid-template-columns: repeat(2, 1fr);
        gap: .2rem;
    }

        .art-card img {
            height: 2.2rem;
        }

    .art-card-name {
        font-size: .24rem;
        padding: .1rem 0;
    }

    
    .site-footer {
        padding: .36rem 0 .44rem !important;
    }

    .footer-inner {
        max-width: 7.5rem;
        padding: 0 .24rem;
    }

    .footer-links {
        flex-wrap: wrap;
        gap: .18rem .4rem;
        margin-bottom: .2rem;
    }

        .footer-links a {
            font-size: .26rem;
        }

    .footer-copy {
        font-size: .24rem;
        margin-bottom: .1rem;
    }

    .footer-other {
        font-size: .22rem;
        line-height: .36rem;
    }

    
    .show-media {
        width: 100%;
        padding: 0 .3rem;
        box-sizing: border-box;
    }

    .alert-media {
        height: 4rem;
    }

    .media-title {
        font-size: .26rem;
        padding-top: .24rem;
    }

        .media-title p {
            font-size: .34rem;
        }

    .age-alert {
        width: 6.4rem;
        padding: .44rem .36rem;
        font-size: .26rem;
        line-height: .46rem;
        border-radius: .14rem;
    }

    .age-name {
        font-size: .34rem;
        margin-bottom: .2rem;
    }
}

@media (min-width: 769px) {
    .nav-toggle {
        display: none;
    }
}
