html{
    height:100%;
    min-height:100%;
}
body{
    background: #ffffff;
}
section {
    margin-top: 0;
}

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

/* 1px像素底边 */
.border {
    position: relative;
}
.border:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
    background: #eee;
}

.jjs-cont {
    height: 100%;
    margin: 0 auto;
    position: relative;
    background: #fff;
}
/* 头部app下载 */
.page-top{
    display: box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    flex-direction: row;
    position: relative;
    font-size: 0.34rem;
    height: 0.88rem;
    line-height: 0.64rem;
    padding: 0.14rem 0;
    color: #333;
    letter-spacing: 0.12px;
    text-align: center;
    box-sizing: border-box;
}
.page-top::after{
    border-color: #fff !important;
}

.page-top .city,
.page-top .personal{
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}
.page-top .search-wrap{
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
}

/* 头部 */
.page-top {
    width: 100%;
    height: 1.02rem;
    line-height: 0.88rem;
    margin-top:1.12rem;
    padding: 0.2rem 0;
    z-index: 100;
}
.page-top.border{
    background-color: #fff;
}
.page-top.border .city{
    color: #666;
}
.page-top.border .city .area i{
    background: url(../../images/index/top_icon2.png) no-repeat;
    background-size: 0.5rem 1.28rem;
    background-position: -0.16rem -0.06rem;
}
.page-top.border .search-wrap .ser-txt{
    color: #333;
    background-color: #fff;
}
.page-top.border .search-wrap:after{
    position: absolute;
    left: -50%;
    top: -50%;
    content: '';
    width: 200%;
    height: 200%;
    border: 1px solid #e8e8e8;
    border-radius: 0.68rem;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.page-top.border .search-wrap .ser-txt::-webkit-input-placeholder{
    color: #999;
}
.page-top.border .sprite-search{
    background: url(../../images/index/top_icon2.png) no-repeat;
    background-size: 0.5rem 1.28rem;
    background-position: -0.1rem -0.9rem;
}
.page-top.border .personal{
    background: url(../../images/index/login-icon2.png) no-repeat center center;
    background-size: 0.4rem 0.4rem;
}
/*.page-top.border:after{*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 1px;*/
/*    -webkit-transform: scaleY(0.5);*/
/*    transform: scaleY(0.5);*/
/*    background-color: #e8e8e8;*/
/*}*/

.page-top .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    z-index: -1;
}

.page-top .city {
    font-size: 0.28rem;
    padding:0.1rem 0;
    height: 0.48rem;
    line-height: 0.5rem;
    margin-left: 0.32rem;
    color: #474747;
    text-align: left;
}

.page-top .city .area {
    display: block;
    position: relative;
    max-width: 1.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 0.3rem;
}

.page-top .city .area i {
    margin-left: 0.12rem;
    position: absolute;

    top: 0.2rem;
    width: 0;
    height: 0;
    border-width: 5px 3px 0;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    right:0;
}

.page-top .personal {
    /*float: right;*/
    height: 0.34rem;
    padding: 0.12rem 0.3rem;
    margin-right: 0.2rem;
    margin-left:0.2rem;
    background: url(../../images/index/login-icon.png) no-repeat center center;
    background-size: 0.4rem 0.4rem;
}

.page-top .personal i {
    float: right;
}

.page-top .personal .map {
    font-size: 0.28rem;
    line-height: 0.32rem;
    padding-top: 0.03rem;
    color: #fff;
    float: right;
    margin-left: 0.06rem;
}

/* 头部搜索 */
.search-wrap {
    position: relative;
    height: 0.68rem;
    margin-left:0.2rem;
    border-radius: 0.34rem;
}

.search-wrap .icon-search {
    position: absolute;
    width:0.28rem;
    height:0.28rem;
    left: 0.24rem;
    top: 0.16rem;
    z-index: 10;
    background: url("../../images/index/search.png") no-repeat center center;
    background-size: contain;
}

.search-wrap .ser-txt {
    position: relative;
    width: 100%;
    padding: 0 0.2rem 0 0.71rem;
    height: 0.6rem;
    line-height: 0.6rem;

    color: #999999;
    border: none;
    box-sizing: border-box;
    font-size: 0.28rem;
    outline: none;
    background: #f2f2f2;
    border-radius: 0.34rem;
}

.search-wrap .ser-txt::-webkit-input-placeholder {

    color: #999999
}


