html { --xp-content-width: 16rem; --xp-color1: #3F7B57; --xp-color2: #51896D; --xp-color3: #BCE8D2; --xp-color4: #4d6586; --xp-color5: #9bb0cc; --xp-color6: #d0d6df; }.xp_7e5a27a552_0_container { width: 100%; display: flex; align-items: center; flex-direction: column; background-color: var(--xp-color1); margin: 0rem 0rem 0rem 0rem; padding: 0rem 0rem 0rem 0rem; } .xp_7e5a27a552_0_head { width: 100%; position: fixed; top:0; left:0; z-index: 1000; display: flex; flex-direction: column; align-items: center; transition: all linear .7s; } .xp_7e5a27a552_0_head_content { width: 100%; height: 1.2rem; background-image: linear-gradient(to bottom, rgba(63, 123, 87,0.7), rgba(0, 0, 0, 0)); display: flex; justify-content: center; backdrop-filter: blur(0.01rem); } .xp_7e5a27a552_0_head_top { width: 100%; display: flex; align-items: center; } .xp_7e5a27a552_0_head_link { flex: 1; width: 0; color: #fff; display: flex; justify-content: flex-end; margin-right: 0.1rem; gap: 0.1rem; } .xp_7e5a27a552_0_head_link_item { border: 1px solid #fff; font-size: 0.12rem; padding: 0.02rem 0.1rem; border-radius: 1rem; color: #fff; } .xp_7e5a27a552_0_head_search { width: 0.3rem; height: 0.3rem; display: flex; align-items: center; justify-content: center; color: #fff; cursor: pointer; } .xp_7e5a27a552_0_head_search_icon { width: 0.2rem; height: 0.2rem; } .xp_7e5a27a552_0_head_content2 { background-image: linear-gradient(to bottom, var(--xp-color1), rgba(0, 0, 0, 0)); position: fixed; top: 0; left: 0; z-index: 1000; min-width: var(--xp-min-content-width); transform: translateY(-100%); animation: xp_7e5a27a552_0_head_y .6s linear forwards; } @keyframes xp_7e5a27a552_0_head_y { form { transform: translateY(-100%); } to { transform: translateY(0); } } .xp_7e5a27a552_0_head_content_box { width: var(--xp-content-width); height: 100%; display: flex; align-items: center; } .xp_7e5a27a552_0_head_left { height: 100%; display: flex; align-items: center; } .xp_7e5a27a552_0_head_left img { width: 4.6rem; height: 0.62rem; } .xp_7e5a27a552_0_head_left_text { color: #fff; font-size: 0.18rem; margin-left: 0.16rem; } .xp_7e5a27a552_0_head_tag { padding: 0 0.2rem; border-left: 0.01rem solid #f0f0f0; margin-left: 0.2rem; color: #eee; font-size: 0.12rem; } .xp_7e5a27a552_0_head_right { flex: 1; height: 100%; display: flex; flex-direction: column; align-items:flex-end; justify-content: center; } .xp_7e5a27a552_0_head_nav { display: flex; align-items: center; gap: 0.4rem; } .xp_7e5a27a552_0_nav_line { padding: 0.1rem 0rem; color: #fff; cursor: pointer; font-size: 0.2rem; display: flex; justify-content: center; position: relative; } .xp_7e5a27a552_0_nav_line::before { content: ""; position: absolute; width: 0; bottom: 0; transition: all linear .4s; height: 0.02rem; background-color: #fff; } .xp_7e5a27a552_0_nav_line:hover::before { width: 100%; background-color: var(--xp-color1); } .xp_7e5a27a552_0_nav_line:hover .xp_7e5a27a552_0_nav_line_title { color: var(--xp-color1); } .xp_7e5a27a552_0_nav_line_title { color: #fff; } .xp_7e5a27a552_0_nav_group { position: absolute; top: 100%; display: none; } .xp_7e5a27a552_0_nav_line:hover .xp_7e5a27a552_0_nav_group { display: flex; } .xp_7e5a27a552_0_nav_group_box { width: 3rem; top: 0.05rem; max-height: 8rem; background-color: rgba(255, 255, 255, .9); box-shadow: 0 0 0.1rem rgba(00, 00, 00, 0.1); position: relative; z-index: 1; backdrop-filter: blur(0.01rem); } .xp_7e5a27a552_0_nav_line:hover .xp_7e5a27a552_0_nav_group_box { top: 0.26rem; height: 100%; padding: 0.1rem 0.15rem; } .xp_7e5a27a552_0_nav_group_title { width: 100%; height: 0.4rem; display: flex; align-items: center; color: #333; font-weight: 400; font-size: 0.18rem; color: var(--xp-color1); margin-bottom: 0.1rem; font-weight: bold; border-bottom: 0.02rem solid var(--xp-color2); } .xp_7e5a27a552_0_nav_list { width: 100%; display: flex; align-items: center; flex-wrap: wrap; } .xp_7e5a27a552_0_nav_group_item { width: 100%; font-size: 0.18rem; color: #333; line-height: 0.4rem; padding: 0 0.1rem; cursor: pointer; } .xp_7e5a27a552_0_nav_group_item:hover { color: var(--xp-color1); } .xp_7e5a27a552_0_search_container { position: absolute; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 1000; opacity: 0; display: none; animation: xp_7e5a27a552_0_search_show ease .4s forwards; } .xp_7e5a27a552_0_search_show { display: block; } .xp_7e5a27a552_0_search_logo { height: 1rem; margin-top: -1rem; } .xp_7e5a27a552_0_serach_bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; object-fit: cover; } .xp_7e5a27a552_0_serach_content { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; background: rgba(0, 0, 0, 0.7); backdrop-filter: blur(0.02rem); } .xp_7e5a27a552_0_search_input { width: 11rem; height: 0.76rem; background: rgba(157, 157, 144, .8); border-radius: 1rem; margin-top: 0.8rem; display: flex; align-items: center; overflow: hidden; } .xp_7e5a27a552_0_search_input input { flex: 1; height: 100%; background: transparent; outline: none; border: none; margin-left: 0.4rem; margin-right: 0.4rem; font-size: 0.24rem; color: #fff; } .xp_7e5a27a552_0_search_input input::placeholder { color: rgb(184, 184, 167) } .xp_7e5a27a552_0_search_input_but { width: 1.4rem; height: 100%; background-color: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; } .xp_7e5a27a552_0_search_input_but_icon { width: 0.34rem; height: 0.34rem; color: #333; } .xp_7e5a27a552_0_search_close { width: 0.8rem; height: 0.8rem; margin-top: 0.8rem; display: flex; align-items: center; justify-content: center; } .xp_7e5a27a552_0_search_close_icon { width: 0.46rem; height: 0.46rem; color: #fff; cursor: pointer; } @keyframes xp_7e5a27a552_0_search_show { form { opacity: 0; } to { opacity: 1; } } .xp_7e5a27a552_0_h5 { display: none; } .xp_7e5a27a552_0_switch { width: 100%; position: absolute; top: 1.4rem; display: flex; justify-content: center; z-index: 100; gap: 0.1rem; user-select: none; } .xp_7e5a27a552_0_switch_item { padding: 0.04rem 0.2rem; border-radius: 1rem; color: #fff; } .xp_7e5a27a552_0_switch_select { background-color: rgba(0, 0, 0, .4); backdrop-filter: blur(1px); cursor: pointer; } @media screen and (max-width: 800px) { .xp_7e5a27a552_0_head { display: none; } .xp_7e5a27a552_0_switch { top: 0.2rem; } .xp_7e5a27a552_0_switch_item { font-size: 0.12rem; } body { padding-top: 0.6rem; } .xp_7e5a27a552_0_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_7e5a27a552_0_h5_logo { height: 0.24rem; } .xp_7e5a27a552_0_h5_menu { width: 0.5rem; height: 0.5rem; display: flex; align-items: center; justify-content: center; } .xp_7e5a27a552_0_h5_menu_icon { width: 0.24rem; height: 0.24rem; color: #fff; } .xp_7e5a27a552_0_h5_search { width: 0.5rem; height: 0.5rem; display: flex; align-items: center; justify-content: center; } .xp_7e5a27a552_0_h5_search_icon { width: 0.2rem; height: 0.2rem; color: #fff; } .xp_7e5a27a552_0_h5_menu_box { width: 100%; height: 100vh; position: fixed; left: 0; top: 0; z-index: 100; visibility: hidden; } .xp_7e5a27a552_0_h5_menu_content { overflow-y: auto; position: absolute; top: 0; left: 0; z-index: 2; transform: translateX(-100vw); transition: all ease .6s; display: flex; flex-direction: column; align-items: center; padding: 0.3rem; width: 100%; height: 100vh; } .xp_7e5a27a552_0_h5_menu_bg { position: absolute; width: 100%; height: 100vh; left: 0; top: 0; z-index: 1; backdrop-filter: blur(0); transition: all linear .6s; } .xp_7e5a27a552_0_h5_menu_open { visibility: initial; } .xp_7e5a27a552_0_h5_menu_open .xp_7e5a27a552_0_h5_menu_content { transform: translateX(0); } .xp_7e5a27a552_0_h5_menu_open .xp_7e5a27a552_0_h5_menu_bg { backdrop-filter: blur(4px); background-color: rgba(63, 123, 87,0.94); } .xp_7e5a27a552_0_h5_menu_logo { width: 70%; } .xp_7e5a27a552_0_h5_menu_logo_box { width: 100%; margin-bottom: 0.3rem; } .xp_7e5a27a552_0_h5_menu_list { width: 100%; display: flex; flex-direction: column; } .xp_7e5a27a552_0_h5_group { width: 100%; display: flex; flex-direction: column; align-items: center; } .xp_7e5a27a552_0_h5_group_title { flex: 1; font-size: 0.16rem; } .xp_7e5a27a552_0_h5_group_icon { width: 0.2rem; height: 0.2rem; color: #fff; } .xp_7e5a27a552_0_menu_close { position: absolute; right: 0; top: 0; width: 0.52rem; height: 0.52rem; background-image: linear-gradient(to bottom, var(--xp-color1), var(--xp-color2)); display: flex; align-items: center; justify-content: center; border-bottom-left-radius: 0.1rem; } .xp_7e5a27a552_0_menu_close_icon { width: 0.2rem; height: 0.2rem; color: #fff; position: relative; } .xp_7e5a27a552_0_h5_group_line { width: 100%; display: flex; align-items: center; min-height: 0.5rem; color: #fff; border-bottom: 1px solid rgba(255, 255, 255,0.4); } .xp_7e5a27a552_0_h5_list { width: 100%; display: none; flex-direction: column; } .xp_7e5a27a552_0_h5_item { height: 0.5rem; width: 100%; font-size: .16rem; display: flex; align-items: center; color: #fff; padding-left: 0.2rem; position: relative; border-bottom: 1px solid rgba(255, 255, 255,0.4); } .xp_7e5a27a552_0_h5_item::before { position: absolute; content: ""; width: 0.08rem; height: 0.08rem; left: 0rem; background-color: #fff; } .xp_7e5a27a552_0_h5_item:last-child { border-bottom: none; } .xp_7e5a27a552_0_h5_group_show .xp_7e5a27a552_0_h5_list { display: flex; } .xp_7e5a27a552_0_h5_group_show .xp_7e5a27a552_0_h5_group_icon { transform: rotate(90deg); } .xp_7e5a27a552_0_h5_search_box { width: 100%; height: 100vh; position: absolute; left: 0; top: 0; z-index: 10; visibility: hidden; display: flex; flex-direction: column; align-items: center; transition: all ease .4s; } .xp_7e5a27a552_0_h5_search_open { visibility: initial; } .xp_7e5a27a552_0_h5_inp_box { width: 90%; height: 0.5rem; margin-top: 2rem; background-color: #fff; border-radius: 0.04rem; display: flex; align-items: center; overflow: hidden; transform: translateY(-3rem); transition: all ease .4s; } .xp_7e5a27a552_0_h5_search_open .xp_7e5a27a552_0_h5_inp_box { transform: translateY(0); } .xp_7e5a27a552_0_h5_search_open { background-color: rgba(0, 0, 0, .7); backdrop-filter: blur(0.01rem); } .xp_7e5a27a552_0_h5_input { flex: 1; height: 100%; font-size: 0.16rem; border: none; background-color: transparent; outline: none; padding: 0 0.2rem; } .xp_7e5a27a552_0_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_7e5a27a552_0_h5_search_close { width: 0.5rem; height: 0.5rem; border-radius: 50%; background-color: var(--xp-color2); display: flex; justify-content: center; align-items: center; margin-top: 0.6rem; opacity: 0; transition: all ease .3s; } .xp_7e5a27a552_0_h5_search_open .xp_7e5a27a552_0_h5_search_close { opacity: 1; } .xp_7e5a27a552_0_h5_search_close_icon { width: 0.2rem; height: 0.2rem; color: #fff; } } .xp_b50d0d8ea3_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_b50d0d8ea3_3_content { max-width: var(--xp-content-width); width: 100%; } .xp_b50d0d8ea3_3_pc_img { display: flex; width: 100%; height: auto; object-fit: cover; position: relative; z-index: 1; } .xp_b50d0d8ea3_3_phone_img { display: none; position: relative; z-index: 1; } .xp_b50d0d8ea3_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_b50d0d8ea3_3_title { width: 100%; max-width: var(--xp-content-width); font-size: 0.42rem; color: rgb(255,255,255); display: flex; align-items: center; font-weight: bold; justify-content: flex-start; } @media screen and (max-width: 800px) { .xp_b50d0d8ea3_3_container { width: 100vw; padding: 0rem 0rem 0rem 0rem; } .xp_b50d0d8ea3_3_pc_img { display: none; } .xp_b50d0d8ea3_3_phone_img { display: flex; width: 100%; height: auto; object-fit: cover; } .xp_b50d0d8ea3_3_title_box { padding: 0rem 0.2rem; } .xp_b50d0d8ea3_3_title { font-size: 0.2rem; } } .xp_08c082409a_2_container { position: relative; z-index: 2; width: 100%; height: 3.49rem; overflow: hidden; margin-top: -1.7rem; } @keyframes xp_08c082409a_2_bl_scroll { 0% { transform: translateX(0); } 50% { transform: translateX(-100vw); } 100% { transform: translateX(0); } } .xp_08c082409a_2_bl { display: block; width: 78.28rem; height: 3.48rem; background-image: url('https://yzzy.schoolpi.net/_icon/2ca5e174-2659-4e08-92f6-713abea64861.webp'); background-size: 100% auto; background-position: left top; animation: xp_08c082409a_2_bl_scroll 80s linear 0s infinite; pointer-events: none; position: absolute; } @media screen and (max-width: 800px) { .xp_08c082409a_2_container { display: none; width: 100vw; margin-top: 0rem; } } .xp_7aa24e89c9_4_container { position: relative; width: 100%; display: flex; z-index: 4; justify-content: center; background-color: #FFFFFF; margin: -1.2rem 0rem 0rem 0rem; padding: 0rem 0rem 0rem 0rem; } .xp_7aa24e89c9_4_content { display: flex; align-items: center; max-width: var(--xp-content-width); width: 100%; padding: 0.2rem 0rem 0.2rem 0rem; } .xp_7aa24e89c9_4_tags { flex: 1; display: flex; justify-content: flex-end; align-items: center; } .xp_7aa24e89c9_4_tag_text{ color: #666; margin-right: 0.1rem; font-size: 0.18rem; } .xp_7aa24e89c9_4_title { position: relative; font-size: 0.32rem; line-height: 0.32rem; font-weight: bold; color: #333; letter-spacing: 0.01rem; } .xp_7aa24e89c9_4_title::after { position: absolute; left: 0px; bottom: -0.14rem; content: ""; background-color: var(--xp-color1); width: 0.3rem; height: 0.04rem; border-radius: 4px; } .xp_7aa24e89c9_4_item { user-select: none; padding: 0 0.01rem; display: flex; align-items: center; color: #666; font-size: 0.18rem; cursor: pointer; } .xp_7aa24e89c9_4_item_select { color: var(--xp-color1); } .xp_7aa24e89c9_4_item_icon { width: 0.15rem; height: 0.15rem; margin-right: 0.04rem; color: var(--xp-color1); } .xp_7aa24e89c9_4_icon { width: 0.2rem; height: 0.2rem; margin: 0 0.04rem; } .xp_7aa24e89c9_4_en_title { font-size: 0.16rem; } @media screen and (max-width: 800px) { .xp_7aa24e89c9_4_container { width: 100vw; margin: 0; padding: 0.2rem; } .xp_7aa24e89c9_4_content { padding: 0rem 0; justify-content: center; } .xp_7aa24e89c9_4_item { font-size: 0.12rem; } .xp_7aa24e89c9_4_tag_text { display: none; font-size: 0.12rem; } .xp_7aa24e89c9_4_icon { width: 0.12rem; height: 0.12rem; } .xp_7aa24e89c9_4_title { padding: 0.06rem 0rem; font-size: 0.16rem; } .xp_7aa24e89c9_4_title::after { position: absolute; left: 0px; bottom: 0.04rem; content: ""; background-color: var(--xp-color1); width: 0.2rem; height: 0.02rem; border-radius: 2px; } }.xp_b713d53cc9_5_container { position: relative; width: 100%; z-index: 1; display: flex; justify-content: center; background-color: #FFFFFF; margin: 0rem 0rem 0rem 0rem; padding: 0rem 0rem 0.5rem 0rem; } .xp_b713d53cc9_5_content { max-width: var(--xp-content-width); width: 100%; } .xp_b713d53cc9_5_list { width: 100%; display: grid; grid-template-columns: repeat(3, minmax(2rem, 5rem)); grid-gap: 0px; justify-content: space-between; } .xp_b713d53cc9_5_list_item { width: 100%; aspect-ratio: 16 / 9; background-color: #f0f0f0; position: relative; overflow: hidden; cursor: pointer; } .xp_b713d53cc9_5_item_play { width: 100%; height: 100%; position: absolute; left: 0; top: 0; display: flex; align-items: center; justify-content: center; } .xp_b713d53cc9_5_item_play_icon{ width: 0.38rem; height: 0.38rem; color: #333; } .xp_b713d53cc9_5_item_img { width: 100%; height: 100%; object-fit: cover; transition: all ease .4s; transform: scale(1); } .xp_b713d53cc9_5_list_item:hover .xp_b713d53cc9_5_item_img { transform: scale(1.1); } .xp_b713d53cc9_5_item_bar { position: absolute; bottom: 0; left: 0; width: 100%; height: 0.35rem; backdrop-filter: blur(1px); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 0.16rem; padding-left: 0.2rem; padding-right: 0.2rem; background-color: rgba(0, 0, 0, .3); } @media screen and (max-width: 800px) { .xp_b713d53cc9_5_container { margin: 0; padding: 0; } .xp_b713d53cc9_5_list_item { height: 2.2rem; } .xp_b713d53cc9_5_content{ padding: 0.2rem; } .xp_b713d53cc9_5_list { grid-template-columns: repeat(1, minmax(0, 1fr)); } } .xp_19ce86b5bb_1_container { position: relative; z-index: 20; width: 100%; display: flex; flex-direction: column; align-items: center; background-color: rgba(255,255,255,0); background-position: center; background-repeat: no-repeat; background-size: cover; background-image: url('https://yzzy-img.schoolpi.net/storage/images/2604149b2ihzmly1cqtimt/20260414/1776160824_69de103814d31.webp'); margin: 0rem 0rem 0rem 0rem; padding: 1.6rem 0rem 1rem 0rem; } .xp_19ce86b5bb_1_content { width: 100%; max-width: var(--xp-content-width); display: flex; align-items: center; } .xp_19ce86b5bb_1_item { height: 100%; } .xp_19ce86b5bb_1_item_l { flex: 1; padding-right: 2rem; display: flex; align-items: center; } .xp_19ce86b5bb_1_logo { width: 5.12rem; height: 0.7rem; } .xp_19ce86b5bb_1_item_r { flex: 1; display: flex; align-items: center; justify-content: flex-end; gap: 0.2rem; } .xp_19ce86b5bb_1_item_code { width: 1rem; display: flex; flex-direction: column; gap: 0.2rem; } .xp_19ce86b5bb_1_code_img { width: 100%; height: 1rem; object-fit: cover; } .xp_19ce86b5bb_1_code_name { width: 100%; text-align: center; font-size: 0.14rem; color: #fff; } .xp_19ce86b5bb_1_copyright { width: 100%; display: flex; justify-content: center; align-items: center; flex-wrap: nowrap; background-color: rgba(0, 0, 0, 0.4); padding: 0.06rem 0rem; position: absolute; bottom: 0; left: 0; z-index: 1; } .xp_19ce86b5bb_1_copyright_item { color: #fff; font-size: 0.14rem; line-height: 0.3rem; margin-right: 0.1rem; display: flex; align-items: center; } .xp_19ce86b5bb_1_copyright_item:last-child { margin-right: 0; } .xp_19ce86b5bb_1_copyright_icon { width: 0.18rem; margin-right: 0.04rem; } @media screen and (max-width: 800px) { .xp_19ce86b5bb_1_container { background-color: var(--xp-color2); background-image: none; width: 100vw; margin: 0rem 0rem 0rem 0rem; padding: 0; padding-top: 0.2rem; } .xp_19ce86b5bb_1_content { height: fit-content; flex-direction: column; padding: 0.2rem 0.2rem 0rem 0.2rem; } .xp_19ce86b5bb_1_logo { width: 100%; height: auto; } .xp_19ce86b5bb_1_item_l { width: 100%; flex: none; padding-right: 0; } .xp_19ce86b5bb_1_item { display: flex; flex-direction: column; justify-content: center; } .xp_19ce86b5bb_1_item_r { width: 100%; flex: none; flex-direction: row; gap: 0.2rem; margin-top: 0.4rem; } .xp_19ce86b5bb_1_copyright { position: relative; flex-direction: column; justify-content: center; padding: 0.1rem 0rem; margin-top: 0.2rem; background-color: var(--xp-color1) } .xp_19ce86b5bb_1_copyright_item { font-size: 0.12rem; text-align: center; } }