.xp_a94ed47b9c_2_container {
    width: 100%;
 }

 .xp_a94ed47b9c_2_header {
     width: 100%;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     background: linear-gradient(to bottom, rgba(103, 29, 119,0.7), rgba(0, 0, 0, 0));
     position: fixed;
     top:0;
     z-index: 1000;
 }

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

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

.xp_a94ed47b9c_2_logo img {
    width: 2.87rem;
    height: 0.7rem;
}

.xp_a94ed47b9c_2_box {
    flex: 1;
    height: 1.04rem;
    display: flex;
    align-items: center;
}

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

.xp_a94ed47b9c_2_box_r {
    width: fit-content;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.xp_a94ed47b9c_2_hr {
    border-left: 1px solid #fff;
    height: 0.12rem;
}

.xp_a94ed47b9c_2_search {
    width: 0.42rem;
    height: 0.24rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
}

.xp_a94ed47b9c_2_search_icon {
    min-width: 0.18rem;   
    height: 0.18rem;
    color: #fff;
    cursor: pointer;
}

.xp_a94ed47b9c_2_more {
    width: 0.42rem;
    height: 0.22rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
}

.xp_a94ed47b9c_2_more_icon {
    min-width: 0.22rem;   
    height: 0.22rem;
    color: #fff;
    cursor: pointer;
}

.xp_a94ed47b9c_2_en {
    width: 0.42rem;
    height: 0.24rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-size: 0.16rem;
    color: #fff;
    cursor: pointer;
}

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

.xp_a94ed47b9c_2_link_item {
    padding: 0.01rem 0.08rem;
    cursor: pointer;
    font-size: 0.14rem;
    color: #FFFFFF;
    border-radius: 0.4rem;
    border: 1px solid #fff;
    user-select: none;
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 0.14rem;
    margin-left: 0.14rem;
}

.xp_a94ed47b9c_2_link_item1 {
    padding: 0.04rem 0.16rem;
    cursor: pointer;
    color: #FFFFFF;
    user-select: none;
    display: flex;
    align-items: center;
    position: relative;
}

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

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

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

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

.xp_a94ed47b9c_2_home_icon {
    width: 0.2rem;
    height: 0.2rem;
}

.xp_a94ed47b9c_2_box_nav {
    flex: 1;
    width: 0;
    display: flex;
    justify-content: flex-end;
    margin: 0rem 0.4rem;
}

.xp_a94ed47b9c_2_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_a94ed47b9c_2_box_nav_item:hover::after {
    position: absolute;
    bottom: -0.02rem;
    width: 0.4rem;
    height: 0.04rem;
    content: "";
    background-color: var(--xp-color1);
}

.xp_a94ed47b9c_2_box_nav_item:hover .xp_a94ed47b9c_2_nav {
    display: block;
}

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

.xp_a94ed47b9c_2_nav_box { 
    position: relative;
    margin-top: 0.04rem;
    display: flex;
    flex-direction: column;
}

.xp_a94ed47b9c_2_nav_item {
    padding: 0.06rem 0.12rem;
    color: #333;
    white-space: nowrap;
    font-size: 0.18rem;
    margin-top: 0.04rem;
    border: 0.01rem solid var(--xp-color1);
    background-color: #FFFFFF;
}

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

.xp_a94ed47b9c_2_app_content {
    display: none;
}

.xp_a94ed47b9c_2_placeholder {
    display: none;
}

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

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

 .xp_a94ed47b9c_2_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_a94ed47b9c_2_search_show {
     visibility: visible;
     opacity: 1;
 }

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

 .xp_a94ed47b9c_2_search_show .xp_a94ed47b9c_2_search_title {
    margin-top: -0.4rem;
 }

 .xp_a94ed47b9c_2_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_a94ed47b9c_2_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_a94ed47b9c_2_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_a94ed47b9c_2_search_inp::placeholder {
     font-weight: 400;
 }

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

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

.xp_a94ed47b9c_2_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_a94ed47b9c_2_more_show {
    visibility: visible;
    transform: translateY(0vh);
}

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

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

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

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

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

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

.xp_a94ed47b9c_2_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_a94ed47b9c_2_more_close_icon {
    width: 0.2rem;
    height: 0.2rem;
    color: #333;
    position: relative;
    top: -0.04rem;
    right: -0.04rem;
}

.xp_a94ed47b9c_2_h5 {
    display: none;
}

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

    body {
        padding-top: 0.6rem;
    }

    .xp_a94ed47b9c_2_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_a94ed47b9c_2_h5_logo {
        height: 0.3rem;
    }

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

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

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

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

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

    .xp_a94ed47b9c_2_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.3rem;
        width: 100%;
        height: 100vh;
    }

    .xp_a94ed47b9c_2_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_a94ed47b9c_2_h5_menu_open {
        visibility: initial;
    }

    .xp_a94ed47b9c_2_h5_menu_open .xp_a94ed47b9c_2_h5_menu_content {
        transform: translateX(0);
    }

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

    .xp_a94ed47b9c_2_h5_menu_logo {
        width: 100%;
        margin-bottom: 0.3rem;
    }

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

    .xp_a94ed47b9c_2_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.15rem;
    }

    .xp_a94ed47b9c_2_h5_group_title {
        flex: 1;
        font-size: 0.16rem;
    }

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

    .xp_a94ed47b9c_2_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;
        display: flex;
        align-items: center;
        justify-content: center;
    }

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

    .xp_a94ed47b9c_2_h5_group_line {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 0 0.2rem;
        min-height: 0.5rem;
        background-color: #fff;
    }

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

    .xp_a94ed47b9c_2_h5_item {
        height: 0.5rem;
        width: 100%;
        font-size: .16rem;
        display: flex;
        align-items: center;
        padding: 0 0.2rem;
        background-color: #f0f0f0;
        border-bottom: 0.01rem solid #ddd;
    }

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

    .xp_a94ed47b9c_2_h5_group_show .xp_a94ed47b9c_2_h5_list {
        display: flex;
    }

    .xp_a94ed47b9c_2_h5_group_show .xp_a94ed47b9c_2_h5_group_icon {
        transform: rotate(90deg);
    }

    .xp_a94ed47b9c_2_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_a94ed47b9c_2_h5_search_open {
        visibility: initial;
    }

    .xp_a94ed47b9c_2_h5_inp_box {
        width: 90%;
        height: 0.5rem;
        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_a94ed47b9c_2_h5_search_open .xp_a94ed47b9c_2_h5_inp_box {
        transform: translateY(0);
    }

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

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

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

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

    .xp_a94ed47b9c_2_h5_search_open .xp_a94ed47b9c_2_h5_search_close {
        opacity: 1;
    }

    .xp_a94ed47b9c_2_h5_search_close_icon {
        width: 0.2rem;
        height: 0.2rem;
        color: #fff;
    }
}
.xp_c9ddf8cfe5_3_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_c9ddf8cfe5_3_content {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

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

.xp_c9ddf8cfe5_3_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_c9ddf8cfe5_3_index_item {
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 0.06rem;
    transition: all ease .4s;
}

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

.xp_c9ddf8cfe5_3_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_c9ddf8cfe5_3_pre {
    left: 0.4rem;
}

.xp_c9ddf8cfe5_3_next {
    right: 0.4rem;
}

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

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

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

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

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

    .xp_c9ddf8cfe5_3_button {
        display: none;
    }

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

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

    .xp_c9ddf8cfe5_3_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_c12be7e965_1_font {
        font-family: "SourceHanSerifCN", sans-serif;
        font-size: 0.3rem;
    }

    .xp_title_c12be7e965_1_content_bg {
        height: 0.6rem;
    }

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

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

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

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

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

    .xp_title_c12be7e965_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_c12be7e965_1_select .xp_title_c12be7e965_1_contnet_en2 {
        display: flex;
    }

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

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

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

    .xp_title_c12be7e965_1_select .xp_title_c12be7e965_1_contnet_en2 {
        opacity: 1;
    }

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

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

    .xp_title_c12be7e965_1_select .xp_title_c12be7e965_1_hr {
        display: flex;
    }

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

        .xp_title_c12be7e965_1_box_name1 , .xp_title_c12be7e965_1_content_title2 {
            font-size: 0.18rem;
            line-height: 0.18rem;
        }

        .xp_title_c12be7e965_1_box1 {
            position: absolute;
            transform: translate(0rem, 0rem);
        }

        .xp_title_c12be7e965_1_box2 {
            margin-left: 0.1rem;
            transform: translate(0rem, 0rem);
        }

        .xp_title_c12be7e965_1_content_bg {
            height: 0.4rem;
        }
    
        .xp_title_c12be7e965_1_box_en1{
            font-size: 0.06rem;
        }

        .xp_title_c12be7e965_1_contnet_en2 {
            font-size: 0.06rem;
        }
    
        .xp_title_c12be7e965_1_more_hr {
            display: none;
        }

        .xp_title_c12be7e965_1_more_title {
            font-size: 0.12rem;  
        }

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

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


.xp_c12be7e965_1_container {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: rgba(255,255,255,0);   
    margin: 0.8rem 0rem 0.8rem 0rem;
    padding: 0rem 0rem 0rem 0rem;
}

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

.xp_c12be7e965_1_content {
    width: 100%;
    max-width: var(--xp-content-width);
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 0.3rem;
    height: 4.8rem;
}

.xp_c12be7e965_1_banner {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    border-radius: 0.08rem;
}

.xp_c12be7e965_1_list {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    overflow: hidden;
    border-radius: 0.08rem;
}

.xp_c12be7e965_1_item {
    width: 100%;
    height: 1.2rem;
    display: flex;
    align-items: center;
    padding: 0rem 0.4rem;
}

.xp_c12be7e965_1_item_date {
    background-color: #F3F3F3;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 0.08rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.xp_c12be7e965_1_date_ym {
    width: 100%;
    font-size: 0.14rem;
    line-height: 0.3rem;
    color: #fff;
    text-align: center;
    background-color: var(--xp-color2);
}

.xp_c12be7e965_1_date_d {
    width: 100%;
    font-size: 0.24rem;
    font-weight: bold;
    flex: 1;
    height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--xp-color2);
}

