body{ background-color:#eaeaea; } .container{ width: 100%; height: auto; } .banner{ width: 100%; height: auto; float: left; } .banner img{ width: 100%; height: auto; display: block; } .container-main{ width: 100%; box-sizing: border-box; height: auto; padding: 0 0.63rem; float: left; background-color: #eaeaea; } .container-main .title{ width: 100%; height: 1.1rem; line-height: 1.1rem; font-size: .24rem; color: #222a37; text-align: center; float: left; } .container-main .section{ width: 100%; height: 5.6rem; float: left; margin-bottom: .5rem; border-radius: 0.02rem; } .container-main .section img{ width: 100%; height: 100%; display: block; border-radius: 0.02rem; }