.noscroll,
.noscroll body {
    overflow: hidden;
}
.noscroll body {
    position: relative;
}
.ellipsis{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
section {
    font-size: 0.12rem;
    margin-top: 0;
}

.txtHd1{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.txtHd2{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.fx{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row !important;
}
/* 房源列表 */
header{
    background: #F7F7F7;
    z-index:103;
}
header .search-ipt {
    font-size: 0.28rem;
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    padding-left: 0.72rem;
    background: #fff;
    outline: none;
    border-radius: 0.3rem;
    box-shadow: 0 0 1px #E8E8E8;
}

header .search-ipt::-webkit-input-placeholder{
    color:#C6C5C7;
}

header .search-ico {
    position: absolute;
    left: 0.3rem;
    top: 0.17rem;
    width: 0.28rem;
    height: 0.26rem;
    background: url(../../images/index/home_nav_search.png) no-repeat center center;
    background-size: 100% 100%;
}
header .keyword-target{
    height:0.6rem;
    background: #fff;
    outline: none;
    border-radius: 0.3rem;
    box-shadow: 0 0 1px #E8E8E8;
}
header .search-keyword {
    position: absolute;
    left: 0.08rem;
    top: 0.06rem;
    height: 0.48rem;
    line-height: 0.48rem;
    background: #F4F4F4;
    border-radius: 0.52rem;
    font-size: 0.28rem;
    color: #333;
}
header .search-keyword em{
    float: left;
    max-width: 4.6rem;
    height: 0.48rem;
    line-height: 0.48rem;
    padding: 0 0.12rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
header .search-keyword i{
    display: inline-block;
    width: 0.14rem;
    height: 0.14rem;
    padding: 0.18rem 0.06rem;
    margin-right: 0.08rem;
    background: url(../../images/index/tag_delete.png) no-repeat center center;
    background-size:0.14rem 0.14rem;
}

/* 详情头部 */
header.head-detail{
    position: fixed;
    top:0;
}
header.transparent{
    background: none;
    height: 0.88rem;
    padding:0.14rem 0;
}
header.border:after{
    content: "";
    position: absolute;
    width: 100%;
    height:1px;
    bottom:0;
    left:0;
    background: #E8E8E8;
}
header.head-detail .title {
    opacity: 0;
}
header .title{
    width: -webkit-calc(100% - 1.78rem);
    width: calc(100% - 1.78rem);
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
header.transparent .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    line-height: 0.88rem;
    padding: 0 0.88rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #f7f7f7;
    opacity: 0;
    z-index: -1;

}
header.head-detail .back{
    margin-left:0.2rem;
    background: url("../../images/houses/detail-back.png") no-repeat center center;
    background-size:100% 100%;
}
header .head-share{
    display: block;
    position: absolute;
    width: 0.64rem;
    height: 0.64rem;
    top: 0.14rem;
    right: 0.2rem;
    background: url("../../images/houses/detail-share2.png") no-repeat center center;
    background-size:100% 100%;
}
header.head-detail .head-share{
    background: url("../../images/houses/detail-share.png") no-repeat center center;
    background-size:100% 100%;
}
/* 排序框样式 */
.sort-content {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #fff;
    text-align: center;
    z-index: 11000;
}

.sort-content li {
    position: relative;
    font-size: 0.32rem;
    height: 0.88rem;
    line-height: 0.88rem;
}
.sort-content li:after{
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    transform: scaleY(0.5);
}

.sort-content li.curr {
    color: #e03236;
}

.sort-content li:last-child {
    border-bottom: none;
}

.housing-detail li > a {
    display: block;
}

.housing-detail li > a:visited {
    color: #b2b8c2;
}
.fastFilter{
    position: fixed;
    width: 100%;
    height: 1.16rem;
    /*height:0.64rem;*/
    padding:0.26rem 0.3rem;
    top:1.76rem;
    left:0;
    background: #fff;
    z-index:22;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
}
.fastFilter::after{
    content:"";
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height:1px;
    background: #EEEEEE;
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
}
.fastFilter .fast-cont{
    font-size: 0;
    white-space: nowrap;
}
.fastFilter .fast-cont .fast-cont-flex{
    display: inline-flex;
    align-items: center;
}
.fastFilter .fast-cont img.fast-cont-icon{
    display: inline-block;
    height: .34rem;
    width: .34rem;
    margin-right: .12rem;
    vertical-align: middle;
}
.fastFilter.none{
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}
.fastFilter .item{
    display: inline-block;
    vertical-align: middle;
    /*width:1.56rem;*/
    height: 0.6rem;
    line-height:0.6rem;
    border: 1px solid #DDDDDD;
    background: #ffffff;
    border-radius: 0.6rem;
    font-size: 0.24rem;
    color: #4A4A4A;
    text-align: center;
    margin-left:0.22rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
}
.fastFilter .item:first-child{
    margin-left:0;
}
.fastFilter .item.on{
    border: 1px solid #E03236;
    border-radius: 0.69rem;
    color: #E03236;
}
.wrapper-box{
    position: relative;
    z-index: 20;
    margin-top: 1.76rem;
}

.wrapper-box.hasFast{
    margin-top:2.92rem;
}
.house-list .search-tip{
    font-size: 0.26rem;
    height: auto;
    min-height: auto;
    padding-bottom: 0;
    color: #333;
}
.house-list .search-tip:after{
    background-color: transparent;
}
.house-list .search-tip .red{
    color: #E03236;
}
.house-list .list-tags{
    height: auto;
    padding: 0 0.2rem 0.16rem;
    background: #F5F5F5;
}
.list-tags .tag-tit{
    font-size: 0;
    position: relative;
    z-index: 1;
    display: block;
    width: 2.84rem;
    margin: 0.2rem auto;
    text-align: center;
}
.list-tags .tag-tit:after{
    content:"";
    position: absolute;
    bottom:50%;
    left:0;
    z-index: -1;
    width:100%;
    height:1px;
    background: #D8D8D8;
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
}
.list-tags .tag-tit strong{
    font-size: 0.24rem;
    display: inline-block;
    width: 1rem;
    color: #333;
    background: #F5F5F5;
}
.list-tags .tag-name{
    float:left;
    width:1.56rem;
    height: 0.5rem;
    line-height:0.5rem;
    background: #ffffff;
    border-radius: 0.6rem;
    font-size: 0.22rem;
    color: #333;
    text-align: center;
    margin: 0 0.1rem 0.24rem;
}
.list-tags .tag-name:last-child{
    margin-right:0;
}
.list-tags .tag-name.on{
    border: 1px solid #E03236;
    border-radius: 0.69rem;
    color: #E03236;
}


.house-list li.search-txt-box{
    min-height: auto;
    padding: 0.32rem 0.32rem 0.44rem;
}

.house-list li.search-txt-box + li{
    padding-top: 0;
}

.house-list li.search-txt-box:after{
    background-color: transparent;
}

.house-list .search-txt{
    padding: 0.26rem 0.2rem;
    background: url("../../images/market/zhidaojia/arrow-right.png") #fff calc(100% - 0.2rem) center no-repeat;
    background-size: 0.24rem;
    box-shadow: 0 0.06rem 0.3rem 0 rgba(96, 97, 140, 0.08);
    border-radius: 0.08rem;
}

.house-list .search-txt strong{
    font-size: 0.32rem;
    font-weight: 600;
    display: block;
    color: #000;
    line-height: 0.45rem;
    margin-bottom: 0.16rem;
}

.house-list .search-txt p{
    font-size: 0.24rem;
    color: #999;
    line-height: 0.33rem;
}

/* 房源详情 */
.photo-wrap {
    position: relative;
}

.photo-wrap ul {
    width: 100%;
}

.photo-wrap .photo-no {
    position: absolute;
    right: 0.3rem;
    bottom: 0.3rem;
    width: 0.8rem;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.24rem;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 0.4rem;
    z-index: 1100;
}

.title-wrap {
    padding: 0.3rem 0.3rem 0.16rem 0.3rem;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
}

.title-wrap .esf-title {
    font-size: 0.34rem;
    margin-right: 0.9rem;
    font-weight: bold;
}

.title-wrap .collect-wrap {
    width: 0.84rem;
}

.collect-wrap .vertical-line {
    border-left: 1px solid #d6d6d6;
    height: 0.6rem;
    margin-top: 0.06rem;
    margin-right: 0.28rem;
}

.collect-wrap img {
    width: 0.32rem;
    height: 0.32rem;
    margin: 0 auto 0.12rem;
}

.collect-wrap span {
    font-size: 0.24rem;
    color: #4a4a4a;
}

.title-wrap .price {
    color: #e03236;
    margin-bottom: 0.1rem;
}

.price .number {
    font-size: 0.62rem;
}

.price .rent-unit {
    font-size: 0.28rem;
    margin-left: 0.12rem;
}

.tags-wrap span {
    display:inline-block;
    font-size: 0.22rem;
    padding: 0 0.08rem;
    margin-right: 0.12rem;
    height:0.3rem;
    line-height: 0.32rem;
    margin-bottom: 0.12rem;
    border-radius: 0.04rem;
}

.tags-wrap span:nth-child(5n+1){
    background: #feefef;
    color: #e03236;
}
.tags-wrap span:nth-child(5n+2){
    background: #fdf7ee;
    color: #F6A623;
}
.tags-wrap span:nth-child(5n+3){
    background: #eff9ff;
    color: #38ADFF;
}
.tags-wrap span:nth-child(5n+4){
    background: rgba(126,211,33,0.05);
    color:#7ED321;
}
.tags-wrap span:nth-child(5n){
    background: rgba(254,116,96,0.05);
    color:#F5A623;
}
.tags-wrap span.block-xf{
    font-size: 0.24rem;
    width: 1.2rem;
    height: 0.4rem;
    line-height: 0.4rem;
    margin-right: 0.2rem;
    text-align: center;
    color: #7A90B6;
    letter-spacing: -0.28px;
    background: rgba(122, 144, 182, 0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.tags-wrap span.block-xf:last-child{
    margin-right: 0;
}

/* 智能点评 */
.comments{
    position: relative;
    margin-top: 0.14rem;
    overflow: hidden;
}
.comments:after{
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #E8E8E8;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.comments p strong{
    font-weight: 700;
    font-size: 0.36rem;
    display: block;
    margin-bottom: 0.24rem;
    color: #4A4A4A;
}
.comments .intelligence-tags {
    padding-bottom: 0.04rem;
    overflow: hidden;
}

.comments .intelligence-tags span{
    font-size: 0.24rem;
    float: left;
    height: 0.4rem;
    line-height: 0.4rem;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    padding: 0 0.1rem;
    text-align: center;
    color: #7A90B6;
    letter-spacing: -0.28px;
    background: rgba(122, 144, 182, 0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.comments .comments-list{
    display: block;
    margin-bottom: 0.4rem;
}
.comments .comments-list li{
    font-size: 0.3rem;
    line-height: 0.42rem;
    color: #666666;
    margin-left: 0.48rem;
    margin-bottom: 0.12rem;
    list-style-type: disc;
}
.fangyuan-info-detail,
.agent-evaluate,
.position-environ,
.property-info,
.showing-record,
.transaction-record,
.recommend,
.housing-allocation {
    background: #fff;
    margin-top: 0.2rem;
}

.fangyuan-info-detail .area-price{
    position: relative;
}

.fangyuan-info-detail .area-price ul {
    margin: 0 -0.3rem;
    padding: 0.4rem 0;
    overflow: hidden;
}

.area-price ul li {
    float: left;
    width: 33.3333333%;
    text-align: center;
    border-right: 1px solid #e7e7e7;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.area-price ul li:last-child {
    border-right: none;
}

.area-price ul li .title {
    font-size: 0.3rem;
    color: #999;
}

.area-price ul li .content {
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 0.56rem;
    color: #e03236;
}
.area-price ul li .content .num{
    font-size: 0.4rem;
}

.open-xcx-box,#open-xcx{
    display: block;
    height: 1.04rem;
    width: 100%;
    z-index: 999;
}
#open-xcx{
    height: 1.04rem;
    width: 100%;
}
.openxcx{
    height: 1.04rem;
    display: flex;
    align-items: center;
    position: relative;
    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 15%);
    padding-left: 0.4rem
}
.openxcx>div{
    flex: 1;
    margin-left: 0.2rem;
    font-size: 0.32rem;
    font-weight: 400;
    color: #000000;
    line-height: 0.45rem;

}
.openxcx>div p{
    font-size: 0.28rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 0.4rem;
}
.openxcx>div p:last-child{
    font-size: 0.2rem;
    ont-weight: 400;
    color: #666666;
    line-height: 0.28rem;
}
.openxcx a.upload-btn{
    font-size: 0.28rem;
    display: block;
    width: 1.64rem;
    height: 0.66rem;
    line-height: 0.66rem;
    margin: 0.19rem 0;
    text-align: center;
    color: #FFFFFF;
    background: #E03236;
    border-radius: 0.08rem;
    font-weight: 500;
}
.openxcx img.upload-closed{
    display: block;
    height: .16rem;
    width: .16rem;
    padding: .16rem;
    align-self: flex-start;
}
.open-xcx-fixed{
    position:fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    box-sizing: border-box;
    background: #f7f7f7;
    z-index: 99;
}

.wlsb-artical{
    position: relative;
    padding: 0.4rem 0;
}
.wlsb-artical i.wlsb-icon{
    float: right;
    width: 0.74rem;
    height: 0.8rem;
    background: url("../../images/wlsb-icon.png") no-repeat;
    background-size: 0.74rem 0.8rem;
}
.wlsb-artical p{
    font-size: 0.24rem;
    color: #999999;
    line-height: 0.26rem;
}
.wlsb-artical p strong{
    display: block;
    font-size: 0.34rem;
    line-height: 0.48rem;
    margin-bottom: 0.04rem;
    color: #333333;
}
.wlsb-artical p a{
    margin-left: 0.2rem;
    color: #E03236;
}

.fangyuan-info-detail ul.floor-orientation {
    padding: 0.16rem 0.3rem;
}

ul.floor-orientation li {
    font-size: 0.28rem;
    height: 0.6rem;
    line-height: 0.6rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

ul.floor-orientation li .title {
    color: #999;
}

.fangyuan-info-detail.zf{
    background: #fff;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    margin-top: 10px;
}
.fangyuan-info-detail.zf .area-price{
    padding: 0.24rem 0 0.2rem;
    border-bottom: 1px solid #e7e7e7;
}
.fangyuan-info-detail.zf .area-price li {
    float: left;
    width: 33.33%;
    text-align: center;
    border-right: 1px solid #e7e7e7;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.fangyuan-info-detail.zf .area-price li .title {
    font-size: 0.28rem;
    color: #808080;
}
.fangyuan-info-detail.zf .area-price li .content {
    font-size: 0.32rem;
    font-weight: bold;
}

.agent-evaluate .agent-evaluate-title,
.position-environ .position-environ-title,
.property-info .property-info-title,
.showing-record .showing-record-title,
.transaction-record .transaction-title,
.recommend .recommend-title,.xq-guide .recommend-title,
.housing-allocation .housing-allocation-title {
    position: relative;
    padding: 0.24rem 0.3rem;
    overflow: hidden;
}
.agent-evaluate .agent-evaluate-title:after,
.position-environ .position-environ-title:after,
.property-info .property-info-title:after,
.showing-record .showing-record-title:after,
.transaction-record .transaction-title:after,
.recommend .recommend-title:after,
.housing-allocation .housing-allocation-title:after{
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    transform: scaleY(0.5)
}

.agent-evaluate .agent-evaluate-title .title,
.position-environ .position-environ-title .title,
.property-info .property-info-title .title,
.showing-record .showing-record-title .title,
.transaction-record .transaction-title .title,
.recommend .recommend-title .title,.xq-guide .recommend-title .title,
.housing-allocation .housing-allocation-title .title {
    font-size: 0.3rem;
    line-height: 0.48rem;
    font-weight: bold;
}

.agent-evaluate .agent-evaluate-title .more i,
.position-environ .position-environ-title .more i,
.property-info .property-info-title .more i,
.showing-record .showing-record-title .more i,
.transaction-record .transaction-title .more i,
.xq-guide .recommend-title .more i,
.recommend .recommend-title .more i {
    display: block;
    width: 0.36rem;
    height: 0.36rem;
    background: url('../../images/houses/arrow_more.png') no-repeat;
    background-size: cover;
}
.more-txt{
    font-size: 0.3rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #3D5688;
}
.agent-evaluate .evaluate-info {
    padding: 0.3rem;
}

.evaluate-info .agent-info .avatar,
ul.showing-list li .avatar {
    float: left;
    width: 1.1rem;
    height: 1.1rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.evaluate-info .agent-info .avatar img,
ul.showing-list li img {
    width: 100%;
}

.evaluate-info .agent-info .info,
ul.showing-list li .info {
    float: left;
    margin-left: 0.16rem;
    line-height: 0.3rem;
}

.evaluate-info .agent-info .info p,
ul.showing-list li .info p {
    font-size: 0.24rem;
    color: #808080;
    margin-bottom: 0.1rem;
    white-space: nowrap;
}

.evaluate-info .agent-info .info p.name,
ul.showing-list li .info p.name {
    color: #515151;
    font-size: 0.3rem;
}

.evaluate-info .agent-info .info .score,
ul.showing-list li .info .score {
    font-size: 0.2rem;
    color: #fff;
    padding: 0 1px;
    background: #f5a623;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    float: none;
}

.evaluate-info .evaluate-content {
    font-size: 0.28rem;
    margin-top: 0.3rem;
}

.position-environ {
    border-bottom: none;
}

.position-environ .position-info {
    padding: 0.3rem;
}

.position-info .info-detail {
    width: 100%;
    margin-bottom: 0.16rem;
    display: flex;
    /*display: box;*/
    /*display: -moz-box;*/
    /*display: -webkit-box;*/
    /*flex-direction: column;*/
}
.evaluate-content{
    font-size: 0.32rem;
    position: relative;
    color: #333;
    line-height: 0.52rem;
    margin-bottom: 0.32rem;
    padding-bottom: 0.32rem;
    word-break: break-all;
    padding: 0.2rem 0.3rem 0.3rem;
}
.evaluate-content strong{display:block;font-size: 0.32rem;color: #999;margin-bottom: 0.16rem;}
.evaluate-content p{font-size: 0.32rem;
    position: relative;
    color: #333;
    line-height: 0.52rem;
    margin-bottom: 0.32rem;
    padding-bottom: 0.32rem;
    word-break: break-all;
}
.evaluate-content p:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
}
.evaluate-content p:after{
    content: "";
    position: absolute;
    display: block;
    bottom: .32rem;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    transform: scaleY(0.5)
}
.evaluate-content p:last-child:after{
    display: none;
}


.position-info .info-detail .title {
    font-size: 0.28rem;
    color: #999;
}

.position-info .info-detail .content {
    display: block;
    font-size: 0.28rem;
    color: #333;
    -webkit-flex: 1;
    flex: 1;
    width: 6rem;
}

.position-info .info-detail:last-child {
    margin-bottom: 0;
}
.position-info .info-detail .content{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.position-info .info-detail .content span{
    margin-bottom: 0.24rem;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    width: 5.9rem;
}
.position-info .info-detail .content em{
    color: #999;
    margin-left: 0.1rem;
}

#position-map {
    width: 100%;
    height: 3.4rem;
}

.property-info ul.property-info-list {
    padding: 0.16rem 0.3rem;
    overflow: hidden;
}

ul.property-info-list li {
    display: inline-block;
    font-size: 0.3rem;
    float: left;
    width: 50%;
    height: 0.36rem;
    line-height: 0.36rem;
    margin: 0.16rem 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
ul.property-info-list li.w100{
    width: 100%;
}

ul.property-info-list li .title {
    color: #999;
}

ul.property-info-list li .title em{
    margin: 0.15rem;
}

ul.property-info-list li .title .letter-justify {
    display: inline-block;
    width: 5.8rem;
    height: 0.6rem;
    text-align: justify;
    overflow: hidden;
    vertical-align: top;
}

ul.property-info-list li .title .letter-justify i {
    display: inline-block;
    width: 100%;
    height: 0;
}

ul.property-info-list li .content {

}

.showing-record .showing-record-title .trend {
    font-size: 0.28rem;
    color: #4a4a4a;
    margin-left: 0.16rem;
}

.showing-record .showing-record-title .trend em.red {
    color: #e03236;
}

ul.showing-list{
    overflow: hidden;
}

ul.showing-list li {
    font-size: 0.3rem;
    position: relative;
    padding: 0.3rem 0.3rem 0.2rem;
    line-height: 1rem;
    color: #515151;
    overflow: hidden;
}
.showing-record ul.showing-list li{
    padding: 0 0.3rem;
}
ul.showing-list.srollerWrap li{
    padding: 0.3rem;
    line-height: 0.4rem;
}

ul.showing-list.srollerWrap li span{
    float: none;
    display: inline-block;
    width: auto;
    line-height: 0.32rem;
}

ul.showing-list.srollerWrap li .info p{
    margin-bottom: 0;
    margin-top:2px;
}

ul.showing-list li:after{
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0.3rem;
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    transform: scaleY(0.5)
}
ul.showing-list li:last-child:after{
    display: none;
}
ul.showing-list li.dk-head{
    font-size: 0.28rem;
    line-height: 0.72rem;
    color: #999;
}
ul.showing-list li.dk-head:after{
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    transform: scaleY(0.5)
}

ul.showing-list li span:first-child{
    width: 40%;
}

ul.showing-list li span{
    float: left;
    width: 30%;
}
ul.showing-list li span.dk-Leave{
    color: #999;
}

ul.showing-list li .operation, ul.agent-evaluate-list li .operation {
    /*margin-top: 0.2rem;*/
}

ul.showing-list li .operation img, ul.agent-evaluate-list li .operation img {
    width: 0.64rem;
    height: 0.64rem;
    margin-bottom: 0.1rem;
}

ul.showing-list li .operation p, ul.agent-evaluate-list li .operation p {
    font-size: 0.24rem;
    color: #4a4a4a;
    text-align: center;
    line-height:0.32rem;
}

ul.showing-list li span a{
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    background: url(../../images/list-icon.png) no-repeat;
    background-position: 0.04rem -2.65rem;
    background-size: 0.5rem 4rem;
    position: relative;
    top:0.2rem;
}
ul.showing-list li span .card-link{
    width: 0.4rem;
    height: 0.28rem;
    background: none;
    position: static;
    top:0;
}

ul.transaction-detail li {
    font-size: 1.5rem;
    color: #aaa;
    padding: 0.3rem;
    border-bottom: 1px solid #e7e7e7;
    display: box;
    display: -moz-box;
    display: -webkit-box;
}

ul.transaction-detail li:last-child {
    border-bottom: none;
}

ul.transaction-detail li .building-name {
    display: block;
    color: #000;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

ul.transaction-detail li span {
    margin-left: 0.2rem;
}

.recommend {
    border-bottom: none;
}

.button-block {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.96rem;
    z-index:99;
}
.esf-operation {
    box-sizing: border-box;
    width: 15%;
    height: 0.96rem;
    padding: 0.12rem 0;
    border-top: 1px solid #e7e7e7;
    background: #fff;
    position:relative;
}
.esf-operation button {
    float: left;
    width: 100%;
    font-size: 0.2rem;
    color: #4a4a4a;
    text-align: center;
    background: #fff;
    border: none;
}
.esf-operation .collect i {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    margin: 0 auto 0.04rem;
    background: url('../../images/houses/fangyuan_col_default.png') no-repeat;
    background-size: contain;
}
.esf-operation .collected i{
    background: url('../../images/houses/fangyuan_col_sel.png') no-repeat;
    background-size: contain
}
.esf-operation:after{
    content:"";
    position: absolute;
    left:0;
    top:0;
    width:1px;
    height:100%;
    background: #e7e7e7;
    transform: scaleX(0.5);
}
.esf-operation .yuyue-fang i {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    margin: 0 auto 0.04rem;
    background: url('../../images/houses/yuekan.png') no-repeat;
    background-size: contain;
}
.grap-btn,
.imAgentChat-btn,
.im-chat-new,
.im-btn{
    width: 35%;
    height: 100%;
    font-size: 0.3rem;
    color: #fff;
    /*background: #F5C545;*/
    border: none;
}

.red-btn1{
    height: 0.8rem;
    width: 100%;
    text-align: center;
    background: #FFEBE9;
    border-radius: 0.08rem;
    font-size: 0.32rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #E03236;
    line-height: .8rem;
    margin-top: .32rem;
}

/*.imAgentChat-btn{*/
/*    width: 1.44rem;*/
/*    height: 0.9rem;*/
/*    line-height: 0.9rem;*/
/*    font-size: 0.28rem;*/
/*    margin-left: 0.1rem;*/
/*    text-align: center;*/
/*    border-radius: 3px;*/
/*}*/

.contact-agent {
    width: 35%;
    height: 100%;
    font-size: 0.3rem;
    color: #fff;
    background: #e03236;
    border: none;
}

.contact-agent i {
    display: inline-block;
    position: relative;
    top: 0.08rem;
    width: 0.4rem;
    height: 0.4rem;
    background: url('../../images/houses/button_phone.png') no-repeat;
    background-size: contain;
    margin-right: 0.06rem;
}

/* 查看大图 */
#show-photo .swiper-wrapper,
.show-photo .swiper-wrapper {
    margin-top: 25%;
    margin-bottom: 1rem;
}

#show-photo .photo-no,
.show-photo .photo-no {
    color: #fff;
    font-size: 0.3rem;
    text-align: center;
}

#show-photo .current-num, #show-photo em,
.show-photo .current-num, .show-photo em {
    font-size: 0.48rem;
}

/* 经纪人房评详情 */
.evaluate-detail{
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #e7e7e7;
    z-index: 11000;
    overflow:hidden;
    font-size:0.3rem;
    max-height:60%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.evaluate-detail .evaluate-content {
    background: #fff;
    padding: 0.3rem 0.24rem;
}

.evaluate-detail .evaluate-content p {
    max-height: 4rem;
    overflow: auto;
    font-size: 0.26rem;
}

.evaluate-detail .close-evaluate-detail{
    margin-top: 0.16rem;
    background: #fff;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    font-size: 0.34rem;
    position: fixed;
    width:100%;
    bottom:0;
    border-top:1px solid #dddddd;
}

/* 经纪人房评 */
ul.agent-evaluate-list li {
    padding: 0.3rem;
    background: #fff;
    margin-bottom: 0.22rem;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

/* 联系经纪人 */
.contact-agent-content .contact-agent-title {
    font-size: 0.26rem;
    color: #808080;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
}

#around-map {
    width: 100%;
    position: absolute;
    /*top: 0.88rem;*/
    /*bottom: 1rem;*/
    top: 1.76rem;
    bottom: 0;
    left: 0;
}

ul.around-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1rem;
    background: #fff;
    z-index: 10;
}

ul.around-icon li {
    float: left;
    width: 14.28571%;
    padding: 0.08rem 0;
    font-size: 0.2rem;
    text-align: center;
}

ul.around-icon li i {
    display: block;
    width: 0.52rem;
    height: 0.52rem;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}

.school-icon i {
    background-image: url('../../images/houses/map_school_defaut.png');
}

.school-icon.curr i {
    background-image: url('../../images/houses/map_school.png');
}

.school-icon.curr span {
    color: #f5a623;
}

.hospital-icon i {
    background-image: url('../../images/houses/map_hospital_default.png');
}

.hospital-icon.curr i {
    background-image: url('../../images/houses/map_hospital.png');
}

.hospital-icon.curr span {
    color: #ff7267;
}

.metro-icon i {
    background-image: url('../../images/houses/map_metro_default.png');
}

.metro-icon.curr i {
    background-image: url('../../images/houses/map_metro.png');
}

.metro-icon.curr span {
    color: #2ad1db;
}

.bus-icon i {
    background-image: url('../../images/houses/map_bus_default.png');
}

.bus-icon.curr i {
    background-image: url('../../images/houses/map_bus.png');
}

.bus-icon.curr span {
    color: #7cc25f;
}

.mall-icon i {
    background-image: url('../../images/houses/map_mall_default.png');
}

.mall-icon.curr i {
    background-image: url('../../images/houses/map_mall.png');
}

.mall-icon.curr span {
    color: #8687e9;
}

.bank-icon i {
    background-image: url('../../images/houses/map_bank_default.png');
}

.bank-icon.curr i {
    background-image: url('../../images/houses/map_bank.png');
}

.bank-icon.curr span {
    color: #e9b765;
}

.restaurant-icon i {
    background-image: url('../../images/houses/map_restaurant_default.png');
}

.restaurant-icon.curr i {
    background-image: url('../../images/houses/map_restaurant.png');
}

.restaurant-icon.curr span {
    color: #f4987e;
}

/*周边配套新样式*/

.n-posit-tab{
    position: absolute;
    top: 0.88rem;
    left: 0;
    display: block;
    width: 100%;
    height: 0.88rem;
    background: #fff;
    z-index: 10;
}
.n-posit-tab>ul{
    font-size: 0;
}
.n-posit-tab>ul>li{
    display: inline-block;
    font-size: 0.28rem;
    color: #333;
    padding: 0.24rem 0;
    line-height: 0.4rem;
    width: 14.28571%;
    text-align: center;
    font-weight: 700;
}
.n-posit-tab>ul>li.curr{
    color: #E03236;
    position: relative;
}
.n-posit-tab>ul>li.curr::after{
    content: '';
    width: 0.32rem;
    height: 0.06rem;
    border-radius: 3px;
    background: #E03236;
    position: absolute;
    left: 50%;
    bottom: 0.14rem;
    transform: translateX(-50%);
}
.mapTip{
    position: absolute;
    font-size: 0.28rem;
    color: rgb(51, 51, 51);
    padding: 0.14rem 0.2rem 0.14rem 0.56rem;
    text-align: justify;
    line-height: 1;
    white-space: nowrap;
    box-sizing: border-box;
    border-radius: 2px;
    box-shadow: 0px 2px 10px 0px #4A4A4A;
    background-color: rgb(255, 255, 255);
    z-index: 30;
}
.mapTip.active{
    color: #fff;
    background: #E03236;
}
.mapTip .tri-icon{
    width: 8px;
    height: 8px;
    background-color: #fff;
    box-shadow: 10px 12px 10px 0px #4A4A4A;
    position: absolute;
    transform: rotate(45deg);
}
.mapTip.active .tri-icon{
    background-color: #E03236;
}
.mapTip .tip-icon{
    position: absolute;
    width: 0.36rem;
    height: 0.36rem;
    top: 0.1rem;
    left: 0.16rem;
    background-repeat: no-repeat;
    background-size: 0.36rem 0.36rem;
}
.mapTip .tip-icon.school-icon{
    background-image: url(../../images/houses/map/map_school.png)
}
.mapTip.active .tip-icon.school-icon{
    background-image: url(../../images/houses/map/map_school_w.png)
}
.mapTip .tip-icon.hospital-icon{
    background-image: url(../../images/houses/map/map_hospital.png)
}
.mapTip.active .tip-icon.hospital-icon{
    background-image: url(../../images/houses/map/map_hospital_w.png)
}
.mapTip .tip-icon.metro-icon{
    background-image: url(../../images/houses/map/map_metro.png)
}
.mapTip.active .tip-icon.metro-icon{
    background-image: url(../../images/houses/map/map_metro_w.png)
}
.mapTip .tip-icon.bus-icon{
    background-image: url(../../images/houses/map/map_bus.png)
}
.mapTip.active .tip-icon.bus-icon{
    background-image: url(../../images/houses/map/map_bus_w.png)
}
.mapTip .tip-icon.mall-icon{
    background-image: url(../../images/houses/map/map_mall.png)
}
.mapTip.active .tip-icon.mall-icon{
    background-image: url(../../images/houses/map/map_mall_w.png)
}
.mapTip .tip-icon.bank-icon{
    background-image: url(../../images/houses/map/map_bank.png)
}
.mapTip.active .tip-icon.bank-icon{
    background-image: url(../../images/houses/map/map_bank_w.png)
}
.mapTip .tip-icon.restaurant-icon{
    background-image: url(../../images/houses/map/map_restaurant.png)
}
.mapTip.active .tip-icon.restaurant-icon{
    background-image: url(../../images/houses/map/map_restaurant_w.png)
}

.info-panel{
    background: #fff;
    position: fixed;
    bottom: -100%;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 0.08rem 0.32rem 0.4rem;
    box-sizing: border-box;
    transition: all ease 0.3s;
}
.info-panel .toll-icon{
    display: block;
    width: 0.94rem;
    height: 0.44rem;
    background-image: url(/images/houses/toll_icon@2x.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}
.info-panel .posit-tit{
    color: #333;
    font-weight: 700;
    font-size: 0.34rem;
    line-height: 0.48rem;
}
.info-panel .posit-cont{
    font-size: 0.28rem;
    color: #666;
    line-height: 0.4rem;
    margin-top: 0.08rem;
}

/* 租房房屋配置 */
ul.allocation-list {
    padding: 0.12rem 0.3rem;
}

ul.allocation-list li {
    float: left;
    width: 25%;
    max-width: 2.4rem;
    height: 0.72rem;
}

ul.allocation-list li i {
    position: relative;
    top: 0.1rem;
    display: inline-block;
    width: 0.48rem;
    height: 0.48rem;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.1rem;
}

ul.allocation-list li span {
    font-size: 0.28rem;
}

ul.allocation-list li.none span {
    color: #999;
    text-decoration: line-through;
}

li.elevator i {
    background-image: url('../../images/houses/zf_elevator.png');
}

li.elevator.none i {
    background-image: url('../../images/houses/zf_elevator_none.png');
}

li.wardrobe i {
    background-image: url('../../images/houses/zf_wardrobe.png');
}

li.wardrobe.none i {
    background-image: url('../../images/houses/zf_wardrobe_none.png');
}

li.washer i {
    background-image: url('../../images/houses/zf_washer.png');
}

li.washer.none i {
    background-image: url('../../images/houses/zf_washer_none.png');
}

li.network i {
    background-image: url('../../images/houses/zf_network.png');
}

li.network.none i {
    background-image: url('../../images/houses/zf_network_none.png');
}

li.television i {
    background-image: url('../../images/houses/zf_television.png');
}

li.television.none i {
    background-image: url('../../images/houses/zf_television_none.png');
}

li.bed i {
    background-image: url('../../images/houses/zf_bed.png');
}

li.bed.none i {
    background-image: url('../../images/houses/zf_bed_none.png');
}

li.air-con i {
    background-image: url('../../images/houses/zf_air_con.png');
}

li.air-con.none i {
    background-image: url('../../images/houses/zf_air_con_none.png');
}

li.fridge i {
    background-image: url('../../images/houses/zf_fridge.png');
}

li.fridge.none i {
    background-image: url('../../images/houses/zf_fridge_none.png');
}

li.heater i {
    background-image: url('../../images/houses/zf_heater.png');
}

li.heater.none i {
    background-image: url('../../images/houses/zf_heater_none.png');
}

li.heating i {
    background-image: url('../../images/houses/zf_heating.png');
}

li.heating.none i {
    background-image: url('../../images/houses/zf_heating_none.png');
}

li.desk i {
    background-image: url('../../images/houses/zf_desk.png');
}

li.desk.none i {
    background-image: url('../../images/houses/zf_desk_none.png');
}

li.sofa i {
    background-image: url('../../images/houses/zf_sofa.png');
}

li.sofa.none i {
    background-image: url('../../images/houses/zf_sofa_none.png');
}

li.gas i {
    background-image: url('../../images/houses/zf_gas.png');
}

li.gas.none i {
    background-image: url('../../images/houses/zf_gas_none.png');
}

/* 筛选下拉框 */
.data-box {
    position: relative;
    z-index: 30;
}
.dpdown-toggle.curr {
    color: #e03236!important;
}
.dpdown-toggle.active {
    color: #e03236!important;
}
.dpdown-toggle.active span:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom:0;
    left:50%;
    margin-left:-14px;
    display: inline-block;
    border-width: 0 7px 6px 7px;
    border-style: solid;
    border-color: transparent transparent #e4e4e4 transparent;
    z-index:2;
}
.dpdown-toggle.active span:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom:-1px;
    left:50%;
    margin-left:-14px;
    display: inline-block;
    border-width: 0 7px 6px 7px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    z-index:3;
}
.caret.curr:after {
    border-width: 0.08rem 0.08rem 0 0.08rem;
    border-color: #e03236 transparent transparent transparent;
}
.caret.active:after {
    border-width: 0 0.08rem 0.08rem 0.08rem;
    border-color: transparent transparent #e03236 transparent;
}

.caret:after {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    margin-top: 0.06rem;
    border-width: 0.08rem 0.08rem 0 0.08rem;
    border-style: solid;
    border-color: #C6C5C7 transparent transparent transparent;
    margin-left: 0.1rem;
    vertical-align: middle;
}

.sort-block .stor-icon{
    display: inline-block;
    width: 0.18rem;
    height: 0.2rem;
    margin-left: 0.1rem;
    margin-top: 0.02rem;
    background: url(../../images/sort.png) no-repeat center center ;
    background-size: contain;
    vertical-align: middle;
}
.sort-block.active .stor-icon, .sort-block.curr .stor-icon{
    background: url(../../images/sort_active.png) no-repeat center center ;
    background-size: contain;
}
.sort-block:before{
    position: absolute;
    content: "";
    display: inline-block;
    width:1px;
    height: 0.2rem;
    left:0;
    top:0.3rem;
    background: #D7D7D7;
}

/* filter */
.filter-content{position: absolute;top:0.88rem;width:100%;z-index:101;overflow: hidden;transition: all 0.3s;}
.filter-content .scroll{overflow: auto;-webkit-overflow-scrolling: touch;}
.filter-panel{display: none;position: relative;font-size:0.3rem;color: #515151;background:#fff;}
.filter-panel-left{position:absolute;width:21%;height:100%;left:0;box-sizing: border-box;background: #F4F4F4;}
.filter-panel-middle{position:absolute;width:42%;height:100%;left:21%;box-sizing: border-box;padding-left:0.3rem;}
.filter-panel-right{position:absolute;width:36%;height:100%;left:63%;box-sizing: border-box;padding-left:0.3rem;border-left:1px solid #E8E8E8;display:none;}
.filter-panel-single{box-sizing: border-box;padding-left:0.3rem;background: #fff;}
.filter-panel-single.scroll{height: 6.8rem;padding-bottom:1.12rem;}
.filter-panel-more{box-sizing: border-box;height:100%;padding-bottom:0.88rem;background: #fff;}

.filter-panel li{height: 0.88rem;line-height: 0.88rem;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.filter-panel li.on{background: #fff;color: #e03236;}
.filter-panel-left li{text-indent: 0.3rem;}
.filter-panel-single li{position: relative;overflow: hidden;}
.filter-panel-single li:after{content: "";position: absolute;display: block;left:0;top: 0;width: 100%;height: 1px;background: #e8e8e8;-webkit-transform: scaleY(0.5);transform: scaleY(0.5);}
.filter-panel-single li:first-child:after{background: transparent;}
/* 自定义价格 */
.filter-diy{position:absolute;bottom:0;box-sizing:border-box;width:100%;height:1.12rem;padding:0.3rem;font-size:0.28rem;line-height: 0.56rem;text-align:center;color: #C6C5C7;background: #FFFFFF;box-shadow: inset 0 0 0 1px #E8E8E8, inset 0 0 1px 0 #E8E8E8;}
.filter-input{font-size: 0.3rem;width:1.88rem;height:0.56rem;padding:0 0.2rem;border-radius:3px;background: #F0F2F5;text-align: center;}
.filter-diy .em{padding:0 0.08rem;}
.filter-btn{width:2.56rem;height: 0.56rem;line-height:0.58rem;margin-left:0.22rem;background: #e03236;border-radius: 3px;color: #fff;border:none;}
/* 多选 */
.filter-panel-single li .icon-check{float:right;width:0.28rem;height:0.28rem;margin-top:0.28rem;margin-right:0.34rem;border:1px solid #C6C5C7;border-radius: 1px;}
.filter-panel-single li.on .icon-check{border:1px solid #e03236;background: url("../../images/houses/checked.png") no-repeat center center;background-size: 70%;}
.filter-size-btn{width:6.9rem;height: 0.72rem;line-height:0.72rem;margin-top:-0.1rem;font-size:0.32rem;background: #e03236;border-radius: 3px;color: #fff;border:none;}

/* 更多选项 */
.filter-property{padding:0.3rem 0 0.2rem 0.3rem;position: relative;}
.filter-property:after{content:"";position: absolute;width:100%;height: 1px;bottom:0;left:0;background: #E8E8E8;transform: scaleY(0.5);}
.filter-property:last-child:after{display: none;}
.filter-dt{line-height: 0.40rem;font-size:0.32rem;color:#333;}
.filter-dd a{float:left;box-sizing:border-box;width:1.48rem;height:0.54rem;line-height:0.56rem;margin:0.3rem 0.28rem 0 0;text-align:center;background: #F0F0F0;border:1px solid #F0F0F0;border-radius: 2px;font-size:0.26rem;color: #515151;}
.filter-dd a.on{background: #fff;color: #e03236;border:1px solid #e03236;}
.filter-dd a.on:before{content:"";display: inline-block;width:0.16rem;height:0.12rem;margin-right:0.1rem;margin-top:-0.04rem;background: url("../../images/houses/checked.png") no-repeat center center;background-size: contain;vertical-align: middle;}
.filter-btn-box{width:100%;height: 0.88rem;line-height:0.88rem;font-size:0.32rem;background: #DF3031;color: #fff;border:none;position: absolute;bottom:0;}
.filter-prop-btn.reset{width: 40%;height:0.88rem;color: #515151;background: #FFFFFF; font-size:0.34rem;text-align: center;box-shadow: inset 0 0 2px #E8E8E8;}
.filter-prop-btn.confirm{width: 60%;height:0.88rem;color: #fff;background: #e03236;font-size:0.34rem;text-align: center;}

.mask {
    background-color: rgba(0,0,0,.5);
    width: 100%;
    height: 200%;
    position: fixed;
    top: auto;
    right: 0;
    bottom: -50%;
    left: 0;
    z-index: 20;
    display: none;
}

/* 搜索无数据 */
.none-record, .no-network {
    width: 100%;
    position: fixed;
    top: 0.88rem;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
}

.none-record img, .no-network img {
    width: 5.6rem;
    height: 4rem;
}

.none-record .none-title, .no-network .none-title {
    margin-top: 0.24rem;
    font-size: 0.34rem;
    color: #808080;
    text-align: center;
}

.none-record .none-tips, .no-network .none-tips {
    margin-top: 0.12rem;
    font-size: 0.28rem;
    color: #808080;
    text-align: center;
}

.none-record .none-btn, .no-network .none-btn {
    margin: 0.26rem auto 0;
    width: 3.46rem;
    font-size: 0.34rem;
    color: #e03236;
    line-height: 0.72rem;
    text-align: center;
    border: 1px solid #e03236;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.no-network .none-btn i {
    display: inline-block;
    width: 0.4rem;
    height: 0.42rem;
    position: relative;
    top: 0.08rem;
    background: url('../../images/refresh.png') no-repeat;
    background-size: contain;
    margin-right: 0.12rem;
}

/* 2017-12-21 yy */
.nothing-list{
    visibility: hidden;
}
.nothing-list .nothing-tip{
    font-size: 0.24rem;
    color: #999999;
    line-height: 0.44rem;
    margin: 0 0.3rem;
    padding: 0.4rem 0;
}
.nothing-list .nothing-notice{
    padding-top: 0.2rem;
    background-color: #fff;
}
.nothing-list .nothing-tip .nothing-icon{
    float: left;
    width: 0.44rem;
    height: 0.44rem;
    margin-right: 0.2rem;
    background: url("../../images/houses/nothing-icon.png") no-repeat;
    background-size: 0.44rem;
}
.nothing-list .nothing-notice strong{
    font-weight: 700;
    font-size: 0.34rem;
    display: block;
    line-height: 0.44rem;
    color: #515151;
    margin-left: 0.3rem;
    letter-spacing: 0.45px;
}

/* 页面提示信息样式 */
.prompt img {
    width: 0.56rem;
    height: 0.56rem;
    margin: 0 auto 0.2rem;
}

.prompt span {
    font-size: 0.28rem;
    color: #fff;
}
/* 列表 点击搜索框样式 */
.search-box {
    display: none;
}

.search-box .search {
    position: relative;
    background: #fff;
    padding: 0.14rem 0.2rem;
}

.search-box .search:after{
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e8e8e8;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.search .search-form {
    padding-right:0.9rem;
    -webkit-box-flex: 1;
}

.search .search-form .ser-txt {
    font-size: 0.28rem;
    width: 100%;
    height: 0.6rem;
    line-height: 0.4rem;
    padding: 0.1rem 0.3rem 0.1rem 0.75rem;
    color: #515151;
    background: #f2f2f2;
    box-sizing: border-box;
    border-radius: 0.6rem;
    background: url(../../images/index/home_nav_search.png) #eee no-repeat 0.26rem center;
    background-size: 0.28rem 0.26rem;
}

.search-box .search-cancel {
    font-size: 0.28rem;
    display: block;
    position: absolute;
    right: 0.3rem;
    top: 0.14rem;
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    color: #515151;
}

.search-box .search-result ul {
    background: #fff;
    padding: 0 0.3rem;
    overflow: hidden;
}

.search-box .search-result{
    position: absolute;
    left: 0;
    top: 0.88rem;
    bottom: 0;
    width: 100%;
    background-color: #fff;
}

.search-box .search-result ul.history-list{
    padding-top:0.2rem;
}

.search-result ul li {
    display: box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    flex-direction: row;
    position: relative;
    padding: 0.3rem 0;
    font-size: 0.3rem;
    /* padding-right: 0.3rem;*/
    overflow: hidden;
}

.search-result ul li.history {
    padding-right: 0.2rem;
    background: url(../../images/index/list_arrow.png) center right no-repeat;
    background-size: 0.14rem 0.28rem;
}

.search-result ul li:after{
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #E8E8E8;
    transform: scaleY(0.5);
}

.search-result ul li span.search-name{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.search-result ul li span.search-name em {
    font-size: 0.22rem;
    display: block;
    line-height: 0.32rem;
    color: #999;
}

.search-result ul li em.red {
    color: #e03236;
}
/* px单位是为了固定高度，方便js获取，避免取到小数 */
.search-result ul.history-list li {
    font-size: 0.24rem;
    position: static;
    float: left;
    max-width: 100%;
    line-height: 28px;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 0 10px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #F6F7F9;
    border-radius: 28px;
    box-sizing: border-box;
}

.search-result .clear-history{
    font-size: 0.26rem;
    color: #999999;
    line-height: 0.76rem;
    padding-left: 0.3rem;
    overflow: hidden;
}
.search-result .clear-history a{
    float: right;
    width: 0.76rem;
    height: 0.76rem;
    margin-right: 0.08rem;
    background: url(../../images/houses/clear-history.png) center no-repeat;
    background-size: 0.3rem 0.3rem;
}

.search-result .hot-icon{
    float: left;
    width: 0.24rem;
    height: 0.28rem;
    margin-top: 0.24rem;
    margin-right: 0.1rem;
    background: url(../../images/houses/search-hot.png) center no-repeat;
    background-size: 0.24rem 0.3rem;
}

.search-result p{
    font-size: 0.26rem;
    color: #999999;
    line-height: 0.76rem;
    padding: 0 0.3rem;
    overflow: hidden;
}
.search-result .resou-history{
    padding: 0 0.3rem;
    overflow: hidden;
}
/* px单位是为了固定高度，方便js获取，避免取到小数 */
.search-result .resou-history a{
    font-size: 0.24rem;
    float: left;
    max-width: 6.5rem;
    color: #333;
    line-height: 28px;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 0 10px;
    background: #F6F6F6;
    border-radius: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.search-result  ul li .history-tag{
    float: left;
    margin-right: 0.2rem;
}
.search-result  ul li .history-tag em{
    font-size: 0.2rem;
    float: left;
    height: 0.28rem;
    line-height: 0.28rem;
    margin-top: 0.08rem;
    color: #9C9FA1;
    background: #F0F1F1;
}
.search-result ul li span.tao {
    font-size: 0.26rem;
    line-height: 0.74rem;
    color: #999;
}
.search-result ul li.search-more{
    font-size: 0.24rem;
    display: block;
    padding: 0.7rem;
    text-align: center;
}
.search-result ul li.search-more a{
    color: #E03236;
}
.search-result p.history-more a,
.search-result p.resou-more a{
    display: block;
    height: 0.76rem;
    margin-bottom: 0.3rem;
    overflow: hidden;
}
.search-result p.history-more a i,
.search-result p.resou-more a i{
    display: block;
    width: 0.16rem;
    height: 0.28rem;
    margin: 0.1rem auto;
    background: url(../../images/ysl_sb/right.png) no-repeat center;
    background-size: contain;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);

}
.search-result .resou-history.toggle,
.search-result ul.history-list.toggle{
    height: auto !important;
}
.search-result p.history-more.toggle a i,
.search-result p.resou-more.toggle a i{
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

/* 已下架样式 */
.title-wrap.yxj .esf-title {
    color: #aaa;
    text-decoration: line-through;
}

.title-wrap.yxj .price {
    color: #aaa;
}

.button-block.yxj {
    color: #fff;
    background-color: #aaa;
    text-align: center;
    line-height: 0.52rem;
    font-size: 0.34rem;
    height: 0.96rem;
    justify-content: center;
}
.transaction-detail{
    font-size: 0.3rem;
    width: 100%;
    color: #515151;
}
.transaction-detail thead{
    color: #999;
}
.transaction-detail tr td{
    position: relative;
    line-height: 0.4rem;
    padding: 0.3rem 0 0.3rem 0.3rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.transaction-detail tr td:after{
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    transform: scaleY(0.5);
}
.transaction-detail tbody tr:last-child td:after{
    display: none;
}

.scroll-top{
    display: none;
    position: fixed;
    right: 0.3rem;
    bottom: 1.4rem;
    z-index: 10;
    width: 0.64rem;
    height: 0.64rem;
    background: url(../../images/houses/top.png) center no-repeat;
    background-size: 0.64rem 0.64rem;
}

/* 2017-12-21 yy */
.button-block.foot-share{
    height: 1.2rem;
    box-shadow: 0 -2px 3px 0 rgba(137,137,137,0.10);
}
.button-block.foot-share .esf-operation{
    height: 100%;
    padding: 0.24rem 0;

    border-top: none;
}
.button-block.foot-share .esf-operation button{
    font-size: 0.2rem;
    color: #999999;
}
.button-block.foot-share .foot-share-avatar{
    position: relative;
    float: left;
    width: 48%;
    padding: 0.24rem 0 0.24rem 0.2rem;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.button-block.foot-share .foot-share-avatar:before{
    top: 0.24rem;
    bottom: 0.24rem;
    height: auto;
}
.button-block.foot-share .avatar-img{
    float: left;
    width: 0.72rem;
    height: 0.72rem;
    margin-right: 0.14rem;
    overflow: hidden;
    border-radius: 0.72rem;
}
.button-block.foot-share .foot-share-text{
    font-size: 0.32rem;
    float: left;
    height: 0.36rem;
    line-height: 0.4rem;
    color: #515151;
}
.button-block.foot-share .contact-agent{
    width: 36%;
    line-height: 1.2rem;
    text-align: center;
}

/* 我要卖房/管理房源入口 */
.fang-rukou{
    display: block;
    padding: 0.3rem;
    overflow: hidden;
    background-color: #fff;
}
.fang-rukou li{
    font-size: 0.3rem;
    float: left;
    width: 50%;
    color: #515151;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.fang-rukou li a{
    display: block;
    padding: 0.3rem;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
}
.fang-rukou li i{
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 auto 0.2rem;
}
.fang-rukou li i.rukou1{
    background: url("../../images/houses/house-rukou-1.png") center no-repeat;
    background-size: 0.5rem;
}
.fang-rukou li i.rukou2{
    background: url("../../images/houses/house-rukou-2.png") center no-repeat;
    background-size: 0.5rem;
}

/* 举报 */
.actual-artical{
    margin: 0.2rem 0 0;
    padding: 0.3rem;
    background-color: #fff;
}
.actual-artical p{
    font-size: 0.26rem;
}
.actual-artical p.ft10{
    font-size: 0.2rem;
    margin-top: 0.04rem;
    color: #9B9B9B;
}
.actual-artical p.ft10 span{
    margin-left: 0.2rem;
}
.actual-artical .actual-btn{
    font-size: 0.3rem;
    position: relative;
    display: block;
    width: 2rem;
    height: 0.68rem;
    line-height: 0.68rem;
    margin-top: 0.3rem;
    border-radius: 0.68rem;
    text-align: center;
    color: #E03236;
}
.actual-artical .actual-btn:after{
    position: absolute;
    left:-50%;
    top: -50%;
    content: '';
    display: block;
    width: 200%;
    height: 200%;
    border-radius: 0.68rem;
    border: 1px solid #E03236;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* app下载 */
.app-fixed{
    position: relative;
    z-index: 0 !important;
    margin: 0 -0.3rem;
    padding: 0.2rem 0.3rem;
}
.app-fixed .app-upload{
    padding: 0;
    box-shadow: none;
}
.app-fixed .app-upload .upload-right{
    float: right;
    margin-top: 0.28rem;
}
.app-fixed .app-upload .upload-closed{
    display: none;
}

/* 去掉图片未加载出来时浏览器文字白色边框 */
.swiper-container img[src=""],
.swiper-container img:not([src]){
    opacity: 0;
}

.toApp-btn{
    position: relative;
    width:6.9rem;
    height:0.8rem;
    margin: 0.3rem auto;
    background: #E03236;
    border-radius: 0.4rem;
    font-size: 0.28rem;
    line-height: 0.8rem;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}
.toApp-btn.border:after{
    position: absolute;
    left:0;
    bottom: -0.3rem;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #E8E8E8;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);}
/* 2018-07-04 */
.strategy-box{
    padding-bottom: 0.3rem;
}
.strategy-btn{
    font-size: 0.3rem;
    display: block;
    height: 0.88rem;
    line-height: 0.88rem;
    margin: 0 0.3rem;
    color: #7A90B6;
    text-align: center;
    border-radius: 0.04rem;
    background: rgba(122,144,182,0.08);}
.videoPlay{
    position: absolute;
    width: 1.32rem;
    height:1.32rem;
    left:50%;
    top:50%;
    margin-left:-0.66rem;
    margin-top:-0.66rem;
    background: url("../../images/houses/video_play.png") no-repeat center center;
    background-size: contain;
}
.vrPlay{
    position: absolute;
    width: 1.32rem;
    height:1.32rem;
    left:50%;
    top:50%;
    margin-left:-0.66rem;
    margin-top:-0.66rem;
    background: url("../../images/houses/vr_play.png") no-repeat center center;
    background-size: contain;
}
.hpPlay{
    position: absolute;
    width: 1.32rem;
    height:1.32rem;
    left:50%;
    top:50%;
    margin-left:-0.66rem;
    margin-top:-0.66rem;
    background: url("../../images/houses/hp_play.png") no-repeat center center;
    background-size: contain;
}

.newPlay{
    position: absolute;
    width: 1.14rem;
    height:1.14rem;
    left:50%;
    top:50%;
    margin-left:-0.57rem;
    margin-top:-0.57rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    box-sizing: border-box;
}
.newPlay.newVideoPlay{
    background-image: url("../../images/houses/video_play.png");
}
.newPlay.newVrPlay{
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 50%;
    border: 1px solid #fff;
    background-image: url("../../images/houses/icon_vr_new1.png");
}
.newPlay.newHpPlay{
    background-image: url("../../images/houses/icon_hp_new.png");
}

/* 航拍 */
.aerialVR{
    height:.76rem;
    line-height: .76rem;
    padding:0 0.24rem;
    background: rgba(245,73,73,0.08);
    font-size: .28rem;
    color: #F54949;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bdb{
    position: relative;
}
.bdb:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #E6E6E6;
    transform: scaleY(0.5);
}
.aerialVR .airport{
    float:left;
    width: .4rem;
    height: .76rem;
    margin-right:.16rem;
    background: url("../../images/houses/hpvr.png") no-repeat center center;
    background-size: contain;
}
.aerialVR a{
    font-size: .28rem;
    color: #F54949;
}
.arrow{
    float:right;
    width: .16rem;
    height: .76rem;
    background: url("../../images/houses/hp_arrow.png") no-repeat center center;
    background-size: contain;
}
/*.aerialVR */
.arrow-esf-detail{
    float: right;
    width: 0.36rem;
    height: 0.36rem;
    background: url('../../images/houses/arrow_more.png') no-repeat;
    background-size: contain;
}
/* 收藏成功弹框 */
.collect-dialog-content{
    padding-top:1.48rem !important;
}
.collect-dialog-content b{
    padding-left:0.68rem;
    height:0.48rem;
    font-size:0.48rem;
    line-height:0.48rem;
    color:#333;
    background: url("../../images/houses/succ.png") no-repeat left center;
    background-size: contain;
}
.collect-dialog-content p{
    font-size: 0.26rem;
    color: #666666;
    line-height: 0.36rem;
    margin-top:0.3rem;
}
.collect-dialog-content .btn{
    display: block;
    width:4.3rem;
    height:0.88rem;
    line-height:0.88rem;
    text-align: center;
    color: #ffffff;
    font-size:0.3rem;
    margin:0.9rem auto 0;
    background: #E03236;
    border-radius: 0.44rem;
}
.collect-dialog-content .close{
    position: absolute;
    right:0.3rem;
    top:0.3rem;
    width: 0.32rem;
    height:0.32rem;
    background: url("../../images/houses/dialog-close.png") no-repeat center center;
    background-size: contain;
    text-indent: -9999px;
}

/* yy 2018-11-08 */
.agent-info-list{

}
.agent-info-list li{
    position: relative;
    margin-left: 0.3rem;
    padding: 0.4rem 0;
    overflow: hidden;
}
.agent-info-list li:after{
    position: absolute;
    left:0;
    bottom: 0;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #E8E8E8;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.agent-info-list li:last-child:after{
    background: transparent;
}
.agent-info-list .agent-info-cont{
    float: left;
    width: 4.8rem;
}
.agent-info-list .agent-info-cont p{
    font-size: 0.22rem;
    margin-top: -0.04rem;
    padding-bottom: 0.1rem;
    color: #9F9F9F;
}
.agent-info-list .agent-info-cont .card-icon,
.agent-recommend .card-icon,
.showing-list .card-icon{
    width: 0.4rem;
    height: 0.28rem;
    display: inline-block;
    background: url(../../images/houses/card_icon.png) no-repeat;
    background-size: 0.4rem 0.28rem;
    position: relative;
    top: 0.04rem;
    margin-left: 0.02rem;
}
.showing-list .card-icon{
    margin-left:10px;
}
.agent-info-list .agent-info-cont .ag-tags,
.agent-recommend .ag-tags{
    display: flex;
    flex-wrap: wrap;
}
.agent-recommend .ag-tags{
    max-width: 2.4rem;
}
.agent-info-list .agent-info-cont .ag-tags .tag-li,
.agent-recommend .ag-tags .tag-li{
    background: rgba(80,100,163,.09);
    border-radius: 8px;
    font-size: 0.18rem;
    color: #5064A2;
    display: inline-block;
    padding: 0.04rem 0.06rem;
    margin: 0.1rem 0.08rem 0;
    float: none;
    width: auto;
    height: auto;
}
.agent-info-list .agent-info-cont strong{
    font-weight: 700;
    font-size: 0.32rem;
    color: #4A4A4A;
}
.agent-info-list .agent-info-cont em{
    font-size: 0.26rem;
    color: #9F9F9F;
}
.agent-info-list .agent-info-cont .agent-start{
    position: relative;
    top: 0.02rem;
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
    margin-left: 0.12rem;
    margin-right: 0.08rem;
    background: url("../../images/houses/agent-start.png") no-repeat;
    background-size: 0.24rem 0.22rem;
}
.agent-info-list .agent-info-img{
    float: left;
    width: 0.76rem;
    height: 0.76rem;
    margin-right: 0.16rem;;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.agent-info-list .agent-info-btn a{
    float: left;
    width: 0.76rem;
    height: 0.76rem;
    margin-right: 0.3rem;
}
.agent-info-list .agent-im-btn{
    background: url("../../images/houses/agent-im.png") no-repeat;
    background-size: 0.76rem;
}
.agent-info-list .agent-tel-btn{
    background: url("../../images/houses/agent-tel.png") no-repeat;
    background-size: 0.76rem;
}

/* 房源列表广告样式 */
.house-list .housing-recommend{

}
.house-list .housing-recommend p{
    margin-bottom: 0.1rem;
    text-align: center;
}
.house-list .housing-recommend p.recommend-tit{
    font-size: 0;
    position: relative;
    height: 0.34rem;
    line-height: 0.34rem;
    margin: 0 0.6rem 0.1rem;
    letter-spacing: 2px;
}
.house-list .housing-recommend p.recommend-tit span{
    font-size: 0.24rem;
    position: relative;
    z-index: 10;
    display: inline-block;
    color: #F54949;
    padding: 0 0.2rem;
    background-color: #fff;
}
.house-list .housing-recommend p.recommend-tit:after{
    position: absolute;
    left:0;
    top: 50%;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #2F343A;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.house-list .housing-recommend p strong{
    font-weight: 700;
    font-size: 0.3rem;
    display: block;
    color: #2F343A;
    line-height: 0.42rem;
    margin-bottom: 0.2rem;
}
.house-list .housing-recommend p .recommend-btn{
    font-size: 0.24rem;
    position: relative;
    display: block;
    width: 1.6rem;
    line-height: 0.48rem;
    margin: 0 auto;
    color: #A0A3A7;
    text-align: center;
}
.house-list .housing-recommend p .recommend-btn:after{
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    width: 200%;
    height: 200%;
    border: 1px solid #979797;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transform-origin: 0% 0%;
    border-radius: 0.64rem;
}

.disclaimerBox{
    padding:0;
}
.disclaimerBox .inner{
    padding:0.4rem 0.3rem;
    background: #F8F8F8;
}
.disclaimerBox .tit{
    font-size: 0.24rem;
    font-weight: bold;
    color: #333333;
    line-height:0.3rem;
}
.disclaimerBox .cont{
    margin-top:0.16rem;
    font-size:0.2rem;
    color: #C2C2C2;
    line-height: 0.28rem;
}
.txt-blue{
    color: #3D5688 !important;
}
/*经纪人带看反馈 -- star*/
.takelook{
    height: auto;
    width: 100%;
    padding: 0 0 .32rem .32rem;
    box-sizing: border-box;
    margin-top: 0.2rem;
    background-color: #fff;
}
.takelook .takelook-head{
    height: .45rem;
    line-height: .45rem;
    width: 100%;
    padding: .32rem .32rem 0 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .44rem;
}
.takelook .takelook-title{
    font-size: 0.32rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
}
.takelook .takelook-more{
    display:flex;
    align-items: center;
    font-size: 0.3rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
}
.takelook-info{
    height: .8rem;
    width: 100%;
    padding-right: .32rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.takelook-info .takelook-info-img{
    height: 100%;
    width: auto;
    display: flex;
    align-items: center;
}
.takelook-info .takelook-info-img .takelook-info-avatar{
    height: .8rem;
    width: .8rem;
    margin-right: .24rem;
    border-radius: 50%;
}
.takelook-info .takelook-info-txt{
    font-size: 0.24rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 0.33rem;
    line-height: .33rem;
}
.takelook-info .takelook-info-txt div{
    display: flex;
    align-items: center;
    line-height: .45rem;
}
.takelook-info .takelook-info-txt div strong{
    font-size: 0.32rem;
    font-weight: 500;
    color: #000000;
}
.takelook-info .takelook-info-txt div span{
    font-size: 0.24rem;
    font-weight: 500;
    color: #F58E17;
    margin: 0 .15rem 0 .16rem;
}
.takelook .takelook-info-txt div img{
    display: inline-block;
    height: .24rem;
    width: .36rem;
}
.takelook .takelook-info-icon{
    width: 2rem;
    height: auto;
    display: flex;
}
.takelook .takelook-info-icon img{
    height: .76rem;
    width: .76rem;
}
.takelook .takelook-info-icon img:last-child{
    margin-left: .48rem;
}
.takelook .takelook-info-desc{
    width: 100%;
    height: auto;
    font-size: 0.3rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    padding: .4rem .32rem .32rem 0;
    box-sizing: border-box;
    line-height: 0.45rem;
    position: relative;
}
.takelook .takelook-info-desc p{
    width: 100%;
}
.takelook .takelook-info-desc p::after{
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    width: 6.86rem;
    height: 1px;
    background: rgba(238, 238, 238, 1);
    transform: scaleY(0.5);
}
.takelook .takelook-cnt{
    height: auto;
    width: 100%;
    position: relative;
}
.takelook .takelook-cnt::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 6.86rem;
    height: 1px;
    background: #E6E6E6;
    transform: scaleY(0.5);
}
.takelook .takelook-cnt:last-child::before{
    width: 0;
}
.takelook .takelook-cnt-head{
    height: auto;
    width: 100%;
    padding: .32rem .32rem .32rem 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.takelook-cnt .clear{
    margin: .32rem 0;
    padding-right: .32rem;
    box-sizing: border-box;
}

.takelook .takelook-cnt:last-child::after{
    width: 0;
}
.takelook .takelook-cnt ul{
    height: auto;
    min-width: 100%;
    overflow-x: scroll;
    display: flex;
    position: relative;
}

.takelook .takelook-cnt ul::-webkit-scrollbar {
    display: none;
}
.takelook .takelook-cnt ul li{
    height: auto;
    width: 3.32rem;
    margin-right: .2rem;
    margin-bottom: .32rem;
}
.takelook .takelook-cnt ul li .item-img{
    width: 3.33rem;
    height: 2.2rem;
    border-radius: 0.08rem;
    overflow: hidden;
}
.takelook .takelook-cnt ul li .item-tlt{
    font-size: 0.32rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    display: flex;
    align-items: center;
    margin: .12rem 0 .11rem 0;
}
.takelook .takelook-cnt ul li .item-tagimg{
    display: inline-block;
    width: 1rem;
    height: 0.3rem;
    border-radius: 0.02rem;
    margin-right: .1rem;
}
.takelook .takelook-cnt ul li .item-tag{
    display: inline-block;
    width: auto;
    height: 0.3rem;
    padding: 0 .1rem;
    line-height: .3rem;
    background: #F5F7FA;
    border-radius: 0.02rem;
    font-size: 0.2rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #3D5688;
    white-space: nowrap;
    margin-right: .1rem;
}
.takelook ul .item-price{
    width: 100%;
    height: .4rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    color: #E03236;
    line-height: 0.4rem;
}
.takelook ul .item-price .item-price-num{
    font-size: 0.28rem;
    font-weight: 600;
    line-height: .3rem;
}
.takelook ul .item-price .item-price-desc{
    font-size: 0.2rem;
    font-weight: 500;
    line-height: .3rem;
}
.takelook ul .item-price .item-price-unit{
    font-size: 0.2rem;
    font-weight: 500;
    line-height: .3rem;
}
.takelook ul .item-price .item-price-pin{
    font-size: .2rem;
    color: #81868C;
    margin-left: .1rem;
    font-weight: 400;
}
.popular{
    width: 100%;
    padding-top: .32rem;
    display: flex;
    justify-content: center;
    background-color: #fff;
}
.popular-more{
    width: 3.8rem;
    height: 0.7rem;
    background: #E03236;
    border-radius: 0.04rem;
    text-align: center;
}
.popular-more a{
    font-size: 0.26rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: .7rem;
    text-align: center;
}
.noscroll,
.noscroll body {
    overflow: hidden;
}
.noscroll body {
    position: relative;
}
.ellipsis{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
section {
    font-size: 0.12rem;
    margin-top: 0;
}

.txtHd1{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.txtHd2{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.fx{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row !important;
}
/* 房源列表 */
header{
    background: #F7F7F7;
    z-index:103;
}
header .search-ipt {
    font-size: 0.28rem;
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    padding-left: 0.72rem;
    background: #fff;
    outline: none;
    border-radius: 0.3rem;
    box-shadow: 0 0 1px #E8E8E8;
}

header .search-ipt::-webkit-input-placeholder{
    color:#C6C5C7;
}

header .search-ico {
    position: absolute;
    left: 0.3rem;
    top: 0.17rem;
    width: 0.28rem;
    height: 0.26rem;
    background: url(../../images/index/home_nav_search.png) no-repeat center center;
    background-size: 100% 100%;
}
header .keyword-target{
    height:0.6rem;
    background: #fff;
    outline: none;
    border-radius: 0.3rem;
    box-shadow: 0 0 1px #E8E8E8;
}
header .search-keyword {
    position: absolute;
    left: 0.08rem;
    top: 0.06rem;
    height: 0.48rem;
    line-height: 0.48rem;
    background: #F4F4F4;
    border-radius: 0.52rem;
    font-size: 0.28rem;
    color: #333;
}
header .search-keyword em{
    float: left;
    max-width: 4.6rem;
    height: 0.48rem;
    line-height: 0.48rem;
    padding: 0 0.12rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
header .search-keyword i{
    display: inline-block;
    width: 0.14rem;
    height: 0.14rem;
    padding: 0.18rem 0.06rem;
    margin-right: 0.08rem;
    background: url(../../images/index/tag_delete.png) no-repeat center center;
    background-size:0.14rem 0.14rem;
}

/* 详情头部 */
header.head-detail{
    position: fixed;
    top:0;
}
header.transparent{
    background: none;
    height: 0.88rem;
    padding:0.14rem 0;
}
header.border:after{
    content: "";
    position: absolute;
    width: 100%;
    height:1px;
    bottom:0;
    left:0;
    background: #E8E8E8;
}
header.head-detail .title {
    opacity: 0;
}
header .title{
    width: -webkit-calc(100% - 1.78rem);
    width: calc(100% - 1.78rem);
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
header.transparent .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    line-height: 0.88rem;
    padding: 0 0.88rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #f7f7f7;
    opacity: 0;
    z-index: -1;

}
header.head-detail .back{
    margin-left:0.2rem;
    background: url("../../images/houses/detail-back.png") no-repeat center center;
    background-size:100% 100%;
}
header .head-share{
    display: block;
    position: absolute;
    width: 0.64rem;
    height: 0.64rem;
    top: 0.14rem;
    right: 0.2rem;
    background: url("../../images/houses/detail-share2.png") no-repeat center center;
    background-size:100% 100%;
}
header.head-detail .head-share{
    background: url("../../images/houses/detail-share.png") no-repeat center center;
    background-size:100% 100%;
}
/* 排序框样式 */
.sort-content {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #fff;
    text-align: center;
    z-index: 11000;
}

.sort-content li {
    position: relative;
    font-size: 0.32rem;
    height: 0.88rem;
    line-height: 0.88rem;
}
.sort-content li:after{
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    transform: scaleY(0.5);
}

.sort-content li.curr {
    color: #e03236;
}

.sort-content li:last-child {
    border-bottom: none;
}

.housing-detail li > a {
    display: block;
}

.housing-detail li > a:visited {
    color: #b2b8c2;
}
.fastFilter{
    position: fixed;
    width: 100%;
    height: 1.16rem;
    /*height:0.64rem;*/
    padding:0.26rem 0.3rem;
    top:1.76rem;
    left:0;
    background: #fff;
    z-index:22;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
}
.fastFilter::after{
    content:"";
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height:1px;
    background: #EEEEEE;
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
}
.fastFilter .fast-cont{
    font-size: 0;
    white-space: nowrap;
}
.fastFilter .fast-cont .fast-cont-flex{
    display: inline-flex;
    align-items: center;
}
.fastFilter .fast-cont img.fast-cont-icon{
    display: inline-block;
    height: .34rem;
    width: .34rem;
    margin-right: .12rem;
    vertical-align: middle;
}
.fastFilter.none{
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}
.fastFilter .item{
    display: inline-block;
    vertical-align: middle;
    /*width:1.56rem;*/
    height: 0.6rem;
    line-height:0.6rem;
    border: 1px solid #DDDDDD;
    background: #ffffff;
    border-radius: 0.6rem;
    font-size: 0.24rem;
    color: #4A4A4A;
    text-align: center;
    margin-left:0.22rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
}
.fastFilter .item:first-child{
    margin-left:0;
}
.fastFilter .item.on{
    border: 1px solid #E03236;
    border-radius: 0.69rem;
    color: #E03236;
}
.wrapper-box{
    position: relative;
    z-index: 20;
    margin-top: 1.76rem;
}

.wrapper-box.hasFast{
    margin-top:2.92rem;
}
.house-list .search-tip{
    font-size: 0.26rem;
    height: auto;
    min-height: auto;
    padding-bottom: 0;
    color: #333;
}
.house-list .search-tip:after{
    background-color: transparent;
}
.house-list .search-tip .red{
    color: #E03236;
}
.house-list .list-tags{
    height: auto;
    padding: 0 0.2rem 0.16rem;
    background: #F5F5F5;
}
.list-tags .tag-tit{
    font-size: 0;
    position: relative;
    z-index: 1;
    display: block;
    width: 2.84rem;
    margin: 0.2rem auto;
    text-align: center;
}
.list-tags .tag-tit:after{
    content:"";
    position: absolute;
    bottom:50%;
    left:0;
    z-index: -1;
    width:100%;
    height:1px;
    background: #D8D8D8;
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
}
.list-tags .tag-tit strong{
    font-size: 0.24rem;
    display: inline-block;
    width: 1rem;
    color: #333;
    background: #F5F5F5;
}
.list-tags .tag-name{
    float:left;
    width:1.56rem;
    height: 0.5rem;
    line-height:0.5rem;
    background: #ffffff;
    border-radius: 0.6rem;
    font-size: 0.22rem;
    color: #333;
    text-align: center;
    margin: 0 0.1rem 0.24rem;
}
.list-tags .tag-name:last-child{
    margin-right:0;
}
.list-tags .tag-name.on{
    border: 1px solid #E03236;
    border-radius: 0.69rem;
    color: #E03236;
}


.house-list li.search-txt-box{
    min-height: auto;
    padding: 0.32rem 0.32rem 0.44rem;
}

.house-list li.search-txt-box + li{
    padding-top: 0;
}

.house-list li.search-txt-box:after{
    background-color: transparent;
}

.house-list .search-txt{
    padding: 0.26rem 0.2rem;
    background: url("../../images/market/zhidaojia/arrow-right.png") #fff calc(100% - 0.2rem) center no-repeat;
    background-size: 0.24rem;
    box-shadow: 0 0.06rem 0.3rem 0 rgba(96, 97, 140, 0.08);
    border-radius: 0.08rem;
}

.house-list .search-txt strong{
    font-size: 0.32rem;
    font-weight: 600;
    display: block;
    color: #000;
    line-height: 0.45rem;
    margin-bottom: 0.16rem;
}

.house-list .search-txt p{
    font-size: 0.24rem;
    color: #999;
    line-height: 0.33rem;
}

/* 房源详情 */
.photo-wrap {
    position: relative;
}

.photo-wrap ul {
    width: 100%;
}

.photo-wrap .photo-no {
    position: absolute;
    right: 0.3rem;
    bottom: 0.3rem;
    width: 0.8rem;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.24rem;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 0.4rem;
    z-index: 1100;
}

.title-wrap {
    padding: 0.3rem 0.3rem 0.16rem 0.3rem;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
}

.title-wrap .esf-title {
    font-size: 0.34rem;
    margin-right: 0.9rem;
    font-weight: bold;
}

.title-wrap .collect-wrap {
    width: 0.84rem;
    padding-bottom: 0.3rem;
}

.collect-wrap .vertical-line {
    border-left: 1px solid #d6d6d6;
    height: 0.6rem;
    margin-top: 0.06rem;
    margin-right: 0.28rem;
}

.collect-wrap img {
    width: 0.32rem;
    height: 0.32rem;
    margin: 0 auto 0.12rem;
}

.collect-wrap span {
    font-size: 0.24rem;
    color: #4a4a4a;
}

.title-wrap .price {
    color: #e03236;
    margin-bottom: 0.1rem;
}

.price .number {
    font-size: 0.62rem;
}

.price .rent-unit {
    font-size: 0.28rem;
    margin-left: 0.12rem;
}

.tags-wrap span {
    display:inline-block;
    font-size: 0.22rem;
    padding: 0 0.08rem;
    margin-right: 0.12rem;
    height:0.3rem;
    line-height: 0.32rem;
    margin-bottom: 0.12rem;
    border-radius: 0.04rem;
}

.tags-wrap span:nth-child(5n+1){
    background: #feefef;
    color: #e03236;
}
.tags-wrap span:nth-child(5n+2){
    background: #fdf7ee;
    color: #F6A623;
}
.tags-wrap span:nth-child(5n+3){
    background: #eff9ff;
    color: #38ADFF;
}
.tags-wrap span:nth-child(5n+4){
    background: rgba(126,211,33,0.05);
    color:#7ED321;
}
.tags-wrap span:nth-child(5n){
    background: rgba(254,116,96,0.05);
    color:#F5A623;
}
.tags-wrap span.block-xf{
    font-size: 0.24rem;
    width: 1.2rem;
    height: 0.4rem;
    line-height: 0.4rem;
    margin-right: 0.2rem;
    text-align: center;
    color: #7A90B6;
    letter-spacing: -0.28px;
    background: rgba(122, 144, 182, 0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.tags-wrap span.block-xf:last-child{
    margin-right: 0;
}

/* 智能点评 */
.comments{
    position: relative;
    margin-top: 0.14rem;
    overflow: hidden;
}
.comments:after{
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #E8E8E8;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.comments p strong{
    font-weight: 700;
    font-size: 0.36rem;
    display: block;
    margin-bottom: 0.24rem;
    color: #4A4A4A;
}
.comments .intelligence-tags {
    padding-bottom: 0.04rem;
    overflow: hidden;
}

.comments .intelligence-tags span{
    font-size: 0.24rem;
    float: left;
    height: 0.4rem;
    line-height: 0.4rem;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    padding: 0 0.1rem;
    text-align: center;
    color: #7A90B6;
    letter-spacing: -0.28px;
    background: rgba(122, 144, 182, 0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.comments .comments-list{
    display: block;
    margin-bottom: 0.4rem;
}
.comments .comments-list li{
    font-size: 0.3rem;
    line-height: 0.42rem;
    color: #666666;
    margin-left: 0.48rem;
    margin-bottom: 0.12rem;
    list-style-type: disc;
}
.fangyuan-info-detail,
.agent-evaluate,
.position-environ,
.property-info,
.showing-record,
.transaction-record,
.recommend,
.housing-allocation {
    background: #fff;
    margin-top: 0.2rem;
}

.fangyuan-info-detail .area-price{
    position: relative;
}

.fangyuan-info-detail .area-price ul {
    margin: 0 -0.3rem;
    padding: 0.4rem 0;
    overflow: hidden;
}

.area-price ul li {
    float: left;
    width: 33.3333333%;
    text-align: center;
    border-right: 1px solid #e7e7e7;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.area-price ul li:last-child {
    border-right: none;
}

.area-price ul li .title {
    font-size: 0.3rem;
    color: #999;
}

.area-price ul li .content {
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 0.56rem;
    color: #e03236;
}
.area-price ul li .content .num{
    font-size: 0.4rem;
}

.wlsb-artical{
    position: relative;
    padding: 0.4rem 0;
}
.wlsb-artical i.wlsb-icon{
    float: right;
    width: 0.74rem;
    height: 0.8rem;
    background: url("../../images/wlsb-icon.png") no-repeat;
    background-size: 0.74rem 0.8rem;
}
.wlsb-artical p{
    font-size: 0.24rem;
    color: #999999;
    line-height: 0.26rem;
}
.wlsb-artical p strong{
    display: block;
    font-size: 0.34rem;
    line-height: 0.48rem;
    margin-bottom: 0.04rem;
    color: #333333;
}
.wlsb-artical p a{
    margin-left: 0.2rem;
    color: #E03236;
}

.fangyuan-info-detail ul.floor-orientation {
    padding: 0.16rem 0.3rem;
}

ul.floor-orientation li {
    font-size: 0.28rem;
    height: 0.6rem;
    line-height: 0.6rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

ul.floor-orientation li .title {
    color: #999;
}

.fangyuan-info-detail.zf{
    background: #fff;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    margin-top: 10px;
}
.fangyuan-info-detail.zf .area-price{
    padding: 0.24rem 0 0.2rem;
    border-bottom: 1px solid #e7e7e7;
}
.fangyuan-info-detail.zf .area-price li {
    float: left;
    width: 33.33%;
    text-align: center;
    border-right: 1px solid #e7e7e7;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.fangyuan-info-detail.zf .area-price li .title {
    font-size: 0.28rem;
    color: #808080;
}
.fangyuan-info-detail.zf .area-price li .content {
    font-size: 0.32rem;
    font-weight: bold;
}

.agent-evaluate .agent-evaluate-title,
.position-environ .position-environ-title,
.property-info .property-info-title,
.showing-record .showing-record-title,
.transaction-record .transaction-title,
.recommend .recommend-title,.xq-guide .recommend-title,
.housing-allocation .housing-allocation-title {
    position: relative;
    padding: 0.24rem 0.3rem;
    overflow: hidden;
}
.agent-evaluate .agent-evaluate-title:after,
.position-environ .position-environ-title:after,
.property-info .property-info-title:after,
.showing-record .showing-record-title:after,
.transaction-record .transaction-title:after,
.recommend .recommend-title:after,
.housing-allocation .housing-allocation-title:after{
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    transform: scaleY(0.5)
}

.agent-evaluate .agent-evaluate-title .title,
.position-environ .position-environ-title .title,
.property-info .property-info-title .title,
.showing-record .showing-record-title .title,
.transaction-record .transaction-title .title,
.recommend .recommend-title .title,.xq-guide .recommend-title .title,
.housing-allocation .housing-allocation-title .title {
    font-size: 0.3rem;
    line-height: 0.48rem;
    font-weight: bold;
}

.agent-evaluate .agent-evaluate-title .more i,
.position-environ .position-environ-title .more i,
.property-info .property-info-title .more i,
.showing-record .showing-record-title .more i,
.transaction-record .transaction-title .more i,
.xq-guide .recommend-title .more i,
.recommend .recommend-title .more i {
    display: block;
    width: 0.36rem;
    height: 0.36rem;
    background: url('../../images/houses/arrow_more.png') no-repeat;
    background-size: cover;
}

.agent-evaluate .evaluate-info {
    padding: 0.3rem;
}

.evaluate-info .agent-info .avatar,
ul.showing-list li .avatar {
    float: left;
    width: 1.1rem;
    height: 1.1rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.evaluate-info .agent-info .avatar img,
ul.showing-list li img {
    width: 100%;
}

.evaluate-info .agent-info .info,
ul.showing-list li .info {
    float: left;
    margin-left: 0.16rem;
    line-height: 0.3rem;
}

.evaluate-info .agent-info .info p,
ul.showing-list li .info p {
    font-size: 0.24rem;
    color: #808080;
    margin-bottom: 0.1rem;
    white-space: nowrap;
}

.evaluate-info .agent-info .info p.name,
ul.showing-list li .info p.name {
    color: #515151;
    font-size: 0.3rem;
}

.evaluate-info .agent-info .info .score,
ul.showing-list li .info .score {
    font-size: 0.2rem;
    color: #fff;
    padding: 0 1px;
    background: #f5a623;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    float: none;
}

.evaluate-info .evaluate-content {
    font-size: 0.28rem;
    margin-top: 0.3rem;
}

.position-environ {
    border-bottom: none;
}

.position-environ .position-info {
    padding: 0.3rem;
}

.position-info .info-detail {
    width: 100%;
    margin-bottom: 0.16rem;
    display: flex;
    /*display: box;*/
    /*display: -moz-box;*/
    /*display: -webkit-box;*/
    /*flex-direction: column;*/
}
.evaluate-content{
    font-size: 0.32rem;
    position: relative;
    color: #333;
    line-height: 0.52rem;
    margin-bottom: 0.32rem;
    padding-bottom: 0.32rem;
    word-break: break-all;
    padding: 0.2rem 0.3rem 0.3rem;
}
.evaluate-content strong{display:block;font-size: 0.32rem;color: #999;margin-bottom: 0.16rem;}
.evaluate-content p{font-size: 0.32rem;
    position: relative;
    color: #333;
    line-height: 0.52rem;
    margin-bottom: 0.32rem;
    padding-bottom: 0.32rem;
    word-break: break-all;
}
.evaluate-content p:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
}
.evaluate-content p:after{
    content: "";
    position: absolute;
    display: block;
    bottom: .32rem;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    transform: scaleY(0.5)
}
.evaluate-content p:last-child:after{
    display: none;
}


.position-info .info-detail .title {
    font-size: 0.28rem;
    color: #999;
}

.position-info .info-detail .content {
    display: block;
    font-size: 0.28rem;
    color: #333;
    -webkit-flex: 1;
    flex: 1;
    width: 6rem;
}

.position-info .info-detail:last-child {
    margin-bottom: 0;
}
.position-info .info-detail .content{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.position-info .info-detail .content span{
    margin-bottom: 0.24rem;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    width: 5.9rem;
}
.position-info .info-detail .content em{
    color: #999;
    margin-left: 0.1rem;
}

#position-map {
    width: 100%;
    height: 3.4rem;
}

.property-info ul.property-info-list {
    padding: 0.16rem 0.3rem;
    overflow: hidden;
}

ul.property-info-list li {
    display: inline-block;
    font-size: 0.3rem;
    float: left;
    width: 50%;
    height: 0.36rem;
    line-height: 0.36rem;
    margin: 0.16rem 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
ul.property-info-list li.w100{
    width: 100%;
}

ul.property-info-list li .title {
    color: #999;
}

ul.property-info-list li .title em{
    margin: 0.15rem;
}

ul.property-info-list li .title .letter-justify {
    display: inline-block;
    width: 5.8rem;
    height: 0.6rem;
    text-align: justify;
    overflow: hidden;
    vertical-align: top;
}

ul.property-info-list li .title .letter-justify i {
    display: inline-block;
    width: 100%;
    height: 0;
}

ul.property-info-list li .content {

}

.showing-record .showing-record-title .trend {
    font-size: 0.28rem;
    color: #4a4a4a;
    margin-left: 0.16rem;
}

.showing-record .showing-record-title .trend em.red {
    color: #e03236;
}

ul.showing-list{
    overflow: hidden;
}

ul.showing-list li {
    font-size: 0.3rem;
    position: relative;
    padding: 0.3rem 0.3rem 0.2rem;
    line-height: 1rem;
    color: #515151;
    overflow: hidden;
}
.showing-record ul.showing-list li{
    padding: 0 0.3rem;
}
ul.showing-list.srollerWrap li{
    padding: 0.3rem;
    line-height: 0.4rem;
}

ul.showing-list.srollerWrap li span{
    float: none;
    display: inline-block;
    width: auto;
    line-height: 0.32rem;
}

ul.showing-list.srollerWrap li .info p{
    margin-bottom: 0;
    margin-top:2px;
}

ul.showing-list li:after{
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0.3rem;
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    transform: scaleY(0.5)
}
ul.showing-list li:last-child:after{
    display: none;
}
ul.showing-list li.dk-head{
    font-size: 0.28rem;
    line-height: 0.72rem;
    color: #999;
}
ul.showing-list li.dk-head:after{
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    transform: scaleY(0.5)
}

ul.showing-list li span:first-child{
    width: 40%;
}

ul.showing-list li span{
    float: left;
    width: 30%;
}
ul.showing-list li span.dk-Leave{
    color: #999;
}

ul.showing-list li .operation, ul.agent-evaluate-list li .operation {
    /*margin-top: 0.2rem;*/
}

ul.showing-list li .operation img, ul.agent-evaluate-list li .operation img {
    width: 0.64rem;
    height: 0.64rem;
    margin-bottom: 0.1rem;
}

ul.showing-list li .operation p, ul.agent-evaluate-list li .operation p {
    font-size: 0.24rem;
    color: #4a4a4a;
    text-align: center;
    line-height:0.32rem;
}

ul.showing-list li span a{
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    background: url(../../images/list-icon.png) no-repeat;
    background-position: 0.04rem -2.65rem;
    background-size: 0.5rem 4rem;
    position: relative;
    top:0.2rem;
}
ul.showing-list li span .card-link{
    width: 0.4rem;
    height: 0.28rem;
    background: none;
    position: static;
    top:0;
}

ul.transaction-detail li {
    font-size: 1.5rem;
    color: #aaa;
    padding: 0.3rem;
    border-bottom: 1px solid #e7e7e7;
    display: box;
    display: -moz-box;
    display: -webkit-box;
}

ul.transaction-detail li:last-child {
    border-bottom: none;
}

ul.transaction-detail li .building-name {
    display: block;
    color: #000;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

ul.transaction-detail li span {
    margin-left: 0.2rem;
}

.recommend {
    border-bottom: none;
}

.button-block {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.96rem;
}
.esf-operation {
    box-sizing: border-box;
    width: 15%;
    height: 0.96rem;
    padding: 0.12rem 0;
    border-top: 1px solid #e7e7e7;
    background: #fff;
    position:relative;
}
.esf-operation button {
    float: left;
    width: 100%;
    font-size: 0.2rem;
    color: #4a4a4a;
    text-align: center;
    background: #fff;
    border: none;
}
.esf-operation .collect i {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    margin: 0 auto 0.04rem;
    background: url('../../images/houses/fangyuan_col_default.png') no-repeat;
    background-size: contain;
}
.esf-operation .collected i{
    background: url('../../images/houses/fangyuan_col_sel.png') no-repeat;
    background-size: contain
}
.esf-operation:after{
    content:"";
    position: absolute;
    left:0;
    top:0;
    width:1px;
    height:100%;
    background: #e7e7e7;
    transform: scaleX(0.5);
}
.esf-operation .yuyue-fang i {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    margin: 0 auto 0.04rem;
    background: url('../../images/houses/yuekan.png') no-repeat;
    background-size: contain;
}

.red-btn1{
    height: 0.8rem;
    width: 100%;
    text-align: center;
    background: #FFEBE9;
    border-radius: 0.08rem;
    font-size: 0.32rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #E03236;
    line-height: .8rem;
    margin-top: .32rem;
}

/*.imAgentChat-btn{*/
/*    width: 1.44rem;*/
/*    height: 0.9rem;*/
/*    line-height: 0.9rem;*/
/*    font-size: 0.28rem;*/
/*    margin-left: 0.1rem;*/
/*    text-align: center;*/
/*    border-radius: 3px;*/
/*}*/

.contact-agent {
    width: 35%;
    height: 100%;
    font-size: 0.3rem;
    color: #fff;
    background: #e03236;
    border: none;
}

.contact-agent i {
    display: inline-block;
    position: relative;
    top: 0.08rem;
    width: 0.4rem;
    height: 0.4rem;
    background: url('../../images/houses/button_phone.png') no-repeat;
    background-size: contain;
    margin-right: 0.06rem;
}

/* 查看大图 */
#show-photo .swiper-wrapper,
.show-photo .swiper-wrapper {
    margin-top: 25%;
    margin-bottom: 1rem;
}

#show-photo .photo-no,
.show-photo .photo-no {
    color: #fff;
    font-size: 0.3rem;
    text-align: center;
}

#show-photo .current-num, #show-photo em,
.show-photo .current-num, .show-photo em {
    font-size: 0.48rem;
}

/* 经纪人房评详情 */
.evaluate-detail{
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #e7e7e7;
    z-index: 11000;
    overflow:hidden;
    font-size:0.3rem;
    max-height:60%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.evaluate-detail .evaluate-content {
    background: #fff;
    padding: 0.3rem 0.24rem;
}

.evaluate-detail .evaluate-content p {
    max-height: 4rem;
    overflow: auto;
    font-size: 0.26rem;
}

.evaluate-detail .close-evaluate-detail{
    margin-top: 0.16rem;
    background: #fff;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    font-size: 0.34rem;
    position: fixed;
    width:100%;
    bottom:0;
    border-top:1px solid #dddddd;
}

/* 经纪人房评 */
ul.agent-evaluate-list li {
    padding: 0.3rem;
    background: #fff;
    margin-bottom: 0.22rem;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

/* 联系经纪人 */
.contact-agent-content .contact-agent-title {
    font-size: 0.26rem;
    color: #808080;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
}

#around-map {
    width: 100%;
    position: absolute;
    /*top: 0.88rem;*/
    /*bottom: 1rem;*/
    top: 1.76rem;
    bottom: 0;
    left: 0;
}

ul.around-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1rem;
    background: #fff;
    z-index: 10;
}

ul.around-icon li {
    float: left;
    width: 14.28571%;
    padding: 0.08rem 0;
    font-size: 0.2rem;
    text-align: center;
}

ul.around-icon li i {
    display: block;
    width: 0.52rem;
    height: 0.52rem;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}

.school-icon i {
    background-image: url('../../images/houses/map_school_defaut.png');
}

.school-icon.curr i {
    background-image: url('../../images/houses/map_school.png');
}

.school-icon.curr span {
    color: #f5a623;
}

.hospital-icon i {
    background-image: url('../../images/houses/map_hospital_default.png');
}

.hospital-icon.curr i {
    background-image: url('../../images/houses/map_hospital.png');
}

.hospital-icon.curr span {
    color: #ff7267;
}

.metro-icon i {
    background-image: url('../../images/houses/map_metro_default.png');
}

.metro-icon.curr i {
    background-image: url('../../images/houses/map_metro.png');
}

.metro-icon.curr span {
    color: #2ad1db;
}

.bus-icon i {
    background-image: url('../../images/houses/map_bus_default.png');
}

.bus-icon.curr i {
    background-image: url('../../images/houses/map_bus.png');
}

.bus-icon.curr span {
    color: #7cc25f;
}

.mall-icon i {
    background-image: url('../../images/houses/map_mall_default.png');
}

.mall-icon.curr i {
    background-image: url('../../images/houses/map_mall.png');
}

.mall-icon.curr span {
    color: #8687e9;
}

.bank-icon i {
    background-image: url('../../images/houses/map_bank_default.png');
}

.bank-icon.curr i {
    background-image: url('../../images/houses/map_bank.png');
}

.bank-icon.curr span {
    color: #e9b765;
}

.restaurant-icon i {
    background-image: url('../../images/houses/map_restaurant_default.png');
}

.restaurant-icon.curr i {
    background-image: url('../../images/houses/map_restaurant.png');
}

.restaurant-icon.curr span {
    color: #f4987e;
}

/*周边配套新样式*/

.n-posit-tab{
    position: absolute;
    top: 0.88rem;
    left: 0;
    display: block;
    width: 100%;
    height: 0.88rem;
    background: #fff;
    z-index: 10;
}
.n-posit-tab>ul{
    font-size: 0;
}
.n-posit-tab>ul>li{
    display: inline-block;
    font-size: 0.28rem;
    color: #333;
    padding: 0.24rem 0;
    line-height: 0.4rem;
    width: 14.28571%;
    text-align: center;
    font-weight: 700;
}
.n-posit-tab>ul>li.curr{
    color: #E03236;
    position: relative;
}
.n-posit-tab>ul>li.curr::after{
    content: '';
    width: 0.32rem;
    height: 0.06rem;
    border-radius: 3px;
    background: #E03236;
    position: absolute;
    left: 50%;
    bottom: 0.14rem;
    transform: translateX(-50%);
}
.mapTip{
    position: absolute;
    font-size: 0.28rem;
    color: rgb(51, 51, 51);
    padding: 0.14rem 0.2rem 0.14rem 0.56rem;
    text-align: justify;
    line-height: 1;
    white-space: nowrap;
    box-sizing: border-box;
    border-radius: 2px;
    box-shadow: 0px 2px 10px 0px #4A4A4A;
    background-color: rgb(255, 255, 255);
    z-index: 30;
}
.mapTip.active{
    color: #fff;
    background: #E03236;
}
.mapTip .tri-icon{
    width: 8px;
    height: 8px;
    background-color: #fff;
    box-shadow: 10px 12px 10px 0px #4A4A4A;
    position: absolute;
    transform: rotate(45deg);
}
.mapTip.active .tri-icon{
    background-color: #E03236;
}
.mapTip .tip-icon{
    position: absolute;
    width: 0.36rem;
    height: 0.36rem;
    top: 0.1rem;
    left: 0.16rem;
    background-repeat: no-repeat;
    background-size: 0.36rem 0.36rem;
}
.mapTip .tip-icon.school-icon{
    background-image: url(../../images/houses/map/map_school.png)
}
.mapTip.active .tip-icon.school-icon{
    background-image: url(../../images/houses/map/map_school_w.png)
}
.mapTip .tip-icon.hospital-icon{
    background-image: url(../../images/houses/map/map_hospital.png)
}
.mapTip.active .tip-icon.hospital-icon{
    background-image: url(../../images/houses/map/map_hospital_w.png)
}
.mapTip .tip-icon.metro-icon{
    background-image: url(../../images/houses/map/map_metro.png)
}
.mapTip.active .tip-icon.metro-icon{
    background-image: url(../../images/houses/map/map_metro_w.png)
}
.mapTip .tip-icon.bus-icon{
    background-image: url(../../images/houses/map/map_bus.png)
}
.mapTip.active .tip-icon.bus-icon{
    background-image: url(../../images/houses/map/map_bus_w.png)
}
.mapTip .tip-icon.mall-icon{
    background-image: url(../../images/houses/map/map_mall.png)
}
.mapTip.active .tip-icon.mall-icon{
    background-image: url(../../images/houses/map/map_mall_w.png)
}
.mapTip .tip-icon.bank-icon{
    background-image: url(../../images/houses/map/map_bank.png)
}
.mapTip.active .tip-icon.bank-icon{
    background-image: url(../../images/houses/map/map_bank_w.png)
}
.mapTip .tip-icon.restaurant-icon{
    background-image: url(../../images/houses/map/map_restaurant.png)
}
.mapTip.active .tip-icon.restaurant-icon{
    background-image: url(../../images/houses/map/map_restaurant_w.png)
}

.info-panel{
    background: #fff;
    position: fixed;
    bottom: -100%;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 0.08rem 0.32rem 0.4rem;
    box-sizing: border-box;
    transition: all ease 0.3s;
}
.info-panel .toll-icon{
    display: block;
    width: 0.94rem;
    height: 0.44rem;
    background-image: url(/images/houses/toll_icon@2x.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}
.info-panel .posit-tit{
    color: #333;
    font-weight: 700;
    font-size: 0.34rem;
    line-height: 0.48rem;
}
.info-panel .posit-cont{
    font-size: 0.28rem;
    color: #666;
    line-height: 0.4rem;
    margin-top: 0.08rem;
}

/* 租房房屋配置 */
ul.allocation-list {
    padding: 0.12rem 0.3rem;
}

ul.allocation-list li {
    float: left;
    width: 25%;
    max-width: 2.4rem;
    height: 0.72rem;
}

ul.allocation-list li i {
    position: relative;
    top: 0.1rem;
    display: inline-block;
    width: 0.48rem;
    height: 0.48rem;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.1rem;
}

ul.allocation-list li span {
    font-size: 0.28rem;
}

ul.allocation-list li.none span {
    color: #999;
    text-decoration: line-through;
}

li.elevator i {
    background-image: url('../../images/houses/zf_elevator.png');
}

li.elevator.none i {
    background-image: url('../../images/houses/zf_elevator_none.png');
}

li.wardrobe i {
    background-image: url('../../images/houses/zf_wardrobe.png');
}

li.wardrobe.none i {
    background-image: url('../../images/houses/zf_wardrobe_none.png');
}

li.washer i {
    background-image: url('../../images/houses/zf_washer.png');
}

li.washer.none i {
    background-image: url('../../images/houses/zf_washer_none.png');
}

li.network i {
    background-image: url('../../images/houses/zf_network.png');
}

li.network.none i {
    background-image: url('../../images/houses/zf_network_none.png');
}

li.television i {
    background-image: url('../../images/houses/zf_television.png');
}

li.television.none i {
    background-image: url('../../images/houses/zf_television_none.png');
}

li.bed i {
    background-image: url('../../images/houses/zf_bed.png');
}

li.bed.none i {
    background-image: url('../../images/houses/zf_bed_none.png');
}

li.air-con i {
    background-image: url('../../images/houses/zf_air_con.png');
}

li.air-con.none i {
    background-image: url('../../images/houses/zf_air_con_none.png');
}

li.fridge i {
    background-image: url('../../images/houses/zf_fridge.png');
}

li.fridge.none i {
    background-image: url('../../images/houses/zf_fridge_none.png');
}

li.heater i {
    background-image: url('../../images/houses/zf_heater.png');
}

li.heater.none i {
    background-image: url('../../images/houses/zf_heater_none.png');
}

li.heating i {
    background-image: url('../../images/houses/zf_heating.png');
}

li.heating.none i {
    background-image: url('../../images/houses/zf_heating_none.png');
}

li.desk i {
    background-image: url('../../images/houses/zf_desk.png');
}

li.desk.none i {
    background-image: url('../../images/houses/zf_desk_none.png');
}

li.sofa i {
    background-image: url('../../images/houses/zf_sofa.png');
}

li.sofa.none i {
    background-image: url('../../images/houses/zf_sofa_none.png');
}

li.gas i {
    background-image: url('../../images/houses/zf_gas.png');
}

li.gas.none i {
    background-image: url('../../images/houses/zf_gas_none.png');
}

/* 筛选下拉框 */
.data-box {
    position: relative;
    z-index: 30;
}
.dpdown-toggle.curr {
    color: #e03236!important;
}
.dpdown-toggle.active {
    color: #e03236!important;
}
.dpdown-toggle.active span:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom:0;
    left:50%;
    margin-left:-14px;
    display: inline-block;
    border-width: 0 7px 6px 7px;
    border-style: solid;
    border-color: transparent transparent #e4e4e4 transparent;
    z-index:2;
}
.dpdown-toggle.active span:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom:-1px;
    left:50%;
    margin-left:-14px;
    display: inline-block;
    border-width: 0 7px 6px 7px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    z-index:3;
}
.caret.curr:after {
    border-width: 0.08rem 0.08rem 0 0.08rem;
    border-color: #e03236 transparent transparent transparent;
}
.caret.active:after {
    border-width: 0 0.08rem 0.08rem 0.08rem;
    border-color: transparent transparent #e03236 transparent;
}

.caret:after {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    margin-top: 0.06rem;
    border-width: 0.08rem 0.08rem 0 0.08rem;
    border-style: solid;
    border-color: #C6C5C7 transparent transparent transparent;
    margin-left: 0.1rem;
    vertical-align: middle;
}

.sort-block .stor-icon{
    display: inline-block;
    width: 0.18rem;
    height: 0.2rem;
    margin-left: 0.1rem;
    margin-top: 0.02rem;
    background: url(../../images/sort.png) no-repeat center center ;
    background-size: contain;
    vertical-align: middle;
}
.sort-block.active .stor-icon, .sort-block.curr .stor-icon{
    background: url(../../images/sort_active.png) no-repeat center center ;
    background-size: contain;
}
.sort-block:before{
    position: absolute;
    content: "";
    display: inline-block;
    width:1px;
    height: 0.2rem;
    left:0;
    top:0.3rem;
    background: #D7D7D7;
}

/* filter */
.filter-content{position: absolute;top:0.88rem;width:100%;z-index:101;overflow: hidden;transition: all 0.3s;}
.filter-content .scroll{overflow: auto;-webkit-overflow-scrolling: touch;}
.filter-panel{display: none;position: relative;font-size:0.3rem;color: #515151;background:#fff;}
.filter-panel-left{position:absolute;width:21%;height:100%;left:0;box-sizing: border-box;background: #F4F4F4;}
.filter-panel-middle{position:absolute;width:42%;height:100%;left:21%;box-sizing: border-box;padding-left:0.3rem;}
.filter-panel-right{position:absolute;width:36%;height:100%;left:63%;box-sizing: border-box;padding-left:0.3rem;border-left:1px solid #E8E8E8;display:none;}
.filter-panel-single{box-sizing: border-box;padding-left:0.3rem;background: #fff;}
.filter-panel-single.scroll{height: 6.8rem;padding-bottom:1.12rem;}
.filter-panel-more{box-sizing: border-box;height:100%;padding-bottom:0.88rem;background: #fff;}

.filter-panel li{height: 0.88rem;line-height: 0.88rem;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.filter-panel li.on{background: #fff;color: #e03236;}
.filter-panel-left li{text-indent: 0.3rem;}
.filter-panel-single li{position: relative;overflow: hidden;}
.filter-panel-single li:after{content: "";position: absolute;display: block;left:0;top: 0;width: 100%;height: 1px;background: #e8e8e8;-webkit-transform: scaleY(0.5);transform: scaleY(0.5);}
.filter-panel-single li:first-child:after{background: transparent;}
/* 自定义价格 */
.filter-diy{position:absolute;bottom:0;box-sizing:border-box;width:100%;height:1.12rem;padding:0.3rem;font-size:0.28rem;line-height: 0.56rem;text-align:center;color: #C6C5C7;background: #FFFFFF;box-shadow: inset 0 0 0 1px #E8E8E8, inset 0 0 1px 0 #E8E8E8;}
.filter-input{font-size: 0.3rem;width:1.88rem;height:0.56rem;padding:0 0.2rem;border-radius:3px;background: #F0F2F5;text-align: center;}
.filter-diy .em{padding:0 0.08rem;}
.filter-btn{width:2.56rem;height: 0.56rem;line-height:0.58rem;margin-left:0.22rem;background: #e03236;border-radius: 3px;color: #fff;border:none;}
/* 多选 */
.filter-panel-single li .icon-check{float:right;width:0.28rem;height:0.28rem;margin-top:0.28rem;margin-right:0.34rem;border:1px solid #C6C5C7;border-radius: 1px;}
.filter-panel-single li.on .icon-check{border:1px solid #e03236;background: url("../../images/houses/checked.png") no-repeat center center;background-size: 70%;}
.filter-size-btn{width:6.9rem;height: 0.72rem;line-height:0.72rem;margin-top:-0.1rem;font-size:0.32rem;background: #e03236;border-radius: 3px;color: #fff;border:none;}

/* 更多选项 */
.filter-property{padding:0.3rem 0 0.2rem 0.3rem;position: relative;}
.filter-property:after{content:"";position: absolute;width:100%;height: 1px;bottom:0;left:0;background: #E8E8E8;transform: scaleY(0.5);}
.filter-property:last-child:after{display: none;}
.filter-dt{line-height: 0.40rem;font-size:0.32rem;color:#333;}
.filter-dd a{float:left;box-sizing:border-box;width:1.48rem;height:0.54rem;line-height:0.56rem;margin:0.3rem 0.28rem 0 0;text-align:center;background: #F0F0F0;border:1px solid #F0F0F0;border-radius: 2px;font-size:0.26rem;color: #515151;}
.filter-dd a.on{background: #fff;color: #e03236;border:1px solid #e03236;}
.filter-dd a.on:before{content:"";display: inline-block;width:0.16rem;height:0.12rem;margin-right:0.1rem;margin-top:-0.04rem;background: url("../../images/houses/checked.png") no-repeat center center;background-size: contain;vertical-align: middle;}
.filter-btn-box{width:100%;height: 0.88rem;line-height:0.88rem;font-size:0.32rem;background: #DF3031;color: #fff;border:none;position: absolute;bottom:0;}
.filter-prop-btn.reset{width: 40%;height:0.88rem;color: #515151;background: #FFFFFF; font-size:0.34rem;text-align: center;box-shadow: inset 0 0 2px #E8E8E8;}
.filter-prop-btn.confirm{width: 60%;height:0.88rem;color: #fff;background: #e03236;font-size:0.34rem;text-align: center;}

.mask {
    background-color: rgba(0,0,0,.5);
    width: 100%;
    height: 200%;
    position: fixed;
    top: auto;
    right: 0;
    bottom: -50%;
    left: 0;
    z-index: 20;
    display: none;
}

/* 搜索无数据 */
.none-record, .no-network {
    width: 100%;
    position: fixed;
    top: 0.88rem;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
}

.none-record img, .no-network img {
    width: 5.6rem;
    height: 4rem;
}

.none-record .none-title, .no-network .none-title {
    margin-top: 0.24rem;
    font-size: 0.34rem;
    color: #808080;
    text-align: center;
}

.none-record .none-tips, .no-network .none-tips {
    margin-top: 0.12rem;
    font-size: 0.28rem;
    color: #808080;
    text-align: center;
}

.none-record .none-btn, .no-network .none-btn {
    margin: 0.26rem auto 0;
    width: 3.46rem;
    font-size: 0.34rem;
    color: #e03236;
    line-height: 0.72rem;
    text-align: center;
    border: 1px solid #e03236;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.no-network .none-btn i {
    display: inline-block;
    width: 0.4rem;
    height: 0.42rem;
    position: relative;
    top: 0.08rem;
    background: url('../../images/refresh.png') no-repeat;
    background-size: contain;
    margin-right: 0.12rem;
}

/* 2017-12-21 yy */
.nothing-list{
    visibility: hidden;
}
.nothing-list .nothing-tip{
    font-size: 0.24rem;
    color: #999999;
    line-height: 0.44rem;
    margin: 0 0.3rem;
    padding: 0.4rem 0;
}
.nothing-list .nothing-notice{
    padding-top: 0.2rem;
    background-color: #fff;
}
.nothing-list .nothing-tip .nothing-icon{
    float: left;
    width: 0.44rem;
    height: 0.44rem;
    margin-right: 0.2rem;
    background: url("../../images/houses/nothing-icon.png") no-repeat;
    background-size: 0.44rem;
}
.nothing-list .nothing-notice strong{
    font-weight: 700;
    font-size: 0.34rem;
    display: block;
    line-height: 0.44rem;
    color: #515151;
    margin-left: 0.3rem;
    letter-spacing: 0.45px;
}

/* 页面提示信息样式 */
.prompt img {
    width: 0.56rem;
    height: 0.56rem;
    margin: 0 auto 0.2rem;
}

.prompt span {
    font-size: 0.28rem;
    color: #fff;
}
/* 列表 点击搜索框样式 */
.search-box {
    display: none;
}

.search-box .search {
    position: relative;
    background: #fff;
    padding: 0.14rem 0.2rem;
}

.search-box .search:after{
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e8e8e8;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.search .search-form {
    padding-right:0.9rem;
    -webkit-box-flex: 1;
}

.search .search-form .ser-txt {
    font-size: 0.28rem;
    width: 100%;
    height: 0.6rem;
    line-height: 0.4rem;
    padding: 0.1rem 0.3rem 0.1rem 0.75rem;
    color: #515151;
    background: #f2f2f2;
    box-sizing: border-box;
    border-radius: 0.6rem;
    background: url(../../images/index/home_nav_search.png) #eee no-repeat 0.26rem center;
    background-size: 0.28rem 0.26rem;
}

.search-box .search-cancel {
    font-size: 0.28rem;
    display: block;
    position: absolute;
    right: 0.3rem;
    top: 0.14rem;
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    color: #515151;
}

.search-box .search-result ul {
    background: #fff;
    padding: 0 0.3rem;
    overflow: hidden;
}

.search-box .search-result{
    position: absolute;
    left: 0;
    top: 0.88rem;
    bottom: 0;
    width: 100%;
    background-color: #fff;
}

.search-box .search-result ul.history-list{

}

.search-result ul li {
    display: box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    flex-direction: row;
    position: relative;
    padding: 0.3rem 0;
    font-size: 0.3rem;
    /* padding-right: 0.3rem;*/
    overflow: hidden;
}

.search-result ul li.history {
    padding-right: 0.2rem;
    background: url(../../images/index/list_arrow.png) center right no-repeat;
    background-size: 0.14rem 0.28rem;
}

.search-result ul li:after{
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #E8E8E8;
    transform: scaleY(0.5);
}

.search-result ul li span.search-name{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.search-result ul li span.search-name em {
    font-size: 0.22rem;
    display: block;
    line-height: 0.32rem;
    color: #999;
}

.search-result ul li em.red {
    color: #e03236;
}
/* px单位是为了固定高度，方便js获取，避免取到小数 */
.search-result ul.history-list li {
    font-size: 0.24rem;
    position: static;
    float: left;
    max-width: 100%;
    line-height: 28px;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 0 10px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #F6F7F9;
    border-radius: 28px;
    box-sizing: border-box;
}

.search-result .clear-history{
    font-size: 0.26rem;
    color: #999999;
    line-height: 0.76rem;
    padding-left: 0.3rem;
    overflow: hidden;
}
.search-result .clear-history a{
    float: right;
    width: 0.76rem;
    height: 0.76rem;
    margin-right: 0.08rem;
    background: url(../../images/houses/clear-history.png) center no-repeat;
    background-size: 0.3rem 0.3rem;
}

.search-result .hot-icon{
    float: left;
    width: 0.24rem;
    height: 0.28rem;
    margin-top: 0.24rem;
    margin-right: 0.1rem;
    background: url(../../images/houses/search-hot.png) center no-repeat;
    background-size: 0.24rem 0.3rem;
}

.search-result p{
    font-size: 0.26rem;
    color: #999999;
    line-height: 0.76rem;
    padding: 0 0.3rem;
    overflow: hidden;
}
.search-result .resou-history{
    padding: 0 0.3rem;
    overflow: hidden;
}
/* px单位是为了固定高度，方便js获取，避免取到小数 */
.search-result .resou-history a{
    font-size: 0.24rem;
    float: left;
    max-width: 6.5rem;
    color: #333;
    line-height: 28px;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 0 10px;
    background: #F6F6F6;
    border-radius: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.search-result  ul li .history-tag{
    float: left;
    margin-right: 0.2rem;
}
.search-result  ul li .history-tag em{
    font-size: 0.2rem;
    float: left;
    height: 0.28rem;
    line-height: 0.28rem;
    margin-top: 0.08rem;
    color: #9C9FA1;
    background: #F0F1F1;
}
.search-result ul li span.tao {
    font-size: 0.26rem;
    line-height: 0.74rem;
    color: #999;
}
.search-result ul li.search-more{
    font-size: 0.24rem;
    display: block;
    padding: 0.7rem;
    text-align: center;
}
.search-result ul li.search-more a{
    color: #E03236;
}
.search-result p.history-more a,
.search-result p.resou-more a{
    display: block;
    height: 0.76rem;
    margin-bottom: 0.3rem;
    overflow: hidden;
}
.search-result p.history-more a i,
.search-result p.resou-more a i{
    display: block;
    width: 0.16rem;
    height: 0.28rem;
    margin: 0.1rem auto;
    background: url(../../images/ysl_sb/right.png) no-repeat center;
    background-size: contain;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);

}
.search-result .resou-history.toggle,
.search-result ul.history-list.toggle{
    height: auto !important;
}
.search-result p.history-more.toggle a i,
.search-result p.resou-more.toggle a i{
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

/* 已下架样式 */
.title-wrap.yxj .esf-title {
    color: #aaa;
    text-decoration: line-through;
}

.title-wrap.yxj .price {
    color: #aaa;
}

.button-block.yxj {
    color: #fff;
    background-color: #aaa;
    text-align: center;
    line-height: 0.52rem;
    font-size: 0.34rem;
    height: 0.96rem;
    justify-content: center;
}
.transaction-detail{
    font-size: 0.3rem;
    width: 100%;
    color: #515151;
}
.transaction-detail thead{
    color: #999;
}
.transaction-detail tr td{
    position: relative;
    line-height: 0.4rem;
    padding: 0.3rem 0 0.3rem 0.3rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.transaction-detail tr td:after{
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    transform: scaleY(0.5);
}
.transaction-detail tbody tr:last-child td:after{
    display: none;
}

.scroll-top{
    display: none;
    position: fixed;
    right: 0.3rem;
    bottom: 1.4rem;
    z-index: 10;
    width: 0.64rem;
    height: 0.64rem;
    background: url(../../images/houses/top.png) center no-repeat;
    background-size: 0.64rem 0.64rem;
}

/* 2017-12-21 yy */
.button-block.foot-share{
    height: 1.2rem;
    box-shadow: 0 -2px 3px 0 rgba(137,137,137,0.10);
}
.button-block.foot-share .esf-operation{
    height: 100%;
    padding: 0.24rem 0;

    border-top: none;
}
.button-block.foot-share .esf-operation button{
    font-size: 0.2rem;
    color: #999999;
}
.button-block.foot-share .foot-share-avatar{
    position: relative;
    float: left;
    width: 48%;
    padding: 0.24rem 0 0.24rem 0.2rem;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.button-block.foot-share .foot-share-avatar:before{
    top: 0.24rem;
    bottom: 0.24rem;
    height: auto;
}
.button-block.foot-share .avatar-img{
    float: left;
    width: 0.72rem;
    height: 0.72rem;
    margin-right: 0.14rem;
    overflow: hidden;
    border-radius: 0.72rem;
}
.button-block.foot-share .foot-share-text{
    font-size: 0.32rem;
    float: left;
    height: 0.36rem;
    line-height: 0.4rem;
    color: #515151;
}
.button-block.foot-share .contact-agent{
    width: 36%;
    line-height: 1.2rem;
    text-align: center;
}

/* 我要卖房/管理房源入口 */
.fang-rukou{
    display: block;
    padding: 0.3rem;
    overflow: hidden;
    background-color: #fff;
}
.fang-rukou li{
    font-size: 0.3rem;
    float: left;
    width: 50%;
    color: #515151;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.fang-rukou li a{
    display: block;
    padding: 0.3rem;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
}
.fang-rukou li i{
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 auto 0.2rem;
}
.fang-rukou li i.rukou1{
    background: url("../../images/houses/house-rukou-1.png") center no-repeat;
    background-size: 0.5rem;
}
.fang-rukou li i.rukou2{
    background: url("../../images/houses/house-rukou-2.png") center no-repeat;
    background-size: 0.5rem;
}

/* 举报 */
.actual-artical{
    margin: 0.2rem 0 0;
    padding: 0.3rem;
    background-color: #fff;
}
.actual-artical p{
    font-size: 0.26rem;
}
.actual-artical p.ft10{
    font-size: 0.2rem;
    margin-top: 0.04rem;
    color: #9B9B9B;
}
.actual-artical p.ft10 span{
    margin-left: 0.2rem;
}
.actual-artical .actual-btn{
    font-size: 0.3rem;
    position: relative;
    display: block;
    width: 2rem;
    height: 0.68rem;
    line-height: 0.68rem;
    margin-top: 0.3rem;
    border-radius: 0.68rem;
    text-align: center;
    color: #E03236;
}
.actual-artical .actual-btn:after{
    position: absolute;
    left:-50%;
    top: -50%;
    content: '';
    display: block;
    width: 200%;
    height: 200%;
    border-radius: 0.68rem;
    border: 1px solid #E03236;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* app下载 */
.app-fixed{
    position: relative;
    z-index: 0 !important;
    margin: 0 -0.3rem;
    padding: 0.2rem 0.3rem;
}
.app-fixed .app-upload{
    padding: 0;
    box-shadow: none;
}
.app-fixed .app-upload .upload-right{
    float: right;
    margin-top: 0.28rem;
}
.app-fixed .app-upload .upload-closed{
    display: none;
}

/* 去掉图片未加载出来时浏览器文字白色边框 */
.swiper-container img[src=""],
.swiper-container img:not([src]){
    opacity: 0;
}

.toApp-btn{
    position: relative;
    width:6.9rem;
    height:0.8rem;
    margin: 0.3rem auto;
    background: #E03236;
    border-radius: 0.4rem;
    font-size: 0.28rem;
    line-height: 0.8rem;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}
.toApp-btn.border:after{
    position: absolute;
    left:0;
    bottom: -0.3rem;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #E8E8E8;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);}
/* 2018-07-04 */
.strategy-box{
    padding-bottom: 0.3rem;
}
.strategy-btn{
    font-size: 0.3rem;
    display: block;
    height: 0.88rem;
    line-height: 0.88rem;
    margin: 0 0.3rem;
    color: #7A90B6;
    text-align: center;
    border-radius: 0.04rem;
    background: rgba(122,144,182,0.08);}
.videoPlay{
    position: absolute;
    width: 1.32rem;
    height:1.32rem;
    left:50%;
    top:50%;
    margin-left:-0.66rem;
    margin-top:-0.66rem;
    background: url("../../images/houses/video_play.png") no-repeat center center;
    background-size: contain;
}
.vrPlay{
    position: absolute;
    width: 1.32rem;
    height:1.32rem;
    left:50%;
    top:50%;
    margin-left:-0.66rem;
    margin-top:-0.66rem;
    background: url("../../images/houses/vr_play.png") no-repeat center center;
    background-size: contain;
}
.hpPlay{
    position: absolute;
    width: 1.32rem;
    height:1.32rem;
    left:50%;
    top:50%;
    margin-left:-0.66rem;
    margin-top:-0.66rem;
    background: url("../../images/houses/hp_play.png") no-repeat center center;
    background-size: contain;
}

.newPlay{
    position: absolute;
    width: 1.14rem;
    height:1.14rem;
    left:50%;
    top:50%;
    margin-left:-0.57rem;
    margin-top:-0.57rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    box-sizing: border-box;
}
.newPlay.newVideoPlay{
    background-image: url("../../images/houses/video_play.png");
}
.newPlay.newVrPlay{
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 50%;
    border: 1px solid #fff;
    background-image: url("../../images/houses/icon_vr_new1.png");
}
.newPlay.newHpPlay{
    background-image: url("../../images/houses/icon_hp_new.png");
}

/* 航拍 */
.aerialVR{
    height:.76rem;
    line-height: .76rem;
    padding:0 0.24rem;
    background: rgba(245,73,73,0.08);
    font-size: .28rem;
    color: #F54949;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bdb{
    position: relative;
}
.bdb:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #E6E6E6;
    transform: scaleY(0.5);
}
.aerialVR .airport{
    float:left;
    width: .4rem;
    height: .76rem;
    margin-right:.16rem;
    background: url("../../images/houses/hpvr.png") no-repeat center center;
    background-size: contain;
}
.aerialVR a{
    font-size: .28rem;
    color: #F54949;
}
.arrow{
    float:right;
    width: .16rem;
    height: .76rem;
    background: url("../../images/houses/hp_arrow.png") no-repeat center center;
    background-size: contain;
}
/*.aerialVR */
.arrow-esf-detail{
    float: right;
    width: 0.36rem;
    height: 0.36rem;
    background: url('../../images/houses/arrow_more.png') no-repeat;
    background-size: contain;
}
/* 收藏成功弹框 */
.collect-dialog-content{
    padding-top:1.48rem !important;
}
.collect-dialog-content b{
    padding-left:0.68rem;
    height:0.48rem;
    font-size:0.48rem;
    line-height:0.48rem;
    color:#333;
    background: url("../../images/houses/succ.png") no-repeat left center;
    background-size: contain;
}
.collect-dialog-content p{
    font-size: 0.26rem;
    color: #666666;
    line-height: 0.36rem;
    margin-top:0.3rem;
}
.collect-dialog-content .btn{
    display: block;
    width:4.3rem;
    height:0.88rem;
    line-height:0.88rem;
    text-align: center;
    color: #ffffff;
    font-size:0.3rem;
    margin:0.9rem auto 0;
    background: #E03236;
    border-radius: 0.44rem;
}
.collect-dialog-content .close{
    position: absolute;
    right:0.3rem;
    top:0.3rem;
    width: 0.32rem;
    height:0.32rem;
    background: url("../../images/houses/dialog-close.png") no-repeat center center;
    background-size: contain;
    text-indent: -9999px;
}

/* yy 2018-11-08 */
.agent-info-list{

}
.agent-info-list li{
    position: relative;
    margin-left: 0.3rem;
    padding: 0.4rem 0;
    overflow: hidden;
}
.agent-info-list li:after{
    position: absolute;
    left:0;
    bottom: 0;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #E8E8E8;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.agent-info-list li:last-child:after{
    background: transparent;
}
.agent-info-list .agent-info-cont{
    float: left;
    width: 4.8rem;
}
.agent-info-list .agent-info-cont p{
    font-size: 0.22rem;
    margin-top: -0.04rem;
    padding-bottom: 0.1rem;
    color: #9F9F9F;
}
.agent-info-list .agent-info-cont .card-icon,
.agent-recommend .card-icon,
.showing-list .card-icon{
    width: 0.4rem;
    height: 0.28rem;
    display: inline-block;
    background: url(../../images/houses/card_icon.png) no-repeat;
    background-size: 0.4rem 0.28rem;
    position: relative;
    top: 0.04rem;
    margin-left: 0.02rem;
}
.showing-list .card-icon{
    margin-left:10px;
}
.agent-info-list .agent-info-cont .ag-tags,
.agent-recommend .ag-tags{
    display: flex;
    flex-wrap: wrap;
}
.agent-recommend .ag-tags{
    max-width: 2.4rem;
}
.agent-info-list .agent-info-cont .ag-tags .tag-li,
.agent-recommend .ag-tags .tag-li{
    background: rgba(80,100,163,.09);
    border-radius: 8px;
    font-size: 0.18rem;
    color: #5064A2;
    display: inline-block;
    padding: 0.04rem 0.06rem;
    margin: 0.1rem 0.08rem 0;
    float: none;
    width: auto;
    height: auto;
}
.agent-info-list .agent-info-cont strong{
    font-weight: 700;
    font-size: 0.32rem;
    color: #4A4A4A;
}
.agent-info-list .agent-info-cont em{
    font-size: 0.26rem;
    color: #9F9F9F;
}
.agent-info-list .agent-info-cont .agent-start{
    position: relative;
    top: 0.02rem;
    display: inline-block;
    width: 0.24rem;
    height: 0.24rem;
    margin-left: 0.12rem;
    margin-right: 0.08rem;
    background: url("../../images/houses/agent-start.png") no-repeat;
    background-size: 0.24rem 0.22rem;
}
.agent-info-list .agent-info-img{
    float: left;
    width: 0.76rem;
    height: 0.76rem;
    margin-right: 0.16rem;;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.agent-info-list .agent-info-btn a{
    float: left;
    width: 0.76rem;
    height: 0.76rem;
    margin-right: 0.3rem;
}
.agent-info-list .agent-im-btn{
    background: url("../../images/houses/agent-im.png") no-repeat;
    background-size: 0.76rem;
}
.agent-info-list .agent-tel-btn{
    background: url("../../images/houses/agent-tel.png") no-repeat;
    background-size: 0.76rem;
}

/* 房源列表广告样式 */
.house-list .housing-recommend{

}
.house-list .housing-recommend p{
    margin-bottom: 0.1rem;
    text-align: center;
}
.house-list .housing-recommend p.recommend-tit{
    font-size: 0;
    position: relative;
    height: 0.34rem;
    line-height: 0.34rem;
    margin: 0 0.6rem 0.1rem;
    letter-spacing: 2px;
}
.house-list .housing-recommend p.recommend-tit span{
    font-size: 0.24rem;
    position: relative;
    z-index: 10;
    display: inline-block;
    color: #F54949;
    padding: 0 0.2rem;
    background-color: #fff;
}
.house-list .housing-recommend p.recommend-tit:after{
    position: absolute;
    left:0;
    top: 50%;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #2F343A;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.house-list .housing-recommend p strong{
    font-weight: 700;
    font-size: 0.3rem;
    display: block;
    color: #2F343A;
    line-height: 0.42rem;
    margin-bottom: 0.2rem;
}
.house-list .housing-recommend p .recommend-btn{
    font-size: 0.24rem;
    position: relative;
    display: block;
    width: 1.6rem;
    line-height: 0.48rem;
    margin: 0 auto;
    color: #A0A3A7;
    text-align: center;
}
.house-list .housing-recommend p .recommend-btn:after{
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    width: 200%;
    height: 200%;
    border: 1px solid #979797;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transform-origin: 0% 0%;
    border-radius: 0.64rem;
}

.disclaimerBox{
    padding:0;
}
.disclaimerBox .inner{
    padding:0.4rem 0.3rem;
    background: #F8F8F8;
}
.disclaimerBox .tit{
    font-size: 0.24rem;
    font-weight: bold;
    color: #333333;
    line-height:0.3rem;
}
.disclaimerBox .cont{
    margin-top:0.16rem;
    font-size:0.2rem;
    color: #C2C2C2;
    line-height: 0.28rem;
}
.txt-blue{
    color: #3D5688 !important;
}
/*经纪人带看反馈 -- star*/
.takelook{
    height: auto;
    width: 100%;
    padding: 0 0 .32rem .32rem;
    box-sizing: border-box;
    margin-top: 0.2rem;
    background-color: #fff;
}
.takelook .takelook-head{
    height: .45rem;
    line-height: .45rem;
    width: 100%;
    padding: .32rem .32rem 0 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .44rem;
}
.takelook .takelook-title{
    font-size: 0.32rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
}
.takelook .takelook-more{
    display:flex;
    align-items: center;
    font-size: 0.3rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
}
.takelook-info{
    height: .8rem;
    width: 100%;
    padding-right: .32rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.takelook-info .takelook-info-img{
    height: 100%;
    width: auto;
    display: flex;
    align-items: center;
}
.takelook-info .takelook-info-img .takelook-info-avatar{
    height: .8rem;
    width: .8rem;
    margin-right: .24rem;
    border-radius: 50%;
}
.takelook-info .takelook-info-txt{
    font-size: 0.24rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 0.33rem;
    line-height: .33rem;
}
.takelook-info .takelook-info-txt div{
    display: flex;
    align-items: center;
    line-height: .45rem;
}
.takelook-info .takelook-info-txt div strong{
    font-size: 0.32rem;
    font-weight: 500;
    color: #000000;
}
.takelook-info .takelook-info-txt div span{
    font-size: 0.24rem;
    font-weight: 500;
    color: #F58E17;
    margin: 0 .15rem 0 .16rem;
}
.takelook .takelook-info-txt div img{
    display: inline-block;
    height: .24rem;
    width: .36rem;
}
.takelook .takelook-info-icon{
    width: 2rem;
    height: auto;
    display: flex;
}
.takelook .takelook-info-icon img{
    height: .76rem;
    width: .76rem;
}
.takelook .takelook-info-icon img:last-child{
    margin-left: .48rem;
}
.takelook .takelook-info-desc{
    width: 100%;
    height: auto;
    font-size: 0.3rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    padding: .4rem .32rem .32rem 0;
    box-sizing: border-box;
    line-height: 0.45rem;
    position: relative;
}
.takelook .takelook-info-desc p{
    width: 100%;
}
.takelook .takelook-info-desc p::after{
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    width: 6.86rem;
    height: 1px;
    background: rgba(238, 238, 238, 1);
    transform: scaleY(0.5);
}
.takelook .takelook-cnt{
    height: auto;
    width: 100%;
    position: relative;
}
.takelook .takelook-cnt::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 6.86rem;
    height: 1px;
    background: #E6E6E6;
    transform: scaleY(0.5);
}
.takelook .takelook-cnt:last-child::before{
    width: 0;
}
.takelook .takelook-cnt-head{
    height: auto;
    width: 100%;
    padding: .32rem .32rem .32rem 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.takelook-cnt .clear{
    margin: .32rem 0;
    padding-right: .32rem;
    box-sizing: border-box;
}

.takelook .takelook-cnt:last-child::after{
    width: 0;
}
.takelook .takelook-cnt ul{
    height: auto;
    min-width: 100%;
    overflow-x: scroll;
    display: flex;
    position: relative;
}

.takelook .takelook-cnt ul::-webkit-scrollbar {
    display: none;
}
.takelook .takelook-cnt ul li{
    height: auto;
    width: 3.32rem;
    margin-right: .2rem;
    margin-bottom: .32rem;
}
.takelook .takelook-cnt ul li .item-img{
    width: 3.33rem;
    height: 2.2rem;
    border-radius: 0.08rem;
    overflow: hidden;
}
.takelook .takelook-cnt ul li .item-tlt{
    font-size: 0.32rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    display: flex;
    align-items: center;
    margin: .12rem 0 .11rem 0;
}
.takelook .takelook-cnt ul li .item-tagimg{
    display: inline-block;
    width: 1rem;
    height: 0.3rem;
    border-radius: 0.02rem;
    margin-right: .1rem;
}
.takelook .takelook-cnt ul li .item-tag{
    display: inline-block;
    width: auto;
    height: 0.3rem;
    padding: 0 .1rem;
    line-height: .3rem;
    background: #F5F7FA;
    border-radius: 0.02rem;
    font-size: 0.2rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #3D5688;
    white-space: nowrap;
    margin-right: .1rem;
}
.takelook ul .item-price{
    width: 100%;
    height: .4rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    color: #E03236;
    line-height: 0.4rem;
}
.takelook ul .item-price .item-price-num{
    font-size: 0.28rem;
    font-weight: 600;
    line-height: .3rem;
}
.takelook ul .item-price .item-price-desc{
    font-size: 0.2rem;
    font-weight: 500;
    line-height: .3rem;
}
.takelook ul .item-price .item-price-unit{
    font-size: 0.2rem;
    font-weight: 500;
    line-height: .3rem;
}
.takelook ul .item-price .item-price-pin{
    font-size: .2rem;
    color: #81868C;
    margin-left: .1rem;
    font-weight: 400;
}
.popular{
    width: 100%;
    padding-top: .32rem;
    display: flex;
    justify-content: center;
    background-color: #fff;
}
.popular-more{
    width: 3.8rem;
    height: 0.7rem;
    background: #E03236;
    border-radius: 0.04rem;
    text-align: center;
}
.popular-more a{
    font-size: 0.26rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: .7rem;
    text-align: center;
}
.bd_top{
    position: relative;
}

.list-recommend{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 0.3rem;
    padding: 0 .1rem;
    background: rgba(2, 181, 13, .07);
    border-radius: 0.04rem;
    font-size: 0.2rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #02B50D;
    line-height: 0.3rem;
}

.list-recommend img{
    width: 0.2rem;
    height: 0.2rem;
    margin-right: .04rem;
}
.price-fire{
    background: rgba(224, 50, 54, .07);
    color: #E03236;
}
.tag-container{
    display: flex;
    align-items: center;
    padding-top:0.44rem;
    position: relative;
}
/*.tag-container .bmhf{
    height: 0.3rem;
    background: linear-gradient(315deg, #FF2C3E 0%, #FE712D 100%);
    border-radius: 0.04rem;
    font-size:0.2rem;
    padding:0 0.1rem;
    color:#fff;
    font-weight: 500;
    margin-right:0.1rem;
}*/
.tag-container  .list-recommend{
    margin-top:0;
}
.tag-container:after{
    content: "";
    position: absolute;
    display: block;
    top: 0.24rem;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e6e6e6;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
