.xp_1c350419bf_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_1c350419bf_0_content {
    width: 100%;
    height: 1.5rem;
    display: flex;
    justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

.xp_1c350419bf_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_1c350419bf_0_nav_item:hover .xp_1c350419bf_0_nav_group {
    display: block;
}

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

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

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

.xp_1c350419bf_0_head {
    width: 100%;
}

.xp_1c350419bf_0_h5 {
    display: none;
}

.xp_1c350419bf_0_h5_zanwei {
     display: none;
}

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

    .xp_1c350419bf_0_container {
        background-color: transparent;
    }

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

    body {
        padding-top: 0.6rem;
    }

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

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

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

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

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

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

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

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

    .xp_1c350419bf_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_1c350419bf_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_1c350419bf_0_h5_menu_open {
        visibility: initial;
    }

    .xp_1c350419bf_0_h5_menu_open .xp_1c350419bf_0_h5_menu_content {
        transform: translateX(0);
    }

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

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

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

    .xp_1c350419bf_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_1c350419bf_0_h5_group_title {
        flex: 1;
    }

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

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

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

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

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

    .xp_1c350419bf_0_h5_group_show .xp_1c350419bf_0_h5_list {
        display: flex;
    }

    .xp_1c350419bf_0_h5_group_show .xp_1c350419bf_0_h5_group_icon {
        transform: rotate(90deg);
    }

    .xp_1c350419bf_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_1c350419bf_0_h5_search_open {
        visibility: initial;
    }

    .xp_1c350419bf_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_1c350419bf_0_h5_search_open .xp_1c350419bf_0_h5_inp_box {
        transform: translateY(0);
    }

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

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

    .xp_1c350419bf_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_1c350419bf_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_1c350419bf_0_h5_search_open .xp_1c350419bf_0_h5_search_close {
        opacity: 1;
    }

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

.xp_f0f518e1ce_3_content {
    width: 100%;
    max-width: var(--xp-content-width);
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xp_f0f518e1ce_3_banner {
    width: 100%;
    height: 40vh;
}

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

.xp_f0f518e1ce_3_banner_item_img {
    width: 100%;
    height: 100%;
    display: flex;
    transform: scale(1) rotateX(360deg);
    object-fit: cover;
    transition: transform linear 5s;
}

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

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

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

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

.xp_f0f518e1ce_3_pre {
    left: 0.4rem;
}

.xp_f0f518e1ce_3_next {
    right: 0.4rem;
}

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

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

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

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

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

    .xp_f0f518e1ce_3_button {
        display: none;
    }

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

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

    .xp_f0f518e1ce_3_index_item_select {
        width: 0.3rem;
        height: 0.1rem;
    }
}


.xp_title_b3a8e588c3_2_container2 {
    width: 100%;
    display: flex;
    position: relative;
    user-select: none;
    align-items: center;
    margin-bottom: 0.4rem;
    background-color: #f0f0f0;
    padding-right: 0.15rem;
}

.xp_title_b3a8e588c3_2_2_item {
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.1rem 0.2rem;
    position: relative;
    background-color: var(--xp-color2);
    cursor: pointer;
}

.xp_title_b3a8e588c3_2_2_title {
    font-size: 0.2rem;
    line-height: 0.2rem;
}

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

.xp_title_b3a8e588c3_2_2_more {
    color: var(--xp-color1);
    font-size: 0.18rem;
    line-height: 0.18rem;
    cursor: pointer;
    padding: 0.1rem;
    user-select: none;
}
.xp_title_b3a8e588c3_2_select {
    background-color: var(--xp-color1);
}

.xp_title_b3a8e588c3_2_select::after {
    width: 0;
    height: 0;
    border-right: 0.1rem solid transparent;
    border-left: 0.1rem solid transparent;
    border-top: 0.08rem solid var(--xp-color1);
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -0.1rem;
    margin-top: 0.4rem;
    z-index: 1;
}

@media screen and (max-width: 800px) {
    .xp_title_b3a8e588c3_2_container1,.xp_title_b3a8e588c3_2_container2 {
        margin-bottom: 0.2rem;
    }

    .xp_title_b3a8e588c3_2_1_title {
        font-size: 0.16rem;
        line-height: 0.16rem;
        padding: 0.1rem 0.15rem;
    }

    .xp_title_b3a8e588c3_2_2_item {
        padding: 0.1rem 0.15rem;
    }

    .xp_title_b3a8e588c3_2_2_title  {
        font-size: 0.16rem;
        line-height: 0.16rem;
    }

    .xp_title_b3a8e588c3_2_select::after {
        margin-top: 0.35rem;
    }

    .xp_title_b3a8e588c3_2_2_more {
        font-size: 0.14rem;
        line-height: 0.14rem;
        padding: 0.05rem;
    }
}


.xp_b3a8e588c3_2_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_b3a8e588c3_2_title {
    width: 100%;
    max-width: var(--xp-content-width);
}

.xp_b3a8e588c3_2_content {
    width: 100%;
    max-width: var(--xp-content-width);
    display: grid;
    align-items: center;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.4rem;
}

.xp_b3a8e588c3_2_item {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.2rem 0;
    cursor: pointer;
}

.xp_b3a8e588c3_2_item_date_icon {
    width: 0.2rem;
    height: 0.2rem;
    color: #666;
    margin-right: 0.1rem;
}

.xp_b3a8e588c3_2_item_date_text {
    color: #666;
    font-size: 0.14rem;
}

.xp_b3a8e588c3_2_item_cover {
    width: 100%;
    height: 2.8rem;
    overflow: hidden;
}

.xp_b3a8e588c3_2_item_cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease .4s;
}

