.xp_ce2af18a8a_1_container {
    width: 100%;
}

.xp_ce2af18a8a_1_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_ce2af18a8a_1_content {
    width: 100%;
    max-width: var(--xp-content-width);
    height: 1.5rem;
    display: flex;
    align-items: center;
}

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

.xp_ce2af18a8a_1_logo img {
    width: 3.6rem;
    height: 0.73rem;
}

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

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

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

.xp_ce2af18a8a_1_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_ce2af18a8a_1_search_icon {
    min-width: 0.12rem;   
    height: 0.12rem;
    color: #fff;
    cursor: pointer;
}

.xp_ce2af18a8a_1_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_ce2af18a8a_1_link {
    display: flex;
    align-items: center;
    color: #fff;
}

.xp_ce2af18a8a_1_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_ce2af18a8a_1_link_item:hover {
    text-decoration: underline;
}

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

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

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

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

.xp_ce2af18a8a_1_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_ce2af18a8a_1_box_nav_item:hover .xp_ce2af18a8a_1_nav {
    display: block;
}

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

.xp_ce2af18a8a_1_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_ce2af18a8a_1_nav_item {
    padding: 0.1rem 0.16rem;
    color: #333;
    white-space: nowrap;
    font-size: 0.16rem;
    background-color: #FFFFFF;
    text-align: center;
}

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

.xp_ce2af18a8a_1_app_content {
    display: none;
}

.xp_ce2af18a8a_1_placeholder {
    display: none;
}

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

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

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

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

 .xp_ce2af18a8a_1_search_show .xp_ce2af18a8a_1_search_title {
    margin-top: -0.4rem;
 }

 .xp_ce2af18a8a_1_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_ce2af18a8a_1_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_ce2af18a8a_1_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_ce2af18a8a_1_search_inp::placeholder {
     font-weight: 400;
 }

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

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


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

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

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

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

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

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

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

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

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

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

.xp_ce2af18a8a_1_h5 {
    display: none;
}

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

    body {
        padding-top: 0.6rem;
    }

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

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

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

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

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

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

    .xp_ce2af18a8a_1_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_ce2af18a8a_1_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_ce2af18a8a_1_h5_menu_open {
        visibility: initial;
    }

    .xp_ce2af18a8a_1_h5_menu_open .xp_ce2af18a8a_1_h5_menu_content {
        transform: translateX(0);
    }

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

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

    .xp_ce2af18a8a_1_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_ce2af18a8a_1_h5_group_title {
        flex: 1;
        font-size: 0.14rem;
    }

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

    .xp_ce2af18a8a_1_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_ce2af18a8a_1_menu_close_icon {
        width: 0.18rem;
        height: 0.18rem;
        color: #fff;
        position: relative;
        left: 0.05rem;
        bottom: 0.05rem;
    }

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

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

    .xp_ce2af18a8a_1_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_ce2af18a8a_1_h5_item:last-child {
        border-bottom: none;
    }

    .xp_ce2af18a8a_1_h5_group_show .xp_ce2af18a8a_1_h5_list {
        display: flex;
    }

    .xp_ce2af18a8a_1_h5_group_show .xp_ce2af18a8a_1_h5_group_icon {
        transform: rotate(90deg);
    }

    .xp_ce2af18a8a_1_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_ce2af18a8a_1_h5_search_open {
        visibility: initial;
    }

    .xp_ce2af18a8a_1_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_ce2af18a8a_1_h5_search_open .xp_ce2af18a8a_1_h5_inp_box {
        transform: translateY(0);
    }

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

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

    .xp_ce2af18a8a_1_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_ce2af18a8a_1_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_ce2af18a8a_1_h5_search_open .xp_ce2af18a8a_1_h5_search_close {
        opacity: 1;
    }

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

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

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

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

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

    .xp_ce2af18a8a_1_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_681935224e_2_container {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    background-color: rgba(255,255,255,0);
    margin: 0rem 0rem 0rem 0rem;
    perspective: 100vw;
    transform-style: preserve-3d;
}

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

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

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

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

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

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

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

.xp_681935224e_2_next {
    right: 0.4rem;
}

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

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

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

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

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

    .xp_681935224e_2_button {
        display: none;
    }

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

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

    .xp_681935224e_2_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_64624cba92_0_font {
    font-family: "SourceHanSerifCN", sans-serif;
    font-size: 0.32rem;
}

