@charset "UTF-8";
body{
    -webkit-overflow-scrolling: touch;
}
.noscroll,
.noscroll body {
    overflow: hidden;
}
.noscroll body {
    position: relative;
}
.mask {
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    display: none;
}

/* 列表页*/
.jjs-cont {
    max-width: 540px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.wrapper-box {
    position: relative;
    z-index: 20;
    box-sizing: border-box;
    padding-top: 2.6rem;
    min-height:100%;
}
header{
    height:0.96rem;
    padding:0.18rem 0;
    background: #F7F7F7;
}
header .search-ipt {
    font-size: 0.28rem;
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    padding-left: 0.7rem;
    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.2rem;
    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;
}
.search-box {
    display: none;
}

/* 筛选下拉框 */
.data-box {
    position: relative;
    z-index: 30;
}
.data-box ul.select-box{
    height:0.92rem;
    background: #ffffff;
}
.data-box ul.select-box:after{
    height:0;
}
.dpdown-toggle.curr {
    color: #e03236 !important;
}

.dpdown-toggle.active {
    color: #e03236 !important;
}
.data-box ul.select-box .dpdown-toggle{
    height: 0.92rem;
    padding:0.3rem 0;
    color: #515151;
}
.data-box ul.select-box .dpdown-toggle span{
    font-size:0.26rem;
}
/* .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.06rem 0 0.06rem;
    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.4rem;
    background: #D7D7D7;
}

/* 列表条件筛选 filter */
.filter-content {
    position: absolute;
    top: 0.92rem;
    width: 100%;
    z-index: 101;
    overflow: hidden;
    transition: all 0.3s;
    background: #fff;
}
.filter-content:after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:1px;
    background:#eee;
    transform:scaleY(0.5);
}
.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-middle.filter-panel-jg{
    width: 78%;
    display: none;
}
.filter-panel-middle.filter-panel-jg.filter-show{
    display: block;
}

.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;
}

.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-panel0 .filter-panel-middle li,
.filter-panel0 .filter-panel-right li{
    height:0.7rem;
    line-height: 0.7rem;
}
.filter-panel0 .filter-panel-middle li.disabled{
    color:#BBBBBB;
}
.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 {
    box-sizing: border-box;
    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 {
    float:right;
    width: 2.2rem;
    height: 0.56rem;
    line-height: 0.58rem;
    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-dt span{
    margin-left:.20rem;
    font-size: .24rem;
    color: #999;
}
.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.kaipan a {
    width: 2.07rem;
}

.filter-dd a.on {
    background: #fff;
    color: #e03236;
    border: 1px solid #e03236;
}

.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;
}

/* 快速筛选 */
.fast-filter{
    position: fixed;
    top: 1.88rem;
    left: 0;
    width: 100%;
    height:0.5rem;
    padding:0.04rem;
    padding-bottom:0.22rem;
    padding-left:0.1rem;
    background: #ffffff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    z-index: 22;
}
.fast-filter.none{
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}
.fast-filter .item{
    float:left;
    width:1.6rem;
    height:0.5rem;
    line-height: 0.5rem;
    text-align: center;
    background: #F7F7F7;
    border-radius: 1px;
    margin-left:0.2rem;
    font-size: 0.22rem;
    color: #454545;
}
.fast-filter .item.on{
    position: relative;
    background: #fff;
    color: #F54949;
}
.fast-filter .item.on:after{
    content:"";
    box-sizing: border-box;
    position: absolute;
    top:0;
    left:0;
    width:200%;
    height:200%;
    border:1px solid #F54949;
    border-radius: 2px;
    transform: scale(0.5);
    transform-origin: left top;
}

/* 页面提示信息样式 */
.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 {
    position: relative;
    padding-right: 0.9rem;
}

.search .search-form .ser-txt {
    font-size: 0.26rem;
    width: 100%;
    height: 0.6rem;
    line-height: 0.4rem;
    padding: 0.1rem 0.3rem 0.1rem 0.75rem;
    color: #515151;
    outline: none;
    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;
    top: 0;
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    color: #999;
}

.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-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 {
    color: #9b9b9b;
    margin-left: 0.12rem;
}*/

.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-right{
    font-size: 0.26rem;
    color: #999999;
}

.search-result ul li span.search-tag{
    display: inline-block;
    font-size: 0.2rem;
    padding:0 0.08rem;
    height: 0.26rem;
    line-height: 0.26rem;
}
.search-result ul li span.search-tag.onsale{
    color: #fff;
    background-image: linear-gradient(-270deg, #FF322D 0%, #FF795F 100%);
    border-radius: 0.02rem;
}
.search-result ul li span.search-tag.waitsale{
    color: #fff;
    background-image: linear-gradient(-270deg, #516CC0 0%, #6280DD 100%);
    border-radius: 0.02rem;
}
.search-result ul li span.search-tag.saled{
    color: #ffffff;
    background: #CFCFCF;
    border-radius: 0.02rem;
}
.search-result ul li span.search-tag.room-num{
    color: #5064A3;
    background: #CFCFCF;
    background: rgba(80,100,163,.06);
    border-radius: 0.02rem;
    margin-left: 0.01rem;
}

.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;
}

.search-result ul li span.search-name .sear-bot{
    font-size: 0.22rem;
    position: relative;
    padding-right: 2rem;
    color: #999999;
    margin-top: 0.03rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.search-result ul li span em.sear-price{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.28rem;
    color: #F54949;
}
.search-result ul li em.sear-price .pri-unit{
    font-size: 0.1rem;
    color: #F54949;
    display: inline-block;
}

/* px单位是为了固定高度，方便js获取，避免取到小数 */
.search-result ul.history-list li {
    font-size: 0.24rem;
    position: static;
    float: left;
    max-width: 100%;
    color: #333;
    height: auto;
    line-height: 28px;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 0 10px;
    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 .new-icon {
    float: left;
    width: 0.28rem;
    height: 0.3rem;
    margin-top: 0.2rem;
    margin-right: 0.1rem;
    background: url(../../images/houses/search-new.png) center no-repeat;
    background-size: 0.24rem 0.3rem;
}

.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 p {
    font-weight: 700;
    font-size: 0.3rem;
    color: #333;
    line-height: 0.76rem;
    padding: 0 0.3rem;
    overflow: hidden;
}

.search-result .resou-history,
.search-result .new-history{
    padding: 0 0.3rem;
    overflow: hidden;
}

/* px单位是为了固定高度，方便js获取，避免取到小数 */
.search-result .resou-history a,
.search-result .new-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.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);
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* 搜索无数据 */
.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;
}

/* 二手房详情 */

/* 详情头部 */
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.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%;
}

/* 详情焦点图 */
.photo-wrap {
    position: relative;
    height: 5.62rem;
    overflow: hidden;
}

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

.photo-wrap ul li {
    width: 100%;
    height: 5.62rem;
    position: relative;
}

.photo-wrap ul img {
    width: 100%;
    height: 5.62rem;
}

.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;
}

