.xp_8042cd2e13_0_container {
    width: 100%;
}

.xp_8042cd2e13_0_header {
     width: 100%;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     background: linear-gradient(to bottom, var(--xp-color1), rgba(0, 0, 0, 0));
     position: fixed;
     top:0;
     z-index: 1000;
}

.xp_8042cd2e13_0_content {
    width: 100%;
    max-width: var(--xp-content-width);
    height: 1.5rem;
    display: flex;
    align-items: center;
}

.xp_8042cd2e13_0_logo {
    max-width: 5.2rem;
    height: 0.8rem;
    display: flex;
    align-items: center;
}

.xp_8042cd2e13_0_logo img {
    width: 4.2rem;
    height: 0.82rem;
}

.xp_8042cd2e13_0_box {
    padding-top: 0.16rem;
    margin-left: 0.2rem;
    flex: 1;
    height: 1.04rem;
    display: flex;
    flex-direction: column;
}

.xp_8042cd2e13_0_logo_title {
    font-size: 0.24rem;
    color: #fff;
    margin-left: 0.24rem;
    color: #FFFFFF;
}

.xp_8042cd2e13_0_box_t {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.xp_8042cd2e13_0_search {
    width: 0.24rem;
    height: 0.24rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 0.01rem solid #fff;
    cursor: pointer;
}

.xp_8042cd2e13_0_search_icon {
    min-width: 0.12rem;   
    height: 0.12rem;
    color: #fff;
    cursor: pointer;
}

.xp_8042cd2e13_0_en {
    width: 0.24rem;
    height: 0.24rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 0.01rem solid #fff;
    margin-left: 0.1rem;
    font-size: 0.12rem;
    color: #fff;
    cursor: pointer;
}

.xp_8042cd2e13_0_link {
    display: flex;
    align-items: center;
    color: #fff;
}

.xp_8042cd2e13_0_link_item {
    padding: 0.04rem 0.12rem;
    cursor: pointer;
    font-size: 0.16rem;
    color: #FFFFFF;
    border-radius: 0.02rem;
    user-select: none;
    display: flex;
    align-items: center;
    position: relative;
}

.xp_8042cd2e13_0_link_item:hover {
    text-decoration: underline;
}

.xp_8042cd2e13_0_link_item::before {
    position: absolute;
    right: 0rem;
    content: "|";
    color: #fff;
    font-size: 0.12rem;
}

.xp_8042cd2e13_0_link_item:last-child::before {
    display: none;
}

.xp_8042cd2e13_0_link_item_icon {
    width: 0.22rem;
    height: 0.22rem;
    margin-right: 0.04rem;
    object-fit: cover;
}

.xp_8042cd2e13_0_box_nav {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.xp_8042cd2e13_0_box_nav_item {
    color: #FFFFFF;
    padding: 0.06rem 0.1rem;
    margin-left: 0.04rem;
    margin-right: 0.04rem;
    user-select: none;
    cursor: pointer;
    position: relative;
    font-size: 0.20rem;
    display: flex;
    justify-content: center;
    transform: translateX(0.15rem);
}

.xp_8042cd2e13_0_box_nav_item:hover .xp_8042cd2e13_0_nav {
    display: block;
}

.xp_8042cd2e13_0_nav {
    display: none;
    position: absolute;
    top: 100%;
    padding-bottom: 0.2rem;
}

.xp_8042cd2e13_0_nav_box { 
    position: relative;
    margin-top: 0.04rem;
    display: flex;
    flex-direction: column;
    border-top: 4px solid var(--xp-color2); 
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 4px 0px;
}

.xp_8042cd2e13_0_nav_item {
    padding: 0.1rem 0.16rem;
    color: #333;
    white-space: nowrap;
    font-size: 0.16rem;
    background-color: #FFFFFF;
    text-align: center;
}

.xp_8042cd2e13_0_nav_item:hover {
    background-color: var(--xp-color1);
    color: #FFFFFF;
}

.xp_8042cd2e13_0_app_content {
    display: none;
}

.xp_8042cd2e13_0_placeholder {
    display: none;
}

.xp_8042cd2e13_0_search_container {
     width: 100%;
     height: 100vh;
     top: 0;
     left: 0;
     visibility: hidden;
     position: fixed;
     z-index: 1000;
     opacity: 0;
     transition: all ease .7s;
 }

 .xp_8042cd2e13_0_search_bg {
     width: 100%;
     height: 100%;
     position: relative;
     object-fit: cover;
 }

 .xp_8042cd2e13_0_search_content {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(0, 0, 0, .7);
     backdrop-filter: blur(0.06rem);
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
 }

 .xp_8042cd2e13_0_search_show {
     visibility: visible;
     opacity: 1;
 }

 .xp_8042cd2e13_0_search_title {
     font-size: 0.32rem;
     color: #fff;
     font-weight: bold;
     margin-top: -1.4rem;
     transition: all ease .8s;
 }

 .xp_8042cd2e13_0_search_show .xp_8042cd2e13_0_search_title {
    margin-top: -0.4rem;
 }

 .xp_8042cd2e13_0_search_inp_box {
     width: 8.5rem;
     height: 0.68rem;
     margin-top: 0.4rem;
     border-radius: 1rem;
     background-color: #fff;
     display: flex;
     padding: 0.1rem;
 }

 .xp_8042cd2e13_0_search_inp {
     flex: 1;
     padding: 0 0.2rem;
     margin-right: 0.2rem;
     border: none;
     outline: none;
     font-size: 0.18rem;
     font-weight: bold;
     color: #333;
 }

 .xp_8042cd2e13_0_search_but {
     width: 1rem;
     height: 100%;
     border-radius: 1rem;
     background-color: var(--xp-color1);
     color: #fff;
     font-size: 0.18rem;
     display: flex;
     align-items: center;
     justify-content: center;
     cursor: pointer;
     user-select: none;
     box-shadow: 0 0 0.04rem 0.01rem #f0f0f0;
 }

 .xp_8042cd2e13_0_search_inp::placeholder {
     font-weight: 400;
 }

 .xp_8042cd2e13_0_search_close {
     width: 0.6rem;
     height: 0.6rem;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-top: 0.4rem;
     cursor: pointer;
 }

 .xp_8042cd2e13_0_search_close_icon {
     width: 0.4rem;
     height: 0.4rem;
     color: #fff;
 }


.xp_8042cd2e13_0_more_container {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(2px);
    display: flex;
    justify-content: center;
    visibility: hidden;
    transform: translateY(-100vh);
    transition: all ease .7s;
    z-index: 1000;
}

.xp_8042cd2e13_0_more_show {
    visibility: visible;
    transform: translateY(0vh);
}

.xp_8042cd2e13_0_more_content {
    width: 100%;
    max-width: var(--xp-content-width);
    padding: 1rem 0rem;
    color: #fff;
    display: flex;
    justify-content: space-between
}

.xp_8042cd2e13_0_more_nav {
    width: fit-content;
    display: flex;
    flex-direction: column;
}

.xp_8042cd2e13_0_more_nav_title {
    font-size: 0.2rem;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
}

.xp_8042cd2e13_0_more_list {
    margin-top: 0.4rem;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.xp_8042cd2e13_0_more_item {
    cursor: pointer;
    font-size: 0.18rem;
    color: #fff;
}

.xp_8042cd2e13_0_more_item:hover {
    text-decoration: underline;
}

.xp_8042cd2e13_0_more_close {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 0.6rem;
    height: 0.6rem;
    background-color: #fff;
    border-bottom-left-radius: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.xp_8042cd2e13_0_more_close_icon {
    width: 0.2rem;
    height: 0.2rem;
    color: #333;
    position: relative;
    top: -0.04rem;
    right: -0.04rem;
}

.xp_8042cd2e13_0_more {
    width: 0.3rem;
    height: 100%;
    cursor: pointer;
    margin-left: 0.2rem;
    display: flex;
    align-items: center;
    transform: translateX(0.04rem);
}

.xp_8042cd2e13_0_more_icon {
    width: 0.3rem;
    height: 0.3rem;
    color: #fff;
}

.xp_8042cd2e13_0_h5 {
    display: none;
}

@media screen and (max-width: 800px) {
    .xp_8042cd2e13_0_more {
        display: none;
    }
    
    .xp_8042cd2e13_0_header {
        display: none;
    }

    body {
        padding-top: 0.6rem;
    }

    .xp_8042cd2e13_0_h5 {
        width: 100%;
        height: 0.6rem;
        position: fixed;
        top: 0;
        left: 0;
        padding: 0 0.1rem;
        background-color: var(--xp-color1);
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 1000;
    }

    .xp_8042cd2e13_0_h5_logo {
        height: 0.3rem;
    }

    .xp_8042cd2e13_0_h5_menu {
        width: 0.5rem;
        height: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .xp_8042cd2e13_0_h5_menu_icon {
        width: 0.2rem;
        height: 0.2rem;
        color: #fff;
    }

    .xp_8042cd2e13_0_h5_search {
        width: 0.5rem;
        height: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .xp_8042cd2e13_0_h5_search_icon {
        width: 0.18rem;
        height: 0.18rem;
        color: #fff;
    }

    .xp_8042cd2e13_0_h5_menu_box {
        width: 100%;
        height: 100vh;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
        visibility: hidden;
    }

    .xp_8042cd2e13_0_h5_menu_content {
        overflow-y: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        transform: translateX(-100vw);
        transition: all ease .6s;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0.6rem 0.2rem;
        width: 100%;
        height: 100vh;
    }

    .xp_8042cd2e13_0_h5_menu_bg {
        position: absolute;
        width: 100%;
        height: 100vh;
        left: 0;
        top: 0;
        z-index: 1;
        backdrop-filter: blur(0);
        transition: all linear .6s;
    }

    .xp_8042cd2e13_0_h5_menu_open {
        visibility: initial;
    }

    .xp_8042cd2e13_0_h5_menu_open .xp_8042cd2e13_0_h5_menu_content {
        transform: translateX(0);
    }

    .xp_8042cd2e13_0_h5_menu_open .xp_8042cd2e13_0_h5_menu_bg {
        backdrop-filter: blur(0.04rem);
        background-color: rgba(0, 0, 0, .3);
    }

    .xp_8042cd2e13_0_h5_menu_list {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .xp_8042cd2e13_0_h5_group {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-shadow: 0 0 0.04rem 0 rgba(0, 0, 0, .3);
        margin-bottom: 0.1rem;
        border-radius: 0.04rem;
        overflow: hidden;
    }

    .xp_8042cd2e13_0_h5_group_title {
        flex: 1;
        font-size: 0.14rem;
    }

    .xp_8042cd2e13_0_h5_group_icon {
        width: 0.2rem;
        height: 0.2rem;
        color: #666;
    }

    .xp_8042cd2e13_0_menu_close {
        position: absolute;
        right: 0;
        top: 0;
        width: 0.46rem;
        height: 0.46rem;
        background-color: var(--xp-color1);
        border-bottom-left-radius: 0.46rem;
        z-index: 1000;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .xp_8042cd2e13_0_menu_close_icon {
        width: 0.18rem;
        height: 0.18rem;
        color: #fff;
        position: relative;
        left: 0.05rem;
        bottom: 0.05rem;
    }

    .xp_8042cd2e13_0_h5_group_line {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 0 0.15rem;
        min-height: 0.4rem;
        background-color: #fff;
    }

    .xp_8042cd2e13_0_h5_list {
        width: 100%;
        display: none;
        flex-direction: column;
    }

    .xp_8042cd2e13_0_h5_item {
        height: 0.4rem;
        width: 100%;
        font-size: 0.14rem;
        display: flex;
        align-items: center;
        padding: 0 0.15rem;
        background-color: #f0f0f0;
        border-bottom: 0.01rem solid #ddd;
    }

    .xp_8042cd2e13_0_h5_item:last-child {
        border-bottom: none;
    }

    .xp_8042cd2e13_0_h5_group_show .xp_8042cd2e13_0_h5_list {
        display: flex;
    }

    .xp_8042cd2e13_0_h5_group_show .xp_8042cd2e13_0_h5_group_icon {
        transform: rotate(90deg);
    }

    .xp_8042cd2e13_0_h5_search_box {
        width: 100%;
        height: 100vh;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        visibility: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: all ease .4s;
    }

    .xp_8042cd2e13_0_h5_search_open {
        visibility: initial;
    }

    .xp_8042cd2e13_0_h5_inp_box {
        width: 90%;
        height: 0.4rem;
        margin-top: 2rem;
        background-color: #fff;
        border-radius: 0.04rem;
        display: flex;
        align-items: center;
        overflow: hidden;
        transform: translateY(-3rem);
        transition: all ease .4s;
    }

    .xp_8042cd2e13_0_h5_search_open .xp_8042cd2e13_0_h5_inp_box {
        transform: translateY(0);
    }

    .xp_8042cd2e13_0_h5_search_open {
        background-color: rgba(0, 0, 0, .7);
        backdrop-filter: blur(0.01rem);
    }

    .xp_8042cd2e13_0_h5_input {
        flex: 1;
        height: 100%;
        font-size: 0.14rem;
        border: none;
        background-color: transparent;
        outline: none;
        padding: 0 0.2rem;
    }

    .xp_8042cd2e13_0_h5_input_but {
        width: 0.8rem;
        height: 100%;
        background-color: var(--xp-color1);
        color: #fff;
        font-size: 0.14rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .xp_8042cd2e13_0_h5_search_close {
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 50%;
        background-color: var(--xp-color1);
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0.6rem;
        opacity: 0;
        transition: all ease .3s;
    }

    .xp_8042cd2e13_0_h5_search_open .xp_8042cd2e13_0_h5_search_close {
        opacity: 1;
    }

    .xp_8042cd2e13_0_h5_search_close_icon {
        width: 0.18rem;
        height: 0.18rem;
        color: #fff;
    }

    .xp_8042cd2e13_0_h5_link_box {
        width: 100%;
        margin-top: 0.1rem;
        display: flex;
        flex-direction: column;
    }

    .xp_8042cd2e13_0_h5_line_title {
        color: #fff;
        font-weight: bold;
        font-size: 0.18rem;
    }

    .xp_8042cd2e13_0_h5_link_title_box {
        display: flex;
        align-items: center;
        gap: 0.1rem;
    }

    .xp_8042cd2e13_0_h5_link_item_icon {
        width: 0.18rem;
        height: 0.18rem;
    }

    .xp_8042cd2e13_0_h5_link_item {
        width: 100%;
        background-color: #fff;
        color: #333;
        margin-top: 0.1rem;
        height: 0.4rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 0.14rem;
        padding: 0rem 0.15rem;
        border-radius: 0.04rem;
        box-shadow: 0 0 0.04rem 0 rgba(0, 0, 0, .3);
    }
}
.xp_ca5320658c_4_container {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    background-color: #FFFFFF;
    margin: 0rem 0rem 0rem 0rem;
    perspective: 100vw;
    transform-style: preserve-3d;
}

.xp_ca5320658c_4_content {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xp_ca5320658c_4_banner {
    width: 100%;
    height: 100vh;
}

.xp_ca5320658c_4_banner_item {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.xp_ca5320658c_4_banner_item_img {
    width: 100%;
    height: 100%;
    display: flex;
    transform: scale(1) rotateX(360deg);
    object-fit: cover;
    transition: transform linear 5s;
}

.xp_ca5320658c_4_index {
    width: 100%;
    height: 0.2rem;
    position: absolute;
    bottom: 0.3rem !important;
    z-index: 10;
    display: flex;
    align-items: center;
    padding: 0 0.34rem;
    transform: translate(0rem,0rem);
    justify-content: center;
}

.xp_ca5320658c_4_index_item {
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 0.06rem;
    transition: all ease .4s;
}

.xp_ca5320658c_4_index_item_select {
    width: 0.4rem;
    height: 0.1rem;
    border-radius: 0.04rem;
}

.xp_ca5320658c_4_button {
    position: absolute;
    width: 0.45rem;
    height: 1rem;
    background-color: rgba(0, 0, 0, .4);
    z-index: 20;
    cursor: pointer;
    color: #f0f0f0;
    border-radius: 0.04rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xp_ca5320658c_4_pre {
    left: 0.4rem;
}

.xp_ca5320658c_4_next {
    right: 0.4rem;
}

.xp_ca5320658c_4_button:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
}

.xp_ca5320658c_4_item_icon {
    width: 0.3rem;
    height: 0.3rem;
}

@media screen and (min-width: 800px) {
    .swiper-slide-active .xp_ca5320658c_4_banner_item_img {
        transform: scale(1.08) rotateX(360deg);
    }
}

@media screen and (max-width: 800px) {
    .xp_ca5320658c_4_container {
        width: 100vw;
        background-image: none;
        background-color: transparent;
        margin: 0rem 0rem 0rem 0rem;
        padding: 0rem 0rem 0rem 0rem;
    }

    .xp_ca5320658c_4_banner {
        width: 100%;
        max-height: 2rem;
    }

    .xp_ca5320658c_4_button {
        display: none;
    }

    .xp_ca5320658c_4_children {
        width: 100%;
        margin-top: 0;
    }

    .xp_ca5320658c_4_index {
        bottom: -0.5rem !important;
    }

    .xp_ca5320658c_4_index_item_select {
        width: 0.3rem;
        height: 0.1rem;
    }
}
    @font-face {
        font-family: "SourceHanSerifCN";
        src: url('/_font/SourceHanSerifCN-Bold.ttf');
        font-display: swap;
    }

    .xp_title_a0ff590248_0_font {
        font-family: "SourceHanSerifCN", sans-serif;
        font-size: 0.3rem;
    }

    .xp_title_a0ff590248_0_content_bg {
        height: 0.6rem;
    }

    .xp_title_a0ff590248_0_container2 {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0.4rem;
    }

    .xp_title_a0ff590248_0_navs {
        position: relative;
        display: flex;
        align-items: center;
    }

    .xp_title_a0ff590248_0_content2 {
        position: absolute;
        left: 0;
        display: flex;
        align-items: center;
        color: #999;
        cursor: pointer;
        user-select: none;
    }

    .xp_title_a0ff590248_0_box2 {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 2;
        margin-left: 0.36rem;
        transform: translate(-0.14rem, 0.14rem);
    }

    .xp_title_a0ff590248_0_content_title2 {
        line-height: 0.36rem;
        font-weight: bold;
        letter-spacing: 0.01rem;
        text-wrap: nowrap;
    }

    .xp_title_a0ff590248_0_contnet_en2 {
        display: none;
        position: relative;
        font-weight: bold;
        font-size: 0.2rem;
        line-height: 0.2rem;
        text-wrap: nowrap;
        color: #BABABA;
    }

    .xp_title_a0ff590248_0_select .xp_title_a0ff590248_0_contnet_en2 {
        display: flex;
    }

    .xp_title_a0ff590248_0_more {
        display: flex;
        align-items: center;
        cursor: pointer;
        transform: translate(0px, 0.14rem);
    }

    .xp_title_a0ff590248_0_more_title {
        font-size: 0.18rem;
        color: #333333;
    }

    .xp_title_a0ff590248_0_more_icon {
        width: 0.3rem;
        height: 0.3rem;
        object-fit: cover;
        margin-right: 0.1rem;
    }

    .xp_title_a0ff590248_0_select .xp_title_a0ff590248_0_contnet_en2 {
        opacity: 1;
    }

    .xp_title_a0ff590248_0_select {
        color: var(--xp-color1);
    }

    .xp_title_a0ff590248_0_hr {
        display: none;
        border-right: 1px solid var(--xp-color1);
        height: 0.18rem;
        margin: 0rem 0.1rem;
    }

    .xp_title_a0ff590248_0_select .xp_title_a0ff590248_0_hr {
        display: flex;
    }

    @media screen and (max-width: 800px) {
        .xp_title_a0ff590248_0_container1, .xp_title_a0ff590248_0_container2 {
            margin-bottom: 0.2rem;
        }

        .xp_title_a0ff590248_0_box_name1 , .xp_title_a0ff590248_0_content_title2 {
            font-size: 0.18rem;
            line-height: 0.18rem;
        }

        .xp_title_a0ff590248_0_box1 {
            position: absolute;
            transform: translate(0.14rem, 0.14rem);
        }

        .xp_title_a0ff590248_0_box2 {
            margin-left: 0.1rem;
            transform: translate(0.14rem, 0.14rem);
        }

        .xp_title_a0ff590248_0_content_bg {
            height: 0.4rem;
        }
    
        .xp_title_a0ff590248_0_box_en1{
            font-size: 0.06rem;
        }

        .xp_title_a0ff590248_0_contnet_en2 {
            font-size: 0.06rem;
        }
    
        .xp_title_a0ff590248_0_more_hr {
            display: none;
        }

        .xp_title_a0ff590248_0_more_title {
            font-size: 0.12rem;  
        }

        .xp_title_a0ff590248_0_more {
            transform: translate(0px, 0.14rem);
        }

        .xp_title_a0ff590248_0_more_icon {
            width: 0.2rem;
            height: 0.2rem;
            object-fit: cover;
            margin-right: 0.06rem;
        }
    }


.xp_a0ff590248_0_container {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin: 0rem 0rem 0rem 0rem;
}

.xp_a0ff590248_0_title {
    width: 100%;
    max-width: var(--xp-content-width);
}

.xp_a0ff590248_0_box {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding:0rem 0rem 0rem 0rem;
}

.xp_a0ff590248_0_content {
    width: 100%;
    flex:1;
    height: 0;
    display: flex;
    flex-direction: column;
    background-color: rgba(255,255,255,0);
}

.xp_a0ff590248_0_banner {
    width: 100%;
    height: 5.8rem;
    overflow: hidden;
    position: relative;
}

.xp_a0ff590248_0_img_box {
    width: 100%;
    height: 100%;
    position: relative;
}

.xp_a0ff590248_0_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform ease .7s;
}

.xp_a0ff590248_0_img:hover {
    transform: scale(var(--xp-image-hover-scale));
}

.xp_a0ff590248_0_img_bar {
    width: 100%;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    color: #fff;
    padding: 0.2rem;
    z-index: 1;
}

.xp_a0ff590248_0_img_date_icon {
    width: 0.18rem;
    height: 0.18rem;
    margin-right: 0.1rem;
}

.xp_a0ff590248_0_img_title {
    width: 70%;
    font-size: 0.18rem;
    font-weight: bold;
}

.xp_a0ff590248_0_img_date {
    width: 100%;
    display: flex;
    align-items: center;
}

.xp_a0ff590248_0_index {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0.1rem;
    position: absolute;
    bottom: 0.27rem !important;
    right: 0.27rem !important;
    top: auto !important;
    height: 0.4rem;
    z-index: 50 !important;
    transform: translateX(-0.2rem);
}

.xp_a0ff590248_0_index_item {
    width: 0.14rem;
    height: 0.14rem;
    margin-left: 0.14rem;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    cursor: pointer;
}

.xp_a0ff590248_0_index_item_select::before {
    border: 1px dotted #fff;
    width: 0.24rem;
    height: 0.24rem;
    content: "";
    top: -0.06rem;
    left: -0.06rem;
    position: absolute;
    border-radius: 50%;
}

.xp_a0ff590248_0_list {
    flex: 1;
    height: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 0.2rem;
    margin-top: 0.2rem;
    align-content: space-between;
}

.xp_a0ff590248_0_line {
    width: 100%;
    height: 0.5rem;
    display: flex;
    align-items: center;
    font-size: 0.18rem;
    color: #333;
}

.xp_a0ff590248_0_line:hover {
    color: var(--xp-color1);
}

.xp_a0ff590248_0_line_title {
    flex: 1;
    width: 0;
    margin-left: 0.2rem;
}

.xp_a0ff590248_0_line_date {
    display: flex;
    width: 1.2rem;
    height: 0.5rem;
    font-weight: bold;
    align-items: center;
    background-color: #FDFAFB;
}

.xp_a0ff590248_0_line_d {
    background-color: #FDF0F5;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.5rem;
}

.xp_a0ff590248_0_line_ym {
    flex: 1;
    width: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0rem 0.02rem;
    font-size: 0.14rem;
}

.xp_a0ff590248_0_line:hover .xp_a0ff590248_0_line_d {
    color: #fff;
}

.xp_a0ff590248_0_line:hover .xp_a0ff590248_0_line_date {
    background-color: #FCEBEF;
}

.xp_a0ff590248_0_line:hover .xp_a0ff590248_0_line_d {
    background-color: var(--xp-color1);
}

.xp_a0ff590248_0_line:hover .xp_a0ff590248_0_line_title {
    font-weight: bold;
}

@media screen and (max-width: 800px) {
    .xp_a0ff590248_0_container {
        width: 100vw;
        height: auto;
        margin: 0rem 0rem 0rem 0rem;
    }

    .xp_a0ff590248_0_index {
        bottom: 0.02rem !important;
        right: 0.02rem !important;
    }

    .xp_a0ff590248_0_index_item {
        width: 0.08rem;
        height: 0.08rem;
        margin-left: 0.08rem;
    }

    .xp_a0ff590248_0_index_item_select::before {
        width: 0.14rem;
        height: 0.14rem;
        top: -0.04rem;
        left: -0.04rem;
    }

    .xp_a0ff590248_0_box {
        padding: 0.2rem 0.2rem 0.2rem 0.2rem;
    }

    .xp_a0ff590248_0_content {
        flex: none;
        height: fit-content;
    }

    .xp_a0ff590248_0_banner {
        height: 2rem;
        border: 4px solid #fff;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 3px 0px;
    }

    .xp_a0ff590248_0_list {
        flex: none;
        height: fit-content;
        grid-template-columns: repeat(1, minmax(0px, 1fr));
        margin-top: 0.1rem;
        gap: 0.1rem;
    }

    .xp_a0ff590248_0_img_title {
        width: 100%;
        font-size: 0.14rem;
    }

    .xp_a0ff590248_0_img_date {
        font-size: 0.14rem;
    }

    .xp_a0ff590248_0_img_date_icon {
        width: 0.14rem;
        height: 0.14rem;
    }

    .xp_a0ff590248_0_line {
        padding: 0rem 0.1rem;
        background-color: #fff;
        font-size: 0.14rem;
        height: 0.6rem;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 3px 0px;
    }

    .xp_a0ff590248_0_line_ym {
        font-size: 0.1rem;
    }

    .xp_a0ff590248_0_line_d {
        font-size: 0.14rem;
        width: 0.4rem;
    }

    .xp_a0ff590248_0_img_bar {
        padding: 0.1rem;
        padding-bottom: 0.24rem;
    }

    .xp_a0ff590248_0_line_date {
        width: 1rem;
        height: 0.4rem;
    }

    .xp_a0ff590248_0_img_date_value {
        font-size: 0.12rem;
    }

    .xp_a0ff590248_0_line_title {
        margin-left: 0.1rem;
        font-size: 0.14rem;
    }
}

    @font-face {
        font-family: "SourceHanSerifCN";
        src: url('/_font/SourceHanSerifCN-Bold.ttf');
        font-display: swap;
    }

    .xp_title_7c36439280_1_font {
        font-family: "SourceHanSerifCN", sans-serif;
        font-size: 0.3rem;
    }

    .xp_title_7c36439280_1_content_bg {
        height: 0.6rem;
    }

    .xp_title_7c36439280_1_container2 {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0.4rem;
    }

    .xp_title_7c36439280_1_navs {
        position: relative;
        display: flex;
        align-items: center;
    }

    .xp_title_7c36439280_1_content2 {
        position: absolute;
        left: 0;
        display: flex;
        align-items: center;
        color: #999;
        cursor: pointer;
        user-select: none;
    }

    .xp_title_7c36439280_1_box2 {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 2;
        margin-left: 0.36rem;
        transform: translate(-0.14rem, 0.14rem);
    }

    .xp_title_7c36439280_1_content_title2 {
        line-height: 0.36rem;
        font-weight: bold;
        letter-spacing: 0.01rem;
        text-wrap: nowrap;
    }

    .xp_title_7c36439280_1_contnet_en2 {
        display: none;
        position: relative;
        font-weight: bold;
        font-size: 0.2rem;
        line-height: 0.2rem;
        text-wrap: nowrap;
        color: #BABABA;
    }

    .xp_title_7c36439280_1_select .xp_title_7c36439280_1_contnet_en2 {
        display: flex;
    }

    .xp_title_7c36439280_1_more {
        display: flex;
        align-items: center;
        cursor: pointer;
        transform: translate(0px, 0.14rem);
    }

    .xp_title_7c36439280_1_more_title {
        font-size: 0.18rem;
        color: #333333;
    }

    .xp_title_7c36439280_1_more_icon {
        width: 0.3rem;
        height: 0.3rem;
        object-fit: cover;
        margin-right: 0.1rem;
    }

    .xp_title_7c36439280_1_select .xp_title_7c36439280_1_contnet_en2 {
        opacity: 1;
    }

    .xp_title_7c36439280_1_select {
        color: var(--xp-color1);
    }

    .xp_title_7c36439280_1_hr {
        display: none;
        border-right: 1px solid var(--xp-color1);
        height: 0.18rem;
        margin: 0rem 0.1rem;
    }

    .xp_title_7c36439280_1_select .xp_title_7c36439280_1_hr {
        display: flex;
    }

    @media screen and (max-width: 800px) {
        .xp_title_7c36439280_1_container1, .xp_title_7c36439280_1_container2 {
            margin-bottom: 0.2rem;
        }

        .xp_title_7c36439280_1_box_name1 , .xp_title_7c36439280_1_content_title2 {
            font-size: 0.18rem;
            line-height: 0.18rem;
        }

        .xp_title_7c36439280_1_box1 {
            position: absolute;
            transform: translate(0.14rem, 0.14rem);
        }

        .xp_title_7c36439280_1_box2 {
            margin-left: 0.1rem;
            transform: translate(0.14rem, 0.14rem);
        }

        .xp_title_7c36439280_1_content_bg {
            height: 0.4rem;
        }
    
        .xp_title_7c36439280_1_box_en1{
            font-size: 0.06rem;
        }

        .xp_title_7c36439280_1_contnet_en2 {
            font-size: 0.06rem;
        }
    
        .xp_title_7c36439280_1_more_hr {
            display: none;
        }

        .xp_title_7c36439280_1_more_title {
            font-size: 0.12rem;  
        }

        .xp_title_7c36439280_1_more {
            transform: translate(0px, 0.14rem);
        }

        .xp_title_7c36439280_1_more_icon {
            width: 0.2rem;
            height: 0.2rem;
            object-fit: cover;
            margin-right: 0.06rem;
        }
    }


.xp_7c36439280_1_container {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin: 0rem 0rem 0rem 0rem;
}

.xp_7c36439280_1_title {
    width: 100%;
    max-width: var(--xp-content-width);
}

.xp_7c36439280_1_box {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding:0rem 0rem 0rem 0.4rem;
}

.xp_7c36439280_1_content {
    width: 100%;
    flex:1;
    height: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: rgba(255,255,255,0);
}

.xp_7c36439280_1_line_date_icon {
    width: 0.16rem;
    height: 0.16rem;
    color: #999;
    margin-right: 0.06rem;
}

.xp_7c36439280_1_line {
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    cursor: pointer;
    padding-bottom: 0.1rem;
    border-bottom: 0.01rem solid #f0f0f0;
}

.xp_7c36439280_1_line:last-child {
    border-bottom: none;
}

.xp_7c36439280_1_line_date {
    color: #666;
    display: flex;
    cursor: pointer;
    align-items: center;
    font-size: 0.16rem;
}

.xp_7c36439280_1_line_title {
    flex: 1;
    cursor: pointer;
    margin-top: 0.06rem;
    padding-right: 0.2rem;
    font-size: 0.18rem;
}

.xp_7c36439280_1_line:hover .xp_7c36439280_1_line_title {
    color: var(--xp-color1);
}

@media screen and (max-width: 800px) {
    .xp_7c36439280_1_container {
        width: 100vw;
        height: auto;
        margin: 0rem 0rem 0rem 0rem;
    }
    
    .xp_7c36439280_1_box {
        background-image: none;
        background-color: transparent;
        padding: 0rem 0.2rem 0.2rem 0.2rem;
    }

    .xp_7c36439280_1_line_date {
        font-size: 0.14rem;
    }

    .xp_7c36439280_1_content {
        flex: none;
        height: auto;
        padding: 0rem;
    }

    .xp_7c36439280_1_line {
        padding: 0.1rem;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 3px 0px;
        margin-bottom: 0.1rem;
    }

    .xp_7c36439280_1_line:last-child {
        margin-bottom: 0rem;
    }

    .xp_7c36439280_1_line_title {
        padding-right: 0rem;
        font-size: 0.14rem;
        margin-top: 0.02rem;
    }
}

    @font-face {
        font-family: "SourceHanSerifCN";
        src: url('/_font/SourceHanSerifCN-Bold.ttf');
        font-display: swap;
    }

    .xp_title_8e5b0de786_2_font {
        font-family: "SourceHanSerifCN", sans-serif;
        font-size: 0.3rem;
    }

    .xp_title_8e5b0de786_2_content_bg {
        height: 0.6rem;
    }

    .xp_title_8e5b0de786_2_container2 {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0.3rem;
    }

    .xp_title_8e5b0de786_2_navs {
        position: relative;
        display: flex;
        align-items: center;
    }

    .xp_title_8e5b0de786_2_content2 {
        position: absolute;
        left: 0;
        display: flex;
        align-items: center;
        color: #999;
        cursor: pointer;
        user-select: none;
    }

    .xp_title_8e5b0de786_2_box2 {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 2;
        margin-left: 0.36rem;
        transform: translate(-0.14rem, 0.14rem);
    }

    .xp_title_8e5b0de786_2_content_title2 {
        line-height: 0.36rem;
        font-weight: bold;
        letter-spacing: 0.01rem;
        text-wrap: nowrap;
    }

    .xp_title_8e5b0de786_2_contnet_en2 {
        display: none;
        position: relative;
        font-weight: bold;
        font-size: 0.2rem;
        line-height: 0.2rem;
        text-wrap: nowrap;
        color: #BABABA;
    }

    .xp_title_8e5b0de786_2_select .xp_title_8e5b0de786_2_contnet_en2 {
        display: flex;
    }

    .xp_title_8e5b0de786_2_more {
        display: flex;
        align-items: center;
        cursor: pointer;
        transform: translate(0px, 0.14rem);
    }

    .xp_title_8e5b0de786_2_more_title {
        font-size: 0.18rem;
        color: #333333;
    }

    .xp_title_8e5b0de786_2_more_icon {
        width: 0.3rem;
        height: 0.3rem;
        object-fit: cover;
        margin-right: 0.1rem;
    }

    .xp_title_8e5b0de786_2_select .xp_title_8e5b0de786_2_contnet_en2 {
        opacity: 1;
    }

    .xp_title_8e5b0de786_2_select {
        color: var(--xp-color1);
    }

    .xp_title_8e5b0de786_2_hr {
        display: none;
        border-right: 1px solid var(--xp-color1);
        height: 0.18rem;
        margin: 0rem 0.1rem;
    }

    .xp_title_8e5b0de786_2_select .xp_title_8e5b0de786_2_hr {
        display: flex;
    }

    @media screen and (max-width: 800px) {
        .xp_title_8e5b0de786_2_container1, .xp_title_8e5b0de786_2_container2 {
            margin-bottom: 0.2rem;
        }

        .xp_title_8e5b0de786_2_box_name1 , .xp_title_8e5b0de786_2_content_title2 {
            font-size: 0.18rem;
            line-height: 0.18rem;
        }

        .xp_title_8e5b0de786_2_box1 {
            position: absolute;
            transform: translate(0.2rem, 0.14rem);
        }

        .xp_title_8e5b0de786_2_box2 {
            margin-left: 0.1rem;
            transform: translate(0.2rem, 0.14rem);
        }

        .xp_title_8e5b0de786_2_content_bg {
            height: 0.4rem;
        }
    
        .xp_title_8e5b0de786_2_box_en1{
            font-size: 0.06rem;
        }

        .xp_title_8e5b0de786_2_contnet_en2 {
            font-size: 0.06rem;
        }
    
        .xp_title_8e5b0de786_2_more_hr {
            display: none;
        }

        .xp_title_8e5b0de786_2_more_title {
            font-size: 0.12rem;  
        }

        .xp_title_8e5b0de786_2_more {
            transform: translate(0px, 0.14rem);
        }

        .xp_title_8e5b0de786_2_more_icon {
            width: 0.2rem;
            height: 0.2rem;
            object-fit: cover;
            margin-right: 0.06rem;
        }
    }


.xp_8e5b0de786_2_container {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin: 0rem 0rem 0rem 0rem;
}

.xp_8e5b0de786_2_title {
    width: 100%;
    max-width: var(--xp-content-width);
}

.xp_8e5b0de786_2_box {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding:0rem 0rem 0rem 0.4rem;
}

.xp_8e5b0de786_2_content {
    position: relative;
    width: 100%;
    flex:1;
    height: 0;
    overflow: hidden;
    background-color: rgba(255,255,255,0);
}

.xp_8e5b0de786_2_content_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.xp_8e5b0de786_2_img_box {
    width: 100%;
    height: 2.6rem;
    overflow: hidden;
}

.xp_8e5b0de786_2_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease .7s;
}

.xp_8e5b0de786_2_img_box:hover .xp_8e5b0de786_2_img {
    transform: scale(var(--xp-image-hover-scale));
}

.xp_8e5b0de786_2_info_title_icon {
    width: 0.18rem;
    height: 0.18rem;
    margin-right: 0.04rem;
    color: #999;
}

.xp_8e5b0de786_2_content_title {
    font-size: 0.18rem;
    color: #333;
}

.xp_8e5b0de786_2_info {
    border-left: 1px solid #999;
    padding-left: 0.1rem;
}

.xp_8e5b0de786_2_info_title {
    color: #999;
    font-size: 0.16rem;
}

.xp_8e5b0de786_2_info_line {
    display: flex;
    align-items: center;
}

.xp_8e5b0de786_2_info_l {
    display: flex;
    align-items: center;
}

.xp_8e5b0de786_2_info_value {
    flex: 1;
    width: 0;
    font-size: 0.16rem;
    color: #999;
    margin-left: 0.1rem;
}

.xp_8e5b0de786_2_but {
    --swiper-navigation-color: #fff;
    --swiper-navigation-size: 0.18rem;
    transform: translateY(-0.6rem);
    padding: 0.24rem 0.18rem;
    border-radius: 0.04rem;
    background-color: rgba(166, 45, 86,0.45);
}

.xp_8e5b0de786_2_index {
    position: relative;
    display: flex;
    z-index: 1000;
    justify-content: center;
    transform: translateY(-1rem);
    --swiper-pagination-color: var(--xp-color1);
}

@media screen and (max-width: 800px) {
    .xp_8e5b0de786_2_but {
        display: none;
    }

    .xp_8e5b0de786_2_container {
        width: 100vw;
        height: auto;
        margin: 0rem 0rem 0rem 0rem;
    }
    
    .xp_8e5b0de786_2_box {
        background-image: none;
        background-color: transparent;
        padding: 0rem 0.2rem 0.2rem 0.2rem;
        height: fit-content;
    }

    .xp_8e5b0de786_2_content {
        flex: none;
        height: auto;
    }

    .xp_8e5b0de786_2_content_box {
        box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 3px 0px;
    }

    .xp_8e5b0de786_2_img_box {
        height: 2rem;
    }

    .xp_8e5b0de786_2_content_title {
        font-size: 0.14rem;
        font-weight: bold;
        padding: 0rem 0.1rem;
        margin: 0.1rem 0rem;
    }

    .xp_8e5b0de786_2_info {
        padding: 0rem 0.1rem 0.1rem 0.1rem;
        border-left: none;
    }

    .xp_8e5b0de786_2_info_title {
        font-size: 0.12rem;
    }

    .xp_8e5b0de786_2_info_title_icon {
        width: 0.14rem;
        height: 0.14rem;
    }

    .xp_8e5b0de786_2_info_value {
        font-size: 0.12rem;
    }
}



.xp_02bfd42c15_1_container {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url('https://site-api.sxvtc.com/storage/images/251203ecavwlvmthdqkbce/20260401/1775027130_69ccc3ba9eeb4.webp');
    background-color: #FFFFFF;
    margin: 0rem 0rem 0rem 0rem;
    padding: 1.2rem 0rem 14.8rem 0rem;
}

.xp_02bfd42c15_1_content {
    width: 100%;
    max-width: var(--xp-content-width);
    height: 9rem;
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.xp_02bfd42c15_1_title {
    width: var(--xp-content-width);
}

.xp_02bfd42c15_1_content_item {
    overflow: hidden;
    height: 100%;
}

.xp_02bfd42c15_1_content_item_max {
    flex: 4;
}

.xp_02bfd42c15_1_content_item_min {
    flex: 2;
}

.xp_02bfd42c15_1_content_item_box {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.xp_02bfd42c15_1_content_cloumn1 {
    flex: 5;
    height: 0;
    width: 100%;
}

.xp_02bfd42c15_1_content_cloumn2 {
    flex: 5;
    height: 0;
    width: 100%;
}

.xp_02bfd42c15_1_content_placeholder {
    width: 100%;
    height: 100%;
    position: relative;
    border: 0.02rem dotted #555;
    border-left: 0 dotted #555;
}

.xp_02bfd42c15_1_content_item:first-child .xp_02bfd42c15_1_content_placeholder {
    border-left: 0.02rem dotted #555;
}

.xp_02bfd42c15_1_content_placeholder_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.23rem;
    color: #999;
}

@media screen and (max-width: 800px) {
    .xp_02bfd42c15_1_container{
        margin: 0;
        padding: 0;
        background-image: none;
        background-color: transparent;
    }

    .xp_02bfd42c15_1_content_item_max, .xp_02bfd42c15_1_content_item_min {
        flex: none;
    }

    .xp_02bfd42c15_1_content {
        flex-direction: column;
        gap: 0;
        height: auto;
    }

    .xp_02bfd42c15_1_content_item {
        flex: none;
        width: 100%;
    }

    .xp_02bfd42c15_1_content_cloumn {
        flex: none;
        height: auto;
    }
}
    @font-face {
        font-family: "SourceHanSerifCN";
        src: url('/_font/SourceHanSerifCN-Bold.ttf');
        font-display: swap;
    }

    .xp_title_e7698b19c1_0_font {
        font-family: "SourceHanSerifCN", sans-serif;
        font-size: 0.3rem;
    }

    .xp_title_e7698b19c1_0_content_bg {
        height: 0.6rem;
    }

    .xp_title_e7698b19c1_0_container2 {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0.4rem;
    }

    .xp_title_e7698b19c1_0_navs {
        position: relative;
        display: flex;
        align-items: center;
    }

    .xp_title_e7698b19c1_0_content2 {
        position: absolute;
        left: 0;
        display: flex;
        align-items: center;
        color: #999;
        cursor: pointer;
        user-select: none;
    }

    .xp_title_e7698b19c1_0_box2 {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 2;
        margin-left: 0.36rem;
        transform: translate(-0.14rem, 0.14rem);
    }

    .xp_title_e7698b19c1_0_content_title2 {
        line-height: 0.36rem;
        font-weight: bold;
        letter-spacing: 0.01rem;
        text-wrap: nowrap;
    }

    .xp_title_e7698b19c1_0_contnet_en2 {
        display: none;
        position: relative;
        font-weight: bold;
        font-size: 0.2rem;
        line-height: 0.2rem;
        text-wrap: nowrap;
        color: #BABABA;
    }

    .xp_title_e7698b19c1_0_select .xp_title_e7698b19c1_0_contnet_en2 {
        display: flex;
    }

    .xp_title_e7698b19c1_0_more {
        display: flex;
        align-items: center;
        cursor: pointer;
        transform: translate(0px, 0.14rem);
    }

    .xp_title_e7698b19c1_0_more_title {
        font-size: 0.18rem;
        color: #333333;
    }

    .xp_title_e7698b19c1_0_more_icon {
        width: 0.3rem;
        height: 0.3rem;
        object-fit: cover;
        margin-right: 0.1rem;
    }

    .xp_title_e7698b19c1_0_select .xp_title_e7698b19c1_0_contnet_en2 {
        opacity: 1;
    }

    .xp_title_e7698b19c1_0_select {
        color: var(--xp-color1);
    }

    .xp_title_e7698b19c1_0_hr {
        display: none;
        border-right: 1px solid var(--xp-color1);
        height: 0.18rem;
        margin: 0rem 0.1rem;
    }

    .xp_title_e7698b19c1_0_select .xp_title_e7698b19c1_0_hr {
        display: flex;
    }

    @media screen and (max-width: 800px) {
        .xp_title_e7698b19c1_0_container1, .xp_title_e7698b19c1_0_container2 {
            margin-bottom: 0.2rem;
        }

        .xp_title_e7698b19c1_0_box_name1 , .xp_title_e7698b19c1_0_content_title2 {
            font-size: 0.18rem;
            line-height: 0.18rem;
        }

        .xp_title_e7698b19c1_0_box1 {
            position: absolute;
            transform: translate(0.2rem, 0.14rem);
        }

        .xp_title_e7698b19c1_0_box2 {
            margin-left: 0.1rem;
            transform: translate(0.2rem, 0.14rem);
        }

        .xp_title_e7698b19c1_0_content_bg {
            height: 0.4rem;
        }
    
        .xp_title_e7698b19c1_0_box_en1{
            font-size: 0.06rem;
        }

        .xp_title_e7698b19c1_0_contnet_en2 {
            font-size: 0.06rem;
        }
    
        .xp_title_e7698b19c1_0_more_hr {
            display: none;
        }

        .xp_title_e7698b19c1_0_more_title {
            font-size: 0.12rem;  
        }

        .xp_title_e7698b19c1_0_more {
            transform: translate(0px, 0.14rem);
        }

        .xp_title_e7698b19c1_0_more_icon {
            width: 0.2rem;
            height: 0.2rem;
            object-fit: cover;
            margin-right: 0.06rem;
        }
    }


.xp_e7698b19c1_0_container {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin: 0rem 0rem 0rem 0rem;
}

.xp_e7698b19c1_0_title {
    width: 100%;
    max-width: var(--xp-content-width);
}

.xp_e7698b19c1_0_box {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding:0rem 0rem 0rem 0rem;
}

.xp_e7698b19c1_0_content {
    width: 100%;
    flex: 1;
    height: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.xp_e7698b19c1_0_line {
    width: 100%;
    display: flex;
    align-items: center;
    border-left: 6px solid var(--xp-color2);
    font-size: 0.18rem;
    color: #333;
    background-color: rgb(255,255,255);
    padding: 0.16rem 0.2rem;
    cursor: pointer;
}

.xp_e7698b19c1_0_line_icon {
    width: 1.5rem;
    height: 0.6rem;
    object-fit: contain;
    margin-right: 0.2rem;
    margin-left: 0.1rem;
    padding: 0.06rem;
    border: 1px dashed #999;
}

.xp_e7698b19c1_0_line_title {
    width: 0;
    flex: 1;
}

.xp_e7698b19c1_0_line_time {
    width: 0.8rem;
    display: flex;
    justify-content: center;
}

.xp_e7698b19c1_0_line:hover {
    border-left: 6px solid var(--xp-color1);
    color: var(--xp-color1);
}

.xp_e7698b19c1_0_line:hover .xp_e7698b19c1_0_line_title {
    font-weight: bold;
}

@media screen and (max-width: 800px) {
    .xp_e7698b19c1_0_container {
        width: 100vw;
        height: auto;
        margin: 0rem 0rem 0rem 0rem;
    }
    
    .xp_e7698b19c1_0_box {
        background-image: none;
        background-color: transparent;
        padding: 0rem 0.2rem 0.2rem 0.2rem;
        height: fit-content;
    }

    .xp_e7698b19c1_0_content {
        flex: none;
        height: fit-content;
        justify-content: flex-start;
        gap: 0.1rem;
    }

    .xp_e7698b19c1_0_line {
        font-size: 0.14rem;
        padding: 0.1rem;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 3px 0px;
    }

    .xp_e7698b19c1_0_line_icon {
        margin-left: 0rem;
        margin-right: 0.1rem;
        width: 0.6rem;
        height: 0.3rem;
        padding: 0.02rem;
    }

    .xp_e7698b19c1_0_line_time {
        width: 0.5rem;
        justify-content: flex-end;
    }
}

    @font-face {
        font-family: "SourceHanSerifCN";
        src: url('/_font/SourceHanSerifCN-Bold.ttf');
        font-display: swap;
    }

    .xp_title_70359a69fe_1_font {
        font-family: "SourceHanSerifCN", sans-serif;
        font-size: 0.3rem;
    }

    .xp_title_70359a69fe_1_content_bg {
        height: 0.6rem;
    }

    .xp_title_70359a69fe_1_container2 {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0.4rem;
    }

    .xp_title_70359a69fe_1_navs {
        position: relative;
        display: flex;
        align-items: center;
    }

    .xp_title_70359a69fe_1_content2 {
        position: absolute;
        left: 0;
        display: flex;
        align-items: center;
        color: #999;
        cursor: pointer;
        user-select: none;
    }

    .xp_title_70359a69fe_1_box2 {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 2;
        margin-left: 0.36rem;
        transform: translate(-0.14rem, 0.14rem);
    }

    .xp_title_70359a69fe_1_content_title2 {
        line-height: 0.36rem;
        font-weight: bold;
        letter-spacing: 0.01rem;
        text-wrap: nowrap;
    }

    .xp_title_70359a69fe_1_contnet_en2 {
        display: none;
        position: relative;
        font-weight: bold;
        font-size: 0.2rem;
        line-height: 0.2rem;
        text-wrap: nowrap;
        color: #BABABA;
    }

    .xp_title_70359a69fe_1_select .xp_title_70359a69fe_1_contnet_en2 {
        display: flex;
    }

    .xp_title_70359a69fe_1_more {
        display: flex;
        align-items: center;
        cursor: pointer;
        transform: translate(0px, 0.14rem);
    }

    .xp_title_70359a69fe_1_more_title {
        font-size: 0.18rem;
        color: #333333;
    }

    .xp_title_70359a69fe_1_more_icon {
        width: 0.3rem;
        height: 0.3rem;
        object-fit: cover;
        margin-right: 0.1rem;
    }

    .xp_title_70359a69fe_1_select .xp_title_70359a69fe_1_contnet_en2 {
        opacity: 1;
    }

    .xp_title_70359a69fe_1_select {
        color: var(--xp-color1);
    }

    .xp_title_70359a69fe_1_hr {
        display: none;
        border-right: 1px solid var(--xp-color1);
        height: 0.18rem;
        margin: 0rem 0.1rem;
    }

    .xp_title_70359a69fe_1_select .xp_title_70359a69fe_1_hr {
        display: flex;
    }

    @media screen and (max-width: 800px) {
        .xp_title_70359a69fe_1_container1, .xp_title_70359a69fe_1_container2 {
            margin-bottom: 0.2rem;
        }

        .xp_title_70359a69fe_1_box_name1 , .xp_title_70359a69fe_1_content_title2 {
            font-size: 0.18rem;
            line-height: 0.18rem;
        }

        .xp_title_70359a69fe_1_box1 {
            position: absolute;
            transform: translate(0.14rem, 0.14rem);
        }

        .xp_title_70359a69fe_1_box2 {
            margin-left: 0.1rem;
            transform: translate(0.14rem, 0.14rem);
        }

        .xp_title_70359a69fe_1_content_bg {
            height: 0.4rem;
        }
    
        .xp_title_70359a69fe_1_box_en1{
            font-size: 0.06rem;
        }

        .xp_title_70359a69fe_1_contnet_en2 {
            font-size: 0.06rem;
        }
    
        .xp_title_70359a69fe_1_more_hr {
            display: none;
        }

        .xp_title_70359a69fe_1_more_title {
            font-size: 0.12rem;  
        }

        .xp_title_70359a69fe_1_more {
            transform: translate(0px, 0.14rem);
        }

        .xp_title_70359a69fe_1_more_icon {
            width: 0.2rem;
            height: 0.2rem;
            object-fit: cover;
            margin-right: 0.06rem;
        }
    }


.xp_70359a69fe_1_container {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin: 0rem 0rem 0rem 0rem;
}

.xp_70359a69fe_1_title {
    width: 100%;
    max-width: var(--xp-content-width);
}

.xp_70359a69fe_1_box {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding:0rem 0rem 0rem 0rem;
}

.xp_70359a69fe_1_content {
    width: 100%;
    flex: 1;
    height: 0;
}

.xp_70359a69fe_1_banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.xp_70359a69fe_1_item {
    width: 100%;
    height: 100%;
    position: relative;
}

.xp_70359a69fe_1_item_img_box {
    width: 100%;
    height: 84%;
    padding-right: 0.24rem;
    overflow: hidden;
}

.xp_70359a69fe_1_item_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease .7s;
}

.xp_70359a69fe_1_item_img_box:hover .xp_70359a69fe_1_item_img {
    transform: scale(var(--xp-image-hover-scale));
}

.xp_70359a69fe_1_bar_box {
    width: 100%;
    padding-left: 1rem;
    position: absolute;
    bottom: 0;
}

.xp_70359a69fe_1_bar {
    height: 1.4rem;
    padding: 0.2rem 0.2rem;
    width: 100%;
    color: #fff;
    background-image: linear-gradient(to right, var(--xp-color1), var(--xp-color5));
}

.xp_70359a69fe_1_bar_title {
    font-size: 0.18rem;
    font-weight: bold;
    margin-bottom: 0.1rem;
}

.xp_70359a69fe_1_bar_info{
    font-size: 0.16rem;
    color: #eee;
}

.xp_70359a69fe_1_bar_date {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 0.04rem;
}

.xp_70359a69fe_1_line_date_icon {
    width: 0.14rem;
    height: 0.14rem;
    margin-right: 0.04rem;
}

.xp_70359a69fe_1_bar_date_value {
    font-size: 0.14rem;
}

.xp_70359a69fe_1_but_box {
    width: 0.6rem;
    height: 1.4rem;
    background-color: var(--xp-color2);
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 0.4rem;
    display: flex;
    flex-direction: column;
}

.xp_70359a69fe_1_but {
    width: 100%;
    height: 0;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.xp_70359a69fe_1_but:hover {
    background-color: var(--xp-color1);
}

.xp_70359a69fe_1_but_icon {
    width: 0.24rem;
    height: 0.24rem;
    color: #fff;
}

.xp_70359a69fe_1_sxzy_img {
    width: 3.37rem;
    height: 0.75rem;
    position: absolute;
    top: -2.4rem;
    right: 0rem;
}

@media screen and (max-width: 800px) {
    .xp_70359a69fe_1_sxzy_img {
        display: none;
    }

    .xp_70359a69fe_1_container {
        width: 100vw;
        height: auto;
        margin: 0rem 0rem 0rem 0rem;
    }
    
    .xp_70359a69fe_1_box {
        background-image: none;
        background-color: transparent;
        padding: 0rem 0.2rem 0rem 0.2rem;
        height: fit-content;
    }

    .xp_70359a69fe_1_content {
        flex: none;
        height: fit-content;
    }

    .xp_70359a69fe_1_item_img_box {
        height: 100%;
        padding-bottom: 1rem;
        padding-right: 0px;
    }

    .xp_70359a69fe_1_banner {
        height: 2.8rem;
    }

    .xp_70359a69fe_1_bar_title {
        font-size: 0.14rem;
        font-weight: bold;
    }

    .xp_70359a69fe_1_bar_info {
        font-size: 0.12rem;
    }

    .xp_70359a69fe_1_bar_box {
        padding-left: 0px;
    }

    .xp_70359a69fe_1_but_box {
        display: none;
    }

    .xp_70359a69fe_1_bar {
        height: 1.1rem;
        padding: 0.1rem;
    }
    
}



.xp_7fcd4ff2d3_5_container {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,0);
    margin: -13.4rem 0rem 0rem 0rem;
    padding: 2rem 0rem 2rem 0rem;
}

.xp_7fcd4ff2d3_5_content {
    width: 100%;
    max-width: var(--xp-content-width);
    height: 6.2rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.xp_7fcd4ff2d3_5_title {
    width: var(--xp-content-width);
}

.xp_7fcd4ff2d3_5_content_item {
    flex: 1;
    width: 0;
    height: 100%;
}

.xp_7fcd4ff2d3_5_content_placeholder {
    width: 100%;
    height: 100%;
    position: relative;
    border: 0.01rem dashed #555;
}

.xp_7fcd4ff2d3_5_content_item:first-child .xp_7fcd4ff2d3_5_content_placeholder {
    border-left: 0.01rem dashed #555;
}

.xp_7fcd4ff2d3_5_content_placeholder_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.23rem;
    color: #555;
}

@media screen and (max-width: 800px) {
    .xp_7fcd4ff2d3_5_container {
        background-image: none;
        margin: 0;
        padding: 0;
        width: 100vw;
    }

    .xp_7fcd4ff2d3_5_title {
        width: 100%;
    }

    .xp_7fcd4ff2d3_5_content {
        width: 100%;
        height: fit-content;
        flex-direction: column;
        gap: 0;
    }

    .xp_7fcd4ff2d3_5_content_item {
        flex: none;
        width: 100%;
    }
}
    @font-face {
        font-family: "SourceHanSerifCN";
        src: url('/_font/SourceHanSerifCN-Bold.ttf');
        font-display: swap;
    }

    .xp_title_0c3bb3a205_6_font {
        font-family: "SourceHanSerifCN", sans-serif;
        font-size: 0.3rem;
    }

    .xp_title_0c3bb3a205_6_content_bg {
        height: 0.6rem;
    }

    .xp_title_0c3bb3a205_6_container1 {
        width: 100%;
        display: flex;
        justify-content: left;
        user-select: none;
        margin-bottom: 0.4rem;
    }

    .xp_title_0c3bb3a205_6_box1 {
        position: absolute;
        z-index: 2;
        color: #333;
        display: flex;
        align-items: center;
        transform: translate(0.24rem, 0.24rem);
    }

    .xp_title_0c3bb3a205_6_box_name1 {
        line-height: 0.36rem;
        font-weight: bold;
        letter-spacing: 0.01rem;
    }

    .xp_title_0c3bb3a205_6_box_en1 {
        position: relative;
        font-weight: bold;
        font-size: 0.2rem;
        line-height: 0.2rem;
        text-wrap: nowrap;
        color: #BABABA;
    }

    .xp_title_0c3bb3a205_6_select {
        color: var(--xp-color1);
    }

    .xp_title_0c3bb3a205_6_hr {
        display: none;
        border-right: 1px solid var(--xp-color1);
        height: 0.18rem;
        margin: 0rem 0.1rem;
    }

    .xp_title_0c3bb3a205_6_select .xp_title_0c3bb3a205_6_hr {
        display: flex;
    }

    @media screen and (max-width: 800px) {
        .xp_title_0c3bb3a205_6_container1, .xp_title_0c3bb3a205_6_container2 {
            margin-bottom: 0.2rem;
        }

        .xp_title_0c3bb3a205_6_box_name1 , .xp_title_0c3bb3a205_6_content_title2 {
            font-size: 0.18rem;
            line-height: 0.18rem;
        }

        .xp_title_0c3bb3a205_6_box1 {
            position: absolute;
            transform: translate(0.2rem, 0.2rem);
        }

        .xp_title_0c3bb3a205_6_box2 {
            margin-left: 0.1rem;
            transform: translate(0.2rem, 0.2rem);
        }

        .xp_title_0c3bb3a205_6_content_bg {
            height: 0.4rem;
        }
    
        .xp_title_0c3bb3a205_6_box_en1{
            font-size: 0.06rem;
        }

        .xp_title_0c3bb3a205_6_contnet_en2 {
            font-size: 0.06rem;
        }
    
        .xp_title_0c3bb3a205_6_more_hr {
            display: none;
        }

        .xp_title_0c3bb3a205_6_more_title {
            font-size: 0.12rem;  
        }

        .xp_title_0c3bb3a205_6_more {
            transform: translate(0px, 0.2rem);
        }

        .xp_title_0c3bb3a205_6_more_icon {
            width: 0.2rem;
            height: 0.2rem;
            object-fit: cover;
            margin-right: 0.06rem;
        }
    }


.xp_0c3bb3a205_6_container {
    position: relative;
    z-index: 3;
    width: 100%;
    margin: -0.5rem 0rem 0rem 0rem;
    padding:0.8rem 0rem 0.8rem 0rem;
    background-color: rgba(255,255,255,0);
    display: flex;
    justify-content: center;
}

.xp_0c3bb3a205_6_title {
    width: 100%;
    max-width: var(--xp-content-width);
}

.xp_0c3bb3a205_6_box {
    width: 100%;
    height: 4.4rem;
    max-width: var(--xp-content-width);
    position: relative;
    display: flex;
}

.xp_0c3bb3a205_6_video_box {
    position: relative;
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0.2rem;
    overflow: hidden;
}

.xp_0c3bb3a205_6_video_cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.xp_0c3bb3a205_6_info_box {
    flex: 1;
    widht: 0px;
    height: 100%;
    padding-left: 0.2rem;
    display: flex;
    flex-direction: column;
}

.xp_0c3bb3a205_6_info {
    width: 100%;
    flex: 1;
    height: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.xp_0c3bb3a205_6_info_content {
    width: 100%;
    color: #999;
    text-indent: 0.45rem;
    line-height: 0.32rem;
    font-size: 0.18rem;
    text-align: justify;
    letter-spacing: 1px;
}

.xp_0c3bb3a205_6_nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 0.4rem;
}

.xp_0c3bb3a205_6_nav_item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
    font-size: 0.18rem;
    padding: 0rem 0rem 0.14rem 0rem;
    cursor: pointer;
}

.xp_0c3bb3a205_6_nav_item_icon {
    width: 0.3rem;
    height: 0.3rem;
    color: var(--xp-color2);
}

.xp_0c3bb3a205_6_nav_item:hover,
.xp_0c3bb3a205_6_nav_item:hover .xp_0c3bb3a205_6_nav_item_icon {
    color: var(--xp-color1);
}

.xp_0c3bb3a205_6_video {
    width: 100%;
    height: 100%;
    background-color: #000000;
}

.xp_0c3bb3a205_6_nav_item_name{
    flex: 1;
    width: 0;
    display: flex;
    align-items: center;
}

.xp_0c3bb3a205_6_nav_item_en {
    font-size: 0.14rem;
    color: #999;
    margin-left: 0.2rem;
}

@media screen and (max-width: 800px) {
    .xp_0c3bb3a205_6_container {
        width: 100vw;
        margin: 0rem 0rem 0rem 0rem;
        padding: 0rem 0.2rem 0.2rem 0.2rem;
        background-image: none;
    }

    .xp_0c3bb3a205_6_box {
        height: fit-content;
        flex-direction: column;
    }

    .xp_0c3bb3a205_6_video_box {
        padding-right: 0px;
        height: 2rem;
        flex: none;
        order: 2;
        margin-top: 0.2rem;
    }

    .xp_0c3bb3a205_6_info_box {
        padding-left: 0px;
        margin-top: 0.2rem;
        order: 1;
    }

    .xp_0c3bb3a205_6_video_play {
        width: 0.4rem;
        height: 0.4rem;
    }

    .xp_0c3bb3a205_6_video_play_icon {
        width: 0.3rem;
        height: 0.3rem;
    }

    .xp_0c3bb3a205_6_nav {
        gap: 0.1rem;
        margin-top: 0.2rem;
    }

    .xp_0c3bb3a205_6_nav_item {
        font-size: 0.14rem;
        padding: 0rem 0rem 0.1rem 0rem;
    }

    .xp_0c3bb3a205_6_info_content {
        text-indent: 0.2rem;
        line-height: 0.24rem;
        font-size: 0.14rem;
    }

    .xp_0c3bb3a205_6_nav_item_icon {
        width: 0.2rem;
        height: 0.2rem;
    }
}
    @font-face {
        font-family: "SourceHanSerifCN";
        src: url('/_font/SourceHanSerifCN-Bold.ttf');
        font-display: swap;
    }

    .xp_title_81807e342d_7_font {
        font-family: "SourceHanSerifCN", sans-serif;
        font-size: 0.3rem;
    }

    .xp_title_81807e342d_7_content_bg {
        height: 0.6rem;
    }

    .xp_title_81807e342d_7_container1 {
        width: 100%;
        display: flex;
        justify-content: center;
        user-select: none;
        margin-bottom: 1.2rem;
    }

    .xp_title_81807e342d_7_box1 {
        position: absolute;
        z-index: 2;
        color: #333;
        display: flex;
        align-items: center;
        transform: translate(0.1rem, 0.44rem);
    }

    .xp_title_81807e342d_7_box_name1 {
        line-height: 0.36rem;
        font-weight: bold;
        letter-spacing: 0.01rem;
    }

    .xp_title_81807e342d_7_box_en1 {
        position: relative;
        font-weight: bold;
        font-size: 0.2rem;
        line-height: 0.2rem;
        text-wrap: nowrap;
        color: #BABABA;
    }

    .xp_title_81807e342d_7_select {
        color: var(--xp-color1);
    }

    .xp_title_81807e342d_7_hr {
        display: none;
        border-right: 1px solid var(--xp-color1);
        height: 0.18rem;
        margin: 0rem 0.1rem;
    }

    .xp_title_81807e342d_7_select .xp_title_81807e342d_7_hr {
        display: flex;
    }

    @media screen and (max-width: 800px) {
        .xp_title_81807e342d_7_container1, .xp_title_81807e342d_7_container2 {
            margin-bottom: 0.2rem;
        }

        .xp_title_81807e342d_7_box_name1 , .xp_title_81807e342d_7_content_title2 {
            font-size: 0.18rem;
            line-height: 0.18rem;
        }

        .xp_title_81807e342d_7_box1 {
            position: absolute;
            transform: translate(0.2rem, 0.2rem);
        }

        .xp_title_81807e342d_7_box2 {
            margin-left: 0.1rem;
            transform: translate(0.2rem, 0.2rem);
        }

        .xp_title_81807e342d_7_content_bg {
            height: 0.4rem;
        }
    
        .xp_title_81807e342d_7_box_en1{
            font-size: 0.06rem;
        }

        .xp_title_81807e342d_7_contnet_en2 {
            font-size: 0.06rem;
        }
    
        .xp_title_81807e342d_7_more_hr {
            display: none;
        }

        .xp_title_81807e342d_7_more_title {
            font-size: 0.12rem;  
        }

        .xp_title_81807e342d_7_more {
            transform: translate(0px, 0.2rem);
        }

        .xp_title_81807e342d_7_more_icon {
            width: 0.2rem;
            height: 0.2rem;
            object-fit: cover;
            margin-right: 0.06rem;
        }
    }


.xp_81807e342d_7_container {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('https://site-api.sxvtc.com/storage/images/251203ecavwlvmthdqkbce/20260402/1775126693_69ce48a50a5ac.webp');
    background-color: rgba(255,255,255,0);   
    margin: -2.4rem 0rem 0rem 0rem;
    padding: 3.8rem 0rem 4rem 0rem;
}

.xp_81807e342d_7_title {
    width: 100%;
    max-width: var(--xp-content-width);
}

.xp_81807e342d_7_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.xp_81807e342d_7_scroll_view {
    width: 100%
}

.xp_81807e342d_7_view {
    position: relative;
    width: 100%;
    height: 5.4rem;
    display: none;
    max-width: var(--xp-content-width);
    
}

.xp_81807e342d_7_view_line {
    position: absolute;
    width: 3rem;
    border-radius: 0.1rem;
    padding: 0.2rem;
    font-size: 0.18rem;
    background-image: linear-gradient(to right, #E5C0CE, rgba(0, 0, 0, 0));
}

.xp_81807e342d_7_view_icon {
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    left: -0.3rem;
    top: -0.3rem;
    border-radius: 50%;
    z-index: 2;
}

.xp_81807e342d_7_view_line:nth-child(1) {
    left: 1.6rem;
    top: 1.2rem;
}

.xp_81807e342d_7_view_line:nth-child(2) {
    left: 6.8rem;
    top: 0.4rem;
}

.xp_81807e342d_7_view_line:nth-child(3) {
    left: 11.2rem;
    top: 1.3rem;
}

.xp_81807e342d_7_view_line:nth-child(4) {
    left: 0rem;
    top: 3.8rem;
}

.xp_81807e342d_7_view_line:nth-child(5) {
    left: 6.2rem;
    top: 3rem;
}

.xp_81807e342d_7_view_line:nth-child(6) {
    left: 13rem;
    top: 3.8rem;
}

.xp_81807e342d_7_view1_line {
    position: absolute;
    border: 1px solid var(--xp-color1);
    padding: 0.04rem 0.12rem;
    border-radius: 1rem;
    color: #333;
    white-space: nowrap;
    font-size: 0.16rem;
    background-color: #fff;
}

.xp_81807e342d_7_view1_line:nth-child(1) {
    top: 0;
    left: 5.6rem;
}

.xp_81807e342d_7_view1_line:nth-child(2) {
    top: 0.2rem;
    left: 13.4rem;
}

.xp_81807e342d_7_view1_line:nth-child(3) {
    top: 0.8rem;
    left: 0rem;
}

.xp_81807e342d_7_view1_line:nth-child(4) {
    top: 1.2rem;
    left: 5.4rem;
}

.xp_81807e342d_7_view1_line:nth-child(5) {
    top: 1.8rem;
    left: 2.4rem;
}

.xp_81807e342d_7_view1_line:nth-child(6) {
    top: 3.8rem;
    left: 8.8rem;
}

.xp_81807e342d_7_view1_line:nth-child(7) {
    top: 1.2rem;
    left: 9rem;
}

.xp_81807e342d_7_view1_line:nth-child(8) {
    top: 3rem;
    left: 0.4rem;
}

.xp_81807e342d_7_view1_line:nth-child(9) {
    top: 2rem;
    left: 11.4rem;
}

.xp_81807e342d_7_view1_line:nth-child(10) {
    top: 2.8rem;
    left: 6rem;
}

.xp_81807e342d_7_view1_line:nth-child(11) {
    top: 3.6rem;
    left: 12rem;
}

.xp_81807e342d_7_view1_line:nth-child(12) {
    top: 4.6rem;
    left: 1.6rem;
}

.xp_81807e342d_7_view1_line:nth-child(13) {
    top: 4.6rem;
    left: 11.6rem;
}

.xp_81807e342d_7_view1_line:nth-child(14) {
    top: 3.8rem;
    left: 3.8rem;
}

.xp_81807e342d_7_view2_line {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 0.2rem;
    position: absolute;
    cursor: pointer;
}

.xp_81807e342d_7_view2_icon {
    width: 0.82rem;
    height: 0.82rem;
    border-radius: 50%;
    display: flex;
}

.xp_81807e342d_7_view2_icon1 {
    display: none;
    width: 0.82rem;
    height: 0.82rem;
    border-radius: 50%;
    display: none;
}

.xp_81807e342d_7_view2_name {
    font-size: 0.18rem;
}

.xp_81807e342d_7_view2_line:nth-child(1) {
    left: 1.4rem;
    top: 0rem;
}

.xp_81807e342d_7_view2_line:nth-child(2) {
    left: 8.6rem;
    top: 0.2rem;
}

.xp_81807e342d_7_view2_line:nth-child(3) {
    left: 4.2rem;
    top: 1.4rem;
}

.xp_81807e342d_7_view2_line:nth-child(4) {
    left: 12.6rem;
    top: 1.4rem;
}

.xp_81807e342d_7_view2_line:nth-child(5) {
    left: 0.8rem;
    top: 2.8rem;
}

.xp_81807e342d_7_view2_line:nth-child(6) {
    left: 4.9rem;
    top: 4rem;
}

.xp_81807e342d_7_view2_line:nth-child(7) {
    left: 9rem;
    top: 2.4rem;
}

.xp_81807e342d_7_view2_line:nth-child(8) {
    left: 12.8rem;
    top: 3.9rem;
}

.xp_81807e342d_7_view_modal {
    visibility: hidden;
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: fit-content;
    z-index: 100;
    transition: all ease .7s;
    transform: translateY(-0.1rem);
    opacity: 0;
    padding: 0.92rem 0rem 0rem 0rem;
}

.xp_81807e342d_7_view_modal_content {
    width: fit-content;
    padding: 0.2rem 0.2rem 0.1rem 0.2rem;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 4px 0px;
    display: flex;
    gap: 0.2rem;
    border-radius: 0.1rem;
    backdrop-filter: blur(2px);
    background-color: rgba(255, 255, 255, .7);
}

.xp_81807e342d_7_view2_item {
    position: relative;
    display: flex;
    height: fit-content;
}

.xp_81807e342d_7_view2_item:nth-child(even) {
    padding-top: 0.2rem;
}

.xp_81807e342d_7_view2_hr {
    background-image: linear-gradient(var(--xp-color1), rgba(0, 0, 0, 0));
    width: 1px;
    height: 1rem;
    position: relative;
    right: 0.02rem;
    top: -0.08rem;
}

.xp_81807e342d_7_view2_hr::before {
    position: absolute;
    content: "";
    top: 0rem;
    width: 0.08rem;
    height: 0.08rem;
    left: -0.04rem;
    border-radius: 50%;
    background-color: #333;
}

.xp_81807e342d_7_view2_item_name {
    writing-mode: vertical-rl
}

.xp_81807e342d_7_view3_line {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 0.2rem;
    position: absolute;
    cursor: pointer;
}

.xp_81807e342d_7_view3_icon {
    width: 0.82rem;
    height: 0.82rem;
    border-radius: 50%;
    display: flex;
}

.xp_81807e342d_7_view3_icon1 {
    display: none;
    width: 0.82rem;
    height: 0.82rem;
    border-radius: 50%;
    display: none;
}

.xp_81807e342d_7_view3_name {
    font-size: 0.18rem;
}

.xp_81807e342d_7_view3_line:nth-child(1) {
    left: 5rem;
    top: 0rem;
}

.xp_81807e342d_7_view3_line:nth-child(8) {
    left: 7rem;
    top: 3.2rem;
}

.xp_81807e342d_7_view3_line:nth-child(2) {
    left: 10.6rem;
    top: 0.2rem;
}

.xp_81807e342d_7_view3_line:nth-child(3) {
    left: 3.8rem;
    top: 1.2rem;
}

.xp_81807e342d_7_view3_line:nth-child(4) {
    left: 9.8rem;
    top: 2rem;
}

.xp_81807e342d_7_view3_line:nth-child(5) {
    left: 0rem;
    top: 2.4rem;
}

.xp_81807e342d_7_view3_line:nth-child(6) {
    left: 1.4rem;
    top: 3.8rem;
}

.xp_81807e342d_7_view3_line:nth-child(7) {
    left: 12.4rem;
    top: 3.8rem;
}

.xp_81807e342d_7_view3_item {
    position: relative;
    display: flex;
    height: fit-content;
}

.xp_81807e342d_7_view3_item:nth-child(even) {
    padding-top: 0.2rem;
}

.xp_81807e342d_7_view3_hr {
    background-image: linear-gradient(var(--xp-color1), rgba(0, 0, 0, 0));
    width: 1px;
    height: 1rem;
    position: relative;
    right: 0.02rem;
    top: -0.08rem;
}

.xp_81807e342d_7_view3_hr::before {
    position: absolute;
    content: "";
    top: 0rem;
    width: 0.08rem;
    height: 0.08rem;
    left: -0.04rem;
    border-radius: 50%;
    background-color: #333;
}

.xp_81807e342d_7_view3_item_name {
    writing-mode: vertical-rl
}

.xp_81807e342d_7_view_show {
    display: flex;
}

.xp_81807e342d_7_nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
    margin-top: 0.2rem;
    position: relative;
    z-index:2;
}

.xp_81807e342d_7_nav_item {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.xp_81807e342d_7_nav_title {
    font-weight: bold;
    font-size: 0.24rem;
    margin-top: 0.2rem;
    color: var(--xp-color1);
}

.xp_81807e342d_7_nav_img2 {
    display: none;
}

.xp_81807e342d_7_nav_img {
    width: 1.6rem;
    height: 1.6rem;
    object-fit: cover;
    transition: transform ease .7s;
}

.xp_81807e342d_7_nav_select .xp_81807e342d_7_nav_img2 {
    display: flex;
}

.xp_81807e342d_7_nav_select .xp_81807e342d_7_nav_img1 {
    display: none;
}

@keyframes scroll_view {
    from {
        transform: translateX(0px);
    }

    to {
        transform: translateX(-100%);
    }
}

.xp_81807e342d_7_tx_box {
    width: 100%;
    position: absolute;
    z-index:1;
    bottom: 3.4rem;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
}

.xp_81807e342d_7_tx_img {
    min-width: 100%;
    display: flex;
    animation: scroll_view linear 30s infinite;
}

@media screen and (min-width: 800px) {
    .xp_81807e342d_7_nav_item:hover .xp_81807e342d_7_nav_img {
        transform: scale(1.1);
    }
   
    .xp_81807e342d_7_view3_line:hover .xp_81807e342d_7_view_modal {
        visibility: visible;
        transform: translateY(0rem);
        opacity: 1;
    }

    .xp_81807e342d_7_view3_line:hover .xp_81807e342d_7_view3_icon1 {
        display: flex;
    }

    .xp_81807e342d_7_view3_line:hover .xp_81807e342d_7_view3_icon {
        display: none;
    }

    .xp_81807e342d_7_view2_line:hover .xp_81807e342d_7_view2_icon1 {
        display: flex;
    }

    .xp_81807e342d_7_view2_line:hover .xp_81807e342d_7_view2_icon {
        display: none;
    }

    .xp_81807e342d_7_view2_line:hover .xp_81807e342d_7_view_modal {
        visibility: visible;
        transform: translateY(0rem);
        opacity: 1;
    }
}

@media screen and (max-width: 800px) {
    .xp_81807e342d_7_container {
        width: 100vw;
        max-width: 100vw;
        height: auto;
        margin: 0rem 0rem 0rem 0rem;
        padding: 0.2rem 0.2rem 0.2rem 0.2rem;
    }

    .xp_81807e342d_7_tx_box {
        display: none;
    }

    .xp_81807e342d_7_view_modal {
    }

    .xp_81807e342d_7_scroll_view {
        display: grid;
        grid-template-columns: repeat(2, minmax(0px, 1fr));
        gap: 0.1rem;
        padding-left: 0.1rem;
    }

    .xp_81807e342d_7_view:nth-child(1) .xp_81807e342d_7_scroll_view {
        padding-left: 0.1rem;
    }

    .xp_81807e342d_7_view:nth-child(2) .xp_81807e342d_7_scroll_view {
        height: 1.8rem;
    }

    .xp_81807e342d_7_view:nth-child(3) {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.1rem;
        flex-direction: row;
    }

    .xp_81807e342d_7_view:nth-child(4) {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.1rem;
        flex-direction: row;
    }
    
    .xp_81807e342d_7_content {
        overflow: inherit;
    }

    .xp_81807e342d_7_nav {
        gap: 0.1rem;
        margin-top: 0.2rem;
        justify-content: space-between;
        order: 1;
        display: flex;
    }

    .xp_81807e342d_7_nav_img {
        width: 0.45rem;
        height: 0.45rem;
    }

    .xp_81807e342d_7_nav_title {
        font-size: 0.12rem;
        margin-top: 0.1rem;
    }

    .xp_81807e342d_7_view {
        height: fit-content;
        flex-direction: column;
    }

    .xp_81807e342d_7_view_line {
        width: 100%;
        position: relative;
        left: auto !important;
        top: auto !important;
        bottom: auto !important;
        right: auto !important;
        font-size: 0.04rem;
        border-radius: 0.04rem;
        margin-bottom: 0.1rem;
        display: flex;
        padding: 0.1rem; 
        padding-left: 0.14rem;
        font-weight: bold;
        background-image: linear-gradient(to right, #E5C0CE, #e5c0ce7f, rgba(0,0,0,0));
    }

    .xp_81807e342d_7_view_icon {
        left: -0.1rem;
        top: 0.03rem;
        width: 0.2rem;
        height: 0.2rem;
    }

    .xp_81807e342d_7_view1_line {
        font-size: 0.04rem;
        left: auto !important;
        top: auto !important;
        bottom: auto !important;
        right: auto !important;
        padding: 0.02rem 0.04rem;
    }

    .xp_81807e342d_7_view1_line:nth-child(1){
        left: 0rem !important;
        top: 0rem !important;
    }

    .xp_81807e342d_7_view1_line:nth-child(2){
        left: 0.1rem !important;
        top: 0.3rem !important;
    }

    .xp_81807e342d_7_view1_line:nth-child(3){
        left: 0.2rem !important;
        top: 0.6rem !important;
    }

    .xp_81807e342d_7_view1_line:nth-child(4){
        left: 0rem !important;
        top: 0.9rem !important;
    }

    .xp_81807e342d_7_view1_line:nth-child(5){
        left: 0.4rem !important;
        top: 1.2rem !important;
    }

    .xp_81807e342d_7_view1_line:nth-child(6){
        left: 0.1rem !important;
        top: 1.5rem !important;
    }

    .xp_81807e342d_7_view1_line:nth-child(7){
        left: 0.6rem !important;
        top: 1.5rem !important;
    }

    .xp_81807e342d_7_view1_line:nth-child(8){
        left: 2.2rem !important;
        top: 0.6rem !important;
    }

    .xp_81807e342d_7_view1_line:nth-child(9){
        left: 0.8rem !important;
        top: 0.3rem !important;
    }

    .xp_81807e342d_7_view1_line:nth-child(10){
        left: 1.8rem !important;
        top: 0.3rem !important;
    }

    .xp_81807e342d_7_view1_line:nth-child(11){
        left: 2.42rem !important;
        top: 0rem !important;
    }

    .xp_81807e342d_7_view1_line:nth-child(12){
        left: 2.1rem !important;
        top: 1.5rem !important;
    }

    .xp_81807e342d_7_view1_line:nth-child(13){
        left: 1.8rem !important;
        top: 0.8rem !important;
    }

    .xp_81807e342d_7_view1_line:nth-child(14){
        left:1.2rem !important;
        top: 1.2rem !important;
    }

    .xp_81807e342d_7_view2_icon {
        width: 0.4rem;
        height: 0.4rem;
    }

    .xp_81807e342d_7_view2_icon1 {
        width: 0.4rem;
        height: 0.4rem;
    }

    .xp_81807e342d_7_view2_line {
        width: 30%;
        height: auto;
        position: relative;
        left: auto !important;
        top: auto !important;
        bottom: auto !important;
        right: auto !important;
        font-size: 0.04rem;
        border: none;
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 3px 0px;
        margin-bottom: 0rem;
        padding: 0.1rem;
        border-radius: 0.04rem;
        flex-direction: column;
        gap: 0.1rem;
    }

    .xp_81807e342d_7_view2_line:last-child {
        margin-bottom: 0rem;
    }

    .xp_81807e342d_7_view2_name {
        font-size: 0.08rem;
        text-align: center;
        text-wrap: nowrap;
    }

    .xp_81807e342d_7_view3_icon {
        width: 0.4rem;
        height: 0.4rem;
    }

    .xp_81807e342d_7_view3_icon1 {
        width: 0.4rem;
        height: 0.4rem;
    }

    .xp_81807e342d_7_view3_line {
        width: 30%;
        height: auto;
        position: relative;
        left: auto !important;
        top: auto !important;
        bottom: auto !important;
        right: auto !important;
        font-size: 0.04rem;
        border: none;
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 3px 0px;
        margin-bottom: 0rem;
        padding: 0.1rem;
        border-radius: 0.04rem;
        flex-direction: column;
        gap: 0.1rem;
    }

    .xp_81807e342d_7_view3_line:last-child {
        margin-bottom: 0rem;
    }

    .xp_81807e342d_7_view3_name {
        font-size: 0.08rem;
        text-align: center;
    }

    .xp_81807e342d_7_view_modal {
        width: 100%;
        position: relative;
        visibility: visible;
        transform: translateY(0rem);
        opacity: 1;
        padding: 0rem;
    }

    .xp_81807e342d_7_view_modal_content {
        width: 100%;
        padding: 0rem;
        gap: 0.04rem;
        flex-wrap: wrap;
        box-shadow: none;
        border-radius: 0px;
        backdrop-filter: blur(0px);
    }

    .xp_81807e342d_7_view2_hr {
        display: none;
    }

    .xp_81807e342d_7_view3_hr {
        display: none;
    }

    .xp_81807e342d_7_view2_item_name {
        writing-mode: revert;
        color: #999;
    }

    .xp_81807e342d_7_view3_item_name {
        writing-mode: revert;
        color: #999;
    }

    .xp_81807e342d_7_view2_item:nth-child(even) {
        padding-top: 0rem;
    }

    .xp_81807e342d_7_view3_item:nth-child(even) {
        padding-top: 0rem;
    }
}
    @font-face {
        font-family: "SourceHanSerifCN";
        src: url('/_font/SourceHanSerifCN-Bold.ttf');
        font-display: swap;
    }

    .xp_title_77da77c981_8_font {
        font-family: "SourceHanSerifCN", sans-serif;
        font-size: 0.3rem;
    }

    .xp_title_77da77c981_8_content_bg {
        height: 0.6rem;
    }

    .xp_title_77da77c981_8_container2 {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0.4rem;
    }

    .xp_title_77da77c981_8_navs {
        position: relative;
        display: flex;
        align-items: center;
    }

    .xp_title_77da77c981_8_content2 {
        position: absolute;
        left: 0;
        display: flex;
        align-items: center;
        color: #999;
        cursor: pointer;
        user-select: none;
    }

    .xp_title_77da77c981_8_box2 {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 2;
        margin-left: 0.36rem;
        transform: translate(-0.14rem, 0.14rem);
    }

    .xp_title_77da77c981_8_content_title2 {
        line-height: 0.36rem;
        font-weight: bold;
        letter-spacing: 0.01rem;
        text-wrap: nowrap;
    }

    .xp_title_77da77c981_8_contnet_en2 {
        display: none;
        position: relative;
        font-weight: bold;
        font-size: 0.2rem;
        line-height: 0.2rem;
        text-wrap: nowrap;
        color: #BABABA;
    }

    .xp_title_77da77c981_8_select .xp_title_77da77c981_8_contnet_en2 {
        display: flex;
    }

    .xp_title_77da77c981_8_more {
        display: flex;
        align-items: center;
        cursor: pointer;
        transform: translate(0px, 0.14rem);
    }

    .xp_title_77da77c981_8_more_title {
        font-size: 0.18rem;
        color: #333333;
    }

    .xp_title_77da77c981_8_more_icon {
        width: 0.3rem;
        height: 0.3rem;
        object-fit: cover;
        margin-right: 0.1rem;
    }

    .xp_title_77da77c981_8_select .xp_title_77da77c981_8_contnet_en2 {
        opacity: 1;
    }

    .xp_title_77da77c981_8_select {
        color: var(--xp-color1);
    }

    .xp_title_77da77c981_8_hr {
        display: none;
        border-right: 1px solid var(--xp-color1);
        height: 0.18rem;
        margin: 0rem 0.1rem;
    }

    .xp_title_77da77c981_8_select .xp_title_77da77c981_8_hr {
        display: flex;
    }

    @media screen and (max-width: 800px) {
        .xp_title_77da77c981_8_container1, .xp_title_77da77c981_8_container2 {
            margin-bottom: 0.2rem;
        }

        .xp_title_77da77c981_8_box_name1 , .xp_title_77da77c981_8_content_title2 {
            font-size: 0.18rem;
            line-height: 0.18rem;
        }

        .xp_title_77da77c981_8_box1 {
            position: absolute;
            transform: translate(0.14rem, 0.14rem);
        }

        .xp_title_77da77c981_8_box2 {
            margin-left: 0.1rem;
            transform: translate(0.14rem, 0.14rem);
        }

        .xp_title_77da77c981_8_content_bg {
            height: 0.4rem;
        }
    
        .xp_title_77da77c981_8_box_en1{
            font-size: 0.06rem;
        }

        .xp_title_77da77c981_8_contnet_en2 {
            font-size: 0.06rem;
        }
    
        .xp_title_77da77c981_8_more_hr {
            display: none;
        }

        .xp_title_77da77c981_8_more_title {
            font-size: 0.12rem;  
        }

        .xp_title_77da77c981_8_more {
            transform: translate(0px, 0.14rem);
        }

        .xp_title_77da77c981_8_more_icon {
            width: 0.2rem;
            height: 0.2rem;
            object-fit: cover;
            margin-right: 0.06rem;
        }
    }


.xp_77da77c981_8_container {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('https://site-api.sxvtc.com/storage/images/251203ecavwlvmthdqkbce/20260402/1775126693_69ce48a59d496.webp');
    background-color: rgba(255,255,255,0);   
    margin: -4rem 0rem 0rem 0rem;
    padding: 3.6rem 0rem 2.8rem 0rem;
}

.xp_77da77c981_8_title {
    width: 100%;
    max-width: var(--xp-content-width);
}

.xp_77da77c981_8_content {
    width: 100%;
    max-width: var(--xp-content-width);
    gap: 0.2rem;
    height: 3.4rem;
    display: flex;
}

.xp_77da77c981_8_line {
    flex: 1;
    width: 0;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.xp_77da77c981_8_line_select {
    width: 5.4rem;
    flex: none;
    transition: all ease .6s;
}

.xp_77da77c981_8_line_img {
    width: 5.4rem;
    height: 100%;
    object-fit: cover;
}

.xp_77da77c981_8_line_mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(166, 45, 86,0.85);
}

.xp_77da77c981_8_line_title {
    width: 100%;
    color: #ffffff;
    font-size: 0.18rem;
    position: absolute;
    left: 0px;
    top: 0.1rem;
    display: flex;
    flex-direction: column;
    padding: 0.2rem;
    gap: 0.1rem;
    transition: all ease .4s;
    z-index: 3;
}

.xp_77da77c981_8_line_icon {
    width: 0.34rem;
    height: 0.34rem;
    object-fit: cover;
}

.xp_77da77c981_8_line_select .xp_77da77c981_8_line_mask {
    bottom: 0;
    top: auto;
    height: 0.8rem;
    background-color: transparent;
    background-image: linear-gradient(to top, rgba(166, 45, 86,1),rgba(166, 45, 86,0.85), rgba(0, 0, 0, 0));
}

.xp_77da77c981_8_line_select .xp_77da77c981_8_line_title {
    flex-direction: row;
    align-items: center;
    top: 2.7rem;
}

@media screen and (max-width: 800px) {
    .xp_77da77c981_8_container {
        width: 100vw;
        height: auto;
        margin: 0rem 0rem 0rem 0rem;
        background-image: none;
        padding: 0rem 0.2rem 0.2rem 0.2rem;
    }

    .xp_77da77c981_8_content {
        background-image: none;
        background-color: transparent;
        height: fit-content;
        flex-direction: column;
        display: grid;
        grid-template-columns: repeat(2, minmax(0px, 1fr));
        gap: 0.1rem;
    }

    .xp_77da77c981_8_line_img {
        width: 100%;
    }

    .xp_77da77c981_8_line_title {
        align-items: center;
        font-size: 0.12rem;
        padding: 0.1rem;
        top: auto;
        text-align: center;
    }

    .xp_77da77c981_8_line_icon {
        width: 0.26rem;
        height: 0.26rem;
    }

    .xp_77da77c981_8_line {
        flex: none;
        width: 100%;
        height: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .xp_77da77c981_8_line_mask {
        background-color: rgba(166, 45, 86,0.75);
    }

    .xp_77da77c981_8_line_select .xp_77da77c981_8_line_mask {
        bottom: auto;
        top: 0;
        height: 100%;
        background-color: rgba(166, 45, 86,0.75);
        background-image: none;
    }

    .xp_77da77c981_8_line_select .xp_77da77c981_8_line_title {
        flex-direction: column;
        align-items: center;
        top: auto;
    }
}
    @font-face {
        font-family: "SourceHanSerifCN";
        src: url('/_font/SourceHanSerifCN-Bold.ttf');
        font-display: swap;
    }

    .xp_title_33d838cfd2_9_font {
        font-family: "SourceHanSerifCN", sans-serif;
        font-size: 0.3rem;
    }

    .xp_title_33d838cfd2_9_content_bg {
        height: 0.6rem;
    }

    .xp_title_33d838cfd2_9_container1 {
        width: 100%;
        display: flex;
        justify-content: left;
        user-select: none;
        margin-bottom: 0.4rem;
    }

    .xp_title_33d838cfd2_9_box1 {
        position: absolute;
        z-index: 2;
        color: #333;
        display: flex;
        align-items: center;
        transform: translate(0.2rem, 0.24rem);
    }

    .xp_title_33d838cfd2_9_box_name1 {
        line-height: 0.36rem;
        font-weight: bold;
        letter-spacing: 0.01rem;
    }

    .xp_title_33d838cfd2_9_box_en1 {
        position: relative;
        font-weight: bold;
        font-size: 0.2rem;
        line-height: 0.2rem;
        text-wrap: nowrap;
        color: #BABABA;
    }

    .xp_title_33d838cfd2_9_select {
        color: var(--xp-color1);
    }

    .xp_title_33d838cfd2_9_hr {
        display: none;
        border-right: 1px solid var(--xp-color1);
        height: 0.18rem;
        margin: 0rem 0.1rem;
    }

    .xp_title_33d838cfd2_9_select .xp_title_33d838cfd2_9_hr {
        display: flex;
    }

    @media screen and (max-width: 800px) {
        .xp_title_33d838cfd2_9_container1, .xp_title_33d838cfd2_9_container2 {
            margin-bottom: 0.2rem;
        }

        .xp_title_33d838cfd2_9_box_name1 , .xp_title_33d838cfd2_9_content_title2 {
            font-size: 0.18rem;
            line-height: 0.18rem;
        }

        .xp_title_33d838cfd2_9_box1 {
            position: absolute;
            transform: translate(0.14rem, 0.14rem);
        }

        .xp_title_33d838cfd2_9_box2 {
            margin-left: 0.1rem;
            transform: translate(0.14rem, 0.14rem);
        }

        .xp_title_33d838cfd2_9_content_bg {
            height: 0.4rem;
        }
    
        .xp_title_33d838cfd2_9_box_en1{
            font-size: 0.06rem;
        }

        .xp_title_33d838cfd2_9_contnet_en2 {
            font-size: 0.06rem;
        }
    
        .xp_title_33d838cfd2_9_more_hr {
            display: none;
        }

        .xp_title_33d838cfd2_9_more_title {
            font-size: 0.12rem;  
        }

        .xp_title_33d838cfd2_9_more {
            transform: translate(0px, 0.14rem);
        }

        .xp_title_33d838cfd2_9_more_icon {
            width: 0.2rem;
            height: 0.2rem;
            object-fit: cover;
            margin-right: 0.06rem;
        }
    }


.xp_33d838cfd2_9_container {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('https://img.sxvtc.com/storage/images/20260302/1772437245_69a53efde03b3.webp');
    background-color: rgba(255,255,255,0);   
    margin: -1.8rem 0rem 0rem 0rem;
    padding: 0.6rem 0rem 2.8rem 0rem;
}

.xp_33d838cfd2_9_title {
    width: 100%;
    max-width: var(--xp-content-width);
}

.xp_33d838cfd2_9_content {
    width: 100%;
    max-width: var(--xp-content-width);
    height: 5rem;
    display: flex;
    gap: 0.6rem;
}

.xp_33d838cfd2_9_l {
    width: 6.4rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.xp_33d838cfd2_9_r {
    flex: 1;
    width: 0;
    height: 100%;
    position: relative;
}

.xp_33d838cfd2_9_r_view {
    width: 100%;
    height: 100%;
    border: none;
    object-fit: cover;
}

.xp_33d838cfd2_9_tip {
    width: 100%;
    border-bottom: 1px solid #DEDEDE;
    display: flex;
    justify-content: flex-end;
    padding: 0.2rem 0rem;
    font-size: 0.16rem;
    cursor: pointer;
    align-items: center;
}

.xp_33d838cfd2_9_tip_icon {
    width: 0.2rem;
    height: 0.2rem;
    margin-left: 0.1rem;
}

.xp_33d838cfd2_9_nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
}

.xp_33d838cfd2_9_nav_item {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DEDEDE;
    padding: 0.2rem 0rem;
    cursor: pointer;
}

.xp_33d838cfd2_9_nav_icon {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.2rem;
    display: flex;
}

.xp_33d838cfd2_9_select_nav_icon {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.2rem;
    display: none;
}

.xp_33d838cfd2_9_nav_title {
    font-size: 0.18rem;
}

.xp_33d838cfd2_9_r_mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

@media screen and (min-width: 800px) {
    .xp_33d838cfd2_9_nav_item:hover .xp_33d838cfd2_9_nav_title {
        color: var(--xp-color1);
    }

    .xp_33d838cfd2_9_nav_item:hover .xp_33d838cfd2_9_select_nav_icon {
        display: flex;
    }

    .xp_33d838cfd2_9_nav_item:hover .xp_33d838cfd2_9_nav_icon {
        display: none;
    }
}
@media screen and (max-width: 800px) {
    .xp_33d838cfd2_9_container {
        width: 100vw;
        height: auto;
        margin: 0rem 0rem 0rem 0rem;
        padding: 0.2rem 0.2rem 0.8rem 0.2rem;
    }

    .xp_33d838cfd2_9_content {
        height: fit-content;
        flex-direction: column;
        gap: 0.2rem;
        background-image: none;
        background-color: transparent;
    }

    .xp_33d838cfd2_9_tip {
        font-size: 0.12rem;
        padding: 0.1rem 0rem;
    }

    .xp_33d838cfd2_9_nav {
        margin-top: 0.2rem;
    }

    .xp_33d838cfd2_9_tip_icon {
        width: 0.14rem;
        height: 0.14rem;
        margin-left: 0.06rem;
    }

    .xp_33d838cfd2_9_nav_title {
        font-size: 0.14rem;
    }

    .xp_33d838cfd2_9_nav_icon {
        width: 0.18rem;
        height: 0.18rem;
        margin-right: 0.1rem;
    }

    .xp_33d838cfd2_9_nav_item {
        padding: 0.1rem 0rem;
    }

    .xp_33d838cfd2_9_l {
        width: 100%;
        height: fit-content;
    }

    .xp_33d838cfd2_9_r {
        flex: none;
        width: 100%;
        height: 4rem;
    }
}


.xp_170635d2e3_2_container {
    position: relative;
    z-index: 1;
    width: 100%;
    background-color: #A62D56;   
    padding: 1.4rem 0.4rem 0.6rem 0.4rem;
    border-bottom: 8px solid var(--xp-color2);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.xp_170635d2e3_2_img_box {
    width: 100%;
    position: absolute;
    top: -2rem;
    left: 0;
}

.xp_170635d2e3_2_bg {
    width: 100%;
}

.xp_170635d2e3_2_img_list {
    width: 100%;
    position: absolute;
    overflow: hidden;
    left: 0rem;
    top: 0.34rem
}

.xp_170635d2e3_2_img_group {
    width: fit-content;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    animation: xp_170635d2e3_2_scroll 40s linear infinite;
}

@keyframes xp_170635d2e3_2_scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100vw);
    }
}

.xp_170635d2e3_2_img_item {
    width: 100%;
    min-width: 100vw;
    display: flex;
}

.xp_170635d2e3_2_content {
    width: 100%;
    display: flex;
    align-items: center;
    max-width: var(--xp-content-width);
}

.xp_170635d2e3_2_l {
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    gap: 0.1rem;
}

.xp_170635d2e3_2_l_text {
    color: rgb(255, 255, 255);
}

.xp_170635d2e3_2_logo_box {
    display: flex;
    justify-content: center;
    flex: 1 1 0%;
}

.xp_170635d2e3_2_logo {
    width: 3.6rem;
    height: 0.72rem;
}

.xp_170635d2e3_2_r {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1 1 0%;
    gap: 0.2rem;
}

.xp_170635d2e3_2_code_item {
    width: 0.46rem;
    height: 0.46rem;
    background-color: rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    position: relative;
}

.xp_170635d2e3_2_code_icon {
    width: 0.3rem;
    height: 0.3rem;
    object-fit: cover;
}

.xp_170635d2e3_2_code_modal {
    visibility: hidden;
    width: 1.2rem;
    background-color: #fff;
    position: absolute;
    bottom: 0.54rem;
    display: flex;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 4px 0px;
    border-radius: 0.04rem;
    overflow: hidden;
}

.xp_170635d2e3_2_code_img {
    width: 100%;
    height: 1.2rem;
    object-fit: cover;
}

.xp_170635d2e3_2_code_item:hover .xp_170635d2e3_2_code_modal {
    visibility: visible;
}

@media screen and (min-width: 3000px) {
    .xp_170635d2e3_2_img_list {
        top: -0.4rem;
    }
}

@media screen and (min-width: 2500px) and (max-width: 2999px) {
    .xp_170635d2e3_2_img_list {
        top: -0.1rem;
    }
}

@media screen and (min-width: 2000px) and (max-width: 2499px) {
    .xp_170635d2e3_2_img_list {
        top: 0.34rem;
    }
}

@media screen and (max-width: 800px) {
    .xp_170635d2e3_2_container {
        width: 100vw;
        padding: 0.2rem 0.2rem 0.4rem 0.2rem; 
    }

    .xp_170635d2e3_2_img_box {
        top: -0.6rem;
    }

    .xp_170635d2e3_2_img_item {
        transform: scale(2.2);
    }

    .xp_170635d2e3_2_content {
        flex-direction: column;
    }

    .xp_170635d2e3_2_l {
        order: 3;
        margin-top: 0.2rem;
    }

    .xp_170635d2e3_2_l_text {
        font-size: 0.12rem;
    }

    .xp_170635d2e3_2_logo {
        max-width: 90%;
        object-fit: contain;
        width: auto;
        height: 0.5rem;
    }

    .xp_170635d2e3_2_logo_box {
        padding: 0.4rem 0rem;
    }    

    .xp_170635d2e3_2_code_item {
        width: 0.36rem;
        height: 0.36rem;
    }

    .xp_170635d2e3_2_code_icon {
        width: 0.2rem;
        height: 0.2rem;
    }
}
.xp_ef0b70729b_3_container {
    position: fixed;
    z-index: 9000;
    width: 1.1rem;
    flex-direction: column;
    background-color: rgba(166,45,85,0);   
    right: 20px;   
    top: 180px;
    padding: 0.2rem 0rem;
    border-radius: 4px;
    display: none;
    gap: 0.2rem;
}

.xp_ef0b70729b_3_show {
    display: flex;
}

.xp_ef0b70729b_3_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
    user-select: none;
    position: relative;
}

.xp_ef0b70729b_3_item_icon {
    width: 0.5rem;
}

.xp_ef0b70729b_3_item_name {
    font-size: 0.16rem;
    font-weight: bold;
    margin-top: 0.1rem;
    color: #A62D56;
}

.xp_ef0b70729b_3_item_modal {
    display: none;
    position: absolute;
    left: -1.5rem;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 0.1rem;
    overflow: hidden;
}

.xp_ef0b70729b_3_item_code {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.xp_ef0b70729b_3_item:hover {
    opacity: 1;
}

.xp_ef0b70729b_3_item:hover .xp_ef0b70729b_3_item_modal {
    display: flex;
}

.xp_ef0b70729b_3_banner_item {
    width: 100%;
    position: absolute;
    bottom: -0.8rem;
    border-radius: 0.04rem;
    overflow: hidden;
    cursor: pointer;
}

.xp_ef0b70729b_3_banner_img {
    width: 100%;
}

.xp_ef0b70729b_3_close_box {
    width: 0.3rem;
    height: 0.3rem;
    position: absolute;
    top: -0.6rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    cursor: pointer;
    background-color: var(--xp-color1);
}

.xp_ef0b70729b_3_close_icon {
    color: #fff;
    width: 0.18rem;
    height: 0.18rem;
}

@media screen and (max-width: 800px) {
    .xp_ef0b70729b_3_container {
        display: none;
    }
}


