.sort { padding: 20px 130px; background-color: #fff; margin-bottom: 20px; }

.sort .sort_li { float: left; width: 14.8%; text-align: center; background-color: #EEEEEE;  font-size: 16px; margin-right: 20px; border-radius: 4px; margin-bottom: 20px; }
  
.sort .sort_li .sort_a{line-height: 60px;display: block;}

.sort .sort_li:nth-child(6n) { margin-right: 0; }

.sort .sort_li:hover { cursor: pointer; background-color: #F5AB5D; color: #fff; }

.break_right { float: right; }

.break_right .break_sort { float: left; margin-left: 40px; cursor: pointer; }

.break_right .break_sort:hover { color: #F5AB5D; }

.pruduct_lists { display: flow-root; }

.pruduct_lists .product_li { float: left; width: 350px; text-align: center; border: 1px solid #eee; margin-right: 25px; margin-bottom: 40px; padding: 8px; cursor: pointer; }

.pruduct_lists .product_li .product_img img { width: 330px;height:250px; }

.v-flex::after{::after{padding-bottom:240/340}}

.pruduct_lists .product_li .product_title { font-size: 16px; line-height: 21px; margin: 16px 0 8px; }

.pruduct_lists .product_li .product_p { line-height: 19px; color: #666; margin-bottom: 20px; }

.pruduct_lists .product_li:nth-child(3n) { margin-right: 0; }

.pruduct_lists .product_li:hover { border: 1px solid #F5AB5D; }

.pruduct_lists .product_li:hover .product_title { color: #F5AB5D; }

.pruduct_lists .product_li:hover .product_img { -webkit-transform: scale(1.01); -ms-transform: scale(1.01); transform: scale(1.01); }

@media (max-width: 760px) { .sort { padding: 10px; margin-bottom: 20px; }
  .pruduct_lists .product_li .product_img img {width:auto; height:114px;}
  .sort .sort_li { float: left; color: #F5AB5D; text-align: center; width: 32%; padding: 0 5px; background-color: #EEEEEE;  font-size: 16px; margin: 0 2% 10px 0; border-radius: 4px; }
  .sort .sort_li .sort_a{line-height: 26px;display: block;}
  .sort .sort_li:nth-child(3n) { margin-right: 0; }
  .break_right .break_sort { margin-left: 10px; padding: 0px 4px; background-color: #F5AB5D; border-radius: 4px; color: #fff; }
  .pruduct_lists .product_li { width: 49%; margin-right: 2%; margin-bottom: 15px; overflow: hidden;}
  .pruduct_lists .product_li:nth-child(2n) { margin-right: 0; }
  .pruduct_lists .product_li:nth-child(3n) { margin-right: 2%; }
   .pruduct_lists .product_li:nth-child(6n) { margin-right: 0 !important }
}