/* 详情页主体 */
.infoBox {
    position: relative;
    padding: 0 0.3rem 0.3rem;
    background-color: #fff;
}
.infoBox .titleBox{
    padding-top:0.28rem;
}
.titleBox .onsale,
.titleBox .offsale,
.titleBox .waitsale{
    float:left;
    margin-right:0.14rem;
    padding:0 4px;
    font-size: 0.22rem;
    line-height:0.36rem;
    border-radius: 2px;
    margin-top:0.1rem;
    color: #FFFFFF;
}
/* 在售 */
.titleBox .onsale{
    background: #E03236;
}
/* 售罄 */
.titleBox .offsale{
    background: #D8D8D8;
}
/* 待售 */
.titleBox .waitsale{
    background: #F5C545;
}
.titleBox h2 {
    font-size: 0.4rem;
    color: #515151;
    line-height: 0.56rem;
}
.titleBox .proxy{
    float:right;
    color: #7A90B6;
    font-size: 0.22rem;
    line-height:0.36rem;
    margin-top: 0.1rem;
    font-weight: normal;
}

.infoBox-tags {
    margin-top: 0.14rem;
    margin-bottom: 0.24rem;
    overflow: hidden;
}

.infoBox-tags span {
    font-size: 0.22rem;
    float: left;
    height: 0.32rem;
    line-height: 0.32rem;
    margin-right: 0.14rem;
    margin-top: 0.1rem;
    padding: 0 0.1rem;
    color: #7A90B6;
    white-space: nowrap;
    background: rgba(122,144,182,.08);
}
.infoBox .infos{
    padding-bottom:0.15rem;
}
.infoBox .info {
    display: box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    flex-direction: row;
    font-size: 0.24rem;
    width: 100%;
    line-height: 0.34rem;
    margin-bottom: 0.1rem;
    overflow: hidden;
}

.infoBox .info .title {
    white-space: nowrap;
    color: #999;
    text-align: right;
}

