﻿.sort{
    width: 100%;
    box-sizing: border-box;
    padding: 0.4rem;
    border-radius: 0.2667rem;
    background-color: #fff;
}
.sort-tit{
    display: flex;
    align-items: center;
}
.sort-tit img{
    display: block;
    width: 0.4rem;
}
.sort-tit h4{
    font-size: 0.4rem;
    line-height: 1;
    margin-left: 0.1333rem;
}
.sort-tit a{
    display: flex;
    align-items: center;
    margin-right: 0;
    margin-left: auto;
}
.sort-tit a p{
    padding-right: 0.1333rem;
    font-size: 0.34667rem;
    line-height: 1;
    color: #29bf68;
}
.sort-tit a div{
    content: " ";
    display: block;
    border-top: 0.21333rem solid #29bf68;
    border-right: 0.1333rem solid transparent;
    border-left:  0.1333rem solid transparent;
}
.sort ul{
    overflow: hidden;
    border-top: 0.01333rem solid #ddd;
    padding-top: 0.4rem;
    margin-top: 0.4rem;
}
.sort ul li{
    float: left;
    margin-right: 0.1333rem;
}
.sort ul li a{
    display: block;
    width: 2rem;
    height: 0.6667rem;
    border-radius: 0.1333rem;
    background-color: #fff;
    font-size: 0.34667rem;
    line-height: 0.6667rem;
    text-align: center;
    color: #666;
}
.sort ul li:nth-child(n+5){
    margin-top: 0.4rem;
}
.sort ul li:nth-child(4n){
    margin-right: 0;
}
.sort ul .sort-opt a{
    color: #29bf68;
    background-color: #e9f8f1;
}


/* 列表 */
.list{
    width: 100%;
    box-sizing: border-box;
    padding: 0.1333rem 0.4rem 0.2667rem;
    border-radius: 0.2667rem;
    background-color: #fff;
    margin-top: 0.2667rem;
}