.goods-box{background:#fff;border-right:1px solid #efefef;border-bottom:1px solid #efefef;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;max-width:20%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.goods-box,.goods-box .goods-box-img{display:-webkit-box;display:-ms-flexbox;display:flex}.goods-box .goods-box-img{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;overflow:hidden}.goods-box .goods-box-img img{max-height:100%;max-width:100%;min-height:50%;min-width:50%}.goods-box .goods-box-img:hover img{filter:alpha(opacity=80);-moz-opacity:.8;opacity:.8}.goods-box .goods-cart{position:absolute;bottom:-40px;left:25px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.goods-box .goods-cart,.goods-box .goods-cart_h{display:-webkit-box;display:-ms-flexbox;display:flex}.goods-box .goods-cart_h{padding:0;border:none;background:#c4c4c4;width:36px;height:36px;font-size:14px;color:#fff;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:4px}.goods-box .goods-cart_s{background:#f93a0b}.goods-box .goods-cart_c{padding:0;width:108px;height:36px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;font-family:Roboto;font-style:normal;font-weight:500;font-size:14px;line-height:16px}.goods-box .goods-cart_c .anticon-shopping-cart{position:relative;top:1px;left:1px;font-size:16px}.goods-box .goods-box-info{height:100px;width:100%;padding:0 20px}.goods-box .goods-box-info .info-title{height:28px;cursor:pointer;font-family:Roboto;font-style:normal;font-weight:500;font-size:12px;line-height:14px;color:#000;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.goods-box .goods-box-info .info-supplier{color:rgba(0,0,0,.45);font-family:Roboto;font-size:12px;margin-top:8px}.goods-box .goods-box-info .info-supplier .info-s-icon{margin-right:4px}.goods-box .goods-box-info .info-price{margin-top:6px;font-family:Roboto;font-style:normal;font-weight:700;font-size:16px;line-height:19px;color:rgba(0,0,0,.85)}.goods-box .goods-box-info .info-noLogin{margin-top:6px;font-size:14px;font-family:Roboto;font-style:normal}.goods-box:hover .goods-cart{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:translateY(-50px);transform:translateY(-50px)}