.product-container{width:100%;max-width:1280px;height:100%}.product-container .product-title{margin:0 auto;width:calc(100% - 60px);display:block;background-color:#fff;padding:10px 30px 0 30px;z-index:1;text-align:center}.product-container .product-title .info-title-up{width:100%;font-size:16px;height:20px;line-height:20px}.product-container .product-title .info-title-down{width:100%;color:#aeaeae;font-size:12px;height:20px;line-height:20px}.product-container .product-content{width:calc(100% - 40px);padding:20px 20px 0 20px;margin:0 auto;display:block;margin-bottom:50px}.product-container .product-content .product-list{width:100%;display:flex;justify-content:space-between;flex-wrap:wrap}.product-container .product-content .product-list .product-list-title{width:100%;display:flex;align-items:center;justify-content:space-around;height:60px;margin-bottom:20px}.product-container .product-content .product-list .product-list-title .title-left,.product-container .product-content .product-list .product-list-title .title-right{width:25%;border:1px solid #bbb}.product-container .product-content .product-list .product-list-title .title-img{width:30%;text-align:center;font-size:20px;font-weight:700}.product-container .product-content .product-list .product-list-title .title-img img{width:100%}.product-container .product-content .product-list .product-list-item{width:45%;margin-bottom:15px;cursor:pointer}.product-container .product-content .product-list .product-list-item img{width:100%}.product-container .product-content .product-list .product-list-item p{display:-webkit-box;-webkit-box-orient:vertical;font-size:12px;height:40px;line-height:20px;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2}