html {
    --xp-content-width: 16rem;
    --xp-color1: #124FB0;
    --xp-color2: #5F89CA;
    --xp-color3: #DC111B;
    --xp-color4: #e17278;
    --xp-color5: #9bb0cc;
    --xp-color6: #d0d6df;
}.xp_d1d8481335_0_container {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: var(--xp-color1);
    margin: 0rem 0rem 0rem 0rem;
    padding: 0rem 0rem 0rem 0rem;
}

.xp_d1d8481335_0_head {
    width: 100%;
    position: fixed;
    top:0;
    left:0;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all linear .7s;
}

.xp_d1d8481335_0_head_top {
    width: var(--xp-content-width);
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.xp_d1d8481335_0_head_top_box {
    width: 100%;
    height: 0.4rem;
    display: flex;
    justify-content: center;
    backdrop-filter: blur(0.01rem);
    background-color: rgba(0, 0, 0, .4);
}

.xp_d1d8481335_0_head_top_box2 {
    display: none;
}

.xp_d1d8481335_0_head_top_line {
    color: #fff;
    font-size: 0.16rem;
    margin-left: 0.3rem;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.xp_d1d8481335_0_head_top_line:hover {
    font-weight: bold;
}

.xp_d1d8481335_0_head_top_line:not(.xp_d1d8481335_0_head_top_line:first-child)::after {
    content: "";
    width: 0.01rem;
    height: 0.1rem;
    background-color: #fff;
    position: absolute;
    left: -0.14rem;
}

.xp_d1d8481335_0_head_content {
    width: 100%;
    height: 1rem;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
    display: flex;
    justify-content: center;
    backdrop-filter: blur(0.01rem);
}

.xp_d1d8481335_0_head_content2 {
    background-image: linear-gradient(to bottom, var(--xp-color1), rgba(0, 0, 0, 0));
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    min-width: var(--xp-min-content-width);
    transform: translateY(-100%);
    animation: xp_d1d8481335_0_head_y .6s linear forwards;
}

@keyframes xp_d1d8481335_0_head_y {
    form {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

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

.xp_d1d8481335_0_head_left {
    height: 100%;
    display: flex;
    align-items: center;
}

.xp_d1d8481335_0_head_left img {
    width: 4.1rem;
    height: 0.8rem;
}

.xp_d1d8481335_0_head_left_text {
    color: #fff;
    font-size: 0.18rem;
    margin-left: 0.16rem;
}

.xp_d1d8481335_0_head_tag {
    padding: 0 0.2rem;
    border-left: 0.01rem solid #f0f0f0;
    margin-left: 0.2rem;
    color: #eee;
    font-size: 0.12rem;
}

.xp_d1d8481335_0_head_right {
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.xp_d1d8481335_0_head_search {
    width: 0.4rem;
    height: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 0.1rem;
}

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

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

.xp_d1d8481335_0_nav_line {
    padding: 0.1rem 0.08rem;
    color: #fff;
    cursor: pointer;
    font-size: 0.2rem;
    display: flex;
    justify-content: center;
    position: relative;
}

.xp_d1d8481335_0_nav_line::before {
    content: "";
    position: absolute;
    width: 0;
    bottom: 0;
    transition: all linear .4s;
    height: 0.02rem;
    background-color: #fff;
}

.xp_d1d8481335_0_nav_line:hover::before {
    width: 100%;
    background-color: var(--xp-color1);
}

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

.xp_d1d8481335_0_nav_line_title {
    color: #fff;
}

.xp_d1d8481335_0_nav_group {
    position: absolute;
    top: 100%;
    display: none;
}

.xp_d1d8481335_0_nav_line:hover .xp_d1d8481335_0_nav_group {
    display: flex;
}

.xp_d1d8481335_0_nav_group_box {
    width: 3rem;
    top: 0.05rem;
    max-height: 8rem;
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0 0 0.1rem rgba(00, 00, 00, 0.1);
    position: relative;
    z-index: 1;
    backdrop-filter: blur(0.01rem);
}

.xp_d1d8481335_0_nav_line:hover .xp_d1d8481335_0_nav_group_box {
    top: 0.26rem;
    height: 100%;
    padding: 0.1rem 0.15rem;
}

.xp_d1d8481335_0_nav_group_title {
    width: 100%;
    height: 0.4rem;
    display: flex;
    align-items: center;
    color: #333;
    font-weight: 400;
    font-size: 0.18rem;
    color: var(--xp-color1);
    margin-bottom: 0.1rem;
    font-weight: bold;
    border-bottom: 0.02rem solid var(--xp-color2);
}

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

.xp_d1d8481335_0_nav_group_item {
    width: 50%;
    font-size: 0.18rem;
    color: #333;
    line-height: 0.4rem;
    padding: 0 0.1rem;
}

.xp_d1d8481335_0_nav_group_item:hover {
    text-decoration: underline;
    color: var(--xp-color1);
}

.xp_d1d8481335_0_search_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    opacity: 0;
    display: none;
    animation: xp_d1d8481335_0_search_show ease .4s forwards;
}

.xp_d1d8481335_0_search_show {
    display: block;
}

.xp_d1d8481335_0_search_logo {
    height: 1rem;
    margin-top: -1rem;
}

.xp_d1d8481335_0_serach_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    object-fit: cover;
}

.xp_d1d8481335_0_serach_content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(0.02rem);
}

.xp_d1d8481335_0_search_input {
    width: 11rem;
    height: 0.76rem;
    background: rgba(157, 157, 144, .8);
    border-radius: 1rem;
    margin-top: 0.8rem;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.xp_d1d8481335_0_search_input input {
    flex: 1;
    height: 100%;
    background: transparent;
    outline: none;
    border: none;
    margin-left: 0.4rem;
    margin-right: 0.4rem;
    font-size: 0.24rem;
    color: #fff;
}

.xp_d1d8481335_0_search_input input::placeholder {
    color: rgb(184, 184, 167)
}

.xp_d1d8481335_0_search_input_but {
    width: 1.4rem;
    height: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.xp_d1d8481335_0_search_input_but_icon {
    width: 0.34rem;
    height: 0.34rem;
    color: #333;
}

.xp_d1d8481335_0_search_close {
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xp_d1d8481335_0_search_close_icon {
    width: 0.46rem;
    height: 0.46rem;
    color: #fff;
    cursor: pointer;
}

@keyframes xp_d1d8481335_0_search_show {
    form {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.xp_d1d8481335_0_h5 {
    display: none;
}

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

    body {
        padding-top: 0.6rem;
    }

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

    .xp_d1d8481335_0_h5_logo {
        height: 0.44rem;
    }

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

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

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

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

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

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

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

    .xp_d1d8481335_0_h5_menu_open {
        visibility: initial;
    }

    .xp_d1d8481335_0_h5_menu_open .xp_d1d8481335_0_h5_menu_content {
        transform: translateX(0);
    }

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

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

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

    .xp_d1d8481335_0_h5_group {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-shadow: 0 0 0.04rem 0 rgba(0, 0, 0, .3);
        margin-bottom: 0.15rem;
    }

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

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

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

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

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

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

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

    .xp_d1d8481335_0_h5_group_show .xp_d1d8481335_0_h5_list {
        display: flex;
    }

    .xp_d1d8481335_0_h5_group_show .xp_d1d8481335_0_h5_group_icon {
        transform: rotate(90deg);
    }

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

    .xp_d1d8481335_0_h5_search_open {
        visibility: initial;
    }

    .xp_d1d8481335_0_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_d1d8481335_0_h5_search_open .xp_d1d8481335_0_h5_inp_box {
        transform: translateY(0);
    }

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

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

    .xp_d1d8481335_0_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_d1d8481335_0_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_d1d8481335_0_h5_search_open .xp_d1d8481335_0_h5_search_close {
        opacity: 1;
    }

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

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

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

.xp_f21634c76e_3_banner_item_img {
    width: 100%;
    height: 100%;
    display: flex;
    transform: scale(1) rotateX(360deg);
    height: auto;
    transition: transform linear s;
}

.xp_f21634c76e_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(NaNrem,NaNrem);
}

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

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

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

.xp_f21634c76e_3_next {
    right: 0.4rem;
}

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

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

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

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

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

    .xp_f21634c76e_3_button {
        display: none;
    }

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

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

    .xp_f21634c76e_3_index_item_select {
        width: 0.3rem;
        height: 0.1rem;
    }
}

.xp_title_96d22e386c_2_container {
    width: 100%;
    position: relative;
    display: flex;
    user-select: none;
    justify-content: center; 
    height: 1rem;
    margin-bottom: 0.4rem;
}

.xp_title_96d22e386c_2_content {
    display: flex;
    position: relative;
    width: 75%;
}

.xp_title_96d22e386c_2_more {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    cursor: pointer;
    font-size: 0.2rem;
    font-weight: bold;
    color: var(--xp-color1);
}

.xp_title_96d22e386c_2_more_hr {
    width: 0.6rem;
    height: 0.01rem;
    margin-top: 0.1rem;
    position: relative;
    background: linear-gradient(270deg,var(--xp-color1) 0, rgba(0, 160, 233, 0) 100%);
}

.xp_title_96d22e386c_2_content_bg2 {
    position: absolute;
    left: 0;
    height: 0.7rem;
}

.xp_title_96d22e386c_2_content_bg1 { 
    position: absolute;
    top: 0;
    height: 0.7rem;
}

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

.xp_title_96d22e386c_2_titles1 {
    width: 100%;
    font-size: 0.32rem;
    position: absolute;
    top: 0.2rem;
    text-align: center;
    font-weight: bold;
    color: var(--xp-color1);
    transform: translate(0rem,0rem);
}

.xp_title_96d22e386c_2_titles2 {
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 0.2rem;
    left: 0;
    display: flex;
    align-items: center;
    font-size: 0.32rem;
    font-weight: bold;
    transform: translate(0rem,0rem);
}

.xp_title_96d22e386c_2_titles_item {
    margin-right: 0.15rem;
    cursor: pointer;
}

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

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

.xp_title_96d22e386c_2_en1 {
    position: absolute;
    top: 0.72rem;
    color: var(--xp-color1);
    display: flex;
    align-items: center;
    transform: translate(0rem,0rem);
}

.xp_title_96d22e386c_2_en2 {
    width: 100%;
    position: absolute;
    left: 0.1rem;
    top: 0.7rem;
    color: var(--xp-color1);
    display: flex;
    align-items: center;
    padding-left: 0.4rem;
    transform: translate(0rem,0rem);
}

.xp_title_96d22e386c_2_en_value {
    font-size: 0.18rem;
}

.xp_title_96d22e386c_2_en_hr {
    width: 0.45rem;
    height: 0.01rem;
    margin-right: 0.1rem;
    background: linear-gradient(270deg,var(--xp-color1) 0, rgba(0, 160, 233, 0) 100%);
}

.xp_title_96d22e386c_2_en_hr_r {
    width: 0.45rem;
    height: 0.01rem;
    margin-left: 0.1rem;
    background: linear-gradient(90deg,var(--xp-color1) 0, rgba(0, 160, 233, 0) 100%);
}

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

    .xp_title_96d22e386c_2_container {
        height: 1rem;
    }
   
    .xp_title_96d22e386c_2_content_bg2 {
        height: 0.4rem;
    }

    .xp_title_96d22e386c_2_titles2 {
        font-size: 0.2rem;
    }

    .xp_title_96d22e386c_2_en_value {
        font-size: 0.12rem;
    }

    .xp_title_96d22e386c_2_en2 {
        top: 0.5rem;
    }

    .xp_title_96d22e386c_2_more {
        justify-content: flex-start;
        font-size: 0.14rem;
        padding-top: 0.14rem;
    }

}



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

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

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

.xp_96d22e386c_2_box {
    width: 100%;
    max-width: var(--xp-content-width);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.4rem;
}

.xp_96d22e386c_2_item {
    width: 100%;
    height: 4.8rem;
    background-color: #fff;
    position: relative;
    box-shadow: 0.03rem 0.01rem 0.14rem 0.06rem rgba(164, 33, 33, 0.26);
    border: 0.2rem solid #fff;
    overflow: hidden;
}

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

.xp_96d22e386c_2_item:hover img {
    transform: scale(1.1);
}

.xp_96d22e386c_2_item_box {
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding: 0.4rem;
}

.xp_96d22e386c_2_iten_name {
    flex: 1;
    color: #fff;
    font-weight: bold;
    font-size: 0.26rem;
}

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

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

    .xp_96d22e386c_2_box {
        gap: 0;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    
    .xp_96d22e386c_2_item {
        width: 100%;
        margin-top: 0.2rem;
        border: 0.14rem solid #fff;
        height: 2rem;
    }

    .xp_96d22e386c_2_iten_name {
        font-size: 0.18rem;
    }

    .xp_96d22e386c_2_item_icon {
        width: 0.24rem;
        height: 0.24rem;
    }

    .xp_96d22e386c_2_item_box {
        padding: 0.2rem;
    }
    
    .xp_96d22e386c_2_item:first-child {
        margin-top: 0;
    }
}
.xp_63ba127bb6_1_container {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-image: url("https://yzzy-img.schoolpi.net/storage/images/20250107/1736241871_677cf2cfca95c.webp");
    background-color: #FFFFFF;
    margin: 0rem 0rem 0rem 0rem;
}

.xp_63ba127bb6_1_content {
    width: 100%;
    max-width: var(--xp-content-width);
    padding: 1.5rem 0rem 0rem 0rem;
}

.xp_63ba127bb6_1_box {
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding: 0.2rem 0;
}

.xp_63ba127bb6_1_l {
    flex: 1;
    display: flex;
}

.xp_63ba127bb6_1_logo_box {
    width: 5rem;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding: 0 0.4rem;
}

.xp_63ba127bb6_1_logo_img {
    width: 3.6rem;
    height: 0.8rem;
    margin-top: 0.5rem;
}

.xp_63ba127bb6_1_link_box {
    flex: 1;
}

.xp_63ba127bb6_1_text_box {
    flex: 1;
}

.xp_63ba127bb6_1_line_list {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    margin-top: 0.2rem;
}

.xp_63ba127bb6_1_line_title {
    font-weight: bold;
    font-size: 0.2rem;
}

.xp_63ba127bb6_1_line_item {
    width: 100%;
    font-size: 0.18rem;
    word-break: break-all;
    word-wrap: break-word;
}

.xp_63ba127bb6_1_code_box {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.xp_63ba127bb6_1_code_list {
    margin-top: 0.2rem;
    display: flex;
    gap: 0.2rem;
    align-items: center;
}

.xp_63ba127bb6_1_code_img {
    width: 1.2rem;
    height: 1.2rem;
    display: flex;
}

.xp_63ba127bb6_1_code_item {
    display: flex;
    flex-direction: column;
    gap: 0.04rem;
    font-size: 0.16rem;
    align-items: center;
}

.xp_63ba127bb6_1_copyright {
    width: 100%;
    min-height: 0.5rem;
    display: flex;
    justify-content: center;
    gap: 0.2rem;
    align-items: center;
    background-color: var(--xp-color1);
}

.xp_63ba127bb6_1_copyright_item {
    color: rgba(255,255,255,0.7);
    display: flex;
    font-size: 0.16rem;
}

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

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

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

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

.xp_63ba127bb6_1_h5 {
     display: none;
}

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

    .xp_63ba127bb6_1_content {
        display: none;
    }

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

    .xp_63ba127bb6_1_h5_logo{
        width: 100%;
        padding: 0 0.2rem;
        display: flex;
        justify-content: center;
    }

    .xp_63ba127bb6_1_h5_logo_img {
        width: 90%;
    }

    .xp_63ba127bb6_1_copyright {
        flex-direction: column;
        align-items: center;
        padding: 0.1rem 0;
        gap: 0;
        margin-top: 0.1rem;
    }

    .xp_63ba127bb6_1_copyright_item {
        font-size: 0.14rem;
        margin-top: 0.06rem;
    }

    .xp_63ba127bb6_1_h5_list_box {
        width: 100%;
        padding: 0.1rem 0.2rem;
    }

    .xp_63ba127bb6_1_h5_list {
        width: 100%;
        display: grid;
        margin-top: 0.1rem;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

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

    .xp_63ba127bb6_1_h5_item {
        width: 100%;
        margin-top: 0.15rem;
        font-size: 0.12rem;
    }

    .xp_63ba127bb6_1_h5_title {
        font-weight: bold;
    }

    .xp_63ba127bb6_1_h5_code {
        width: 100%;
        margin-top: 0.1rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .xp_63ba127bb6_1_h5_code_item {
        width: 1rem;
        height: 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 0.08rem;
    }

    .xp_63ba127bb6_1_h5_code_img {
        width: 0.5rem;
        height: 0.5rem;
    }

    .xp_63ba127bb6_1_h5_code_name {
        height: 0.3rem;
        line-height: 0.3rem;
        font-size: 0.12rem;
    }
}