.infoBox .info .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-left: 0.1rem;
    color: #999;
}
.infoBox .info .price-title{
    line-height: 0.44rem;
}
.infoBox .info .price {
    font-size:0.24rem;
    height: 0.44rem;
    line-height: 0.44rem;
    color: #E03236;
}

.infoBox .info .price em {
    font-size: 0.44rem;
    color: #E03236;
}
.infoBox-yh {
    position: relative;
    line-height: 0.44rem;
    padding-left:0.64rem;
    padding-bottom:0.08rem;
    color: #333333;
    background: #FFFFFF;
}
.infoBox-yh:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #E8E8E8;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.infoBox-yh:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #E8E8E8;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.infoBox-yh .icon{
    position: absolute;
    width: 22px;
    height: 23px;
    left:0;
    top:0.28rem;
    color:#fff;
    font-size: 0.24rem;
    text-align: center;
    line-height:20px;
    font-style: normal;
    background:#E03236;
}
.infoBox-yh .icon:after{
    content:"";
    position: absolute;
    left:0;
    bottom:0;
    width: 0;
    height: 0;
    border-width: 5px 11px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
}
.infoBox-yh .item{
    position: relative;
    padding:0.2rem 0;
}
.infoBox-yh .item:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #E8E8E8;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.infoBox-yh .item p{
    font-size: 0.26rem;
    color: #333333;
    line-height: 0.42rem;
}
.infoBox-yh .item p em{
    position: relative;
    display: inline-block;
    height:0.28rem;
    line-height:0.32rem;
    padding:0 0.02rem;
    font-size: 0.22rem;
    color: #E03236;
    margin-left:0.1rem;
}
.infoBox-yh .item p em:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 200%;
    height: 200%;
    border: 1px solid #E03236;
    border-radius: 4px;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.infoBox-yh .item span{
    display:block;
    margin-top:0.12rem;
    font-size: 0.24rem;
    color: #999999;
    line-height: 0.28rem;
}

/* 新增打折优惠信息样式 */
.discount-box{
    position: relative;
    width:100%;
    height:1.6rem;
    overflow: hidden;
    border-radius: 4px;
}
.discount-box .list{
    height:1.6rem;
    position: relative;
}
.discount-box .list li{
    box-sizing: border-box;
    height:1.6rem;
    position: relative;
    padding:  0.32rem 0.24rem 0.2rem 0.32rem;
    background:url("../../images/ysl_sb/discount_bg.png") no-repeat center center;
    background-size: 100% 100%;
}
.discount-box li p{
    margin-bottom:0.12rem;
    font-size: .24rem;
    color: #FFFFFF;
}
.discount-box li b{
    font-size: 0.34rem;
    line-height:0.48rem;
    font-weight:bold;
    color: #ffffff;
}
.discount-box li .disc{
    color: #FFEB00;
    font-weight:bold;
}
.discount-box li p .type{
    position: relative;
    display:inline-block;
    /*margin-top:0.02rem;*/
    height:0.32rem;
    line-height:0.32rem;
    padding:0 0.1rem;
    margin-left:0.1rem;
    color: #ffffff;
    font-size:0.2rem;
}
.discount-box li p .type:after{
    content:"";
    position: absolute;
    top:0;
    left:0;
    box-sizing: border-box;
    width:200%;
    height:200%;
    border:1px solid #fff;
    transform: scale(0.5);
    transform-origin: left top;

}
.discount-box li .only{
    position:absolute;
    top:0;
    right:0.24rem;
    width:1.4rem;
    height:0.44rem;
    text-indent: -99999px;
    background: url("../../images/ysl_sb/only.png") no-repeat center center;
    background-size: 100% 100%;
}
.discount-box .swiper-pagination-bullet{
    width: 4px;
    height: 4px;
    background: #ffffff;
    opacity: .3;
}
.discount-box .swiper-pagination-bullet-active{
    opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin:0 0.05rem;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom:0.1rem;
}
/* 楼盘信息 */
.wap-box {
    position: relative;
    margin-top: 0.2rem;
    background-color: #fff;
    overflow: hidden;
}
.wap-box .hd{
    position: relative;
}
.wap-box h3 {
    position: relative;
    font-size: 0.32rem;
    height: 1rem;
    line-height: 1rem;
    color: #515151;
    padding-left: 0.6rem;
}

.wap-box h3:before {
    position: absolute;
    left: 0.3rem;
    top: 0.34rem;
    content: '';
    width: 0.08rem;
    height: 0.32rem;
    border-radius: 0.08rem;
    background-color: #E03236;
}