.xp_c12be7e965_1_item_title {
    flex: 1;
    width: 0;
    font-size: 0.18rem;
    margin-left: 0.2rem;
}

.xp_c12be7e965_1_banner_item {
    width: 100%;
    height: 100%;
}

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

.xp_c12be7e965_1_index {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0.27rem !important;
    right: 0rem !important;
    top: auto !important;
    pointer-events: none;
    z-index: 10;
}

.xp_c12be7e965_1_index_item {
    width: 0.1rem;
    height: 0.1rem;
    margin-left: 0.1rem;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
}

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

@media screen and (min-width: 800px) {
    .xp_c12be7e965_1_item:hover {
        color: #fff;
        background-color: var(--xp-color1);
        background-image: url('https://www.sxvtc.com/_icon/c66eed96-ec9b-456d-9416-ac1042d8748d.webp');
        background-position: center;
        background-size: 100%;
    }
}
@media screen and (max-width: 800px) {
    .xp_c12be7e965_1_container {
        width: 100vw;
        background-image: none;
        margin: 0rem 0rem 0rem 0rem;
        padding: 0.2rem 0.2rem 0rem 0.2rem;
    }

    .xp_c12be7e965_1_content {
        max-width: 100%;
        grid-template-columns: repeat(1, minmax(0px, 1fr));
        gap: 0.1rem;
        height: auto;
    }

    .xp_c12be7e965_1_banner {
        height: 1.8rem;
    }

    .xp_c12be7e965_1_item {
        height: 0.9rem;
        padding: 0rem;
    }

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

    .xp_c12be7e965_1_item_date {
        width: 0.6rem;
        height: 0.6rem;
    }

    .xp_c12be7e965_1_date_ym {
        font-size: 0.12rem;
    }

    .xp_c12be7e965_1_date_d {
        font-size: 0.2rem;
    }
}
.xp_9dd5726720_4_container {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: rgba(255,255,255,0);   
    margin: 0rem 0rem 0rem 0rem;
    padding: 0.4rem 0rem 0.8rem 0rem;
}

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

