.body {
    background: #f8f8f8;
}
/* 筛选框 */
.filter {
    background: transparent;
}
.filter-bar {
    display: flex;
    height: 0.9rem;
    border-bottom: 1px solid #F0F0F0;
    background: #ffffff;
}
.filter-bar.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0.04rem 0.04rem 0 rgba(0,0,0,0.10);
    -webkit-box-shadow: 0 0.04rem 0.04rem 0 rgba(0,0,0,0.10);
}
.filter-bar-wrapper {
    height: 0.9rem;
}
.filter-bar-container {
    flex: 1;
}
.filter-bar-list {
    display: flex;
    overflow-y: auto;
    justify-content: space-between;
    padding: 0 0.3rem;
    border-bottom: none!important;
    font-size: 0.28rem;
}
.filter-bar-list li {
    display: inline-block;
    /* min-width: 1rem; */
    /* padding: 0 0.3rem; */
    line-height: 0.9rem;
    text-align: center;
}
.filter-bar-list li a {
    display: block;
    color: #666666;
    text-decoration: none;
}
.filter-bar-list li.active a {
    color: #e03b36;
}
.filter-btn {
    width: 1.08rem;
    color: #666666;
    font-size: 0.28rem;
}
.filter-area {
    background: url(../images/icon_wrapseldown.png) right center/0.12rem 0.07rem no-repeat;
}
.filter-more-btn {
    width: 0.9rem;
    background: transparent;
}
.filter-more-btn img {
    width: 0.26rem;
}
.filter-more-btn.close img {
    transform: rotateZ(180deg);
}
.filter-result {
    background: transparent;
}
.filter-result-item {
    display: inline-block;
    padding: 0.2rem 0.3rem 0;
    color: #e03b36;
    font-size: 0.22rem;
}
/* 筛选框end */

/* 区域选择框 */
.select-dialog {
    overflow: visible;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2999;
}
.select-dialog .eject {
    overflow: visible;
}
.select-dialog-shade {
    top: 0.9rem;
}
/* 区域选择框 */

/* 筛选弹窗 */
.filter-dialog {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1999;
    display: none;
}
.filter-dialog .filter-bar {
    position: relative;
    z-index: 99;
    background: #FFFFFF;
}
.filter-dialog-list {
    position: relative;
    z-index: 99;
    overflow: auto;
    height: 6.3rem;
    padding: 0.5rem 0.3rem 0.1rem;
    background: #FFFFFF;
}
.filter-dialog-list li {
    display: inline-block;
    width: 1.46rem;
    height: 0.64rem;
    margin-bottom: 0.4rem;
    border-radius: 0.04rem;
    background: #F8F8F8;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.64rem;
}
.filter-dialog-list li a {
    display: block;
    color: #303030;
}
.filter-dialog-list li:not(:nth-of-type(4n)) {
    margin-right: 0.28rem;
}
.filter-dialog-list li.active {
    background: rgba(221,37,52, 0.1);
    color: #e03b36;
}
.filter-dialog-list li.active a {
    color: #e03b36;
}
.filter-dialog-shade, .sort-dialog-shade {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
/* 筛选弹窗end */

/* 排序弹窗 */
.sort-btn {
    width: 0.8rem;
    height: 0.8rem;
    background: url(../images/sort_icon.png) center center/cover  no-repeat;
    position: fixed;
    bottom: 1.6rem;
    right: 0.3rem;
    z-index: 999;
}
.sort-dialog {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1999;
    display: none;
}
.sort-dialog-body {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 199;
    background: #FFFFFF;
    border-radius: 20px 20px 0 0;
}
.sort-dialog-header {
    position: relative;
    height: 1.25rem;
    border-bottom: 1px #F0F0F0 solid;
}
.sort-dialog-close {
    display: block;
    width: 0.34rem;
    height: 0.34rem;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/entrust_city_cancel.png) no-repeat;
    background-size: 100%;
}
.sort-dialog-list {
    padding: 0.05rem 0 0.15rem;
}
.sort-dialog-list li {
    display: block;
    margin: 0.45rem auto;
    text-align: center;
}
.sort-dialog-list li a {
    color: #303030;
    font-size: 0.32rem;
    text-decoration: none;
}
.sort-dialog-list li.active a {
    color: #e03b36;
}
/* 排序弹窗end */

/* 切换标签 */
.tabSwiperBox .tabTit {
    display: flex;
}
.tabSwiperBox .tabTit a {
    /* float: left; */
    flex: 1;
    font-size: 0.32rem;
    color: #979797;
    text-align: center;
    /* width: 25%; */
    line-height: 0.45rem;
    position: relative;
    padding-bottom: 0.16rem;
    padding-top: 0.2rem;
}
.tabSwiperBox .tabTit a.focus{
    color: #303030;
}
.tabSwiperBox .tabTit a.focus::before{
    content: '';
    display: block;
    width: 0.6rem;
    height: 0.04rem;
    background: #e03b36;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 0.5rem;
}
.tabSwiperBox .tabSwiper{
    padding-top: 0.4rem;
    padding-bottom: 0.74rem;
}
.tabSwiperBox .tabSwiper li{
    overflow: hidden;
}
.tabSwiperBox .tabSwiper li a{
    float: left;
    width: 1.62rem;
    line-height: 0.68rem;
    background: rgba(151,151,151,0.10);
    -webkit-border-radius: 0.08rem;
    -moz-border-radius: 0.08rem;
    border-radius: 0.08rem;
    text-align: center;
    line-height: 0.68rem;
    margin-bottom: 0.2rem;
    font-size: 0.28rem;
    margin-right: 0.13rem;
    padding: 0 0.12rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}
.tabSwiperBox .tabSwiper li a:nth-of-type(4n){
    margin-right: 0;
}


.tabSwiperBox .tabSwiper li.w50 a{
    width: 3.38rem;
    margin-right: 0;
}

.tabSwiperBox .tabSwiper li.w50 a:nth-of-type(4n){
    margin-left: 0.14rem;
}
.tabSwiperBox .tabSwiper li.w50 a:nth-of-type(2n){
    margin-left: 0.14rem;
}
.tabSwiperBox .swiper-pagination{
    text-align: center;
    bottom:0.4rem
}
.tabSwiperBox .swiper-pagination .swiper-pagination-bullet{
    width: 0.14rem;
    height: 0.14rem;
    background: #F0F0F0;
}
.tabSwiperBox .swiper-pagination .swiper-pagination-bullet-active{
    background: #e03b36;
}

.tabSwiperBox{
    overflow: hidden;
    background: #FFFFFF;
}
.tabSwiperBox .tabSwiper{
    /*display: none;*/
    visibility: hidden;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.tabSwiperBox .tabSwiper.focus{
    visibility:visible;
    height: auto;
    padding-top: 0.4rem;
    padding-bottom: 0.74rem;

}

.crumbs {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 0.6rem;
}
.crumbs a, .crumbs span {
    padding: 0.34rem 0;
    font-size: 0.2rem;
    color: #666;
}
.crumbs span {
    color: #979797;
}