.xp_title_64624cba92_0_container2 {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    user-select: none;
    margin-bottom: 0.2rem;
}

.xp_title_64624cba92_0_2_content {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
        justify-content: space-between;
}

.xp_title_64624cba92_0_more_box {
    cursor: pointer;
    color: #333333;
    display: flex;
    align-items: center;
}

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

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

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

.xp_title_64624cba92_0_2_title {
    width: 100%;
    flex: 1;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.xp_title_64624cba92_0_2_item {
    font-size: 0.26rem;
    line-height: 0.26rem;
    position: relative;
    padding: 0.04rem 0;
    z-index: 10;
    color: #999;
    cursor: pointer;
    font-weight: bold;
    margin-right: 0.2rem;
}

.xp_title_64624cba92_0_2_item:last-child {
    margin-right: 0;
}


.xp_title_64624cba92_0_icon {
    height: 0.5rem;
    position: relative;
    z-index: 1;
    margin-right: 0.15rem;
}

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

@media screen and (max-width: 800px) {
    .xp_title_64624cba92_0_container1, .xp_title_64624cba92_0_container2 {
        margin-bottom: 0.2rem;
    }
  
    .xp_title_64624cba92_0_2_item {
        font-size: 0.18rem;
    }

    .xp_title_64624cba92_0_more_text {
        font-size: 0.14rem;
    }

    .xp_title_64624cba92_0_more_box_img {
        height: 0.22rem;
    }

    .xp_title_64624cba92_0_more_box {
        width: fit-content;
    }

    .xp_title_64624cba92_0_2_img {
        height: 0.4rem;
        top: 0.16rem;
    }

    .xp_title_64624cba92_0_title1 {
        font-size: 0.18rem;
    }

    .xp_title_64624cba92_0_1_bg {
        height: 0.5rem;
    }

    .xp_title_64624cba92_0_icon {
        height: 0.32rem;
        margin-right: 0.15rem;
    }

}


.xp_64624cba92_0_container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0rem 0rem 0rem 0rem;
}

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

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

.xp_64624cba92_0_content {
    width: 100%;
    flex: 1;
    height: 0;
    display: flex;
    flex-direction: column;
}

.xp_64624cba92_0_top {
    width: 100%;
    height: 2.2rem;
    overflow: hidden;
    position: relative;
}

.xp_64624cba92_0_top_box {
    width: 100%;
    height: 2.2rem;
    padding-right: 0.2rem;
    display: flex;
    align-items: center;
}

.xp_64624cba92_0_top_img_box {
    width: 3.2rem;
    height: 100%;
    overflow: hidden;
    background-color: #f0f0f0;
}

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

.xp_64624cba92_0_top:hover .xp_64624cba92_0_top_img {
    transform: scale(1.1);
}

.xp_64624cba92_0_top_content {
    flex: 1;
    width: 0;
    height: 100%;
    margin-left: 0.2rem;
}

.xp_64624cba92_0_top_title {
    text-align: justify;
    width: 100%;
    font-size: 0.18rem;
    font-weight: bold;
    color: #333;
}

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

