.filter {
    /* box-shadow: 2px 2px 5px 2px #bbb; */
    margin: 20px 0 10px;
}

.filter .wrap-list {
    box-shadow: 2px 2px 5px 2px #bbb;
}

.filter .f-wrap {
    position: relative;
    background-color: #f8f8f8;
    border-bottom: 1px dashed #cecece;
}

.filter .f-wrap:last-child {
    border-bottom: 1px dashed transparent;
}

.filter .f-wrap .head {
    position: absolute;
    top: 14px;
    float: left;
    width: 100px;
    text-align: center;
}

.filter .f-wrap .body {
    height: 48px;
    overflow: hidden;
    background-color: #fff;
    margin-left: 100px;
    padding-right: 100px;
    padding-left: 10px;
}

.filter .expand .body {
    height: auto;
}

.filter .expand .body ul {
    height: auto;
    max-height: 102px;
    overflow: auto;
}

.filter .f-wrap .body li {
    float: left;
    margin-right: 24px;
    margin-bottom: 4px;
}

.filter .f-wrap .body li a {
    width: 77px;
    display: inline-block;
    color: #4a4a4a;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 13px;
}
.filter .f-wrap .body li:hover a,.filter .f-wrap .body li.active a  {
    color: #ff0000;
}
.filter .f-wrap.f-wrap-selected .body li a {
    width: auto;
    color: #ff0000;
    border: 1px solid #ff0000;
    padding: 5px 11px;
    margin-top: 9px;
}
.filter .f-wrap.f-wrap-selected .body li a .name{
}
.filter .f-wrap.f-wrap-selected .body li a .name img {
    display: inline-block;
    width: 23px;
    padding: 0 0 2px 10px;
}

.filter .f-wrap .foot {
    position: absolute;
    top: 15px;
    right: 0;
    width: 100px;
    text-align: center;
    cursor: pointer;
    /* padding-top: 9px; */
}

.filter .more {
    text-align: center;
}

.filter .more a {
    position: relative;
    display: inline-block;
    color: #4a4a4a;
}

.filter .more a span {
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.21);
    padding: 5px 40px 5px 20px;
    margin-top: 1px;
}
.filter .more a img{
    position: absolute;
    top: 7px;
    right: 4px;
    width: 18px;
}


.filter-sort {
    background-color: #fff;
    padding: 5px 20px 5px 5px;
    margin-bottom: 20px;
}

.filter-sort .sorts {
}

.filter-sort .sorts .sort {
    position: relative;
    display: inline-block;
    float: left;
    /* width: 50px; */
    height: 24px;
    border: 1px solid #d8d8d8;
}

.filter-sort .sorts .sort.active {
    background-color: #d0021b;
    border: 1px solid transparent;
}

.filter-sort .sorts .sort span {
    padding: 0 17px 0 5px;
}

.filter-sort .sorts .sort a {
    color: #4a4a4a;
    text-decoration: none;
}

.filter-sort .sorts .sort.active a {
    color: #fff;
}

.filter-sort .sorts .sort a img {
    position: absolute;
    top: 1px;
    right: -1px;
    width: 20px;
    height: 20px;
}

.filter-sort .prices {
    display: inline-block;
    padding-left: 20px;
}

.filter-sort .prices ul {
    display: inline-block;
}

.filter-sort .prices li {
    display: inline-block;
}

.filter-sort .prices li input {
    width: 60px;
    height: 24px;
    border-color: #d8d8d8;
}

.filter-sort .prices li.sep {
    width: 8px;
    color: #9b9b9b;
}

.filter-sort .prices li.submit {
    display: none;
}

.filter-sort .prices:hover li.submit {
    display: inline-block;
}

.filter-sort .prices li.submit a {
    color: #ff0000;
    text-decoration: none;
}

.filter-sort .fr {
    float: right;
}

.filter-sort .fr .page-info {
    display: inline-block;
}

.filter-sort .fr .prev-next {
    display: inline-block;
    padding-left: 20px;
}

.filter-sort .fr .prev-next a {
    display: inline-block;
    border: 1px solid #9b9b9b;
}

.filter-sort .fr .prev-next img {
    width: 30px;
    height: 24px;
}

.filter-sort .fr .prev-next .prev {
    float: left;
}

.filter-sort .fr .prev-next .next {
}


.filter-sort-v2{
    height: 39px;
    background-color: #fff;
    border: solid 1px #e8e8e8;
    margin-top: 24px;
    box-sizing: content-box;
}
.filter-sort-v2 .sorts{
    /* float: left; */
    line-height: 39px;
}
.filter-sort-v2 .sorts .sort{
    float: left;
}
.filter-sort-v2 .sorts .link{
    float: left;
    display: block;
    height: 39px;
    margin-left: -1px;
    padding: 0 19px;
    border-left: solid 1px #f5f5f5;
    border-right: solid 1px #f5f5f5;
    text-decoration: none;
    color: #6d6d6d;
    cursor: pointer;
}
.filter-sort-v2 .sorts .first {
    margin-left: 0;
    border-left: none;
}
.filter-sort-v2 .sorts .active, .filter-sort-v2 .sorts .link:hover {
    position: relative;
    background-color: #fff;
    border-color: #e5e5e5;
    color: #f50;
}
.filter-sort-v2 .sorts .has-droplist{
    position: relative;
}
.filter-sort-v2 .sorts .has-droplist-hover .droplist {
    display: block;
}
.filter-sort-v2 .sorts .droplist{
    display: none;
    position: absolute;
    z-index: 2;
    top: -1px;
    left: -1px;
    border: solid 1px #ccc;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,.1);
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,.1);
    box-shadow: 0 3px 3px rgba(0,0,0,.1);
    margin-left: 0;
}
.filter-sort-v2 .sorts .droplist .sort{
    float: none;
    white-space: nowrap;
}
.filter-sort-v2 .sorts .droplist .link{
    border: none;
    margin-left: 0;
    padding-right: 30px;
}