.xp_9dd5726720_4_font {
    font-family: "SourceHanSerifCN", sans-serif;
    font-size: 0.30rem;
}

.xp_9dd5726720_4_content {
    width: 100%;
    max-width: var(--xp-content-width);
    position: relative;
    display: flex;
    background-image: url('https://www.sxvtc.com/_icon/3efd6970-5e43-49ce-8b93-2091be5c9464.webp');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 6.1rem;
}

.xp_9dd5726720_4_l {
    margin-left: 0.4rem;
    margin-top: 0.2rem;
    width: 5.2rem;
    height: 5.2rem;
    margin-right: 0.46rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

.xp_9dd5726720_4_title_value {
    font-size: 0.32rem;
    font-weight: bold;
}

.xp_9dd5726720_4_title_icon {
    width: 0.6rem;
    height: auto;
    position: absolute;
}

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

.xp_9dd5726720_4_line {
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.xp_9dd5726720_4_line_title {
    margin-left: 0.2rem;
    flex: 1;
    width: 0;
    font-size: 0.18rem;
}

.xp_9dd5726720_4_line_date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.xp_9dd5726720_4_date_d {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.2rem;
}

.xp_9dd5726720_4_date_ym {
    font-size: 0.12rem;
}

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

.xp_9dd5726720_4_more1 {
    width: fit-content;
    padding: 0.06rem 0.3rem;
    border: 1px solid var(--xp-color1);
    border-radius: 1rem;
    cursor: pointer;
}

.xp_9dd5726720_4_more2 {
    width: fit-content;
    padding: 0.06rem 0.3rem;
    border: 1px solid #fff;
    border-radius: 1rem;
    cursor: pointer;
    color: #fff;
}

.xp_9dd5726720_4_r {
    flex: 1;
    width: 0;
    padding: 0.3rem 0.4rem;
    display: flex;
    flex-direction: column;
    margin-top: 0.3rem;
    align-items: center;
}

.xp_9dd5726720_4_cards {
    flex: 1;
    height: 0;
    width: 100%;
    padding: 0.2rem 0rem 0.3rem 0rem;
    display: grid;
    gap: 0.2rem;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
}

.xp_9dd5726720_4_card {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 0.1rem;
    cursor: pointer;
}

.xp_9dd5726720_4_card_img {
    width: 100%;
    height: 2rem;
    object-fit: cover;
}

.xp_9dd5726720_4_card_title {
    width: 100%;
    height: 0.68rem;
    padding: 0.2rem;
    line-height: 0.24rem;
    font-size: 0.16rem;
}

.xp_9dd5726720_4_card_date {
    width: 100%;
    height: 0.4rem;
    display: flex;
    align-items: center;
    padding: 0rem 0.2rem;
    gap: 0.1rem;
    color: var(--xp-color1);
}

.xp_9dd5726720_4_card_date_icon {
    width: 0.22rem;
    height: 0.22rem;
    color: var(--xp-color1);
}

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

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

    .xp_9dd5726720_4_content {
        max-width: 100%;
        flex-direction: column;
        background-image: none;
        height: auto;
    }

    .xp_9dd5726720_4_title_value {
        font-size: 0.18rem;
        color: #333 !important;
    }

    .xp_9dd5726720_4_title_icon {
        width: 0.4rem;
    }

    .xp_9dd5726720_4_title {
        height: 0.5rem;
    }

    .xp_9dd5726720_4_l {
        margin-left: 0rem;
        margin-top: 0rem;
        width: 100%;
        height: auto;
        margin-right: 0;
    }

    .xp_9dd5726720_4_list {
        flex: none;
        height: auto;
        justify-content: flex-start;
        padding: 0.2rem 0rem;
        gap: 0.2rem;
    }

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

    .xp_9dd5726720_4_line {
        box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 4px 0px;
        padding: 0.1rem 0.2rem;
        border-radius: 0.1rem;
    }

    .xp_9dd5726720_4_more1 {
        padding: 0.04rem 0.14rem;
        font-size: 0.12rem;
    }
    
    .xp_9dd5726720_4_more2 {
        padding: 0.04rem 0.14rem;
        font-size: 0.12rem;
        border: 1px solid #333;
        color: #333;
    }

    .xp_9dd5726720_4_r {
        flex: none;
        width: 100%;
        padding: 0rem;
        margin-top: 0.2rem;
    }

    .xp_9dd5726720_4_cards {
        width: 100%;
        flex: none;
        height: auto;
        padding: 0.2rem 0rem;
        gap: 0.2rem;
        grid-template-columns: repeat(1, minmax(0px, 1fr));
    }

    .xp_9dd5726720_4_card {
        height: auto;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 4px 0px;
    }

    .xp_9dd5726720_4_card_img {
        height: 1.8rem;
    }

    .xp_9dd5726720_4_card_title {
        width: 100%;
        height: 0.52rem;
        padding: 0.1rem 0.2rem;
        line-height: 0.2rem;
        font-size: 0.14rem;
    }

    .xp_9dd5726720_4_card_date {
        gap: 0.04rem;
    }

    .xp_9dd5726720_4_card_date_ymd {
        font-size: 0.12rem;
    }

    .xp_9dd5726720_4_card_date_icon {
        width: 0.18rem;
        height: 0.18rem;
    }
}
.xp_465c08a43f_0_container {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 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/20260313/1773392988_69b3d45c55f5e.webp');
    background-color: rgba(255,255,255,0);   
    padding: 0.2rem 0rem 0rem 0rem;
    border-radius: 0.1rem;
}

.xp_465c08a43f_0_content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 10;
    border-radius: 0.1rem;
    transition: all ease .7s;
}

