.banner-box{position:relative;height:224px;margin-top:20px;background:#FFF;border:2px solid #CC9756;box-sizing:border-box;padding:10px 11px;display:flex}.banner-box .tip{position:absolute;z-index:1;top:0;left:25px;width:49px;height:49px;background:#900;color:#FFF;font-size:16px;line-height:20px;padding:0 5px 2px 8px;display:flex;align-items:center;justify-content:center}.banner-box .tip::after{content:'';position:absolute;width:10px;height:10px;background:#5A0000;top:0;right:-10px;-webkit-clip-path:polygon(0 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 100%,0 100%)}.banner-box .shop-box{flex-shrink:0;width:320px;height:200px;background:#F5F5F5;margin-right:11px;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column}.banner-box .shop-box .shop-name{font-size:24px;font-family:Microsoft YaHei;font-weight:700;color:#000;padding:0 20px;text-align:center}.banner-box .shop-box .tag-box{margin-top:15px;display:flex;justify-content:center}.banner-box .shop-box .tag-box>div{margin-right:8px}.banner-box .shop-box .tag-box>div:last-child{margin-right:0}.banner-box .shop-box .address{margin-top:20px;font-size:14px;color:#666;padding:0 20px}.banner-box .shop-box .address .icon-address{width:20px;height:auto;position:relative;top:-2px}.banner-box .goods-box{flex-shrink:0;width:200px;height:200px;margin-right:11px;position:relative;overflow:hidden}.banner-box .goods-box:last-child{margin-right:0}.banner-box .goods-box img{width:100%;height:100%;object-fit:cover;transition:.3s}.banner-box .goods-box img:hover{transform:scale(1.3)}.banner-box .goods-box .price{position:absolute;bottom:0;right:0;background:#CC9756;border-radius:12px 0 0;font-size:14px;line-height:26px;color:#FFF;padding:0 15px 0 16px}