.wap-box h3:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e8e8e8;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.wap-box .hd .more{
    position: absolute;
    line-height:1rem;
    top:0;
    right:0.3rem;
    font-size:0.26rem;
    color:#888888;
}
.info-list {
    display: block;
    padding: 0.2rem 0.3rem;
    overflow: hidden;
}

.info-list li {
    display: box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    flex-direction: row;
    font-size: 0.3rem;
    width: 100%;
    line-height: 0.42rem;
    margin: 0.14rem 0;
    overflow: hidden;
}

.info-list.wzpt li{
    margin:0.1rem 0;
}

.info-list li .title {
    /*width: 1.5rem;*/
    white-space: nowrap;
    color: #999;
    text-align: right;
}

.info-list li .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-left: 0.1rem;
    color:#333;
}
/* 最新动态 */
.newsData{
    padding:0 0.18rem 0 0.34rem;
    background: #fff;
}
.newsData li{
    position: relative;
    padding:0.28rem 0;
}
.newsData li:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e8e8e8;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.newsData li:last-of-type:after{
    height:0;
}
.newsData h4{
    font-size: 0.32rem;
    color: #515151;
    line-height:0.42rem;
    font-weight:normal;
}
.newsData .time {
    display: block;
    font-size: 0.22rem;
    color: #999999;
    line-height: 0.32rem;
    margin-top: 0.16rem;
}
.newsData p{
    margin-top:0.16rem;
    font-size: 0.28rem;
    color: #515151;
    line-height:0.44rem;
}
.newsData p.line3{
    max-height:1.4rem;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* 在售户型 */
.hx-bd{
    padding:0.54rem 0 0.48rem;
    margin:0 0.3rem;
    height:3.2rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.hx-list {
    width:9000px;
}

.hx-list li {
    float: left;
    width: 2.96rem;
    margin-right:0.3rem;
    margin-bottom: 0.2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.hx-list li:last-of-type{
    margin-right: 0px;
}
.hx-list li .img {
    position: relative;
    display: block;
    width: 2.96rem;
    height: 2.22rem;
    overflow: hidden;
}

.hx-list li .img:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 200%;
    height: 200%;
    border: 1px solid #E1E1E1;
    border-radius: 2px;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    box-sizing: border-box;
}

.hx-list li img {
    display: block;
    width: 100%;
    height: 2.22rem;
    margin: auto;
}
.hx-list li .img .tag{
    position: absolute;
    top:0;
    left:0;
    height:0.36rem;
    line-height: 0.36rem;
    padding:0 0.08rem;
    background: #F54949;
    font-size: 0.22rem;
    color: #FFFFFF;
}
.hx-list li .img .onsale{
    background: #F54949;
}
.hx-list li .img .saled{
    background: #A4A4A4;
}
.hx-list li .img .waitsale{
    background: #5064A3;
}

.hx-list li .attr {
    margin-top:0.2rem;
    font-size: 0.3rem;
    line-height:0.42rem;
    color: #515151;
}
.hx-list li .price {
    margin-top:0.04rem;
    font-size: 0.24rem;
    line-height:0.34rem;
    color: #E03236;
    letter-spacing: -0.29px;
}

.ysl-map {
    height: 4.2rem;
}

.overlayClass {
    position: relative;
    font-size: 0.24rem;
    max-width: 3rem;
    line-height: 0.34rem;
    padding: 0.16rem 0.16rem;
    color: #515151;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.overlayClass:after {
    position: absolute;
    left: 50%;
    bottom: -10px;
    content: '';
    margin-left: -6px;
    width: 0px;
    height: 0px;
    border-width: 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.BMap_cpyCtrl {
    display: none;
}

.anchorBL {
    display: none
}

/* 楼盘介绍 */
.lp-list {
    font-size: 0.3rem;
    color: #4A4A4A;
    line-height: 0.44rem;
    margin: 0.3rem;
}

.lp-list li {
    display: block;
    line-heigth: 0.36rem;
    margin: 0.15rem 0;
    font-size: 0.3rem;
    position: relative;
}

.lp-list li .title {
    position: absolute;
    display: inline-block;
    width: 1.5rem;
    left: 0;
    top: 0;
    color: #aaa;
    letter-spacing: -0.36px;
    white-space: nowrap;
    text-align: justify;
}

.lp-list li .title:after {
    content: "：";
    display: inline-block;
    position: absolute;
    right: 0.04rem;
    letter-spacing: normal;
}

.lp-list li .content {
    display: inline-block;
    color: #000;
    padding-left: 1.5rem;
    letter-spacing: -0.36px;
}

.clamp-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

/* 详情底部*/
.disclaimer{
    position: relative;
    padding:0.26rem 0.3rem 0 0.62rem;
    font-size: 0.24rem;
    color: #999999;
    line-height:0.34rem;
}
.disclaimer:after{
    content:"";
    position: absolute;
    top:0.26rem;
    left:0.26rem;
    width: 0.26rem;
    height:0.26rem;
    background: url("../../images/ysl_sb/tip.png") no-repeat center center;
    background-size:contain;
}
.disclaimer em{
    display: inline-block;
    color: #E03236;
}
/* 详情底部*/
.button-block{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.96rem;
    display: box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    flex-direction: row;
    box-shadow: 0 -2px 3px 0 rgba(137,137,137,0.10);
    z-index:11;
}
.button-block .esf-operation {
    box-sizing: border-box;
    background: #fff;
}
.button-block .esf-operation .btn {
    float: left;
    width: 100%;
    font-size: 0.2rem;
    color: #999999;
    text-align: center;
    background: #fff;
    border: none;
}
.button-block .esf-operation i {
    display: block;
    width: 0.56rem;
    height: 0.56rem;
    margin: 0 auto 0.04rem;
}
.button-block .esf-operation .collect i{
    background: url('../../images/ysl_sb/save3.png') no-repeat center center;
    background-size: 0.48rem 0.48rem;
}
.button-block .esf-operation .collected i {
    background: url(../../images/ysl_sb/save4.png) no-repeat center center;
    background-size: 0.48rem 0.48rem;
}
.button-block .esf-operation .callPhoneTarget i {
    background: url(../../images/ysl_sb/phone.png) no-repeat;
    background-size: contain;
}
.esf-operation .yuyue-fang{
    position: relative;
}
.esf-operation .yuyue-fang:after{
    content:"";
    position: absolute;
    left:0;
    top:0;
    width:1px;
    height:100%;
    background: #e7e7e7;
    transform: scaleX(0.5);
}
.esf-operation .yuyue-fang i {
    background: url('../../images/houses/yuekan.png') no-repeat;
    background-size: contain;
}
.button-block .btn-yellow{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: 100%;
    font-size: 0.3rem;
    color: #fff;
    background: #F5C545;
    border: none;
    text-align: center;
    line-height: 1rem;
}
.button-block .btn-red {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: 100%;
    font-size: 0.3rem;
    color: #fff;
    background: #e03236;
    border: none;
    text-align: center;
    line-height: 1rem;
}
.button-block .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;
}


/* 按钮 */
.button-block.foot-btn .esf-operation{
    height:1rem;
    background: #fff;
}
.button-block.foot-btn .esf-operation .btn {
    position: relative;
    width: 1.6rem;
    height: 0.96rem;
    /*padding: 0.12rem 0;*/
}
/*.button-block.foot-btn .esf-operation .btn:after{*/
/*position: absolute;*/
/*right: 0;*/
/*bottom: 0;*/
/*content: '';*/
/*width: 1px;*/
/*height: 100%;*/
/*background-color: #e8e8e8;*/
/*-webkit-transform: scaleX(0.5);*/
/*transform: scaleX(0.5);*/
/*}*/

/* 经纪人分享 */
.button-block.foot-share{
    height: 1.2rem;
}
.button-block.foot-share .esf-operation{
    width: 16%;
    height: 0.96rem;
    padding: 0.24rem 0;
    border-top: 1px solid #e7e7e7;
    height: 100%;
    border-top: none;
}
.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 .btn-red{
    line-height: 1.2rem;
    text-align: center;
}

/* 下架 */
.button-block.yxj {
    display:block;
    color: #fff;
    background-color: #aaa;
    text-align: center;
    line-height: 0.96rem;
    font-size: 0.34rem;
}
/* 查看大图 */
.swiper-wrapper {
    -webkit-perspective: 3000;
    -webkit-backface-visibility: hidden;
}

#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.3rem;
}

/* 新房图片放大 */
.show-photo .swiper-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin:0.88rem auto;
    font-size: 0.28rem;
    color: #000000;
}
.show-photo .photo-no{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2rem;
    z-index: 1041;
}
.show-photo .xf-photo .photo-page{
    margin-bottom: 0.6rem;
}
.show-photo .photo-footer{
    box-sizing: border-box;
    width: 100%;
    padding:0 0.2rem;
    margin-top:0.1rem;
    height: 0.8rem;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    position: relative;
    z-index:99;
}
.show-photo .photo-footer a{
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
    opacity: 0.7;
    font-size: 0.3rem;
    color: #FFFFFF;
    line-height: 0.8rem;
}
.show-photo .photo-footer a.curr{
    opacity: 1;
}
.show-photo .photo-footer a.curr:after{
    content:"";
    position: absolute;
    bottom:0;
    left:50%;
    margin-left:-0.24rem;
    width:0.48rem;
    height:0.04rem;
    background: #ffffff;
}
/* 户型图大图 */
.show-photo .hx-photo .photo-page{
    position: relative;
    margin-bottom: 0;
    padding:0 0.3rem 0.2rem;
}
.show-photo .hx-photo .photo-page p{
    text-align: left;
    font-size: 0.26rem;
    line-height:0.44rem;
    color: #FFFFFF;
}
.show-photo .hx-photo .photo-page p span{
    margin-right:0.2rem;
}
.show-photo .hx-photo .photo-page .page{
    position: absolute;
    top:0;
    right:0.3rem;
    font-size: 0.26rem;
    line-height:0.44rem;
    color: #FFFFFF;
    letter-spacing: -0.24px;
    opacity: 0.6;
}
#show-photo .hx-photo .current-num, #show-photo .hx-photo em,
.show-photo .hx-photo .current-num, .show-photo .hx-photo em {
    font-size: 0.26rem;
}

