.center-box{
    position: relative;
}
/*     搜索     */
.search{
    position: relative;
    height: 60px;
    background: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0 40px;
    display: flex;
    display: -webkit-flex;
}
.search .form{
    display: flex;
    display: -webkit-flex;
    width: 517px;
}
.search:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #eeeeee;
    left: 0;
    top: 0;
}
.search .search_input{
    position: relative;
    padding: 10px 0;
    display: flex;
    display: -webkit-flex;
    flex: 1;
}
.search .houses{
    height: 40px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    text-indent: 8px;
    flex: 1;
}
.search .searchbtn{
    width: 75px;
    background: #649d7b;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.search .searchbtn .iconfont{
    color: #fff;
    font-size: 24px;
}
.search_ul_loupan{
    position: absolute;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 5px 0 rgba(0 0 0 / 10%);
    top: 60px;
    padding: 10px 14px;
    z-index: 2;
    display: none;
}
.search_ul_loupan .rows{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    line-height: 30px;
}
.search_ul_loupan .item{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    font-size: 14px;
    display: inline-block;
    line-height: 30px;
    padding-left: 10px;
}
.search_ul_loupan .item1{
    flex: 1;
    min-width: 150px;
    cursor: pointer;
}
.search_ul_loupan .item1:hover{
    background: #f8f8f8;
}
.search_ul_loupan .search_val{
    color: #30a15d;
}
.search_ul_loupan .item2{
    width: 100px;
}
.search_ul_loupan .item3{
    width: 180px;
}

.search .search_select{
    flex: 1;
}
.select_box{
    width: 760px;
    padding-left: 5vw;
    padding-top: 10px;
    display: flex;
    display: -webkit-flex;
}
.select_box .rows{
    display: none;
    position: absolute;
    z-index: 1;
    width: inherit;
    top: 39px;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
}
.select_box .more .rows{
    width: 358px;
}
.select_box .select_item{
    width: 112px;
    border: 1px solid #eeeeee;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
}
.select_box .rows .item{
    position: relative;
    background: #ffffff;
    font-size: 12px;
    color: #333333;
    line-height: 28px;
    padding-left: 10px;
}
.select_box .rows .children{
    position: absolute;
    left: 112px;
    top: 0;
    width: 112px;
    display: none;
}
.select_box .rows .item:hover .children{
    display: block;
}
.select_box .more .item{
    padding: 0 19px;
    display: flex;
    display: -webkit-flex;
    position: relative;
}
.select_box .rows .item:hover{
    background: #eeeeee;
}
.select_box .more .item:hover{
    background: #ffffff;
}
.select_box .more .item:after{
    content: "";
    position: absolute;
    height: 1px;
    width: calc(100% - 38px);
    background: #eeeeee;
    bottom: 0;
}
.select_box .more .items:hover{
    color: #30a15d;
}
.select_box .rows .label{
    width: 60px;
    font-size: 12px;
    font-weight: bold;
    color: #30a15d;
    text-align-last: justify;
    padding: 10px 10px 10px 0;
    line-height: 25px;
}
.select_box .rows .more_item{
    line-height: 23px;
    flex: 1;
    text-align: justify;
    padding: 10px 0;
}
.select_box .more_item .items{
    font-size: 12px;
    white-space: nowrap;
    padding-right: 5px;
    color: #333333;
}
.select_box .more_item .items.active{
    color: #30a15d;
}

.select_box .clear{
    line-height: 40px;
    cursor: pointer;
}
.select_box .tit{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    padding: 13px;
    line-height: 12px;
}
.select_box .tit .name{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.select_box .select_item:hover{
    border: 1px solid #30a15d;
}
.select_box .select_item:hover .name{
    color: #30a15d;
}
.select_box .select_item:hover .iconfont{
    color: #30a15d;
}
.search .tools{
    width: 136px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.search .toolitem{
    font-size: 14px;
    line-height: 60px;
    cursor: pointer;
    color: #333333;
}
.search .houselist{
    position: relative;
}
.search .houselist:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 14px;
    background: #bfbfbf;
    top: 50%;
    transform: translatey(-50%);
    right: -8px;
}

/*     地图     */
#map_box{
    width: 100%;
    height: calc(100vh - 130px);
}
#map_box .label_box {
    width: 90px;
    height: 90px;
    background: #30a15d;
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.1000);
    opacity: .8;
    border-radius: 50%;
    position: absolute;
    left: -45px;
    top: -45px;
}
#map_box .label_box.active {
    background: #fb9f0e;
    box-shadow: none;
}
#map_box .label_box p {
    color: #ffffff;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    height: 24px;
    line-height: 24px;
    position: relative;
    top: 10px;
}
.house-label-wrap {
    position: relative;
    top: -47px;
}
.house-label-wrap .house-label-item {
    padding: 4px 10px;
    background: #fff;
    display: block;
    font-weight: bold;
    color: #30323d;
    font-size: 12px;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0 0 2px 0 rgb(133 133 133);
}
.house-label-wrap.checked .house-label-item {
    visibility: hidden;
}
.house-label-wrap.checked .active-house-item{
    display: block;
    position: absolute;
    top: -21px;
}
.house-label-wrap .active-house-item::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: transparent 8px solid;
    border-right: transparent 8px solid;
    border-top: #30a15d 8px solid;
    margin: auto;
    left: 0;
    bottom: -7px;
    right: 0;
}
.house-label-wrap .house-label-item:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
    left: 0;
    bottom: -8px;
    right: 0;
    border-left: transparent 8px solid;
    border-right: transparent 8px solid;
    border-top: #dddddd 8px solid;
}
.house-label-wrap .house-label-item::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: transparent 6px solid;
    border-right: transparent 6px solid;
    border-top: #ffffff 6px solid;
    margin: auto;
    left: 0;
    bottom: -6px;
    right: 0;
}
.house-label-wrap .active-house-item {
    width: 187px;
    height: 46px;
    background: #30a15d;
    box-shadow: 0px 3px 6px rgb(48 161 93 / 50%);
    display: none;
    border-radius: 5px;
}
.house-label-wrap .active-house-item .lft {
    width: 120px;
    border-right: 1px solid rgba(255, 255, 255, 0.39);
    float: left;
    padding: 5px 0 5px 10px;
}
.house-label-wrap .active-house-item .lft .label-name {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    display: block;
    line-height: 20px;
    cursor: pointer;
}
.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.house-label-wrap .active-house-item .lft .price {
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}
.house-label-wrap .active-house-item .rgt {
    flex: 1;
    color: #fff;
    text-align: center;
    float: left;
    width: 67px;
}
.house-label-wrap .active-house-item .rgt a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 6px 0;
}
.house-label-wrap .rgt .iconfont{
    font-size: 18px;
    color: #ffffff;
}
.house-label-wrap .rgt em{
    color: #ffffff;
    font-style: normal;
    font-size: 12px;
}

