.box { width: 100%; } .banner { width: 100%; height: 211px; padding: 0 30px; box-sizing: border-box; background-image: url("../images/banner_qudao@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_content { width: 100%; font-weight: 400; font-size: 13px; color: #191B1F; margin-top: 20px; } .fangan_list { width: 100%; margin-top: 30px; } .fangan_list_item { width: 100%; height: 119px; display: flex; align-items: center; background-color: #ffffff; margin-bottom: 20px; } .fangan_list_item:last-child { margin: 0 !important; } .fangan_list_item_img { flex-shrink: 0; width: 104px; height: 100%; display: flex; align-items: center; justify-content: center; overflow: hidden; } .fangan_list_item_info { flex: 1; height: 100%; padding: 15px; display: flex; flex-direction: column; justify-content: space-between; box-sizing: border-box; position: relative; } .fangan_list_item_info span:nth-child(1) { font-weight: 600; font-size: 15px; color: #222222; } .fangan_list_item_info span:nth-child(2) { font-weight: 400; font-size: 11px; color: #7B7F87; } .fangan_list_item_info img { position: absolute; top: 15px; right: 15px; width: 28px; height: 7px; } .fangan_list_item_img img { width: 100%; } .fangan_image { width: 100%; height: 133px; margin-top: 19px; } .fangan_image img { width: 100%; } .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; } .item { width: 100%; display: flex; flex-direction: column; align-items: center; padding: 30px 20px; box-sizing: border-box; background: #F8FAFF; } .item_title { width: 100%; text-align: center; font-weight: 600; font-size: 18px; color: #191B1F; } .item_list { width: 100%; display: flex; flex-direction: column; margin-top: 27px; } .item_list_row { width: 100%; display: flex; align-items: center; margin-bottom: 16px; } .item_list_row:last-child { margin: 0 !important; } .item_list_row img { width: 13px; height: 11px; margin-right: 8px; } .item_list_row span { font-weight: 400; font-size: 13px; color: #222222; } .item_image { width: 300px; margin-top: 23px; } .item_image img { width: 100%; } .fangan_form { width: 100%; margin-top: 24px; } .fangan_form_item { width: 100%; height: 42px; display: flex; align-items: center; margin-bottom: 18px; } .fangan_form_item:last-child { margin: 0 !important; } .fangan_form_item_label { flex-shrink: 0; width: 90px; font-weight: 500; font-size: 15px; color: #222222; } .fangan_form_item_label b { font-weight: 500; font-size: 16px; color: #E60000; } .fangan_form_item_val { flex: 1; height: 100%; } .input { width: 100%; height: 100%; padding: 0 20px; box-sizing: border-box; outline: none; border-radius: 4px; border: 1px solid #D8D8D8; } .select { width: 100%; height: 100%; outline: none; padding: 0 20px; box-sizing: border-box; border-radius: 4px; border: 1px solid #D8D8D8; }