.xp_2912509ca0_0_container {
    position: relative;
    z-index: 1000;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #AD1730;   
    margin: 0rem 0rem 0rem 0rem;
    padding: 0rem 0rem 0rem 0rem;
}

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

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

.xp_2912509ca0_0_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_2912509ca0_0_logo {
    flex: 1;
    display: flex;
    align-items: center;
}

.xp_2912509ca0_0_logo_img {
    width: 4.7rem;
    height: 0.8rem;
}

.xp_2912509ca0_0_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_2912509ca0_0_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_2912509ca0_0_right {
    width: 4.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

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

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

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

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

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

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

.xp_2912509ca0_0_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_2912509ca0_0_nav_item:hover .xp_2912509ca0_0_nav_group {
    display: block;
}

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

.xp_2912509ca0_0_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_2912509ca0_0_nav_item:hover,
.xp_2912509ca0_0_nav_group_item:hover {
    background-color: var(--xp-color1);
    color: #fff;
}

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

.xp_2912509ca0_0_head {
    width: 100%;
}

.xp_2912509ca0_0_h5 {
    display: none;
}

.xp_2912509ca0_0_h5_zanwei {
     display: none;
}

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

    .xp_2912509ca0_0_container {
        background-color: transparent;
    }

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

    body {
        padding-top: 0.6rem;
    }

    .xp_2912509ca0_0_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_2912509ca0_0_h5_head {
        margin-top: 0.1rem;
        width: 100%;
        height: 0.6rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    .xp_2912509ca0_0_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_2912509ca0_0_h5_logo_box{
        display: flex;
        justify-content: center;
    }

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

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

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

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

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

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

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

    }

    .xp_2912509ca0_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_2912509ca0_0_h5_menu_open {
        visibility: initial;
    }

    .xp_2912509ca0_0_h5_menu_open .xp_2912509ca0_0_h5_menu_content {
        transform: translateX(0);
    }

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

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

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

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

    .xp_2912509ca0_0_h5_group_title {
        flex: 1;
    }

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

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

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

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

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

    .xp_2912509ca0_0_h5_group_show .xp_2912509ca0_0_h5_list {
        display: flex;
    }

    .xp_2912509ca0_0_h5_group_show .xp_2912509ca0_0_h5_group_icon {
        transform: rotate(90deg);
    }

    .xp_2912509ca0_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_2912509ca0_0_h5_search_open {
        visibility: initial;
    }

    .xp_2912509ca0_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_2912509ca0_0_h5_search_open .xp_2912509ca0_0_h5_inp_box {
        transform: translateY(0);
    }

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

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

    .xp_2912509ca0_0_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_2912509ca0_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_2912509ca0_0_h5_search_open .xp_2912509ca0_0_h5_search_close {
        opacity: 1;
    }

    .xp_2912509ca0_0_h5_search_close_icon {
        width: 0.2rem;
        height: 0.2rem;
        color: #fff;
    }
}
.xp_9a331fab00_2_container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: rgba(255,255,255,0);   
    margin: 0rem 0rem 0rem 0rem;
    padding: 0.2rem 0rem 0rem 0rem;
}

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

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

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

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

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

.xp_9a331fab00_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_9a331fab00_2_item_select {
    color: var(--xp-color1);
}

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

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

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

.xp_9a331fab00_2_en_title {
    font-size: 0.16rem;
}

@media screen and (max-width: 800px) {
    .xp_9a331fab00_2_container {
        width: 100vw;
        margin: 0;
        padding: 0.2rem;
    }
    .xp_9a331fab00_2_content {
        justify-content: center;
    }
    .xp_9a331fab00_2_tag_text {
        font-size: 0.12rem;
    }
    .xp_9a331fab00_2_icon1 {
        width: 0.12rem;
        height: 0.12rem;
    }
    .xp_9a331fab00_2_tag_text {
        display: none;
    }
    .xp_9a331fab00_2_icon {
        width: 0.1rem;
        height: 0.1rem;
    }
    .xp_9a331fab00_2_item {
        font-size: 0.14rem;
    }
    .xp_9a331fab00_2_title {   
        display: none;
    }
}.xp_79a56fc808_4_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: 0rem 0rem 0rem 0rem;
    padding: 0.4rem 0rem 0.6rem 0rem;
}

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

.xp_79a56fc808_4_list {
    width: 100%;
}

.xp_79a56fc808_4_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_79a56fc808_4_line_title::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0.1rem;
    height: 0.1rem;
    background-color: var(--xp-color1);
}

.xp_79a56fc808_4_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_79a56fc808_4_line_date {
    color: #666;
}

@media screen and (min-width: 800px) {
    .xp_79a56fc808_4_line:hover .xp_79a56fc808_4_line_title,.xp_79a56fc808_4_line:hover .xp_79a56fc808_4_line_date {
        color: var(--xp-color1);
    }
}

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

    .xp_79a56fc808_4_line_title {
        font-size: 0.14rem;
    }

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

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

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

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

.xp_2dc1c65691_1_top_item_r {
    flex-direction: row;
    justify-content: flex-end;
}

