﻿body{
    background:#ececec;
}
.XiaoKong .appbar_title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 1.5rem;
}
.XiaoKong .appbar_right {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1.4rem;
}
.XiaoKong .appbar_right img {
    width: 10px;
    height: 10px;
    margin-left: 5px;
    margin-right: 5px;
}
.XiaoKong .selectStatus_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0,0,0,0.5);
    display:none;
}
.XiaoKong .selectStatus_bg ul {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    width: 150px;
}
.XiaoKong .status_item {
    height: 5rem;
    width: 100%;
    border-bottom: solid 1px #e1e1e1;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}
.XiaoKong .buxian.active {
    background: gray;
    color: #fff;
}
.XiaoKong .zaizu.active {
    background: #fe3971;
    color: #fff;
}

.XiaoKong .zaishou.active {
    background: #25bfa7;
    color: #fff;
}

.XiaoKong .zulin.active {
    background: #ff8704;
    color: #fff;
}


.XiaoKong .index_main {
    padding-top: 5rem;
}
.XiaoKong .filter_item_tab {
    width: 100%;
}
.XiaoKong .filter_main {
    background: #fff;
    margin-bottom: 1rem;
}
.XiaoKong .ftab {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 1rem;
}
.XiaoKong .tit {
    position: absolute;
    left: 0;
    top: 0;
    background: #ff7340;
    padding: 2px 5px;
    color: #fff;
    border-radius: 0 0 10px 0;
}
.XiaoKong .cen {
    width: calc(100% / 4);
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: solid 2px #ececec;
    border-left: solid 2px #ececec;
    border-bottom: solid 2px #ececec;
    height: 4rem;
    font-size: 1.5rem;
    background: #fff;
    padding: 10px 0;
}
.XiaoKong .XiaoKongFangJian {
    display: flex;
    align-items: center;
    justify-content: center;
}
.XiaoKong .cen_info {
    width: 50%;
}
/*.XiaoKong .cen.bg-ChuShou {
    background: #fe3971;
    color: #fff;
}
.XiaoKong .cen.bg-ChuZu {
    background: #25bfa7;
    color: #fff;
}
.XiaoKong .cen.bg-ZuShou {
    background: #ff8704;
    color: #fff;
}*/