html {
    --xp-content-width: 16rem;
    --xp-color1: #153E77;
    --xp-color2: #2c5997;
    --xp-color3: #365580;
    --xp-color4: #4d6586;
    --xp-color5: #9bb0cc;
    --xp-color6: #d0d6df;
}.xp_bf6e923c83_2_container {
    position: relative;
    z-index: 1000;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: ;   
    margin: 0rem 0rem 0rem 0rem;
    padding: 0rem 0rem 0rem 0rem;
}

.xp_bf6e923c83_2_content {
    width: 100%;
    height: 1.5rem;
    display: flex;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url('https://yzzy-img.schoolpi.net/storage/images/20250103/1735896546_6777ade2790da.png');
}

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

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

.xp_bf6e923c83_2_logo_img {
    width: 4.2rem;
    height: 0.8rem;
}

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

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

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

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

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

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

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

.xp_bf6e923c83_2_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_bf6e923c83_2_nav_item:hover .xp_bf6e923c83_2_nav_group {
    display: block;
}

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

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

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

.xp_bf6e923c83_2_head {
    width: 100%;
}

.xp_bf6e923c83_2_h5 {
    display: none;
}

.xp_bf6e923c83_2_h5_zanwei {
     display: none;
}

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

    .xp_bf6e923c83_2_container {
        background-color: transparent;
    }

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

    body {
        padding-top: 0.6rem;
    }

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

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

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

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

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

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

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

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

    .xp_bf6e923c83_2_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_bf6e923c83_2_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_bf6e923c83_2_h5_menu_open {
        visibility: initial;
    }

    .xp_bf6e923c83_2_h5_menu_open .xp_bf6e923c83_2_h5_menu_content {
        transform: translateX(0);
    }

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

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

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

    .xp_bf6e923c83_2_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_bf6e923c83_2_h5_group_title {
        flex: 1;
    }

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

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

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

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

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

    .xp_bf6e923c83_2_h5_group_show .xp_bf6e923c83_2_h5_list {
        display: flex;
    }

    .xp_bf6e923c83_2_h5_group_show .xp_bf6e923c83_2_h5_group_icon {
        transform: rotate(90deg);
    }

    .xp_bf6e923c83_2_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_bf6e923c83_2_h5_search_open {
        visibility: initial;
    }

    .xp_bf6e923c83_2_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_bf6e923c83_2_h5_search_open .xp_bf6e923c83_2_h5_inp_box {
        transform: translateY(0);
    }

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

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

    .xp_bf6e923c83_2_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_bf6e923c83_2_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_bf6e923c83_2_h5_search_open .xp_bf6e923c83_2_h5_search_close {
        opacity: 1;
    }

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

.xp_79d4044bdc_3_content {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xp_79d4044bdc_3_banner {
    width: 100%;
    height: 350px;
}

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

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

.xp_79d4044bdc_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(NaNrem,NaNrem);
}

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

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

.xp_79d4044bdc_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_79d4044bdc_3_pre {
    left: 0.4rem;
}

.xp_79d4044bdc_3_next {
    right: 0.4rem;
}

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

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

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

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

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

    .xp_79d4044bdc_3_button {
        display: none;
    }

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

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

    .xp_79d4044bdc_3_index_item_select {
        width: 0.3rem;
        height: 0.1rem;
    }
}
.xp_title_3944723523_0_container {
    width: 100%;
    height: 0.8rem;
    margin-bottom: 0.4rem;
}

.xp_title_3944723523_0_content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.xp_title_3944723523_0_content_left {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
}

.xp_title_3944723523_0_titles_item {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 0.32rem;
    font-weight: bold;
    margin-left: 0.2rem;
    cursor: pointer;
    position: relative;
}

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

.xp_title_3944723523_0_more {
    height: 100%;
    display: flex;
    align-items: center;
}

.xp_title_3944723523_0_content2_right_title {
    font-weight: bold;
    font-size: 0.2rem;
    color: var(--xp-color1);
    cursor: pointer;
}

.xp_title_3944723523_0_content2_right_icon {
    width: 0.26rem;
    height: 0.26rem;
    color: var(--xp-color1);
}

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

