.goods{ /* opacity:0; height:0; */ } .goods .cont{ min-height:400px; } .goods .popCont{ z-index: 1000; } .goods .cont{ /* background: url(../images/back01.png)no-repeat; */ background-size: 100% auto; display:flex; flex-direction: column; align-items: center; } .goods .cont>img:first-child{ width:65px; height:auto; object-fit:contain; margin-top:20px; } .goods .cont>div:nth-child(2){ font-size:17px; color:#ffe2ab; text-align:center; margin-top:12px; } .goods .cont>div:nth-child(3){ font-size:23px; color:#ffe2ab; text-align:center; margin-top:4px; font-weight:bold; } .goods .cont>div:nth-child(4){ width:83%; font-size:12px; color:#ffcece; margin-top:20px; } .goods .cont>img:last-child{ width:83%; height:auto; object-fit:contain; margin-top:20px; margin-bottom:15px; } .goods .cont>input{ width:90%; height:30px; box-sizing: border-box; margin:0; padding:0 15px; border:1px solid #f2ca77; border-radius:15px; background: #fff; margin-top:10px; } .goods .cont>textarea{ width:90% !important; max-width:90% !important; min-height:60px; box-sizing: border-box; margin:0; padding:8px 15px; border:1px solid #f2ca77; border-radius:15px; background: #fff; margin-top:10px; outline: none; line-height:20px; }