html { --xp-color1: #0A5C34; --xp-color2: #2d9c67; --xp-color3: #365580; --xp-color4: #4d6586; --xp-color5: #05970a; --xp-color6: #05970a; }.xp_mbztukft_container { width: 100%; } .xp_mbztukft_bg { width: 100%; height: 150px; background-color: var(--xp-color1); } .xp_mbztukft_head { width: 100%; height: 150px; background: url("https://yzzy.schoolpi.net/assets/component-style/c8d4524e-a1f1-42e5-895b-58b0e42e04cb/3b904c78-6641-4fa1-a3f2-f11c63518f81.png") center repeat-x; background-size: auto 100%; position: fixed; top:0; z-index: 1000; border-top: 2px solid var(--xp-color1); display: flex; justify-content: center; } .xp_mbztukft_head_content { width: var(--xp-content-width); display: flex; flex-direction: column; } .xp_mbztukft_top { width: 100%; display: flex; align-items: center; justify-content: space-between; color: #D5CFCF; margin-top: 10px; } .xp_mbztukft_top_list { height: 40px; display: flex; align-items: center; } .xp_mbztukft_top_item { margin-right: 27px; position: relative; line-height: 30px; cursor: pointer; font-size: 14px; color: #D5CFCF; } .xp_mbztukft_top_item:not(.xp_mbztukft_top_item:last-child)::after { width: 1px; height: 14px; position: absolute; right: -14px; top: 9px; content: ""; background-color: #D5CFCF; } .xp_mbztukft_top_r { width: 200px; height: 30px; border-radius: 120px; margin-right: 10px; display: flex; align-items: center; padding: 0 15px; border: 1px solid #D5CFCF; } .xp_mbztukft_top_r input { border: none; outline: none; color: #FFFFFF; background-color: transparent; } .xp_mbztukft_nav { width: 100%; display: flex; align-items: center; margin-top: 15px; } .xp_mbztukft_nav_list { flex: 1; display: flex; align-items: center; justify-content: space-between; } .xp_mbztukft_nav_l { opacity: 0; transform: translateX(-60px); animation: xp_mbztukft_l linear .7s forwards; } .xp_mbztukft_nav_r { opacity: 0; transform: translateX(60px); animation: xp_mbztukft_r linear .7s forwards; } @keyframes xp_mbztukft_l { from { opacity: 0; transform: translateX(-60px); } to { opacity: 1; transform: translateY(0); } } @keyframes xp_mbztukft_r { from { opacity: 0; transform: translateX(60px); } to { opacity: 1; transform: translateY(0); } } .xp_mbztukft_logo_box { width: 360px; margin-left: 60px; margin-right: 60px; } .xp_mbztukft_logo_box img { width: 100%; height: 48px; opacity: 0; transform: translateY(-60px); animation: xp_mbztukft_logo linear .7s forwards; } @keyframes xp_mbztukft_logo { from { opacity: 0; transform: translateY(-60px); } to { opacity: 1; transform: translateY(0); } } .xp_mbztukft_nav_item { color: #FFFFFF; font-size: 18px; font-weight: bold; padding: 10px 0px; cursor: pointer; position: relative; display: flex; justify-content: center; } .xp_mbztukft_nav_item:hover { color: var(--xp-color1); } .xp_mbztukft_nav_item:hover .xp_mbztukft_nav_group { visibility: inherit; opacity: 1; transform: scale(1); } .xp_mbztukft_nav_group { position: absolute; top: 100%; background-color: #FFFFFF; border-top: 2px solid var(--xp-color1); padding: 10px; transform: scale(.4); transform-origin: top; visibility: hidden; opacity: 0; transition: all ease .4s; } .xp_mbztukft_group_item { padding: 10px 20px; white-space: nowrap; max-width: 200px; color: #333; font-size: 16px; transition: all ease .4s; } .xp_mbztukft_group_item:hover { color: #FFFFFF; background-color: var(--xp-color1); } .xp_mbztukft_h5 { display: none; } @media screen and (max-width: 1000px) { .xp_mbztukft_head { display: none; } body { padding-top: 60px; } .xp_mbztukft_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_mbztukft_h5_logo_box { flex:1; display: flex; align-items: center; justify-content: center; } .xp_mbztukft_h5_logo { max-width: 75%; } .xp_mbztukft_h5_menu { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; } .xp_mbztukft_h5_menu_icon { width: 30px; height: 30px; color: #fff; } .xp_mbztukft_h5_search { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; } .xp_mbztukft_h5_search_icon { width: 24px; height: 24px; color: #fff; } .xp_mbztukft_h5_menu_box { width: 100%; height: 100vh; position: fixed; left: 0; top: 0; z-index: 100; visibility: hidden; } .xp_mbztukft_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_mbztukft_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_mbztukft_h5_menu_open { visibility: initial; } .xp_mbztukft_h5_menu_open .xp_mbztukft_h5_menu_content { transform: translateX(0px); } .xp_mbztukft_h5_menu_open .xp_mbztukft_h5_menu_bg { backdrop-filter: blur(4px); background-color: rgba(0, 0, 0, .3); } .xp_mbztukft_h5_menu_logo { width: 100%; margin-bottom: 30px; } .xp_mbztukft_h5_menu_list { width: 100%; display: flex; flex-direction: column; } .xp_mbztukft_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_mbztukft_h5_group_title { flex: 1; } .xp_mbztukft_h5_group_icon { width: 20px; height: 20px; color: #666; } .xp_mbztukft_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_mbztukft_menu_close_icon { width: 18px; height: 18px; color: #fff; position: relative; left: 5px; bottom: 5px; } .xp_mbztukft_h5_group_line { width: 100%; display: flex; align-items: center; padding: 0 20px; min-height: 50px; } .xp_mbztukft_h5_list { width: 100%; display: none; flex-direction: column; } .xp_mbztukft_h5_item { height: 50px; width: 100%; display: flex; align-items: center; padding: 0 20px; background-color: #f0f0f0; border-bottom: 1px solid #ddd; } .xp_mbztukft_h5_item:last-child { border-bottom: none; } .xp_mbztukft_h5_group_show .xp_mbztukft_h5_list { display: flex; } .xp_mbztukft_h5_group_show .xp_mbztukft_h5_group_icon { transform: rotate(90deg); } .xp_mbztukft_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_mbztukft_h5_search_open { visibility: initial; } .xp_mbztukft_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_mbztukft_h5_search_open .xp_mbztukft_h5_inp_box { transform: translateY(0px); } .xp_mbztukft_h5_search_open { background-color: rgba(0, 0, 0, .7); backdrop-filter: blur(1px); } .xp_mbztukft_h5_input { flex: 1; height: 100%; font-size: 16px; border: none; background-color: transparent; outline: none; padding: 0 20px; } .xp_mbztukft_h5_input_but { width: 80px; height: 100%; background-color: var(--xp-color1); color: #fff; display: flex; align-items: center; justify-content: center; } .xp_mbztukft_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_mbztukft_h5_search_open .xp_mbztukft_h5_search_close { opacity: 1; } .xp_mbztukft_h5_search_close_icon { width: 20px; height: 20px; color: #fff; } } .xp_mbztw0vz_container { position: relative; width: 100%; z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0px 0px 0px 0px; transform: translateY(0vw); } .xp_mbztw0vz_content { max-width: var(--xp-content-width); width: 100%; } .xp_mbztw0vz_img{ width: 100%; height: auto; }.xp_mbztyeb8_container { position: relative; z-index: 1; width: 100%; display: flex; justify-content: center; background-color: #FFFFFF; margin: 20px 0px 0px 0px; padding: 0px 0px 0px 0px; } .xp_mbztyeb8_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_mbztyeb8_tags { flex: 1; display: flex; justify-content: flex-end; align-items: center; } .xp_mbztyeb8_tag_text{ color: #666; margin-right: 10px; } .xp_mbztyeb8_title { color: #FFFFFF; padding: 10px 20px; display: flex; align-items: center; background-color: var(--xp-color1); } .xp_mbztyeb8_title_en { font-size: 14px; margin-left: 4px; } .xp_mbztyeb8_item { user-select: none; padding: 0px 1px; display: flex; align-items: center; color: #666; } .xp_mbztyeb8_item_select { color: var(--xp-color1); } .xp_mbztyeb8_item_icon { width: 15px; height: 15px; margin-right: 4px; color: var(--xp-color1); } .xp_mbztyeb8_icon { width: 16px; height: 16px; margin: 0px 4px; } @media screen and (max-width: 1000px) { .xp_mbztyeb8_container { display: none; } }.xp_mbztvjye_container { width: 100%; display: flex; justify-content: center; position: relative; z-index: 1; margin: 30px 0px 30px 0px; } .xp_mbztvjye_content { max-width: var(--xp-content-width); width: 1000px; overflow-x: auto; padding: 0px 0px 0px 0px; } .xp_mbztvjye_title { width: 100%; text-align: center; font-size: 28px; font-weight: 600; color: var(--xp-color1); } .xp_mbztvjye_infos { display: flex; justify-content: center; padding-bottom: 20px; padding-top: 20px; color: #999; border-bottom: 1px solid rgba(204, 204, 204, 1); } .xp_mbztvjye_infos div { padding-left: 10px; padding-right: 10px; } .xp_mbztvjye_edit_container { width: 100%; display: flex; justify-content: center; padding-top: 30px; padding-bottom: 30px; } .xp_mbztvjye_edit_content { width: 850px; min-height: 500px; padding: 50px; border-radius: 2px; background-color: #FFFFFF; } .xp_mbztvjye_footer { width: 100%; color: #333; padding-top: 20px; font-weight: 500; display: flex; flex-direction: column; border-top: 1px solid rgba(204, 204, 204, 1); } .xp_mbztvjye_footer a { color: #333; padding-top: 6px; padding-bottom: 6px; } .xp_mbztvjye_footer a:hover { color: var(--xp-color1); } .xp_mbztvjye_file { width: 100%; display: flex; flex-direction: column; margin-bottom: 30px; } .xp_mbztvjye_file_line { width: 100%; cursor: pointer; margin-top: 20px; color: var(--xp-color1); text-decoration: underline; } .xp_mbztvjye_ai { width: 100%; background-color: #fafafa; margin-top: 60px; padding: 30px 20px 20px 20px; position: relative; } .xp_mbztvjye_ai_content { overflow: hidden; width: 100%; height: 200px; } .xp_mbztvjye_ai_open { width: 100px; color: #fff; display: flex; align-items: center; justify-content: center; background-color: var(--xp-color1); padding: 8px 0px; font-size: 16px; margin-top: 30px; border-radius: 20px; cursor: pointer; user-select: none; display: flex; align-items: center; } .xp_mbztvjye_ai_open_icon { width: 24px; height: 24px; color: #fff; margin-right: 4px; } .xp_mbztvjye_ai_but { width: 100%; height: 40%; left: 0px; 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: 0px; } .xp_mbztvjye_ai_tag { position: absolute; top: -20px; left: 20px; color: #fff; display: flex; align-items: center; justify-content: center; background-color: var(--xp-color1); padding: 8px 16px; font-size: 16px; } .xp_mbztvjye_ai_title { font-size: 18px; color: #333; font-weight: bold; line-height: 45px; } .xp_mbztvjye_ai_info { color: #555; font-size: 18px; line-height: 45px; position: relative; text-indent: 20px; } .xp_mbztvjye_ai_info { color: #555; font-size: 18px; line-height: 34px; position: relative; text-indent: 20px; } .xp_mbztvjye_ai_info::after { position: absolute; width: 10px; height: 10px; content: ""; left: 0px; top: 12px; border-radius: 50%; background-color: var(--xp-color1); } .xp_mbztvjye_iframe { width: 100%; border: none; height: 100vh; } @media screen and (max-width: 1600px) { .xp_mbztvjye_content { width: 900px; } } @media screen and (max-width: 1000px) { .xp_mbztvjye_infos div:nth-child(3), .xp_mbztvjye_infos div:nth-child(4) { display: none; } .xp_mbztvjye_container{ margin: 0px; } .xp_mbztvjye_content { padding: 20px; } .xp_mbztvjye_edit_container { padding-top: 0px; padding-bottom: 20px; } .xp_mbztvjye_title{ font-size: 24px; } .xp_mbztvjye_infos { margin-bottom: 20px; } .xp_mbztvjye_edit_content { padding: 20px; } } .xp_mbztun2x_container { position: relative; z-index: 1; width: 100%; display: flex; flex-direction: column; align-items: center; background-position: center; background-repeat: no-repeat; background-size: 100% 100%; background-color: #FFFFFF; margin: 0px 0px 0px 0px; padding: 40px 0px 0px 0px; } .xp_mbztun2x_content { max-width: var(--xp-content-width); width: 100%; display: flex; padding-bottom: 20px; } .xp_mbztun2x_copyright { width: 100%; height: 50px; user-select: none; display: flex; align-items: center; justify-content: center; color: #ffffff; background-color: var(--xp-color1); } .xp_mbztun2x_log { flex: 1; height: 240px; display: flex; align-items: center; justify-content: center; } .xp_mbztun2x_log img { height: 167px; width: 280px; } .xp_mbztun2x_item { flex: 1; height: 100%; } .xp_mbztun2x_hr { width: 1; height: 200px; margin-left: 20px; margin-right: 20px; position: relative; top: 24px; background-color: rgba(198, 201, 207, 1); } .xp_mbztun2x_list { width: 100%; padding-top: 10px; } .xp_mbztun2x_line { width: 100%; color: rgba(137, 149, 166, 1); margin-bottom: 10px; display: block; } .xp_mbztun2x_item_title { margin-top: 20px; font-size: 20px; font-weight: 500; } .xp_mbztun2x_link_title { color: #FFFFFF; } .xp_mbztun2x_link_text { color: #FFFFFF; } .xp_mbztun2x_relation_title { color: #FFFFFF; } .xp_mbztun2x_relation_text { color: #FFFFFF; } .xp_mbztun2x_code { width: 100%; height: 240px; display: flex; justify-content: center; align-items: center; } .xp_mbztun2x_code_item { width: 120px; display: flex; align-items: center; justify-content: center; flex-direction: column; font-weight: 500; color: #FFFFFF; padding-left: 10px; padding-right: 10px; } .xp_mbztun2x_code_item img { width: 100%; margin-bottom: 10px; } .xp_mbztun2x_copyright_item { color: #FFFFFF; } .xp_mbztun2x_app_content { display: none; } @media screen and (max-width: 1000px) { .xp_mbztun2x_content { display: none; } .xp_mbztun2x_app_content { display: flex; flex-direction: column; width: 100%; } .xp_mbztun2x_app_info { width: 100%; padding: 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; } .xp_mbztun2x_app_info_logo { height: 40px; width: 120px; margin-bottom: 20px; } .xp_mbztun2x_info_text { width: 100%; display: flex; justify-content: center; color: #FFFFFF; flex-wrap: wrap; } .xp_mbztun2x_info_text div { padding: 6px 10px; word-break: break-all; text-align: center; } .xp_mbztun2x_app_link { width: 100%; padding: 0 20px; } .xp_mbztun2x_app_link_box { width: 100%; padding: 20px; border-bottom: 1px solid rgba(197, 203, 212, 1); display: flex; justify-content: center; flex-wrap: wrap; color: #FFFFFF; } .xp_mbztun2x_app_link_line { padding: 6px 10px; color: #FFFFFF; } .xp_mbztun2x_app_code { background-color: #fff; padding: 20px; display: flex; justify-content: center; } .xp_mbztun2x_app_code_item { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0px 10px; color: #FFFFFF; font-weight: 500; } .xp_mbztun2x_app_code_item img { width: 100%; } }.xp_mbztvszl_container { width: 100%; max-width: 400px; position: relative; z-index: 10; display: flex; justify-content: center; user-select: none; background-color: #FFFFFF; margin: -100px 0px 0px 0px; padding: 0px 0px 0px 0px; } .xp_mbztvszl_content { width: 100%; } .xp_mbztvszl_title_box { position: relative; width: 100%; height: 100px; display: flex; flex-direction: column; justify-content: center; align-items: center; } .xp_mbztvszl_title_v { font-size: 24px; line-height: 24px; position: relative; z-index: 2; color: #FFFFFF; font-weight: bold; } .xp_mbztvszl_title_e { font-size: 16px; line-height: 16px; margin-top: 16px; position: relative; z-index: 2; color: #FFFFFF; } .xp_mbztvszl_title_bg { position: absolute; top: 0; left: 0; z-index: 1; background-color: var(--xp-color1); opacity: .9; width: 100%; height: 100%; backdrop-filter: blur(1px); } .xp_mbztvszl_list{ width:100%; background: url('https://yzzy.schoolpi.net/assets/component-style/af4a02dc-bbd1-41a9-9f86-8d2f7a8db6f0/6276a925-0c19-4309-9b1a-777a7b034891.webp') top center; } .xp_mbztvszl_line_box { width: 100%; height: 68px; font-weight: 500; display: flex; align-items: center; justify-content: center; cursor: pointer; position: relative; color: #fff; } .xp_mbztvszl_line_box:not(.xp_mbztvszl_line_select):hover { color: #fff; background-color: var(--xp-color1); } .xp_mbztvszl_line_select { color: #fff; background-color: var(--xp-color1); } .xp_mbztvszl_app_next { display: none; } @media screen and (max-width: 1000px) { .xp_mbztvszl_container { max-width: 100%; width: 100vw; margin-top: 0px; } .xp_mbztvszl_title_box { display: none; } .xp_mbztvszl_content { display: flex; } .xp_mbztvszl_line_box { height: 58px; padding: 0 20px; border-top: 1px solid #dfe2e5; white-space: nowrap; color: #333; } .xp_mbztvszl_list { background: none; display: flex; align-content: center; width: 100%; padding-right: 60px; overflow-x: auto; } .xp_mbztvszl_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_mbztvszl_app_next_icon { width: 24px; height: 24px; } .xp_mbztvszl_line_box:hover { color: #333; background-color: transparent; } .xp_mbztvszl_line_select { color: #fff; background-color: var(--xp-color1); } }