.xp_title_3944723523_0_select::after {
    position: absolute;
    content: &quot;&quot;;
    left: 0;
    bottom: 0;
    width: 100%;
    border: 0.02rem solid var(--xp-color1);
}

@media screen and (max-width: 800px) {
    .xp_title_3944723523_0_titles_item {
        font-size: 0.2rem;
    }

    .xp_title_3944723523_0_content2_right_title {
        font-size: 0.18rem;
    }
}


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

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

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

.xp_3944723523_0_item {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.xp_3944723523_0_img {
    padding-right: 0.4rem;
    width: 7rem;
}

.xp_3944723523_0_img_box {
    position: relative;
    width: 100%;
    height: 4.2rem;
    background-color: #f0f0f0;
    overflow: hidden;
    cursor: pointer;
}

.xp_3944723523_0_img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all .4s ease;
}

.xp_3944723523_0_img_title {
    width: 100%;
    height: 0.5rem;
    font-size: 0.18rem;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    background-color: rgba(0, 0, 0, .4);
}

.xp_3944723523_0_img_title div {
    width: 100%;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.xp_3944723523_0_item_line {
    width: 100%;
    height: 0.6rem;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 0.3rem;
    font-size: 0.18rem;
}

.xp_3944723523_0_item_line:first-child {
    margin-top: 0px;
}

.xp_3944723523_0_item_line_title {
    flex: 1;
    height: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    display: flex;
    align-items: center;
    background-color: #fff;
    margin-right: 0.1rem;
    cursor: pointer;
    user-select: none;
    color: #333;
    border: 0.01rem solid #f0f0f0;
}

.xp_3944723523_0_item_line_time {
    min-width: 0.7rem;
    height: 100%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #333;
    border: 0.01rem solid #f0f0f0;
}


@media screen and (min-width: 800px) {
    .xp_3944723523_0_item_line:hover .xp_3944723523_0_item_line_title,
    .xp_3944723523_0_item_line .xp_3944723523_0_item_line_time {
        color: var(--xp-color1);
        font-weight: bold;
    }
    .xp_3944723523_0_img_box:hover img {
        transform: scale(1.02);
    }
}
@media screen and (max-width: 800px) {
    .xp_3944723523_0_container {
        background-image: none;
        background-size: cover;
        width: 100vw;
        margin: 0rem 0rem 0rem 0rem;
        padding: 0.2rem 0.2rem 0rem 0.2rem;
    }

    .xp_3944723523_0_content {
        flex-direction: column;
        gap: 0px;
        height: auto;
    }

    .xp_3944723523_0_img_title{
        font-size: 0.14rem;
    }

    .xp_3944723523_0_img_box {
        width: 100%;
        height: 2rem;
    }

    .xp_3944723523_0_img {
        width: 100%;
        padding-right: 0px;
    }

    .xp_3944723523_0_item {
        flex: none;
        width: 100%;
        margin-top: 0.2rem;
    }

    .xp_3944723523_0_item_line {
        height: 0.4rem;
        overflow: hidden;
        font-size: 0.14rem;
        margin-top: 0.1rem;
    }

    .xp_3944723523_0_item_line_time {
        font-size: 0.12rem;
        padding-left: 0.1rem;
        padding-right: 0.1rem;
    }

    .xp_3944723523_0_item_line_title {
        width: 1rem;
    }
}
.xp_title_62d78db8ed_4_container {
    width: 100%;
    height: 0.8rem;
    margin-bottom: 0.4rem;
}

.xp_title_62d78db8ed_4_content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.xp_title_62d78db8ed_4_content_left {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
}

.xp_title_62d78db8ed_4_titles_item {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 0.32rem;
    font-weight: bold;
    margin-left: 0.2rem;
    cursor: pointer;
    position: relative;
}

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

.xp_title_62d78db8ed_4_more {
    height: 100%;
    display: flex;
    align-items: center;
}

.xp_title_62d78db8ed_4_content2_right_title {
    font-weight: bold;
    font-size: 0.2rem;
    color: var(--xp-color1);
    cursor: pointer;
}

.xp_title_62d78db8ed_4_content2_right_icon {
    width: 0.26rem;
    height: 0.26rem;
    color: var(--xp-color1);
}

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

.xp_title_62d78db8ed_4_select::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    border: 0.02rem solid var(--xp-color1);
}