/*     新房列表     */
#newhouselist{
    position: absolute;
    left: 40px;
    top: 18px;
    width: 517px;
    height: calc(100vh - 130px - 18px - 60px);
    background: #ffffff;
    box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.1000);
    border-radius: 5px;
    padding: 0 15px;
    overflow: auto;
}
#newhouselist .total{
     position: fixed;
     width: calc(517px - 30px);
    background: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
    color: #333333;
    text-align: center;
    z-index: 1;
}
#newhouselist .list{
    margin-top: 92px;
}
.hide{
    display: none;
}
#newhouselist .empty-data img{
    margin: 50px auto 20px;
}
#newhouselist .empty-data .desc{
    font-size: 14px;
    font-family: microsoft yahei;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    text-align: center;
}
#newhouselist .item{
    display: flex;
    display: -webkit-flex;
    margin-top: 30px;
}
#newhouselist .loading{
    margin: 30px 0;
    text-align: center;
}

#newhouselist .item:last-child{
    margin-bottom: 30px;
}
#newhouselist .thumb{
    width: 170px;
    height: 117px;
    object-fit: cover;
}
#newhouselist .detail{
    width: 292px;
    margin-left: 20px;
}
#newhouselist .block{
    line-height: 23px;
    text-align: justify;
}
#newhouselist .block.flex{
    display: flex;
}
#newhouselist .name{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    max-width: 207px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
#newhouselist .section{
    font-size: 12px;
    color: #999999;
    margin-left: 10px;
    display: inline-block;
}
#newhouselist .label{
    font-size: 12px;
    color: #e3421c;
}
#newhouselist .price{
    font-size: 14px;
    color: #e3421c;
}
#newhouselist .rooms{
    font-size: 12px;
    color: #333333;
}
#newhouselist .size{
    position: relative;
    font-size: 12px;
    color: #333333;
    padding-left: 16px;
}
#newhouselist .size:before{
    content: "";
    position: absolute;
    left: 8px;
    top: 0;
    width: 1px;
    height: 12px;
    background: #333333;
}
#newhouselist .null{
    display: none;
}
#newhouselist .address{
    font-size: 12px;
    color: #999999;
}
.ellipse{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#newhouselist .tag{
    font-size: 12px;
    border: 1px solid #999999;
    color: #999999;
    text-align: center;
    padding: 0 8px;
    margin-right: 3px;
    width: 66px;
    line-height: 20px;
}
#newhouselist .tag1{
    color: #ffffff;
    background: #30a15d;
    border: 1px solid #30a15d;
}
#newhouselist .tag2{
    background: #4285f4;
    color: #fff;
    border: #4285f4 1px solid;
}
#newhouselist .tag3{
     color: #ffffff;
     background: #999999;
     border: 1px solid #999999;
 }
#newhouselist .tag4{
    color: #ffffff;
    background: #999999;
    border: 1px solid #999999;
}
::-webkit-scrollbar {
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #f5f5f5;
}

/*滚动条 阴影~圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(128, 128, 128, 0.7);
    border-radius: 10px;
    background-color: #f5f5f5;
}

/*滑块 阴影~圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(128, 128, 128, 0.7);
    background-color: rgb(149, 147, 147);
}


.handle{
    position: fixed;
    background: #ffffff;
    width: 33px;
    height: 60px;
    top: 50%;
    cursor: pointer;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}
.handle .iconfont{
    color: #cccccc;
    line-height: 60px;
    font-size: 20px;
    display: block;
    text-align: center;
}
.handle.open{
    left: 557px;
}
.handle.close{
    left: 0;
}
.handle.open .right{
    display: none;
}
.handle.close .left{
    display: none;
}
