html { --xp-color1: #0A5C34; --xp-color2: #2d9c67; --xp-color3: #365580; --xp-color4: #4d6586; --xp-color5: #05970a; --xp-color6: #05970a; }.xp_mc30m6br_container { width: 100%; } .xp_mc30m6br_bg { width: 100%; height: 150px; background-color: var(--xp-color1); } .xp_mc30m6br_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_mc30m6br_head_content { width: var(--xp-content-width); display: flex; flex-direction: column; } .xp_mc30m6br_top { width: 100%; display: flex; align-items: center; justify-content: space-between; color: #D5CFCF; margin-top: 10px; } .xp_mc30m6br_top_list { height: 40px; display: flex; align-items: center; } .xp_mc30m6br_top_item { margin-right: 27px; position: relative; line-height: 30px; cursor: pointer; font-size: 14px; color: #D5CFCF; } .xp_mc30m6br_top_item:not(.xp_mc30m6br_top_item:last-child)::after { width: 1px; height: 14px; position: absolute; right: -14px; top: 9px; content: ""; background-color: #D5CFCF; } .xp_mc30m6br_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_mc30m6br_top_r input { border: none; outline: none; color: #FFFFFF; background-color: transparent; } .xp_mc30m6br_nav { width: 100%; display: flex; align-items: center; margin-top: 15px; } .xp_mc30m6br_nav_list { flex: 1; display: flex; align-items: center; justify-content: space-between; } .xp_mc30m6br_nav_l { opacity: 0; transform: translateX(-60px); animation: xp_mc30m6br_l linear .7s forwards; } .xp_mc30m6br_nav_r { opacity: 0; transform: translateX(60px); animation: xp_mc30m6br_r linear .7s forwards; } @keyframes xp_mc30m6br_l { from { opacity: 0; transform: translateX(-60px); } to { opacity: 1; transform: translateY(0); } } @keyframes xp_mc30m6br_r { from { opacity: 0; transform: translateX(60px); } to { opacity: 1; transform: translateY(0); } } .xp_mc30m6br_logo_box { width: 360px; margin-left: 60px; margin-right: 60px; } .xp_mc30m6br_logo_box img { width: 100%; height: 48px; opacity: 0; transform: translateY(-60px); animation: xp_mc30m6br_logo linear .7s forwards; } @keyframes xp_mc30m6br_logo { from { opacity: 0; transform: translateY(-60px); } to { opacity: 1; transform: translateY(0); } } .xp_mc30m6br_nav_item { color: #FFFFFF; font-size: 18px; font-weight: bold; padding: 10px 0px; cursor: pointer; position: relative; display: flex; justify-content: center; } .xp_mc30m6br_nav_item:hover { color: var(--xp-color1); } .xp_mc30m6br_nav_item:hover .xp_mc30m6br_nav_group { visibility: inherit; opacity: 1; transform: scale(1); } .xp_mc30m6br_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_mc30m6br_group_item { padding: 10px 20px; white-space: nowrap; max-width: 200px; color: #333; font-size: 16px; transition: all ease .4s; } .xp_mc30m6br_group_item:hover { color: #FFFFFF; background-color: var(--xp-color1); } .xp_mc30m6br_h5 { display: none; } @media screen and (max-width: 1000px) { .xp_mc30m6br_head { display: none; } body { padding-top: 60px; } .xp_mc30m6br_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_mc30m6br_h5_logo_box { flex:1; display: flex; align-items: center; justify-content: center; } .xp_mc30m6br_h5_logo { max-width: 75%; } .xp_mc30m6br_h5_menu { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; } .xp_mc30m6br_h5_menu_icon { width: 30px; height: 30px; color: #fff; } .xp_mc30m6br_h5_search { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; } .xp_mc30m6br_h5_search_icon { width: 24px; height: 24px; color: #fff; } .xp_mc30m6br_h5_menu_box { width: 100%; height: 100vh; position: fixed; left: 0; top: 0; z-index: 100; visibility: hidden; } .xp_mc30m6br_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_mc30m6br_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_mc30m6br_h5_menu_open { visibility: initial; } .xp_mc30m6br_h5_menu_open .xp_mc30m6br_h5_menu_content { transform: translateX(0px); } .xp_mc30m6br_h5_menu_open .xp_mc30m6br_h5_menu_bg { backdrop-filter: blur(4px); background-color: rgba(0, 0, 0, .3); } .xp_mc30m6br_h5_menu_logo { width: 100%; margin-bottom: 30px; } .xp_mc30m6br_h5_menu_list { width: 100%; display: flex; flex-direction: column; } .xp_mc30m6br_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_mc30m6br_h5_group_title { flex: 1; } .xp_mc30m6br_h5_group_icon { width: 20px; height: 20px; color: #666; } .xp_mc30m6br_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_mc30m6br_menu_close_icon { width: 18px; height: 18px; color: #fff; position: relative; left: 5px; bottom: 5px; } .xp_mc30m6br_h5_group_line { width: 100%; display: flex; align-items: center; padding: 0 20px; min-height: 50px; } .xp_mc30m6br_h5_list { width: 100%; display: none; flex-direction: column; } .xp_mc30m6br_h5_item { height: 50px; width: 100%; display: flex; align-items: center; padding: 0 20px; background-color: #f0f0f0; border-bottom: 1px solid #ddd; } .xp_mc30m6br_h5_item:last-child { border-bottom: none; } .xp_mc30m6br_h5_group_show .xp_mc30m6br_h5_list { display: flex; } .xp_mc30m6br_h5_group_show .xp_mc30m6br_h5_group_icon { transform: rotate(90deg); } .xp_mc30m6br_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_mc30m6br_h5_search_open { visibility: initial; } .xp_mc30m6br_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_mc30m6br_h5_search_open .xp_mc30m6br_h5_inp_box { transform: translateY(0px); } .xp_mc30m6br_h5_search_open { background-color: rgba(0, 0, 0, .7); backdrop-filter: blur(1px); } .xp_mc30m6br_h5_input { flex: 1; height: 100%; font-size: 16px; border: none; background-color: transparent; outline: none; padding: 0 20px; } .xp_mc30m6br_h5_input_but { width: 80px; height: 100%; background-color: var(--xp-color1); color: #fff; display: flex; align-items: center; justify-content: center; } .xp_mc30m6br_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_mc30m6br_h5_search_open .xp_mc30m6br_h5_search_close { opacity: 1; } .xp_mc30m6br_h5_search_close_icon { width: 20px; height: 20px; color: #fff; } } .xp_mc1td3kf_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_mc1td3kf_content { width: 100%; overflow: hidden; position: relative; display: flex; align-items: center; justify-content: center; } .xp_mc1td3kf_banner { width: 100%; height: 800px; } .xp_mc1td3kf_banner_item { width: 100%; height: 100%; overflow: hidden; } .xp_mc1td3kf_banner_item_img1 { width: 100%; display: flex; object-fit: cover; height: 100%; } .xp_mc1td3kf_banner_item_img { width: 100%; height: 100%; display: flex; transform: scale(1); animation: xp_mc1td3kf_show_image linear 10s forwards; object-fit: cover; } @keyframes xp_mc1td3kf_show_image { from { transform: scale(1); } to { transform: scale(1.2); } } .xp_mc1td3kf_index { width: 100%; height: 20px; position: absolute; bottom: 0vw !important; z-index: 10; display: flex; align-items: center; justify-content: flex-start; padding-left: 0vw; } .xp_mc1td3kf_index_item { width: 10px; height: 10px; border-radius: 50%; background-color: #fff; margin: 0 6px; } .xp_mc1td3kf_index_item_select { width: 40px; height: 30px; border-radius: 0px; 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(-4px); } .xp_mc1td3kf_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_mc1td3kf_pre { left: 40px; } .xp_mc1td3kf_next { right: 40px; } .xp_mc1td3kf_button:hover { color: #fff; background-color: rgba(0, 0, 0, .6); } .xp_mc1td3kf_item_icon { width: 30px; height: 30px; } @media screen and (max-width: 1600px) { .xp_mc1td3kf_index{ } } @media screen and (max-width: 1000px) { .xp_mc1td3kf_banner{ width: 100%; max-height: 200px; } .xp_mc1td3kf_button{ display: none; } .xp_mc1td3kf_children{ width: 100%; margin-top: 0px; } .xp_mc1td3kf_index { bottom: 10px !important; } } .xp_mc1tfpvi_container { position: relative; z-index: 1; width: 100%; display: flex; justify-content: center; flex-direction: column; align-items: center; background-color: rgba(255,255,255,0); margin: -80px 0px 0px 0px; padding: 0px 0px 0px 0px; } .xp_mc1tfpvi_content_box { width: 100%; display: flex; justify-content: center; } .xp_mc1tfpvi_content { width: 100%; max-width: var(--xp-content-width); display: flex; } .xp_mc1tfpvi_item { flex: 1; height: 100%; width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; cursor: pointer; padding: 40px 0px 40px 0px; background-color: var(--xp-color1); } .xp_mc1tfpvi_item:hover { background-color: var(--xp-color2); } .xp_mc1tfpvi_item_icon { width: 45px; height: 45px; margin-bottom: 20px; } .xp_mc1tfpvi_item_icon img { width: 100%; height: 100%; } .xp_mc1tfpvi_item_name { color: #fff; font-weight: 500; } @media screen and (max-width: 1000px) { .xp_mc1tfpvi_container { width: 100vw; margin: 0px; padding: 0px; } .xp_mc1tfpvi_content { width: 100%; overflow-x: auto; } .xp_mc1tfpvi_item_icon { width: 30px; height: 30px; margin-bottom: 20px; } .xp_mc1tfpvi_item { flex: none; width: 25%; padding: 26px 0px 26px 0px; } .xp_mc1tfpvi_item:hover { background-color: transparent !important; } } .xp_title_mc1tce33_container2 { width: 100%; display: flex; position: relative; user-select: none; align-items: center; padding: 15px 0px 15px 0px; margin-bottom: 40px; border-bottom: 2px solid var(--xp-color1); } .xp_title_mc1tce33_2_item { display: flex; align-items: flex-end; margin-right: 20px; cursor: pointer; color: #333; } .xp_title_mc1tce33_2_item:last-child { margin-right: 0px; } .xp_title_mc1tce33_2_title { font-weight: bold; font-size: 24px; line-height: 24px; } .xp_title_mc1tce33_2_en { color: #999; margin-left: 10px; font-style: italic; font-size: 14px; line-height: 14px; display: none; } .xp_title_mc1tce33_select .xp_title_mc1tce33_2_en { display: flex; } .xp_title_mc1tce33_2_list { display: flex; align-items: center; flex: 1; } .xp_title_mc1tce33_2_more { color: var(--xp-color1); font-size: 16px; line-height: 16px; cursor: pointer; user-select: none; font-style: italic; font-weight: bold; } .xp_title_mc1tce33_select { color: var(--xp-color1); } .xp_mc1tce33_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/20250619/1750315079_6853b047d7744.webp"); background-color: rgba(255,255,255,0); margin: -90px 0px 0px 0px; padding: 180px 0px 620px 0px; } .xp_mc1tce33_title { width: 100%; max-width: var(--xp-content-width); } .xp_mc1tce33_content { width: 100%; max-width: var(--xp-content-width); display: flex; align-items: center; } .xp_mc1tce33_item { flex: 1; height: 100%; display: flex; flex-direction: column; } .xp_mc1tce33_img { padding-right: 40px; width: 700px; } .xp_mc1tce33_img_box { position: relative; width: 100%; height: 420px; background-color: #f0f0f0; overflow: hidden; cursor: pointer; } .xp_mc1tce33_img_box img { width: 100%; height: 100%; object-fit: cover; transform: scale(1); transition: all .4s ease; } .xp_mc1tce33_img_box:hover img { transform: scale(1.1); } .xp_mc1tce33_img_title { width: 100%; height: 50px; position: absolute; bottom: 0px; left: 0px; display: flex; align-items: center; padding-left: 20px; padding-right: 20px; background-color: rgba(0, 0, 0, .4); } .xp_mc1tce33_img_title div { width: 100%; color: #fff; font-weight: 600; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .xp_mc1tce33_item_line { width: 100%; height: 60px; position: relative; display: flex; align-items: center; margin-top: 30px; } .xp_mc1tce33_item_line:first-child { margin-top: 0px; } .xp_mc1tce33_item_line_title { flex: 1; height: 100%; padding-left: 20px; padding-right: 20px; display: flex; align-items: center; font-weight: 600; background-color: #fff; margin-right: 10px; cursor: pointer; user-select: none; color: #333; border: 1px solid #f0f0f0; } .xp_mc1tce33_item_line_time { min-width: 70px; height: 100%; padding-left: 20px; padding-right: 20px; font-weight: 600; display: flex; align-items: center; justify-content: center; background-color: #fff; color: #333; border: 1px solid #f0f0f0; } .xp_mc1tce33_item_line:hover .xp_mc1tce33_item_line_title, .xp_mc1tce33_item_line .xp_mc1tce33_item_line_time { color: var(--xp-color1); } @media screen and (max-width: 1600px) { .xp_mc1tce33_img { width: 560px; padding-right: 20px; } .xp_mc1tce33_img_box { height: 380px; } .xp_mc1tce33_item_line { margin-top: 20px; } } @media screen and (max-width: 1000px) { .xp_mc1tce33_title { padding: 0px 20px; } .xp_mc1tce33_container { margin: 0px; padding: 0px 0px 10px 0px; background-size: cover; } .xp_mc1tce33_content { flex-direction: column; gap: 0px; height: auto; padding: 20px 20px 0px 20px; } .xp_mc1tce33_img_box { width: 100%; height: 200px; } .xp_mc1tce33_img { width: 100%; padding-right: 0px; } .xp_mc1tce33_item { flex: none; width: 100%; margin-top: 20px; } .xp_mc1tce33_item_line { height: 50px; overflow: hidden; } .xp_mc1tce33_item_line_title { width: 100px; } } .xp_title_mc1tce6s_container2 { width: 100%; display: flex; position: relative; user-select: none; align-items: center; padding: 15px 0px 15px 0px; margin-bottom: 40px; border-bottom: 2px solid var(--xp-color1); } .xp_title_mc1tce6s_2_item { display: flex; align-items: flex-end; margin-right: 20px; cursor: pointer; color: #333; } .xp_title_mc1tce6s_2_item:last-child { margin-right: 0px; } .xp_title_mc1tce6s_2_title { font-weight: bold; font-size: 24px; line-height: 24px; } .xp_title_mc1tce6s_2_en { color: #999; margin-left: 10px; font-style: italic; font-size: 14px; line-height: 14px; display: none; } .xp_title_mc1tce6s_select .xp_title_mc1tce6s_2_en { display: flex; } .xp_title_mc1tce6s_2_list { display: flex; align-items: center; flex: 1; } .xp_title_mc1tce6s_2_more { color: var(--xp-color1); font-size: 16px; line-height: 16px; cursor: pointer; user-select: none; font-style: italic; font-weight: bold; } .xp_title_mc1tce6s_select { color: var(--xp-color1); } .xp_mc1tce6s_container { position: relative; z-index: 1; width: 100%; display: flex; align-items: center; flex-direction: column; background-color: rgba(255,255,255,0); margin: -620px 0px 0px 0px; padding: 80px 0px 100px 0px; } .xp_mc1tce6s_title { width: 100%; max-width: var(--xp-content-width); } .xp_mc1tce6s_content { width: 100%; max-width: var(--xp-content-width); } .xp_mc1tce6s_list { width: 100%; display: grid; grid-template-columns: repeat(4, minmax(0px, 1fr)); gap: 20px; } .xp_mc1tce6s_item { width: 100%; height: 100px; display: flex; align-items: center; background-color: #FFFFFF; box-shadow: 0 0 10px 2px #f0f0f0; } .xp_mc1tce6s_item:hover .xp_mc1tce6s_item_title { color: var(--xp-color1); } .xp_mc1tce6s_item_date { width: 80px; height: 100%; padding: 10px; } .xp_mc1tce6s_item_m { background-color: var(--xp-color1); color: #FFFFFF; height: 45%; display: flex; justify-content: center; align-items: center; } .xp_mc1tce6s_item_d { width: 100%; height: 55%; color: var(--xp-color1); font-size: 24px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--xp-color6); border-top: none; } .xp_mc1tce6s_item_title { flex: 1; font-weight: 600; padding: 0px 10px 0px 0px; }.xp_mc1tceaj_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/20250619/1750314891_6853af8b27bee.webp'); background-color: rgba(5,104,58,0); margin: 0px 0px 0px 0px; padding: 100px 0px 100px 0px; } .xp_mc1tceaj_content { max-width: var(--xp-content-width); width: 100%; display: flex; flex-direction: column; } .xp_mc1tceaj_title { width: 100%; text-align: center; color: #fff; font-weight: 600; font-size: 34px; line-height: 24px; color: #FFFFFF; } .xp_mc1tceaj_title_en { width: 100%; text-align: center; color: #fff; line-height: 24px; margin-top: 20px; margin-bottom: 80px; color: #FFFFFF; } .xp_mc1tceaj_list { width: 100%; display: flex; align-items: center; justify-content: space-between; } .xp_mc1tceaj_item { display: flex; flex-direction: column; align-items: center; color: #fff; } .xp_mc1tceaj_item_box { width: 140px; height: 140px; background-color: #fff; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 4px 10px 0px rgba(0, 0, 0, .3); } .xp_mc1tceaj_item_icon { width: 46px; height: 46px; } .xp_mc1tceaj_item_value { margin-top: 10px; display: flex; align-items: flex-end; font-weight: 600; color: var(--xp-color1); } .xp_mc1tceaj_item_value_num { font-size: 26px; line-height: 30px; } .xp_mc1tceaj_item_value_unit { line-height: 20px; position: relative; top: -2px; } .xp_mc1tceaj_item_title { margin-top: 20px; font-size: 18px; font-weight: 600; color: #FFFFFF; } @media screen and (max-width: 1000px) { .xp_mc1tceaj_container { margin: 20px 0px; padding: 0px 0px 0px 0px; background-size: cover; } .xp_mc1tceaj_title { font-size: 24px; margin-top: 140px; } .xp_mc1tceaj_title_en { font-size: 14px; margin-bottom: 20px; } .xp_mc1tceaj_list { padding: 0 20px; flex-wrap: wrap; } .xp_mc1tceaj_item { margin: 10px; } .xp_mc1tceaj_item_title { font-size: 16px; margin-top: 10px; } .xp_mc1tceaj_item_value_num { font-size: 24px; } } .xp_title_mc1tcefr_container2 { width: 100%; display: flex; position: relative; user-select: none; align-items: center; padding: 15px 0px 15px 0px; margin-bottom: 40px; border-bottom: 2px solid var(--xp-color1); } .xp_title_mc1tcefr_2_item { display: flex; align-items: flex-end; margin-right: 20px; cursor: pointer; color: #333; } .xp_title_mc1tcefr_2_item:last-child { margin-right: 0px; } .xp_title_mc1tcefr_2_title { font-weight: bold; font-size: 24px; line-height: 24px; } .xp_title_mc1tcefr_2_en { color: #999; margin-left: 10px; font-style: italic; font-size: 14px; line-height: 14px; display: none; } .xp_title_mc1tcefr_select .xp_title_mc1tcefr_2_en { display: flex; } .xp_title_mc1tcefr_2_list { display: flex; align-items: center; flex: 1; } .xp_title_mc1tcefr_2_more { color: var(--xp-color1); font-size: 16px; line-height: 16px; cursor: pointer; user-select: none; font-style: italic; font-weight: bold; } .xp_title_mc1tcefr_select { color: var(--xp-color1); } .xp_mc1tcefr_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/20250619/1750315312_6853b13086616.webp"); background-color: #FFFFFF; margin: 0px 0px 0px 0px; padding: 120px 0px 120px 0px; } .xp_mc1tcefr_title { width: 100%; max-width: var(--xp-content-width); } .xp_mc1tcefr_content { width: 100%; max-width: var(--xp-content-width); position: relative; display: flex; } .xp_mc1tcefr_list { flex: 1; display: grid; grid-template-columns: repeat(3, minmax(0px, 1fr)); gap: 20px; flex-wrap: wrap; margin-left: 20px; } .xp_mc1tcefr_line { width: 326px; height: 220px; overflow: hidden; margin-right: 20px; position: relative; cursor: pointer; } .xp_mc1tcefr_content_l { width: 560px; height: 460px; margin-right: 0; } .xp_mc1tcefr_line_img { width: 100%; height: 100%; object-fit: cover; transition: all ease .7s; } .xp_mc1tcefr_line:hover .xp_mc1tcefr_line_img { transform: scale(1.1); } .xp_mc1tcefr_line_title { width: 100%; height: 40px; position: absolute; bottom: 0; left: 0; font-weight: bold; color: #FFFFFF; padding: 0 20px; line-height: 40px; backdrop-filter: blur(1px); background-color: rgba(0, 0, 0, .2); } @media screen and (max-width: 1600px) { .xp_mc1tcefr_line { width: 100%; height: 170px; } .xp_mc1tcefr_content_l { width: 460px; height: 360px; } } @media screen and (max-width: 1000px) { .xp_mc1tcefr_title { padding: 0px 20px; } .xp_mc1tcefr_container { margin: 20px 0px; padding: 0px 0px 0px 0px; background-size: cover; } .xp_mc1tcefr_content { flex-direction: column; height: auto; padding: 0px 20px; } .xp_mc1tcefr_content_item { margin-top: 20px; margin-left: 0px; flex: none; width: 100%; height: 240px; } .xp_mc1tcefr_content_l { width: 100%; height: 240px; } .xp_mc1tcefr_line { margin-right: 0px; height: 240px; margin-bottom: 20px; } .xp_mc1tcefr_line:last-child { margin-bottom: 0px; } .xp_mc1tcefr_list { grid-template-columns: repeat(1, minmax(0px, 1fr)); gap: 0px; margin-left: 0px; } } .xp_mc1tcf33_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_mc1tcf33_content { max-width: var(--xp-content-width); width: 100%; display: flex; padding-bottom: 20px; } .xp_mc1tcf33_copyright { width: 100%; height: 50px; user-select: none; display: flex; align-items: center; justify-content: center; color: #ffffff; background-color: var(--xp-color1); } .xp_mc1tcf33_log { flex: 1; height: 240px; display: flex; align-items: center; justify-content: center; } .xp_mc1tcf33_log img { height: 167px; width: 280px; } .xp_mc1tcf33_item { flex: 1; height: 100%; } .xp_mc1tcf33_hr { width: 1; height: 200px; margin-left: 20px; margin-right: 20px; position: relative; top: 24px; background-color: rgba(198, 201, 207, 1); } .xp_mc1tcf33_list { width: 100%; padding-top: 10px; } .xp_mc1tcf33_line { width: 100%; color: rgba(137, 149, 166, 1); margin-bottom: 10px; display: block; } .xp_mc1tcf33_item_title { margin-top: 20px; font-size: 20px; font-weight: 500; } .xp_mc1tcf33_link_title { color: #FFFFFF; } .xp_mc1tcf33_link_text { color: #FFFFFF; } .xp_mc1tcf33_relation_title { color: #FFFFFF; } .xp_mc1tcf33_relation_text { color: #FFFFFF; } .xp_mc1tcf33_code { width: 100%; height: 240px; display: flex; justify-content: center; align-items: center; } .xp_mc1tcf33_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_mc1tcf33_code_item img { width: 100%; margin-bottom: 10px; } .xp_mc1tcf33_copyright_item { color: #FFFFFF; } .xp_mc1tcf33_app_content { display: none; } @media screen and (max-width: 1000px) { .xp_mc1tcf33_content { display: none; } .xp_mc1tcf33_app_content { display: flex; flex-direction: column; width: 100%; } .xp_mc1tcf33_app_info { width: 100%; padding: 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; } .xp_mc1tcf33_app_info_logo { height: 40px; width: 120px; margin-bottom: 20px; } .xp_mc1tcf33_info_text { width: 100%; display: flex; justify-content: center; color: #FFFFFF; flex-wrap: wrap; } .xp_mc1tcf33_info_text div { padding: 6px 10px; word-break: break-all; text-align: center; } .xp_mc1tcf33_app_link { width: 100%; padding: 0 20px; } .xp_mc1tcf33_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_mc1tcf33_app_link_line { padding: 6px 10px; color: #FFFFFF; } .xp_mc1tcf33_app_code { background-color: #fff; padding: 20px; display: flex; justify-content: center; } .xp_mc1tcf33_app_code_item { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0px 10px; color: #FFFFFF; font-weight: 500; } .xp_mc1tcf33_app_code_item img { width: 100%; } }