.xp_78a3b8f078_1_container {
    width: 100%;
}

.xp_78a3b8f078_1_header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, var(--xp-color1), rgba(0, 0, 0, 0));
    position: fixed;
    top:0;
    z-index: 1000;
}

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

.xp_78a3b8f078_1_logo {
    max-width: 5.2rem;
    height: 0.8rem;
    display: flex;
    align-items: center;
}

.xp_78a3b8f078_1_logo img {
    width: 4rem;
    height: 0.8rem;
}

.xp_78a3b8f078_1_box {
    flex: 1;
    height: 1.04rem;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    padding-top: 0.16rem;
}

.xp_78a3b8f078_1_logo_title {
    font-size: 0.24rem;
    color: #fff;
    margin-left: 0.24rem;
    color: #FFFFFF;
}

.xp_78a3b8f078_1_box_r {
    width: fit-content;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.xp_78a3b8f078_1_search {
    width: 1.2rem;
    height: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    cursor: pointer;
    padding: 0rem 0.1rem;
    border-radius: 1rem;
    background-color: rgba(255, 255, 255, .4);
}

.xp_78a3b8f078_1_search_icon {
    width: 0.18rem;
    height: 0.18rem;
    color: #fff;
    cursor: pointer;
}

.xp_78a3b8f078_1_en {
    width: 0.42rem;
    height: 0.24rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-size: 0.16rem;
    color: #fff;
    cursor: pointer;
}

.xp_78a3b8f078_1_link {
    display: flex;
    align-items: center;
    color: #fff;
}

.xp_78a3b8f078_1_link_item {
    padding: 0.04rem 0.08rem;
    cursor: pointer;
    font-size: 0.14rem;
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, .4);
    border-radius: 0.4rem;
    user-select: none;
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 0.14rem;
    margin-left: 0.14rem;
}

.xp_78a3b8f078_1_link_item_icon {
    width: 0.22rem;
    height: 0.22rem;
    margin-right: 0.04rem;
    object-fit: cover;
}

.xp_78a3b8f078_1_home_icon {
    width: 0.2rem;
    height: 0.2rem;
}

.xp_78a3b8f078_1_box_nav {
    flex: none;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.xp_78a3b8f078_1_box_nav_item {
    color: #FFFFFF;
    padding: 0.14rem 0.2rem;
    margin-left: 0.22rem;
    margin-right: 0.22rem;
    user-select: none;
    cursor: pointer;
    position: relative;
    font-size: 0.2rem;
    display: flex;
    justify-content: center;
    transform: translateX(0.4rem);
}

.xp_78a3b8f078_1_app_content {
    display: none;
}

.xp_78a3b8f078_1_placeholder {
    display: none;
}

.xp_78a3b8f078_1_search_container {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    visibility: hidden;
    position: fixed;
    z-index: 1000;
    opacity: 0;
    transition: all ease .7s;
}

.xp_78a3b8f078_1_search_bg {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
}

.xp_78a3b8f078_1_search_content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all ease .7s;
}

.xp_78a3b8f078_1_search_show {
    visibility: visible;
    opacity: 1;
}

.xp_78a3b8f078_1_search_show .xp_78a3b8f078_1_search_content {
    background-color: rgba(0, 0, 0, .7);
    backdrop-filter: blur(0.04rem);
}

.xp_78a3b8f078_1_search_title {
    font-size: 0.32rem;
    color: #fff;
    font-weight: bold;
    margin-top: -1.4rem;
    transition: all ease .8s;
}

.xp_78a3b8f078_1_search_show .xp_78a3b8f078_1_search_title {
    margin-top: -0.4rem;
}

.xp_78a3b8f078_1_search_inp_box {
    width: 8.5rem;
    height: 0.68rem;
    margin-top: 0.4rem;
    border-radius: 1rem;
    background-color: #fff;
    display: flex;
    padding: 0.1rem;
}