.xp_2dc1c65691_1_top_head {
    width: 100%;
    height: 0.4rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
}

.xp_2dc1c65691_1_top_head_title {
    color: #FFFFFF;
    font-size: 0.2rem;
    font-weight: bold;
    position: relative;
    display: flex;
    justify-content: center;
}

.xp_2dc1c65691_1_top_head_title::after {
    content: "";
    position: absolute;
    top: 0.34rem;
    width: 0.35rem;
    height: 0.02rem;
    background-color: #FFFFFF;
}

.xp_2dc1c65691_1_logo {
    width: 4.7rem;
    height: 0.8rem;
}

.xp_2dc1c65691_1_logo_name {
    font-size: 0.2rem;
    font-weight: 500;
    margin-left: 0.1rem;
}

.xp_2dc1c65691_1_bottom {
    width: 100%;
    padding: 0.14rem 0;
    margin-top: 0.5rem;
    font-size: 0.16rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(196,50,75);
}

.xp_2dc1c65691_1_bottom a {
    margin: 0 0.1rem;
    color: rgb(255,255,255);
    display: flex;
    align-items: center;
}

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

.xp_2dc1c65691_1_code {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 0.4rem;
}

.xp_2dc1c65691_1_code_item {
    width: 1rem;
    margin-right: 0.4rem;
}

.xp_2dc1c65691_1_code_item img {
    width: 100%;
    height: 1rem;
}

.xp_2dc1c65691_1_code_item_name {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    margin-top: 0.14rem;
    font-size: 0.16rem;
}

.xp_2dc1c65691_1_links {
    width: 3.4rem;
    display: flex;
    flex-direction: column;
}

.xp_2dc1c65691_1_link_item {
    width: fit-content;
    margin-bottom: 0.14rem;
    cursor: pointer;
    font-size: 0.18rem;
}

.xp_2dc1c65691_1_text_item {
    width: fit-content;
    margin-bottom: 0.18rem;
    font-size: 0.18rem;
}

.xp_2dc1c65691_1_link_item:hover {
    color: #f0f0f0;
}

.xp_2dc1c65691_1_text_color{
    color: #FFFFFF;
}

.xp_2dc1c65691_1_link_color {
    color: #FFFFFF;
}

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

    .xp_2dc1c65691_1_content {
        padding: 0.2rem 0.2rem 0rem 0.2rem;
    }

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

    .xp_2dc1c65691_1_code {
        width: 100%;
        margin-top: 0.4rem;
        display: flex;
        justify-content: space-between;
    }

    .xp_2dc1c65691_1_top_item {
        width: 100%;
        flex: none;
    }

    .xp_2dc1c65691_1_links {
        width: 100%;
    }

    .xp_2dc1c65691_1_code_item {
        margin-right: 0;
        width: 1rem;
    }

    .xp_2dc1c65691_1_code_item img {
        height: 1rem;
    }

    .xp_2dc1c65691_1_top {
        flex-direction: column;
        align-items: center;
    }

    .xp_2dc1c65691_1_top_item_r {
        margin-top: 0.4rem;
        justify-content: flex-start;
        flex-direction: column;
    }

    .xp_2dc1c65691_1_top_head_title::after {
        display: none;
    }

    .xp_2dc1c65691_1_top_head {
        margin-bottom: 0.2rem;
        margin-top: 0.1rem;
    }

    .xp_2dc1c65691_1_link_item {
        font-size: 0.14rem;
    }

    .xp_2dc1c65691_1_text_item {
        font-size: 0.14rem;
    }

    .xp_2dc1c65691_1_bottom a {
        font-size: 0.14rem;
    }
}
.xp_1985e3534a_3_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: 0rem 0rem 0rem 0rem;
    padding: 0rem 0rem 0rem 0rem;
}

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

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

.xp_1985e3534a_3_content {
    width: 100%;
}

.xp_1985e3534a_3_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_1985e3534a_3_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_1985e3534a_3_line_box:hover {
    color: var(--xp-color1);
    background-color: var(--xp-color6);
}

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

.xp_1985e3534a_3_line_select .xp_1985e3534a_3_hr {
    opacity: 1;
}

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

.xp_1985e3534a_3_app_next {
    display: none;
}

@media screen and (max-width: 800px) {
    .xp_1985e3534a_3_container {
        max-width: 100%;
        width: 100vw;
        margin-top: 0;
    }
    .xp_1985e3534a_3_title_box {
        display: none;
    }
    .xp_1985e3534a_3_content {
        display: flex;
        overflow-x: auto;
        padding-right: 0.6rem;
    }
    .xp_1985e3534a_3_line_box {
        height: 0.42rem;
        padding: 0 0.2rem;
        font-size: 0.14rem;
        border-top: 0.01rem solid #dfe2e5;
        white-space: nowrap;
    }
    .xp_1985e3534a_3_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_1985e3534a_3_app_next_icon {
        width: 0.24rem;
        height: 0.24rem;
    }
    .xp_1985e3534a_3_hr {
        display: none;
    }
    .xp_1985e3534a_3_line_box:hover {
        color: #333;
        background-color: transparent;
    }
}