.xp_b3a8e588c3_2_item:hover .xp_b3a8e588c3_2_item_cover img {
    transform: scale(1.1);
}

.xp_b3a8e588c3_2_item_content {
    width: 90%;
    background-color: #fff;
    position: relative;
    margin-top: -0.4rem;
    padding: 0.2rem;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 4px 0px;
}

.xp_b3a8e588c3_2_item_title {
    width: 100%;
    font-size: 0.18rem;
    font-weight: bold;
    position: relative;
    height: 0.6rem;
    line-height: 0.3rem;
}

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

.xp_b3a8e588c3_2_item_date {
    margin-top: 0.1rem;
    color: #666;
    display: flex;
    align-items: center;
    font-size: 0.18rem;
}

.xp_b3a8e588c3_2_item_intro {
    width: 100%;
    line-height: 0.24rem;
    margin-top: 0.1rem;
    color: #666;
    font-size: 0.18rem;
}

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

    .xp_b3a8e588c3_2_content {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 0.2rem;
    }

    .xp_b3a8e588c3_2_item_cover {
        height: 2.2rem;
    }

    .xp_b3a8e588c3_2_item_title {
        font-size: 0.16rem;
    }

    .xp_b3a8e588c3_2_item {
        padding: 0rem;
    }

    .xp_b3a8e588c3_2_item_date {
        font-size: 0.14rem;
    }

    .xp_b3a8e588c3_2_item_intro{
        font-size: 0.14rem;
    }

    .xp_b3a8e588c3_2_item_content{
        width: 100%;
        box-shadow: none;
    }
}
 

.xp_title_4861a8f1e5_4_container2 {
    width: 100%;
    display: flex;
    position: relative;
    user-select: none;
    align-items: center;
    margin-bottom: 0.4rem;
    background-color: #f0f0f0;
    padding-right: 0.15rem;
}

.xp_title_4861a8f1e5_4_2_item {
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.1rem 0.2rem;
    position: relative;
    background-color: var(--xp-color2);
    cursor: pointer;
}

.xp_title_4861a8f1e5_4_2_title {
    font-size: 0.2rem;
    line-height: 0.2rem;
}

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

.xp_title_4861a8f1e5_4_2_more {
    color: var(--xp-color1);
    font-size: 0.18rem;
    line-height: 0.18rem;
    cursor: pointer;
    padding: 0.1rem;
    user-select: none;
}
.xp_title_4861a8f1e5_4_select {
    background-color: var(--xp-color1);
}

