.product-container .container-view .left-list{display:flex;flex-wrap:wrap}.product-container .container-view .left-list .product-item{width:100%;padding:14px 0 16px;box-sizing:border-box;display:flex;align-items:center;border-bottom:1px solid #DFDFDF}.product-container .container-view .left-list .product-item .product-item-img{width:269px;height:189px;margin-right:31px}.product-container .container-view .left-list .product-item .product-info{flex:1}.product-container .container-view .left-list .product-item .product-info .product-title{font-weight:500;font-size:20px;color:#000000;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis}.product-container .container-view .left-list .product-item .product-info .product-desc{font-weight:500;font-size:16px;color:#999999;margin:13px 0 17px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis}.product-container .container-view .left-list .product-item .product-info .product-price .price{font-weight:bold;font-size:23px;color:#E21919}.product-container .container-view .left-list .product-item .product-info .product-price .ask-btn{width:152px;height:46px;background:#DAC29C;border-radius:60px;font-weight:500;font-size:18px;color:#B5141F;text-align:center;line-height:46px}.product-container .container-view .left-list .product-item:hover .product-title{color:#E1691E;cursor:pointer}