html { --xp-content-width: 16rem; --xp-color1: #487F5F; --xp-color2: #74a689; --xp-color3: #365580; --xp-color4: #4d6586; --xp-color5: #9bb0cc; --xp-color6: #d0d6df; }.xp_7b56f6f280_2_container { width: 100%; } .xp_7b56f6f280_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_7b56f6f280_2_content { width: 100%; max-width: var(--xp-content-width); height: 1.4rem; display: flex; align-items: center; } .xp_7b56f6f280_2_logo { max-width: 5.2rem; height: 0.8rem; display: flex; align-items: center; } .xp_7b56f6f280_2_logo img { width: 4.23rem; height: 0.6rem; } .xp_7b56f6f280_2_box { margin-left: 0.2rem; padding-top: 0.08rem; flex: 1; height: 1rem; display: flex; flex-direction: column; } .xp_7b56f6f280_2_logo_title { font-size: 0.24rem; color: #fff; margin-left: 0.24rem; color: #FFFFFF; } .xp_7b56f6f280_2_box_t { width: 100%; display: flex; justify-content: flex-end; align-items: center; } .xp_7b56f6f280_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_7b56f6f280_2_search_icon { min-width: 0.12rem; height: 0.12rem; color: #fff; cursor: pointer; } .xp_7b56f6f280_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_7b56f6f280_2_link { display: flex; align-items: center; color: #fff; margin-right: 0.2rem; } .xp_7b56f6f280_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_7b56f6f280_2_link_item_icon { width: 0.22rem; height: 0.22rem; margin-right: 0.04rem; object-fit: cover; } .xp_7b56f6f280_2_box_nav { width: 100%; display: flex; justify-content: flex-end; margin-top: 0.15rem; } .xp_7b56f6f280_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_7b56f6f280_2_box_nav_item:hover::after { position: absolute; bottom: -0.02rem; width: 0.4rem; height: 0.04rem; content: ""; background-color: var(--xp-color1); } .xp_7b56f6f280_2_box_nav_item:hover .xp_7b56f6f280_2_nav { display: block; } .xp_7b56f6f280_2_nav { display: none; position: absolute; top: 100%; left: 0; padding-bottom: 0.2rem; } .xp_7b56f6f280_2_nav_box { position: relative; margin-top: 0.04rem; display: flex; flex-direction: column; } .xp_7b56f6f280_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_7b56f6f280_2_nav_item:hover { background-color: var(--xp-color1); color: #FFFFFF; } .xp_7b56f6f280_2_app_content { display: none; } .xp_7b56f6f280_2_placeholder { display: none; } .xp_7b56f6f280_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_7b56f6f280_2_search_bg { width: 100%; height: 100%; position: relative; object-fit: cover; } .xp_7b56f6f280_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_7b56f6f280_2_search_show { visibility: visible; opacity: 1; } .xp_7b56f6f280_2_search_title { font-size: 0.32rem; color: #fff; font-weight: bold; margin-top: -1.4rem; transition: all ease .8s; } .xp_7b56f6f280_2_search_show .xp_7b56f6f280_2_search_title { margin-top: -0.4rem; } .xp_7b56f6f280_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_7b56f6f280_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_7b56f6f280_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_7b56f6f280_2_search_inp::placeholder { font-weight: 400; } .xp_7b56f6f280_2_search_close { width: 0.6rem; height: 0.6rem; display: flex; align-items: center; justify-content: center; margin-top: 0.4rem; cursor: pointer; } .xp_7b56f6f280_2_search_close_icon { width: 0.4rem; height: 0.4rem; color: #fff; } .xp_7b56f6f280_2_h5 { display: none; } .xp_7b56f6f280_2_switch { width: 100%; position: absolute; top: 1.4rem; display: flex; justify-content: center; z-index: 100; gap: 0.1rem; user-select: none; } .xp_7b56f6f280_2_switch_item { padding: 0.04rem 0.2rem; border-radius: 1rem; color: #fff; } .xp_7b56f6f280_2_switch_select { background-color: rgba(0, 0, 0, .4); backdrop-filter: blur(1px); cursor: pointer; } @media screen and (max-width: 800px) { .xp_7b56f6f280_2_header { display: none; } .xp_7b56f6f280_2_switch { top: 0.2rem; } .xp_7b56f6f280_2_switch_item { font-size: 0.12rem; } body { padding-top: 0.6rem; } body { padding-top: 0.6rem; } .xp_7b56f6f280_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_7b56f6f280_2_h5_logo { height: 0.3rem; } .xp_7b56f6f280_2_h5_menu { width: 0.5rem; height: 0.5rem; display: flex; align-items: center; justify-content: center; } .xp_7b56f6f280_2_h5_menu_icon { width: 0.3rem; height: 0.3rem; color: #fff; } .xp_7b56f6f280_2_h5_search { width: 0.5rem; height: 0.5rem; display: flex; align-items: center; justify-content: center; } .xp_7b56f6f280_2_h5_search_icon { width: 0.24rem; height: 0.24rem; color: #fff; } .xp_7b56f6f280_2_h5_menu_box { width: 100%; height: 100vh; position: fixed; left: 0; top: 0; z-index: 100; visibility: hidden; } .xp_7b56f6f280_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_7b56f6f280_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_7b56f6f280_2_h5_menu_open { visibility: initial; } .xp_7b56f6f280_2_h5_menu_open .xp_7b56f6f280_2_h5_menu_content { transform: translateX(0); } .xp_7b56f6f280_2_h5_menu_open .xp_7b56f6f280_2_h5_menu_bg { backdrop-filter: blur(0.04rem); background-color: rgba(0, 0, 0, .3); } .xp_7b56f6f280_2_h5_menu_logo { width: 100%; margin-bottom: 0.3rem; } .xp_7b56f6f280_2_h5_menu_list { width: 100%; display: flex; flex-direction: column; } .xp_7b56f6f280_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_7b56f6f280_2_h5_group_title { flex: 1; font-size: 0.16rem; } .xp_7b56f6f280_2_h5_group_icon { width: 0.2rem; height: 0.2rem; color: #666; } .xp_7b56f6f280_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_7b56f6f280_2_menu_close_icon { width: 0.18rem; height: 0.18rem; color: #fff; position: relative; left: 0.05rem; bottom: 0.05rem; } .xp_7b56f6f280_2_h5_group_line { width: 100%; display: flex; align-items: center; padding: 0 0.2rem; min-height: 0.5rem; background-color: #fff; } .xp_7b56f6f280_2_h5_list { width: 100%; display: none; flex-direction: column; } .xp_7b56f6f280_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_7b56f6f280_2_h5_item:last-child { border-bottom: none; } .xp_7b56f6f280_2_h5_group_show .xp_7b56f6f280_2_h5_list { display: flex; } .xp_7b56f6f280_2_h5_group_show .xp_7b56f6f280_2_h5_group_icon { transform: rotate(90deg); } .xp_7b56f6f280_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_7b56f6f280_2_h5_search_open { visibility: initial; } .xp_7b56f6f280_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_7b56f6f280_2_h5_search_open .xp_7b56f6f280_2_h5_inp_box { transform: translateY(0); } .xp_7b56f6f280_2_h5_search_open { background-color: rgba(0, 0, 0, .7); backdrop-filter: blur(0.01rem); } .xp_7b56f6f280_2_h5_input { flex: 1; height: 100%; font-size: 0.16rem; border: none; background-color: transparent; outline: none; padding: 0 0.2rem; } .xp_7b56f6f280_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_7b56f6f280_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_7b56f6f280_2_h5_search_open .xp_7b56f6f280_2_h5_search_close { opacity: 1; } .xp_7b56f6f280_2_h5_search_close_icon { width: 0.2rem; height: 0.2rem; color: #fff; } } .xp_6786d22f40_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_6786d22f40_3_content { width: 100%; overflow: hidden; position: relative; display: flex; align-items: center; justify-content: center; } .xp_6786d22f40_3_banner { width: 100%; height: auto; } .xp_6786d22f40_3_banner_item { width: 100%; height: 100%; overflow: hidden; } .xp_6786d22f40_3_banner_item_img { width: 100%; height: 100%; display: flex; transform: scale(1) rotateX(360deg); height: auto; transition: transform linear s; } .xp_6786d22f40_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: flex-start; } .xp_6786d22f40_3_index_item { width: 0.1rem; height: 0.1rem; border-radius: 50%; background-color: #fff; margin: 0 0.06rem; } .xp_6786d22f40_3_index_item_select { width: 0.4rem; height: 0.3rem; border-radius: 0; background-color: transparent; background-image: url('https://yzzy.schoolpi.net/assets/component-style/040d62f5-e322-40ba-8062-dcd19b0385e8/cdef3470-875e-46fa-9507-7f41d363ca35.png'); background-position: center center; background-size: 100%; transform: translateY(-0.04rem); } .xp_6786d22f40_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_6786d22f40_3_pre { left: 0.4rem; } .xp_6786d22f40_3_next { right: 0.4rem; } .xp_6786d22f40_3_button:hover { color: #fff; background-color: rgba(0, 0, 0, .6); } .xp_6786d22f40_3_item_icon { width: 0.3rem; height: 0.3rem; } @media screen and (min-width: 800px) { .swiper-slide-active .xp_6786d22f40_3_banner_item_img { transform: scale(1.08) rotateX(360deg); } } @media screen and (max-width: 800px) { .xp_6786d22f40_3_container { width: 100vw; background-image: none; background-color: transparent; margin: 0rem 0rem 0rem 0rem; padding: 0rem 0rem 0rem 0rem; } .xp_6786d22f40_3_banner { width: 100%; max-height: 2rem; } .xp_6786d22f40_3_button { display: none; } .xp_6786d22f40_3_children { width: 100%; margin-top: 0; } .xp_6786d22f40_3_index { bottom: -0.5rem !important; } .xp_6786d22f40_3_index_item_select { width: 0.3rem; height: 0.2rem; } } .xp_ab44ff352c_0_container { position: relative; z-index: 1; width: 100%; display: flex; justify-content: center; background-color: #FFFFFF; margin: 0rem 0rem 0rem 0rem; padding: 0rem 0rem 0rem 0rem; } .xp_ab44ff352c_0_content { display: flex; align-items: center; max-width: var(--xp-content-width); width: 100%; padding: 0.2rem 0rem 0.2rem 0rem; border-bottom: 0.02rem solid var(--xp-color6); } .xp_ab44ff352c_0_tags { flex: 1; display: flex; justify-content: flex-end; align-items: center; } .xp_ab44ff352c_0_tag_text{ color: #666; font-size: 0.18rem; margin-right: 0.1rem; } .xp_ab44ff352c_0_title { color: #FFFFFF; padding: 0.1rem 0.2rem; font-size: 0.18rem; font-weight: bold; display: flex; align-items: center; background-color: var(--xp-color1); } .xp_ab44ff352c_0_title_en { font-size: 0.16rem; margin-left: 0.04rem; } .xp_ab44ff352c_0_item { user-select: none; padding: 0 0.01rem; display: flex; align-items: center; color: #666; font-size: 0.18rem; } .xp_ab44ff352c_0_item_select { color: var(--xp-color1); } .xp_ab44ff352c_0_item_icon { width: 0.15rem; height: 0.15rem; margin-right: 0.04rem; color: var(--xp-color1); } .xp_ab44ff352c_0_icon { width: 0.16rem; height: 0.16rem; margin: 0 0.04rem; } @media screen and (max-width: 800px) { .xp_ab44ff352c_0_container { width: 100vw; margin: 0; padding: 0.2rem; } .xp_ab44ff352c_0_content { padding: 0.1rem 0; justify-content: center; } .xp_ab44ff352c_0_tags { font-size: 0.12rem; } .xp_ab44ff352c_0_tag_text { display: none; } .xp_ab44ff352c_0_item { font-size: 0.12rem; } .xp_ab44ff352c_0_icon { width: 0.12rem; height: 0.12rem; } .xp_ab44ff352c_0_title_en { display: none; } .xp_ab44ff352c_0_title { padding: 0.06rem 0.1rem; font-size: 0.14rem; } }.xp_3780bcb457_4_container { position: relative; z-index: 100; width: 100%; display: flex; align-items: center; flex-direction: column; background-color: #FFFFFF; margin: 0rem 0rem 0rem 0rem; padding: 0.6rem 0rem 0.6rem 0rem; } .xp_3780bcb457_4_content { max-width: var(--xp-content-width); width: 100%; display: flex; align-items: center; height: 6.2rem; } .xp_3780bcb457_4_l { flex: 1; box-shadow: 0 0 0.15rem 0 #ccc; padding: 0.4rem; height: 100%; display: flex; background-color: #FFFFFF; flex-direction: column; } .xp_3780bcb457_4_l_title { position: relative; width: 100%; height: 0.5rem; font-size: 0.26rem; display: flex; align-items: center; } .xp_3780bcb457_4_l_title::after { content: ""; position: absolute; left: -0.4rem; width: 0.04rem; height: 100%; background-color: var(--xp-color1); } .xp_3780bcb457_4_l_content { flex: 1; font-size: 0.18rem; width: 100%; overflow-y: auto; border-right: 0.02rem solid #ccc; padding-right: 0.2rem; } .xp_3780bcb457_4_l_line { line-height: 0.26rem; margin-top: 0.2rem; } .xp_3780bcb457_4_l_footer { position: relative; width: 100%; height: 0.5rem; margin-top: 0.4rem; font-size: 0.2rem; display: flex; align-items: center; } .xp_3780bcb457_4_l_hr { flex: 1; margin-left: 0.2rem; margin-right: 0.2rem; height: 0.01rem; background-color: #ccc; } .xp_3780bcb457_4_r { flex: 1; margin-left: 0.2rem; box-shadow: 0 0 0.15rem 0 #ccc; height: 100%; background-color: #FFFFFF; padding: 0.4rem; position: relative; } .xp_3780bcb457_4_r_line { width: 100%; height: 0.5rem; display: flex; align-items: center; border-bottom: 0.01rem solid #f0f0f0; } .xp_3780bcb457_4_r_line_title { font-weight: bold; width: 0.7rem; font-size: 0.18rem; border-right: 0.01rem solid #f0f0f0; margin-right: 0.2rem; } .xp_3780bcb457_4_r_line_title1 { width: 0.7rem; font-size: 0.18rem; border-right: 0.01rem solid #f0f0f0; margin-right: 0.2rem; color: #555; } .xp_3780bcb457_4_r_line_title2 { border: none; margin-top: 0.2rem; } .xp_3780bcb457_4_r_line_info { flex: 1; font-size: 0.18rem; } .xp_3780bcb457_4_r_line_1 { height: 1.7rem; padding: 0.2rem 0rem; align-items: flex-start; } .xp_3780bcb457_4_r_content { display: grid; gap: 0.2rem; padding: 0.2rem 0; grid-template-columns: repeat(2, minmax(0, 1fr)); } .xp_3780bcb457_4_r_input { width: 100%; height: 100%; border: none; background-color: transparent; outline: none; font-size: 0.16rem; } .xp_3780bcb457_4_but_box { width: 100%; margin-top: 0.3rem; display: flex; justify-content: center; } .xp_3780bcb457_4_but_item { margin: 0 0.2rem; padding: 0.1rem 0.4rem; border-radius: 0.3rem; background-color: #f0f0f0; cursor: pointer; user-select: none; font-size: 0.18rem; } .xp_3780bcb457_4_but_send { background-color: var(--xp-color1); color: #fff; } .xp_3780bcb457_4_code_img { width: 1rem; height: 0.35rem; border: 0.01rem solid #999; background-color: #f0f0f0; } .xp_3780bcb457_4_code_icon_box { width: 0.35rem; height: 0.35rem; display: flex; justify-content: center; align-items: center; cursor: pointer; } .xp_3780bcb457_4_code_icon { width: 0.2rem; height: 0.2rem; margin-left: 0.1rem; cursor: pointer; } .xp_3780bcb457_4_ok { width: 100%; height: 100%; display: none; flex-direction: column; align-items: center; justify-content: center; position: absolute; z-index: 10; left: 0; top: 0; padding: 0.4rem; background-color: #fff; } .xp_3780bcb457_4_ok_title { font-size: 0.2rem; width: 100%; text-align: center; } .xp_3780bcb457_4_ok_code { font-size: 0.2rem; text-align: center; width: 100%; color: #666; margin-top: 0.4rem; padding: 0.1rem 0; background-color: #f0f0f0; } .xp_3780bcb457_4_ok_tips { color: #999; text-align: center; width: 100%; margin-top: 0.4rem; } @media screen and (max-width: 800px) { .xp_3780bcb457_4_container{ margin: 0; padding: 0; } .xp_3780bcb457_4_content { flex-direction: column; height: auto; } .xp_3780bcb457_4_l_content { border-right: none; } .xp_3780bcb457_4_r { width: 100%; margin-left: 0; margin-top: 0rem; box-shadow: none; padding: 0.2rem; padding-top: 0rem; } .xp_3780bcb457_4_r_content { grid-template-columns: repeat(1, minmax(0, 1fr)); } .xp_3780bcb457_4_but_item { padding: 0.06rem 0.2rem; } .xp_3780bcb457_4_l_title { font-size: 0.2rem; } .xp_3780bcb457_4_l_title::after { display: none; } .xp_3780bcb457_4_but_box { margin-top: 0.2rem; } .xp_3780bcb457_4_l { padding: 0.2rem; box-shadow: none; } } .xp_5267ec1c36_1_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_5267ec1c36_1_content { width: 100%; max-width: var(--xp-content-width); height: 2rem; display: flex; align-items: center; } .xp_5267ec1c36_1_item { height: 100%; display: flex; flex-direction: column; justify-content: space-between; } .xp_5267ec1c36_1_item_l { flex: 1; padding-right: 2rem; } .xp_5267ec1c36_1_item_r { width: 6rem; } .xp_5267ec1c36_1_select_box { width: 100%; display: flex; align-items: center; height: 1rem; } .xp_5267ec1c36_1_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_5267ec1c36_1_select:first-child { margin-left: 0; } .xp_5267ec1c36_1_select_name { flex: 1; width: 0; font-size: 0.18rem; color: #999; padding-right: 0.2rem; } .xp_5267ec1c36_1_select_icon { width: 0.24rem; height: 0.24rem; color: #999; } .xp_5267ec1c36_1_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_5267ec1c36_1_select:hover .xp_5267ec1c36_1_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_5267ec1c36_1_copyright { width: 100%; display: flex; align-items: center; flex-wrap: wrap; } .xp_5267ec1c36_1_copyright_item { color: #fff; font-size: 0.16rem; line-height: 0.3rem; margin-right: 0.1rem; display: flex; align-items: center; } .xp_5267ec1c36_1_copyright_item:last-child { margin-right: 0; } .xp_5267ec1c36_1_copyright_icon{ width: 0.18rem; margin-right: 0.04rem; } .xp_5267ec1c36_1_link_box { width: 100%; display: flex; flex-wrap: wrap; } .xp_5267ec1c36_1_link { user-select: none; cursor: pointer; display: flex; align-items: center; padding: 0.15rem 0.2rem; } .xp_5267ec1c36_1_link_name { color: #FFF; font-size: 0.18rem; } .xp_5267ec1c36_1_link_icon { width: 0.3rem; height: 0.3rem; margin-right: 0.1rem; } .xp_5267ec1c36_1_code_box { width: 100%; display: flex; align-items: center; padding-left: 0.18rem; } .xp_5267ec1c36_1_code { position: relative; width: 0.5rem; height: 0.5rem; display: flex; align-items: center; justify-content: center; cursor: pointer; margin-left: 0.2rem; } .xp_5267ec1c36_1_code:first-child { margin-left: 0; } .xp_5267ec1c36_1_code_icon { width: 100%; height: 100%; object-fit: cover; } .xp_5267ec1c36_1_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_5267ec1c36_1_code_image { width: 100%; height: 1.2rem; object-fit: cover; border-radius: 0.02rem; } .xp_5267ec1c36_1_code_name { width: 100%; line-height: 0.16rem; text-align: center; font-size: 0.16rem; margin-top: 0.04rem; } .xp_5267ec1c36_1_code:hover .xp_5267ec1c36_1_code_modal { visibility: visible; opacity: 1; } @media screen and (max-width: 800px) { .xp_5267ec1c36_1_container { width: 100vw; margin: 0rem 0rem 0rem 0rem; padding: 0rem 0rem 0rem 0rem; } .xp_5267ec1c36_1_content { height: fit-content; flex-direction: column; padding: 0 0.2rem; } .xp_5267ec1c36_1_item_l { order: 2; width: 100%; flex: none; padding-right: 0; } .xp_5267ec1c36_1_item_r { order: 1; width: 100%; flex: none; } .xp_5267ec1c36_1_link_box { justify-content: center; } .xp_5267ec1c36_1_link_name { font-size: 0.14rem; } .xp_5267ec1c36_1_item { display: flex; flex-direction: column; justify-content: center; } .xp_5267ec1c36_1_code_box { justify-content: center; margin: 0.2rem 0; } .xp_5267ec1c36_1_select_modal { height: 2rem; max-height: 2rem; } .xp_5267ec1c36_1_select { flex: 1; width: 0; padding: 0 0.1rem; } .xp_5267ec1c36_1_copyright { justify-content: center; } .xp_5267ec1c36_1_select_name , .uuiid_select_item { font-size: 0.14rem; } .xp_5267ec1c36_1_select_icon { width: 0.2rem; height: 0.2rem; } }