html { --xp-color1: #487F5F; --xp-color2: #74a689; --xp-color3: #365580; --xp-color4: #4d6586; --xp-color5: #9bb0cc; --xp-color6: #d0d6df; } .xp_mblwmh8i_container { width: 100%; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; } .xp_mblwmh8i_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_mblwmh8i_content { width: 100%; max-width: var(--xp-content-width); height: 140px; display: flex; align-items: center; } .xp_mblwmh8i_logo { max-width: 520px; height: 80px; display: flex; align-items: center; } .xp_mblwmh8i_logo img { width: 423px; height: 60px; } .xp_mblwmh8i_box { margin-left: 20px; padding-top: 8px; flex: 1; height: 100px; display: flex; flex-direction: column; } .xp_mblwmh8i_logo_title { font-size: 24px; color: #fff; margin-left: 24px; color: #FFFFFF; } .xp_mblwmh8i_box_t { width: 100%; display: flex; justify-content: flex-end; align-items: center; } .xp_mblwmh8i_search { width: 24px; height: 24px; border-radius: 100%; display: flex; align-items: center; justify-content: center; overflow: hidden; border: 1px solid #fff; cursor: pointer; } .xp_mblwmh8i_search_icon { min-width: 12px; height: 12px; color: #fff; cursor: pointer; } .xp_mblwmh8i_en { width: 24px; height: 24px; border-radius: 100%; display: flex; align-items: center; justify-content: center; overflow: hidden; border: 1px solid #fff; margin-right: 10px; font-size: 12px; color: #fff; cursor: pointer; } .xp_mblwmh8i_link { display: flex; align-items: center; color: #fff; margin-right: 20px; } .xp_mblwmh8i_link_item { padding: 4px 10px; cursor: pointer; font-size: 14px; color: #FFFFFF; border-radius: 2px; user-select: none; display: flex; align-items: center; } .xp_mblwmh8i_link_item_icon { width: 22px; height: 22px; margin-right: 4px; object-fit: cover; } .xp_mblwmh8i_box_nav { width: 100%; display: flex; justify-content: flex-end; margin-top: 15px; } .xp_mblwmh8i_box_nav_item { color: #FFFFFF; padding: 6px 10px; margin-left: 4px; margin-right: 4px; user-select: none; cursor: pointer; position: relative; font-size: 18px; display: flex; justify-content: center; transform: translateX(15px); } .xp_mblwmh8i_box_nav_item:hover::after { position: absolute; bottom: -2px; width: 40px; height: 4px; content: ""; background-color: var(--xp-color1); } .xp_mblwmh8i_box_nav_item:hover .xp_mblwmh8i_nav { display: block; } .xp_mblwmh8i_nav { display: none; position: absolute; top: 100%; left: 0px; padding-bottom: 20px; } .xp_mblwmh8i_nav_box{ position: relative; margin-top: 4px; display: flex; flex-direction: column; } .xp_mblwmh8i_nav_item { padding: 6px 12px; color: #333; white-space: nowrap; font-size: 16px; margin-top: 4px; border: 1px solid var(--xp-color1); background-color: #FFFFFF; } .xp_mblwmh8i_nav_item:hover { background-color: var(--xp-color1); color: #FFFFFF; } .xp_mblwmh8i_app_content { display: none; } .xp_mblwmh8i_placeholder { display: none; } .xp_mblwmh8i_search_container { width: 100%; height: 100vh; top: 0; left: 0; visibility: hidden; position: fixed; z-index: 1000; opacity: 0; transition: all ease .7s; } .xp_mblwmh8i_search_bg { width: 100%; height: 100%; position: relative; object-fit: cover; } .xp_mblwmh8i_search_content { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .7); backdrop-filter: blur(6px); display: flex; flex-direction: column; align-items: center; justify-content: center; } .xp_mblwmh8i_search_show { visibility: visible; opacity: 1; } .xp_mblwmh8i_search_title { font-size: 32px; color: #fff; font-weight: bold; margin-top: -140px; transition: all ease .8s; } .xp_mblwmh8i_search_show .xp_mblwmh8i_search_title { margin-top: -40px; } .xp_mblwmh8i_search_inp_box { width: 700px; height: 68px; margin-top: 40px; border-radius: 100px; background-color: #fff; display: flex; padding: 10px; } .xp_mblwmh8i_search_inp { flex: 1; padding: 0px 20px; margin-right: 20px; border: none; outline: none; font-size: 18px; font-weight: bold; color: #333; } .xp_mblwmh8i_search_but { width: 100px; height: 100%; border-radius: 100px; background-color: var(--xp-color1); color: #fff; font-size: 18px; display: flex; align-items: center; justify-content: center; cursor: pointer; user-select: none; box-shadow: 0px 0px 4px 1px #f0f0f0; } .xp_mblwmh8i_search_inp::placeholder { font-weight: 400; } .xp_mblwmh8i_search_close { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; margin-top: 40px; cursor: pointer; } .xp_mblwmh8i_search_close_icon { width: 40px; height: 40px; color: #fff; } .xp_mblwmh8i_h5 { display: none; } @media screen and (max-width: 1000px) { .xp_mblwmh8i_header { display: none; } body { padding-top: 60px; } .xp_mblwmh8i_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_mblwmh8i_h5_logo_box { flex:1; display: flex; align-items: center; justify-content: center; } .xp_mblwmh8i_h5_logo { max-width: 75%; height: 30px; } .xp_mblwmh8i_h5_menu { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; } .xp_mblwmh8i_h5_menu_icon { width: 30px; height: 30px; color: #fff; } .xp_mblwmh8i_h5_search { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; } .xp_mblwmh8i_h5_search_icon { width: 24px; height: 24px; color: #fff; } .xp_mblwmh8i_h5_menu_box { width: 100%; height: 100vh; position: fixed; left: 0; top: 0; z-index: 100; visibility: hidden; } .xp_mblwmh8i_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: var(--xp-color1); width: 100%; height: 100vh; } .xp_mblwmh8i_h5_menu_open { visibility: initial; } .xp_mblwmh8i_h5_menu_open .xp_mblwmh8i_h5_menu_content { transform: translateX(0px); } .xp_mblwmh8i_h5_menu_logo { width: 100%; margin: 30px; } .xp_mblwmh8i_h5_menu_list { width: 100%; display: flex; flex-direction: column; } .xp_mblwmh8i_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_mblwmh8i_h5_group_title { flex: 1; color: #fff; } .xp_mblwmh8i_h5_group_icon { width: 20px; height: 20px; color: #666; } .xp_mblwmh8i_menu_close { position: absolute; right: 0; top: 0; width: 46px; height: 46px; background-color: #fff; border-bottom-left-radius: 46px; display: flex; align-items: center; justify-content: center; } .xp_mblwmh8i_menu_close_icon { width: 18px; height: 18px; color: #333; position: relative; left: 5px; bottom: 5px; } .xp_mblwmh8i_h5_group_line { width: 100%; display: flex; align-items: center; padding: 0 20px; min-height: 50px; } .xp_mblwmh8i_h5_list { width: 100%; display: none; flex-direction: column; } .xp_mblwmh8i_h5_item { height: 50px; width: 100%; display: flex; align-items: center; padding: 0 20px; background-color: #f0f0f0; border-bottom: 1px solid #ddd; } .xp_mblwmh8i_h5_item:last-child { border-bottom: none; } .xp_mblwmh8i_h5_group_show .xp_mblwmh8i_h5_list { display: flex; } .xp_mblwmh8i_h5_group_show .xp_mblwmh8i_h5_group_icon { transform: rotate(90deg); } .xp_mblwmh8i_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_mblwmh8i_h5_search_open { visibility: initial; } .xp_mblwmh8i_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_mblwmh8i_h5_search_open .xp_mblwmh8i_h5_inp_box { transform: translateY(0px); } .xp_mblwmh8i_h5_search_open { background-color: rgba(0, 0, 0, .7); backdrop-filter: blur(1px); } .xp_mblwmh8i_h5_input { flex: 1; height: 100%; font-size: 16px; border: none; background-color: transparent; outline: none; padding: 0 20px; } .xp_mblwmh8i_h5_input_but { width: 80px; height: 100%; background-color: var(--xp-color1); color: #fff; display: flex; align-items: center; justify-content: center; } .xp_mblwmh8i_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_mblwmh8i_h5_search_open .xp_mblwmh8i_h5_search_close { opacity: 1; } .xp_mblwmh8i_h5_search_close_icon { width: 20px; height: 20px; color: #fff; } } .xp_mdslvqwc_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_mdslvqwc_content { width: 100%; overflow: hidden; position: relative; display: flex; align-items: center; justify-content: center; } .xp_mdslvqwc_banner { width: 100%; height: auto; } .xp_mdslvqwc_banner_item { width: 100%; height: 100%; overflow: hidden; } .xp_mdslvqwc_banner_item_img1 { width: 100%; display: flex; height: auto; } .xp_mdslvqwc_banner_item_img { width: 100%; height: 100%; display: flex; transform: scale(1); animation: xp_mdslvqwc_show_image linear 10s forwards; } @keyframes xp_mdslvqwc_show_image { from { transform: scale(1); } to { transform: scale(1.2); } } .xp_mdslvqwc_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_mdslvqwc_index_item { width: 10px; height: 10px; border-radius: 50%; background-color: #fff; margin: 0 6px; } .xp_mdslvqwc_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_mdslvqwc_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_mdslvqwc_pre { left: 40px; } .xp_mdslvqwc_next { right: 40px; } .xp_mdslvqwc_button:hover { color: #fff; background-color: rgba(0, 0, 0, .6); } .xp_mdslvqwc_item_icon { width: 30px; height: 30px; } @media screen and (max-width: 1600px) { .xp_mdslvqwc_index{ } } @media screen and (max-width: 1000px) { .xp_mdslvqwc_banner{ width: 100%; max-height: 200px; } .xp_mdslvqwc_button{ display: none; } .xp_mdslvqwc_children{ width: 100%; margin-top: 0px; } .xp_mdslvqwc_index { bottom: 10px !important; } } .xp_mb4tnu0v_container { position: relative; z-index: 1; width: 100%; display: flex; justify-content: center; background-color: #FFFFFF; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; } .xp_mb4tnu0v_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_mb4tnu0v_tags { flex: 1; display: flex; justify-content: flex-end; align-items: center; } .xp_mb4tnu0v_tag_text{ color: #666; margin-right: 10px; } .xp_mb4tnu0v_title { color: #FFFFFF; padding: 10px 20px; display: flex; align-items: center; background-color: var(--xp-color1); } .xp_mb4tnu0v_title_en { font-size: 14px; margin-left: 4px; } .xp_mb4tnu0v_item { user-select: none; padding: 0px 1px; display: flex; align-items: center; color: #666; } .xp_mb4tnu0v_item_select { color: var(--xp-color1); } .xp_mb4tnu0v_item_icon { width: 15px; height: 15px; margin-right: 4px; color: var(--xp-color1); } .xp_mb4tnu0v_icon { width: 16px; height: 16px; margin: 0px 4px; } @media screen and (max-width: 1000px) { .xp_mb4tnu0v_container { display: none; } }.xp_mb4tni9r_container { width: 100%; display: flex; justify-content: center; position: relative; z-index: 1; margin: 40px 0px 40px 0px; } .xp_mb4tni9r_content { max-width: var(--xp-content-width); width: 1000px; overflow-x: auto; padding: 0px 0px 0px 0px; } .xp_mb4tni9r_title { width: 100%; text-align: center; font-size: 28px; font-weight: 600; color: var(--xp-color1); } .xp_mb4tni9r_infos { display: flex; justify-content: center; padding-bottom: 20px; padding-top: 20px; color: #999; border-bottom: 1px solid rgba(204, 204, 204, 1); } .xp_mb4tni9r_infos div { padding-left: 10px; padding-right: 10px; } .xp_mb4tni9r_edit_container { width: 100%; display: flex; justify-content: center; padding-top: 30px; padding-bottom: 30px; } .xp_mb4tni9r_edit_content { width: 850px; min-height: 500px; padding: 50px; border-radius: 2px; background-color: #FFFFFF; } .xp_mb4tni9r_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_mb4tni9r_footer a { color: #333; padding-top: 6px; padding-bottom: 6px; } .xp_mb4tni9r_footer a:hover { color: var(--xp-color1); } .xp_mb4tni9r_file { width: 100%; display: flex; flex-direction: column; margin-bottom: 30px; } .xp_mb4tni9r_file_line { width: 100%; cursor: pointer; margin-top: 20px; color: var(--xp-color1); text-decoration: underline; } .xp_mb4tni9r_ai { width: 100%; background-color: #fafafa; margin-top: 60px; padding: 30px 20px 20px 20px; position: relative; } .xp_mb4tni9r_ai_content { overflow: hidden; width: 100%; height: 200px; } .xp_mb4tni9r_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_mb4tni9r_ai_open_icon { width: 24px; height: 24px; color: #fff; margin-right: 4px; } .xp_mb4tni9r_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_mb4tni9r_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_mb4tni9r_ai_title { font-size: 18px; color: #333; font-weight: bold; line-height: 45px; } .xp_mb4tni9r_ai_info { color: #555; font-size: 18px; line-height: 45px; position: relative; text-indent: 20px; } .xp_mb4tni9r_ai_info { color: #555; font-size: 18px; line-height: 34px; position: relative; text-indent: 20px; } .xp_mb4tni9r_ai_info::after { position: absolute; width: 10px; height: 10px; content: ""; left: 0px; top: 12px; border-radius: 50%; background-color: var(--xp-color1); } .xp_mb4tni9r_iframe { width: 100%; border: none; height: 100vh; } @media screen and (max-width: 1600px) { .xp_mb4tni9r_content { width: 900px; } } @media screen and (max-width: 1000px) { .xp_mb4tni9r_infos div:nth-child(3), .xp_mb4tni9r_infos div:nth-child(4) { display: none; } .xp_mb4tni9r_container{ margin: 0px; } .xp_mb4tni9r_content { padding: 20px; } .xp_mb4tni9r_edit_container { padding-top: 0px; padding-bottom: 20px; } .xp_mb4tni9r_title{ font-size: 24px; } .xp_mb4tni9r_infos { margin-bottom: 20px; } .xp_mb4tni9r_edit_content { padding: 20px; } } .xp_mb4tm4ke_container { position: relative; z-index: 1; width: 100%; display: flex; flex-direction: column; align-items: center; background-color: rgba(10,92,52,0); 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: 0px 0px 0px 0px; padding: 40px 0px 40px 0px; } .xp_mb4tm4ke_content { width: 100%; max-width: var(--xp-content-width); height: 200px; display: flex; align-items: center; } .xp_mb4tm4ke_item { height: 100%; display: flex; flex-direction: column; justify-content: space-between; } .xp_mb4tm4ke_item_l { flex: 1; padding-right: 200px; } .xp_mb4tm4ke_item_r { width: 600px; } .xp_mb4tm4ke_select_box { width: 100%; display: flex; align-items: center; height: 100px; } .xp_mb4tm4ke_select { width: 280px; height: 40px; background-color: #fff; margin-left: 20px; display: flex; align-items: center; padding: 0px 20px; cursor: pointer; position: relative; } .xp_mb4tm4ke_select:first-child { margin-left: 0px; } .xp_mb4tm4ke_select_name { flex: 1; width: 0; font-size: 18px; color: #999; padding-right: 20px; } .xp_mb4tm4ke_select_icon { width: 24px; height: 24px; color: #999; } .xp_mb4tm4ke_select_modal { visibility: hidden; width: 100%; height: 300px; max-height: 300px; overflow-y: auto; position: absolute; left: 0px; z-index: 100; bottom: 40px; background-color: #FFFFFF; border: 1px solid #f0f0f0; display: flex; flex-direction: column; } .xp_mb4tm4ke_select:hover .xp_mb4tm4ke_select_modal { visibility: visible; } .uuiid_select_item { display: block; width: 100%; padding: 10px 20px; text-align: center; color: #333; font-size: 16px; } .uuiid_select_item:hover { background-color: var(--xp-color1); color: #ffffff; } .xp_mb4tm4ke_copyright { width: 100%; display: flex; align-items: center; flex-wrap: wrap; } .xp_mb4tm4ke_copyright_item { color: #fff; font-size: 16px; line-height: 30px; margin-right: 10px; display: flex; align-items: center; } .xp_mb4tm4ke_copyright_item:last-child { margin-right: 0px; } .xp_mb4tm4ke_copyright_icon{ width: 18px; margin-right: 4px; } .xp_mb4tm4ke_link_box { width: 100%; display: flex; flex-wrap: wrap; } .xp_mb4tm4ke_link { user-select: none; cursor: pointer; display: flex; align-items: center; padding: 15px 20px; } .xp_mb4tm4ke_link_name { color: #FFF; font-size: 16px; } .xp_mb4tm4ke_link_icon { width: 30px; height: 30px; margin-right: 10px; } .xp_mb4tm4ke_code_box { width: 100%; display: flex; align-items: center; padding-left: 18px; } .xp_mb4tm4ke_code { position: relative; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; cursor: pointer; margin-left: 20px; } .xp_mb4tm4ke_code:first-child { margin-left: 0px; } .xp_mb4tm4ke_code_icon { width: 100%; height: 100%; object-fit: cover; } .xp_mb4tm4ke_code_modal { visibility: hidden; position: absolute; bottom: 60px; width: 140px; padding: 10px; border-radius: 2px; box-shadow: 0px 0px 10px 2px var(--xp-color1); background-color: #fff; opacity: 0; transition: all ease .3s; } .xp_mb4tm4ke_code_image { width: 100%; height: 120px; object-fit: cover; border-radius: 2px; } .xp_mb4tm4ke_code_name { width: 100%; line-height: 14px; text-align: center; font-size: 14px; } .xp_mb4tm4ke_code:hover .xp_mb4tm4ke_code_modal { visibility: visible; opacity: 1; } @media screen and (max-width: 1000px) { .xp_mb4tm4ke_container { margin: 0px; padding: 20px 0px; } .xp_mb4tm4ke_content { height: fit-content; flex-direction: column; padding: 0px 20px; } .xp_mb4tm4ke_item_l { order: 2; width: 100%; flex: none; padding-right: 0px; } .xp_mb4tm4ke_item_r { order: 1; width: 100%; flex: none; } .xp_mb4tm4ke_link_box { justify-content: center; } .xp_mb4tm4ke_link_name { font-size: 14px; } .xp_mb4tm4ke_item { display: flex; flex-direction: column; justify-content: center; } .xp_mb4tm4ke_code_box { justify-content: center; margin: 20px 0px; } .xp_mb4tm4ke_select { flex: 1; width: 0; padding: 0px 10px; } .xp_mb4tm4ke_copyright { justify-content: center; } .xp_mb4tm4ke_select_name , .uuiid_select_item { font-size: 14px; } .xp_mb4tm4ke_select_icon { width: 20px; height: 20px; } } .xp_mb4tpodg_container { position: relative; z-index: 1; width: 100%; display: flex; align-items: center; flex-direction: column; background-color: #FFFFFF; margin: 30px 0px 0px 0px; padding: 0px 0px 0px 0px; } .xp_mb4tpodg_content { width: 100%; display: flex; flex-direction: column; } .xp_mb4tpodg_title { width: 100%; height: 55px; background-color: var(--xp-color1); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 600; font-size: 20px; } .xp_mb4tpodg_banner { width: 100%; height: 200px; background-color: #f0f0f0; margin-top: 20px; overflow: hidden; } .xp_mb4tpodg_banner_item_title { position: absolute; bottom: 0; left: 0; width: 100%; height: 40px; display: flex; align-items: center; padding: 0px 20px; color: #fff; font-weight: 600; background-color: rgba(0, 0, 0, .4); } .xp_mb4tpodg_list { margin-top: 20px; width: 100%; } .xp_mb4tpodg_list_item { margin-top: 20px; display: flex; align-items: center; position: relative; } .xp_mb4tpodg_list_item_title:hover { text-decoration: underline; color: var(--xp-color1); } .xp_mb4tpodg_list_item::after { position: absolute; left: 4px; width: 10px; height: 10px; content: ""; background-color: var(--xp-color1); } .xp_mb4tpodg_banner_item { width: 100%; height: 100%; position: relative; object-fit: cover; } .xp_mb4tpodg_banner_item_img { width: 100%; height: 100%; object-fit: cover; } .xp_mb4tpodg_list_item_title { flex: 1; cursor: pointer; font-weight: 600; margin-left: 20px; margin-right: 20px; } .xp_mb4tpodg_list_item:first-child { margin-top: 0px; } .xp_mb4tpodg_index { width: 100%; display: flex; justify-content: center; margin-top: 20px; } @media screen and (max-width: 1000px) { .xp_mb4tpodg_container { display: none; } }