.xp_06f1db405d_1_container {
    position: relative;
    z-index: 1000;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: var(--xp-color1);
}

.xp_06f1db405d_1_head {
    width: 100%;
    height: 2.3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.xp_06f1db405d_1_content_box {
    width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("https://www.sxvtc.com/_icon/24b6c7c0-8c48-4024-a7ca-71c90255a8b0.webp");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
}

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

.xp_06f1db405d_1_logo {
    width: 7.27rem;
    height: 0.97rem;
}

.xp_06f1db405d_1_logo img {
    width: 100%;
    height: 100%;
}

.xp_06f1db405d_1_right_box {
    width: 4rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

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

.xp_06f1db405d_1_link {
    position: relative;
    margin-left: 0.4rem;
    color: #f0f0f0;
    font-weight: 500;
    font-size: 0.16rem;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.xp_06f1db405d_1_link::before {
    position: absolute;
    left: -0.2rem;
    width: 0.06rem;
    height: 0.06rem;
    border: 0.02rem solid var(--xp-color2);
    content: "";
    border-radius: 50%;
}

.xp_06f1db405d_1_link:hover::before {
    border: 0.02rem solid #fff;
}

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

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

.xp_06f1db405d_1_search {
    width: 2.8rem;
    height: 0.36rem;
    background-color: #fff;
    margin-top: 0.2rem;
    display: flex;
    align-items: center;
    padding: 0 0.14rem;
}

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

.xp_06f1db405d_1_search_icon {
    width: 0.16rem;
    height: 0.16rem;
    color: var(--xp-color1);
}

.xp_06f1db405d_1_nav_box {
    width: 100%;
    height: 0.6rem;
    display: flex;
    justify-content: center;
    background-image: url("https://www.sxvtc.com/_icon/387612d3-2860-4adc-bf6f-906d7768254c.webp");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
}

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

.xp_06f1db405d_1_nav {
    width: 100%;
    height: 100%;
    user-select: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.xp_06f1db405d_1_nav::before {
    position: absolute;
    left: 0;
    height: 0.14rem;
    border-left: 0.01rem solid #999;
    content: "";
}

.xp_06f1db405d_1_nav:first-child::before {
    display: none;
}

.xp_06f1db405d_1_nav_title {
    color: #f0f0f0;
    font-size: 0.20rem;
}

.xp_06f1db405d_1_nav_title:hover {
    color: #FFFFFF;
}

.xp_06f1db405d_1_nav_group {
    position: absolute;
    top: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all ease .4s;
    transform: scale(0);
}

.xp_06f1db405d_1_nav_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--xp-color1);
    opacity: .9;
}

.xp_06f1db405d_1_nav:hover .xp_06f1db405d_1_nav_group {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.xp_06f1db405d_1_nav_item_icon {
    position: absolute;
    left: 0;
    color: #fff;
    width: 0.14rem;
    height: 0.14rem;
}

.xp_06f1db405d_1_nav_item {
    z-index: 2;
    position: relative;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.1rem 0.2rem;
    text-align: center;
    font-weight: bold;
    font-size: 0.18rem;
}

.xp_06f1db405d_1_nav_item:hover {
    background-color: rgba(0, 0, 0, .2);
}

.xp_06f1db405d_1_h5 {
    display: none;
}

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

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

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

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

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

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

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

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

    .xp_06f1db405d_1_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_06f1db405d_1_h5_menu_open {
        visibility: initial;
    }

    .xp_06f1db405d_1_h5_menu_open .xp_06f1db405d_1_h5_menu_content {
        transform: translateX(0);
    }

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

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

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

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

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

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

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

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

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

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

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

    .xp_06f1db405d_1_h5_group_show .xp_06f1db405d_1_h5_list {
        display: flex;
    }

    .xp_06f1db405d_1_h5_group_show .xp_06f1db405d_1_h5_group_icon {
        transform: rotate(90deg);
    }

    .xp_06f1db405d_1_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_06f1db405d_1_h5_search_open {
        visibility: initial;
    }

    .xp_06f1db405d_1_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_06f1db405d_1_h5_search_open .xp_06f1db405d_1_h5_inp_box {
        transform: translateY(0);
    }

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

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

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

    .xp_06f1db405d_1_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_06f1db405d_1_h5_search_open .xp_06f1db405d_1_h5_search_close {
        opacity: 1;
    }

    .xp_06f1db405d_1_h5_search_close_icon {
        width: 0.2rem;
        height: 0.2rem;
        color: #fff;
    }
}
.xp_0a40ef50af_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_0a40ef50af_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_0a40ef50af_2_tags {
    flex: 1;
    width: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    overflow: auto;
}

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

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

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

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

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

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

.xp_0a40ef50af_2_en_title {
    font-size: 0.16rem;
}

@media screen and (max-width: 800px) {
    .xp_0a40ef50af_2_container {
        width: 100vw;
        margin: 0;
        padding: 0.2rem;
    }
    .xp_0a40ef50af_2_content {
        justify-content: center;
    }
    .xp_0a40ef50af_2_tag_text {
        font-size: 0.12rem;
    }
    .xp_0a40ef50af_2_icon1 {
        width: 0.12rem;
        height: 0.12rem;
    }
    .xp_0a40ef50af_2_tag_text {
        display: none;
    }
    .xp_0a40ef50af_2_icon {
        width: 0.1rem;
        height: 0.1rem;
    }
    .xp_0a40ef50af_2_item {
        font-size: 0.14rem;
    }
    .xp_0a40ef50af_2_title {   
        display: none;
    }
}.xp_44ae5a6ee6_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: 0rem 0rem 0.6rem 0rem;
}

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

.xp_44ae5a6ee6_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_44ae5a6ee6_4_line_title {
    flex: 1;
}

@media screen and (min-width: 800px) {
    .xp_44ae5a6ee6_4_line_box:hover .xp_44ae5a6ee6_4_line_title,
    .xp_44ae5a6ee6_4_line_box:hover .xp_44ae5a6ee6_4_line_time {
        color: var(--xp-color1);
    }
}

@media screen and (max-width: 800px) {
    .xp_44ae5a6ee6_4_container {
        width: 100vw;
        margin: 0;
        padding: 0.1rem 0.2rem;
        background-image: none;
        background-color: #FFFFFF;
    }
    .xp_44ae5a6ee6_4_line_box {
        font-size: 0.14rem;
        padding: 0.2rem 0;
    }
    .xp_44ae5a6ee6_4_line_time {
        margin-left: 0.2rem;
    }
}   
.xp_7f675e7909_0_container {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-image: url("https://yzzy-img.schoolpi.net/storage/images/20260102/1767321363_69572f13d3516.webp");
    background-color: #FFFFFF;
    margin: 0rem 0rem 0rem 0rem;
    padding: 0.4rem 0rem 0.4rem 0rem;
}

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

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

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

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

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

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

.xp_7f675e7909_0_line1_img {
    height: 0.49rem;
    width: 3.7rem;
    margin-bottom: 0.3rem;
}

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

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

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

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

.xp_7f675e7909_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_7f675e7909_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_7f675e7909_0_lin2_box {
    display: flex;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.xp_7f675e7909_0_title_color {
    color: #FFFFFF;
}

.xp_7f675e7909_0_text_color {
    color: #FFFFFF;
}

.xp_7f675e7909_0_link_color {
    color: #FFFFFF;
}

.xp_7f675e7909_0_code_color {
    color: #FFFFFF;
}

.xp_7f675e7909_0_h5 {
     display: none;
}

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

    .xp_7f675e7909_0_content {
        display: none;
    }

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

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

    .xp_7f675e7909_0_h5_logo_img {
        width: 100%;
    }

    .xp_7f675e7909_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_7f675e7909_0_copyright_item {
        font-size: 0.14rem;
        margin-top: 0.06rem;
    }

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

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

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

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

    .xp_7f675e7909_0_h5_title {
        font-weight: bold;
    }

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

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

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

    .xp_7f675e7909_0_h5_code_name {
        height: 0.5rem;
        line-height: 0.5rem;
        font-size: 0.14rem;
    }
}
.xp_8f6b961ed9_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_8f6b961ed9_3_content {
    width: 100%;
    background-color: var(--xp-color1);
    padding-left: 0.06rem;
}

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

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

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

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

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

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

.xp_8f6b961ed9_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_8f6b961ed9_3_line_icon {
    width: 0.24rem;
    height: 0.24rem;
    transition: all ease .4s;
}

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

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

.xp_8f6b961ed9_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_8f6b961ed9_3_item::before {
    width: 0.08rem;
    height: 0.08rem;
    position: absolute;
    left: 0.1rem;
    content: "";
    transform: rotate(45deg);
    background-color: #999;
}

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

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

.xp_8f6b961ed9_3_menu_open .xp_8f6b961ed9_3_list_box {
    max-height: 10rem;
    overflow: visible;
}

.xp_8f6b961ed9_3_menu_open .xp_8f6b961ed9_3_list {
    transform: translateY(0);
}

.xp_8f6b961ed9_3_menu_open .xp_8f6b961ed9_3_line_icon {
    transform: rotate(90deg);
}

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

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

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

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