/* CSS Document */
.goods-search-list-nav {
    display: block;
    width: 100%;
    height: 39px;
    background: rgba(255,255,255,0.95);
    border-bottom: solid 1px #EEE;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
}
.goods-attr {
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}
.goods-attr .cur {
    background: rgb(196, 0, 0);
}
.goods-attr .swiper-slide {
    width: auto !important;
    float: left;
    font-size: 14px;;
    padding: 10px 4px;;
    text-align: center;
}
.goods-attr .swiper-slide a {
    color: #fff !important;
}
.goods-attr .swiper-slide {
    width: auto !important;
    float: left;
    font-size: 14px;;
    padding: 10px 4px;;
    text-align: center;
}
.goods-attr .swiper-slide a {
    color: #fff !important;
}
.goods-attr-more {
    position: absolute;
    width: 15%;
    font-size: 13px;;
    right: 0;
    text-align: center;
    line-height: 38px;;
    z-index: 999;
    background-color: #FE2960;
}
.goods-attr-more a {
    color: #fff !important;
}
.goods-search-list-nav ul {
    font-size: 0;
    display: block;
    width: 100%;
    float: left;
}
.goods-search-list-nav ul li:first-child {
    width: 25%;
}
.goods-search-list-nav ul li {
    vertical-align: top;
    display: inline-block;
    width: 25%;
}
.goods-search-list-nav ul li a {
    font-size: 13px;
    color: #888;
    line-height: 39px;
    text-align: center;
    display: block;
    height: 39px;
}
.goods-search-list-nav ul li a.current {
    color: #ED5564;
}
.goods-search-list-nav ul li a.current i {
    border-color: #ED5564 transparent transparent transparent;
}
.goods-search-list-nav ul li a.up i {
    border-color: transparent transparent #ED5564 transparent !important;
}
.goods-search-list-nav ul li a i {
    font-size: 0px;
    line-height: 0;
    vertical-align: middle;
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-left: 4px;
    border-width: 4px;
    border-color: #AAA transparent transparent transparent;
    border-style: solid dashed dashed dashed;
}
.listtitle ul .r {
    background-color: #FE2960;
    color: #FFF;
}