/* banner */
.banner {
    width: 100%;
    height:2.78rem;
    overflow: hidden;
    position: relative;
}
.banner .swiper-container2{
    width: 100%;
    height: 2.78rem;
}
.banner a{
    display: block;
    width: 100%;
    height: 2.78rem;
}
.banner img {
    width: 100%;
    height: 2.78rem;
}
.banner-pagination{
    position: absolute;
    z-index:9;
    line-height: 0;
}
.swiper-pagination-bullet{
    width:0.14rem;
    height:0.06rem;
    background: #FFFFFF;
    border-radius: 100px;
    margin:0 2px;
    opacity: 0.3;
}
.swiper-pagination-bullet-active{
    width:0.2rem;
    opacity: 1;
}
.banner .gradient {
    position: absolute;
    top: 4.3rem;
    width: 100%;
    height: 1.88rem;
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.00) 6%, #FFFFFF 59%, #FFFFFF 98%);
}


.hot-activity {
    width:6.9rem;
    margin:0.32rem 0 0.3rem 0.3rem;
    padding-right:0.3rem;
}
.hot-activity .swiper-slide{
    width:6.44rem;
}
.swiper-hd {
    padding:0.56rem 0.3rem 0px;
    height:0.6rem;
    line-height:0.6rem;
}
.swiper-hd strong{
    float:left;
    font-size:0.44rem;
}
.swiper-hd .swiper-pagination{
    font-size: 0.24rem;
    float: right;
    position: relative;
    width: auto;
    bottom: 0px;

}
/*  新手大礼包 */
.novice-spree{
    width: 100%;
    height: auto;
    padding: .2rem .25rem 0 .25rem;
    box-sizing: border-box;
}
.novice-spree .novice-spree-bg{
    height: 3.91rem;
    width: 7.01rem;
    background-image: url(../../images/index/spree_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.novice-spree .novice-spree-cnt{
    height: .92rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .2rem;
    box-sizing: border-box;
}
.novice-spree .novice-spree-logo {
    height: .36rem;
    width: 1.86rem;
}
.novice-spree .novice-spree-countdown {
    display: flex;
    align-items: center;
}
.novice-spree .novice-spree-day {
    font-size: 0.22rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #E03236;
    line-height: 0.3rem;
    margin-right: .15rem;
}
.novice-spree .novice-spree-counter{
    display: flex;
    align-items: center;
}
.novice-spree .novice-spree-counter span{
    display: inline-block;
    width: 0.36rem;
    height: 0.36rem;
    text-align: center;
    background: #E03236;
    border-radius: 0.04rem;
    font-size: 0.22rem;
    line-height: .36rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}
.novice-spree .novice-spree-counter img{
    width: .04rem;
    height: .16rem;
    margin: 0 .08rem;
}
.novice-spree .novice-spree-receive{
    height: .9rem;
    width: 2.76rem;
    position: absolute;
    left: 2.12rem;
    top: 2.61rem;
}
.novice-spree .novice-spree-receive img{
    height: 100%;
    width: 100%;
}
/* 菜单导航 */
.pos {
    width: 7.2rem;
    margin: 0.1rem auto 0;
    position: relative;
    z-index:2;
    background: #ffffff;
}

.menu {
    border-radius: 0.1rem;
    z-index: 10;
}

.menu .nav {
    display: block;
    width: 100%;
    padding-bottom: 0.2rem;
}

.menu .nav li {
    float: left;
    width: 20%;
    text-align: center;
    position: relative;
}

.menu .nav li a div {
    display: block;
    margin: 0.24rem auto 0;
}

.menu .nav li a span {
    display: block;
    margin-top:0.02rem;
    font-size: 0.26rem;
    line-height: 0.36rem;
    color: #2B374B;
    font-weight: bold;
}

.menu .nav li a .tag{
    box-sizing: border-box;
    position: absolute;
    min-width:0.62rem;
    height:0.3rem;
    top:0.18rem;
    right:-0.04rem;
    padding:0 0.12rem;
    background-image: linear-gradient(-44deg, #FF2222 0%, #FF795F 74%);
    border-radius: 0.1rem 0 0.15rem 0;
    text-align: center;
    font-size:0.18rem;
    font-weight: bold;
    line-height:0.3rem;
    color: #ffffff;
}
.menu .attr {
    width: 5.86rem;
    margin: 0.28rem auto;
}

.menu .attr img {
    width: 100%;
}

/* 菜单导航图标 */
.menu .sprite {
    display: block;
    width: 1.04rem;
    height: 1.04rem;
    background-image: url(../../images/index/menu_icon4.png);
    background-repeat: no-repeat;
    background-size: 4.16rem 3.12rem;
}
.sprite-icon1 {
    background-position:-1.04rem -0;
}

.sprite-icon2 {
    background-position:-0 -1.04rem;
}
.sprite-icon3 {
    background-position:-2.08rem -1.04rem;
}


.sprite-icon4 {
    background-position:-1.04rem -1.04rem;
}

.sprite-icon5 {
    background-position:-2.08rem -0;
}

.sprite-icon6 {
    background-position:-0 -0;
}

.sprite-icon7 {
    background-position:-0 -2.08rem;
}

.sprite-icon8 {
    background-position:-1.04rem -2.08rem;
}

.sprite-icon9 {
    background-position:-2.08rem -2.08rem;
}

.sprite-icon10 {
    background-position:-3.12rem -0;
}

.sprite-icon11 {
    background-position:-3.12rem -1.04rem;
}
.sprite-icon12 {
    background-position:-3.12rem -2.08rem;
}


/*通知*/
.wlsb-index{
    position: relative;
    z-index:1;
    font-size: 0.26rem;
    height:0.88rem;
    line-height: 0.94rem;
    padding: 0 0.3rem;
    color: #333333;
    box-shadow: 0 1px 8px 0 #E9E9E9;
}
.wlsb-index i.notice-icon{
    float:left;
    width: 0.28rem;
    height: 0.28rem;
    margin: 0.3rem 0.16rem 0.3rem 0;
    background: url("../../images/index/notice-icon.png") no-repeat center center;
    background-size: contain;
}
.wlsb-index i.more-icon{
    width: 0.28rem;
    height: 0.28rem;
    margin: 0.3rem 0;
    background: url(../../images/index/list_arrow.png) center no-repeat;
    background-size: 0.14rem 0.28rem;
}

.topicBox{
    padding:0.24rem 0.27rem 0.4rem;
}
.topicBox a{
    float:left;
    width:3.16rem;
    height:1.8rem;
    padding:0.22rem 0.24rem;
    margin:0.12rem;
    background: #F9F9F9;
    border-radius: 2px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.topicBox a img{
    width:100%;
    height:100%;
    display: block;
    position: absolute;
    left:0;
    top:0;
}
.topicBox a b{
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 0.3rem;
    color: #2B374B;
    line-height:0.42rem;
}
.topicBox a b .tag{
    position: absolute;
    right:-0.6rem;
    top:-0.14rem;
    height:0.28rem;
    line-height:0.28rem;
    padding:0 0.12rem;
    border-radius: 5px 0 5px 0;
    background-image: linear-gradient(-44deg, #FF2222 0%, #FF795F 74%);
    font-size: 0.17rem;
    color: #FFFFFF;
    letter-spacing: 0.0026rem;
}
.topicBox a p{
    position: relative;
    display: block;
    font-size: 0.24rem;
    color: #9C5A0B;
    line-height:0.34rem;
    margin-top:0.1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.topicBox a.white b,
.topicBox a.white p{
    color: #fff;
}
/* 成交价/均价 */
.cj-list {
    position: relative;
    margin: 0.3rem;
    padding: 0.3rem 0;
}

.cj-list:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 200%;
    height: 200%;
    border: 1px solid #e8e8e8;
    border-radius: 0.08rem;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cj-list ul {
    display: block;
    width: 100%;
    overflow: hidden;
}

.cj-list li {
    position: relative;
    float: left;
    width: 50%;
    padding: 0 0.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cj-list li:first-child:after {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #e8e8e8;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}

.cj-list li p {
    font-size: 0.24rem;
    color: #333;
}

.cj-list li p strong {
    display: block;
    color: #e03236;
    margin-bottom: 0.12rem;
}

.cj-list li p b {
    font-size: 0.5rem;
    color: #666666;
    margin-right: 0.08rem;
}
/* ---------------乐乐券 start */
.llq-box{
    width: 7.02rem;
    height: 2.52rem;
    margin: 0 auto;
    background: url('https://front.leyoujia.com/fangMini/images/index/llq/new-llq-bg.png') no-repeat;
    background-size: 7.02rem 2.52rem;
    position: relative;
    overflow: hidden;
    padding: 0 .2rem;
    box-sizing: border-box;
}
.llq-box:before{
    content: '';
    position: absolute;
    top: .16rem;
    left: .26rem;
    height: .47rem;
    width: 4.42rem;
    background: url('../../images/index/llq-txt.png') no-repeat;
    background-size: 100% 100%;
}
.llq-box .llq-more{
    position: absolute;
    top: 0;
    right: 0;
    height: 2.52rem;
    width: 1.11rem;
    background: url('https://front.leyoujia.com/fangMini/images/index/llq/new-llq-more.png') no-repeat;
    background-size: 100% 100%;
}
.llq-box div{
    overflow-x: scroll;
    height: 100%;
    width: 7.02rem;
}
.llq-box ul{
    padding-top: .85rem;
    padding-right: 1.11rem;
    box-sizing: border-box;
    display: inline-flex;
    flex-wrap: nowrap;
}
.llq-box .llq-item{
    height: 1.47rem;
    width: 1.56rem;
    background: url('../../images/index/llq_item_bg.png') no-repeat;
    background-size: 1.56rem 1.47rem;
    margin-right: .1rem;
}
.llq-box .llq-item.llq-item-received{
    position: relative;
}
.llq-box .llq-item.llq-item-received::before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: .91rem;
    width: .89rem;
    background: url('../../images/index/llq_received.png') no-repeat;
    background-size: .89rem .91rem;
}
.llq-box .llq-item p{
    text-align: center;
}
.llq-box .llq-item .llq-item-price{
    font-family: PingFangSC-Semibold, PingFang SC;
    /*font-weight: 600;*/
    color: #ED1212;
    line-height: 0.8rem;
    font-size: 0.22rem;
    text-shadow: 0px 0px 0px rgba(255, 138, 138, 0.15);
}
.llq-box .llq-item .llq-item-price span{
    font-size: 0.44rem;
    font-weight: 600;
}
.llq-box .llq-item .llq-item-txt{
    font-size: 0.22rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #E03236;
    line-height: 0.6rem;
    text-shadow: 0px 0px 0px rgba(255, 138, 138, 0.15);
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding: 0 .08rem;
    box-sizing: border-box;
}
.llq-hongbao{
    position: fixed;
    right: 0.2rem;
    bottom: 3.4rem;
    z-index: 10;
    width: 1.2rem;
    height: 1.2rem;
}
.llq-hongbao .img1{
    width: 100%;
    height: 100%;
}
.llq-hongbao .img2{
    width:100%;
    height:0.34rem;
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    margin: auto;
    transform-origin: center;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    animation: debance 0.5s ease-in-out infinite alternate;
}
@keyframes debance{
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.9);
    }
}
/* ---------------乐乐券 end */
/* 猜你喜欢 */
.popular {
    margin-top: 0;
    background: #fff;
}


/*.popular .popular-title {
    position: relative;
    height: 0.7rem;
    line-height: 0.7rem;
    margin: 0 0.3rem;
    padding-bottom: 0.05rem;
    font-size: 0.36rem;
    color: #333;
}

.popular .popular-title:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    transform: scaleY(0.5);
}

.popular .popular-title a {
    position: relative;
    float: right;
    font-size: 0.26rem;
    color: #999;
    padding-right: 0.2rem;
    letter-spacing: 0.01px;
}

.popular .popular-title a i {
    width: 0.1rem;
    height: 0.2rem;
    background: url('../../images/index/list_arrow.png') 0 0 no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    position: absolute;
    top: 0.25rem;
    right: 0;
}*/

.popular .popular-title {
    position: relative;
    height: 0.6rem;
    line-height: 0.6rem;
    margin: 0.4rem 0.3rem 0;
    font-size: 0.44rem;
    color: #000;
    overflow: hidden;
}
.popular .popular-title strong{
    /* font-weight: 700;*/
    display: block;
}

.popular .popular-title i{
    font-size: 0.2rem;
    color: #999;
}

.popular .popular-title a {
    position: relative;
    float: left;
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #999;
    margin-left: 0.4rem;
    letter-spacing: 0.01px;
}

.popular .popular-title a.curr{
    color: #e03236;
}

.house-list {
    padding-left: 0.3rem;
    background: #fff;
}

.house-list li {
    min-height: 1.6rem;
    padding: 0.4rem 0.3rem 0.22rem 0;
    position: relative;
    overflow: hidden;
}

.house-list li:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    -webkot-transform: scaleY(0.5);
    transform: scaleY(0.5);
}


.popular-list .popular-more{
    position: relative;
    width: 3.58rem;
    height: 0.7rem;
    line-height: .7rem;
    background: #E03236;
    border-radius: 0.04rem;
    font-size: 0.26rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0 auto;
    text-align: center;
    margin-top: .1rem;
}

.popular-list .popular-more:after {
    /*content: "";*/
    /*position: absolute;*/
    /*display: block;*/
    /*top: 0;*/
    /*width: 100%;*/
    /*height: 1px;*/
    /*background: #e8e8e8;*/
    /*-webkot-transform: scaleY(0.5);*/
    /*transform: scaleY(0.5);*/
}

.popular-list .popular-more a{
    color: #fff;
}

/*.house-list .housing-img {*/
/*width: 2.1rem;*/
/*margin-right: 0.3rem;*/
/*}*/

.house-list img {
    width: 2.1rem;
    height: 1.6rem;
}

/*.house-list .housing-info {*/
/*margin-left: 2.4rem;*/
/*}*/


/*.house-list .detail-title {
    position: relative;
    top: -0.04rem;
    font-size: 0.32rem;
    line-height: 0.4rem;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.house-list .detail-cont{
    font-size: 0.24rem;
    color: #999999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.house-list .detail-price {
    color: #333;
    font-size: 0.24rem;
    height: 0.32rem;
}

.house-list .detail-price .price {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.32rem;
    color: #e03236;
    margin-right: 0.1rem;
}

.house-list .detail-price .unit {
    float: right;
    color: #e03236;
    font-size: 0.24rem;
    margin-left: 0.04rem;
    margin-top: 0.04rem;
}

.house-list .average-price {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.24rem;
    color: #999;
    line-height: 0.24rem;
}
.house-list .detail-tags{

}
.house-list .tags-block {
    font-size: 0.22rem;
    margin-right: 0.1rem;
    padding: 0 0.1rem;
    line-height: 0.32rem;
    background: rgba(240, 45, 44, 0.05);
    color: #F55848;
}

.house-list .tags-block.block-1 {
    background: #feefef;
    color: #e03236;
}

.house-list .tags-block.block-2 {
    background: #fdf7ee;
    color: #F6A623;
}

.house-list .tags-block.block-3 {
    background: #eff9ff;
    color: #38ADFF;
}*/

/* 底部选择 */
.footbox{
    margin-top:0.28rem;
    border-bottom:0.32rem solid #F6F6F6;
}
.footbox.fold,
.footbox .fold{
    height:1rem;
    overflow: hidden;
}
.footbox .hd{
    height:1rem;
    line-height:1rem;
    margin-left:0.32rem;
    padding-right:0.32rem;
}
.footbox .hd:after{
    background: #DADADA;
}
.footbox .hd:before{
    content:"";
    position: absolute;
    right:0.3rem;
    top:0.36rem;
    width:0.16rem;
    height:0.28rem;
    background: url("../../images/ysl_sb/right.png") no-repeat right center;
    background-size:contain;
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.footbox.fold .hd:before{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
}
.footbox .hd h3{
    position: relative;
    float: left;
    font-size: 0.34rem;
    color: #474747;
    font-weight: normal;
    padding-left:0.26rem;
}
.footbox .hd h3:before{
    content: "";
    position: absolute;
    left:0;
    top:0;
    width:0.1rem;
    height:0.98rem;
    background: url("../../images/ysl_sb/tit.png") no-repeat center center;
    background-size: contain;
}
.footbox .bd dt{
    position: relative;
    display: block;
    margin-left:0.3rem;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.32rem;
    color: #333333;
    background: #ffffff;
}
.footbox dl dt:before{
    content:"";
    position: absolute;
    right:0.3rem;
    top:0.38rem;
    width:0.26rem;
    height:0.24rem;
    background: url("../../images/ysl_sb/add.png") no-repeat center center;
    background-size:contain;
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.footbox .fold dt:before{
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.footbox dt:after{
    background: #ffffff;
}
.footbox .fold dt:after{
    background: #DADADA;
}
.footbox .bd dd{
    display: block;
    padding:0.34rem 0.3rem 0.06rem;
    line-height: 0.4rem;
    font-size: 0.28rem;
    background: #F6F6F6;
}
.footbox .bd dd a{
    float:left;
    width: 50%;
    margin-bottom:0.3rem;
    color: #999999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.app-pop {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99;
    box-sizing: border-box;
    height: 60px;
}

.app-pop .pop-main {
    position: relative;
    padding: 7px 0 8px 20px;
}

.app-pop .pop-main .shun {
    float: left;
    width: 45px;
    height: 45px;
    background: url('../../images/shun.png') 0 0 no-repeat;
    background-size: contain;
    margin-right: 3px;
}

.app-pop .pop-main .shunTxt {
    float: left;
    color: #fff;
    line-height: 1.5;
    font-size: 1.4rem;
    left: 100px;
    margin-top: 4px;
}

.app-pop .pop-main .dlBtn {
    position: absolute;
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1.4rem;
    right: 10px;
    top: 15px;
    display: block;
    border-radius: 20px;
}

.app-pop .pop-close {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    text-align: center;
    background: #000;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: -10px;
    left: 0px;
    font-size: 1.5em;
    line-height: 18px;
}

/* 搜索 */
.search_box {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
}

.search_box .search-cond {
    position: relative;
    padding: 0.3rem;
}

.search-cond .type-list {
    display: block;
    padding-bottom: 0.3rem;
    overflow: hidden;
}

.search-cond .type-list li {
    position: relative;
    font-size: 0.3rem;
    float: left;
    height: 0.6rem;
    line-height: 0.6rem;
    margin-right: 1rem;
    color: #333;
    text-align: center;
}

.search-cond .type-list li.active{
    color: #e03236;
}

.search-cond .type-list li.active:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    height: 0.04rem;
    background: #e03236;
}

.search-cond .type-list li:last-child {
    margin-right: 0;
}

.search-cond .type-list:before {
    content: " ";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 0.12rem solid transparent;
    border-right: 0.12rem solid transparent;
    border-bottom: 0.12rem solid rgba(38, 39, 40, 0.8);
    top: -0.12rem;
    left: 50%;
    margin-left: -0.12rem;
    border-radius: 0.02rem;
}


.search-cond .search-ipt {
    position: relative;
    padding-right: 0.9rem;
}

.search-ipt .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-cond .esfReset {
    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_cont ul {
    background: #fff;
    padding: 0 0.3rem;
    overflow: hidden;
}


/*.search_cont ul.history-list{
    max-height: 1.52rem;
}*/


.search_cont ul 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;
    padding: 0.3rem 0;
    overflow: hidden;
}
.search_cont ul.preByContext li:after{
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #E8E8E8;
    transform: scaleY(0.5);
}

.search_cont ul li em.red {
    color: #e03236;
}

.search_cont ul li .history-tag{
    float: left;
    margin-right: 0.2rem;
}
.search_cont 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_cont ul li span.search-name{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    line-height: 0.42rem;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.search_cont ul li span.search-name-right{
    font-size: 0.26rem;
    color: #999999;
}

.search_cont ul li span.search-tag{
    /*display: inline-block;*/
    font-size: 0.2rem;
    padding:0 0.08rem;
    /*height: 0.26rem;*/
    line-height: 0.26rem;
}
.search_cont ul li span.search-tag.onsale{
    color: #fff;
    background-image: linear-gradient(-270deg, #FF322D 0%, #FF795F 100%);
    border-radius: 0.02rem;
}
.search_cont ul li span.search-tag.waitsale{
    color: #fff;
    background-image: linear-gradient(-270deg, #516CC0 0%, #6280DD 100%);
    border-radius: 0.02rem;
}
.search_cont ul li span.search-tag.saled{
    color: #ffffff;
    background: #CFCFCF;
    border-radius: 0.02rem;
}
.search_cont 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_cont ul li span.search-name em{
    font-size: 0.22rem;
    display: block;
    line-height: 0.32rem;
    color: #999;
}

.search_cont ul li em.red {
    color: #e03236;
}

.search_cont 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_cont ul li span em.sear-price{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.28rem;
    color: #F54949;
}
.search_cont ul li em.sear-price .pri-unit{
    font-size: 0.1rem;
    color: #F54949;
    display: inline-block;
}

.search_cont ul li span.tao{
    font-size: 0.26rem;
    line-height: 0.74rem;
    color: #999;
}

.search_cont ul li {
    position: relative;
    color: #333;
}

.search_cont 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_cont ul li:last-child {
    border-bottom: none;
}

.search_cont ul li.search-more{
    font-size: 0.24rem;
    display: block;
    padding: 0.7rem;
    text-align: center;
}
.search_cont ul li.search-more a{
    color: #E03236;
}
/* px单位是为了固定高度，方便js获取，避免取到小数 */
.search_cont .history-list li {
    font-size: 0.24rem;
    position: static;
    float: left;
    color: #333;
    max-width: 6.5rem;
    height: auto;
    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_cont .clear-history{
    font-size: 0.26rem;
    color: #999999;
    line-height: 0.76rem;
    padding-left: 0.3rem;
    overflow: hidden;
}
.search_cont .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_cont .hot-icon{
    float: left;
    width: 0.24rem;
    height: 0.28rem;
    margin-top: 0.22rem;
    margin-right: 0.1rem;
    background: url(../../images/houses/search-hot.png) center no-repeat;
    background-size: 0.24rem 0.3rem;
}
.search_cont .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_cont p{
    font-weight: 700;
    font-size: 0.3rem;
    color: #333;
    line-height: 0.76rem;
    padding: 0 0.3rem;
    overflow: hidden;
}
.search_cont .resou-history,
.search_cont .new-history{
    padding: 0 0.3rem;
    overflow: hidden;
}
/* px单位是为了固定高度，方便js获取，避免取到小数 */
.search_cont .resou-history a,
.search_cont .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_cont p.history-more a,
.search_cont p.resou-more a{
    display: block;
    height: 0.76rem;
    margin-bottom: 0.3rem;
    overflow: hidden;
}
.search_cont p.history-more a i,
.search_cont 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_cont .resou-history.toggle,
.search_cont ul.history-list.toggle{
    height: auto !important;
}
.search_cont p.history-more.toggle a i,
.search_cont p.resou-more.toggle a i{
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

/* 切换城市 */
.city-search-wrap {
    width:100%;
    border-radius: 0.34rem;
}
#city-search{
    margin:0 0.3rem;
    position: relative;
}
.city-search-wrap .icon-search {
    position: absolute;
    left: 0.24rem;
    top: 0.16rem;
    width: 0.3rem;
    height:0.3rem;
    z-index: 10;
    background: url("../../images/index/city-search.png") no-repeat center center;
    background-size: contain;
}

.city-search-wrap .ser-txt {
    position: relative;
    width: 100%;
    padding: 0 0.2rem 0 0.71rem;
    height: 0.6rem;
    line-height: 0.6rem;
    color: #333333;
    border: none;
    box-sizing: border-box;
    font-size: 0.28rem;
    outline: none;
    background: #F2F2F2;
    border-radius: 0.34rem;
}

.city-search-wrap .ser-txt::-webkit-input-placeholder {
    color: #C2C0C0;
}
.city-search-list{
    display: none;
    box-sizing: border-box;
    position: fixed;
    top:0;
    left:0;
    height:100%;
    width: 100%;
}
.city-search-list .mask{
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: rgba(0,0,0,0.40);
    display: none;
}
.city-search-list .search-list{
    display: none;
    position: absolute;
    width:100%;
    height:100%;
    background: #ffffff;
    padding-left:0.3rem;
    padding-top:0.88rem;
}
.city-search-list .search-list:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0.88rem;
    left: 0;
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
    background: rgba(199,199,199,0.50);
}
.city-search-list .search-list > a{
    position: relative;
    display: block;
    height:0.88rem;
    line-height:0.88rem;
    font-size:0.26rem;
    color:#333;
}
.city-search-list .search-list > a:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
    background: #D8D8D8;
}

.choose-city-wrap{
    width:7.1rem;
    margin:1.12rem 0 0.2rem 0.3rem;
}
.city-list-title{
    height:0.36rem;
    line-height:0.36rem;
    color: #6E6E6E;
    font-size:0.26rem;
    margin-bottom:0.04rem;
    margin-top:0.06rem;
}
.city-list a{
    float:left;
    width:1.98rem;
    height:0.64rem;
    margin:0.14rem 0.3rem 0.14rem 0;
    line-height: 0.64rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #ffffff;
    font-size: 0.28rem;
    color: #232626;
    text-align: center;
}
.icon-location{
    display: inline-block;
    width: 0.22rem;
    height:0.28rem;
    background: url("../../images/index/location.png") no-repeat center center;
    background-size: contain;
    position: relative;
    top: 0.04rem;
    margin-right: 0.06rem;
}
.choose-city-chart{
    height:100%;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right:0;
    width: 0.58rem;;
    padding: 0.88rem 0.16rem 0;
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.choose-city-chart a{
    display: block;
    height:0.26rem;
    font-size: 0.24rem;
    color: #666666;
    line-height:0.36rem;
}

/* 弹出框广告 */
.dialog-bg.expert .dialog{
    width: 5.7rem;
    margin-left: -2.85rem;
    margin-top: -3.8rem;
    border-radius: 0;
    background-color: transparent;
}
.dialog-bg.expert .dialog .dialog-expert-bannar{

}
.dialog-bg.expert .dialog .dialog-expert-closed{
    display: block;
    width: 0.6rem;
    margin: 0.56rem auto 0;
}
/*banner标题新增*/
.banner .banner-title{
    position:absolute;
    top:.6rem;
    left: .6rem;
    font-size: .4rem;
    color: #12367E;
    line-height: .46rem;
    font-weight: 600;
}
.banner .banner-txt{
    position:absolute;
    top: 1.1rem;
    left: .6rem;
    line-height: .46rem;
    font-size: 10px;
    color: #12367E;
    letter-spacing: 2.2px;
}
.banner .banner-btn{
    position:absolute;
    top: 1.7rem;
    left: .6rem;
    background: #254C99;
    border-radius: 2rem;
    width: 1.5rem;
    height: .4rem;
    line-height: .4rem;
    font-size: 11px;
    text-align: center;
}
.banner .banner-btn span{
    color: #FFFFFF;
    height:auto;
}


.banner .banner-title2{
    position:absolute;
    top:.6rem;
    left: .6rem;
    font-size: .4rem;
    color: #ffffff;
    line-height: .46rem;
    font-weight: 600;
}
.banner .banner-txt2{
    position:absolute;
    top: 1.1rem;
    left: .6rem;
    line-height: .46rem;
    font-size: 10px;
    color: #ffffff;
    letter-spacing: 2.2px;
}
.banner .banner-btn2{
    position:absolute;
    top: 1.7rem;
    left: .6rem;
    background: #ffffff;
    border-radius: 2rem;
    width: 1.5rem;
    height: .4rem;
    line-height: .4rem;
    font-size: 11px;
    text-align: center;
}
.banner .banner-btn2 span{
    color: #1574FF;
    height:auto;
}


.banner .banner-title3{
    position:absolute;
    top:.6rem;
    left: .6rem;
    font-size: .4rem;
    color: #733C1F;
    line-height: .46rem;
    font-weight: 600;
}
.banner .banner-txt3{
    position:absolute;
    top: 1.1rem;
    left: .6rem;
    line-height: .46rem;
    font-size: 10px;
    color: #733C1F;
    letter-spacing: 2.2px;
}
.banner .banner-btn3{
    position:absolute;
    top: 1.7rem;
    left: .6rem;
    background: #733C1F;
    border-radius: 2rem;
    width: 1.5rem;
    height: .4rem;
    line-height: .4rem;
    font-size: 11px;
    text-align: center;
}
.banner .banner-btn3 span{
    color: #ffffff;
    height:auto;
}
/*.banner .banner2-txt{
    position: absolute;
    top: .2rem;
    font-size: 22px;
    color: #ffffff;
    right: 0;
    left: 0;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
}
.banner .banner2-cont{
    position: absolute;
    top: .84rem;
    right: 0;
    left: 0;
    text-align: center;
    font-size: .2rem;
    color: #FFFFFF;
    letter-spacing: 5.7px;

}
.banner .banner3-txt{
    position: absolute;
    top: .2rem;
    font-size: 22px;
    color: #000000;
    right: 0;
    left: 0;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
}
.banner .banner3-cont{
    position: absolute;
    top: .84rem;
    right: 0;
    left: 0;
    text-align: center;
    font-size: .2rem;
    color: #000000;
    letter-spacing: 14.6px;
}*/

.dialog-button button{
    color: #333;
}
.dialog-button a.call-phone{
    color: #E03236;
}

/*帮我找房按钮*/
.help-look-house{
    width:3.6rem;
    height:0.8rem;
    background:#E03236;
    border-radius:0.4rem;
    position:fixed;
    left:0;
    right:0;
    margin:auto;
    bottom:0.3rem;
    font-size:0.32rem;
    color:#fff;
    text-align: center;
    line-height: 0.8rem;
    z-index:999;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
#llq-prompt{
    display: block;
    opacity: 1;
    visibility: inherit;
    background: rgba(0,0,0,.7);
    display: flex !important;
    align-items: center;
    overflow: hidden;
    flex-direction: column;
    overflow: hidden;
}
#llq-prompt .llq-bg{
    width: 6.7rem;
}
#llq-prompt .llq-close{
    margin-top: .59rem;
    height: 0.62rem;
    width: 0.62rem;
}

#llq-prompt #prompt-close{
    margin-top: .8rem;
    height: .5rem;
    width: .5rem;
}