.xp_465c08a43f_0_mask {
    z-index: 1;
    border-radius: 0.1rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all ease .7s;
    background-color: var(--xp-color1);
    opacity: 0.8;
}

.xp_465c08a43f_0_title {
    color: #FFFFFF;
    display: flex;
    align-items: center;
    transition: all ease .7s;
}

.xp_465c08a43f_0_title_icon {
    width: 0.5rem;
    height: 0.5rem;
    object-fit: cover;
    margin-right: 0.2rem;
}

.xp_465c08a43f_0_title_value {
    font-weight: bold;
    font-size: 0.32rem;
}

.xp_465c08a43f_0_list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    padding: 0rem;
    height: 0;
    align-content: flex-start;
    color: #FFFFFF;
    gap: 0.4rem;
    visibility: hidden;
    opacity: 0;
    transition: overflow ease .7s;
    overflow: hidden;
}

.xp_465c08a43f_0_line {
    width: 100%;
    font-size: 0.2rem;
    position: relative;
    padding-left: 0.3rem;
    cursor: pointer;
    color: #FFFFFF;
}

.xp_465c08a43f_0_line::before {
    position: absolute;
    content: "";
    left: 0rem;
    width: 0.16rem;
    height: 0.16rem;
    top: 0.06rem;
    background-color: #fff;
    border-radius: 50%;
}

