.goods-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;background-color:#fff}.goods-item{width:176px;margin-bottom:7px;padding:4px 10px;background-color:#fff;text-align:center}.goods-img{width:150px;height:150px;vertical-align:middle;border:1px solid #e0e0e0;border-radius:6px}.goods-name{margin-top:4px;text-align:left}.goods-add{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.goods-price{font-size:16px;font-weight:700;color:#ff4500}.page{position:absolute;margin-bottom:0;left:50%}