.brands_box{background: #fff;padding:0 0px 0px;box-shadow: 3px 0px 21px 0px rgba(51,51,51,0.22);
border-radius: 24px;}
.brands_sort{border-bottom: solid #efefef 1px;margin-bottom: 10px;}
.brands_box .first{float: left;margin:0 10px;line-height: 40px;color: #666}
.brands_sort {background:#f9fafa;border-radius: 24px 24px 0 0;padding-left:30px}
.brands_list{padding:10px 30px 30px}
.brands_box .cat .active{
background: #f0423c;
display: inline-block;
border-radius: 5px 5px 0px 0px;
color: #fff;
padding: 0 20px;
}
.brands_box .all{float: left;width: 1060px;}
.brands_box .all a{display: inline-block;margin:0 15px;line-height: 40px;}
.brands_box .brands a.active{color: #409eff}
.brands_box .all a:hover{color:#409eff}
.product_list{display: flex;flex-wrap: wrap;}
.product_list .item{width: 15.8%;background: #fff;margin: 20px 1% 0 0;text-align: center;padding: 30px 0 10px;transition: all .2s linear;box-shadow: 3px 0px 21px 0px rgba(51,51,51,0.22);
border-radius: 28px;}
.product_list .item:hover { -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0); }
.product_list .item:nth-child(6n){margin-right: 0;}
.product_list .item h3{display: block;color:#333;font-size: 16px;text-align: center;margin: 10px 0 10px;text-overflow: -o-ellipsis-lastline;  
overflow: hidden;  
text-overflow: ellipsis;  
display: -webkit-box;  
-webkit-line-clamp: 1;  
-webkit-box-orient: vertical;  }
.product_list .item h3 a{color:#333}
.product_list .item p{color: #888;}
.product_list .item p span{ font-style: normal; color: #ff6700; }
.product_list .item .btn{
	width: 100px;margin: 10px auto 0;
	height: 30px;line-height: 30px;
	background: #FFF4F0;
	border-radius: 15px;font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	color: #F73E44; font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	color: #F73E44;display:inline-block;
}
.product_list .item .btn a{color: #666;}
.product_list .item:hover a{color: #e02e24}
.product_list .item:hover p{color: #e02e24}
.product_list .item:hover p span{color: #e02e24}
.product_list .item:hover .btn{border: 1px solid #e02e24}
.product_list .item:hover .btn a{color: #e02e24}