.xp_title_4861a8f1e5_4_select::after {
    width: 0;
    height: 0;
    border-right: 0.1rem solid transparent;
    border-left: 0.1rem solid transparent;
    border-top: 0.08rem solid var(--xp-color1);
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -0.1rem;
    margin-top: 0.4rem;
    z-index: 1;
}

@media screen and (max-width: 800px) {
    .xp_title_4861a8f1e5_4_container1,.xp_title_4861a8f1e5_4_container2 {
        margin-bottom: 0.2rem;
    }

    .xp_title_4861a8f1e5_4_1_title {
        font-size: 0.16rem;
        line-height: 0.16rem;
        padding: 0.1rem 0.15rem;
    }

    .xp_title_4861a8f1e5_4_2_item {
        padding: 0.1rem 0.15rem;
    }

    .xp_title_4861a8f1e5_4_2_title  {
        font-size: 0.16rem;
        line-height: 0.16rem;
    }

    .xp_title_4861a8f1e5_4_select::after {
        margin-top: 0.35rem;
    }

    .xp_title_4861a8f1e5_4_2_more {
        font-size: 0.14rem;
        line-height: 0.14rem;
        padding: 0.05rem;
    }
}


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

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

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

 .xp_4861a8f1e5_4_list {
     width: 100%;
     display: grid;
     grid-template-columns: repeat(4, minmax(0, 1fr));
     gap: 0.2rem;
 }

 .xp_4861a8f1e5_4_item {
     width: 100%;
     height: 1rem;
     display: flex;
     align-items: center;
     background-color: #FFFFFF;
     box-shadow: 0 0 0.100px 0.200px #f0f0f0;
 }

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

 .xp_4861a8f1e5_4_item_date {
     width: 1rem;
     height: 100%;
     padding: 0.1rem;
 }

 .xp_4861a8f1e5_4_item_m {
     background-color: var(--xp-color1);
     color: #FFFFFF;
     height: 45%;
     display: flex;
     justify-content: center;
     align-items: center;
     font-size: 0.16rem;
 }

 .xp_4861a8f1e5_4_item_d {
     width: 100%;
     height: 55%;
     font-weight: bold;
     color: var(--xp-color1);
     font-size: 0.28rem;
     display: flex;
     align-items: center;
     justify-content: center;
     border: 0.01rem solid var(--xp-color6);
     border-top: none;
 }

.xp_4861a8f1e5_4_item_title {
     flex: 1;
     font-weight: 600;
     padding: 0 0.1rem 0 0.1rem;
     font-size: 0.18rem;
     text-align: justify;
}

@media screen and (max-width: 800px) {
    .xp_4861a8f1e5_4_container {
        background-image: none;
        margin: 0;
        padding: 0.2rem;
    }
    
    .xp_4861a8f1e5_4_list {
       width: 100%;
       display: grid;
       grid-template-columns: repeat(1, minmax(0, 1fr));
       gap: 0.1rem;
    }

    .xp_4861a8f1e5_4_item {
        width: 100%;
        height: 0.6rem;
    }

    .xp_4861a8f1e5_4_item_title {
        font-size: 0.14rem;
    }

    .xp_4861a8f1e5_4_item_m {
        font-size: 0.12rem;
    }

    .xp_4861a8f1e5_4_item_d {
        font-size: 0.2rem;
    }

    .xp_4861a8f1e5_4_item_date {
        padding: 0rem;
        width: 0.75rem;
    }
}
 

.xp_title_e7bbbcf95b_5_container2 {
    width: 100%;
    display: flex;
    position: relative;
    user-select: none;
    align-items: center;
    margin-bottom: 0.4rem;
    background-color: #f0f0f0;
    padding-right: 0.15rem;
}

.xp_title_e7bbbcf95b_5_2_item {
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.1rem 0.2rem;
    position: relative;
    background-color: var(--xp-color2);
    cursor: pointer;
}

.xp_title_e7bbbcf95b_5_2_title {
    font-size: 0.2rem;
    line-height: 0.2rem;
}

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

.xp_title_e7bbbcf95b_5_2_more {
    color: var(--xp-color1);
    font-size: 0.18rem;
    line-height: 0.18rem;
    cursor: pointer;
    padding: 0.1rem;
    user-select: none;
}
.xp_title_e7bbbcf95b_5_select {
    background-color: var(--xp-color1);
}

