.house-tab .tab-head {
    border-radius: 0 0.1rem 0 0.1rem;
    color: #666;
    font-size: 0.25rem;
    background-color: #EFF1F4;
}

.house-tab .tab-head .tab-item {
    position: relative;
    padding: 0.2rem 0.15rem 0.15rem;
    text-align: center;
}

.house-tab .topline {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.08rem;
    border-radius: 0.1rem 0.1rem 0 0;
    visibility: hidden;
    background-color: #FF6600;
}

.house-tab .tab-item:first-child .topline {
    visibility: visible;
}

.house-tab .active {
    color: #FF6600;
    font-weight: 700;
    background-color: #fff;
}

.filter-box {
    margin: 0 0 0.39rem;
    padding: 0.23rem;
    background-color: #fff;
}

.filter-box .left {
    font-weight: 700;
}

.filter-box .right {
    max-width: 81%;
    margin-left: 0.29rem;
    font-size: 0.25rem;
}

.filter-box .right span {
    display: inline-block;
    margin: 0 0.34rem 0.2rem 0;
    word-break: keep-all;
}

/* 列表 */
.list-top {
    margin: 0 0 0.23rem;
    align-items: flex-end;
}

.list-top .head {
    font-size: 0.35rem;
}

.list-top .num {
    margin: 0 0 0 0.18rem;
    font-size: 0.23rem;
    color: #999;
}

.list-top .num span {
    color: #FF6600;
}

.order {
    margin: 0 0 0.23rem;
}

.order a {
    margin-right: 0.39rem;
    font-size: 0.25rem;
}

.list ul {
    margin-bottom: 0.23rem;
    padding: 0.23rem;
    border-radius: 0.1rem;
    background-color: #fff;
}

.list ul .left {
    position: relative;
    width: 2.62rem;
    height: 1.76rem;
}

.list ul .left .pic {
    width: 100%;
    height: 100%;
    border-radius: 0.1rem;
}

.list ul .left .apply-bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 0.5rem;
}

.list ul .left .apply {
    position: absolute;
    top: 0.06rem;
    right: 0.2rem;
    color: #fff;
    font-size: 0.23rem;
}

.list ul .right {
    margin-left: 0.2rem;
    width: 55%;
}

.list ul .right .title {
    margin-bottom: 0.2rem;
}

.list ul .right .addr {
    font-size: 0.25rem;
    color: #888;
}

.list ul .right .tag {
    /* width: max-content; */
    padding: 0 0.1rem;
    /* height: 0.34rem; */
    line-height: 0.34rem;
    margin-top: 0.08rem;
    border-radius: 0.06rem;
    border: 0.01rem solid rgba(255,174,52,1);
    font-size: 0.21rem;
    color: #FFAE34;
    /* text-align: center; */
}

.list ul .right .info {
    margin-top: 0.16rem;
    font-size: 0.23rem;
}

.list ul .right .info .num {
    color: #999;
}

.list ul .right .info .price {
    color: #FF6600;
}

/* 分页 */
.page-number-write {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 0.1rem;
    background: rgba(255, 255, 255, 1);
    border: none;
    margin: 0 8px;
    color: rgba(209, 117, 50, 1);
}

.paginate .contain {
    display: flex !important;
    justify-content: flex-end;
}

.contain .pagination {
    display: flex;
    align-items: center;
    font-size: 0.25rem;
}

.contain .pagination li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 5px;
    transition: all .3s;
    color: rgba(209, 117, 50, 1);
    font-family: "Source Han Sans CN";
    margin-right: 0.05rem;
    background: #fff;
}

.contain .pagination li.page-btn {
    width: 0.88rem;
    color: rgba(153, 153, 153, .5);
    text-align: left;
    border-radius: 0.1rem;
    border: 0.01rem solid rgba(216, 216, 216, 1);
}

.contain .pagination li.page-btn.isClick {
    color: rgba(153, 153, 153, 1);
    cursor: pointer
}

.container .pagination li.page-btn.isClick:hover {
    color: #fff;
    background: rgba(252, 100, 0, 1);
}

.contain .pagination li.page-number {
    color: rgba(153, 153, 153, 1);
    cursor: pointer;
    border: 0.01rem solid rgba(216, 216, 216, 1);
}

.contain .pagination li.page-number:hover {
    color: #fff;
    background: rgba(252, 100, 0, 1);
}

.contain .pagination li.page-number.active {
    color: #fff;
    background: rgba(252, 100, 0, 1);
    cursor: default
}

.contain .pagination li.page-dot {
    color: rgba(153, 153, 153, 1);
    cursor: pointer
}

.contain .pagination li.page-dot:hover {
    background: rgba(252, 100, 0, 1);
}

.contain .pagination li.page-dot::after {
    content: ""
}

.contain .pagination li.page-dot.page-dot-prev:hover::after {
    content: ""
}

.contain .pagination li.page-dot.page-dot-next:hover::after {
    content: ""
}

.active-color {
    color: #FF6600;
}
.house-tab .tab-item:first-child .topline {
    visibility: hidden;
}
.one-tab {
    position: relative;
    display: none;
    margin-bottom: 0.2rem;
    font-size: 0.35rem;
    font-weight: 600;
}
.one-tab .botline {
    position: absolute;
    bottom: 0;
    width: 1.05rem;
    height: 0.13rem;
    border-radius: 0.1rem;
    background: linear-gradient(90deg, rgba(255,102,0,1) 0%, rgba(255,102,0,0) 100%);
}
.noresult {
    margin: 1.1rem 0 0.49rem;
}
.noresult img {
    width: 3.02rem;
    height: 2.25rem;
    margin: 0 0 0.49rem;
}
.one-tab .botline {
    left: 0;
}
.tags {
    position: absolute;
    left: 0.05rem;
    top: 0.05rem;
    color: #FFFFFF;
    font-size: 0.2rem;
}
.tags .tag {
    margin-bottom: 0.1rem;
}
.tags .tag:nth-child(2) {
    margin-right: 0;
}
.tags .tag img {
    width: 0.35rem;
    height: 0.35rem;
}
.tags .tag span {
    padding: 0 0.06rem;
}
.change-information{
    margin-top: 20px;
}
.change-list{
    margin-top: 16px;
    border-radius: 6px;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 0.2rem;
}
.change-detail{
    display: flex;
    justify-content: flex-start;
    font-size: 0.27rem;
    color: #333;
    height: 0.5rem;
    border-bottom: 1px solid #D9D9D9;
    margin-top: 20px;
}
.change-detail:nth-child(1){
    margin-top: 0;
}
.change-detail:nth-last-child(1){
    border-bottom: 1px solid #fff;

}
.change-detail img{
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 10px;

}
.search-box{
    margin:10px;
}
.search-box input{
    padding-left:5px;
    background:none
}
.tab-head::-webkit-scrollbar {
  width: 0;
}
.tab-head{
    white-space: nowrap;
    overflow:scroll
}
.tab-head a{
    display:inline-block;
}
.search-box .search-btns {
    position: absolute;
    right: 0;
    height: 100%;
    padding: 0 0.12rem;
    border-radius: 0 0.1rem 0.1rem 0;
    background-color: #FF6600;
}
.info-tab1-list{
    white-space: nowrap;
    overflow:scroll
}
.zxtab{
    margin:0px 10px;
}