/* 地图周边配套 */
.mapBody {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.map-content {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 0.9rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.map-content .mapWrap {
    width: 100%;
    height: 100%;
}

.map-content .around {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.9rem;
    background-color: #fff;
    border-top: 1px solid #b8b8b8;
}

.map-content .around ul {
    display: -webkit-box;
}

.map-content .around ul li {
    -webkit-box-flex: 1;
}

.map-content .around ul li a {
    display: block;
    width: 100%;
    height: 0.78rem;
    padding-top: 0.12rem;
}

.map-content .around ul li i {
    display: block;
    width: 0.36rem;
    height: 0.36rem;
    margin: 0 auto;
}

.map-content .around ul li span {
    display: block;
    text-align: center;
    color: #666;
    font-size: 0.24rem;
    margin-top: 0.04rem;;
}

.map-content .around ul li i.school {
    background: url(../../images/ysl_sb/school.png) 0 0 no-repeat;
    background-size: cover;
}

.map-content .around ul li i.hospital {
    background: url(../../images/ysl_sb/hospital.png) 0 0 no-repeat;
    background-size: cover;
}

.map-content .around ul li i.bank {
    background: url(../../images/ysl_sb/bank.png) 0 0 no-repeat;
    background-size: cover;
}

.map-content .around ul li i.market {
    background: url(../../images/ysl_sb/market.png) 0 0 no-repeat;
    background-size: cover;
}

.map-content .around ul li i.food {
    background: url(../../images/ysl_sb/food.png) 0 0 no-repeat;
    background-size: cover;
}

.map-content .around ul li i.sight {
    background: url(../../images/ysl_sb/sight.png) 0 0 no-repeat;
    background-size: cover;
}

.map-content .around ul li i.bus {
    background: url(../../images/ysl_sb/bus.png) 0 0 no-repeat;
    background-size: cover;
}

.map-content .around ul li i.subway {
    background: url(../../images/ysl_sb/subway.png) 0 0 no-repeat;
    background-size: cover;
}

.map-content .around ul li.on span {
    color: #fa0000;
}

.map-content .around ul li.on i.school {
    background: url(../../images/ysl_sb/school2.png) 0 0 no-repeat;
    background-size: cover;
}

.map-content .around ul li.on i.hospital {
    background: url(../../images/ysl_sb/hospital2.png) 0 0 no-repeat;
    background-size: cover;
}

.map-content .around ul li.on i.bank {
    background: url(../../images/ysl_sb/bank2.png) 0 0 no-repeat;
    background-size: cover;
}

.map-content .around ul li.on i.market {
    background: url(../../images/ysl_sb/market2.png) 0 0 no-repeat;
    background-size: cover;
}

.map-content .around ul li.on i.food {
    background: url(../../images/ysl_sb/food2.png) 0 0 no-repeat;
    background-size: cover;
}

.map-content .around ul li.on i.sight {
    background: url(../../images/ysl_sb/sight2.png) 0 0 no-repeat;
    background-size: cover;
}

.map-content .around ul li.on i.bus {
    background: url(../../images/ysl_sb/bus2.png) 0 0 no-repeat;
    background-size: cover;
}

.map-content .around ul li.on i.subway {
    background: url(../../images/ysl_sb/subway2.png) 0 0 no-repeat;
    background-size: cover;
}


.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;
}


.sectionwrap{
    position: relative;
    padding-bottom:1.4rem;
}
/* 去掉图片未加载出来时浏览器文字白色边框 */
.swiper-container img{text-indent:-999999px;}
.swiper-container img[src=""],
.swiper-container img:not([src]){
    opacity: 0;
}

.city{
    width:1.16rem;
    height:0.66rem;
    line-height: 0.66rem;
    font-size: 0.24rem;
    color: #333333;
    padding-left: 2px;
}
.city .location{
    display: inline-block;
    width:0.16rem;
    height:0.2rem;
    margin-left:0.06rem;
    background: url("../../images/ysl_sb/dropdown.png") no-repeat center center ;
    background-size:contain;
}

/* app下载 */
.app-fixed{
    position: relative;
    z-index: 1;
    margin: 0 -0.3rem;
    padding: 0.2rem 0.3rem;
}
.app-fixed .app-upload{
    padding: 0;
    box-shadow: none;
}
.infoBox .app-fixed .app-upload .upload-btn{
    line-height: 0.58rem;
    color: #F02D2C;
    background-color: #fff;
    border: 1px solid #F02D2C;
    box-sizing: border-box;
}
.app-fixed .app-upload .upload-right{
    float: right;
    margin-top: 14px;
}
.app-fixed .app-upload .upload-closed{
    display: none;
}

.toApp-btn{
    position: relative;
    width:6.9rem;
    height:0.8rem;
    margin: 0.3rem auto 0;
    background: #E03236;
    border-radius: 0.4rem;
    font-size: 0.28rem;
    line-height: 0.8rem;
    color: #FFFFFF;
    text-align: center;
}

/* 收藏成功弹框 */
.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.92rem;
}
.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.4rem auto;
    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;
}


