html { --xp-content-width: 16rem; --xp-color1: #487F5F; --xp-color2: #74a689; --xp-color3: #365580; --xp-color4: #4d6586; --xp-color5: #9bb0cc; --xp-color6: #d0d6df; }.xp_ddc9173c4e_2_container { width: 100%; } .xp_ddc9173c4e_2_header { width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; background: linear-gradient(to bottom, var(--xp-color1), rgba(0, 0, 0, 0)); position: fixed; top:0; z-index: 1000; } .xp_ddc9173c4e_2_content { width: 100%; max-width: var(--xp-content-width); height: 1.4rem; display: flex; align-items: center; } .xp_ddc9173c4e_2_logo { max-width: 5.2rem; height: 0.8rem; display: flex; align-items: center; } .xp_ddc9173c4e_2_logo img { width: 4.23rem; height: 0.6rem; } .xp_ddc9173c4e_2_box { margin-left: 0.2rem; padding-top: 0.08rem; flex: 1; height: 1rem; display: flex; flex-direction: column; } .xp_ddc9173c4e_2_logo_title { font-size: 0.24rem; color: #fff; margin-left: 0.24rem; color: #FFFFFF; } .xp_ddc9173c4e_2_box_t { width: 100%; display: flex; justify-content: flex-end; align-items: center; } .xp_ddc9173c4e_2_search { width: 0.24rem; height: 0.24rem; border-radius: 100%; display: flex; align-items: center; justify-content: center; overflow: hidden; border: 0.01rem solid #fff; cursor: pointer; } .xp_ddc9173c4e_2_search_icon { min-width: 0.12rem; height: 0.12rem; color: #fff; cursor: pointer; } .xp_ddc9173c4e_2_en { width: 0.24rem; height: 0.24rem; border-radius: 100%; display: flex; align-items: center; justify-content: center; overflow: hidden; border: 0.01rem solid #fff; margin-right: 0.1rem; font-size: 0.12rem; color: #fff; cursor: pointer; } .xp_ddc9173c4e_2_link { display: flex; align-items: center; color: #fff; margin-right: 0.2rem; } .xp_ddc9173c4e_2_link_item { padding: 0.04rem 0.1rem; cursor: pointer; font-size: 0.16rem; color: #FFFFFF; border-radius: 0.02rem; user-select: none; display: flex; align-items: center; } .xp_ddc9173c4e_2_link_item_icon { width: 0.22rem; height: 0.22rem; margin-right: 0.04rem; object-fit: cover; } .xp_ddc9173c4e_2_box_nav { width: 100%; display: flex; justify-content: flex-end; margin-top: 0.15rem; } .xp_ddc9173c4e_2_box_nav_item { color: #FFFFFF; padding: 0.06rem 0.1rem; margin-left: 0.04rem; margin-right: 0.04rem; user-select: none; cursor: pointer; position: relative; font-size: 0.20rem; display: flex; justify-content: center; transform: translateX(0.15rem); } .xp_ddc9173c4e_2_box_nav_item:hover::after { position: absolute; bottom: -0.02rem; width: 0.4rem; height: 0.04rem; content: ""; background-color: var(--xp-color1); } .xp_ddc9173c4e_2_box_nav_item:hover .xp_ddc9173c4e_2_nav { display: block; } .xp_ddc9173c4e_2_nav { display: none; position: absolute; top: 100%; left: 0; padding-bottom: 0.2rem; } .xp_ddc9173c4e_2_nav_box { position: relative; margin-top: 0.04rem; display: flex; flex-direction: column; } .xp_ddc9173c4e_2_nav_item { padding: 0.06rem 0.12rem; color: #333; white-space: nowrap; font-size: 0.18rem; margin-top: 0.04rem; border: 0.01rem solid var(--xp-color1); background-color: #FFFFFF; } .xp_ddc9173c4e_2_nav_item:hover { background-color: var(--xp-color1); color: #FFFFFF; } .xp_ddc9173c4e_2_app_content { display: none; } .xp_ddc9173c4e_2_placeholder { display: none; } .xp_ddc9173c4e_2_search_container { width: 100%; height: 100vh; top: 0; left: 0; visibility: hidden; position: fixed; z-index: 1000; opacity: 0; transition: all ease .7s; } .xp_ddc9173c4e_2_search_bg { width: 100%; height: 100%; position: relative; object-fit: cover; } .xp_ddc9173c4e_2_search_content { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .7); backdrop-filter: blur(0.06rem); display: flex; flex-direction: column; align-items: center; justify-content: center; } .xp_ddc9173c4e_2_search_show { visibility: visible; opacity: 1; } .xp_ddc9173c4e_2_search_title { font-size: 0.32rem; color: #fff; font-weight: bold; margin-top: -1.4rem; transition: all ease .8s; } .xp_ddc9173c4e_2_search_show .xp_ddc9173c4e_2_search_title { margin-top: -0.4rem; } .xp_ddc9173c4e_2_search_inp_box { width: 7rem; height: 0.68rem; margin-top: 0.4rem; border-radius: 1rem; background-color: #fff; display: flex; padding: 0.1rem; } .xp_ddc9173c4e_2_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_ddc9173c4e_2_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_ddc9173c4e_2_search_inp::placeholder { font-weight: 400; } .xp_ddc9173c4e_2_search_close { width: 0.6rem; height: 0.6rem; display: flex; align-items: center; justify-content: center; margin-top: 0.4rem; cursor: pointer; } .xp_ddc9173c4e_2_search_close_icon { width: 0.4rem; height: 0.4rem; color: #fff; } .xp_ddc9173c4e_2_h5 { display: none; } .xp_ddc9173c4e_2_switch { width: 100%; position: absolute; top: 1.4rem; display: flex; justify-content: center; z-index: 100; gap: 0.1rem; user-select: none; } .xp_ddc9173c4e_2_switch_item { padding: 0.04rem 0.2rem; border-radius: 1rem; color: #fff; } .xp_ddc9173c4e_2_switch_select { background-color: rgba(0, 0, 0, .4); backdrop-filter: blur(1px); cursor: pointer; } @media screen and (max-width: 800px) { .xp_ddc9173c4e_2_header { display: none; } .xp_ddc9173c4e_2_switch { top: 0.2rem; } .xp_ddc9173c4e_2_switch_item { font-size: 0.12rem; } body { padding-top: 0.6rem; } body { padding-top: 0.6rem; } .xp_ddc9173c4e_2_h5 { width: 100%; height: 0.6rem; position: fixed; top: 0; left: 0; padding: 0 0.1rem; background-color: var(--xp-color1); display: flex; justify-content: space-between; align-items: center; z-index: 1000; } .xp_ddc9173c4e_2_h5_logo { height: 0.3rem; } .xp_ddc9173c4e_2_h5_menu { width: 0.5rem; height: 0.5rem; display: flex; align-items: center; justify-content: center; } .xp_ddc9173c4e_2_h5_menu_icon { width: 0.3rem; height: 0.3rem; color: #fff; } .xp_ddc9173c4e_2_h5_search { width: 0.5rem; height: 0.5rem; display: flex; align-items: center; justify-content: center; } .xp_ddc9173c4e_2_h5_search_icon { width: 0.24rem; height: 0.24rem; color: #fff; } .xp_ddc9173c4e_2_h5_menu_box { width: 100%; height: 100vh; position: fixed; left: 0; top: 0; z-index: 100; visibility: hidden; } .xp_ddc9173c4e_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; width: 100%; height: 100vh; } .xp_ddc9173c4e_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_ddc9173c4e_2_h5_menu_open { visibility: initial; } .xp_ddc9173c4e_2_h5_menu_open .xp_ddc9173c4e_2_h5_menu_content { transform: translateX(0); } .xp_ddc9173c4e_2_h5_menu_open .xp_ddc9173c4e_2_h5_menu_bg { backdrop-filter: blur(0.04rem); background-color: rgba(0, 0, 0, .3); } .xp_ddc9173c4e_2_h5_menu_logo { width: 100%; margin-bottom: 0.3rem; } .xp_ddc9173c4e_2_h5_menu_list { width: 100%; display: flex; flex-direction: column; } .xp_ddc9173c4e_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; } .xp_ddc9173c4e_2_h5_group_title { flex: 1; font-size: 0.16rem; } .xp_ddc9173c4e_2_h5_group_icon { width: 0.2rem; height: 0.2rem; color: #666; } .xp_ddc9173c4e_2_menu_close { position: absolute; right: 0; top: 0; width: 0.46rem; height: 0.46rem; background-color: var(--xp-color1); border-bottom-left-radius: 0.46rem; display: flex; align-items: center; justify-content: center; } .xp_ddc9173c4e_2_menu_close_icon { width: 0.18rem; height: 0.18rem; color: #fff; position: relative; left: 0.05rem; bottom: 0.05rem; } .xp_ddc9173c4e_2_h5_group_line { width: 100%; display: flex; align-items: center; padding: 0 0.2rem; min-height: 0.5rem; background-color: #fff; } .xp_ddc9173c4e_2_h5_list { width: 100%; display: none; flex-direction: column; } .xp_ddc9173c4e_2_h5_item { height: 0.5rem; width: 100%; font-size: .16rem; display: flex; align-items: center; padding: 0 0.2rem; background-color: #f0f0f0; border-bottom: 0.01rem solid #ddd; } .xp_ddc9173c4e_2_h5_item:last-child { border-bottom: none; } .xp_ddc9173c4e_2_h5_group_show .xp_ddc9173c4e_2_h5_list { display: flex; } .xp_ddc9173c4e_2_h5_group_show .xp_ddc9173c4e_2_h5_group_icon { transform: rotate(90deg); } .xp_ddc9173c4e_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_ddc9173c4e_2_h5_search_open { visibility: initial; } .xp_ddc9173c4e_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_ddc9173c4e_2_h5_search_open .xp_ddc9173c4e_2_h5_inp_box { transform: translateY(0); } .xp_ddc9173c4e_2_h5_search_open { background-color: rgba(0, 0, 0, .7); backdrop-filter: blur(0.01rem); } .xp_ddc9173c4e_2_h5_input { flex: 1; height: 100%; font-size: 0.16rem; border: none; background-color: transparent; outline: none; padding: 0 0.2rem; } .xp_ddc9173c4e_2_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_ddc9173c4e_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_ddc9173c4e_2_h5_search_open .xp_ddc9173c4e_2_h5_search_close { opacity: 1; } .xp_ddc9173c4e_2_h5_search_close_icon { width: 0.2rem; height: 0.2rem; color: #fff; } } .xp_d4fac22432_3_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_d4fac22432_3_content { max-width: var(--xp-content-width); width: 100%; } .xp_d4fac22432_3_pc_img { display: flex; width: 100%; height: auto; object-fit: cover; position: relative; z-index: 1; } .xp_d4fac22432_3_phone_img { display: none; position: relative; z-index: 1; } .xp_d4fac22432_3_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_d4fac22432_3_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_d4fac22432_3_container { width: 100vw; padding: 0rem 0rem 0rem 0rem; } .xp_d4fac22432_3_pc_img { display: none; } .xp_d4fac22432_3_phone_img { display: flex; width: 100%; height: auto; object-fit: cover; } .xp_d4fac22432_3_title_box { padding: 0rem 0.2rem; } .xp_d4fac22432_3_title { font-size: NaNrem; } } .xp_3ca099481a_1_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_3ca099481a_1_content { max-width: var(--xp-content-width); width: 100%; display: flex; flex-direction: column; } .xp_3ca099481a_1_head { display: flex; align-items: center; padding-bottom: 0.2rem; } .xp_3ca099481a_1_head_title { flex: 1; font-weight: bold; font-size: 0.32rem; } .xp_3ca099481a_1_head_r { display: flex; align-items: center; } .xp_3ca099481a_1_head_but { padding: 0.1rem 0.2rem; font-size: 0.14rem; background-color: var(--xp-color1); color: #fff; display: flex; align-items: center; cursor: pointer; margin-left: 0.2rem; } .xp_3ca099481a_1_head_link { padding: 0.1rem 0.2rem; text-decoration: underline; color: var(--xp-color1); cursor: pointer; } .xp_3ca099481a_1_head_icon { width: 0.18rem; height: 0.18rem; margin-right: 0.04rem; } .xp_3ca099481a_1_list { width: 100%; display: flex; flex-direction: column; } .xp_3ca099481a_1_line { width: 100%; padding: 0.2rem; background-color: #fff; box-shadow: 0 0 0.06rem 0.02rem #f0f0f0; margin-top: 0.2rem; cursor: default; } .xp_3ca099481a_1_line_box { width: 100%; display: flex; flex-direction: column; padding-left: 0.2rem; border-left: 0.04rem solid var(--xp-color1); } .xp_3ca099481a_1_line_t { width: 100%; margin-bottom: 0.2rem; display: flex; } .xp_3ca099481a_1_line_b { width: 100%; display: flex; align-items: center; justify-content: space-between; } .xp_3ca099481a_1_line_b_l { display: flex; } .xp_3ca099481a_1_line_item { color: #666; margin-top: 0.15rem; margin-left: 0.2rem; position: relative; font-size: 0.18rem; } .xp_3ca099481a_1_line_item:first-child { margin-left: 0; } .xp_3ca099481a_1_line_item:not(.xp_3ca099481a_1_line_item:last-child):before { position: absolute; content: "|"; right: -0.12rem; } .xp_3ca099481a_1_line_title { flex: 1; font-weight: bold; font-size: 0.2rem; cursor: pointer; } .xp_3ca099481a_1_line_title:hover { color: var(--xp-color1); text-decoration: underline; } .xp_3ca099481a_1_line_state { position: relative; display: flex; margin-left: 0.8rem; font-size: 0.18rem; justify-content: flex-end; align-items: center; } .xp_3ca099481a_1_line_state::before { position: absolute; content: ""; width: 0.04rem; height: 0.14rem; left: -0.1rem; background-color: var(--xp-color1); } .xp_3ca099481a_1_line_but { background-color: var(--xp-color1); display: flex; align-items: center; color: #fff; padding: 0.1rem 0.2rem; font-size: 0.16rem; cursor: pointer; } .xp_3ca099481a_1_line_icon { width: 0.18rem; height: 0.18rem; margin-left: 0.04rem; } .xp_3ca099481a_1_find { width: 100%; height: 100vh; position: fixed; left: 0; top: 0; z-index: 9999; background-color: rgba(0, 0, 0, .7); display: flex; align-items: center; justify-content: center; visibility: hidden; } .xp_3ca099481a_1_find_show { visibility: inherit; } .xp_3ca099481a_1_find_box { width: 5rem; height: 4.5rem; background-color: #fff; border-radius: 0.04rem; padding: 0.1rem 0.2rem; display: flex; align-items: center; flex-direction: column; transform: translateY(-0.3rem); transition: all ease .4s; opacity: 0; } .xp_3ca099481a_1_find_show .xp_3ca099481a_1_find_box { transform: translateY(0); opacity: 1; } .xp_3ca099481a_1_find_head { display: flex; align-items: center; width: 100%; height: 0.5rem; } .xp_3ca099481a_1_find_head_icon { width: 0.2rem; height: 0.2rem; } .xp_3ca099481a_1_find_head_title { flex: 1; font-size: 0.2rem; font-weight: 600; } .xp_3ca099481a_1_find_head_but { padding: 0.1rem; border-radius: 0.02rem; cursor: pointer; font-size: 0.18rem; } .xp_3ca099481a_1_find_head_but:hover { background-color: #f0f0f0; } .xp_3ca099481a_1_find_content { flex: 1; width: 100%; display: flex; justify-content: center; align-items: center; } .xp_3ca099481a_1_find_input { background-color: #f0f0f0; width: 80%; height: 0.5rem; border: none; border-radius: 0.06rem; text-align: center; font-size: 0.2rem; outline: none; } .xp_3ca099481a_1_find_but { background-color: var(--xp-color1); color: #fff; margin-bottom: 0.2rem; margin-top: 0.2rem; padding: 0.1rem 0.2rem; width: 2rem; text-align: center; cursor: pointer; } @media screen and (max-width: 800px) { .xp_3ca099481a_1_container { margin: 0rem; padding: 0.2rem 0rem; } .xp_3ca099481a_1_head { padding: 0 0.2rem 0rem 0.2rem; } .xp_3ca099481a_1_head_link { padding: 0.1rem; font-size: 0.14rem; } .xp_3ca099481a_1_head_title { font-size: 0.2rem; } .xp_3ca099481a_1_head_but { padding: 0.05rem 0.1rem; font-size: 0.12rem; margin-left: 0.1rem; } .xp_3ca099481a_1_head_icon { width: 0.14rem; height: 0.14rem; margin-right: 0.04rem; } .xp_3ca099481a_1_line_but { display: none; } .xp_3ca099481a_1_line_title { font-size: 0.16rem; } .xp_3ca099481a_1_list { padding: 0 0.2rem; } .xp_3ca099481a_1_find { padding: 0.2rem; } .xp_3ca099481a_1_line_item { margin-top: 0.2rem; margin-left: 0.2rem; font-size: 0.12rem; } .xp_3ca099481a_1_line_state { font-size: 0.14rem; } .xp_3ca099481a_1_line_box { border-left: 0.02rem solid var(--xp-color1); } } .xp_fe8240fe8d_0_container { position: relative; z-index: 1; width: 100%; display: flex; flex-direction: column; align-items: center; background-color: #FFFFFF; background-position: center; background-repeat: no-repeat; background-size: cover; background-image: url('https://yzzy-img.schoolpi.net/storage/images/20250613/1749802844_684bdf5c1779b.webp'); margin: 0rem 0rem 0rem 0rem; padding: 0.6rem 0rem 0.6rem 0rem; } .xp_fe8240fe8d_0_content { width: 100%; max-width: var(--xp-content-width); height: 2rem; display: flex; align-items: center; } .xp_fe8240fe8d_0_item { height: 100%; display: flex; flex-direction: column; justify-content: space-between; } .xp_fe8240fe8d_0_item_l { flex: 1; padding-right: 2rem; } .xp_fe8240fe8d_0_item_r { width: 6rem; } .xp_fe8240fe8d_0_select_box { width: 100%; display: flex; align-items: center; height: 1rem; } .xp_fe8240fe8d_0_select { width: 2.8rem; height: 0.4rem; background-color: #fff; margin-left: 0.2rem; display: flex; align-items: center; padding: 0 0.2rem; cursor: pointer; position: relative; } .xp_fe8240fe8d_0_select:first-child { margin-left: 0; } .xp_fe8240fe8d_0_select_name { flex: 1; width: 0; font-size: 0.18rem; color: #999; padding-right: 0.2rem; } .xp_fe8240fe8d_0_select_icon { width: 0.24rem; height: 0.24rem; color: #999; } .xp_fe8240fe8d_0_select_modal { visibility: hidden; width: 100%; height: 3rem; max-height: 3rem; overflow-y: auto; position: absolute; left: 0; z-index: 100; bottom: 0.4rem; background-color: #FFFFFF; border: 0.01rem solid #f0f0f0; display: flex; flex-direction: column; } .xp_fe8240fe8d_0_select:hover .xp_fe8240fe8d_0_select_modal { visibility: visible; } .uuiid_select_item { display: block; width: 100%; padding: 0.1rem 0.2rem; text-align: center; color: #333; font-size: 0.16rem; } .uuiid_select_item:hover { background-color: var(--xp-color1); color: #ffffff; } .xp_fe8240fe8d_0_copyright { width: 100%; display: flex; align-items: center; flex-wrap: wrap; } .xp_fe8240fe8d_0_copyright_item { color: #fff; font-size: 0.16rem; line-height: 0.3rem; margin-right: 0.1rem; display: flex; align-items: center; } .xp_fe8240fe8d_0_copyright_item:last-child { margin-right: 0; } .xp_fe8240fe8d_0_copyright_icon{ width: 0.18rem; margin-right: 0.04rem; } .xp_fe8240fe8d_0_link_box { width: 100%; display: flex; flex-wrap: wrap; } .xp_fe8240fe8d_0_link { user-select: none; cursor: pointer; display: flex; align-items: center; padding: 0.15rem 0.2rem; } .xp_fe8240fe8d_0_link_name { color: #FFF; font-size: 0.18rem; } .xp_fe8240fe8d_0_link_icon { width: 0.3rem; height: 0.3rem; margin-right: 0.1rem; } .xp_fe8240fe8d_0_code_box { width: 100%; display: flex; align-items: center; padding-left: 0.18rem; } .xp_fe8240fe8d_0_code { position: relative; width: 0.5rem; height: 0.5rem; display: flex; align-items: center; justify-content: center; cursor: pointer; margin-left: 0.2rem; } .xp_fe8240fe8d_0_code:first-child { margin-left: 0; } .xp_fe8240fe8d_0_code_icon { width: 100%; height: 100%; object-fit: cover; } .xp_fe8240fe8d_0_code_modal { visibility: hidden; position: absolute; bottom: 0.6rem; width: 1.4rem; padding: 0.1rem; border-radius: 0.02rem; box-shadow: 0 0 0.1rem 0.02rem var(--xp-color1); background-color: #fff; opacity: 0; transition: all ease .3s; } .xp_fe8240fe8d_0_code_image { width: 100%; height: 1.2rem; object-fit: cover; border-radius: 0.02rem; } .xp_fe8240fe8d_0_code_name { width: 100%; line-height: 0.16rem; text-align: center; font-size: 0.16rem; margin-top: 0.04rem; } .xp_fe8240fe8d_0_code:hover .xp_fe8240fe8d_0_code_modal { visibility: visible; opacity: 1; } @media screen and (max-width: 800px) { .xp_fe8240fe8d_0_container { width: 100vw; margin: 0rem 0rem 0rem 0rem; padding: 0rem 0rem 0rem 0rem; } .xp_fe8240fe8d_0_content { height: fit-content; flex-direction: column; padding: 0 0.2rem; } .xp_fe8240fe8d_0_item_l { order: 2; width: 100%; flex: none; padding-right: 0; } .xp_fe8240fe8d_0_item_r { order: 1; width: 100%; flex: none; } .xp_fe8240fe8d_0_link_box { justify-content: center; } .xp_fe8240fe8d_0_link_name { font-size: 0.14rem; } .xp_fe8240fe8d_0_item { display: flex; flex-direction: column; justify-content: center; } .xp_fe8240fe8d_0_code_box { justify-content: center; margin: 0.2rem 0; } .xp_fe8240fe8d_0_select_modal { height: 2rem; max-height: 2rem; } .xp_fe8240fe8d_0_select { flex: 1; width: 0; padding: 0 0.1rem; } .xp_fe8240fe8d_0_copyright { justify-content: center; } .xp_fe8240fe8d_0_select_name , .uuiid_select_item { font-size: 0.14rem; } .xp_fe8240fe8d_0_select_icon { width: 0.2rem; height: 0.2rem; } }