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

    .mobile {
        display: none;
    }

    .pc {
        display: block;
    }

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

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

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

    .page-neirong {
        position: absolute;
        bottom: 1.48rem;
        left: 1rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        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;
    }

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

    .page-kuang {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        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: 2.48rem;
        background-color: rgba(0, 0, 0, 0.8);
        clip-path: polygon(
            0 0,
            calc(100% - 0.24rem) 0,
            100% 0.24rem,
            100% 100%,
            0 100%
        );
        gap: 0.24rem;
        bottom: -1.54rem;
        transition: bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

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

    .kuang-title {
        margin: 0.24rem 0 0 0;
        font-size: 0.24rem;
        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;
    }

    .page1 {
        width: 100%;
        height: auto;
        align-items: flex-start;
    }

    .page1-content {
        margin-left: 1rem;
        margin-top: 1.6rem;
        align-items: flex-start;
        line-height: 1;
    }

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

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

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

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

    .jujishou_yuyue_btn {
        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;
    }


    .page2 {
        width: 100%;
        height: auto;
        align-items: flex-start;
    }

    .page2-content {
        margin-left: 1rem;
        margin-top: 1rem;
        align-items: flex-start;
        line-height: 1;
    }


    .page2-right {
        width: 50%;
        height: auto;
        position: relative;
    }

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

    .page2-subtitle {
        font-size: 0.24rem;
        line-height: 1.5;
    }

    .page3 {
        position: relative;
        width: 100%;
        height: auto;
    }

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

    .page4-content {
        width: calc(100% - 2rem);
        margin: 1rem auto;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 0.24rem;
    }

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

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

    .page5-content {
        width: calc(100% - 2rem);
        margin: 1rem auto;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 0.48rem;
    }

    .page5-tag {
        margin-top: 0.48rem;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 0.36rem;
    }

    .page5-tag div {
        width: calc(10% - 0.48rem);
        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-color: #1c2122;
    }

    .page6-content {
        width: calc(100% - 2rem);
        margin: 1rem auto;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

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

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

    .page7-content {
        width: calc(100% - 2rem);
        margin: 0rem auto;
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .page7-subtitle {
        margin-top: 0.24rem;
    }

    .page7-highlight {
        font-size: 0.72rem;
        font-family: 'TsangerYunHei-W06', serif;
    }

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

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

    .page8-neirong {
        top: 1rem;
        bottom: unset;
    }

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

    .page9-content {
        width: calc(100% - 2rem);
        margin: 0.72rem auto;
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        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;
    }

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

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

    .swiper_pagination1,
    .swiper_pagination2 {
        position: absolute;
        left: calc(50% - 2rem);
        bottom: 0.72rem;
        z-index: 999;
        text-align: center;
        pointer-events: none;
    }

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

    .swiper-pagination-bullet {
        width: 1.6rem !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.6rem !important;
        border-radius: 0 !important;
    }

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

    .mySwiper6_tab {
        width: 50%;
        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 !important;
    }

    .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%;
    }

    .font-baise{
        color: #FFFFFF;
    }


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

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




}



.gouchequanyi-title {
    width: 100%;
    font-size: 0.48rem;
    font-family: 'TsangerYunHei-W06', serif;
    color: var(--theme-color);
}
.gouchequanyi-subtitle {
    width: 100%;
    font-size: 0.24rem;
    margin-bottom: 0.24rem;
}

.gouchequanyi {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: censpace-between;
    width: 100%;
    gap: 0.24rem;
}
.gouchequanyi-list {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    gap: 0.24rem;
}
.gouchequanyi-kuang {
    position: relative;
    display: flex;
    padding: 0.24rem 0;
    width: 100%;
    align-items: center;
    border: 1px solid #fff;
    background: linear-gradient(0deg, #566203 0%, #232a2f 30%);
    text-align: center;
    flex-direction: column;
    justify-content: center;
    gap: 0.24rem;
}

.gouchequanyi-kuang-title {
    font-size: 0.36rem;
    color: var(--theme-color);
    line-height: 1;
}
.gouchequanyi-kuang-neirong {
    font-size: 0.18rem;
    line-height: 2;
}

.gouchequanyi-beizhu {
    font-family: 'TsangerYunHei-W04', serif;
    width: 100%;
    font-size: 0.16rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.6);
}