@media screen and (max-width: 1199px) {
    body {
        font-family: 'TsangerYunHei-W04', serif;
    }

    .mobile {
        display: block;
        margin-top: 1rem;
    }

    .pc {
        display: none;
    }

    .mobile img {
        width: 100%;
        height: auto;
    }

    .page-bg {
        width: 100%;
        height: auto;
    }

    .page {
        width: 100%;
        height: auto;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        color: #ffffff;
        line-height: 1;
    }

    .page-neirong {
        left: 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.24rem;
    }

    .page-title {
        font-size: 0.48rem;
        color: var(--theme-color);
        font-family: 'TsangerYunHei-W06', serif;
    }

    .page-subtitle {
        font-size: 0.24rem;
        line-height: 1.5;
        text-align: center;
    }

    .page-content {
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0.24rem;
    }

    .page1 {
        width: 100%;
        height: auto;
    }

    .page1-content {
        margin-top: 0.72rem;
        line-height: 1;
    }

    .page1-title {
        font-size: 0.6rem;
        font-family: 'TsangerYunHei-W06', serif;
        letter-spacing: 0.1rem;
    }

    .page1-subtitle {
        font-size: 0.24rem;
        letter-spacing: 0.18rem;
    }

    .page1-jiage {
        font-size: 0.24rem;
        color: var(--theme-color);
    }

    .page1-jiage span {
        margin-right: 0.12rem;
        font-size: 0.48rem;
    }

    .jujishou_yuyue_btn {
        margin-top: 3.2rem;
        position: relative;
        width: 1.8rem;
        height: auto;
    }

    .jujishou_yuyue_btn span {
        position: absolute;
        width: 100%;
        height: 100%;
        font-size: 0.28rem;
        color: var(--theme-color);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .page3 {
        width: 100%;
        background: #1c2122;
    }

    .page3-content {
        margin: 0.72rem 0;
        width: 100%;
        height: auto;
    }

    .page3-neirong {
        margin-bottom: 0.72rem;
        height: 2rem;
    }

    .page4 {
        width: 100%;
        height: auto;
        background: #1c2122;
    }

    .page4-content {
        position: relative;
        margin: 0.72rem 0;
        width: 100%;
        height: auto;
    }

    .page-kuang {
        margin-top: 0.24rem;
        width: 80%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        gap: 0.48rem;
        overflow: hidden;
    }

    .kuang {
        position: relative;
        overflow: hidden;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .kuang-neirong {
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: 3rem;
        background-color: rgba(0, 0, 0, 0.8);
        clip-path: polygon(
            0 0,
            calc(100% - 0.36rem) 0,
            100% 0.36rem,
            100% 100%,
            0 100%
        );
        gap: 0.36rem;
        bottom: -1.48rem;
        transition: bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .kuang-neirong:hover {
        bottom: 0;
    }

    .kuang-title {
        margin: 0.48rem 0 0 0;
        font-size: 0.36rem;
        line-height: 1;
        font-family: 'TsangerYunHei-W05', serif;
        transition: all 0.3s ease;
    }

    .kuang-divider {
        width: 90%;
        height: 1px;
        background: var(--theme-color);
        transition: all 0.3s ease;
    }

    .kuang-detail {
        overflow: hidden;
        transition: all 0.3s ease;
        font-size: 0.24rem;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.12rem;
    }

    .page5 {
        width: 100%;
        height: auto;
        background: #1c2122;
        overflow: hidden;
    }

    .page5-content {
        position: relative;
        margin: 0.72rem 0;
        width: 100%;
        height: auto;
    }

    .section_page5_url {
        /* height: 5rem; */
        width: 100% !important;
        overflow-x: auto;
        margin-top: 0.39rem;
    }

    .section_page5_url img {
        height: 100%;
    }

    .page5-tag {
        margin-top: 0.48rem;
        width: 90%;
        height: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 0.24rem;
    }
    .page5-tag div {
        width: calc(20% - 0.24rem);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.12rem;
    }
    .page5-tag p {
        font-size: 0.24rem;
        letter-spacing: 0.12rem;
        color: #cccccc;
    }
    .page5-tag p.line {
        color: var(--theme-color);
        width: 100%;
        height: 2px;
        background: var(--theme-color);
    }

    .page5-tag p.c1 {
        background: #ffffff;
    }
    .page5-tag p.c2 {
        background: #daf900;
    }
    .page5-tag p.c3 {
        background: #e3760f;
    }
    .page5-tag p.c4 {
        background: #d5edf8;
    }
    .page5-tag p.c5 {
        background: #d9b780;
    }
    .page5-tag p.c6 {
        background: #aea8ac;
    }
    .page5-tag p.c7 {
        background: #894522;
    }
    .page5-tag p.c8 {
        background: #004ea1;
    }
    .page5-tag p.c9 {
        background: #00634c;
    }
    .page5-tag p.c10 {
        background: #5a656e;
    }

    .page6 {
        width: 100%;
        height: auto;
        background: #1c2122;
        overflow: hidden;
    }

    .page6-content {
        position: relative;
        margin: 0.72rem 0;
        width: 90%;
        height: auto;
    }
    .page6-title {
        width: 100%;
        font-size: 0.24rem;
        color: #ffffff;
        line-height: 1.5;
        text-align: left;
    }

    .page6-img {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        position: relative;
    }
    .page6-img-subtitle {
        position: absolute;
        top: 0.24rem;
        left: 0.24rem;
    }

    .page7 {
        width: 100%;
        height: auto;
        background-color: #1c2122;
    }

    .page7-content {
        width: 90%;
        margin: 0rem 0;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 0.24rem;
    }

    .page7-subtitle {
        position: relative;
        /* top: 1.8rem; */
        text-align: left;
    }
    
    
    .page7-highlight {
        text-align: left;
        font-size: 0.6rem;
    }

    .page8 {
        width: 100%;
        background-color: #1c2122;
    }

    .page8-content {
        margin: 0.72rem 0;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.24rem;
    }

    .page8-neirong {
        text-align: center;
    }

    .page9 {
        width: 100%;
        height: auto;
        background-color: #1c2122;
    }

    .page9-content {
        margin: 0.72rem auto;
        position: relative;
        gap: 0.24rem;
    }

    .page10 {
        width: 100%;
        height: auto;
    }

    .page10-content {
        width: 100%;
        margin: 1rem auto;
    }

    .page10-title {
        font-size: 0.48rem;
        color: #ffffff;
        font-family: 'TsangerYunHei-W06', serif;
        margin-bottom: 0.48rem;
    }

    .page10-img {
        margin-left: 10%;
        width: 80% !important;
        height: auto;
    }

    .highlight {
        color: var(--theme-color);
    }

    .mySwiper {
        width: 90%;
        height: auto;
        position: relative;
        overflow: hidden;
    }

    .mySwiper-mobile {
        width: 100%;
    }

    .swiper_pagination1_mobile,
    .swiper_pagination2_mobile {
        position: absolute;
        z-index: 999;
        text-align: center;
        pointer-events: none;
        bottom: 0rem;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0.36rem;
    }

    .swiper-pagination {
        display: flex !important;
        justify-content: center;
        align-items: center;
        pointer-events: auto;
    }

    .swiper-pagination-bullet {
        width: 1.2rem !important;
        height: 2px !important;
        border-radius: 0 !important;
        background: #ffffff !important;
        opacity: 1 !important;
        transition: all 0.3s ease !important;
        margin: 0 0.2rem !important;
        display: inline-block !important;
    }

    .swiper-pagination-bullet-active {
        background: var(--theme-color) !important;
        width: 1.2rem !important;
        border-radius: 0 !important;
    }

    .mySwiper_tab {
        position: absolute;
        left: 0;
        right: 0;
        width: 50%;
        bottom: 0.24rem;
        margin: auto;
        font-size: 0.24rem;
        color: #ffffff;
        display: flex;
        align-items: flex-start;
        z-index: 999;
    }

    .mySwiper6_tab {
        width: 80%;
        margin-top: 1rem;
        font-size: 0.24rem;
        color: #ffffff;
        display: flex;
        align-items: flex-start;
        z-index: 999;
    }

    .mySwiper5 {
        width: 100%;
        height: auto;
        margin-top: 1rem;
    }

    .mySwiper4,
    .mySwiper5,
    .mySwiper6 {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .btn_pn_p,
    .btn_pn_n {
        margin-top: -0.12rem;
        cursor: pointer;
        width: 0.36rem;
    }

    .btn_pn_ps,
    .btn_pn_ns {
        margin-top: -0.15rem;
        cursor: pointer;
        width: 0.36rem !important;
    }

    .mySwiper_right_pc p:first-child {
        width: 100%;
        height: 2px;
        background: #a0a6a9;
    }

    .mySwiper_right_pc p:nth-child(2) {
        margin-top: 0.24rem;
        justify-content: center;
        display: flex;
        align-items: center;
    }

    .mySwiper_right_pc p:nth-child(2) img {
        width: 0.36rem;
        height: auto;
        margin-right: 0rem;
    }

    .mySwiper_right_pc p:nth-child(2) span {
        margin-left: 0.12rem;
    }

    .mySwiper_right_pc .swiper-slide-active p:first-child {
        background: var(--theme-color);
    }

    .mySwiper6_right_pc .swiper-slide {
        width: 33.33%;
    }

    .mySwiper5_right_pc .swiper-slide {
        width: 50%;
    }

    .page90 {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #151b1e;
    }

    .page90-content {
        width: calc(100% - 2rem);
        position: relative;
        margin: 1rem auto;
    }

    .page90-content .gouchequanyi {
        flex-direction: column;
    }
}