@media screen and (min-width: 800px) {
    .xp_465c08a43f_0_container:hover .xp_465c08a43f_0_mask {
       background-color: var(--xp-color1)
    }
    
    .xp_465c08a43f_0_content:hover .xp_465c08a43f_0_title_value {
        flex: 1;
        width: 0;
    }

    .xp_465c08a43f_0_content:hover .xp_465c08a43f_0_list {
        visibility: visible;
        opacity: 1;
        flex: 1;
        overflow: auto;
        padding: 0.4rem;
    }

    .xp_465c08a43f_0_content:hover {
        justify-content: flex-start;
    }

    .xp_465c08a43f_0_content:hover .xp_465c08a43f_0_title {
        width: 100%;
        padding: 0.4rem 0.4rem 0rem 0.4rem;
        justify-content: flex-start;
    }
}
@media screen and (max-width: 800px) {
    .xp_465c08a43f_0_container {
        width: 100vw;
        margin: 0rem 0rem 0rem 0rem;
        padding: 0rem 0rem 0rem 0rem;
        border-radius: 0rem;
    }
    
    .xp_465c08a43f_0_content {
        height: 2rem;
        justify-content: flex-start;
        border-radius: 0rem;
    }

    .xp_465c08a43f_0_title_value {
        flex: 1;
        width: 0;
        font-size: 0.2rem;
    }

    .xp_465c08a43f_0_mask {
        background-color: var(--xp-color1)
    }

    .xp_465c08a43f_0_list {
        visibility: visible;
        opacity: 1;
        flex: 1;
        overflow: auto;
        padding: 0.2rem;
        gap: 0.1rem;
    }

    .xp_465c08a43f_0_line {
        font-size: 0.14rem;
        padding-left: 0.2rem;
    }

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

    .xp_465c08a43f_0_line::before {
        position: absolute;
        content: "";
        left: 0rem;
        width: 0.14rem;
        height: 0.14rem;
        top: 0.03rem;
        background-color: #fff;
        border-radius: 50%;
    }

    .xp_465c08a43f_0_title {
        width: 100%;
        padding: 0.2rem 0.2rem 0rem 0.2rem;
        justify-content: flex-start;
    }
}

.xp_24479321e6_1_container {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 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/20260309/1773055352_69aead7889c4f.webp');
    background-color: rgba(255,255,255,0);   
    padding: 0.2rem 0rem 0rem 0rem;
    border-radius: 0.1rem;
}

.xp_24479321e6_1_content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 10;
    border-radius: 0.1rem;
    transition: all ease .7s;
}

.xp_24479321e6_1_mask {
    z-index: 1;
    border-radius: 0.1rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all ease .7s;
    background-color: var(--xp-color1);
    opacity: 0.8;
}

.xp_24479321e6_1_title {
    color: #FFFFFF;
    display: flex;
    align-items: center;
    transition: all ease .7s;
}

.xp_24479321e6_1_title_icon {
    width: 0.5rem;
    height: 0.5rem;
    object-fit: cover;
    margin-right: 0.2rem;
}

.xp_24479321e6_1_title_value {
    font-weight: bold;
    font-size: 0.32rem;
}

.xp_24479321e6_1_list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    padding: 0rem;
    height: 0;
    align-content: flex-start;
    color: #FFFFFF;
    gap: 0.4rem;
    visibility: hidden;
    opacity: 0;
    transition: overflow ease .7s;
    overflow: hidden;
}

.xp_24479321e6_1_line {
    width: 100%;
    font-size: 0.2rem;
    position: relative;
    padding-left: 0.3rem;
    cursor: pointer;
    color: #FFFFFF;
}

.xp_24479321e6_1_line::before {
    position: absolute;
    content: "";
    left: 0rem;
    width: 0.16rem;
    height: 0.16rem;
    top: 0.06rem;
    background-color: #fff;
    border-radius: 50%;
}

@media screen and (min-width: 800px) {
    .xp_24479321e6_1_container:hover .xp_24479321e6_1_mask {
       background-color: var(--xp-color1)
    }
    
    .xp_24479321e6_1_content:hover .xp_24479321e6_1_title_value {
        flex: 1;
        width: 0;
    }

    .xp_24479321e6_1_content:hover .xp_24479321e6_1_list {
        visibility: visible;
        opacity: 1;
        flex: 1;
        overflow: auto;
        padding: 0.4rem;
    }

    .xp_24479321e6_1_content:hover {
        justify-content: flex-start;
    }

    .xp_24479321e6_1_content:hover .xp_24479321e6_1_title {
        width: 100%;
        padding: 0.4rem 0.4rem 0rem 0.4rem;
        justify-content: flex-start;
    }
}
@media screen and (max-width: 800px) {
    .xp_24479321e6_1_container {
        width: 100vw;
        margin: 0rem 0rem 0rem 0rem;
        padding: 0rem 0rem 0rem 0rem;
        border-radius: 0rem;
    }
    
    .xp_24479321e6_1_content {
        height: 2rem;
        justify-content: flex-start;
        border-radius: 0rem;
    }

    .xp_24479321e6_1_title_value {
        flex: 1;
        width: 0;
        font-size: 0.2rem;
    }

    .xp_24479321e6_1_mask {
        background-color: var(--xp-color1)
    }

    .xp_24479321e6_1_list {
        visibility: visible;
        opacity: 1;
        flex: 1;
        overflow: auto;
        padding: 0.2rem;
        gap: 0.1rem;
    }

    .xp_24479321e6_1_line {
        font-size: 0.14rem;
        padding-left: 0.2rem;
    }

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

    .xp_24479321e6_1_line::before {
        position: absolute;
        content: "";
        left: 0rem;
        width: 0.14rem;
        height: 0.14rem;
        top: 0.03rem;
        background-color: #fff;
        border-radius: 50%;
    }

    .xp_24479321e6_1_title {
        width: 100%;
        padding: 0.2rem 0.2rem 0rem 0.2rem;
        justify-content: flex-start;
    }
}



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

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

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

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

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

