.xp_1a20155ae0_0_container {
    width: 100%;
}

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

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

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

.xp_1a20155ae0_0_logo img {
    width: 4.8rem;
    height: 0.6rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.xp_1a20155ae0_0_box_nav_item:hover .xp_1a20155ae0_0_nav {
    display: block;
}

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

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

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

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

.xp_1a20155ae0_0_app_content {
    display: none;
}

.xp_1a20155ae0_0_placeholder {
    display: none;
}

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

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

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

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

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

 .xp_1a20155ae0_0_search_show .xp_1a20155ae0_0_search_title {
    margin-top: -0.4rem;
 }

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.xp_1a20155ae0_0_h5 {
    display: none;
}

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

    body {
        padding-top: 0.6rem;
    }

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

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

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

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

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

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

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

    .xp_1a20155ae0_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_1a20155ae0_0_h5_menu_open {
        visibility: initial;
    }

    .xp_1a20155ae0_0_h5_menu_open .xp_1a20155ae0_0_h5_menu_content {
        transform: translateX(0);
    }

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

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

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

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

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

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

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

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

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

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

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

    .xp_1a20155ae0_0_h5_group_show .xp_1a20155ae0_0_h5_list {
        display: flex;
    }

    .xp_1a20155ae0_0_h5_group_show .xp_1a20155ae0_0_h5_group_icon {
        transform: rotate(90deg);
    }

    .xp_1a20155ae0_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_1a20155ae0_0_h5_search_open {
        visibility: initial;
    }

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

    .xp_1a20155ae0_0_h5_search_open .xp_1a20155ae0_0_h5_inp_box {
        transform: translateY(0);
    }

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

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

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

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

    .xp_1a20155ae0_0_h5_search_open .xp_1a20155ae0_0_h5_search_close {
        opacity: 1;
    }

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

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

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

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

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

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

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

.xp_3f293c4f6d_6_pc_img {
    display: flex;
    width: 100%;
    height: auto;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.xp_3f293c4f6d_6_phone_img {
    display: none;
    position: relative;
    z-index: 1;
}

.xp_3f293c4f6d_6_title_box {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.xp_3f293c4f6d_6_title {
    width: 100%;
    max-width: var(--xp-content-width); 
    font-size: NaNrem;
    color: ;
    display: flex;
    align-items: center;
    font-weight: bold;
}

@media screen and (max-width: 800px) { 
    .xp_3f293c4f6d_6_container {
        width: 100vw;
        padding: 0rem 0rem 0rem 0rem;
    }
    .xp_3f293c4f6d_6_pc_img {
        display: none;
    }
    .xp_3f293c4f6d_6_phone_img {
        display: flex;
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .xp_3f293c4f6d_6_title_box {
        padding: 0rem 0.2rem;
    }

    .xp_3f293c4f6d_6_title {
        font-size: NaNrem;
    }
}
.xp_85047623da_2_container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: rgba(255,255,255,0);   
    margin: 0rem 0rem 0rem 0rem;
    padding: 0rem 0rem 0rem 0rem;
}

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

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

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

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

.xp_85047623da_2_title {
    font-size: 0.26rem;
    font-family: "SourceHanSerifCN";
    font-weight: bold;
    color: var(--xp-color1);
}

.xp_85047623da_2_item {
    user-select: none;
    padding: 0 0.01rem;
    display: flex;
    align-items: center;
    color: #666;
    cursor: pointer;
    font-size: 0.18rem;
    text-wrap: nowrap;
}

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

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

.xp_85047623da_2_icon1 {
    width: 0.2rem;
    height: 0.2rem;
    margin: 0 0.02rem;
    color: #666;
}

.xp_85047623da_2_icon {
    width: 0.2rem;
    height: 0.2rem;
    margin: 0 0.04rem;
}

.xp_85047623da_2_en_title {
    font-size: 0.16rem;
}

@media screen and (max-width: 800px) {
    .xp_85047623da_2_container {
        width: 100vw;
        margin: 0;
        padding: 0.2rem;
    }
    .xp_85047623da_2_content {
        justify-content: center;
    }
    .xp_85047623da_2_tag_text {
        font-size: 0.12rem;
    }
    .xp_85047623da_2_icon1 {
        width: 0.12rem;
        height: 0.12rem;
    }
    .xp_85047623da_2_tag_text {
        display: none;
    }
    .xp_85047623da_2_icon {
        width: 0.1rem;
        height: 0.1rem;
    }
    .xp_85047623da_2_item {
        font-size: 0.14rem;
    }
    .xp_85047623da_2_title {   
        display: none;
    }
}.xp_30e9d0ec92_5_container {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin: 0rem 0rem 0rem 0rem;
}

.xp_30e9d0ec92_5_switch {
    position: fixed;
    bottom: 0.2rem;
    left: 0.2rem;
    background-color: #fff;
    box-shadow: 0px 0px 4px 10px #f0f0f0;
    border: 1px solid #f0f0f0;
    height: 0.4rem;
    border-radius: 0.2rem;
    display: flex;
    align-items: center;
    padding: 0.04rem 0.1rem;
}

.xp_30e9d0ec92_5_switch_item {
    padding: 0.02rem 0.1rem;
    border-radius: 0.4rem;
    cursor: pointer;
    font-size: 0.14rem;
}

.xp_30e9d0ec92_5_switch_item_select {
    background-color: var(--xp-color1);
    color: #fff;
}

.xp_30e9d0ec92_5_content {
    width: 100%;
    max-width: var(--xp-content-width);
    padding: 0.4rem 0rem 0.6rem 0rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.xp_30e9d0ec92_5_title {
    width: 100%;
    text-align: center;
    font-size: 0.32rem;
    color: var(--xp-color1);
    font-weight: 400;
    white-space: pre-wrap;
}

.xp_30e9d0ec92_5_infos {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.2rem;
    padding-top: 0.2rem;
    color: #999;
    font-size: 0.18rem;
    border-bottom: 0.01rem solid rgba(204, 204, 204, 1);
    margin: 0.4rem 0rem 0.2rem 0rem;
}

.xp_30e9d0ec92_5_info_box {
    display: flex;
    align-items: center;
    font-size: 0.16rem;
}

.xp_30e9d0ec92_5_info_item {
    margin-right: 0.2rem;
}

.xp_30e9d0ec92_5_info_item:last-child {
    margin-right: 0rem;
}

.xp_30e9d0ec92_5_r_box {
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

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

.xp_30e9d0ec92_5_audio_name {
    font-size: 0.14rem;
}

.xp_30e9d0ec92_5_audio_but {
    padding: 0.01rem 0.04rem;
    font-size: 0.12rem;
}

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

.xp_30e9d0ec92_5_font_box {
    display: flex;
    align-items: center;
    gap: 0.1rem;
    font-size: 0.14rem;
}

.xp_30e9d0ec92_5_font_select_box {
    padding: 0.02rem 0.04rem;
    border: 1px solid #999;
    border-radius: 0.04rem;
}

.xp_30e9d0ec92_5_font_select {
    background-color: transparent;
    outline: none;
    border: none;
    font-size: 0.12rem;
}

.xp_30e9d0ec92_5_edit_container {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.xp_30e9d0ec92_5_edit_content {
    width: 100%;
    min-height: 5rem;
    border-radius: 0.02rem; 
    padding: 0.5rem;
    background-color: #FFFFFF;   
    box-shadow: 0 0 0.02rem 0.01rem #f0f0f0;
}

.xp_30e9d0ec92_5_footer {
    width: 100%;
    color: #333;
    padding-top: 0.2rem;
    font-size: 0.18rem;
    display: flex;
    flex-direction: column;
}

.xp_30e9d0ec92_5_footer[prev=1],.xp_30e9d0ec92_5_footer[next=1]{
    border-top: 0.01rem solid rgba(204, 204, 204, 1);
}

.xp_30e9d0ec92_5_footer a {
    color: #333;
    padding-top: 0.06rem;
    padding-bottom: 0.06rem;
}

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

.xp_30e9d0ec92_5_file {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 0.3rem;
}

.xp_30e9d0ec92_5_file_line {
    width: 100%;
    cursor: pointer;
    margin-top: 0.2rem;
    color: var(--xp-color1);
    text-decoration: underline;
}

.xp_30e9d0ec92_5_ai {
    width: 100%;
    background-color: #fafafa;
    margin-top: 0.6rem;
    padding: 0.3rem 0.2rem 0.2rem 0.2rem;
    position: relative;
}

.xp_30e9d0ec92_5_ai_content {
    overflow: hidden;
    width: 100%;
    height: 2rem;
}

.xp_30e9d0ec92_5_ai_open {
    width: 1rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--xp-color1);
    padding: 0.08rem 0;
    font-size: 0.16rem;
    margin-top: 0.3rem;
    border-radius: 0.2rem;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
}

.xp_30e9d0ec92_5_ai_open_icon {
    width: 0.24rem;
    height: 0.24rem;
    color: #fff;
    margin-right: 0.04rem;
}

.xp_30e9d0ec92_5_ai_but {
    width: 100%;
    height: 40%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(1px);
    background-image: linear-gradient(to top, rgba(213, 170, 170, .6), rgba(0, 0, 0, 0));
    position: absolute;
    bottom: 0;
}

.xp_30e9d0ec92_5_ai_tag {
    position: absolute;
    top: -0.2rem;
    left: 0.2rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--xp-color1);
    padding: 0.08rem 0.16rem;
    font-size: 0.16rem;
}

.xp_30e9d0ec92_5_ai_title {
    font-size: 0.18rem;
    color: #333;
    font-weight: bold;
    line-height: 0.45rem;
}

.xp_30e9d0ec92_5_ai_info {
    color: #555;
    font-size: 0.18rem;
    line-height: 0.45rem;
    position: relative;
    text-indent: 0.2rem;
}

.xp_30e9d0ec92_5_ai_info {
    color: #555;
    font-size: 0.18rem;
    line-height: 0.34rem;
    position: relative;
    text-indent: 0.2rem;
}

.xp_30e9d0ec92_5_ai_info::after {
    position: absolute;
    width: 0.1rem;
    height: 0.1rem;
    content: "";
    left: 0;
    top: 0.12rem;
    border-radius: 50%;
    background-color: var(--xp-color1);
}

.xp_30e9d0ec92_5_iframe {
    width: 100%;
    border: none;
    height: 100vh;
}

.xp_30e9d0ec92_5_audit {
    width: 100%;
    border-top: 0.01rem solid #f0f0f0;
    padding-top: 0.2rem;
    margin-top: 0.2rem;
}

.xp_30e9d0ec92_5_audit_line {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 0.1rem;
    color: #999;
}

.xp_30e9d0ec92_5_audit_name {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 0.1rem;
}

.xp_30e9d0ec92_5_audit_name::after {
    position: absolute;
    content: "";
    right: 0;
    border-right: 0.01rem solid #999;
    height: 0.14rem;
}

.xp_30e9d0ec92_5_audit_value {
    padding: 0 0.1rem;
}

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

    .xp_30e9d0ec92_5_audio_box {
        display: none;        
    }

    .xp_30e9d0ec92_5_info_box {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .xp_30e9d0ec92_5_info_item {
        font-size: 0.12rem;
    }

    .xp_30e9d0ec92_5_font_box {
        display: none;
    }

    .xp_30e9d0ec92_5_content {
        padding: 0.2rem;  
    }

    .xp_30e9d0ec92_5_edit_container {
        padding-top: 0;
        padding-bottom: 0rem;
    }
    
    .xp_30e9d0ec92_5_title{
        font-size: 0.2rem;
    }
    
    .xp_30e9d0ec92_5_infos {
        width: 100%;
        font-size: 0.14rem;
        justify-content: center;
        margin: 0.1rem 0rem 0rem 0rem;
    }

    .xp_30e9d0ec92_5_edit_content {
        padding: 0.2rem;
        margin-top: 0.2rem;
    }

    .xp_30e9d0ec92_5_footer {
        font-size: 0.14rem;
        padding-bottom: 0.6rem;
    }

    .xp_30e9d0ec92_5_edit_content {
        width: 100%;
    }
}
.xp_cbc2c09d90_1_container {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #8D3937;
    margin: 0rem 0rem 0rem 0rem;
}

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

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

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

.xp_cbc2c09d90_1_logo_box {
    margin-bottom: 0.4rem;
}

.xp_cbc2c09d90_1_logo_img {
    width: 4.57rem;
    height: 0.6rem;
    margin-top: 0.5rem;
}

.xp_cbc2c09d90_1_text_box {
    flex: 1;
}

.xp_cbc2c09d90_1_line_list {
    display: flex;  
    gap: 0.2rem;
    flex-wrap: wrap;
    margin-top: 0.2rem;
}

.xp_cbc2c09d90_1_line_title {
    font-weight: bold;
    font-size: 0.20rem;
}

.xp_cbc2c09d90_1_line_item {
    width: fit-content;
    word-break: break-all;
    word-wrap: break-word;
    font-size: 0.18rem;
}

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

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

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

.xp_cbc2c09d90_1_code_item {
    display: flex;
    flex-direction: column;
    gap: 0.04rem;
    align-items: center;
}

.xp_cbc2c09d90_1_code_name {
    margin-top: 0.04rem;
    font-size: 0.16rem;
}

.xp_cbc2c09d90_1_copyright {
    width: 100%;
    min-height: 0.5rem;
    display: flex;
    justify-content: center;
    gap: 0.2rem;
    align-items: center;
    background-color: rgba(0,0,0,.2);
    font-size: 0.16rem;
}

.xp_cbc2c09d90_1_copyright_item {
    color: rgb(253,247,247);
    display: flex;
}

.xp_cbc2c09d90_1_title_color {
    color: rgb(253,247,247);
}

.xp_cbc2c09d90_1_text_color {
    color: rgb(253,247,247);
}

.xp_cbc2c09d90_1_link_color {
    color: rgb(253,247,247);
}

.xp_cbc2c09d90_1_code_color {
    color: rgb(253,247,247);
}

.xp_cbc2c09d90_1_h5 {
     display: none;
}

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

    .xp_cbc2c09d90_1_container {
        margin: 0;
        padding: 0;
        background-size: cover;
    }

    .xp_cbc2c09d90_1_content {
        display: none;
    }

    .xp_cbc2c09d90_1_h5 {
        width: 100vw;
        display: flex;
        flex-direction: column;
        margin: 0rem 0rem 0rem 0rem;
    }

    .xp_cbc2c09d90_1_h5_content {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 0.4rem 0.2rem 0.2rem 0.2rem;
    }

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

    .xp_cbc2c09d90_1_h5_logo_img {
        width: 90%;
    }

    .xp_cbc2c09d90_1_h5_copyright {
        margin-top: 0.2rem;
        flex-direction: column;
        align-items: center;
        gap: 0;
        width: 100%;
        min-height: 0.5rem;
        display: flex;
        justify-content: center;
        background-color: rgba(0,0,0,.2);
        padding: 0.1rem;
        text-align: center;
    }

    .xp_cbc2c09d90_1_h5_copyright_item {
        font-size: 0.14rem;
        margin-top: 0.06rem;
        color: rgb(253,247,247);
        display: flex;
    }

    .xp_cbc2c09d90_1_h5_list_box {
        width: 100%;
    }

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

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

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

    .xp_cbc2c09d90_1_h5_title {
        font-weight: bold;
    }

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

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

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

    .xp_cbc2c09d90_1_h5_code_name {
        height: 0.5rem;
        line-height: 0.5rem;
        font-size: 0.14rem;
    }
}
.xp_de3f84ad62_3_container {
    width: 100%;
    max-width: 5rem;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    user-select: none;
    margin: 0rem 0rem 0rem 0rem;
    padding: 0rem 0rem 0rem 0rem;
}

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

.xp_de3f84ad62_3_content {
    width: 100%;
    background-color: var(--xp-color1);
    padding-left: 0.06rem;
}

.xp_de3f84ad62_3_title_box {
    width: 100%;
    color: #fff;
    font-family: "SourceHanSerifCN", sans-serif;
    padding: 0.2rem 0;
}

.xp_de3f84ad62_3_title {
    width: 100%;
    font-size: 0.26rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.xp_de3f84ad62_3_menu {
    width: 100%;
    background-color: #fff;
}

.xp_de3f84ad62_3_line {
    width: 100%;
    border-bottom: 0.01rem dashed rgba(158, 1, 5, 0.1);
}

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

.xp_de3f84ad62_3_line_box {
    width: 100%;
    height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0.1rem;
    padding-left: 0.3rem;
    color: #333;
    font-size: 0.2rem;
    font-weight: bold;
    cursor: pointer;
}

.xp_de3f84ad62_3_line_icon {
    width: 0.24rem;
    height: 0.24rem;
    transition: all ease .4s;
}

.xp_de3f84ad62_3_list_box {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: all ease .4s;
}

.xp_de3f84ad62_3_list {
    width: 100%;
    transform: translateY(0.1rem);
    transition: all ease .7s;
    padding: 0 0.1rem 0.2rem 0.3rem;
}

.xp_de3f84ad62_3_item {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0.1rem 0;
    padding-left: 0.25rem;
    font-size: 0.18rem;
    font-weight: bold;
    cursor: pointer;
    color: #333;
}

.xp_de3f84ad62_3_item::before {
    width: 0.08rem;
    height: 0.08rem;
    position: absolute;
    left: 0.1rem;
    content: "";
    transform: rotate(45deg);
    background-color: #999;
}

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

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

.xp_de3f84ad62_3_menu_open .xp_de3f84ad62_3_list_box {
    max-height: 10rem;
    overflow: visible;
}

.xp_de3f84ad62_3_menu_open .xp_de3f84ad62_3_list {
    transform: translateY(0);
}

.xp_de3f84ad62_3_menu_open .xp_de3f84ad62_3_line_icon {
    transform: rotate(90deg);
}

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

.xp_de3f84ad62_3_select::before {
    background-color: var(--xp-color1);
}

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

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

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


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

.xp_91268d38b6_4_title {
   width: 100%;
   height: 0.55rem;
   background-color: var(--xp-color1);
   display: flex;
   align-items: center;
   justify-content: center;
   color: #fff;
   font-weight: 600;
   font-size: 0.2rem;
}

.xp_91268d38b6_4_banner {
   width: 100%;
   height: 2.4rem;
   background-color: #f0f0f0;
   margin-top: 0.2rem;
   overflow: hidden;
}

.xp_91268d38b6_4_banner_item_title {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 0.4rem;
   display: flex;
   align-items: center;
   padding: 0 0.2rem;
   color: #fff;
   font-size: 0.18rem;
   font-weight: 600;
   background-color: rgba(0, 0, 0, .4);
}

.xp_91268d38b6_4_list {
   margin-top: 0.2rem;
   width: 100%;
}

.xp_91268d38b6_4_list_item {
   margin-top: 0.2rem;
   display: flex;
   align-items: center;
   position: relative;
   font-size: 0.18rem;
}

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

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

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

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

.xp_91268d38b6_4_list_item_title {
   flex: 1;
   cursor: pointer;
   font-weight: 600;
   margin-left: 0.3rem;
   margin-right: 0.2rem;
}

.xp_91268d38b6_4_list_item:first-child {
   margin-top: 0;
}

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

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