.xp_title_e7bbbcf95b_5_select::after {
    width: 0;
    height: 0;
    border-right: 0.1rem solid transparent;
    border-left: 0.1rem solid transparent;
    border-top: 0.08rem solid var(--xp-color1);
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -0.1rem;
    margin-top: 0.4rem;
    z-index: 1;
}

@media screen and (max-width: 800px) {
    .xp_title_e7bbbcf95b_5_container1,.xp_title_e7bbbcf95b_5_container2 {
        margin-bottom: 0.2rem;
    }

    .xp_title_e7bbbcf95b_5_1_title {
        font-size: 0.16rem;
        line-height: 0.16rem;
        padding: 0.1rem 0.15rem;
    }

    .xp_title_e7bbbcf95b_5_2_item {
        padding: 0.1rem 0.15rem;
    }

    .xp_title_e7bbbcf95b_5_2_title  {
        font-size: 0.16rem;
        line-height: 0.16rem;
    }

    .xp_title_e7bbbcf95b_5_select::after {
        margin-top: 0.35rem;
    }

    .xp_title_e7bbbcf95b_5_2_more {
        font-size: 0.14rem;
        line-height: 0.14rem;
        padding: 0.05rem;
    }
}


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

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

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

.xp_e7bbbcf95b_5_content_item {
    flex: 1;
    margin-left: 0.2rem;
    transition: all ease .4s;
}

.xp_e7bbbcf95b_5_content_item:hover {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 4px 0px;
    transform: translateY(-0.2rem);
}

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

.xp_e7bbbcf95b_5_content_img {
    position: relative;
    overflow: hidden;
    height: 1.8rem;
}

.xp_e7bbbcf95b_5_item_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease .7s;
}

.xp_e7bbbcf95b_5_content_item:hover .xp_e7bbbcf95b_5_item_img {
    transform: scale(1.1);
}

.xp_e7bbbcf95b_5_item_title {
    width: 100%;
    height: 0.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    font-size: 0.18rem;
    transition: all ease .7s;
}

.xp_e7bbbcf95b_5_content_item:hover  .xp_e7bbbcf95b_5_item_title {
    background-color: #fff;
    font-weight: bold;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    color: var(--xp-color1)
}

@media screen and (max-width: 800px) {
    .xp_e7bbbcf95b_5_container {
        width: 100vw;
        background-image: none;
        background-color: transparent;
        margin: 0rem 0rem 0rem 0rem;
        padding: 0rem 0rem 0rem 0rem;
    }
    
    .xp_e7bbbcf95b_5_content {
        flex-direction: column;
        gap: 0.2rem;
    }

    .xp_e7bbbcf95b_5_content_img {
        height: 2rem;
    }

    .xp_e7bbbcf95b_5_item_title {
        height: 0.5rem;
        font-size: 0.14rem;
        background: #fff;
        padding: 0px 0.2rem;
    }

    .xp_e7bbbcf95b_5_content_item {
        width: 100%;
        flex: none;
        margin-left: 0;
    }
}


.xp_title_a7ffbef8c1_0_container2 {
    width: 100%;
    display: flex;
    position: relative;
    user-select: none;
    align-items: center;
    margin-bottom: 0.4rem;
    background-color: #f0f0f0;
    padding-right: 0.15rem;
}

.xp_title_a7ffbef8c1_0_2_item {
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.1rem 0.2rem;
    position: relative;
    background-color: var(--xp-color2);
    cursor: pointer;
}

.xp_title_a7ffbef8c1_0_2_title {
    font-size: 0.2rem;
    line-height: 0.2rem;
}

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

.xp_title_a7ffbef8c1_0_2_more {
    color: var(--xp-color1);
    font-size: 0.18rem;
    line-height: 0.18rem;
    cursor: pointer;
    padding: 0.1rem;
    user-select: none;
}
.xp_title_a7ffbef8c1_0_select {
    background-color: var(--xp-color1);
}

.xp_title_a7ffbef8c1_0_select::after {
    width: 0;
    height: 0;
    border-right: 0.1rem solid transparent;
    border-left: 0.1rem solid transparent;
    border-top: 0.08rem solid var(--xp-color1);
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -0.1rem;
    margin-top: 0.4rem;
    z-index: 1;
}