.xp_fb60c56077_5_content_item:first-child .xp_fb60c56077_5_content_placeholder {
    border-left: 0.01rem dashed #555;
}

.xp_fb60c56077_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_fb60c56077_5_container {
        background-image: none;
        margin: 0;
        padding: 0;
        width: 100vw;
    }

    .xp_fb60c56077_5_title {
        width: 100%;
    }

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

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

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

    .xp_title_d7e99fa099_6_content_bg {
        height: 0.6rem;
    }

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

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

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

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

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

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

    .xp_title_d7e99fa099_6_select .xp_title_d7e99fa099_6_contnet_en2 {
        display: flex;
    }

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

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

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

    .xp_title_d7e99fa099_6_select .xp_title_d7e99fa099_6_contnet_en2 {
        opacity: 1;
    }

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

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

    .xp_title_d7e99fa099_6_select .xp_title_d7e99fa099_6_hr {
        display: flex;
    }

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

        .xp_title_d7e99fa099_6_box_name1 , .xp_title_d7e99fa099_6_content_title2 {
            font-size: 0.18rem;
            line-height: 0.18rem;
        }

        .xp_title_d7e99fa099_6_box1 {
            position: absolute;
            transform: translate(0rem, 0rem);
        }

        .xp_title_d7e99fa099_6_box2 {
            margin-left: 0.1rem;
            transform: translate(0rem, 0rem);
        }

        .xp_title_d7e99fa099_6_content_bg {
            height: 0.4rem;
        }
    
        .xp_title_d7e99fa099_6_box_en1{
            font-size: 0.06rem;
        }

        .xp_title_d7e99fa099_6_contnet_en2 {
            font-size: 0.06rem;
        }
    
        .xp_title_d7e99fa099_6_more_hr {
            display: none;
        }

        .xp_title_d7e99fa099_6_more_title {
            font-size: 0.12rem;  
        }

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

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


.xp_d7e99fa099_6_container {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: rgba(255,255,255,0);
    margin: 0rem 0rem 0rem 0rem;
    padding: 0.4rem 0rem 0.8rem 0rem;
}

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

 .xp_d7e99fa099_6_content {
     width: 100%;
     max-width: var(--xp-content-width);
     display: flex;
     position: relative;
 }

 .xp_d7e99fa099_6_box {
    position: relative;
    width: 100%;
    height: 2.8rem;
 }

 .xp_d7e99fa099_6_swiper {
     width: 100%;
     height: 100%;
     overflow: hidden;
     position: relative;
     z-index: 1;
     user-select: none;
 }

 .xp_d7e99fa099_6_content_item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 0.2rem;
 }

 .xp_d7e99fa099_6_item_box {
     width: 100%;
     height: 2.4rem;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     position: relative;
     overflow: hidden;
     border-radius: 0.1rem;
     transform: scale(0.96);
     transition: transform ease .6s;
 }

 .xp_d7e99fa099_6_item_bg {
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     position: absolute;
     transform: scale(1.02);
 }

 .xp_d7e99fa099_6_item_select_bg {
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     position: absolute;
     transform: scale(1.02);
     display: none;
 }

 .xp_d7e99fa099_6_item_box:hover {
     transform: scale(1);
     flex-direction: row;
     padding: 0rem 0.2rem;
 }

 .xp_d7e99fa099_6_item_box:hover .xp_d7e99fa099_6_item_bg {
     display: none;
 }

 .xp_d7e99fa099_6_item_box:hover .xp_d7e99fa099_6_item_select_bg {
     display: flex;
 }

 .xp_d7e99fa099_6_item_img {
     width: 1rem;
     height: 1rem;
     object-fit: cover;
     position: relative;
     z-index: 1;
     border-radius: 50%;
 }