.xp_64624cba92_0_top_time {
    width: 100%;
    font-size: 0.16rem;
    color: #999;
    margin-top: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.xp_64624cba92_0_top_time_icon {
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.06rem;
}

.xp_64624cba92_0_top_info {
    width: 100%;
    color: #999;
    margin-top: 0.1rem;
    text-indent: 2em;
    font-size: 0.16rem;
    line-height: 0.26rem;
}

.xp_64624cba92_0_list {
    flex: 1;
    height: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-top: 0.01rem dashed #999;
    margin-top: 0.3rem;
    padding-top: 0.3rem;
}

.xp_64624cba92_0_line {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    transition: all ease .4s;
    cursor: pointer;
    padding-left: 0.2rem;
}

.xp_64624cba92_0_line::before {
    width: 0.08rem;
    height: 0.08rem;
    background-color: var(--xp-color1);
    content: "";
    position: absolute;
    left: 0;
}

.xp_64624cba92_0_line:hover {
    transform: translateX(0.2rem);
}

.xp_64624cba92_0_line_title {
    font-weight: bold;
    color: #333;
    flex: 1;
    width: 0;
    padding-right: 0.2rem;
    font-size: 0.18rem;
}

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

.xp_64624cba92_0_line_time {
    color: #999;
    display: flex;
    align-items: center;
}

.xp_64624cba92_0_index {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0.1rem;
    position: absolute;
    bottom: 0 !important;
    right: 0 !important;
    top: auto !important;
    pointer-events: none;
    z-index: 10;
    transform: translateX(-0.2rem);
}

.xp_64624cba92_0_index_item {
    width: 0.08rem;
    height: 0.08rem;
    margin-left: 0.06rem;
    border-radius: 50%;
    background-color: #999;
}

.xp_64624cba92_0_index_item_select {
    background-color: var(--xp-color2);
}

@media screen and (max-width: 800px) {

    .xp_64624cba92_0_title {
        padding: 0;
    }

    .xp_64624cba92_0_container {
        width: 100vw;
        margin: 0rem 0rem 0rem 0rem;
        padding: 0.2rem 0.2rem 0.2rem 0.2rem;
        background-size: cover;
        height: auto;
    }

    .xp_64624cba92_0_box{
        height: auto;
    }

    .xp_64624cba92_0_content {
        flex-direction: column;
        gap: 0;
        flex: none;
        height: auto;
        padding: 0;
    }

    .xp_64624cba92_0_top_img_box {
        width: 100%;
        height: 2rem;
    }

    .xp_64624cba92_0_top {
        height: 3.6rem;
    }

    .xp_64624cba92_0_top_content { 
        flex: none;
        width: 100%;
        height: auto;
        margin-left: 0rem;
        margin-top: 0.2rem;
    }

    .xp_64624cba92_0_top_title {
        font-size: 0.14rem
    }

    .xp_64624cba92_0_top_info {
        font-size: 0.12rem;
        line-height: 0.18rem;
    }

    .xp_64624cba92_0_line_title {
        font-size: 0.14rem
    }

    .xp_64624cba92_0_list {
        padding-top: 0rem;
    }

    .xp_64624cba92_0_line {
        margin-top: 0.2rem;
    }

    .xp_64624cba92_0_top_box {
        height: 100%;
        padding-right: 0rem;
        flex-direction: column;
    }
}  


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

.xp_title_a5232b3739_1_font {
    font-family: "SourceHanSerifCN", sans-serif;
    font-size: 0.32rem;
}

.xp_title_a5232b3739_1_container2 {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    user-select: none;
    margin-bottom: 0.2rem;
}

.xp_title_a5232b3739_1_2_content {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
        justify-content: space-between;
}

.xp_title_a5232b3739_1_more_box {
    cursor: pointer;
    color: #333333;
    display: flex;
    align-items: center;
}

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

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

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

.xp_title_a5232b3739_1_2_title {
    width: 100%;
    flex: 1;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.xp_title_a5232b3739_1_2_item {
    font-size: 0.26rem;
    line-height: 0.26rem;
    position: relative;
    padding: 0.04rem 0;
    z-index: 10;
    color: #999;
    cursor: pointer;
    font-weight: bold;
    margin-right: 0.2rem;
}

.xp_title_a5232b3739_1_2_item:last-child {
    margin-right: 0;
}


.xp_title_a5232b3739_1_icon {
    height: 0.5rem;
    position: relative;
    z-index: 1;
    margin-right: 0.15rem;
}

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

@media screen and (max-width: 800px) {
    .xp_title_a5232b3739_1_container1, .xp_title_a5232b3739_1_container2 {
        margin-bottom: 0.2rem;
    }
  
    .xp_title_a5232b3739_1_2_item {
        font-size: 0.18rem;
    }

    .xp_title_a5232b3739_1_more_text {
        font-size: 0.14rem;
    }

    .xp_title_a5232b3739_1_more_box_img {
        height: 0.22rem;
    }

    .xp_title_a5232b3739_1_more_box {
        width: fit-content;
    }

    .xp_title_a5232b3739_1_2_img {
        height: 0.4rem;
        top: 0.16rem;
    }

    .xp_title_a5232b3739_1_title1 {
        font-size: 0.18rem;
    }

    .xp_title_a5232b3739_1_1_bg {
        height: 0.5rem;
    }

    .xp_title_a5232b3739_1_icon {
        height: 0.32rem;
        margin-right: 0.15rem;
    }

}


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

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

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

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

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

.xp_a5232b3739_1_line {
    width: 100%;
    padding-left: 0.2rem;
    padding-bottom: 0.1rem;
    border-bottom: 0.01rem solid #f0f0f0;
    position: relative;
}

.xp_a5232b3739_1_line:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.xp_a5232b3739_1_line::after {
    width: 0.08rem;
    height: 0.08rem;
    background-color: var(--xp-color1);
    content: "";
    position: absolute;
    left: 0;
    top: 0.08rem;
}

.xp_a5232b3739_1_line_title {
    width: 100%;
    font-size: 0.18rem;
    font-weight: bold;
    color: #333;
}

.xp_a5232b3739_1_line_date {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #999;
    font-size: 0.16rem;
    margin-top: 0.04rem;
}

.xp_a5232b3739_1_line_date_icon {
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.06rem;
}

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

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

    .xp_a5232b3739_1_box {
        padding: 0;
        height: auto;
    }

    .xp_a5232b3739_1_line_title {
        font-size: 0.14rem;
    }

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



.xp_051c10a0f2_0_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: 0.2rem 0rem 0rem 0rem;
    padding: 0rem 0rem 0.6rem 0rem;
}

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

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

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

.xp_051c10a0f2_0_content_item_max {
    flex: 5;
}

.xp_051c10a0f2_0_content_item_min {
    flex: 2;
}

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

.xp_051c10a0f2_0_content_item:first-child .xp_051c10a0f2_0_content_placeholder {
    border-left: 0.02rem dotted #555;
}

.xp_051c10a0f2_0_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_051c10a0f2_0_container{
        margin: 0;
        padding: 0;
        background-image: none;
        background-color: transparent;
    }

    .xp_051c10a0f2_0_content_item_max, .xp_051c10a0f2_0_content_item_min {
        flex: none;
    }

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

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

.xp_title_45a15e2f33_3_font {
    font-family: "SourceHanSerifCN", sans-serif;
    font-size: 0.32rem;
}

.xp_title_45a15e2f33_3_container2 {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    user-select: none;
    margin-bottom: 0.2rem;
}

.xp_title_45a15e2f33_3_2_content {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
        justify-content: space-between;
}

.xp_title_45a15e2f33_3_more_box {
    cursor: pointer;
    color: #333333;
    display: flex;
    align-items: center;
}

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

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

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

.xp_title_45a15e2f33_3_2_title {
    width: 100%;
    flex: 1;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.xp_title_45a15e2f33_3_2_item {
    font-size: 0.26rem;
    line-height: 0.26rem;
    position: relative;
    padding: 0.04rem 0;
    z-index: 10;
    color: #999;
    cursor: pointer;
    font-weight: bold;
    margin-right: 0.2rem;
}

.xp_title_45a15e2f33_3_2_item:last-child {
    margin-right: 0;
}


.xp_title_45a15e2f33_3_icon {
    height: 0.5rem;
    position: relative;
    z-index: 1;
    margin-right: 0.15rem;
}

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

@media screen and (max-width: 800px) {
    .xp_title_45a15e2f33_3_container1, .xp_title_45a15e2f33_3_container2 {
        margin-bottom: 0.2rem;
    }
  
    .xp_title_45a15e2f33_3_2_item {
        font-size: 0.18rem;
    }

    .xp_title_45a15e2f33_3_more_text {
        font-size: 0.14rem;
    }

    .xp_title_45a15e2f33_3_more_box_img {
        height: 0.22rem;
    }

    .xp_title_45a15e2f33_3_more_box {
        width: fit-content;
    }

    .xp_title_45a15e2f33_3_2_img {
        height: 0.4rem;
        top: 0.16rem;
    }

    .xp_title_45a15e2f33_3_title1 {
        font-size: 0.18rem;
    }

    .xp_title_45a15e2f33_3_1_bg {
        height: 0.5rem;
    }

    .xp_title_45a15e2f33_3_icon {
        height: 0.32rem;
        margin-right: 0.15rem;
    }

}


.xp_45a15e2f33_3_container {
    position: relative;
    width: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #FFFFFF;   
    margin: 0rem 0rem 0rem 0rem;
    padding: 0rem 0rem 0.2rem 0rem;
}

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

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

.xp_45a15e2f33_3_content_item {
    flex: 1;
    margin-left: 0.2rem;
    transition: all ease .4s;
}

.xp_45a15e2f33_3_content_item:hover {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 4px 0px;
    transform: translateY(-0.2rem);
}

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

.xp_45a15e2f33_3_content_img {
    position: relative;
    overflow: hidden;
    height: 2.4rem;
}

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

.xp_45a15e2f33_3_content_item:hover .xp_45a15e2f33_3_item_img {
    transform: scale(1.1);
}

.xp_45a15e2f33_3_item_title {
    width: 100%;
    height: 0.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    font-size: 0.18rem;
    transition: all ease .7s;
}

.xp_45a15e2f33_3_content_item:hover  .xp_45a15e2f33_3_item_title {
    background-color: #fff;
    font-weight: bold;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    color: var(--xp-color1)
}

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

    .xp_45a15e2f33_3_content_img {
        height: 2rem;
    }

    .xp_45a15e2f33_3_item_title {
        height: 0.5rem;
        font-size: 0.14rem;
        background: #fff;
        padding: 0px 0.2rem;
    }

    .xp_45a15e2f33_3_content_item {
        width: 100%;
        flex: none;
        margin-left: 0;
    }
}
.xp_8ec1df5cef_5_container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #f0f0f0;   
    margin: 0rem 0rem 0rem 0rem;
    padding: 0.4rem 0rem 0.4rem 0rem;
}