@media screen and (max-width: 800px) {
    .xp_title_a7ffbef8c1_0_container1,.xp_title_a7ffbef8c1_0_container2 {
        margin-bottom: 0.2rem;
    }

    .xp_title_a7ffbef8c1_0_1_title {
        font-size: 0.16rem;
        line-height: 0.16rem;
        padding: 0.1rem 0.15rem;
    }

    .xp_title_a7ffbef8c1_0_2_item {
        padding: 0.1rem 0.15rem;
    }

    .xp_title_a7ffbef8c1_0_2_title  {
        font-size: 0.16rem;
        line-height: 0.16rem;
    }

    .xp_title_a7ffbef8c1_0_select::after {
        margin-top: 0.35rem;
    }

    .xp_title_a7ffbef8c1_0_2_more {
        font-size: 0.14rem;
        line-height: 0.14rem;
        padding: 0.05rem;
    }
}


.xp_a7ffbef8c1_0_container {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0rem 0rem 0rem 0rem;
    padding: 0rem 0rem 0rem 0rem;
}

.xp_a7ffbef8c1_0_title {
    width: 100%;
}

.xp_a7ffbef8c1_0_content {
    width: 100%;
    flex: 1;
    height: 0;
    display: flex;
    flex-direction: column;
}

.xp_a7ffbef8c1_0_list {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.xp_a7ffbef8c1_0_line {
    width: 100%;
}

.xp_a7ffbef8c1_0_line_box {
    width: 100%;
    display: flex;
    font-size: 0.18rem;
    align-items: center;
}

.xp_a7ffbef8c1_0_line_box_icon{
    width: 0.08rem;
    height: 0.08rem;
    background-color: var(--xp-color1);
    margin-right: 0.08rem;
}

.xp_a7ffbef8c1_0_line_title {
    flex: 1;
    width: 0;
    margin-right: 0.2rem;
}

.xp_a7ffbef8c1_0_line_time {
    color: #999999;
    font-family: sans-serif;
}

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

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

    .xp_a7ffbef8c1_0_content {
        flex: none;
        height: auto;
    }

    .xp_a7ffbef8c1_0_line {
        margin-bottom: 0.2rem;
    }

    .xp_a7ffbef8c1_0_line:last-child {
        margin-bottom: 0;
    }

    .xp_a7ffbef8c1_0_line_box {
        font-size: 0.14rem;   
    }
}



.xp_title_0967cb14ef_1_container2 {
    width: 100%;
    display: flex;
    position: relative;
    user-select: none;
    align-items: center;
    margin-bottom: 0.4rem;
    background-color: #f0f0f0;
    padding-right: 0.15rem;
}

.xp_title_0967cb14ef_1_2_item {
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.1rem 0.2rem;
    position: relative;
    background-color: var(--xp-color2);
    cursor: pointer;
}

.xp_title_0967cb14ef_1_2_title {
    font-size: 0.2rem;
    line-height: 0.2rem;
}

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

.xp_title_0967cb14ef_1_2_more {
    color: var(--xp-color1);
    font-size: 0.18rem;
    line-height: 0.18rem;
    cursor: pointer;
    padding: 0.1rem;
    user-select: none;
}
.xp_title_0967cb14ef_1_select {
    background-color: var(--xp-color1);
}

.xp_title_0967cb14ef_1_select::after {
    width: 0;
    height: 0;
    border-right: 0.1rem solid transparent;
    border-left: 0.1rem solid transparent;
    border-top: 0.08rem solid var(--xp-color1);
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -0.1rem;
    margin-top: 0.4rem;
    z-index: 1;
}

