html {
    --xp-content-width: 16rem;
    --xp-color1: #153E77;
    --xp-color2: #2c5997;
    --xp-color3: #365580;
    --xp-color4: #4d6586;
    --xp-color5: #9bb0cc;
    --xp-color6: #d0d6df;
}.xp_a5cb8d4350_2_container {
    position: relative;
    z-index: 1000;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #27457B;   
    margin: 0rem 0rem 0rem 0rem;
    padding: 0rem 0rem 0rem 0rem;
}

.xp_a5cb8d4350_2_content {
    width: 100%;
    height: 1.5rem;
    display: flex;
    justify-content: center;
}

.xp_a5cb8d4350_2_content_box {
    width: var(--xp-content-width);
    display: flex;
    align-items: center;
}

.xp_a5cb8d4350_2_nav {
    width: 100%;
    height: 0.5rem;
    background-color: #FCF7F8;
    display: flex;
    border-bottom: 0.01rem solid rgba(0, 0, 0, .1);
    justify-content: center;
}

.xp_a5cb8d4350_2_logo {
    flex: 1;
    display: flex;
    align-items: center;
}

.xp_a5cb8d4350_2_logo_img {
    width: 4.03rem;
    height: 0.8rem;
}

.xp_a5cb8d4350_2_title_box1 {
    border-left: 0.01rem solid #FFFFFF;
    display: flex;
    align-items: center;
    font-size: 0.34rem;
    color: #FFFFFF;
    margin-left: 0.2rem;
    padding-left: 0.2rem;
    line-height: 0.38rem;
}

.xp_a5cb8d4350_2_title_box2 {
    border-left: 0.01rem solid #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.3rem;
    color: #fff;
    margin-left: 0.2rem;
    padding-left: 0.2rem;
    line-height: 0.38rem;
}

.xp_a5cb8d4350_2_right {
    width: 4.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.xp_a5cb8d4350_2_search_box {
    width: 2.6rem;
    height: 0.36rem;
    display: flex;
    align-items: center;
    background-color: #fff;
    padding-right: 0.15rem;
}

.xp_a5cb8d4350_2_search_box_input {
    outline: none;
    background-color: transparent;
    width: 100%;
    height: 100%;
    font-size: 0.16rem;
    border: none;
    padding: 0 0.15rem;
}

.xp_a5cb8d4350_2_link_box {
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
}

.xp_a5cb8d4350_2_link_item {
    color: #FFFFFF;
    cursor: pointer;
    padding: 0 0.15rem;
    font-size: 0.16rem;
    position: relative;
    display: flex;
    align-items: center;
}

.xp_a5cb8d4350_2_link_item:not(.xp_a5cb8d4350_2_link_item:last-child):after {
    position: absolute;
    content: "";
    right: 0;
    width: 0.01rem;
    height: 0.1rem;
    background-color: #fff;
}

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

.xp_a5cb8d4350_2_nav_item {
    flex: 1;
    height: 100%;
    font-weight: bold;
    max-width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.2rem;
    cursor: pointer;
    position: relative;
    transition: all ease .7s;
}

.xp_a5cb8d4350_2_nav_item:hover .xp_a5cb8d4350_2_nav_group {
    display: block;
}

.xp_a5cb8d4350_2_nav_group {
    width: 100%;
    display: none;
    position: absolute;
    top: 0.5rem;
    background-color: #fff;
    z-index: 10;
}

.xp_a5cb8d4350_2_nav_group_item {
    width: 100%;
    transition: all ease .7s;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    padding: 0.14rem 0.2rem;
    text-align: center;
}

.xp_a5cb8d4350_2_nav_item:hover,
.xp_a5cb8d4350_2_nav_group_item:hover {
    background-color: var(--xp-color1);
    color: #fff;
}

.xp_a5cb8d4350_2_search_box_icon {
    width: 0.24rem;
    height: 0.24rem;
    color: #666;
    cursor: pointer;
}

.xp_a5cb8d4350_2_head {
    width: 100%;
}

.xp_a5cb8d4350_2_h5 {
    display: none;
}

.xp_a5cb8d4350_2_h5_zanwei {
     display: none;
}

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

    .xp_a5cb8d4350_2_container {
        background-color: transparent;
    }

    .xp_a5cb8d4350_2_h5_zanwei {
        display: flex;
        width: 100%;
        height: 0.39rem;
    }

    body {
        padding-top: 0.6rem;
    }

    .xp_a5cb8d4350_2_h5 {
        width: 100%;
        height: 1rem;
        position: fixed;
        top: 0;
        left: 0;
        padding: 0 0.1rem;
        background-color: var(--xp-color1);
        display: flex;
        flex-direction: column;
        z-index: 1000;
    }

    .xp_a5cb8d4350_2_h5_head {
        margin-top: 0.1rem;
        width: 100%;
        height: 0.6rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    .xp_a5cb8d4350_2_h5_title {
        width: 100%;
        display: flex;
        height: 0.5rem;
        line-height: 0.2rem;
        padding-top: 0.06rem;
        font-size: 0.16rem;
        color: #fff;
        justify-content: center;
    }

    .xp_a5cb8d4350_2_h5_logo_box{
        display: flex;
        justify-content: center;
    }

    .xp_a5cb8d4350_2_h5_logo {
        max-height: 0.44rem;
        max-width: 80%;
    }

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

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

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

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

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

    .xp_a5cb8d4350_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;
        background-color: var(--xp-color1);
        width: 100%;
        height: 100vh;

    }

    .xp_a5cb8d4350_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_a5cb8d4350_2_h5_menu_open {
        visibility: initial;
    }

    .xp_a5cb8d4350_2_h5_menu_open .xp_a5cb8d4350_2_h5_menu_content {
        transform: translateX(0);
    }

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

    .xp_a5cb8d4350_2_h5_menu_logo {    
        max-width: 100%;
        max-height: 0.6rem;
        margin-bottom: 0.3rem;
    }

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

    .xp_a5cb8d4350_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;
        background-color: #FFFFFF;
    }

    .xp_a5cb8d4350_2_h5_group_title {
        flex: 1;
    }

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

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

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

    .xp_a5cb8d4350_2_h5_group_line {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 0 0.2rem;
        min-height: 0.5rem;
    }

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

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

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

    .xp_a5cb8d4350_2_h5_group_show .xp_a5cb8d4350_2_h5_list {
        display: flex;
    }

    .xp_a5cb8d4350_2_h5_group_show .xp_a5cb8d4350_2_h5_group_icon {
        transform: rotate(90deg);
    }

    .xp_a5cb8d4350_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_a5cb8d4350_2_h5_search_open {
        visibility: initial;
    }

    .xp_a5cb8d4350_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_a5cb8d4350_2_h5_search_open .xp_a5cb8d4350_2_h5_inp_box {
        transform: translateY(0);
    }

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

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

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

    .xp_a5cb8d4350_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_a5cb8d4350_2_h5_search_open .xp_a5cb8d4350_2_h5_search_close {
        opacity: 1;
    }

    .xp_a5cb8d4350_2_h5_search_close_icon {
        width: 0.2rem;
        height: 0.2rem;
        color: #fff;
    }
}
.xp_439af5ace6_4_container {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    background-color: #FFFFFF;
    margin: 0rem 0rem 0rem 0rem;
    perspective: 100vw;
    transform-style: preserve-3d;
}

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

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

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

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

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

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

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

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