.xp_d7e99fa099_6_item_content {
     width: 100%;
     display: flex;
     flex-direction: column;
     position: relative;
     z-index: 1;
     padding: 0.1rem 0.4rem;
     margin-top: 0.2rem;
     background-color: var(--xp-color1);
     color: #fff;
 }

 .xp_d7e99fa099_6_item_box:hover .xp_d7e99fa099_6_item_content {
     margin-top: 0rem;
     margin-left: 0.2rem;
     background-color: transparent;
     width: 0;
     flex: 1;
     padding: 0rem 0.1rem;
 }

 .xp_d7e99fa099_6_item_content_info {
     display: none;
 }

 .xp_d7e99fa099_6_item_content_title {
     width: 100%;
     font-weight: bold;
     font-size: 0.18rem;
     text-align: center;
 }

 .xp_d7e99fa099_6_item_box:hover .xp_d7e99fa099_6_item_content_info {
    display: flex;
    height: 0.7rem;
    margin-top: 0.2rem;
    text-align: justify;
 }

 .xp_d7e99fa099_6_item_title {
     flex: 1;
     height: 0;
     display: flex;
     justify-content: center;
     align-items: center;
     font-weight: bold;
     font-size: 0.18rem;
 }

 .xp_d7e99fa099_6_but {
     width: 0.45rem;
     height: 0.45rem;
     position: absolute;
     background-color: #fff;
     z-index: 10;
     border-radius: 50%;
     cursor: pointer;
     display: flex;
     justify-content: center;
     align-items: center;
     user-select: none;
     box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 4px 0px;
     top: 1.2rem;
 }

 .xp_d7e99fa099_6_l {
     left: -0.8rem;
 }

 .xp_d7e99fa099_6_r {
     right: -0.8rem;
 }

 .xp_d7e99fa099_6_but_icon {
     width: 0.24rem;
     height: 0.24rem;
     color: #333;
 }

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

    .xp_d7e99fa099_6_item_box:hover .xp_d7e99fa099_6_item_content_info { 
        font-size: 0.12rem;
        height: 0.54rem;
    }
    
    .xp_d7e99fa099_6_item_box{
        height: 2rem;
    }
    
    .xp_d7e99fa099_6_box {
        height: 2rem;
    }

    .xp_d7e99fa099_6_item_content_title {
        font-size: 0.14rem;
    }

    .xp_d7e99fa099_6_content_item {
        padding-top: 0rem;
    }

    .xp_d7e99fa099_6_item_title {
        font-size: 0.12rem;
    }

    .xp_d7e99fa099_6_item_img {
        width: 1rem;
        height: 1rem;
    }

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

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

    .xp_title_c2500f7e35_7_content_bg {
        height: 0.6rem;
    }

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

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

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

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

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

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

    .xp_title_c2500f7e35_7_select .xp_title_c2500f7e35_7_hr {
        display: flex;
    }

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

        .xp_title_c2500f7e35_7_box_name1 , .xp_title_c2500f7e35_7_content_title2 {
            font-size: 0.18rem;
            line-height: 0.18rem;
        }

        .xp_title_c2500f7e35_7_box1 {
            position: absolute;
            transform: translate(0rem, 0rem);
        }

        .xp_title_c2500f7e35_7_box2 {
            margin-left: 0.1rem;
            transform: translate(0rem, 0rem);
        }

        .xp_title_c2500f7e35_7_content_bg {
            height: 0.4rem;
        }
    
        .xp_title_c2500f7e35_7_box_en1{
            font-size: 0.06rem;
        }

        .xp_title_c2500f7e35_7_contnet_en2 {
            font-size: 0.06rem;
        }
    
        .xp_title_c2500f7e35_7_more_hr {
            display: none;
        }

        .xp_title_c2500f7e35_7_more_title {
            font-size: 0.12rem;  
        }

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

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


.xp_c2500f7e35_7_container {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: rgba(255,255,255,0);
    margin: 0rem 0rem 0rem 0rem;
    padding: 0.4rem 0rem 1.2rem 0rem;
}

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

 .xp_c2500f7e35_7_content {
     width: 100%;
     height: 6.8rem;
     max-width: var(--xp-content-width);
     display: flex;
     align-items: center;
     border-radius: 0.06rem;
     overflow: hidden;
 }

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

 .xp_c2500f7e35_7_banner_item {
     width: 100%;
     height: 100%;
 }

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

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

 .xp_c2500f7e35_7_banner_bar {
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 2rem;
     padding: 0.4rem;
     color: #fff;
     background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
 }

 .xp_c2500f7e35_7_banner_bar_title {
     font-size: 0.18rem;
     font-weight: bold;
 }

 .xp_c2500f7e35_7_banner_bar_info {
     margin-top: 0.2rem;
 }


.xp_c2500f7e35_7_line_box {
     flex:1;
     width: 0;
     height: 100%;
     display: flex;
     max-width: 1.2rem;
     transition: max-width ease .4s;
 }
 
 .xp_c2500f7e35_7_line {   
     width: 1.2rem;
     height: 100%;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     align-items: center;
     padding: 0.4rem 0rem;
     background-color: var(--xp-color1);
 }

 .xp_c2500f7e35_7_line_box:nth-child(2n) .xp_c2500f7e35_7_line {
    background-color: var(--xp-color2);
 }

 .xp_c2500f7e35_7_line_title {
     writing-mode: vertical-rl;
     color: #fff;
     font-size: 0.24rem;
     font-weight: bold;
     letter-spacing: 0.08rem;
 }

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

 .xp_c2500f7e35_7_line:nth-child(even) {
     background-color: var(--xp-color2);
 }

  .xp_c2500f7e35_7_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;
    pointer-events: none;
    z-index: 10;
    transform: translateX(-0.2rem);
}

.xp_c2500f7e35_7_index_item {
    width: 0.1rem;
    height: 0.1rem;
    margin-left: 0.1rem;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
}

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

