.xp_5c5035d848_0_container {
    position: relative;
    z-index: 1000;
    width: 100%;
    background-color: #0C3E84;   
}

.xp_5c5035d848_0_web {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.xp_5c5035d848_0_content {
    width: var(--xp-content-width);
    height: 1.2rem;
    display: flex;
    justify-content: center;
}

.xp_5c5035d848_0_logo {
    flex: 1;
    width: 0;
    display: flex;
    align-items: center;
}

.xp_5c5035d848_0_logo_img {
    width: 6.01rem;
    height: 0.6rem;
}

.xp_5c5035d848_0_nav {
    width: 100%;
    height: 0.5rem;
    display: flex;
    justify-content: center;
    border-top: 1px solid #fff;
}

.xp_5c5035d848_0_logo_title {
    position: relative;
    font-size: 0.24rem;
    color: #FFFFFF;
    margin-left: 0.4rem;
    display: flex;
    align-items: center;
}

.xp_5c5035d848_0_logo_title::after {
    content: "";
    position: absolute;
    left: -0.2rem;
    width: 0.01rem;
    height: 0.18rem;
    background-color: #FFFFFF;;
}

.xp_5c5035d848_0_logo_title_box {
    display: flex;
    flex-direction: column;
    margin-left: 0.3rem;
}

.xp_5c5035d848_0_logo_title_value {
    font-size: 0.24rem;
    color: #FFFFFF;
}

.xp_5c5035d848_0_right {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.xp_5c5035d848_0_tip {
    color: #FFFFFF;
    font-size: 0.18rem;
}

.xp_5c5035d848_0_search {
    width: 2.4rem;
    height: 0.38rem;
    padding: 0 0.1rem;
    display: flex;
    border: 0.01rem solid #f0f0f0;
    background-color: #fff;
}

.xp_5c5035d848_0_search_box_input {
    border: none;
    background-color: transparent;
    outline: none;
    flex: 1;
    font-size: 0.16rem;
    width: 0;
}

.xp_5c5035d848_0_search_icon_box {
    height: 0.38rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.xp_5c5035d848_0_search_icon {
    width: 0.2rem;
    height: 0.2rem;
    color: #999;
}

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

.xp_5c5035d848_0_nav_item {
    width: 100%;
    max-width: 2.4rem;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}

.xp_5c5035d848_0_nav_item_name {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 0.2rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    user-select: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

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

.xp_5c5035d848_0_nav_group {
    position: absolute;
    top: 0;
    padding-top: 0.49rem;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: all ease .4s;
    width: 100%;
}

.xp_5c5035d848_0_nav_item:hover .xp_5c5035d848_0_nav_group {
    visibility: visible;
    opacity: 1;
}

.xp_5c5035d848_0_nav_group_item {
    padding: 0.1rem;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--xp-color1);
    color: #fff;
    font-size: 0.18rem;
    cursor: pointer;
    user-select: none;
    transition: all ease .4s;
    border-bottom: 0.01rem solid var(--xp-color2);
}

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

.xp_5c5035d848_0_nav_group_item:hover {
    background-color: var(--xp-color3);
}

.xp_5c5035d848_0_h5 {
    display: none;
}

.xp_5c5035d848_0_h5_zanwei {
    display: none;
}

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

    .xp_5c5035d848_0_container {
        background-color: transparent;
    }

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

    body {
        padding-top: 0.6rem;
    }

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

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

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

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

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

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

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

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

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

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

    .xp_5c5035d848_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: transparent;
        backdrop-filter: blur(4px);
        width: 100%;
        height: 100vh;

    }

    .xp_5c5035d848_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_5c5035d848_0_h5_menu_open {
        visibility: initial;
    }

    .xp_5c5035d848_0_h5_menu_open .xp_5c5035d848_0_h5_menu_content {
        transform: translateX(0);
    }

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

    .xp_5c5035d848_0_h5_menu_logo {
        max-height: 0.6rem;
        max-width: 85vw;
    }

    .xp_5c5035d848_0_h5_menu_logo_box{
        display: flex;
        justify-content: center;
        width:100%;
        margin-bottom: 0.3rem;
    }

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

    .xp_5c5035d848_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_5c5035d848_0_h5_group_title {
        flex: 1;
    }

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

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

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

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

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

    .xp_5c5035d848_0_h5_group_show .xp_5c5035d848_0_h5_list {
        display: flex;
    }

    .xp_5c5035d848_0_h5_group_show .xp_5c5035d848_0_h5_group_icon {
        transform: rotate(90deg);
    }

    .xp_5c5035d848_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_5c5035d848_0_h5_search_open {
        visibility: initial;
    }

    .xp_5c5035d848_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_5c5035d848_0_h5_search_open .xp_5c5035d848_0_h5_inp_box {
        transform: translateY(0);
    }

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

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

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

    .xp_5c5035d848_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_5c5035d848_0_h5_search_open .xp_5c5035d848_0_h5_search_close {
        opacity: 1;
    }

    .xp_5c5035d848_0_h5_search_close_icon {
        width: 0.2rem;
        height: 0.2rem;
        color: #fff;
    }
}
.xp_d0ff2e2cb8_2_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_d0ff2e2cb8_2_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_d0ff2e2cb8_2_tags {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

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

.xp_d0ff2e2cb8_2_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_d0ff2e2cb8_2_title_en {
    font-size: 0.16rem;
    margin-left: 0.04rem;
}   

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

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

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

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

@media screen and (max-width: 800px) {
    .xp_d0ff2e2cb8_2_container {
        width: 100vw;
        margin: 0;
        padding: 0.2rem;
    }
    .xp_d0ff2e2cb8_2_content {
        padding: 0.1rem 0;
        justify-content: center;
    }
    .xp_d0ff2e2cb8_2_tags {
        font-size: 0.12rem;
    }
    .xp_d0ff2e2cb8_2_tag_text {
        display: none;
    }
    .xp_d0ff2e2cb8_2_item {
        font-size: 0.12rem;
    }
    .xp_d0ff2e2cb8_2_icon {
        width: 0.12rem;
        height: 0.12rem;
    }
    .xp_d0ff2e2cb8_2_title_en {
        display: none;
    }
    .xp_d0ff2e2cb8_2_title {
        padding: 0.06rem 0.1rem;
        font-size: 0.14rem;
    }
}.xp_8b09ab3ed7_4_container {
    position: relative;
    width: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    margin: 0rem 0rem 0rem 0rem;
    padding: 0rem 0rem 0rem 0rem;
}

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

.xp_8b09ab3ed7_4_line_box {
    width: 100%;
    cursor: pointer;
    padding: 0.3rem 0.2rem;
    display: flex;
    text-decoration: none;
    font-size: 0.18rem;
    font-weight: bold;
    border-bottom: 0.01rem dashed #cbcbcb;
}

.xp_8b09ab3ed7_4_line_title {
    flex: 1;
}

@media screen and (min-width: 800px) {
    .xp_8b09ab3ed7_4_line_box:hover .xp_8b09ab3ed7_4_line_title,
    .xp_8b09ab3ed7_4_line_box:hover .xp_8b09ab3ed7_4_line_time {
        color: var(--xp-color1);
    }
}

@media screen and (max-width: 800px) {
    .xp_8b09ab3ed7_4_container {
        width: 100vw;
        margin: 0;
        padding: 0.1rem 0.2rem;
        background-image: none;
        background-color: #FFFFFF;
    }
    .xp_8b09ab3ed7_4_line_box {
        font-size: 0.14rem;
        padding: 0.2rem 0;
    }
    .xp_8b09ab3ed7_4_line_time {
        margin-left: 0.2rem;
    }
}   
.xp_2b0549a9a1_1_container {
    position: relative;
    z-index: 1;
    width: 100%;
    background-color: rgb(41,83,156);   
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url('https://img.sxvtc.com/storage/images/20260310/1773124533_69afbbb5aa93e.webp');
    display: flex;
    justify-content: center;
    margin: 0rem 0rem 0rem 0rem;
    padding: 0.4rem 0rem 0.4rem 0rem;
}

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

.xp_2b0549a9a1_1_logo_box {
    width: 6.2rem;
    margin-right: 1rem;
}

.xp_2b0549a9a1_1_logo {
    width: 6.01rem;
    height: 0.6rem;
}

.xp_2b0549a9a1_1_link_box {
    flex: 1;
    width: 0;
    padding-right: 0.4rem;
}

.xp_2b0549a9a1_1_link_item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.1rem;
    color: #FFFFFF;
}

.xp_2b0549a9a1_1_link_title {
    display: flex;
    font-weight: bold;
    font-size: 0.18rem;
    position: relative;
    margin-bottom: 0.2rem;
    color: #FFFFFF;
}

.xp_2b0549a9a1_1_link_title::before {
    position: absolute;
    content: "";
    bottom: -0.06rem;
    left: 0rem;
    width: 0.36rem;
    height: 0.04rem;
    background-color: #FFFFFF;;
}

.xp_2b0549a9a1_1_code_box {
    width: 3rem;
    display: flex;
    align-items: center;
    gap: 0.1rem;
}

.xp_2b0549a9a1_1_code {
    width: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.xp_2b0549a9a1_1_code_img {
    width: 1rem;
    height: 1rem;
    object-fit: cover;
}

.xp_2b0549a9a1_1_code_name {
    margin-top: 0.1rem;
    font-size: 0.14rem;
    color: #ffffff;
}

@media screen and (max-width: 800px) {
    .xp_2b0549a9a1_1_container {
        width: 100vw;
        margin: 0rem 0rem 0rem 0rem;
        padding: 0.2rem 0rem 0.4rem 0rem;
        background-image: none;
        background-color: rgb(41,83,156);   
    }
    
    .xp_2b0549a9a1_1_logo_box {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 0.2rem 0rem;
        margin-right: 0rem;
    }

    .xp_2b0549a9a1_1_logo {
        width: auto;
        max-width: 90%;
        height: 0.4rem;
        object-fit: contain;
    }

    .xp_2b0549a9a1_1_link_title {
        justify-content: center;
    }

    .xp_2b0549a9a1_1_link_title::before {
        left: auto;
    }

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

    .xp_2b0549a9a1_1_link_box {
        flex: none;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-right: 0rem;
        margin-bottom: 0.4rem;
        padding-top: 0.2rem;
    }

    .xp_2b0549a9a1_1_code_box {
        width: 100%;
        justify-content: center;
    }
}
.xp_9c27d9f62e_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_9c27d9f62e_3_font {
    font-family: "DouyinSansBold", sans-serif;
}

.xp_9c27d9f62e_3_content {
    width: 100%;
}

.xp_9c27d9f62e_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_9c27d9f62e_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_9c27d9f62e_3_line_box:hover {
    color: var(--xp-color1);
    background-color: var(--xp-color6);
}

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

.xp_9c27d9f62e_3_line_select .xp_9c27d9f62e_3_hr {
    opacity: 1;
}

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

.xp_9c27d9f62e_3_app_next {
    display: none;
}

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