.xp_439af5ace6_4_pre {
    left: 0.4rem;
}

.xp_439af5ace6_4_next {
    right: 0.4rem;
}

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

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

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

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

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

    .xp_439af5ace6_4_button {
        display: none;
    }

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

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

    .xp_439af5ace6_4_index_item_select {
        width: 0.3rem;
        height: 0.1rem;
    }
}
.xp_21af86c96e_3_container {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #FFFFFF;   
    margin: 0rem 0rem 0rem 0rem;
    padding: 0rem 0rem 0rem 0rem;
}

.xp_21af86c96e_3_content {
    display: flex;
    align-items: center;
    max-width: var(--xp-content-width);
    width: 100%;
    padding: 0.2rem 0rem 0.2rem 0rem;
    border-bottom: 0.02rem solid var(--xp-color6);
}

.xp_21af86c96e_3_tags {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.xp_21af86c96e_3_tag_text{
    color: #666;
    font-size: 0.18rem;
    margin-right: 0.1rem;
}

.xp_21af86c96e_3_title {
    color: #FFFFFF;
    padding: 0.1rem 0.2rem;
    font-size: 0.18rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    background-color: var(--xp-color1);
}

.xp_21af86c96e_3_title_en {
    font-size: 0.16rem;
    margin-left: 0.04rem;
}   

.xp_21af86c96e_3_item {
    user-select: none;
    padding: 0 0.01rem;
    display: flex;
    align-items: center;
    color: #666;
    font-size: 0.18rem;
}

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

.xp_21af86c96e_3_item_icon {
    width: 0.15rem;
    height: 0.15rem;
    margin-right: 0.04rem;
    color: var(--xp-color1);
}

.xp_21af86c96e_3_icon {
    width: 0.16rem;
    height: 0.16rem;
    margin: 0 0.04rem;
}

@media screen and (max-width: 800px) {
    .xp_21af86c96e_3_container {
        width: 100vw;
        margin: 0;
        padding: 0.2rem;
    }
    .xp_21af86c96e_3_content {
        padding: 0.1rem 0;
        justify-content: center;
    }
    .xp_21af86c96e_3_tags {
        font-size: 0.12rem;
    }
    .xp_21af86c96e_3_tag_text {
        display: none;
    }
    .xp_21af86c96e_3_item {
        font-size: 0.12rem;
    }
    .xp_21af86c96e_3_icon {
        width: 0.12rem;
        height: 0.12rem;
    }
    .xp_21af86c96e_3_title_en {
        display: none;
    }
    .xp_21af86c96e_3_title {
        padding: 0.06rem 0.1rem;
        font-size: 0.14rem;
    }
}.xp_12365a3dba_5_container {
    position: relative;
    width: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,0);
    margin: 0.2rem 0rem 0.2rem 0rem;
    padding: 0rem 0rem 0rem 0rem;
}

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

