* { margin: 0; padding: 0; /* list-style: none; */ } img { display: block; } .fixed { position: fixed; top: 0; left: 0; width: 100%; min-width: 1200px; z-index: 10; } .full_box1 { min-width: 1200px; } .full_box1 img{ width: 100%; } .full_box2 { min-width: 1200px; } .full_box2 img{ width: 100%; } .full_box3{ width: 100%; background-image: ; background-size: 100% 100%; } .full_box3 .content { width: 1159px; margin: 0 auto; } .full_box3 .formbox { position: relative; top: -25px; display: flex; justify-content: space-between; width: 100%; padding: 46px 60px; margin-bottom: 0; box-sizing: border-box; background-color: #fff; } .full_box3 .formboxleft { flex: 523px 0 0; } .full_box3 .formboxleft img { width: 100%; } .full_box3 .formboxright { flex: 493px 0 0; } .full_box3 .formboxright img{ width: 100%; } .full_box3 .formboxright .formitem { padding-top: 10px; } .full_box3 .formboxright input{ width: 100%; height: 72px; background: #ffffff; border: 1px solid #b3b3b3; border-radius: 8px; font-size: 24px; line-height: 72px; text-indent: 20px; color: #b3b3b3; } .full_box3 .formboxright select{ width: 100%; height: 72px; background: #ffffff; border: 1px solid #b3b3b3; border-radius: 8px; font-size: 24px; outline: none; line-height: 72px; text-indent: 20px; color: #b3b3b3; } .full_box3 .formboxright .pop-imgbtn { margin-top: 20px; cursor: pointer; } .full_box3 .bottom { padding-bottom: 20px; width: 100%; } .full_box3 .bottom img { width: 100%; } input::-webkit-input-placeholder { /* webkit, blink, edge */ color: #b3b3b3; } input:-moz-placeholder { /* mozilla firefox 4 to 18 */ color: #b3b3b3; } input::-moz-placeholder { /* mozilla firefox 19 */ color: #b3b3b3; } input:-ms-input-placeholder { /* internet explorer 10-11 */ color: #b3b3b3; }