.filter-header {
    display: none;
}

.filter-nav{
    height: 39px;
    border-bottom: 1px solid #c5c5c5;
    line-height: 37px;
    font-size: 14px;
    background: #fff;
    margin-top: 5px;
}
.filter-item{
    width: 25%;
    height: 39px;
    text-align: center;
    float: left;
}
.filter-item>label{
    font-weight: normal;
    color: #585858;
    padding: 0 12px;
    background: url(../images/page_icon13.png) no-repeat right center;
    background-size: 7px 8px;
    margin-bottom: 0;
}
.filter-item>label.active{
    background: url(../images/page_icon14.png) no-repeat right center;
    background-size: 7px 8px;
    color: #0090ff;
}
.filter-item>ul{
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    background: #f5f5f5;
    border-top: 1px solid #c5c5c5;
    padding-bottom: 10px;
}
.filter-item>ul>li a {
    width: 100%;
    border: 1px solid #dcdcde;
    height: 25px;
    display: block;
    color: #585858;
    border-radius: 2px;
}
.filter-item>ul>li{
    width: 20%;
    height: 25px;
    float: left;
    text-align: center;
    line-height: 23px;
    margin: 10px 1% 0 3%;
    background: #fff;
    border-radius: 2px;
    font-size: 14px;
    color: #585858;
}

.sorter{
    float: right;
}
.sorter>li{
    float: right;
    padding: 0 5px;
}
.sorter>li a{
    font-size: 13px;
    background: url(../images/btn_px4.png) no-repeat right center;
    padding-right: 10px;
    display: block;
    background-size: 4px 11px;
}
.sorter>li a.desc,
.sorter>li a.asc
{
    color: #0090ff;
    background: url(../images/btn_px3.png) no-repeat right center;
    background-size: 4px 11px;
    padding-right: 10px;
}
.subHeader .sorter{
    line-height: 44px;
}