 .top-search-new {
    background: #fbfbfb;
    padding: .46875rem 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.whxtfc-toutiao, .swiper-pagination-bullet {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox
}

.swiper-pagination-bullet {
    width: .46875rem;
    height: .46875rem;
    background: gray;
    display: inline-flex
}

.top-search-new .pr40 {
    padding-right: 1.25rem
}

/*.top-search-new .logo {*/
/*    width: 3.34375rem;*/
/*    height: 1.1875rem;*/
/*    display: inline-block;*/
/*    background: url(../img/ic_logo.png);*/
/*    background-size: 100% 100%;*/
/*    vertical-align: middle*/
/*}*/

.top-search-new .logo {
    width: 2.5rem;
    height: 2.2rem;
    display: inline-block;
    background: url(../img/ic_logo.png);
    background-size: 100% 100%;
    vertical-align: middle
}

.top-search-new .nav-title a {
    line-height: 2.2rem;
    font-weight: 700;
    color: #101010;
    font-size: 1rem;
    /*font-size: .875rem;*/
}

.top-search-new .city-choose {
    color: #3b4144;
    font-size: .75rem;
    line-height: 1.875rem;
    position: relative;
    vertical-align: middle;
    top: 1px;
    padding-left: .625rem;
    padding-right: .625rem;
    padding-top: .3125rem;
    white-space: nowrap
}

.down-ico {
    width: .375rem;
    height: .1875rem;
    display: inline-block;
    background: url(../img/icon_city_down.png);
    background-size: 100% 100%;
    margin-left: .3125rem;
    vertical-align: middle
}

.top-search-new .search {
    width: 100%;
    height: 1.9rem;
    /*height: 1.8125rem;*/
    background: #eee;
    border-radius: .90625rem;
    padding-left: .90625rem;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.top-search-new .search .search-ico {
    display: block;
    width: 1rem;
    height: 1rem;
    background: url(../img/icons/icon_top_search.png) center 0 no-repeat;
    background-size: .9375rem .9375rem;
    position: absolute;
    top: .45rem;
    left: .9rem
}

.top-search-new .search .inp-search {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 0.85rem;
    color: #B5BCC3;
    padding-left: 1.65rem;
    background: 0 0
}

.newbanner {
    width: 100%;
    overflow: hidden;
    min-height: 0
}

.newbanner img {
    width: 100%;
    aspect-ratio: 16/9; /* 宽高比例6/3 */
    overflow: hidden;
    /*height: auto*/
}
/* supports判断是否支持 aspect-ratio */
@supports not(aspect-ratio: 16/9){
    .newbanner img {
        height: auto;
    }
}

.newbanner .swiper-pagination-bullet {
    background: rgba(255,255,255,.5)
}

.newbanner .swiper-pagination-bullet-active {
    background: #fff!important
}

 .swiper-wrapper {
     width: 100%;
     height: auto;
     /*aspect-ratio: 16 / 9;*/
     /*overflow: hidden;*/
 }

 .swiper-wrapper img {
     width: 100%;
     aspect-ratio: 16/9;
     overflow: hidden;
     /*height: auto*/
 }

.menu-icon-box {
    background: #fff;
    padding-bottom: 1rem
}

.menu-icon-box .icons li {
    width: 25%;
    display: inline-block;
    float: left;
    margin-top: 1rem;
}

.menu-icon-box .icons li a {
    display: inline-block;
    width: 100%;
    text-align: center
}

.menu-icon-box .icons li a i {
    width: 2.4rem;
    height: 2.4rem;
    background: url(../img/sy_icons.png) no-repeat;
    background-size: 16.25rem auto;
    display: inline-block
}

.menu-icon-box .icons li a span {
    display: block;
    color: #26292B;
    font-size: .65rem;
    padding-top: .25rem;
    font-weight: 700
}

.zx-signup-btn,.zx-tel-btn {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.menu-icon-box .icons li a i.ico1 {
    background-position: -.05rem -.05rem
}

.menu-icon-box .icons li a i.ico2 {
    background-position: -4.6rem -.05rem
}

.menu-icon-box .icons li a i.ico3 {
    background-position: -9.2rem -.05rem
}

.menu-icon-box .icons li a i.ico4 {
    background-position: -13.8rem -.05rem
}

.menu-icon-box .icons li a i.ico5 {
    background-position: -.05rem -4.85rem
}

.menu-icon-box .icons li a i.ico6 {
    background-position: -4.6rem -4.85rem
}

.menu-icon-box .icons li a i.ico7 {
    background-position: -9.2rem -4.85rem
}

.menu-icon-box .icons li a i.ico8 {
    background-position: -13.8rem -4.85rem
}


.ranking-box .house-title-box{
    display: block;
    position: relative;
}

.ranking-box .house-title-box a i {
    position: absolute;
    right: .125rem;
    top: .46875rem;
    width: .5625rem;
    height: .5625rem;
    border-top: .125rem solid;
    border-right: .125rem solid;
    border-color: #101010;
    content: '';
    float: left;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ranking-box ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: auto;
}

.ranking-box ul li {
    padding: 1.25rem 0;
    border-bottom: 1px solid #F5F5F5;
    position: relative;
    margin-right: 1.25rem;
}

.ranking-box ul li img {
    width: 7.5rem;
    height: 5.625rem;
    border-radius: .125rem;
    vertical-align: middle;
    border: 0;
}

.ranking-box ul li .house-item a.item-name {
    width: 7.5rem;
    margin: .3125rem 0;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #101010;
    font-size: 1rem;
    font-weight: 700;
}

.ranking-box ul li .item-price {
    color: #ff4a3d;
    font-size: .875rem;
}

.ranking-box ul li .item-price .num {
    font-size: 1rem;
    font-weight: 700;
    margin-right: .3125rem;
}
/* 排行榜结束End */

/* 区域价格户型Start */

.city-price-root, .sp-line {
    width: calc(100vw - 2.5rem)
}

.noStop .str_move, .no_drag .str_move, .str_static .str_move {
    cursor: inherit
}

.str_wrap img {
    max-width: none !important
}

.sp-line {
    height: 1px;
    color: #F0F2F5;
    margin-left: 1.25rem;
    opacity: 30%
}

.line-fix-margin {
    margin-top: 1.25rem
}

.menu-icon-box .small-icons {
    margin-top: .3125rem
}

.city-price-root {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-radius: .3125rem;
    height: 3.21875rem;
    padding: .53125rem .625rem;
    margin: .78125rem 1.25rem 0;
    background: -webkit-gradient(linear, left top, right top, from(#A5E5BE), to(#fff));
    background: linear-gradient(to right, #A5E5BE, #fff)
}

.area-fliter-root, .price-root {
    display: -webkit-box;
    display: -ms-flexbox
}

.city-price-root .city-price-title {
    font-size: .9375rem;
    font-family: PingFang SC;
    font-weight: 800;
    font-style: italic;
    color: #26292B;
    line-height: .875rem
}

.city-price-root .ver-sp {
    width: 1px;
    height: 2.25rem;
    background: #DEDDDF
}

.price-root {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: .3125rem
}

.price-root .price {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 1.125rem;
    font-family: PingFang SC;
    font-weight: 800;
    color: #26292B
}

.area-fliter-root, .price-root .house-data {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal
}

.price-root .price .unit {
    font-size: .75rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #08082F
}

.price-root .house-data {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    position: relative
}

.price-root .house-data .house-second-type-bg, .price-root .house-data .house-type-bg {
    position: absolute;
    opacity: .12;
    border-radius: .375rem .34375rem .34375rem .0625rem;
    height: .6875rem;
    bottom: 0
}

.price-root .house-data .house-type {
    font-size: .8125rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FF5F61;
    margin-left: .25rem
}

.price-root .house-data .house-type-second {
    font-size: .8125rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #1EBE64;
    margin-left: .25rem
}

.price-root .house-data .house-rate, .price-root .house-data .house-rate-up {
    font-weight: 700;
    margin-left: .34375rem;
    font-family: PingFang SC;
    font-size: .75rem
}

.price-root .house-data .house-type-bg {
    width: 1.4375rem;
    background: #FE221C
}

.price-root .house-data .house-second-type-bg {
    width: 1.96875rem;
    background: #1EBE64
}

.price-root .house-data .house-rate {
    color: #1EBE64
}

.price-root .house-data .house-rate-up {
    color: #FF5F61
}

.price-root .house-data .rate-icon {
    width: .375rem;
    height: .4375rem;
    margin-left: .125rem
}

.sp-20 {
    background: #F7F6F9;
    height: .625rem
}

.area-fliter-root {
    width: 100%;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 .9375rem 0 .78125rem
}

.area-fliter-root .fliter-items {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 3.25rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow: hidden
}

.area-fliter-root .fliter-one-line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.area-fliter-root .fliter {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: .875rem;
    font-family: PingFang SC;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-weight: 400;
    color: #26292B;
    line-height: 3.25rem;
    padding: 0 .3125rem
}

.area-fliter-root .more-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 1.84375rem;
    height: 1.84375rem;
    padding: .3125rem
}
/* 区域价格户型End */

 /* 楼盘交流群开始Start */
 .house-group {
     padding: 1.25rem;
     background-color: #fff
 }

 .house-group .title-root {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center
 }

 .house-group .title-root .title {
     font-size: 1.125rem;
     font-weight: 700;
     color: #101010;
     line-height: 1.125rem;
     height: auto;
     padding-left:0;
 }

 .house-group .title-root .people {
     color: #1fb081;
     font-size: .8125rem
 }

 .house-group .title-root .tip {
     color: #101010;
     font-size: .8125rem;
     margin-left: .3125rem
 }

 .house-group-line {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     margin-top: 1.25rem;
     background: #F8F8F8;
     border-radius: .09375rem;
     padding: .625rem
 }

 .house-group-line img {
     -ms-flex-negative: 0;
     flex-shrink: 0;
     display: block;
     width: 3.75rem;
     height: 3.75rem;
     background: #ffffff;
     margin-right: .5rem;
 }

 .house-group-line .text {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-flex: 1;
     -ms-flex-positive: 1;
     flex-grow: 1;
     height: 100%
 }

 .house-group-line .text > span {
     display: block;
     font-size: .875rem;
     line-height: .9375rem;
     color: #101010;
     max-width: 100%;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     white-space: nowrap;
     overflow: hidden;
     font-weight: 700;
     text-overflow: ellipsis
 }

 .house-group-line .text .scrollviewbox1 {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     height: .875rem;
     margin-top: .6875rem;
     overflow: hidden
 }

 .house-group-line .text .scrollviewbox1 .answer {
     font-size: .875rem;
     color: #101010;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     line-height: .875rem;
     height: .875rem;
     font-weight: 400
 }

 .house-group-cont {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     width: 100%;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     margin-top: 1.25rem;
     background: #F8F8F8;
     border-radius: .125rem;
     padding: 0 .3125rem
 }

 .house-group-cont ul {
     width: 100%
 }

 .house-group-cont .scrollviewbox {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     height: 9.375rem !important;
     margin: 0 1.25rem 0 .75rem;
     overflow: hidden
 }

 .house-group-cont .scrollviewbox .answer {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: end;
     -ms-flex-align: end;
     align-items: flex-end;
     font-size: .75rem;
     line-height: 3.0625rem;
     height: 3.0625rem
 }

 .house-group-cont .scrollviewbox .answer .avator {
     width: 2.25rem;
     height: 2.25rem;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     border-radius: .125rem;
     background-repeat: no-repeat;
     background-size: 100% 100%
 }

 .house-group-cont .scrollviewbox .answer .avator0 {
     background-image: url('/assets/addons/newhouse/img/avatar_0.jpg')
 }

 .house-group-cont .scrollviewbox .answer .avator1 {
     background-image: url('/assets/addons/newhouse/img/avatar_1.jpg')
 }

 .house-group-cont .scrollviewbox .answer .avator2 {
     background-image: url('/assets/addons/newhouse/img/avatar_2.jpg')
 }

 .house-group-cont .scrollviewbox .answer .avator3 {
     background-image: url('/assets/addons/newhouse/img/avatar_3.jpg')
 }

 .house-group-cont .scrollviewbox .answer .avator4 {
     background-image: url('/assets/addons/newhouse/img/avatar_4.jpg')
 }

 .house-group-cont .scrollviewbox .answer .avator5 {
     background-image: url('/assets/addons/newhouse/img/avatar_5.jpg')
 }

 .house-group-cont .scrollviewbox .answer .avator6 {
     background-image: url('/assets/addons/newhouse/img/avatar_6.jpg')
 }

 .house-group-cont .scrollviewbox .answer .avator7 {
     background-image: url('/assets/addons/newhouse/img/avatar_7.jpg')
 }

 .house-group-cont .scrollviewbox .answer .avator8 {
     background-image: url('/assets/addons/newhouse/img/avatar_8.jpg')
 }

 .house-group-cont .scrollviewbox .answer .avator9 {
     background-image: url('/assets/addons/newhouse/img/avatar_9.jpg')
 }

 .house-group-cont .scrollviewbox .answer .avator10 {
     background-image: url('/assets/addons/newhouse/img/avatar_10.jpg')
 }

 .house-group-cont .scrollviewbox .answer .content {
     display: block;
     background: #fff;
     line-height: .875rem;
     font-size: .875rem;
     margin: 0 .75rem;
     padding: .6875rem .75rem;
     color: #101010;
     border-radius: 1.125rem;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis
 }
 /* 楼盘交流群结束End */

 /* 加入群聊或动态开始Start */
 .phone_liuzi {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     margin-top: 1.25rem;
     padding: .5rem .75rem;
     background-color: rgba(0, 170, 102, .05);
     position: relative
 }

 .phone_liuzi input {
     -webkit-box-flex: 1;
     -ms-flex: 1;
     flex: 1;
     height: 2.375rem;
     background: #FFF;
     border: 1px solid rgba(0, 170, 102, .2);
     border-radius: 1.1875rem;
     outline: 0;
     text-indent: .9375rem;
     margin-right: .625rem;
     font-size: .875rem
 }

 .phone_liuzi .clear, .phone_liuzi .right {
     position: absolute;
     width: 1.125rem;
     height: 1.125rem;
     right: 30.1%;
     top: 1.125rem;
     background-size: 1.125rem 1.125rem;
     background-repeat: no-repeat
 }

 .phone_liuzi input:-ms-input-placeholder {
     color: #AAA;
     font-size: .75rem
 }

 .phone_liuzi input::placeholder {
     color: #AAA;
     font-size: .75rem
 }

 .phone_liuzi input::-webkit-input-placeholder {
     color: #AAA;
     font-size: .75rem
 }

 .phone_liuzi input::-moz-placeholder {
     color: #AAA;
     font-size: .75rem
 }

 .phone_liuzi input::-ms-input-placeholder {
     color: #AAA;
     font-size: .75rem
 }

 .phone_liuzi .clear {
     background-image: url(../img/icons/icon_clear.png)
 }

 .phone_liuzi .right {
     background-image: url(../img/icons/icon_check.png)
 }

 .phone_liuzi button {
     width: 4.75rem;
     height: 2.375rem;
     background: #1fb081;
     border-radius: 1.1875rem;
     font-weight: 600;
     font-size: .8125rem;
     color: #fff
 }
 /* 加入群聊或动态结束End */

/* 楼盘Box开始Start */
.new-house-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: .625rem 1.25rem
}

.new-house-box .house-title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll
}

.new-house-box .house-title-box span {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.125rem;
    font-family: PingFang SC;
    font-weight: 400;
    margin-right: 1.25rem;
    color: #26292B
}

.new-house-box .house-title-box .select {
    font-size: 1.125rem;
    font-family: PingFang SC;
    font-weight: 700;
    color: #26292B;
    background-size: 100% .25rem;
    background-position: 0 90%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_title_bg.png)
}

.new-house-box .house-time-root .house-active-item {
    margin-top: 1.25rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.new-house-box .house-time-root .house-active-item .time-line {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    float: left
}

.new-house-box .house-time-root .house-active-item .time-line .time-line-dot {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: .40625rem;
    height: .40625rem;
    background: #E9F9F0;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.new-house-box .house-time-root .house-active-item .time-line .time-line-dot .time-line-dot-green {
    width: .21875rem;
    height: .21875rem;
    background: #1EBE64;
    border-radius: 50%
}

.new-house-box .house-time-root .house-active-item .time-line .line-9 {
    width: 1px;
    height: .28125rem;
    background: #fff
}

.new-house-box .house-time-root .house-active-item .time-line .line-left {
    display: block;
    height: 100%;
    width: 1px;
    background: #E8F8EF;
    padding: 1px
}

.new-house-box .house-time-root .house-active-item .content-root {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-left: .625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.new-house-box .house-time-root .house-active-item .content-root .tag-root {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.new-house-box .house-time-root .house-active-item .content-root .tag-root .time-ovle {
    height: 1rem;
    background: #E8F8EF;
    border-radius: .5rem;
    font-size: .6875rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #1EBE64;
    padding: .0625rem .53125rem
}

.new-house-box .house-time-root .house-active-item .content-root .tag-root .tag-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.new-house-box .house-time-root .house-active-item .content-root .lines .active-line {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.new-house-box .house-time-root .house-active-item .content-root .lines .active-line .content-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 1rem;
    margin-top: .15625rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #26292B;
    border-radius: .78125rem;
    font-size: .6875rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #26292B;
    padding: 0 .3125rem
}

.new-house-box .house-time-root .house-active-item .content-root .lines .active-line .active-text {
    margin-left: .3125rem;
    font-size: .9375rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #26292B
}

.new-house-box .house-time-root .house-active-item .content-root .lines li {
    margin: .9375rem 0 .3125rem
}

.new-house-box .house-time-root .house-active-item .content-root::after {
    display: block;
    position: absolute;
    content: '';
    width: 1px;
    height: calc(100% - 1rem);
    left: -.84375rem;
    top: .90625rem;
    background-color: #E8F8EF
}

.new-house-box .answer-content {
    font-size: .9375rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #26292B;
    line-height: 1.3125rem
}

.new-house-box .house-list li {
    padding: 1.25rem 0;
    border-bottom: 1px solid #e5e5e5
}

.new-house-box .house-list li:last-child {
    border-bottom: none
}

.new-house-box .house-list li .abox .media {
    width: 6.5625rem;
    height: 5rem;
    position: relative
}

.new-house-box .txt-label {
    position: absolute;
    font-size: .5rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFF;
    opacity: .5;
    bottom: .28125rem;
    right: .28125rem;
    z-index: 2
}

.new-house-box .house-list li .abox .media:before {
    content: "";
    width: 4.46875rem;
    height: .6875rem;
    display: block;
    background: url(../img/default.png) no-repeat;
    background-size: 7.25rem auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -.34375rem;
    margin-left: -2.25rem
}

.new-house-box .house-list li .abox .media img {
    width: 100%;
    height: 100%;
    border-radius: .125rem;
    position: relative;
    z-index: 1
}

.new-house-box .house-list li .abox .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: .9375rem;
    overflow: hidden;
    position: relative
}

.new-house-box .house-list li .abox .text-name {
    font-size: 1rem;
    font-family: PingFang SC;
    font-weight: 800;
    color: #26292B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.new-house-box .flex-wrap, .new-house-box .look-more {
    -ms-flex-direction: row;
    -webkit-box-direction: normal
}

.new-house-box .side-labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.new-house-box .house-list li .abox .text-name i {
    font-weight: 400;
    color: #26292B;
    border: 1px solid #26292B;
    border-radius: .75rem;
    height: 1.375rem;
    font-size: .8rem;
    padding: .0625rem .3125rem;
    display: inline-block;
    white-space: nowrap;
    margin-left: .3125rem
}

.new-house-box .house-list li .abox .text-name i.cgreen {
    color: #1EBE64;
    border-color: #1EBE64
}

.new-house-box .house-list li .abox .text-price {
    color: #869099;
    font-size: .875rem;
    margin-top: .15625rem
}

.new-house-box .house-list li .abox .text-price .cred {
    color: #FF6263;
    font-size: .875rem;
    font-weight: 400
}

.new-house-box .house-list li .abox .text-price .cred em {
    font-weight: 700
}

.new-house-box .price-house-title {
    font-size: .875rem;
    font-weight: 400;
    color: #26292B
}

.new-house-box .flex-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.new-house-box .house-list li .abox .text-loc {
    color: #3b4144;
    font-size: .8125rem;
    margin-top: .15625rem
}

.new-house-box .house-list li .abox .text-tags {
    margin-top: .25rem;
    font-size: 0;
    height: 1rem;
    overflow: hidden
}

.new-house-box .house-list li .abox .text-tags span {
    color: #869099;
    font-size: .8125rem;
    display: inline-block;
    padding: 0 .3125rem;
    height: 1rem;
    background: #F7F6F9;
    border-radius: .5rem;
    margin-right: .25rem
}

.new-house-box .info-content {
    font-size: 1rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #26292B;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.new-house-box .info-time {
    font-size: .75rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #869099;
    padding-top: .9375rem
}

.new-house-box .look-more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    flex-direction: row;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .9375rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #1EBE64;
    padding: .3125rem
}

.new-house-box .look-more img {
    width: .90625rem;
    height: .875rem;
    margin-left: .3125rem
}

.new-house-box .feater-tab-root {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.new-house-box .feater-tab-root ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.new-house-box .feater-tab-root ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 33.33%;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: .9375rem;
    height: 2.5rem;
    background: #F6FFF9;
    border: 1px solid #A5E5BF;
    border-radius: .1875rem;
    margin-right: .625rem;
    text-align: center;
}

 .new-house-box .feater-tab-root ul li a {
    margin: auto;
 }

.new-house-box .feater-tab-root ul li span {
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 500;
    /*margin-left: .625rem;*/
    color: #26292B;
    z-index: 2;
    margin:auto;
}

.new-house-box .feater-tab-root ul li img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1
}

.new-house-box .feater-tab-root ul li .w69h65 {
    width: 2.15625rem;
    height: 2.03125rem
}

.new-house-box .feater-tab-root ul li .w62h59 {
    width: 1.9375rem;
    height: 1.84375rem
}

.new-house-box .feater-tab-root ul li .w69h58 {
    width: 2.15625rem;
    height: 1.8125rem
}

.new-house-box .feater-tab-root ul li .w64h59 {
    width: 2rem;
    height: 1.84375rem
}

.new-house-box .feater-tab-root ul li .w55h57 {
    width: 1.71875rem;
    height: 1.78125rem
}

.new-house-box .feater-tab-root ul li .w78h53 {
    width: 2.4375rem;
    height: 1.65625rem
}

.new-house-box .find-house-root {
    width: 100%;
    height: 7.09375rem;
    background: linear-gradient(to right, #A5E5BE, #fff);
    margin-top: 1.3125rem;
    border-radius: .125rem;
    background-position-x: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: .8125rem
}

.new-house-box .find-house-root .line-second {
    font-size: 1.125rem;
    font-family: PingFang SC;
    font-weight: 800;
    color: #26292B
}

.new-house-box .find-house-root .line-second em {
    color: #1EBE64
}

.new-house-box .find-house-root .line-tip {
    font-size: .9375rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #26292B;
    margin-top: .09375rem
}

.new-house-box .find-house-root a, .new-house-box .find-house-root i {
    margin-top: .625rem;
    width: 5.3125rem;
    height: 1.625rem;
    background: #1EBE64;
    border-radius: .8125rem;
    font-size: .875rem;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
/* 楼盘Box结束End */

.footer {
    margin-bottom: 0rem;
}

.oneline {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.ml-50 {
    margin-left: calc(.067 * 100vw)
}

.font-28 {
    font-size: .875rem
}

.fix-bottomBar-new {
    display: -webkit-box;
    display: flex;
    width: 100%;
    padding: .4rem 1rem
}

.fix-bottomBar-new .abtn {
    -webkit-box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
    border-radius: 1.1rem
}

.fix-bottomBar-new .abtn.fix-favor,.fix-bottomBar-new .abtn.fix-help,.fix-bottomBar-new .abtn.fix-lp,.fix-bottomBar-new .abtn.fix-telphone {
    -webkit-box-flex: 0;
    flex: 0 0 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    font-size: .6rem;
    white-space: nowrap;
    margin-right: .8rem
}

.fix-bottomBar-new .abtn.fix-favor em,.fix-bottomBar-new .abtn.fix-help em,.fix-bottomBar-new .abtn.fix-lp em,.fix-bottomBar-new .abtn.fix-telphone em {
    color: #1EBE64;
    display: block;
    margin-top: .0625rem
}

.fix-bottomBar-new .abtn.fix-lp em {
    margin-top: .1rem
}

.fix-bottomBar-new .abtn.fix-help i {
    background-image: url(../img/fix_btn_bom.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: .9rem;
    height: 1rem
}

.fix-bottomBar-new .abtn.fix-favor i {
    background-image: url(../img/fix_btn_favor.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: .9rem;
    height: 1rem
}

.fix-bottomBar-new .abtn.fix-telphone i {
    background-image: url(../img/fix-bot-tellphone.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: .8rem;
    height: .8rem
}

.fix-bottomBar-new .abtn.fix-lp i {
    background-image: url(../img/fix-btn-lp.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 1.075rem;
    height: .85rem
}

.fix-bottomBar-new .abtn.redBg {
    line-height: 2.2rem;
    background: -webkit-linear-gradient(bottom,#ff6263,#ff8081);
    background: linear-gradient(0deg,#ff6263,#ff8081)
}

.fix-bottomBar-new .abtn.greenBg {
    line-height: 2.2rem;
    background: -webkit-linear-gradient(bottom,#1ebe64,#26c96d);
    background: linear-gradient(0deg,#1ebe64,#26c96d);
    margin-left: .5rem
}

@media screen and (max-device-width: 320px) {
    .fix-bottomBar-new .abtn {
        font-size:.65rem
    }
}

.mask {
    position: fixed;
    background-color: rgba(0,0,0,.6);
    display: none
}

/* 帮我找房 */
.content .top .filter-cont .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.content .top .filter-cont .item .tittle-font {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #999;
    font-size: .875rem;
    padding-right: .9375rem
}

.help-model {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 99
}

.help-model .content {
    position: fixed;
    bottom: 0;
    width: 100%;
    min-height: 0;
    border-radius: .875rem .875rem 0 0;
    overflow: hidden
}

.show {
    -webkit-animation: shou .3s ease;
    animation: shou .3s ease
}

.top {
    position: relative;
    margin: 0;
    padding: 3.125rem 1.25rem 1.25rem
}

.top .close {
    position: absolute;
    width: .9375rem;
    height: .9375rem;
    top: 1.25rem;
    right: 1.25rem;
    background-image: url(../img/icons/icon_close.png);
    background-size: 100% 100%
}

.top .title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.top .title-box h2 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.125rem;
    color: #26292B
}

.top .title-box p {
    margin-left: .5625rem;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.3125rem;
    color: #26292B
}

.top .title-box p span {
    color: #ff5f61
}

.top .header-tag {
    margin-top: .78125rem
}

.top .header-tag p {
    float: left;
    background: #F8F8F8;
    border-radius: .5rem;
    padding: 0 .375rem;
    font-size: .6875rem;
    font-weight: 400;
    line-height: 1rem;
    color: #999
}

.content .top .help_text, .top .filter-cont, .top .help_text {
    padding: 0
}

.content .top .filter-cont .item .select-list .select, .content .top .filter-cont .item .tit, .content .top .help_text .city a, .content .top .help_text .city b, .top .tag-info {
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.40625rem
}

.top .header-tag p + p {
    margin-left: .625rem
}

.top .header-tag::after {
    display: block;
    content: "";
    clear: both
}

.top .tag-info {
    margin: .78125rem 0 1.375rem;
    color: #869099
}

.top .help_text {
    margin: 0 0 .9375rem;
    border: none
}

.content .top {
    margin: 0
}

.content .top .help_text .city {
    padding: .625rem 2rem;
    background-color: #F8F8F8;
    border-radius: 1.25rem;
    height: 2.5rem;
    margin: 0
}

.content .top .help_text .city b {
    color: #999;
    padding-right: .9375rem;
    border-right: .0625rem solid #999
}

.content .top .help_text .city a {
    color: #26292B;
    margin-left: .9375rem
}

.content .top .help_text .city .block_col:after {
    border-bottom-color: #889098;
    border-right-color: #889098;
    border-width: .125rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.content .top .filter-cont {
    padding: 0
}

.content .top .filter-cont .icon::after {
    position: absolute;
    top: .625rem;
    right: 2rem;
    content: "";
    width: .438rem;
    height: .438rem;
    display: inline-block;
    border-right: .02rem solid #26292B;
    border-bottom: .02rem solid #26292B;
    border-bottom-color: #889098;
    border-right-color: #889098;
    border-width: .125rem;
    -webkit-transform: translateY(.35rem) rotate(45deg);
    transform: translateY(.35rem) rotate(45deg)
}

.content .top .filter-cont .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: .625rem 2rem;
    background-color: #F8F8F8;
    border-radius: 1.25rem;
    height: 2.5rem
}

.content .top .filter-cont .item input {
    width: 100%;
    height: 100%;
    border: none;
    outline: 0;
    font-size: .875rem
}

.content .top .filter-cont .item .tit {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #999;
    padding-right: .9375rem
}

.content .top .filter-cont .item .select-list {
    border-left: .0625rem solid #999;
    height: 100%;
    width: 100%
}

.content .top .filter-cont .item .select-list .select {
    width: 100%;
    display: inline-block;
    color: #26292B;
    margin-left: .9375rem
}

.select-content-box {
    display: none;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6)
}

.select-content-box > div {
    width: 100%;
    background-color: #fff
}

.select-content-box > div .head {
    width: 100%;
    line-height: 2.4375rem;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 700
}

.select-content-box > div .head h2, .select-content-box > div .head i {
    position: absolute;
    width: 100%;
    left: 0;
    line-height: 2.4375rem;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 700
}

.select-content-box > div .head button {
    position: absolute;
    color: #3b4144;
    font-size: .9375rem;
    right: 1.25rem;
    right: 40px;
    line-height: 2.4375rem;
    background-color: #fff;
    border: none;
    outline: 0
}

.select-content-box > div .select-content {
    height: 13.75rem;
    overflow-y: scroll
}

.select-content-box > div .select-content li {
    font-size: .9375rem;
    line-height: 2.75rem;
    border-bottom: 1px solid #e5e5e5;
    color: #26292B;
    text-align: center;
    padding: 0
}

@-webkit-keyframes shou {
    0% {
        -webkit-transform: translateY(200%);
        transform: translateY(200%)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes shou {
    0% {
        -webkit-transform: translateY(200%);
        transform: translateY(200%)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.user-agree .check-agree.on {
    background-image: url(../img/icon_check_agree.png)
}

.menu-icon-box .icons li a span, .menu-icon-box .icons li div span {
    display: block;
    color: #26292B;
    font-size: .875rem;
    padding-top: .3125rem;
    font-weight: 700
}

 .menu-icon-box .icons li a span.icon-bg {
     display: block;
     width: 2.4rem;
     height: 2.4rem;
     line-height: 2.4rem;
     margin:auto;
     border-radius: 1.2rem;
     /*background: linear-gradient(180deg, #3cd29b 0, #05c887 100%);*/
 }

 .menu-icon-box .icons li a span.icon-bg i {
     width: 1.375rem;
     height: 1.375rem;
     margin: auto;
     background-size: 1.375rem 1.375rem;
 }

 .menu-icon-box .icons li a span.icon-bg i.icon-all {
     /*background-image: url(../img/icons/icon_all.png);*/
     background-image: url(../img/icons/icon_home.png);
 }

 .menu-icon-box .icons li a span.icon-bg i.icon-sale {
     background-image: url(../img/icons/icon_sale.png);
     background-size: 1.4rem 1.4rem;
     width: 1.4rem;
     height: 1.4rem;
     margin-left:0.05rem;
 }

 .menu-icon-box .icons li a span.icon-bg i.icon-new {
     background-image: url(../img/icons/icon_new.png);
 }

 .menu-icon-box .icons li a span.icon-bg i.icon-shops  {
     background-image: url(../img/icons/icon_shops.png);
 }

 .menu-icon-box .icons li a span.icon-bg i.icon-apartment  {
     width: 1.25rem;
     height: 1.25rem;
     background-size: 1.25rem 1.25rem;
     background-image: url(../img/icons/icon_apartment.png);
 }

 .menu-icon-box .icons li a span.icon-bg i.icon-coupon  {
     background-image: url(../img/icons/icon_coupon.png);
     background-size: 1.35rem 1.35rem;
 }

 .menu-icon-box .icons li a span.icon-bg i.icon-layout  {
     background-image: url(../img/icons/icon_layout.png);
 }

 .menu-icon-box .icons li a span.icon-bg i.icon-search  {
     background-image: url(../img/icons/icon_search.png);
 }

 .icon-green {
     background: linear-gradient(180deg, #3cd29b 0, #05c887 100%);
 }

 .icon-yellow {
     background: linear-gradient(180deg, #ffc855 0, #ffb455 100%);
 }

 .icon-red {
     background: linear-gradient(180deg, #ff736c 0, #ff5c50 100%);
 }

 .icon-blue {
     background: linear-gradient(180deg, #62b4ff 0, #4ea0ff 100%);
 }

.menu-icon-box .icons li div i {
    width: 2.4rem;
    height: 2.4rem;
    background: url(../img/sy_icons.png) no-repeat;
    background-size: 16.25rem auto;
    display: inline-block
}

.menu-icon-box .icons li div .ico5 {
    background-position: -.05rem -4.85rem
}

.menu-icon-box .icons li div {
    display: inline-block;
    width: 100%;
    text-align: center
}