.xp_12365a3dba_5_list {
    width: 100%;
}

.xp_12365a3dba_5_line {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 0.2rem 0.24rem;
    margin-bottom: 0.2rem;
    box-shadow: 0 0.02rem 0.04rem 0 rgba(0, 0, 0, .3);
}

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

.xp_12365a3dba_5_line_title {
    flex: 1;
    font-size: 0.18rem;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    width: 100%;
}

.xp_12365a3dba_5_line_date {
    color: #666;
}

@media screen and (min-width: 800px) {
    .xp_12365a3dba_5_line:hover .xp_12365a3dba_5_line_title,.xp_12365a3dba_5_line:hover .xp_12365a3dba_5_line_date {
        color: var(--xp-color1);
    }
}

@media screen and (max-width: 800px) {
    .xp_12365a3dba_5_container {
        margin: 0;
        padding: 0.2rem;
        background-image: none;
        background-color: #FFFFFF;
    }

    .xp_12365a3dba_5_line_title {
        font-size: 0.14rem;
    }

    .xp_12365a3dba_5_line_date {
        font-size: 0.14rem;
    }
}
.xp_7b7d99fa6b_0_container {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #27457B;
    margin: 0rem 0rem 0rem 0rem;
    padding: 0.4rem 0rem 0.4rem 0rem;
}

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

.xp_7b7d99fa6b_0_copyright {
    margin-top: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.xp_7b7d99fa6b_0_copyright_item {
    color: #FFFFFF;
    display: flex;
    margin-left: 0.06rem;
    font-size: 0.16rem;
}

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

.xp_7b7d99fa6b_0_box {
    width: 100%;
    display: flex;
    padding-bottom: 0.4rem;
    border-bottom: 0.01rem solid var(--xp-color6);
}

.xp_7b7d99fa6b_0_line1 {
    display: flex;
    flex-direction: column;
}

.xp_7b7d99fa6b_0_line1_img {
    height: 0.98rem;
    width: 4.96rem;
    margin-bottom: 0.3rem;
}

.xp_7b7d99fa6b_0_line1_item {
    color: #FFFFFF;
    line-height: 0.3rem;
    display: flex;
}

.xp_7b7d99fa6b_0_line1_item_name {
    font-size: 0.18rem;
    padding-right: 0.04rem;
}

.xp_7b7d99fa6b_0_line1_item_value {
    flex: 1;
    font-size: 0.18rem;
}

.xp_7b7d99fa6b_0_line2 {
    flex: 1;
    min-width: 4.6rem;
    display: flex;
    flex-direction: column;
    margin-left: 0.4rem;
    margin-right: 0.4rem;
}

.xp_7b7d99fa6b_0_line_title {
    font-weight: bold;
    font-size: 0.2rem;
    height: 0.4rem;
    line-height: 0.4rem;
    margin-bottom: 0.3rem;
    width: 100%;
    color: #FFFFFF;
}

.xp_7b7d99fa6b_0_line_title1 {
    font-weight: bold;
    font-size: 0.2rem;
    height: 0.4rem;
    line-height: 0.4rem;
    margin-bottom: 0.3rem;
    width: 100%;
    text-align: right;
    color: #FFFFFF;
}

.xp_7b7d99fa6b_0_lin2_box {
    display: flex;
    flex-wrap: wrap;
}

.xp_7b7d99fa6b_0_line2_item {
    line-height: 0.3rem;
    margin-right: 0.2rem;
    color: #FFFFFF;
    font-size: 0.18rem;
}

.xp_7b7d99fa6b_0_line3 {
    width: 4rem;
    height: 100%;
}

.xp_7b7d99fa6b_0_line3_box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.xp_7b7d99fa6b_0_line3_item {
    width: 1rem;
    display: flex;
    flex-direction: column;
    margin-right: 0.2rem;
}

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

.xp_7b7d99fa6b_0_line3_item_code {
    width: 100%;
    height: 1rem;
    background-color: #FFFFFF;
}

.xp_7b7d99fa6b_0_line3_item_name {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 0.14rem;
    margin-top: 0.1rem;
    color: #FFFFFF;
}

.xp_7b7d99fa6b_0_title_color {
    color: #FFFFFF;
}

.xp_7b7d99fa6b_0_text_color {
    color: #FFFFFF;
}

.xp_7b7d99fa6b_0_link_color {
    color: #FFFFFF;
}

.xp_7b7d99fa6b_0_code_color {
    color: #FFFFFF;
}

.xp_7b7d99fa6b_0_h5 {
     display: none;
}

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

    .xp_7b7d99fa6b_0_content {
        display: none;
    }

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

    .xp_7b7d99fa6b_0_h5_logo{
        width: 100%;
        padding: 0 0.2rem;
    }

    .xp_7b7d99fa6b_0_h5_logo_img {
        width: 100%;
    }

    .xp_7b7d99fa6b_0_copyright {
        flex-direction: column;
        align-items: center;
        padding: 0.2rem 0;
        gap: 0;
        text-align: center;
        border-top: 0.01rem solid var(--xp-color6);
    }

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

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

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

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

    .xp_7b7d99fa6b_0_h5_item {
        width: 100%;
        margin-top: 0.15rem;
    }

    .xp_7b7d99fa6b_0_h5_title {
        font-weight: bold;
    }

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

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

    .xp_7b7d99fa6b_0_h5_code_img {
        width: 100%;
        height: 1rem;
    }

    .xp_7b7d99fa6b_0_h5_code_name {
        height: 0.5rem;
        line-height: 0.5rem;
        font-size: 0.14rem;
    }
}
.xp_47f0ab496f_1_container {
    width: 100%;
    max-width: 4rem;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    user-select: none;
    background-color: rgba(245,245,245,1);
    margin: -1rem 0rem 0rem 0rem;
    padding: 0rem 0rem 0rem 0rem;
}