.xp_78a3b8f078_1_search_inp {
    flex: 1;
    padding: 0 0.2rem;
    margin-right: 0.2rem;
    border: none;
    outline: none;
    font-size: 0.18rem;
    font-weight: bold;
    color: #333;
}

 .xp_78a3b8f078_1_search_but {
     width: 1rem;
     height: 100%;
     border-radius: 1rem;
     background-color: var(--xp-color1);
     color: #fff;
     font-size: 0.18rem;
     display: flex;
     align-items: center;
     justify-content: center;
     cursor: pointer;
     user-select: none;
     box-shadow: 0 0 0.04rem 0.01rem #f0f0f0;
 }

.xp_78a3b8f078_1_search_inp::placeholder {
    font-weight: 400;
}

.xp_78a3b8f078_1_search_close {
    width: 0.6rem;
    height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.4rem;
    cursor: pointer;
 }

.xp_78a3b8f078_1_search_close_icon {
    width: 0.4rem;
    height: 0.4rem;
    color: #fff;
}

.xp_78a3b8f078_1_card_container {
    width: 100%;
    height: 1rem;
    position: fixed;
    top: 1.4rem;
    display: none;
    justify-content: center;
    visibility: hidden;
    z-index: 100;
}

.xp_78a3b8f078_1_card_content {
    width: 100%;
    max-width: var(--xp-content-width);
    position: relative;
}

.xp_78a3b8f078_1_card {
    position: absolute;
    width: 4rem;
    height: fit-content;
    backdrop-filter: blur(1px);
    background-color: rgba(255, 255, 255, .7);
    border: 1px solid #fff;
    border-radius: 0.1rem;
    z-index: 100;
    overflow-y: auto;
    transition: right ease .7s;
    max-height: 6rem;
}

.xp_78a3b8f078_1_card_box1 {
    gap: 0.2rem;
    flex-direction: column;
}

.xp_78a3b8f078_1_card_box2 {
    gap: 0.2rem;
    flex-direction: column;
}

.xp_78a3b8f078_1_card_line_time {
    font-size: 0.14rem;
    color: #555;
    border: 1px solid #999;
    color: #999;
    width: fit-content;
    padding: 0.02rem 0.1rem;
    border-radius: 1rem;
}

.xp_78a3b8f078_1_card_line_title {
    font-size: 0.16rem;
    margin-top: 0.1rem;
}

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

.xp_78a3b8f078_1_card_line:hover .xp_78a3b8f078_1_card_line_time {
    color: var(--xp-color1);
    border: 1px solid var(--xp-color1);
}

.xp_78a3b8f078_1_card_box {
    display: none;
    padding: 0.2rem;
}

.xp_78a3b8f078_1_card_box0 {
    padding-right: 0.1rem;
}

.xp_78a3b8f078_1_card_text {
    width: 100%;
    height: 5rem;
    overflow-y: auto;
    padding-right: 0.2rem;
    text-align: justify;
    word-break: break-all;
}

.xp_78a3b8f078_1_card_text::-webkit-scrollbar {
    width: 0;
}

.xp_78a3b8f078_1_card::-webkit-scrollbar {
    width: 0;
}

.xp_78a3b8f078_1_card_text p {
    text-align: justify;
    line-height: 0.34rem;
}

.xp_78a3b8f078_1_card_text img {
   margin: 0.1rem 0rem;
   width: 100% !important;
}

.xp_78a3b8f078_1_card_show {
    visibility: visible;
}


