@font-face {
    font-family: iconfont;
    src: url(iconfonts.eot);
    src: url(iconfonts.eot#iefix) format('embedded-opentype'),url(iconfonts.woff2) format('woff2'),url(iconfonts.woff) format('woff'),url(iconfonts.ttf) format('truetype'),url(iconfonts.svg#iconfont) format('svg')
}

@font-face {
    font-family: iconfonts;
    src: url(iconfonts.eot);
    src: url(iconfonts.eot#iefix) format('embedded-opentype'),url(iconfonts.woff2) format('woff2'),url(iconfonts.woff) format('woff'),url(iconfonts.ttf) format('truetype'),url(iconfonts.svg#iconfont) format('svg')
}

.iconfont {
    font-family: iconfonts!important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale
}

[class*=icon-]:before {
    font-family: iconfonts!important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale
}
a, abbr, acronym, address, article, aside, audio, b, big, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, ul, var
{
    margin: 0;
    padding: 0;
    border: 0;
}
a{
    text-decoration:none;
}
ul, ol, li {
    list-style-type: none;
    display: block;
}
.mg-1{
    margin: 1rem;
}
.pd-1{
    padding: 1rem;
}
.pb-1{
    padding-bottom: 1rem;
}
.mb-5{
    margin-bottom: 5rem;
}
.swiper-container {
    width: 100%;
    height: 45%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.grid_nav {
    display: inline-block;
    background: #a91919;
    color: #fff;
    width: 100%;
    /*height: 16rem;*/
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.grid_nav li {
    border-right: 1px solid #e14d4d;
    border-bottom: 1px solid #e14d4d;
    font-size: 1rem;
    float: left;
    width: 33.33%;
    height: 10rem;
    text-align: center;
}
.grid_nav li img {
    max-height: 4rem;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}
.grid_nav li p {
    color: #fff;
    font-size: 15px;
}

.mobile-info{
    margin: 5px 20px 90px 20px;
    line-height: 30px;
}

.mobile-info img {
    width: 100%;
}
.sift_li{
    line-height: 35px;
    list-style:none; /* 将默认的列表符号去掉 */
    padding:0; /* 将默认的内边距去掉 */
    margin:0; /* 将默认的外边距去掉 */
    float: left; /* 往左浮动 */
    display: block;
    text-align: center;
    width: 22%;
    position: relative;
}
.sift_ul{
    width:100%;
    height: 40px;
}
.sift_li span:after {
    line-height: 40px;
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 5px 4px 5px 4px;
    border-color: #E1E1E1 transparent transparent transparent;
    top: 50%;
    left: 80%;
}
.sift_ul li.active {
    color: #F45549;
}
.sift_ul li.active span:after {
    color: #F45549;
    border-color: transparent transparent #F45549 transparent;
    margin-top: -6px;
}
.filter-item-r{
    border-bottom: 1px solid #e5e5e5;
}
.filter-item-r .name{
    margin: 10px;
}
.filter-item-r.active{
    background-color: #008aff;
    color: white;
}
.filter-item-r span{
    line-height: 40px;
}

.filter-item-l{
    border-bottom: 1px solid #e5e5e5;
}
.filter-item-l .name{
    margin: 10px;
}
.filter-item-l.active{
    background-color: #008aff;
    color: white;
}
.filter-item-l span{
    line-height: 40px;
}

.filter-item{
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    line-height: 40px;
}
.filter-item.active{
    background-color: #008aff;
    color: white;
}
.filter-items{
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    line-height: 40px;
}
.filter-items.active{
    background-color: #008aff;
    color: white;
}
.filter-ul{
    display: flex;height: 18rem;
    background: white;
}
.filter-more-ul{
    display: block;height: 18rem;
    background: white;
    overflow: auto;
}
.filter-li{
    width: 95%;max-height: 21.25rem;-webkit-box-flex: 1;flex: auto;box-sizing: border-box;
    padding:0 1rem 0 1rem;overflow: scroll;
}
.filter-li-l{
    width: 40%;max-height: 21.25rem;-webkit-box-flex: 1;flex: auto;box-sizing: border-box;padding-left: 0.5rem;overflow: scroll;
}
.filter-li-r{
    width: 60%;max-height: 21.25rem;-webkit-box-flex: 1;flex: auto;box-sizing: border-box;padding-left: 0.5rem;overflow: scroll;background: #f9f9f9;
}
.filter-but-item{
    /*border-top: 1px solid #e5e5e5;*/
    display: flex;
    padding: 1rem;
    background: white;
}
.filter-but{
    line-height: 40px;
    border-radius: .25rem;
    background: linear-gradient(133deg,#6898f8,#2c68e0);
    color: #fff;
    text-align: center;
    width: 90%;
    margin: 2rem 1rem 0 1rem;
}
.filter-div{
    background-color: rgba(0,0,0,.7);
    height: 40rem;
    display: none;
}
.filter-header {border-bottom: 1px solid #e5e5e5;display: flex;width: 100%;background: #fff;}

.filter-all{
    width: 100%;
    z-index: 999;
    /*background-color: white*/
}
.filter-all.active{top: 0;position: fixed; }
.house-item{
    display: -webkit-box;
    -webkit-box-flex: 1;
    padding: 20px 0;
    margin: 0 20px;
    background-color: #fff;
    color: #0b0f12;
    z-index: 1;
    position: relative;
    overflow: hidden;
    font-size: 12px;
    line-height: normal;
    text-decoration: none;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    font-family: arial;
    -webkit-font-smoothing: antialiased;
}
@media screen and (max-width:400px){.BizXfLoupanItem . loupanImg[data-v-a43f5982]{position:relative;height:90px;width:100px}.BizXfLoupanItem .loupanImg-icon_center[data-v-a43f5982]{position:absolute;left:35px;bottom:28px}}

@media screen and (max-width:400px) {
    .img-wrap {
        display: block;
        height: 90px;
        width: 100px;
        -webkit-border-radius: 2px;
    }

    .img-wrap img {
        display: block;
        height: 90px;
        width: 100px;
        -webkit-border-radius: 2px;
    }
}
@media screen and (min-width:400px){
    .img-wrap{
        display: block;
        height: 90px;
        width: 120px;
        -webkit-border-radius: 2px;
    }
    .img-wrap img{
        display: block;
        height: 90px;
        width: 120px;
        -webkit-border-radius: 2px;
    }
}

.house-info-dl{
    margin:0px 0px -5px 12px;
    -webkit-box-flex: 1;
    overflow: hidden;
}
.house-info-dl dt{
    font-size: 18px;
    line-height: 18px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sale-status-zs{
    font-size: 12px;
    text-align: center;
    padding: 2px 5px;
    height: 12px;
    line-height: 12px;
    margin-right: 7px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 1px;
    background: -webkit-linear-gradient(0deg,#6786d3,#3e59bc);
}

.house-name{
    font-weight: 700;
    font-size: 18px;
    line-height: 19px;
    -webkit-box-flex: 1;
    flex: 1;
    display: inline-block;
    vertical-align: middle;
    padding-top: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.region_area{
    height: 12px;
    margin-top: 8px;
    line-height: 12px;
    display: -webkit-box;
    overflow: hidden;
}
.region_area label{
    display: inline-block;
}
.mianji{
    margin-left: 8px;
}
.average-price{
    margin-top: 10px;
    color:  red;
}
.average-price strong{
    font-size: 19px;
    font-weight: 900;
    height: 18px;
    line-height: 18px;
}
.house-tags{
    margin-top: 5px;
    height: 18px;
    overflow: hidden;
}
.house-tags em{
    border: 1px solid #eaeaea;
    font-style: normal!important;
    display: inline-block;
    color: #979b9e;
    padding: 2px 4px;
    text-align: center;
    height: 12px;
    line-height: 12px;
    margin-right: 6px;
    margin-bottom: 1px;
}
.filter-order{
    float: right;
    margin-top: 11px;
    display: block;
    width: 14px;
    height: 14px;
    background: url(../../img/house_order.png) no-repeat;
    background-size: 100%;
}
.more-li{
    list-style: none;
    padding: 10px;
    width: 100%;
}
.more-li2{
    height: 25px;
    list-style: none;
    margin: 10px;
    width: 100%;
}
.more-li h5{
    margin: 0;
}
.more-li2 span{
    float: left;
    color: #83868f;
}
.more-em{
    background: #f5f5f5;
    color: #9399a5;
    font-style: normal!important;
    display: inline-block;
    padding: 2px 4px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    margin-right: 6px;
    margin-bottom: 5px;
    font-size: 0.8rem;
}
.more-em.active{
    color: #008aff;
    background: rgba(0,138,255,.11);
}

.filterPriceLi{
    display: none;
}
.filterPriceLi.active{
    display: block;
}
.search-header{
    height: 1.875rem;
    padding: .4375rem 1.25rem;
    background: #f9f9f9;
    cursor: pointer;
    touch-action: manipulation;
}
.go-back{
    z-index: 10;
    position: absolute;
    top: 10px;
    left: 26px;
    color: #fff;
    height: 20px;
    line-height: 20px;
}
.go-back:before{
    left: 4px;
    top: 10px;
    z-index: 1;
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    border: 1px solid #fff;
    border-width: 1px 0 0 1px;
    transform: rotate(-45deg);
}
.go-back:after{
    content: "";
    position: absolute;
    top: 2px;
    left: -7px;
    display: block;
    height: 30px;
    width: 30px;
    background-color: rgba(0,0,0,0.5);
    -webkit-border-radius: 30px;
}
.go-home{
    position: fixed;
    top: 10px;
    right: 4%;
}
.go-home:before{
    position: absolute;
    top: 5px;
    right: 7px;
    z-index: 1;
    color: #fff;
    font-size: 1.35rem;
    content: "\ead4";
}

.go-home:after{
    content: "";
    position: absolute;
    top: 2px;
    right: 3px;
    display: block;
    height: 30px;
    width: 30px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 30px;
}
.info-header{
    position: fixed;
    top: 0;
    z-index: 99;
    height: 45px;
}
.house-basic{
    margin-bottom: 1.25rem;
    position: relative;
}
.house-title{
    color: #101D37;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: .525rem;
}
.house-sub-title{
    padding-bottom: .525rem;
    font-size: .8rem;
    color: #101D37;
    line-height: 1;
}
.house-profession{
    border-bottom: 1px solid #E4E6F0;
    padding-bottom: 1rem;
}
.info-item-l{
    display: inline-block;
    font-size: 1rem;
    line-height: 1.775rem;
    color: #9399A5;
}
.info-item-r{
    word-wrap: break-word;
    word-break: break-all;
    white-space: pre-wrap !important;
}
.search-a{
    display: block;
    padding: 0 1rem;
    height: 1.875rem;
    background: #e8e8e9;
    line-height: 1.875rem;
    border-radius: .25rem;
    font-size: .75rem;
    color: #9399a5;
}
.search-container{
    align-items: center;
    -webkit-box-align: center;
    display: flex;
    background: #fff;
    padding: .4375rem .9375rem;
}
.search-container label{
    width: 75%;
    padding: .375rem 1.25rem .375rem 2.1875rem;
    position: relative;
    background: #F8F8F9;
    border-radius: .9375rem;
}
.search-container label:before{
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: .4375rem;
    left: .9375rem;
    background: url(../../img/search.png) no-repeat;
    background-size: 100% 100%;
}
.search-container input{
    border: none;
    width: 100%;
    line-height: 1.125rem;
    background: #F8F8F9;
}

.search-container span{
    flex: none;
    padding: .5rem 0 .5rem .9375rem;
    font-size: .9375rem;
    color: #101D37;
}
.keywork-title{
    margin-bottom: .8125rem;
    padding: .6875rem 1.5rem .375rem;
    background: #fff;
    font-size: .8125rem;
    color: #9399A5;
}

.keywork-title h2{
    font-size: 1.1875rem;
    line-height: 1.375rem;
    color: #101D37;
    font-family: PingFangSC-Medium;
    margin-bottom: 10px;
}
.float-bottom-div{
    z-index: 1;
    width: 100%;
    position: fixed;
    bottom: 0px;
    background-color: white;
}
.float-bottom-tel{
    background-image: linear-gradient(90deg,#6898f8,#2c68e0);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    width: 80%;
    margin: 0 auto;
}
.back-ico{
    float: left;
    width: 32px;
    height: 32px;
    background: url(../../img/header_icons.png) 0 0 no-repeat;
    background-size: 128px auto;
}
.list-header{
    display: flex;
    align-items: center;
    /*padding: 0 1rem;*/
    width: 100%;
    height: 3rem;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}
.bigMirror-ico{
    float: left;
    width: 30px;
    height: 30px;
    background: url(../../img/header_icons.png) -25px 3px no-repeat;
    background-size: 100px auto;
}
.customer-ico{
    float: left;
    width: 32px;
    height: 32px;
    background: url(../../img/header_icons.png) -65px 0 no-repeat;
    background-size: 128px auto;
}
.map-ico{
    float: right;
    width: 32px;
    height: 32px;
    background: url(../../img/header_icons.png) 0px -98px no-repeat;
    background-size: 128px auto;
}
.quanjing{
    margin-top: 2px;
    float: right;
    width: 32px;
    height: 32px;
    background: url(../../img/header_icons.png) 0px -98px no-repeat;
    background-size: 128px auto;
}
.small-title{
    font-size: 18px;
    color: #3c3f46;
    line-height: 50px;
    border-bottom: 1px solid #E4E6F0;
}
.no-duty{
    background-color: #E4E6F0;
    font-size: 10px;
    color: #999999;
    line-height: 14px;
    padding: 15px 22px;
}
.filter-img{
    width: 30%;margin: 0.25rem
}
.houseTepy-list{
    display: flex;
    overflow-x: auto;
}
.houseTepy-item{
    flex-shrink: 0;
    width: 12.875rem;
    padding: .25rem 1.25rem 1.25rem;
    margin-right: .625rem;
    background: #fff;
    box-sizing: border-box;
}
.houseTepy-img-wrapper{
    position: relative;
    height: 8.525rem;
    text-align: center;
    overflow: hidden;
    font-size: 0;
}
.number-area{
    font-size: 1rem;
    line-height: 1.375rem;
    color: #394043;
}
.huxing-area{
    font-size: .75rem;
    color: #101D37;
    margin-bottom: .375rem;
}
.houseTepy-img{
    width: auto;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.hType-detail{
    margin-top: .5rem;
    padding: .875rem 5.625rem;
    background-color: rgba(48,114,246,.05);
    border-radius: 5px;
    text-align: center;
}
.hType-detail a{
    font-size: 1rem;
    color: #3072F6;
}
.quanjing-detail{
    margin-top: .5rem;
    padding: .875rem 5.625rem;
    background-image: linear-gradient(to right,#d9e7fc,#dff5db);
    border-radius: 5px;
    text-align: center;
}
.quanjing-detail a{
    font-size: 1rem;
    color: green;
}
.pinch-zoom,.pinch-zoom img{
    top: 10%;
    width: 100%;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
    user-drag: none;
}
.big-img-div{
    height:100%;
    background: black;
    top: 0;
    position: fixed;
    z-index: 9999;
    width: 100%;
    display: none;
    background-color: rgba(0,0,0,.8);
}
.big-img-div.active{
    display: block;
}
.big-img-close{
    color: white;
    height: 50px;
    line-height: 50px;
    margin-left: 1.45rem;
}
.line1{
    margin: -4px 6px 0 6px;
    display: inline-block;
    height: 10px;
    background: rgba(103,108,115,0.25);
    width: 1px;
}
.close-btn{
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    border-top: 2px solid #e5e5e5;
}
.map-item p{
    padding: .875rem 5.625rem;
    text-align: center;
}
.map-item a{
    color: black;
}
.float-map{
    background-color: white;
    bottom: 0;
    position: fixed;
    width: 100%;
}
.becloud{
    height: 100%;
    background-color: rgba(0,0,0,.7);
}
.share-ico{
    float: right;
    width: 31px;
    height: 31px;
    background: rgba(0, 0, 0, 0.5)url(../../img/header_icons2.png) -53px -108px no-repeat;
    background-size: 110px auto;
    position: fixed;
    top: 12px;
    right: 16%;
    border-radius: 30px;
}

/*.share-ico:before {*/
    /*content: "";*/
    /*position: absolute;*/
    /*top: 0px;*/
    /*right: 1px;*/
    /*display: block;*/
    /*height: 30px;*/
    /*width: 30px;*/
    /*background-color: rgba(0, 0, 0, 0.5);*/
    /*border-radius: 30px;*/
/*}*/
.price-value{
    font-size: 18px;
    font-weight: 400;
    color: #e54b00;
}

.info-module{
    text-align: center;
    display: flex;
    flex-flow: row wrap;
}
.info-module p{
    font-size: 15px;
    color: #3c3f46;
}
.info-module span.on{

}
.parts-item{
    float: left;
    padding-left: 20px;
    line-height: 24px;
    width: 18%;
    background: url(../../img/duigou1.png) left 4px no-repeat;
    background-size: 15px auto;
    color: #0c0d0e;
    background-position: 10px;
}
.parts-item.on{
    background: url(../../img/duigou2.png) left 4px no-repeat;
    background-size: 15px auto;
    background-position: 10px;
}