.xp_8ec1df5cef_5_content {
    width: 100%;
    max-width: var(--xp-content-width);
    display: flex;
    justify-content: center;
}

.xp_8ec1df5cef_5_box {
    width: 100%;
    display: flex;
}

.xp_8ec1df5cef_5_l {
    position: relative;
    font-size: 0.18rem;
    color: #333333;
    display: flex;
    align-items: center;
    padding-left: 0.2rem;
    height: fit-content;
    padding-top: 0.14rem;
    line-height: 0.26rem;
    font-weight: bold;
}

.xp_8ec1df5cef_5_l::before {
    position: absolute;
    left: 0;
    content: "";
    height: 0.26rem;
    border-left: 0.04rem solid var(--xp-color1);
}

.xp_8ec1df5cef_5_r {
    margin-left: 0.4rem;
    flex: 1;
    width: 0;
    display: flex;
    flex-wrap: wrap;
}

.xp_8ec1df5cef_5_item {
    margin-top: 0.2rem;
    margin-right: 0.3rem;
    font-size: 0.16rem;
    line-height: 0.16rem;
    color: #333;
    cursor: pointer;
}

.xp_8ec1df5cef_5_item:hover {
    color: var(--xp-color1);
    font-weight: bold;
}

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

    .xp_8ec1df5cef_5_box {
        flex-direction: column;
    }

    .xp_8ec1df5cef_5_l {
        width: 100%;
        font-size: 0.16rem;
    }

    .xp_8ec1df5cef_5_r {
        flex: none;
        width: 100%;
        margin-left: 0rem;
        flex-direction: column;
        gap: 0.2rem;
        margin-top: 0.2rem;
    }

    .xp_8ec1df5cef_5_item {
        margin-top: 0rem;
        margin-right: 0rem;
        font-size: 0.14rem;
        line-height: 0.14rem;
    }
}
.xp_1ced743922_4_container {
    width: 100%;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    user-select: none;
    background-color: #0080BD;
    margin: 0rem 0rem 0rem 0rem;
    padding: 0.4rem 0rem 0.3rem 0rem;
}


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

.xp_1ced743922_4_l {
    width: fit-content;
}

.xp_1ced743922_4_r {
    flex: 1;
    width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.xp_1ced743922_4_text {
    color: #fff;
    font-size: 0.18rem;
    display: block;
    margin-bottom: 0.10rem;
}

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

.xp_1ced743922_4_code {
    width: fit-content;
    margin-left: 0.20rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.xp_1ced743922_4_code:first-child {
    margin-left: 0rem;
}

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

.xp_1ced743922_4_code_title {
    width: 100%;
    text-align: center;
    font-size: 0.16rem;
    color: #fff;
    margin-top: 0.10rem;
}

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

    .xp_1ced743922_4_content {
        flex-direction: column;
    }

    .xp_1ced743922_4_l {
        width: 100%;
    }

    .xp_1ced743922_4_text {
        font-size: 0.14rem;
    }

    .xp_1ced743922_4_r {
        flex: none;
        width: 100%;
        justify-content: center;
        margin-top: 0.2rem;
    }

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