@media screen and (max-width: 800px) {
    .xp_title_62d78db8ed_4_titles_item {
        font-size: 0.2rem;
    }

    .xp_title_62d78db8ed_4_content2_right_title {
        font-size: 0.18rem;
    }
}


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

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

.xp_62d78db8ed_4_content {
    width: 100%;
    max-width: var(--xp-content-width);
    display: flex;
    align-items: center;
    height: 4.2rem;
    font-weight: bold;
    font-size: 0.18rem;
}

.xp_62d78db8ed_4_line1 {
    flex: 3;
    height: 100%;
    overflow: hidden;
    background-color: #f0f0f0;
    position: relative;
}

.xp_62d78db8ed_4_line1:hover .xp_62d78db8ed_4_line_img,
.xp_62d78db8ed_4_line3:hover .xp_62d78db8ed_4_line_img,
.xp_62d78db8ed_4_line2_item:hover .xp_62d78db8ed_4_line_img {
    transform: scale(1.1);
}

.xp_62d78db8ed_4_title1 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    height: 0.5rem;
    padding: 0 0.2rem;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
    backdrop-filter: blur(0.01rem);
    color: #FFFFFF;
}

.xp_62d78db8ed_4_title2 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    height: 0.5rem;
    padding: 0 0.2rem;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
    backdrop-filter: blur(0.01rem);
    color: #FFFFFF;
}

.xp_62d78db8ed_4_line2 {
    flex: 3;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    background-color: #f0f0f0;
}

.xp_62d78db8ed_4_line2_item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.xp_62d78db8ed_4_line3 {
    flex: 2;
    height: 100%;
    background-color: rgb(45, 180, 135);
    position: relative;
    overflow: hidden;
}

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

@media screen and (max-width: 800px) {
    .xp_62d78db8ed_4_title {
        padding: 0 0.2rem;
    }

    .xp_62d78db8ed_4_container {
        margin: 0;
        padding: 0 0 0.1rem 0;
        background-size: cover;
    }

    .xp_62d78db8ed_4_content {
        flex-direction: column;
        gap: 0;
        height: auto;
        font-size: 0.14rem;
        padding: 0.2rem 0.2rem 0 0.2rem;
    }

    .xp_62d78db8ed_4_line2 {
        background-color: #FFFFFF;
        flex: none;
        width: 100%;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .xp_62d78db8ed_4_title1 {
        top: 0;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
    }

    .xp_62d78db8ed_4_line1 {
        margin-top: 0;
    }

    .xp_62d78db8ed_4_line2_item,
    .xp_62d78db8ed_4_line3 {
        width: 100%;
        flex: none;
        height: 2.4rem;
        margin-top: 0.2rem;
    }

}
.xp_4a066e3cae_1_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/20250117/1737097903_678a02af64264.png");
    background-color: ;
    margin: 0rem 0rem 0rem 0rem;
    padding: 0.4rem 0rem 0.4rem 0rem;
}

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

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

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

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

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

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

.xp_4a066e3cae_1_line1_img {
    height: 0.8rem;
    width: 4.2rem;
    margin-bottom: 0.3rem;
}

.xp_4a066e3cae_1_line1_item {
    color: rgb(255,255,255);
    line-height: 0.3rem;
    display: flex;
}

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

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

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

.xp_4a066e3cae_1_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_4a066e3cae_1_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_4a066e3cae_1_lin2_box {
    display: flex;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.xp_4a066e3cae_1_title_color {
    color: #FFFFFF;
}

.xp_4a066e3cae_1_text_color {
    color: rgb(255,255,255);
}

.xp_4a066e3cae_1_link_color {
    color: #FFFFFF;
}

.xp_4a066e3cae_1_code_color {
    color: #FFFFFF;
}

.xp_4a066e3cae_1_h5 {
     display: none;
}

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

    .xp_4a066e3cae_1_content {
        display: none;
    }

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

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

    .xp_4a066e3cae_1_h5_logo_img {
        width: 100%;
    }

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

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

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

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

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

    .xp_4a066e3cae_1_h5_title {
        font-weight: bold;
    }

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

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

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

    .xp_4a066e3cae_1_h5_code_name {
        height: 0.5rem;
        line-height: 0.5rem;
        font-size: 0.14rem;
    }
}