.grapXf-btn,.imxfkfchat-btn {
    background: #F54949;
    border-radius: 2px;
    width: 2.6rem;
    height: 0.9rem;
    color: #FFFFFF;
    margin-left: 0.3rem;
    text-align: center;
    position: relative;
}
.foot-btn{
    z-index: 100;
    background: #fff;
    height: 1.06rem;
    padding-top: 0.18rem;
}
.contact-agent{
    width:2.6rem;
    height: 0.9rem;
    background: #F5C545;
    border-radius: 2px;
    color: #FFFFFF;
    text-align: center;
}
footer .a{
    font-size: 0.3rem;
    font-weight:bold;
    padding-top: 0.14rem;
    display: block;
    line-height: 0.64rem;
}
footer .b{
    color:rgba(255,255,255,.8);
    font-size: 0.24rem;
    transform: scale(0.8);
    transform-origin: center;
    display: block;
    line-height: 0.26rem;
}
.callZx{
    background: #F54949;
    border-radius: 2px;
    width: 1.65rem;
    height: 0.68rem;
    font-size: 0.26rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.68rem;
    cursor: pointer;
    font-weight: bold;
    position: absolute;
    right:0.4rem;
}
.dialog-agent-list li{
    padding: 0.4rem;
}
.dialog-agent-list .name{
    font-size: 0.3rem;
    color: #515151;
    font-weight: bold;
}
.dialog-agent-list li .avatar-tip em{
    background: rgba(122, 144, 182, 0.08);
    color: #7A90B6;
    font-size: 0.24rem;
    transform: scale(0.9);
    transform-origin: center center;
    padding: 0rem 0.12rem;
    height: 0.36rem;
    line-height: 0.36rem;
    margin-right: 0.06rem;
}
.dialog-agent-bottom{
    padding: 0.3rem 0 1.24rem;
}
.dialog-agent-bottom .close-contact-agent
{
    cursor: pointer;
}
.login-box{
    width: 5.1rem;
    margin: 3.18rem auto;
    height: 5.7rem;
    background: #fff;
    display: block;
    padding: 0.7rem 0.44rem 0.58rem 0.46rem;
    position: relative;
}
.login-box h2{
    font-size: 0.44rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: 0.12rem;
    text-align: left;
}
.login-box .signin-tip{
    font-size: 0.26rem;
    line-height: 0.36rem;
    text-align: left;
    margin-bottom: 0.36rem;
}
.form-item{
    padding: 0;
}
.form-item::after{
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #E7E7E7;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.form-item .phone-code:after{
    position: absolute;
    right: 0;
    top: 50%;
    content: '';
    display: block;
    width: 1px;
    height: 0.4rem;
    margin-top: -0.2rem;
    background: #E7E7E7;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.form-item .phone-code{
    font-size: 0.3rem;
    color: #333333;
    background: url(../../images/houses/xiala_icon@2x.png) 0.9rem center no-repeat;
    background-size: 0.17rem 0.17rem;
}
.form-input::-webkit-input-placeholder{
    font-size: 0.3rem;
    color: #C6C6C6;
}
.form-item .form-pin{
    font-size: 0.3rem;
    color: #F03535;
}
.form-operation{
    margin: 0.4rem 0 0;
}
.form-operation button{
    -webkit-border-radius: 0px;
    border-radius: 0px;
    width: 5.1rem;
    height: 0.8rem;
    font-size: 0.32rem;
    color: #FFFFFF;
    line-height: 0.32rem;
    background: #F03535;
}
.form-item .form-input{
    color: #333333;
    font-size: 0.3rem;
}
.form-oper button[disabled]{
    opacity: 0.3;
}
.yyyzm-box{
    height: 0.56rem;
    padding: 0;
}
.closeD{
    position: absolute;
    right:0.3rem;
    top:0.3rem;
    width: 0.3rem;
    height:0.3rem;
    background: url("../../images/houses/dialog-close.png") no-repeat center center;
    background-size: contain;
    opacity: 0.4;
    cursor: pointer;
}