@media screen and (max-width: 800px) {
    .xp_title_0967cb14ef_1_container1,.xp_title_0967cb14ef_1_container2 {
        margin-bottom: 0.2rem;
    }

    .xp_title_0967cb14ef_1_1_title {
        font-size: 0.16rem;
        line-height: 0.16rem;
        padding: 0.1rem 0.15rem;
    }

    .xp_title_0967cb14ef_1_2_item {
        padding: 0.1rem 0.15rem;
    }

    .xp_title_0967cb14ef_1_2_title  {
        font-size: 0.16rem;
        line-height: 0.16rem;
    }

    .xp_title_0967cb14ef_1_select::after {
        margin-top: 0.35rem;
    }

    .xp_title_0967cb14ef_1_2_more {
        font-size: 0.14rem;
        line-height: 0.14rem;
        padding: 0.05rem;
    }
}


.xp_0967cb14ef_1_container {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0rem 0rem 0rem 0rem;
    padding: 0rem 0rem 0rem 0rem;
}

.xp_0967cb14ef_1_title {
    width: 100%;
}

.xp_0967cb14ef_1_content {
    width: 100%;
    flex: 1;
    height: 0;
    display: flex;
    flex-direction: column;
}

.xp_0967cb14ef_1_list {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.xp_0967cb14ef_1_line {
    width: 100%;
}

.xp_0967cb14ef_1_line_box {
    width: 100%;
    display: flex;
    font-size: 0.18rem;
    align-items: center;
}

.xp_0967cb14ef_1_line_box_icon{
    width: 0.08rem;
    height: 0.08rem;
    background-color: var(--xp-color1);
    margin-right: 0.08rem;
}

.xp_0967cb14ef_1_line_title {
    flex: 1;
    width: 0;
    margin-right: 0.2rem;
}

.xp_0967cb14ef_1_line_time {
    color: #999999;
    font-family: sans-serif;
}

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

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

    .xp_0967cb14ef_1_content {
        flex: none;
        height: auto;
    }

    .xp_0967cb14ef_1_line {
        margin-bottom: 0.2rem;
    }

    .xp_0967cb14ef_1_line:last-child {
        margin-bottom: 0;
    }

    .xp_0967cb14ef_1_line_box {
        font-size: 0.14rem;   
    }
}



.xp_7d7f0c60f1_6_container {
    position: relative;
    z-index: 1;
    width: 100%;
    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_7d7f0c60f1_6_content {
    width: 100%;
    max-width: var(--xp-content-width);
    height: 3.2rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.xp_7d7f0c60f1_6_title {
    width: var(--xp-content-width);
}

.xp_7d7f0c60f1_6_content_item {
    flex: 1;
    width: 0;
    height: 100%;
}

.xp_7d7f0c60f1_6_content_placeholder {
    width: 100%;
    height: 100%;
    position: relative;
    border: 0.01rem dashed #555;
}

.xp_7d7f0c60f1_6_content_item:first-child .xp_7d7f0c60f1_6_content_placeholder {
    border-left: 0.01rem dashed #555;
}

.xp_7d7f0c60f1_6_content_placeholder_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.23rem;
    color: #555;
}

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

    .xp_7d7f0c60f1_6_title {
        width: 100%;
    }

    .xp_7d7f0c60f1_6_content {
        width: 100%;
        height: fit-content;
        flex-direction: column;
        gap: 0;
    }

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

.xp_title_bb221f91d1_7_container2 {
    width: 100%;
    display: flex;
    position: relative;
    user-select: none;
    align-items: center;
    margin-bottom: 0.4rem;
    background-color: #f0f0f0;
    padding-right: 0.15rem;
}

.xp_title_bb221f91d1_7_2_item {
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.1rem 0.2rem;
    position: relative;
    background-color: var(--xp-color2);
    cursor: pointer;
}

.xp_title_bb221f91d1_7_2_title {
    font-size: 0.2rem;
    line-height: 0.2rem;
}

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

.xp_title_bb221f91d1_7_2_more {
    color: var(--xp-color1);
    font-size: 0.18rem;
    line-height: 0.18rem;
    cursor: pointer;
    padding: 0.1rem;
    user-select: none;
}
.xp_title_bb221f91d1_7_select {
    background-color: var(--xp-color1);
}

.xp_title_bb221f91d1_7_select::after {
    width: 0;
    height: 0;
    border-right: 0.1rem solid transparent;
    border-left: 0.1rem solid transparent;
    border-top: 0.08rem solid var(--xp-color1);
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -0.1rem;
    margin-top: 0.4rem;
    z-index: 1;
}

@media screen and (max-width: 800px) {
    .xp_title_bb221f91d1_7_container1,.xp_title_bb221f91d1_7_container2 {
        margin-bottom: 0.2rem;
    }

    .xp_title_bb221f91d1_7_1_title {
        font-size: 0.16rem;
        line-height: 0.16rem;
        padding: 0.1rem 0.15rem;
    }

    .xp_title_bb221f91d1_7_2_item {
        padding: 0.1rem 0.15rem;
    }

    .xp_title_bb221f91d1_7_2_title  {
        font-size: 0.16rem;
        line-height: 0.16rem;
    }

    .xp_title_bb221f91d1_7_select::after {
        margin-top: 0.35rem;
    }

    .xp_title_bb221f91d1_7_2_more {
        font-size: 0.14rem;
        line-height: 0.14rem;
        padding: 0.05rem;
    }
}


.xp_bb221f91d1_7_container {
    position: relative;
    width: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: rgba(255,255,255,0);   
    margin: 0rem 0rem 0rem 0rem;
    padding: 0.4rem 0rem 0.6rem 0rem;
}

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

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

.xp_bb221f91d1_7_content_item {
    flex: 1;
    margin-left: 0.2rem;
    transition: all ease .4s;
}

.xp_bb221f91d1_7_content_item:hover {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 4px 0px;
    transform: translateY(-0.2rem);
}

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

.xp_bb221f91d1_7_content_img {
    position: relative;
    overflow: hidden;
    height: 1.8rem;
}

.xp_bb221f91d1_7_item_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease .7s;
}