@font-face {
    font-family: "DouyinSansBold";
    src: url('https://yzzy.schoolpi.net/_font/DouyinSansBold.woff2');
    font-display: swap;
}

.xp_47f0ab496f_1_font {
    font-family: "DouyinSansBold", sans-serif;
}

.xp_47f0ab496f_1_content {
    width: 100%;
}

.xp_47f0ab496f_1_title_box {
    width: 100%;
    height: 1rem;
    display: flex;
    justify-content: center;
    color: #FFFFFF;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.26rem;
    text-align: center;
    background-color: var(--xp-color1);
}

.xp_47f0ab496f_1_line_box {
    width: 100%;
    font-size: 0.18rem;
    height: 0.68rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    color: #333;
    padding: 0rem 0.4rem;
    text-align: center;
}

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

.xp_47f0ab496f_1_line_select {
    color: var(--xp-color1);
    background-color: var(--xp-color6);
}

.xp_47f0ab496f_1_line_select .xp_47f0ab496f_1_hr {
    opacity: 1;
}

.xp_47f0ab496f_1_hr {
    position: absolute;
    width: 0.04rem;
    height: 100%;
    left: 0;
    background-color: var(--xp-color1);
    opacity: 0;
}

.xp_47f0ab496f_1_app_next {
    display: none;
}

@media screen and (max-width: 800px) {
    .xp_47f0ab496f_1_container {
        max-width: 100%;
        width: 100vw;
        margin-top: 0;
    }
    .xp_47f0ab496f_1_title_box {
        display: none;
    }
    .xp_47f0ab496f_1_content {
        display: flex;
        overflow-x: auto;
        padding-right: 0.6rem;
    }
    .xp_47f0ab496f_1_line_box {
        height: 0.42rem;
        padding: 0 0.2rem;
        font-size: 0.14rem;
        border-top: 0.01rem solid #dfe2e5;
        white-space: nowrap;
    }
    .xp_47f0ab496f_1_app_next {
        position: absolute;
        right: 0;
        top: 0;
        width: 0.6rem;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #333;
        background-color: #fff;
        border-left: 0.01rem solid #f0f0f0;
    }
    .xp_47f0ab496f_1_app_next_icon {
        width: 0.24rem;
        height: 0.24rem;
    }
    .xp_47f0ab496f_1_hr {
        display: none;
    }
    .xp_47f0ab496f_1_line_box:hover {
        color: #333;
        background-color: transparent;
    }
}