.xp_c2500f7e35_7_line_show {
    max-width: 100%;
}

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

     .xp_c2500f7e35_7_content {
         height: auto;
         max-width: 100%;
         flex-direction: column;
         overflow: auto;
         gap: 0.2rem;
     }

     .xp_c2500f7e35_7_line_box {
         flex: none;
         width: 100%;
         max-width: 100%;
         height: auto;
         flex-direction: column;
     }

     .xp_c2500f7e35_7_line {
         width: 100%;
         height: 0.5rem;
         flex-direction: row;
         align-items: center;
         padding: 0rem 0.2rem;
     }

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

     .xp_c2500f7e35_7_line_title {
         writing-mode: revert;
         color: #fff;
         font-size: 0.16rem;
         font-weight: bold;
         letter-spacing: 0.02rem;
     }

     .xp_c2500f7e35_7_banner {
         flex: none;
         width: 100%;
         height: 1.6rem;
     }

     .xp_c2500f7e35_7_banner_bar_title {
         font-size: 0.14rem;
     }

     .xp_c2500f7e35_7_banner_bar_info {
         margin-top: 0.2rem;
         font-size: 0.12rem;
     }

     .xp_c2500f7e35_7_banner_bar {
         height: 1.55rem;
         padding: 0.2rem;
     }
}
.xp_99c913810c_8_container {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0rem 0rem 0rem 0rem;
    padding: 0rem 0rem 0rem 0rem;
}

.xp_99c913810c_8_content {
    width: 100%;
    position: relative;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
}

.xp_99c913810c_8_video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.xp_99c913810c_8_imgs {
    z-index: 2;
    width: 100%;
    max-width: var(--xp-content-width);
    height: 1.2rem;
    position: absolute;
    bottom: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xp_99c913810c_8_img_item {
    background-color: #fff;
    width: 2rem;
    height: 100%;
    padding: 0.08rem;
    transition: all ease .7s;
    cursor: pointer;
    margin-left: 0.4rem;
}

.xp_99c913810c_8_img_item_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
}

.xp_99c913810c_8_img_item:first-child {
    margin-left: 0;
}

.xp_99c913810c_8_img_item:hover {
    transform: scale(1.1);
}

@media screen and (max-width: 800px) {
    .xp_99c913810c_8_container {
        width: 100vw;
        background-image: none;
        margin: 0rem 0rem 0rem 0rem;
        padding: 0rem 0rem 0rem 0rem;
    }
    .xp_99c913810c_8_video {
        width: 100%;
        height: auto;
    }
    .xp_99c913810c_8_imgs {
        height: fit-content;
        justify-content: center;
        overflow-x: auto;
    }
    .xp_99c913810c_8_img_item {
        width: 1rem;
        padding: 0.04rem;
    }
}
.xp_2cef54a806_0_container {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #7E2F88;
    margin: 0rem 0rem 0rem 0rem;
}

.xp_2cef54a806_0_content {
    max-width: var(--xp-content-width);
    width: 100%;
    display: flex;
    padding: 0.4rem 0rem 0.4rem 0rem;
}

.xp_2cef54a806_0_copyright {
    width: 100%;
    padding: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #671870;
    color: #fff;
    gap: 0.2rem;
}

.xp_2cef54a806_0_l {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.xp_2cef54a806_0_logo_box {
    width: 2.87rem;
    height: 0.7rem;
}

.xp_2cef54a806_0_logo {
    width: 100%;
    height: 100%;
}

.xp_2cef54a806_0_text_box {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    margin-top: 0.2rem;
    color: #fff;
}

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

.xp_2cef54a806_0_text_line_icon {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.1rem;
}

.xp_2cef54a806_0_r {
    flex: 1;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.xp_2cef54a806_0_top {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 0.04rem;
    background-color: rgba(0, 0, 0, .4);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

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

.xp_2cef54a806_0_code_box {
    width: fit-content;
    display: flex;
    flex-direction: column;
    color: #fff;
}

.xp_2cef54a806_0_code_title {
    width: 100%;
    font-size: 0.18rem;
    padding: 0.1rem 0rem;
    border-bottom: 1px solid #D0B6D2;
}

.xp_2cef54a806_0_code_list {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.xp_2cef54a806_0_code_item {
    width: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.2rem;
}

.xp_2cef54a806_0_code_item_img {
    width: 1rem;
    height: 1rem;
}

.xp_2cef54a806_0_code_item_name {
    margin-top: 0.1rem;
    font-size: 0.14rem;
}


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

    .xp_2cef54a806_0_content {
        padding: 0.2rem 0.2rem 0.2rem 0.2rem;
        flex-direction: column;
        max-width: 100%;
    }

    .xp_2cef54a806_0_l {
        flex: none;
        width: 100%;
        align-items: center;
    }

    .xp_2cef54a806_0_r {
        flex: none;
        width: 100%;
        align-items: center;
        flex-direction: column;
        justify-content: flex-start;
    }

    .xp_2cef54a806_0_text_box {
        width: 100%;
        margin-top: 0.3rem;
    }

    .xp_2cef54a806_0_code_box {
        width: 100%;
    }

    .xp_2cef54a806_0_code_list {
        width: 100%;
        justify-content: center;
    }

    .xp_2cef54a806_0_code_title {
        text-align: center;
        margin-top: 0.2rem;
        font-size: 0.16rem;
    }

    .xp_2cef54a806_0_top {
        display: none;
    }

    .xp_2cef54a806_0_copyright {
        width: 100%;
    }

    .xp_2cef54a806_0_copyright_name {
        font-size: 0.14rem;
    }
}
