﻿.product .product_cate{color: #565656; font-size: 18px;}
.product .product_cate dl{}
.product .product_cate dl dt{}
.product .product_cate dl a{padding: 0 35px; cursor: pointer; display: inline-block;}
.product .product_cate dl a.on{color: #fc0000;}


.goods-sort {height: 65px;font-size: 16px; border-bottom: 15px solid #f5f5f5;}
.goods-sort a {width: 115px; height: 38px; display: flex; justify-content: center; align-items: center; border-radius: 20px; position: relative; color: #282828;}
.goods-sort a i {font-size: 16px; maring-left: 5px;}
.goods-sort a:hover {color: #fff; background: #ff6600;}
.goods-sort a:hove i {color: #fff;}
.goods-sort a.on{color: #fff; background: #ff6600;}
.goods-sort a.on i {color: #fff;}

.product .product_list{}
.product .product_list .product-item{width: 31%; margin-right: 3.5%;}
.product .product_list .product-item:nth-child(3n){margin-right: 0;}
.product .product_list .product-item:hover .imgWrap_img{-webkit-transform: scale(1.1);  transform: scale(1.1);}
.product .product_list .product-item-img{width: 100%;height: 165px;  overflow: hidden;}
.product .product_list .product-item-img .imgWrap_bg{position:absolute; left:0%; top:0; width:114%; height:114%; object-fit:cover; -webkit-filter:blur(13px); filter:blur(13px)}
.product .product_list .product-item-img .imgWrap_img{display:block; width:100%; height:100%; position:relative;-moz-transition: 0.3s; -webkit-transition: 0.3s;  -o-transition: 0.3s; transition: 0.3s;}

.product .product_list .product-item .product-item-info{ border: 1px solid #e8e8e8; border-top: none;}
.product .product_list .product-item .product-item-info .title{line-height: 1; white-space: pre-wrap; -webkit-line-clamp: 1; -webkit-box-orient: vertical; display: -webkit-box; overflow: hidden; color: #202020;}
.product .product_list .product-item .product-item-info .brief{display: block;line-height: 1; color: #4c4c4c;white-space: pre-wrap; -webkit-line-clamp: 1; -webkit-box-orient: vertical; display: -webkit-box; overflow: hidden;}
.product .product_list .product-item .product-item-info .product-item-price{display: flex; align-items: baseline; line-height: 1;}
.product .product_list .product-item .product-item-info .product-item-price p{color: #eb4552;}

.product .product_list .product-item .productItem_tag-wrap .productItem_tag-list{margin-bottom:-5px;color:#646566;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;flex-flow:row wrap;height:auto;overflow:hidden}
.product .product_list .product-item .productItem_tag-wrap .productItem_tag-list .productItem_tag-item{border:1px solid #e2e2e2; padding:3px 6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; text-align: center;}
.product .product_list .product-item .productItem_tag-wrap .productItem_tag-list .productItem_tag-item+.productItem_tag-item{margin-left: 10px;}

