html { --xp-color1: #124FB0; --xp-color2: #5F89CA; --xp-color3: #DC111B; --xp-color4: #e17278; --xp-color5: #9bb0cc; --xp-color6: #d0d6df; }.xp_m4w6ey7m_container { width: 100%; display: flex; align-items: center; flex-direction: column; background-color: var(--xp-color1); margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; } .xp_m4w6ey7m_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_m4w6ey7m_head_top { width: var(--xp-content-width); height: 100%; display: flex; justify-content: flex-end; align-items: center; } .xp_m4w6ey7m_head_top_box { width: 100%; height: 40px; display: flex; justify-content: center; backdrop-filter: blur(1px); background-color: rgba(0, 0, 0, .4); } .xp_m4w6ey7m_head_top_box2 { display: none; } .xp_m4w6ey7m_head_top_line { color: #fff; font-size: 14px; margin-left: 30px; display: flex; align-items: center; position: relative; cursor: pointer; } .xp_m4w6ey7m_head_top_line:hover { font-weight: bold; } .xp_m4w6ey7m_head_top_line:not(.xp_m4w6ey7m_head_top_line:first-child)::after { content: ""; width: 1px; height: 10px; background-color: #fff; position: absolute; left: -14px; } .xp_m4w6ey7m_head_content { width: 100%; height: 100px; background-image: linear-gradient(to bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0)); display: flex; justify-content: center; backdrop-filter: blur(1px); } .xp_m4w6ey7m_head_content2 { background-image: linear-gradient(to bottom, var(--xp-color1), rgba(0, 0, 0, 0)); position: fixed; top: 0px; left: 0px; z-index: 1000; min-width: var(--xp-min-content-width); transform: translateY(-100%); animation: xp_m4w6ey7m_head_y .6s linear forwards; } @keyframes xp_m4w6ey7m_head_y { form { transform: translateY(-100%); } to { transform: translateY(0); } } .xp_m4w6ey7m_head_content_box { width: var(--xp-content-width); height: 100%; display: flex; align-items: center; } .xp_m4w6ey7m_head_left { height: 100%; display: flex; align-items: center; } .xp_m4w6ey7m_head_left img { width: 410px; height: 80px; } .xp_m4w6ey7m_head_left_text { color: #fff; font-size: 18px; margin-left: 16px; } .xp_m4w6ey7m_head_tag { padding: 0px 20px; border-left: 1px solid #f0f0f0; margin-left: 20px; color: #eee; font-size: 12px; } .xp_m4w6ey7m_head_right { flex: 1; height: 100%; display: flex; justify-content: flex-end; align-items: center; } .xp_m4w6ey7m_head_search { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; cursor: pointer; margin-left: 10px; } .xp_m4w6ey7m_head_search_icon { width: 24px; height: 24px; color: #fff; } .xp_m4w6ey7m_head_nav { display: flex; align-items: center; } .xp_m4w6ey7m_nav_line { padding: 10px 8px; color: #fff; cursor: pointer; font-size: 18px; display: flex; justify-content: center; position: relative; } .xp_m4w6ey7m_nav_line::before { content: ""; position: absolute; width: 0; bottom: 0; transition: all linear .4s; height: 2px; background-color: #fff; } .xp_m4w6ey7m_nav_line:hover::before { width: 100%; background-color: var(--xp-color1); } .xp_m4w6ey7m_nav_line:hover .xp_m4w6ey7m_nav_line_title { color: var(--xp-color1); } .xp_m4w6ey7m_nav_line_title { color: #fff; } .xp_m4w6ey7m_nav_group { position: absolute; top: 100%; display: none; } .xp_m4w6ey7m_nav_line:hover .xp_m4w6ey7m_nav_group { display: flex; } .xp_m4w6ey7m_nav_group_box { width: 300px; top: 5px; max-height: 800px; background-color: rgba(255, 255, 255, .9); box-shadow: 0 0 10px rgba(00, 00, 00, 0.1); position: relative; z-index: 1; backdrop-filter: blur(1px); } .xp_m4w6ey7m_nav_line:hover .xp_m4w6ey7m_nav_group_box { top: 26px; height: 100%; padding: 10px 15px; } .xp_m4w6ey7m_nav_group_title { width: 100%; height: 40px; display: flex; align-items: center; color: #333; font-weight: 400; font-size: 16px; color: var(--xp-color1); margin-bottom: 10px; font-weight: bold; border-bottom: 2px solid var(--xp-color2); } .xp_m4w6ey7m_nav_list { width: 100%; display: flex; align-items: center; flex-wrap: wrap; } .xp_m4w6ey7m_nav_group_item { width: 50%; font-size: 16px; color: #333; line-height: 40px; padding: 0px 10px; } .xp_m4w6ey7m_nav_group_item:hover { text-decoration: underline; color: var(--xp-color1); } .xp_m4w6ey7m_search_container { position: absolute; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 1000; opacity: 0; display: none; animation: xp_m4w6ey7m_search_show ease .4s forwards; } .xp_m4w6ey7m_search_show { display: block; } .xp_m4w6ey7m_search_logo { height: 160px; margin-top: -100px; } .xp_m4w6ey7m_serach_bg { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1; object-fit: cover; } .xp_m4w6ey7m_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(2px); } .xp_m4w6ey7m_search_input { width: 1100px; height: 76px; background: rgba(157, 157, 144, .8); border-radius: 100px; margin-top: 80px; display: flex; align-items: center; overflow: hidden; } .xp_m4w6ey7m_search_input input { flex: 1; height: 100%; background: transparent; outline: none; border: none; margin-left: 40px; margin-right: 40px; font-size: 24px; color: #fff; } .xp_m4w6ey7m_search_input input::placeholder { color: rgb(184, 184, 167) } .xp_m4w6ey7m_search_input_but { width: 140px; height: 100%; background-color: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; } .xp_m4w6ey7m_search_input_but_icon { width: 34px; height: 34px; color: #333; } .xp_m4w6ey7m_search_close { width: 80px; height: 80px; margin-top: 80px; display: flex; align-items: center; justify-content: center; } .xp_m4w6ey7m_search_close_icon { width: 46px; height: 46px; color: #fff; cursor: pointer; } @keyframes xp_m4w6ey7m_search_show { form { opacity: 0; } to { opacity: 1; } } .xp_m4w6ey7m_h5 { display: none; } @media screen and (max-width: 1600px) { .xp_m4w6ey7m_head_tag { display: none; } } @media screen and (max-width: 1000px) { .xp_m4w6ey7m_head { display: none; } body { padding-top: 60px; } .xp_m4w6ey7m_h5 { width: 100%; height: 60px; position: fixed; top: 0; left: 0; padding: 0 10px; background-color: var(--xp-color1); display: flex; justify-content: space-between; align-items: center; z-index: 1000; } .xp_m4w6ey7m_h5_logo { height: 44px; } .xp_m4w6ey7m_h5_menu { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; } .xp_m4w6ey7m_h5_menu_icon { width: 30px; height: 30px; color: #fff; } .xp_m4w6ey7m_h5_search { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; } .xp_m4w6ey7m_h5_search_icon { width: 24px; height: 24px; color: #fff; } .xp_m4w6ey7m_h5_menu_box { width: 100%; height: 100vh; position: fixed; left: 0; top: 0; z-index: 100; visibility: hidden; } .xp_m4w6ey7m_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: 30px; background-color: #fff; width: 100%; height: 100vh; } .xp_m4w6ey7m_h5_menu_bg { position: absolute; width: 100%; height: 100vh; left: 0; top: 0; z-index: 1; backdrop-filter: blur(0px); transition: all linear .6s; } .xp_m4w6ey7m_h5_menu_open { visibility: initial; } .xp_m4w6ey7m_h5_menu_open .xp_m4w6ey7m_h5_menu_content { transform: translateX(0px); } .xp_m4w6ey7m_h5_menu_open .xp_m4w6ey7m_h5_menu_bg { backdrop-filter: blur(4px); background-color: rgba(0, 0, 0, .3); } .xp_m4w6ey7m_h5_menu_logo { width: 100%; margin-bottom: 30px; } .xp_m4w6ey7m_h5_menu_list { width: 100%; display: flex; flex-direction: column; } .xp_m4w6ey7m_h5_group { width: 100%; display: flex; flex-direction: column; align-items: center; box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .3); margin-bottom: 15px; } .xp_m4w6ey7m_h5_group_title { flex: 1; } .xp_m4w6ey7m_h5_group_icon { width: 20px; height: 20px; color: #666; } .xp_m4w6ey7m_menu_close { position: absolute; right: 0; top: 0; width: 46px; height: 46px; background-color: var(--xp-color1); border-bottom-left-radius: 46px; display: flex; align-items: center; justify-content: center; } .xp_m4w6ey7m_menu_close_icon { width: 18px; height: 18px; color: #fff; position: relative; left: 5px; bottom: 5px; } .xp_m4w6ey7m_h5_group_line { width: 100%; display: flex; align-items: center; padding: 0 20px; min-height: 50px; } .xp_m4w6ey7m_h5_list { width: 100%; display: none; flex-direction: column; } .xp_m4w6ey7m_h5_item { height: 50px; width: 100%; display: flex; align-items: center; padding: 0 20px; background-color: #f0f0f0; border-bottom: 1px solid #ddd; } .xp_m4w6ey7m_h5_item:last-child { border-bottom: none; } .xp_m4w6ey7m_h5_group_show .xp_m4w6ey7m_h5_list { display: flex; } .xp_m4w6ey7m_h5_group_show .xp_m4w6ey7m_h5_group_icon { transform: rotate(90deg); } .xp_m4w6ey7m_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_m4w6ey7m_h5_search_open { visibility: initial; } .xp_m4w6ey7m_h5_inp_box { width: 90%; height: 50px; margin-top: 200px; background-color: #fff; border-radius: 4px; display: flex; align-items: center; overflow: hidden; transform: translateY(-300px); transition: all ease .4s; } .xp_m4w6ey7m_h5_search_open .xp_m4w6ey7m_h5_inp_box { transform: translateY(0px); } .xp_m4w6ey7m_h5_search_open { background-color: rgba(0, 0, 0, .7); backdrop-filter: blur(1px); } .xp_m4w6ey7m_h5_input { flex: 1; height: 100%; font-size: 16px; border: none; background-color: transparent; outline: none; padding: 0 20px; } .xp_m4w6ey7m_h5_input_but { width: 80px; height: 100%; background-color: var(--xp-color1); color: #fff; display: flex; align-items: center; justify-content: center; } .xp_m4w6ey7m_h5_search_close { width: 50px; height: 50px; border-radius: 50%; background-color: var(--xp-color3); display: flex; justify-content: center; align-items: center; margin-top: 60px; opacity: 0; transition: all ease .3s; } .xp_m4w6ey7m_h5_search_open .xp_m4w6ey7m_h5_search_close { opacity: 1; } .xp_m4w6ey7m_h5_search_close_icon { width: 20px; height: 20px; color: #fff; } } .xp_m5angmgn_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: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; } .xp_m5angmgn_content { width: 100%; overflow: hidden; position: relative; display: flex; align-items: center; justify-content: center; } .xp_m5angmgn_banner { width: 100%; height: auto; } .xp_m5angmgn_banner_item { width: 100%; height: 100%; overflow: hidden; } .xp_m5angmgn_banner_item_img1 { width: 100%; display: flex; height: auto; } .xp_m5angmgn_banner_item_img { width: 100%; height: 100%; display: flex; transform: scale(1); animation: xp_m5angmgn_show_image linear 10s forwards; } @keyframes xp_m5angmgn_show_image { from { transform: scale(1); } to { transform: scale(1.2); } } .xp_m5angmgn_index { width: 100%; height: 20px; position: absolute; bottom: vw !important; z-index: 10; display: flex; align-items: center; } .xp_m5angmgn_index_item { width: 10px; height: 10px; border-radius: 50%; background-color: #fff; margin: 0 6px; transition: all ease .4s; } .xp_m5angmgn_index_item_select { width: 40px; height: 10px; border-radius: 4px; } .xp_m5angmgn_button { position: absolute; width: 45px; height: 100px; background-color: rgba(0, 0, 0, .4); z-index: 20; cursor: pointer; color: #f0f0f0; border-radius: 4px; display: flex; align-items: center; justify-content: center; } .xp_m5angmgn_pre { left: 40px; } .xp_m5angmgn_next { right: 40px; } .xp_m5angmgn_button:hover { color: #fff; background-color: rgba(0, 0, 0, .6); } .xp_m5angmgn_item_icon { width: 30px; height: 30px; } @media screen and (max-width: 1600px) { .xp_m5angmgn_index{ bottom: 0vw !important; } } @media screen and (max-width: 1000px) { .xp_m5angmgn_banner{ width: 100%; max-height: 200px; } .xp_m5angmgn_button{ display: none; } .xp_m5angmgn_children{ width: 100%; margin-top: 0px; } .xp_m5angmgn_index { bottom: 10px !important; } } .xp_m4w6exi0_container { position: relative; z-index: 1; width: 100%; display: flex; justify-content: center; background-color: #FFFFFF; margin: 0px 0px 20px 0px; padding: 0px 0px 0px 0px; } .xp_m4w6exi0_content { display: flex; align-items: center; max-width: var(--xp-content-width); width: 100%; padding: 20px 0px 20px 0px; border-bottom: 2px solid var(--xp-color6); } .xp_m4w6exi0_tags { flex: 1; display: flex; justify-content: flex-end; align-items: center; } .xp_m4w6exi0_tag_text{ color: #666; margin-right: 10px; } .xp_m4w6exi0_title { color: #FFFFFF; padding: 10px 20px; display: flex; align-items: center; background-color: var(--xp-color1); } .xp_m4w6exi0_title_en { font-size: 14px; margin-left: 4px; } .xp_m4w6exi0_item { user-select: none; padding: 0px 1px; display: flex; align-items: center; color: #666; } .xp_m4w6exi0_item_select { color: var(--xp-color1); } .xp_m4w6exi0_item_icon { width: 15px; height: 15px; margin-right: 4px; color: var(--xp-color1); } .xp_m4w6exi0_icon { width: 16px; height: 16px; margin: 0px 4px; } @media screen and (max-width: 1000px) { .xp_m4w6exi0_container { display: none; } }.xp_m4w6exlz_container { position: relative; width: 100%; z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: rgba(255,255,255,0); margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; } .xp_m4w6exlz_content { max-width: var(--xp-content-width); width: 100%; } .xp_m4w6exlz_line_box { width: 100%; cursor: pointer; padding: 30px 20px; display: flex; text-decoration: none; font-size: 16px; font-weight: 500; border-bottom: 1px dashed #cbcbcb; } .xp_m4w6exlz_line_title { flex: 1; } .xp_m4w6exlz_page_box { display: flex; justify-content: center; margin-top: 50px; } .xp_m4w6exlz_page_item { height: 40px; color: #666; padding: 0 15px; border-radius: 5px; display: flex; align-items: center; justify-content: center; margin: 0px 6px; user-select: none; cursor: pointer; border: 1px solid rgba(199, 199, 199, 1); } .xp_m4w6exlz_page_more { height: 40px; color: #666; padding: 0 15px; display: flex; align-items: center; justify-content: center; margin: 0px 6px; user-select: none; } .xp_m4w6exlz_page_count { height: 40px; color: #666; display: flex; align-items: center; padding: 0 20px; } .xp_m4w6exlz_page_select { color: #ffffff; background-color: var(--xp-color1); border: none; } @media screen and (min-width: 1000px) { .xp_m4w6exlz_line_box:hover .xp_m4w6exlz_line_title, .xp_m4w6exlz_line_box:hover .xp_m4w6exlz_line_time { color: var(--xp-color1); } .xp_m4w6exlz_page_item:hover { color: #ffffff; background-color: var(--xp-color1); } } @media screen and (max-width: 1000px) { .xp_m4w6exlz_container { margin: 0px; padding: 20px; background-image: none; background-color: #FFFFFF; } .xp_m4w6exlz_page_item { height: 30px; padding: 0 10px; border-radius: 2px; margin: 0px 4px; font-size: 14px; } .xp_m4w6exlz_line_box { padding: 20px 0px; } .xp_m4w6exlz_line_time { margin-left: 20px; } } .xp_m4w6ey0f_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/20250107/1736241871_677cf2cfca95c.webp"); background-color: #FFFFFF; margin: 0px 0px 0px 0px; } .xp_m4w6ey0f_content { width: 100%; max-width: var(--xp-content-width); padding: 150px 0px 0px 0px; } .xp_m4w6ey0f_box { width: 100%; display: flex; align-items: flex-start; padding: 20px 0px 20px 0px; } .xp_m4w6ey0f_l { flex: 1; display: flex; } .xp_m4w6ey0f_logo_box { width: 500px; box-sizing: border-box; display: flex; justify-content: center; padding: 0 40px; } .xp_m4w6ey0f_logo_img { width: 360px; height: 80px; margin-top: 50px; } .xp_m4w6ey0f_link_box { flex: 1; } .xp_m4w6ey0f_text_box { flex: 1; } .xp_m4w6ey0f_line_list { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; } .xp_m4w6ey0f_line_title { font-weight: bold; font-size: 18px; } .xp_m4w6ey0f_line_item { width: 100%; word-break: break-all; word-wrap: break-word; } .xp_m4w6ey0f_code_box { flex: 1; display: flex; flex-direction: column; align-items: flex-end; } .xp_m4w6ey0f_code_list { margin-top: 20px; display: flex; gap: 20px; align-items: center; } .xp_m4w6ey0f_code_img { width: 120px; height: 120px; display: flex; } .xp_m4w6ey0f_code_item { display: flex; flex-direction: column; gap: 4px; align-items: center; } .xp_m4w6ey0f_copyright { width: 100%; min-height: 50px; display: flex; justify-content: center; gap: 20px; align-items: center; background-color: var(--xp-color1); } .xp_m4w6ey0f_copyright_item { color: rgba(255,255,255,0.7); display: flex; } .xp_m4w6ey0f_title_color { color: rgb(255,255,255); } .xp_m4w6ey0f_text_color { color: rgb(255,255,255); } .xp_m4w6ey0f_link_color { color: rgb(255,255,255); } .xp_m4w6ey0f_code_color { color: rgb(255,255,255); } .xp_m4w6ey0f_h5 { display: none; } @media screen and (max-width: 1000px) { .xp_m4w6ey0f_container { margin: 0px; padding: 0px; background-size: cover; } .xp_m4w6ey0f_content { display: none; } .xp_m4w6ey0f_h5 { width: 100%; display: flex; flex-direction: column; padding: 15px 0px; } .xp_m4w6ey0f_h5_logo{ width: 100%; padding: 0px 20px; } .xp_m4w6ey0f_h5_logo_img { width: 100%; } .xp_m4w6ey0f_copyright { flex-direction: column; align-items: center; padding: 10px 0px; gap: 0px; } .xp_m4w6ey0f_copyright_item { font-size: 14px; margin-top: 6px; } .xp_m4w6ey0f_h5_list_box { width: 100%; padding: 10px 20px; } .xp_m4w6ey0f_h5_list { width: 100%; display: grid; margin-top: 10px; grid-template-columns: repeat(1, minmax(0px, 1fr)); } .xp_m4w6ey0f_h5_list1 { width: 100%; display: flex; margin-top: 10px; flex-direction: column; } .xp_m4w6ey0f_h5_item { width: 100%; margin-top: 15px; } .xp_m4w6ey0f_h5_title { font-weight: bold; } .xp_m4w6ey0f_h5_code { width: 100%; margin-top: 10px; display: flex; align-items: center; justify-content: center; } .xp_m4w6ey0f_h5_code_item { width: 100px; height: 150px; display: flex; flex-direction: column; align-items: center; margin:0px 8px; } .xp_m4w6ey0f_h5_code_img { width: 100%; height: 100px; } .xp_m4w6ey0f_h5_code_name { height: 50px; line-height: 50px; font-size: 14px; } } .xp_m4w6ext8_container { width: 100%; max-width: 400px; position: relative; z-index: 10; display: flex; justify-content: center; user-select: none; background-color: rgba(245,245,245,1); margin: 20px 0px 0px 0px; padding: 0px 0px 0px 0px; } .xp_m4w6ext8_content { width: 100%; } .xp_m4w6ext8_title_box { width: 100%; height: 100px; display: flex; justify-content: center; color: #FFFFFF; font-weight: bold; display: flex; justify-content: center; align-items: center; font-size: 24px; background-color: var(--xp-color1); } .xp_m4w6ext8_line_box { width: 100%; height: 68px; font-weight: 500; display: flex; align-items: center; justify-content: center; cursor: pointer; position: relative; color: #333; } .xp_m4w6ext8_line_box:hover { color: var(--xp-color1); background-color: var(--xp-color6); } .xp_m4w6ext8_line_select { color: var(--xp-color1); background-color: var(--xp-color6); } .xp_m4w6ext8_line_select .xp_m4w6ext8_hr { opacity: 1; } .xp_m4w6ext8_hr { position: absolute; width: 4px; height: 100%; left: 0; background-color: var(--xp-color1); opacity: 0; } .xp_m4w6ext8_app_next { display: none; } @media screen and (max-width: 1000px) { .xp_m4w6ext8_container { max-width: 100%; width: 100vw; margin-top: 0px; } .xp_m4w6ext8_title_box { display: none; } .xp_m4w6ext8_content { display: flex; overflow-x: auto; padding-right: 60px; } .xp_m4w6ext8_line_box { height: 52px; padding: 0 20px; border-top: 1px solid #dfe2e5; white-space: nowrap; } .xp_m4w6ext8_app_next { position: absolute; right: 0; top: 0; width: 60px; height: 100%; display: flex; justify-content: center; align-items: center; color: #333; background-color: #fff; border-left: 1px solid #f0f0f0; } .xp_m4w6ext8_app_next_icon { width: 24px; height: 24px; } .xp_m4w6ext8_hr { display: none; } .xp_m4w6ext8_line_box:hover { color: #333; background-color: transparent; } }