footer a .tip{
    padding:0 0.08rem 0 0.1rem;
    height:0.48rem;
    line-height:0.48rem;
    background: #f5c545;
    border-radius: 2px;
    font-size: 0.22rem;
    color: #272A00;
    position: absolute;
    top: -0.48rem;
    left: 0.1rem;
    width: 100%;
}
footer a .tip:after{
    content:"";
    position: absolute;
    bottom:-4px;
    left:0;
    width:0;
    height:0;
    border-width: 4px 4px;
    border-style: solid;
    border-color: #f5c545 transparent transparent #f5c545;
}

.layoutBox{
    padding-right:0;
}
.swiper-layout{
    padding-left:0.4rem;
    margin-top:0.36rem;
    padding-bottom:0.4rem;
}
.swiper-layout .swiper-slide{
    width:5.46rem;
    margin-right:0.4rem;
    position: relative;
    border-radius: 2px;
}
.swiper-layout .swiper-slide img{
    width:100%;
    height:4.1rem;
}
.swiper-layout .swiper-slide .vr{
    position: absolute;
    top:0;
    left:0;
    width:1.28rem;
    height:0.46rem;
    line-height:0.46rem;
    background-image: linear-gradient(270deg, #FF322D 0%, #FF795F 100%);
    border-radius: 2px 0 7px 0;
    text-align: center;
    font-size: 0.24rem;
    color: #FFFFFF;
}
.swiper-layout .tit{
    margin-top:0.2rem;
    font-size: 0.36rem;
    color: #333333;
    line-height:0.5rem;
    font-weight: bold;
}
.swiper-layout .tit .sale{
    float: right;
    position: relative;
    margin-top:0.08rem;
    height:0.36rem;
    line-height: 0.38rem;
    padding:0 0.08rem;
    font-size: 0.22rem;
    margin-right:1px;
    font-weight:normal;
}
.swiper-layout .tit .onsale{
    color: #F54949;
    background: #ffffff;
}
.swiper-layout .tit .onsale:after{
    content:"";
    position: absolute;
    left:0;
    top:0;
    box-sizing: border-box;
    width:200%;
    height:200%;
    border:1px solid #F54949;
    transform: scale(0.5);
    transform-origin: left top;
}
.swiper-layout .tit .waitsale{
    color: #5064A3;
    background: #ffffff;
}
.swiper-layout .tit .waitsale:after{
    content:"";
    position: absolute;
    left:0;
    top:0;
    box-sizing: border-box;
    width:200%;
    height:200%;
    border:1px solid #5064A3;
    transform: scale(0.5);
    transform-origin: left top;
}
.swiper-layout .tit .saled{
    color: #ffffff;
    background: #CFCFCF;
}
.swiper-layout .attr{
    margin-top:0.04rem;
    font-size: 0.3rem;
    color: #999999;
    line-height:0.4rem;
}
.swiper-layout .price{
    margin-top:0.04rem;
    font-size: 0.36rem;
    color: #F54949;
    line-height:0.5rem;
    font-weight: bold;

}
.swiper-layout .avg{
    margin-top:0.04rem;
    font-size: 0.24rem;
    color: #999999;
    line-height:0.34rem;
    margin-left:0.16rem;
    font-weight: normal;
}