.xp_78a3b8f078_1_h5 {
    display: none;
}

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

    .xp_78a3b8f078_1_h5 {
        width: 100vw;
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
    }

    .xp_78a3b8f078_1_container {
        width: 100vw;
        height: 0.58rem;
        padding-top: 0.58rem;
    }

    .xp_78a3b8f078_1_h5_bar {
        width: 100%;
        height: 0.58rem;
        background-color: var(--xp-color1);
        display: flex;
        align-items: center;
        padding: 0rem 0.15rem;
    }

    .xp_78a3b8f078_1_h5_logo {
        height: 0.34rem;
    }

    .xp_78a3b8f078_1_h5_logo_box{
        flex: 1;
        width: 0;
    }
    
    .xp_78a3b8f078_1_h5_search {
        width: 0.4rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .xp_78a3b8f078_1_h5_menu {
        width: 0.4rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

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

    .xp_78a3b8f078_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_78a3b8f078_1_h5_search_open {
        visibility: initial;
    }

    .xp_78a3b8f078_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_78a3b8f078_1_h5_search_open .xp_78a3b8f078_1_h5_inp_box {
        transform: translateY(0);
    }

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

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

    .xp_78a3b8f078_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_78a3b8f078_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_78a3b8f078_1_h5_search_open .xp_78a3b8f078_1_h5_search_close {
        opacity: 1;
    }

    .xp_78a3b8f078_1_h5_search_close_icon {
        width: 0.2rem;
        height: 0.2rem;
        color: #fff;
    }

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

    .xp_78a3b8f078_1_banner {
        height: 2.2rem;
    }

    .xp_78a3b8f078_1_index {
        bottom: 0.1rem !important;
    }

    .xp_78a3b8f078_1_card_container {
        display: flex;
        position: relative;
        top: 0rem;
        visibility: visible;
    }

    .xp_78a3b8f078_1_card {
        visibility: visible;
        right: auto !important;
        width: 100%;
        top: auto !important;
        position: relative;
        max-height: fit-content;
        display: flex;
        border-radius: 0rem;
        flex-direction: column;
    }

    .xp_78a3b8f078_1_card_box {
        display: flex;
        margin-top: 0.4rem;
        position: relative;
    }

    .xp_78a3b8f078_1_card_text {
        height: fit-content;
        padding-right: 0.2rem;
    }

    .xp_78a3b8f078_1_card_box0 {
        padding-right: 0px;
    }

    .xp_78a3b8f078_1_card_box0::after {
        content: "About US";
        position: absolute;
        top: -0.2rem;
        right: 0.04rem;
        width: 100%;
        text-align: center;
        font-size: 0.2rem;
        font-weight: bold;
    }

    .xp_78a3b8f078_1_card_box1::after {
        content: "News";
        position: absolute;
        top: -0.2rem;
        right: 0.04rem;
        width: 100%;
        text-align: center;
        font-size: 0.2rem;
        font-weight: bold;
    }

    .xp_78a3b8f078_1_card_box2::after {
        content: "International Students";
        position: absolute;
        top: -0.2rem;
        right: 0.04rem;
        width: 100%;
        text-align: center;
        font-size: 0.2rem;
        font-weight: bold;
    }

    .xp_78a3b8f078_1_h5_menu_modal {
        width: 100%;
        height: 100vh;
        position: fixed;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 100;
        visibility: hidden;
    }

    .xp_78a3b8f078_1_h5_menu_list {
        width: 2rem;
        height: 100%;
        position: absolute;
        right: 0;
        background-color: #fff;
        transform: translateX(2rem);
        padding: 0.3rem 0.2rem 0.2rem 0.2rem;
        display: flex;
        flex-direction: column;
        gap: 0.2rem;
        transition: all ease .7s;
    }

    .xp_78a3b8f078_1_menu_show {
        visibility: visible;
    }

    .xp_78a3b8f078_1_menu_show .xp_78a3b8f078_1_h5_menu_list {
        transform: translateX(0rem);
    }

    .xp_78a3b8f078_1_h5_menu_hr {
        width: 100%;
        border-top: 1px solid #f0f0f0;
    }

    .xp_78a3b8f078_1_h5_menu_item {
        font-size: 0.14rem;
        color: #333;
    }

    .xp_78a3b8f078_1_h5_menu_close {
        width: 0.3rem;
        height: 0.3rem;
        background-color: var(--xp-color1);
        position: absolute;
        right: 0;
        top: 0;
        border-bottom-left-radius: 0.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .xp_78a3b8f078_1_h5_menu_close_icon {
        width: 0.14rem;
        height: 0.14rem;
        color: #fff;
        position: relative;
        left: 0.01rem;
        bottom: 0.01rem;
    }
}
.xp_e76d2ffec0_2_container {
    position: relative;
    width: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0rem 0rem 0rem 0rem;
    transform: translateY(0vw);
}

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

.xp_e76d2ffec0_2_pc_img {
    display: flex;
    width: 100%;
    height: auto;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.xp_e76d2ffec0_2_phone_img {
    display: none;
    position: relative;
    z-index: 1;
}

.xp_e76d2ffec0_2_title_box {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.xp_e76d2ffec0_2_title {
    width: 100%;
    max-width: var(--xp-content-width); 
    font-size: NaNrem;
    color: ;
    display: flex;
    align-items: center;
    font-weight: bold;
}

@media screen and (max-width: 800px) { 
    .xp_e76d2ffec0_2_container {
        width: 100vw;
        padding: 0rem 0rem 0rem 0rem;
    }
    .xp_e76d2ffec0_2_pc_img {
        display: none;
    }
    .xp_e76d2ffec0_2_phone_img {
        display: flex;
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .xp_e76d2ffec0_2_title_box {
        padding: 0rem 0.2rem;
    }

    .xp_e76d2ffec0_2_title {
        font-size: NaNrem;
    }
}
.xp_1a40d01866_0_container {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin: 0rem 0rem 0rem 0rem;
}

.xp_1a40d01866_0_switch {
    position: fixed;
    bottom: 0.2rem;
    left: 0.2rem;
    background-color: #fff;
    box-shadow: 0px 0px 4px 10px #f0f0f0;
    border: 1px solid #f0f0f0;
    height: 0.4rem;
    border-radius: 0.2rem;
    display: flex;
    align-items: center;
    padding: 0.04rem 0.1rem;
}

.xp_1a40d01866_0_switch_item {
    padding: 0.02rem 0.1rem;
    border-radius: 0.4rem;
    cursor: pointer;
    font-size: 0.14rem;
}

.xp_1a40d01866_0_switch_item_select {
    background-color: var(--xp-color1);
    color: #fff;
}

.xp_1a40d01866_0_content {
    width: 100%;
    max-width: var(--xp-content-width);
    padding: 0.4rem 0rem 0.4rem 0rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.xp_1a40d01866_0_title {
    width: 100%;
    text-align: center;
    font-size: 0.32rem;
    color: var(--xp-color1);
    font-weight: 400;
    white-space: pre-wrap;
}

.xp_1a40d01866_0_infos {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.2rem;
    padding-top: 0.2rem;
    color: #999;
    font-size: 0.18rem;
    border-bottom: 0.01rem solid rgba(204, 204, 204, 1);
    margin: 0.4rem 0rem 0.2rem 0rem;
}

.xp_1a40d01866_0_info_box {
    display: flex;
    align-items: center;
    font-size: 0.16rem;
}

.xp_1a40d01866_0_info_item {
    margin-right: 0.2rem;
}

.xp_1a40d01866_0_info_item:last-child {
    margin-right: 0rem;
}

.xp_1a40d01866_0_r_box {
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.xp_1a40d01866_0_audio_box {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 0.06rem;
}

.xp_1a40d01866_0_audio_name {
    font-size: 0.14rem;
}

.xp_1a40d01866_0_audio_but {
    padding: 0.01rem 0.04rem;
    font-size: 0.12rem;
}

.xp_1a40d01866_0_audio_icon {
    width: 0.2rem;
    height: 0.2rem;
}

.xp_1a40d01866_0_font_box {
    display: flex;
    align-items: center;
    gap: 0.1rem;
    font-size: 0.14rem;
}

.xp_1a40d01866_0_font_select_box {
    padding: 0.02rem 0.04rem;
    border: 1px solid #999;
    border-radius: 0.04rem;
}

.xp_1a40d01866_0_font_select {
    background-color: transparent;
    outline: none;
    border: none;
    font-size: 0.12rem;
}

.xp_1a40d01866_0_edit_container {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.xp_1a40d01866_0_edit_content {
    width: 100%;
    min-height: 5rem;
    border-radius: 0.02rem; 
    padding: 0.5rem;
    background-color: #FFFFFF;   
    box-shadow: 0 0 0.02rem 0.01rem #f0f0f0;
}

.xp_1a40d01866_0_footer {
    width: 100%;
    color: #333;
    padding-top: 0.2rem;
    font-size: 0.18rem;
    display: flex;
    flex-direction: column;
}

.xp_1a40d01866_0_footer[prev=1],.xp_1a40d01866_0_footer[next=1]{
    border-top: 0.01rem solid rgba(204, 204, 204, 1);
}

.xp_1a40d01866_0_footer a {
    color: #333;
    padding-top: 0.06rem;
    padding-bottom: 0.06rem;
}

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

.xp_1a40d01866_0_file {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 0.3rem;
}

.xp_1a40d01866_0_file_line {
    width: 100%;
    cursor: pointer;
    margin-top: 0.2rem;
    color: var(--xp-color1);
    text-decoration: underline;
}

.xp_1a40d01866_0_ai {
    width: 100%;
    background-color: #fafafa;
    margin-top: 0.6rem;
    padding: 0.3rem 0.2rem 0.2rem 0.2rem;
    position: relative;
}

.xp_1a40d01866_0_ai_content {
    overflow: hidden;
    width: 100%;
    height: 2rem;
}

.xp_1a40d01866_0_ai_open {
    width: 1rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--xp-color1);
    padding: 0.08rem 0;
    font-size: 0.16rem;
    margin-top: 0.3rem;
    border-radius: 0.2rem;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
}

.xp_1a40d01866_0_ai_open_icon {
    width: 0.24rem;
    height: 0.24rem;
    color: #fff;
    margin-right: 0.04rem;
}

.xp_1a40d01866_0_ai_but {
    width: 100%;
    height: 40%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(1px);
    background-image: linear-gradient(to top, rgba(213, 170, 170, .6), rgba(0, 0, 0, 0));
    position: absolute;
    bottom: 0;
}

.xp_1a40d01866_0_ai_tag {
    position: absolute;
    top: -0.2rem;
    left: 0.2rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--xp-color1);
    padding: 0.08rem 0.16rem;
    font-size: 0.16rem;
}

.xp_1a40d01866_0_ai_title {
    font-size: 0.18rem;
    color: #333;
    font-weight: bold;
    line-height: 0.45rem;
}

.xp_1a40d01866_0_ai_info {
    color: #555;
    font-size: 0.18rem;
    line-height: 0.45rem;
    position: relative;
    text-indent: 0.2rem;
}

.xp_1a40d01866_0_ai_info {
    color: #555;
    font-size: 0.18rem;
    line-height: 0.34rem;
    position: relative;
    text-indent: 0.2rem;
}

.xp_1a40d01866_0_ai_info::after {
    position: absolute;
    width: 0.1rem;
    height: 0.1rem;
    content: "";
    left: 0;
    top: 0.12rem;
    border-radius: 50%;
    background-color: var(--xp-color1);
}

.xp_1a40d01866_0_iframe {
    width: 100%;
    border: none;
    height: 100vh;
}

.xp_1a40d01866_0_audit {
    width: 100%;
    border-top: 0.01rem solid #f0f0f0;
    padding-top: 0.2rem;
    margin-top: 0.2rem;
}

.xp_1a40d01866_0_audit_line {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 0.1rem;
    color: #999;
}

.xp_1a40d01866_0_audit_name {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 0.1rem;
}

.xp_1a40d01866_0_audit_name::after {
    position: absolute;
    content: "";
    right: 0;
    border-right: 0.01rem solid #999;
    height: 0.14rem;
}

.xp_1a40d01866_0_audit_value {
    padding: 0 0.1rem;
}

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

    .xp_1a40d01866_0_audio_box {
        display: none;        
    }

    .xp_1a40d01866_0_info_box {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .xp_1a40d01866_0_info_item {
        font-size: 0.12rem;
    }

    .xp_1a40d01866_0_font_box {
        display: none;
    }

    .xp_1a40d01866_0_content {
        padding: 0.2rem;  
    }

    .xp_1a40d01866_0_edit_container {
        padding-top: 0;
        padding-bottom: 0rem;
    }
    
    .xp_1a40d01866_0_title{
        font-size: 0.2rem;
    }
    
    .xp_1a40d01866_0_infos {
        width: 100%;
        font-size: 0.14rem;
        justify-content: center;
        margin: 0.1rem 0rem 0rem 0rem;
    }

    .xp_1a40d01866_0_edit_content {
        padding: 0.2rem;
        margin-top: 0.2rem;
    }

    .xp_1a40d01866_0_footer {
        font-size: 0.14rem;
        padding-bottom: 0.6rem;
    }

    .xp_1a40d01866_0_edit_content {
        width: 100%;
    }
}
