@charset "utf-8";
/* CSS Document */

.sort{background:#F5F5F5;padding:10px 20px;}
.sort_c{padding:0px 0 40px;}
.sort_nav{line-height:40px;text-align: left;}
.sort_nav i{padding:0 10px;}
.sort_nav span{color: #AEB0B7;}

.sort_list{padding:10px 0;}
.sort_list p{text-align: left;}
.sort_list p b{font-size: 34px;line-height: 80px;}
.sort_list ul{display: flex;justify-content: space-between;align-items: stretch;flex-flow: row wrap;padding:15px 0;}
.sort_list ul li{width:calc((100% - 100px)/6);margin-bottom: 20px;}
.sort_list ul li a{display: inline-block;width: 100%;height: 100%;background: #fff;border: 1px solid #CBCDD4;box-sizing: border-box;}

.sort_list ul li .sort_list_pic{display: flex;justify-content: center;align-items: center;height: 160px;width:100%;overflow: hidden;}
.sort_list ul li .sort_list_pic img{width:100%;height: 100%;object-fit: contain;transition: all 0.3s linear;}
.sort_list ul li:hover .sort_list_pic img{transform: scale(1.05);}
.sort_list_title{border-top: 1px solid #CBCDD4;font-size: 13px;line-height: 60px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}