.xp_bb221f91d1_7_content_item:hover .xp_bb221f91d1_7_item_img {
    transform: scale(1.1);
}

.xp_bb221f91d1_7_item_title {
    width: 100%;
    height: 0.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    font-size: 0.18rem;
    transition: all ease .7s;
}

.xp_bb221f91d1_7_content_item:hover  .xp_bb221f91d1_7_item_title {
    background-color: #fff;
    font-weight: bold;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    color: var(--xp-color1)
}

@media screen and (max-width: 800px) {
    .xp_bb221f91d1_7_container {
        width: 100vw;
        background-image: none;
        background-color: transparent;
        margin: 0rem 0rem 0rem 0rem;
        padding: 0rem 0.2rem 0.2rem 0.2rem;
    }
    
    .xp_bb221f91d1_7_content {
        flex-direction: column;
        gap: 0.2rem;
    }

    .xp_bb221f91d1_7_content_img {
        height: 2rem;
    }

    .xp_bb221f91d1_7_item_title {
        height: 0.5rem;
        font-size: 0.14rem;
        background: #fff;
        padding: 0px 0.2rem;
    }

    .xp_bb221f91d1_7_content_item {
        width: 100%;
        flex: none;
        margin-left: 0;
    }
}
.xp_83903b1078_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_83903b1078_1_content {
    max-width: var(--xp-content-width);
    width: 100%;
}

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

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

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

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

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

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

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

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

.xp_83903b1078_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_83903b1078_1_bottom a {
    margin: 0 0.1rem;
    color: rgb(255,255,255);
    display: flex;
    align-items: center;
}

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

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

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

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

.xp_83903b1078_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_83903b1078_1_links {
    width: 3.4rem;
    display: flex;
    flex-direction: column;
}

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

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

.xp_83903b1078_1_link_item:hover {
    color: #f0f0f0;
}

.xp_83903b1078_1_text_color{
    color: #FFFFFF;
}

.xp_83903b1078_1_link_color {
    color: #FFFFFF;
}

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

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

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

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

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

    .xp_83903b1078_1_links {
        width: 100%;
    }

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

    .xp_83903b1078_1_code_item img {
        height: 1rem;
    }

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

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

    .xp_83903b1078_1_top_head_title::after {
        display: none;
    }

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

    .xp_83903b1078_1_link_item {
        font-size: 0.14rem;
    }

    .xp_83903b1078_1_text_item {
        font-size: 0.14rem;
    }

    .xp_83903b1078_1_bottom a {
        font-size: 0.14rem;
    }
}
