.box { width: 100%; } .head { width: 100%; height: 44px; background: #FFFFFF; position: sticky; top: 0; left: 0; z-index: 999; box-shadow: 0 2px 8px 0 rgba(102,102,102,0.05); } .head_box { width: 100%; height: 100%; padding: 0 15px; box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; position: relative; } .head_logo { width: 98px; height: 32px; } .head_menu { width: 24px; height: 24px; } .head_menus { width: 100%; padding: 20px; box-sizing: border-box; height: calc(100vh - 44px); position: absolute; top: 44px; left: 0; z-index: 9; background-color: #F5F5F5; overflow-y: scroll; } .head_menus_item { width: 100%; display: flex; flex-direction: column; padding-bottom: 15px; box-sizing: border-box; border-bottom: 1px solid #DFE2E8; margin-bottom: 20px; } .head_menus_item:last-child { margin: 0 !important; } .menus_top { width: 100%; display: flex; align-items: center; justify-content: space-between; } .menus_top_left { display: flex; align-items: center; } .menus_top_left_x { width: 3px; height: 15px; background: #FF7900; border-radius: 2px; margin-right: 10px; } .menus_top_left span { font-weight: 600; font-size: 16px; color: #191B1F; } .menus_top img { width: 7px; height: 14px; } .menus_list { width: 100%; margin-top: 15px; display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; } .menus_list_item { width: 49%; height: 47px; background: #FFFFFF; border-radius: 4px; display: flex; align-items: center; justify-content: center; font-weight: 400; font-size: 14px; color: #222222; margin-top: 10px; } .menus_list_item:nth-child(1) { margin-top: 0 !important; } .menus_list_item:nth-child(2) { margin-top: 0 !important; } .banner { width: 100%; height: 211px; padding: 0 30px; box-sizing: border-box; background-image: url("../images/home_banner@2x.png"); background-repeat: no-repeat; background-size: 100% 100%; display: flex; flex-direction: column; justify-content: center; } .banner_title { font-weight: bold; font-size: 25px; color: #191B1F; } .banner_info { font-weight: 400; font-size: 13px; color: #191B1F; margin-top: 10px; } .banner_btn { width: 72px; height: 27px; line-height: 27px; text-align: center; background: #FF7900; box-shadow: 0px 2px 10px 0px rgba(255,121,0,0.2); border-radius: 18px; font-weight: 400; font-size: 12px; color: #FFFFFF; margin-top: 20px; } .fangan { width: 100%; padding: 24px 15px; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; justify-content: center; } .fangan_title { width: 100%; text-align: center; font-weight: 600; font-size: 18px; color: #191B1F; } .fangan_info { width: 209px; text-align: center; font-weight: 400; font-size: 11px; color: #9196A1; margin-top: 10px; } .fangan_image { width: 100%; height: 115px; margin-top: 20px; } .fangan_btn { margin: 0 auto; width: 72px; height: 27px; line-height: 27px; text-align: center; background: #FF7900; box-shadow: 0 2px 10px 0 rgba(255,121,0,0.2); border-radius: 18px; font-weight: 400; font-size: 12px; color: #FFFFFF; margin-top: 20px; } .swiper-container { width: 100%; height: 210px; margin-top: 20px; } .swiper-slide { padding: 15px; box-sizing: border-box; border-radius: 8px; background-image: url("../images/home_img1_open@2x.png"); background-repeat: no-repeat; background-size: 100% 100%; display: flex; flex-direction: column; justify-content: end; } .swiper-slide-title { font-weight: bold; font-size: 16px; color: #FFFFFF; text-shadow: 0px 2px 4px rgba(0,0,0,0.7); } .swiper-slide-x { width: 32px; height: 3px; background: #FF7900; border-radius: 2px; margin: 10px 0; } .swiper-slide-info { font-weight: 400; font-size: 12px; color: #FFFFFF; text-shadow: 0px 2px 4px rgba(0,0,0,0.7); } .yunwei { width: 100%; padding: 24px 15px; box-sizing: border-box; background: #FFF6ED; display: flex; flex-direction: column; align-items: center; justify-content: center; } .yunwei_list { width: 100%; margin-top: 20px; } .yunwei_list_item { width: 100%; height: 341px; box-shadow: 0 2px 6px 0 rgba(0,0,0,0.08); border-radius: 8px; overflow: hidden; background-color: #ffffff; margin-bottom: 15px; } .yunwei_list_item:last-child { margin: 0 !important; } .yunwei_list_item_image { width: 100%; height: 180px; display: flex; align-items: center; justify-content: center; overflow: hidden; } .yunwei_list_item_image image { width: 100%; } .yunwei_list_item_info { width: 100%; height: calc(100% - 180px); padding: 20px; box-sizing: border-box; display: flex; flex-direction: column; justify-content: space-between; } .yunwei_top { width: 100%; display: flex; align-items: center; justify-content: space-between; } .yunwei_top_left { flex: 1; display: flex; flex-direction: column; } .yunwei_top_left_title { font-weight: 600; font-size: 16px; color: #191B1F; } .yunwei_top_left_info { font-weight: 400; font-size: 12px; color: #9196A1; } .yunwei_top_right { flex-shrink: 0; width: 54px; margin-left: 38px; } .yunwei_top_right img { width: 54px; height: 54px; } .yunwei_bottom { width: 100%; display: flex; align-items: center; } .yunwei_bottom span { font-weight: 400; font-size: 13px; color: #FF7900; } .yunwei_bottom img { width: 13px; height: 13px; margin-left: 6px; } .cate { width: 100%; display: flex; align-items: center; border-bottom: 1px solid #E5E5E5; margin-top: 15px; } .cate_row { flex: 1; padding: 11px 0; text-align: center; font-weight: 400; font-size: 14px; color: #333333; } .active { color: #FF7900 !important; font-weight: 600 !important; border-bottom: 2px solid #FF7900 !important; } .tupian { width: 100%; padding: 0 30px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; margin-top: 20px; flex-direction: column; } .tupian img { width: 250px; height: 178px; } .tupian_info { width: 100%; display: flex; flex-direction: column; margin-top: 24px; } .tupian_info_title { font-weight: 600; font-size: 16px; color: #191B1F; } .tupian_info_list { width: 100%; margin-top: 16px; } .tupian_info_list_row { width: 100%; display: flex; align-items: center; margin-bottom: 12px; } .tupian_info_list_row:last-child { margin-bottom: 0 !important; } .tupian_info_list_row img { width: 14px; height: 14px; margin-right: 10px; } .tupian_info_list_row span { font-weight: 400; font-size: 13px; color: #333333; } .youshi { width: 100%; display: flex; flex-direction: column; margin-top: 20px; } .youshi_item { width: 100%; padding: 12px 15px; box-sizing: border-box; display: flex; align-items: center; background: linear-gradient( 270deg, #FFFFFF 0%, #FFF4EA 100%); border-radius: 4px; margin-bottom: 10px; } .youshi_item:last-child { margin: 0 !important; } .youshi_item img { width: 34px; height: 34px; margin-right: 12px; } .youshi_item_title { font-weight: bold; font-size: 15px; color: #191B1F; margin-right: 13px; } .youshi_item_info { font-weight: 400; font-size: 11px; color: #9196A1; } .fangan_new { width: 100%; display: flex; flex-direction: column; margin-top: 20px; } .fangan_new_item { width: 100%; display: flex; align-items: center; margin-bottom: 10px; } .fangan_new_item:last-child { margin-bottom: 0 !important; } .fangan_new_item_image { width: 106px; height: 80px; display: flex; align-items: center; justify-content: center; border-radius: 4px; margin-right: 10px; } .fangan_new_item_image img { width: 100%; } .fangan_new_item_info { flex: 1; height: 80px; display: flex; flex-direction: column; justify-content: space-between; } .fangan_new_item_info span:nth-child(1) { font-weight: 500; font-size: 15px; color: #191B1F; } .fangan_new_item_info span:nth-child(2) { font-weight: 400; font-size: 12px; color: #7B7F87; } .swiper-container1 { width: 100%; height: 300px; margin-top: 20px; overflow: hidden; } .swiper-container1 .swiper-slide { width: 100%; height: 296px; padding: 0 !important; border-radius: 8px; overflow: hidden; background: #FFFFFF; box-shadow: 0 2px 6px 0 rgba(0,0,0,0.08); } .swiper-container1 .swiper-slide .anli_head { width: 100%; height: 164px; display: flex; align-items: center; justify-content: center; overflow: hidden; } .swiper-container1 .swiper-slide .anli_head img { width: 100%; } .swiper-container1 .swiper-slide .anli_info { width: 100%; padding: 15px; box-sizing: border-box; display: flex; flex-direction: column; } .swiper-container1 .swiper-slide .anli_info_title { font-weight: 500; font-size: 15px; color: #191B1F; } .swiper-container1 .swiper-slide .anli_info_desc { font-weight: 400; font-size: 12px; color: #9196A1; margin-top: 12px; } .footer { width: 100%; padding: 24px 20px; box-sizing: border-box; background: #2E333A; position: relative; } .footer_title { font-weight: 600; font-size: 16px; color: #FFFFFF; margin-bottom: 15px; } .footer_row { width: 100%; margin-bottom: 11px; } .footer_row { width: 100%; display: flex; align-items: center; } .footer_row img { width: 14px; height: 14px; margin-right: 16px; } .footer_row span { font-weight: 400; font-size: 13px; color: #CCCCCC; } .footer_x { width: 100%; height: 1px; margin-bottom: 23px; background-color: #898989; } .footer_info { width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; } .footer_info span { font-weight: 400; font-size: 11px; color: #999999; } .footer_qrcode { position: absolute; right: 30px; top: 30px; display: flex; align-items: center; } .footer_qrcode_item { width: 68px; display: flex; flex-direction: column; align-items: center; justify-content: center; margin-left: 11px; } .footer_qrcode_item img { width: 68px; height: 68px; } .footer_qrcode_item span { font-weight: 400; font-size: 12px; color: #CCCCCC; margin-top: 10px; } .footer_lx { width: 100%; height: 54px; background: #FFFFFF; position: fixed; bottom: 0; left: 0; padding: 0 15px; box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; } .footer_lx_left { display: flex; align-items: center; } .footer_lx_left img { width: 23px; height: 23px; margin-right: 8px; } .footer_lx_left span { font-weight: 500; font-size: 14px; color: #191B1F; } .footer_lx_right { width: 214px; height: 36px; line-height: 36px; text-align: center; background: #FF7900; box-shadow: 0px 2px 10px 0px rgba(255,121,0,0.54); border-radius: 18px; font-weight: 600; font-size: 15px; color: #FFFFFF; }