* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

html {
    font-size: 62.5%;
    width: 100%;
    /*filter:progid:dximagetransform.microsoft.basicimage(grayscale=1);-webkit-filter:grayscale(100%);*/
}

body {
    font: normal 100% "microsoft yahei", helvetica, arial, sans-serif;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

section {
    background-color: #fff; /*margin-top: 10px;*/
}

.backgroundwhite {
    background-color: #fff;
}

.backgroundlight {
    background-color: #f1f1f1;
}

.backgroundred {
    background-color: #c10000;
}

.sectionlight {
    background-color: #eeeeee;
}

.sectiontipdark {
    background-color: #969696;
}

.sectiontipgreen {
    background-color: #608e30;
}

.borderlight {
    border: 1px solid #f2f2f2;
}

.borderdark {
    border-bottom: 1px solid #ececec;
    padding: 0 2% 20px 2%;
}

.colorwhite {
    color: #fff;
}

.colorred {
    color: #dd4f51;
}

.colorgreen {
    color: #028608;
}

.colorblue {
    color: #0c73cb;
}

.colordark {
    color: #333333;
}

.colorlight {
    color: #999999;
}

.colormostlight {
    color: #cccccc;
}

.blue {
    color: #0c73cb;
}

.gray3 {
    color: #333;
}

.gray9 {
    color: #999;
}

.mt0 {
    margin-top: 0;
}

.mt10 {
    margin-top: 10px;
}

.ml10 {
    margin-left: 10px;
}

.ml5p {
    margin-left: 5%;
}

.ml1p {
    margin-left: 1%;
}

.ml2p {
    margin-left: 2%;
}

.pl5p {
    padding-left: 5%;
}

.pt10 {
    padding-top: 10px;
}

.pl10 {
    padding-left: 10px;
}

.m0 {
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}

.dn {
    display: none;
}

.db {
    display: block;
}

.w100p {
    width: 100%;
}

.w90p {
    width: 90%;
}

.w88p {
    width: 88%;
}

.wsearchbarp {
    width: 86%;
}

/*上下居中 - flex*/
.flexcenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*此样式独立用于searchbar input 其余元素不可使用*/

.positionr {
    position: relative;
}

.positionf {
    position: fixed;
}

.price {
    /*font-size: 2rem;*/
}

.rise {
    color: #dd4f51 !important;
}

.fall {
    color: #079b50 !important;
}

.cm_main_content {
    width: 100%;
}

.cut_line {
    background-color: #f1f1f1;
    width: 100%;
    height: 10px;
}

.parting_line {
    background-color: #f1f1f1;
    width: 100%;
    height: 10px;
    position: relative;
}

/* 页头 */

header {
    height: 43px;
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
}

a {
    color: #878787;
}

.header_title {
    /*width: 100px;*/
    height: 22px;
}

.citynotes_tit {
    margin-left: 6px;
    line-height: 43px;
    color: #fff;
}

.citynotes_tit span {
    margin-right: 4px;
}

.cityselect {
    /*width: 43px;*/
    height: 22px;
    margin-top: 12px;
    margin-left: 20px;
}

.cityhou_head {
    float: right;
    display: block;
    color: #fff;
    font-size: 16px;
    height: 30px;
    margin-top: 10px;
    margin-right: 12px;
}

.cityhou_head img {
    height: 25px;
}

.cityselect p {
    font-size: 14px;
    margin-right: 5px;
}

.header_back {
    width: 17px;
    height: 20px;
}

.header_title_p {
    width: 34%;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -16%;
    line-height: 43px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: normal;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header_title_nor {
    width: 80%;
    margin-left: -40%;
}

.header_title_l {
    max-width: 42%;
    line-height: 43px;
    font-size: 1.8rem;
    font-weight: normal;
    color: #fff;
    margin-left: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header_title_small {
    line-height: 43px;
    font-size: 1.2rem;
    font-weight: normal;
    color: #fff;
    margin-right: 10px;
}

.header_arrow {
    margin-top: 6px;
}

.header_menu {
    margin-top: 15px;
    margin-right: 10px;
    width: 19px;
    height: 13px;
}

.header_list {
    width: 100%;
    position: fixed;
    top: 43px;
    z-index: 12;
    display: none;
    background-color: #f1f1f1;
}

.header_list li {
    height: 43px;
    background-color: #fff;
    border-bottom: 1px solid #e7e7e7;
}

.header_list li a {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 40px;
    font-size: 1.8rem;
    color: #333333;
}

.header_list li p {
    font-size: 1.6rem;
    height: 100%;
    line-height: 43px;
}

.header_list li a img {
    height: 14px;
    margin: 15px 10% 0 0;
    color: #d6d6d6;
    font-weight: normal;
}

.header_menu_last {
    width: 100%;
    height: 82px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_menu_last a {
    width: 80%;
    height: 35px;
    background-color: #df3b42;
    border-radius: 4px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 35px;
    color: #fff;
}

.header_imgbox {
    width: 24px;
    height: 24px;
    background-image: ;
    background-repeat: no-repeat;
    background-size: auto 22px;
    margin: 12px 14px 0 10%;
}

.imgbox_1 {
    background-position-x: -33px;
}

.imgbox_2 {
    background-position-x: -176px;
}

.imgbox_3 {
    background-position-x: -62px;
}

.imgbox_4 {
    background-position-x: -96px;
}

.imgbox_5 {
    background-position-x: -135px;
}

.imgbox_6 {
    background-position-x: -344px;
}

.searchbar {
    height: 54px;
    position: fixed;
    top: 43px;
    z-index: 10;
    width: 100%;
}

.searchbar input {
    height: 35px;
    margin-top: 8px;
    border: 1px solid #eeefef;
    text-indent: 1rem;
    font-size: 1.6rem;
}

.searchbar input:focus {
    outline: none;
}

.searchbar_img {
    width: 20px;
    height: 20px;
    position: absolute;
}

.searchbar_imgposition {
    top: 16px;
    right: 30px;
}

.searchbar_imgposition2 {
    top: 16px;
    right: 6px;
}

.searchbar_icon {
    margin-top: 8px;
}

.search_box {
    width: 85%;
    margin-left: 2%;
}

.search_bus {
    width: 12%;
    text-align: center;
    display: block;
}

.autocomplete-suggestions {
    background: #fff;
    overflow: auto;
    border: 1px solid #ddd;
    box-shadow: 3px 5px 5px #f5f5f5;
}

.autocomplete-suggestions > div {
    padding: 5px 10px 5px 15px;
    line-height: 26px;
    border-bottom: 1px solid #f2f2f2;
}

.autocomplete-suggestions div div span {

}

.autocomplete-suggestions div div .item_ha_name {
    font-size: 14px;
}

.autocomplete-suggestions div div .item_street {
    color: #a7a7a7;
}

.autocomplete-suggestions div div .item_city {
    float: right;
    color: #666;
}

.header_mask {
    width: 100%;
    height: 10000px;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 8;
    display: none;
}

@media screen and (max-width: 375px) {
    .searchbar input {
        font-size: 1.2rem;
    }

    .wsearchbarp {
        width: 86%;
    }
}

@media screen and (max-width: 320px) {
    .wsearchbarp {
        width: 84%;
    }
}

/* 页头 end ------------------------------------------------------------------  */

/* 页脚 */

.footer_tab_key {
    height: 38px;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #dedede;
    background-color: #fff;
}

.footer_tab_key li {
    height: 100%;
    line-height: 38px;
    text-align: center;
    width: 33%;
    float: left;
    font-size: 1.4rem;
}

.footer_tab_key img {
    position: relative;
    top: 2px;
    width: 12px;
}

@media screen and (max-width: 321px) {
    .footer_tab_key li {
        font-size: 1.2rem;
    }
}

.footer_borderright {
    border-right: 1px solid #ededed;
}

.footer_tab_value {
    background-color: #fff;
    overflow: hidden;
}

.footer_tab_value > li {
    width: 100%;
}

.footer_tab_value > li > a {
    width: 33%;
    text-align: center;
    margin-top: 13px;
    float: left;
    font-size: 1.2rem;
    line-height: 1.6rem;
}

.footer_tab_value a {
    color: #999999;
}

.footer_tab_value a:visited {
    color: #999999;
}

.footer_tab_current {
    color: #c10000;
}

.footer_info {
    text-align: center;
    padding: 15px 0;
    background-color: #f8f8f8;
    margin-top: 10px;
}

.footer_info p:first-child {
    font-size: 1.4rem;
    line-height: 2rem;
}

.footer_info p:first-child :visited {
    /*color: #000000;*/
}

.footer_info p:last-child {
    font-size: 1.2rem;
    color: #999999;
    margin-top: 8px;
}

.footer_info span {
    color: #878787;
    padding: 0 8px 0 8px;
}

/* 页脚 end ------------------------------------------------------------------  */

/*列表页*/

.abstract_info {
    background-color: #fff;
    padding: 1.6rem;
    padding-bottom: 0;
}

.abstract_info span.stat {
    background-color: #969696;
    color: #fff;
    font-size: 1.2rem;
    font-weight: normal;
    display: inline-block;
    padding: 0 0.5rem;
}

.abstract_info .price_info {
    color: #333;
    font-size: 1.4rem;
    line-height: 3rem;
    margin-top: 10px;
}

.abstract_info .price_info .line {
    background-color: #f1f1f1;
    width: 100%;
    height: 1px;
    margin-top: 10px;
}

.abstract_info .price_info .release {
    font-size: 1.2rem;
    width: 100%;
    line-height: 3rem;
    text-align: right;
}

.abstract_info .price_info .release a {
    color: #1167c9;
}

.rlist_sort {
    display: -webkit-flex;
    /* safari */
    display: flex;
    background-color: #f8f8f8;
}

.rlist_sort li {
    flex: 1;
    text-align: center;
    line-height: 3rem;
    font-size: 1.5rem;
    cursor: pointer;
}

.rlist_sort li img {
    vertical-align: middle;
    width: 15%;
}

.rlist_sort .current {
    color: #c10000;
}

.rlist_list {
}

.rlist_list li {
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
    margin: 0 10px;
    /* height: 139px; */
    position: relative;
}

.rlist_list li a {
    display: block;
    height: 120px;
}

.rlist_list .rlist_list_imgbox {
    width: 140px;
    height: 106px;
    overflow: hidden;
    text-align: center;
    margin-right: 10px;
    margin-top: 3px;
}

.rlist_list .rlist_list_imgbox img {
    height: 106px;
    float: left;
}

.rlist_list .rlist_list_imgbox h2 {
    color: #333;
}

.rlist_list li .rlist_list_title {
    font-size: 1.5rem;
    height: 4rem;
    line-height: 2rem;
    overflow: hidden;
    color: #333;
    font-weight: normal;
    margin-bottom: 5px;
}

.rlist_list li p {
    font-size: 1.2rem;
    line-height: 1.7rem;
    color: #999;
    /*max-width: 125px*/;
    overflow: hidden;
    height: 5rem;
}

.rlist_list li .right {
    font-size: 1.2rem;
    line-height: 1.7rem;
    color: #999;
    text-align: right;
    position: absolute;
    right: 10px;
    bottom: 1px;
}

.right_bottom {
    bottom: 45px !important;
}

.rlist_list li .right .price {
    font-size: 1.5rem;
    color: #dd4f51;
    font-weight: bold;
}

@media screen and (max-width: 376px) {
    .rlist_list li .right .price {
        font-size: 1.2rem;
    }
}

.rlist_list li .right .date {
    font-size: 1.2rem;
    color: #ccc;
}

.rlist_more {
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
}

.rlist_more a {
    color: #0c73cb;
    font-size: 1.4rem;
}

.rlist_foot {
    color: #999;
    font-size: 14px;
    line-height: 1.8rem;
    padding: 12px;
    background-color: #fff;
}

.rlist_label01 {
    font-size: 1.2rem;
    background-color: #608e30;
    padding: 0 3px;
    color: #fff;
}

.rlist_label02 {
    font-size: 1.2rem;
    background-color: #fff;
    padding: 0 3px;
    color: #999;
    border: 1px solid #dedede;
}

.rlist_notice {
    background-color: #f4f4f4;
    line-height: 2.2rem;
    font-size: 1.2rem;
    width: 100%;
    color: #666;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rlist_notice img {
    width: 12px;
    vertical-align: middle;
    margin: -3px 3px 0 3px;
}

.rlist_notice .date {
    color: #ccc;
    margin-right: 4px;
}

/*列表页 end*/

.choicedropdown {
    position: absolute;
    z-index: 7;
    width: 100%;
    box-shadow: 1px 4px 9px 0px rgba(153, 153, 153, 0.5);
}

.choicedropdown li {
    height: 40px;
    border-bottom: 1px solid #e7e7e7;
    background-color: #fff;
}

.choicedropdown li a {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 1.8rem;
    color: #333333;
}

/*面包屑路径*/

.new_crumbs {
    padding: 10px;
    font-size: 1.4rem;
    color: #666;
    background-color: #fff;
}

.new_crumbs a {
    color: #666;
}

/*面包屑路径 end*/

/*城市首页*/

.city_class {
    display: -webkit-flex;
    /* safari */
    display: flex;
    background-color: #fff;
    padding: 10px 0;
    flex-wrap: wrap;
}

.city_class li {
    /*flex: 1;*/
    text-align: center;
    width: 25%;
    margin: 10px 0;
}

.city_class li img {
    width: 56%;
}

.city_class li span {
    color: #333;
    width: 100%;
    line-height: 2rem;
    font-size: 1.5rem;
    display: block;
}

@media screen and (max-width: 320px) {
    .city_class li span {
        font-size: 1.3rem;
    }
}

.city_range {
    display: -webkit-flex;
    /* safari */
    display: flex;
    background-color: #fff;
    padding: 20px 0 20px 2%;
}

.city_range li {
    flex: 1;
    background-color: #eee;
    padding: 10px;
    margin-right: 2%;
}

.city_range li .title {
    color: #333;
    font-size: 1.8rem;
    line-height: 3rem;
}

.city_range li h1 {
    background-color: #969696;
    color: #fff;
    font-size: 1.2rem;
    font-weight: normal;
    display: inline-block;
    padding: 0 0.5rem;
}

.city_range li .h1div {
    background-color: #969696;
    color: #fff;
    font-size: 1.2rem;
    font-weight: normal;
    display: inline-block;
    padding: 0 0.5rem;
}

.city_range li .price_info {
    color: #333;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-top: 10px;
}

.city_h_plate {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}

.city_h_plate h2 {
    border-left: 5px solid #dd4f51;
    color: #333;
    font-size: 1.8rem;
    line-height: 2.6rem;
    padding-left: 10px;
}

.city_h_plate p {
    color: #999;
    font-size: 1.2rem;
    line-height: 2.6rem;
    padding: 0 10px;
}

@media screen and (max-width: 320px) {
    .city_h_plate p {
        font-size: 1rem;
    }
}

.city_h_plate p .price {
    font-size: 1.4rem;
    color: #dd4f51;
}

.city_h_plate p .unit {
    color: #333;
}

.city_new_list {
    display: -webkit-flex;
    /* safari */
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    background-color: #fff;
    padding: 1%;
    border-bottom: 1px solid #f1f1f1;
}

.city_new_list li {
    width: 48%;
    margin: 1%;
}

.city_new_list li img {
    width: 100%;
}

.city_new_list li .p_over {
    width: 100%;
    position: relative;
    top: -28px;
    height: 18px;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 1));
    padding: 5px 0;
    margin: 0 auto;
}

.city_new_list li .p_over .h1 {
    padding: 0 3px;
    background-color: #608e30;
    font-size: 1.2rem;
    color: #fff;
    font-weight: normal;
    display: inline;
    border-radius: 2px;
    margin-left: 5px;
}

.city_new_list li .p_over span {
    float: right;
    font-size: 1.2rem;
    color: #fff;
    margin-right: 5px;
}

.city_new_list li .p_title {
    width: 100%;
    line-height: 2rem;
    display: inline-block;
    float: left;
    margin-top: -20px;
    margin-bottom: 5px;
}

.city_new_list li .p_title i {
    font-style: normal;
}

.city_new_list li .p_title .p_titleh1 {
    color: #333;
    float: left;
    font-size: 1.2rem;
    font-weight: normal;
}

@media screen and (max-width: 320px) {
    .city_new_list li .p_title h1 {
        max-width: 40%;
        white-space: nowrap;
        overflow: hidden;
    }
}

.city_new_list li .p_title span {
    float: right;
    font-size: 1.2rem;
    color: #dd4f51;
    font-weight: bold;
}

.city_new_list li .p_title span font {
    font-size: 1.4rem;
}

/*城市首页 end*/

/* 首页轮播 */

/*.swiper-container {*/
/*width: 100%;*/
/*}*/

/*.swiper-slide {*/
/*background: #cecece;*/
/*!* center slide text vertically *!*/
/*display: -webkit-box;*/
/*display: -ms-flexbox;*/
/*display: -webkit-flex;*/
/*display: flex;*/
/*-webkit-box-pack: center;*/
/*-ms-flex-pack: center;*/
/*-webkit-justify-content: center;*/
/*justify-content: center;*/
/*-webkit-box-align: center;*/
/*-ms-flex-align: center;*/
/*-webkit-align-items: center;*/
/*align-items: center;*/
/*}*/

.swiper-slide img {
    width: 100%
}

/* 首页轮播 end */

/* 通用 */
.section_head {
    font-size: 1.6rem;
    font-weight: bold;
    color: #000;
    height: 45px;
    line-height: 45px;
    background-color: #fff;
}

.section_head span {
    font-size: 1.3rem;
    font-weight: normal;
}

.section_head a {
    float: right;
    margin-right: 10px;
    font-size: 1.2rem;
    color: #0c73cb;
    font-weight: normal;
}

/* 通用 end ---------------------------------------------------------*/


/*房价走势*/
.pricetrend_pricebox {
    height: 68px;
    line-height: 20px;
    position: relative;
    background-color: #f5f5f5;
}

.pricetrend_pricebox > div {
    width: 50%;
}

.pricetrend_pricebox > div > div {
    width: 80%;
    height: 56px;
    margin-left: 10%;
    overflow: hidden;
    padding-top: 14px;
}

.pricetrend_pricebox h4 {
    font-size: 1rem;
    font-weight: normal;
}

.pricetrend_pricebox p {
    font-size: 1.3rem;
}

.pricetrend_pricebox i {
    height: 40px;
    width: 1px;
    position: absolute;
    top: 14px;
    left: 50%;
    border-left: 1px solid #ececec;
}

@media screen and (max-width: 321px) {
    .pricetrend_pricebox p {
        font-size: 1.1rem;
    }
}

.chartbox {
    height: 138px;
    border-bottom: 1px solid #ececec;
}

.marketchartbox_key .marketchartboxcurrentclass {
    background-color: #fff;
}

.marketchartbox_charts {
    width: 100%;
    height: 260px;
}

.marketchartbox_charts > li {
    height: 100%;
}


/*房价走势 end ------------------------------------------*/


/*楼盘小区户型*/
.imglarge {
    width: 100%;
    height: 100%;
    z-index: 999999999;
    position: fixed;
    background-color: rgba(51, 51, 51, 0.9);
    touch-action: none;
}

.img_content {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    overflow-x: hidden;
    display: none;
}

.img_ul {
    white-space: nowrap;
    display: table;
    top: 50%;
    position: absolute;
}

.img_li {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.imglarge img {
}

.imglarge .alt {
    text-align: center;
    color: white;
}

.apartment_title {
    display: block;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 45px;
    line-height: 45px;
    padding: 0 5% 0 5%;
    white-space: nowrap;
    overflow-x: scroll
}

.apartment_title::-webkit-scrollbar {
    display: none
}

.apartment_title li {
    font-size: 1.2rem;
    margin: 0 2% 0 2%;
    color: #999999;
    cursor: pointer;
    display: inline-block;
}

.apartment_con > ul {
    display: block;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: visible;
    height: 170px;
}

.huxing_img {
    max-height: 150px
}

.apartment_con > ul::-webkit-scrollbar {
    display: none
}

.apartment_con li {
    width: 30%;
    display: inline-block;
    margin-right: 3.33%;
}

.apartment_con li img {
    width: 100%;
}

.apartment_con li p {
    font-size: 1.2rem;
    text-align: center;
}

.apartment_con li p span {
    font-weight: bold;
    color: #dd4f51;
}

.apartment_current {
    font-weight: bold;
    color: #333333 !important;
}

.apartment_title > li > span {
    padding: 3px 3px;
    border-radius: 3px;
}

.apartment_current > span {
    background: #de5455;
    color: white;
    font-weight: 500;
}

/*楼盘小区户型 end ------------------------------------------*/


/*位置*/
.iw_poi_title {
    color: #cc5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

.bmap_cpyctrl {
    display: none;
}

.anchorbl {
    display: none;
}

.location_map {
    height: 140px;
}

.location_icon {
    /*display: flex;*/
    /*flex-wrap: nowrap;*/
    /*justify-content: space-between;*/
    /*padding: 3% 5% 12px 5%;*/
    background-color: #f2f2f2;
    border-bottom: 1px solid #dddddd;
    display: -webkit-box;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

.location_icon::-webkit-scrollbar {
    display: none;
}

.location_icon li {
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
}

.location_icon li a {
    color: #333333;
    padding: 0 12px;
    line-height: 2rem;
    font-size: 1.3rem;
    display: block;
    border-right: 1px solid #e5e5e5;
}

.location_iconbox1 {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    background-image: ;
    background-size: auto 50px;
    background-repeat: no-repeat;
}

.location_iconbox2 {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    background: ;
    background-size: auto 50px;
    background-position-x: -92px;
    background-repeat: no-repeat;
}

.location_iconbox3 {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    background-image: ;
    background-size: auto 50px;
    background-position-x: -180px;
    background-repeat: no-repeat;
}

.location_iconbox4 {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    background-image: ;
    background-size: auto 50px;
    background-position-x: -269px;
    background-repeat: no-repeat;
}

.location_iconbox5 {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    background-image: ;
    background-size: auto 50px;
    background-position-x: -355px;
    background-repeat: no-repeat;
}

/*位置 end ------------------------------------------*/


/* 本小区二手房 本小区租房 周边小区 */
.community_list li {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 1% 5% 1% 5%;
    border-bottom: 1px solid #f8f8f8;
}

.community_list li p {
    font-size: 1.5rem;
    color: #999999;
}

.community_list li p:first-child {
    color: #333333;
}

/* 本小区二手房 本小区租房 周边小区 end ------------------------------------------*/


/* 文字信息 */
.info_cityhousemobile2017 p {
    font-size: 1.2rem;
    color: #999999;
    padding: 2% 5%;
}

/* 文字信息 end ------------------------------------------*/


/* 九宫格 */
.ninesquared_cityhousemobile2017 div {
    display: flex;
    flex-wrap: wrap;
    /*border-bottom: 1px solid #f2f2f2;*/
}

.ninesquared_cityhousemobile2017 div a {
    width: 33%;
    height: 38px;
    text-align: center;
    line-height: 38px;
    color: #999999;
    font-size: 1.2rem;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

/* 九宫格 end ------------------------------------------*/


/* 浮动条 */
.fix_advertisement {
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%;
    height: auto;
    flex-wrap: nowrap;
    justify-content: space-between;
    text-align: center;
    font-size: 1rem;
    color: #999999;
    box-shadow: 0 0 14px rgba(132, 130, 130, 0.6);
    background: #f2f2f2;
}

.adveragent {
    height: 50px;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    color: blue;
}

.agentphonnew {
    height: 35px;
    width: 155px;
    line-height: 35px;
    color: #ffffff;
    font-size: 16px;
    background: #de5455  no-repeat 14px center;
    margin: 8px auto;
    border-radius: 4px;
    text-align: right;
    padding-right: 15px;
    background-size: 20px;
}

.agentphonnew a {
    color: #fff;
}

.adveragent img {
    height: 40px;
    width: 40px;
    float: left;
    margin: 5px 10px;
}

.agentdetails {
    float: left;
    margin-top: 10px;
}

.agentdetails p {
    text-align: left;
}

.agentdetails p:last-child {
    color: #333;
    font-weight: bold;
}

.agentphon {
    float: right;
    height: 35px;
    width: 105px;
    line-height: 35px;
    color: #fff;
    font-size: 16px;
    background: #de5455;
    margin-top: 8px;
    border-radius: 4px;
    margin-right: 10px;
    text-align: right;
    padding-right: 15px;
    background: #de5455  no-repeat 14px center;
    background-size: 20px 20px;
}

.agentphon a {
    color: #fff;
}

.adverbank {
    height: 50px;
    width: 100%;
}

.adverbank img {
    float: left;
    margin-top: 6px;
    margin-left: 10px;
    float: left;
}

.adverbank div {
    height: 50px;
    line-height: 50px;
}

.suspension_cityhousemobile2017 {
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%;
    height: 100px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    text-align: center;
    font-size: 1rem;
    color: #999999;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.6);
}

.suspension_cityhousemobile2017 li:nth-child(1) {
    width: 17%;
    background-color: #f8f8f8;
    border-right: 1px solid #d6d6d6;
}

.suspension_cityhousemobile2017 div {
    width: 26px;
    height: 26px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 7%;
    background-image: url(/uploads/image/bi2017/suspension_icon.png);
    background-size: auto 26px;
    background-repeat: no-repeat;
}

.suspension_imgbox1 {
    background-position-x: -7px;
}

.suspension_imgbox2 {
    background-position-x: -41px;
}

.suspension_imgbox0 {
    width: 20px;
    height: 20px;
    overflow: hidden;
    background-image: url(/uploads/image/bi2017/suspension_icon.png);
    background-size: auto 20px;
    background-position-x: -59px;
    background-repeat: no-repeat;
    margin: 15px 0 0 6px;
}

.suspension_cityhousemobile2017 li:nth-child(2) {
    line-height: 50px;
    width: 36%;
    overflow: hidden;
    border-right: 1px solid #d6d6d6;
}

.suspension_cityhousemobile2017 li:nth-child(2) img {
    height: 24px;
    vertical-align: middle;
}

.suspension_cityhousemobile2017 li:nth-child(2) h1, .suspension_cityhousemobile2017 li:nth-child(2) h2 {
    font-size: 1.5rem;
    color: #333333;
}

.suspension_cityhousemobile2017 li:nth-child(2) h2 {
    margin-left: 12%;
}

.suspension_cityhousemobile2017 li:nth-child(3) {
    width: 17%;
    background-color: #f8f8f8;
    border-right: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
}

.suspension_cityhousemobile2017 li:nth-child(4) {
    line-height: 50px;
    width: 30%;
    background-color: #de504f;
    color: #fff;
}

.suspension_cityhousemobile2017 li:nth-child(4) h1 a {
    font-size: 1.6rem;
    color: #fff;
}

.suspension_cityhousemobile2017 li:nth-child(4) img {
    height: 22px;
    vertical-align: middle;
}

@media screen and (max-width: 376px) {
    .suspension_cityhousemobile2017 li:nth-child(2) h2 {
        margin-left: 8%;
    }

    .suspension_cityhousemobile2017 li:nth-child(4) img {
        height: 19px;
    }
}

@media screen and (max-width: 320px) {
    .suspension_cityhousemobile2017 li:nth-child(4) h1 {
        font-size: 1rem;
    }

    .suspension_cityhousemobile2017 li:nth-child(2) h2 {
        margin-left: 9%;
        font-size: 1rem;
    }

    .suspension_cityhousemobile2017 li:nth-child(4) img {
        height: 17px;
    }
}

#suspension_cityhousemobile2017_li_last {
    line-height: 50px;
    width: 47%;
    background-color: #de504f;
    color: #fff;
}

/* 浮动条 end ------------------------------------------*/


/* 联系条 */
.contect_cityhousemobile2017 {
    width: 100%;
    height: 73px;
    overflow: hidden;
    position: fixed;
    bottom: 50px;
    z-index: 100;
    /* box-shadow: 0 0 14px rgba(0,0,0,0.6); */
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.contect_cityhousemobile2017 li:nth-child(1) {
    margin-top: 9px;
    margin-left: 10px;
}

.contect_cityhousemobile2017 li:nth-child(1) img {
    height: 55px;
}

.contect_cityhousemobile2017 li:nth-child(2) {
    margin-top: 12px;
    margin-left: 10px;
}

.contect_cityhousemobile2017 li:nth-child(2) h1 {
    font-size: 1.3rem;
    color: #333333;
}

.contect_cityhousemobile2017 li:nth-child(2) h2 {
    font-size: 1.3rem;
    color: #dd4f51;
}

.contect_cityhousemobile2017 li:nth-child(2) p {
    font-size: 1.1rem;
    color: #999999;
}

.contect_cityhousemobile2017 li:nth-child(3) {
    margin: 28px 20px 0 0;
    width: 60px;
}

.contect_imgbox1 {
    background-image: ;
    height: 18px;
    width: 18px;
    background-size: auto 18px;
    background-position-x: 10px;
    background-position-x: 1px;
    background-repeat: no-repeat;
}

.contect_imgbox2 {
    background-image: ;
    height: 18px;
    width: 22px;
    background-size: auto 18px;
    background-position-x: -28px;
    background-repeat: no-repeat;
    margin-left: 10px;
}

/* 联系条 end ------------------------------------------*/


/*详情页*/
.icon_point {
    margin-top: 12px;
    margin-right: 10px;
    width: 18px;
}

.rental-cont .rental-pag {
    width: auto !important;
    color: #fff;
    margin-left: 10px;
    padding: 2px 8px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 16px;
}

.rental-cont .share {
    position: absolute;
    right: 55px;
    bottom: 7px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 18px;
    width: 36px;
    height: 36px;
}

.rental-cont .share img {
    width: 20px;
    margin: 8px 0 0 8px;
}

.rental-cont .collect {
    position: absolute;
    right: 10px;
    bottom: 7px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 18px;
    width: 36px;
    height: 36px;
}

.rental-cont .collect img {
    width: 20px;
    margin: 8px 0 0 8px;
}

.rental_title h1 {
    color: #333;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 2.6rem;
    padding: 10px;
}

.rental_title .verificationcod {
    color: #999;
}

.rental_title .verificationcod span {
    height: 20px;
    display: inline-block;
    padding: 0 8px;
    line-height: 20px;
    background: #dd4f51;
    color: #fff;
    border-radius: 9px;
    margin: 0 10px 10px 10px;
}

.rental_title .rental_price {
    padding: 10px 6px 0 7px;
}

.rental_title .rental_price .r_unit {
    color: #dd4f51;
    font-size: 1.5rem;
    margin-right: 5px;
}

.rental_title .rental_price .r_unit b {
    font-size: 2.4rem;
}

.rental_title .rental_price span {
    color: #999;
}

.rental_para {
    display: -webkit-flex; /* safari */
    display: flex;
    margin: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.rental_para li {
    flex: 1;
    border-left: 1px solid #e1e1e1;
    text-align: center;
    font-size: 1.4rem;
    color: #dd4f51;
    line-height: 1.8rem;
}

.rental_para li:first-child {
    border-left: none;
    flex: 1.6;
    text-align: left;
}

.rental_info {
    display: -webkit-flex; /* safari */
    display: flex;
    flex-flow: row wrap;
    margin: 10px;
    margin-bottom: 0;
    font-size: 1.3rem;
    padding-bottom: 10px;
}

@media screen and (max-width: 320px) {
    .rental_info {
        font-size: 1.2rem;
    }

    .rental_para li {
        font-size: 1.0rem;
    }
}

.rental_info li {
    width: 50%;
    line-height: 2.4rem;
    color: #333333;
}

.rental_info li span {
    color: #999;
}

.rental_info li a {
    color: #347bc1;
}

.rental_info .ico {
    width: 19px;
    vertical-align: middle;
}

#pinggu .rental_info {
    justify-content: space-between;
}

#pinggu .rental_info li {
    width: auto;
}

.rental_plate_title {
    font-size: 1.6rem;
    color: #0f0f0f;
    font-weight: bold;
    padding-left: 10px;
    line-height: 4rem;
    border-bottom: 1px solid #f1f1f1;
}

.rental_plate_title span {
    font-weight: normal;
    font-size: 1.4rem;
    color: #999;
}

.rental_plate {
    color: #333;
    font-size: 1.3rem;
    line-height: 2.2rem;
    margin: 10px;
}

.second_similar {
    width: 100%;
    margin-bottom: 10px;
}

.second_similar th {
    background-color: #f1f1f1;
    border-left: 1px solid #e5e5e5;
    line-height: 3rem;
    color: #666;
    font-weight: normal;
}

.second_similar th:first-child {
    border-left: none;
}

.second_similar td {
    line-height: 3rem;
    color: #999;
    text-align: center;
}

.second_similar td .arr {
    width: 10px;
    vertical-align: middle;
    margin-left: 2px;
}

.second_similar td .ico {
    width: 17px;
    vertical-align: middle;
    margin: 0 5px;
}

.second_similar .drop-down {
    display: none;
    background-color: #f5f5f5;
}

.second_similar .drop-down td {
    color: #333;
}

.footer_explain {
    color: #999999;
    font-size: 1.2rem;
    margin: 5px 10px 0 10px;
}

/*详情页 end*/

/*楼盘详情*/

.newbulid_dynamic {
    margin: 10px;
}

.newbulid_dynamic li {
    width: 100%;
    border-bottom: 1px dashed #d6d6d6;
    font-size: 1.3rem;
    color: #333;
    line-height: 2rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.newbulid_dynamic li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.newbulid_dynamic li span {
    font-size: 1.4rem;
    color: #999;
}

.building_para {
    display: -webkit-flex; /* safari */
    display: flex;
    background-color: #f6f6f6;
    border-bottom: 1px solid #e1e1e1;
}

.building_para li {
    flex: 1;
    border-left: 1px solid #e1e1e1;
    text-align: center;
    font-size: 1.5rem;
    margin: 15px 0;
}

.building_para li a {
    color: #333;
}

.building_para li i {
    font-style: normal;
}

.building_para li:first-child {
    border-left: none;
}

.building_para li.over a {
    color: #dd4f51;
}

.building_para li.over i {
    border-bottom: 3px solid #dd4f51;
    margin-bottom: 2rem;
    font-style: normal;
    padding-bottom: 13px;
}

.building_para_title {
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
}

.building_para_title_div {
    font-size: 2.2rem;
    color: #0f0f0f;
    font-weight: normal;
    padding: 20px 10px 0px 10px;
}

.building_para_title h1 {
    font-size: 2.2rem;
    color: #0f0f0f;
    font-weight: normal;
    padding: 20px 0 10px 0;
}

.building_para_title .label {
    height: 21px;
    line-height: 21px;
    font-size: 1.4rem;
    background-color: #608e30;
    padding: 0 3px;
    color: #fff;
    margin: 0 5px;
    width: 35px;
    text-align: center;
    display: inline-block;
}

.building_para_title .title_price {
    font-weight: normal;
    font-size: 1.4rem;
    color: #999;
    /*line-height: 30px;*/
    padding: 10px;
}

.building_para_title .title_price .r_unit {
    color: #dd4f51;
    font-size: 3.0rem;
    font-weight: normal;
    margin-right: 5px;
}

.building_para_title .title_price .r_unit b {
    font-size: 2.4rem;
}

.title_price {
    padding: 10px;
}

/*楼盘详情 end*/

/*点评*/
.user_comment {
    margin-bottom: 10px;
}

.user_comment p {
    font-size: 1.2rem;
    text-align: center;
    color: #999;
}

.user_comment .star {
    width: 100%;
    color: #dd4f51;
    text-align: center;
    margin: 10px 0;
}

.user_comment .star span {
    vertical-align: middle;
    font-size: 1.5rem;
    margin-top: -23px;
    margin-left: 10px;
    display: inline-block;
}

/* .user_comment .star i {
	background:  no-repeat 0 / 100%;
	width: 23px;
	height: 23px;
	margin: 3px;
	display: inline-block;
}

.user_comment .star i.gray {
	background:  no-repeat 0 / 100%;
} */
.user_comment .star img {
    /* background:  no-repeat 0 / 100%; */
    width: 23px;
    height: 23px;
    margin: 3px;
    display: inline-block;
}

.user_comment .star img .bright {
    /* background:  no-repeat 0 / 100%; */
}

.user_comment_list {
}

.user_comment_list li {
    padding: 10px 0;
    margin: 0 10px;
}

.user_comment_list .user_comment_list_imgbox {
    width: 50px;
    height: 50px;
    overflow: hidden;
    text-align: center;
    margin-right: 10px;
    margin-top: 3px;
}

.user_comment_list .user_comment_list_imgbox img {
    height: 50px;
    border-radius: 50px;
    float: left;
}

.user_comment_list li h1 {
    font-size: 1.5rem;
    line-height: 2rem;
    overflow: hidden;
    color: #333;
    font-weight: normal;
    margin-bottom: 5px;
}

.user_comment_list li .date {
    font-size: 1.3rem;
    color: #999;
    float: right;
    margin-top: -2rem;
}

.user_comment_list li p {
    font-size: 1.3rem;
    line-height: 1.7rem;
    color: #333;
    height: 3.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.user_comment_para {
    display: -webkit-flex; /* safari */
    display: flex;
}

.user_comment_para li {
    flex: 1;
    border-left: 1px solid #e1e1e1;
    text-align: center;
    font-size: 1.5rem;
    color: #0c73cb;
    margin: 15px 0;
}

.user_comment_para li a {
    color: #0c73cb;
}

.user_comment_para li i {
    font-style: normal;
}

.user_comment_para li:first-child {
    border-left: none;
}

.same_price_estate {
    width: 100%;
    margin-bottom: 10px;
}

.same_price_estate td {
    line-height: 3rem;
    color: #999;
    text-align: left;
    padding-left: 10px;
    border-bottom: 1px solid #f2f2f2;
}

.same_price_estate td span {
    font-size: 1.4rem;
    color: #333;
}

.same_price_estate td .arr {
    width: 11px;
    /*vertical-align: middle;*/
    margin: 12px 15px 0 0;
    float: right;
}

/*点评 end*/


/* 用户中心 */
.userctr_cityhousemobile2017 {
    margin-top: 0;
    background-color: initial;
}

.userctr_header {
    height: 134px;
    background-color: #df3b42;
    overflow: hidden;
    margin-top: 43px;
}

.userctr_header div {
    width: 180px;
    height: 95px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}

.userctr_header div img {
    height: 60px;
    width: 60px;
}

.userctr_header div p {
    font-size: 1.3rem;
    color: #fff;
    margin-top: 4px;
}

.userctr_icon {
    height: 86px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    background-color: #fff;
}

.userctr_icon li {
    width: 50%;
}

.userctr_icon li p {
    text-align: center;
    margin-top: 6px;
    color: #7d7d7d;
    font-size: 1.3rem;
}

.usectrborderr {
    border-right: 1px solid #f1f1f1;
}

.userctr_imgbox {
    width: 40px;
    height: 40px;
    background-image: url(/uploads/image/bi2017/sale_icon.png);
    background-repeat: no-repeat;
    background-size: auto 40px;
    margin: 0 auto;
    margin-top: 12px;
}

.u_imgbox2 {
    background-position-x: -61px;
}

.u_imgbox3 {
    background-position-x: -122px;
}

.userctr_list li {
    height: 43px;
    background-color: #fff;
    border-bottom: 1px solid #e7e7e7;
}

.userctr_list li a {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 40px;
    font-size: 1.8rem;
    color: #333333;
}

.userctr_list li p {
    font-size: 1.4rem;
    height: 100%;
    line-height: 43px;
}

.userctr_list li a img {
    height: 14px;
    margin: 15px 10% 0 0;
    color: #d6d6d6;
    font-weight: normal;
}

.userctr_list_imgbox {
    width: 22px;
    height: 22px;
    background-image: ;
    background-repeat: no-repeat;
    background-size: auto 22px;
    margin: 12px 14px 0 10%;
}

.u_list_imgbox1 {
    background-position-x: -372px;
}

.u_list_imgbox2 {
    background-position-x: -209px;
}

.u_list_imgbox3 {
    background-position-x: -245px;
}

.u_list_imgbox4 {
    background-position-x: -283px;
}

.u_list_imgbox5 {
    background-position-x: -401px;
}

/* 用户中心 end ------------------------------------------------------------------ */


/* 更多 listmore */
.choicedropdown .listmore li {
    height: auto;
    min-height: 90px;
    padding: 2% 5%;
    overflow: hidden;
}

.choicedropdown .listmore li h1 {
    font-size: 1.6rem;
    margin: 5px 0;
}

.choicedropdown .listmore li a {
    display: inline-block;
    width: 80px;
    height: 26px;
    line-height: 26px;
    font-size: 1.4rem;
    border-radius: 4px;
    background-color: #f1f1f1;
    margin: 1%;
}

.listmore .hover {
    background-color: #b4b4b4 !important;
}

@media screen and (max-width: 375px) and (min-width: 321px) {
    .choicedropdown .listmore li a {
        margin: 1% 14px;
    }
}

@media screen and (max-width: 320px) {
    .choicedropdown .listmore li a {
        margin: 1% 5px;
    }
}

/* 更多 listmore end ------------------------------------------------------------------ */

/* autocomplate */
.autocompleter-list li {
    box-shadow: 1px 4px 9px 0px rgba(153, 153, 153, 0.5);
}

.autocompleter-list li {
    background-color: #fff;
    color: #333333;
    font-size: 1.4rem;
    border-bottom: 1px solid #f1f1f1;
}

/* autocomplate end ------------------------------------------------------------------ */

/*登录页*/
.log_header_title_p {
    text-align: left;
    margin-left: -40%;
}

.log_header_point {
    line-height: 43px;
    font-size: 1.4rem;
    float: right;
    margin-right: 10px;
    color: #fff;
}

.log_tabmode {
    display: -webkit-flex; /* safari */
    display: flex;
    padding: 20px;
}

.log_tabmode li {
    flex: 1;
    border-left: 1px solid #e1e1e1;
    text-align: center;
    font-size: 1.5rem;
    color: #666;
    margin: 15px 0;
}

.log_tabmode li i {
    font-style: normal;
}

.log_tabmode li:first-child {
    border-left: none;
}

.log_tabmode li.over {
    color: #c20000;
}

.loginprompt {
    margin-left: 10px;
    color: #999;
    background:  no-repeat 1px center;
    background-size: 15px 15px;
    padding-left: 24px;
}

.log_input {
    margin: 20px 10px 30px 10px;
}

.log_input li {
    margin-bottom: 10px;
    position: relative;
}

.log_input input {
    width: 100%;
    height: 45px;
    border: none;
    border-radius: 4px;
    line-height: 45px;
    font-size: 1.4rem;
    text-indent: 58px;
    background-color: #ffffff;
    color: #666;
}

.log_input input::-webkit-input-placeholder {
    color: #b3b6be;
}

.log_input .ico {
    position: absolute;
    top: 12px;
    left: 15px;
    width: 20px;
    border-right: 1px solid #f1f1f1;
    padding-right: 10px;
}

.log_input li.identify_code {
    display: flex;
}

.log_input li.identify_code input {
    width: 65%;
    height: 45px;
    border: none;
    border-radius: 4px;
    line-height: 45px;
    font-size: 1.4rem;
    text-indent: 58px;
    background-color: #ffffff;
    color: #666;
    float: left;
    margin-right: 10px;
}

.log_input li.identify_code a {
    width: 32%;
    height: 45px;
    display: block;
    border-radius: 4px;
    line-height: 45px;
    text-align: center;
    font-size: 1.4rem;
    background-color: #df3b42;
    color: #fff;
}

.reg_input input {
    text-indent: 15px !important;
}

.log_input .pas-tel-box {
    width: 65%;
    text-indent: 15px;
}

.log_input .yz_img_box {
    width: 32%;
    height: 42px;
    float: right;
}

.log_input .yz_img_box img {
    height: 100%;
    width: 100%;
}

.log_logbtn {
    margin: 10px;
}

.log_logbtn a {
    width: 100%;
    height: 45px;
    display: block;
    border-radius: 4px;
    line-height: 45px;
    text-align: center;
    font-size: 1.8rem;
    background-color: #df3b42;
    color: #fff;
}

.log_logbtn.disabled a {
    background-color: #ccc;
    color: #999;
}

.registerprompts {
    margin: 20px 10px 0 10px;
    color: #999;
    background-size: 15px 15px;
    line-height: 24px;
    font-size: 14px;
}

.registerprompts img {
    height: 17px;
    width: 17px;
    float: left;
    margin: 4px 10px 0 0;
}

.registerprompts b {
    color: #333;
}

.log_forget {
    text-align: right;
    margin-right: 10px;
    color: #999;
    font-size: 1.3rem;
    line-height: 2.4rem;
}

.log_pline {
    position: relative;
    text-align: center;
    margin: 30px 10px 0 10px;
}

.log_pline .tips-line {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    border-top: 1px solid #ddd;
    width: 100%;
}

.log_pline .tips-text {
    color: #bbb;
    font-size: 1.3rem;
    display: inline-block;
    padding: 0 10px;
    background: #f5f5f5;
}

.log_third {
    display: -webkit-flex;
    /* safari */
    display: flex;
    padding: 30px 60px;
}

.log_third li {
    flex: 1;
    text-align: center
}

.log_third li img {
    width: 44px;
}

.log_third li span {
    width: 100%;
    color: #999;
    line-height: 2rem;
    font-size: 1.3rem;
    display: block;
}

.log_protocol {
    margin: 0 10px 30px 10px;
    font-size: 1.4rem;
    color: #999;
}

.log_protocol img {
    width: 12px;
    margin: 0 5px;
}

.log_protocol a {
    color: #df3b42;
}

.pop-ajaxbox {
    margin: 10px 0;
}

.pop-ajaxbox .tith {
    padding: 10px;
    text-align: center;
    font-size: 1.5rem;
}

.pop-ajaxbox .nolog {
    padding: 10px;
    font-size: 1.3rem;
    color: #999
}

.protocol {
    color: #666;
    margin: 0 10px;
}

.protocol a {
    color: #5b9bf5;
}

/*登录页 end*/
.nohousemsg {
    padding: 12px;
    text-align: center;
    font-size: 16px;
    color: #a7a7a7;
}

/*选择城市*/
.city_searchbar {
    padding: 20px;
}

.city_searchbar input {
    height: 40px;
    width: 100%;
    color: #333;
    border: 1px solid #eeefef;
    border-radius: 4px;
    text-indent: 1.2rem;
    font-size: 1.3rem;
}

.city_searchbar input::-webkit-input-placeholder {
    color: #b3b6be;
}

.city_searchbar input:focus {
    outline: none;
}

.city_searchbar_img {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 40px;
    top: 30px;
}

.citychoice_plate {
    display: inline-block;
    width: 100%;
    padding: 13px 0;
    border-bottom: 1px solid #f1f1f1;
}

.citychoice_plate h1 {
    border-left: 3px solid #dd4f51;
    color: #333;
    font-size: 1.4rem;
    text-indent: 27px;
    font-weight: normal;
}

.citychoice_current_city {
    margin-top: 10px;
    display: table;
    width: 100%;
    line-height: 2.2rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}

.citychoice_current_city h1 {
    color: #999;
    font-size: 1.4rem;
    font-weight: normal;
    text-indent: 30px;
    float: left;
}

.citychoice_current_city a.enter {
    color: #999;
    float: right;
    font-size: 1.3rem;
    margin-right: 30px;
}

.citychoice_current_list {
    display: -webkit-flex;
    /* safari */
    display: flex;
    flex-flow: row wrap;
}

.citychoice_current_list li {
    width: 25%;
    font-size: 1.4rem;
    text-align: center;
    line-height: 46px;
    box-shadow: 1px 1px 0 #f1f1f1;
}

.citychoice_pinyin {
    display: -webkit-flex;
    /* safari */
    display: flex;
    flex-flow: row wrap;
}

.citychoice_pinyin li {
    width: 16.6666%;
    color: #dd4f51;
    font-size: 1.5rem;
    text-align: center;
    line-height: 2.2rem;
    padding: 10px 0;
    box-shadow: 1px 1px 0 #f1f1f1;
}

.citychoice_pinyin li:nth-child(6n) {
    box-shadow: 0 1px 0 #f1f1f1;
}

.citychoice_grouplist {
    /*display: -ms-flow-root;*/
    /*display: -moz-flow-root;*/
    /*display: -webkit-flow-root;*/
    /*display: -o-flow-root;*/
    /*!* safari *!*/
    /*display: flow-root;*/

    display: inline-block;
    width: 100%;
    margin-bottom: -2px;
}

.citychoice_grouplist li {
    width: 25%;
    font-size: 1.5rem;
    text-align: center;
    line-height: 46px;
    box-shadow: 1px 1px 0 #f1f1f1;
    float: left;
}

.citychoice_grouplist li:first-child {
    font-size: 2.2rem;
    text-align: center;
    font-weight: bold;
    line-height: 92px;
    padding: 0;
    box-shadow: 1px 1px 0 #f1f1f1;
}

.citychoice_pinyin li a {
    color: #333333;
}

.citychoice_grouplist li a {
    color: #333333;
}

/*选择城市 end*/

/*swiper tabs*/
.swiper_tabs_wrap {
}

.swiper_tabs_wrap .tabs {
    display: -webkit-flex;
    /* safari */
    display: flex;
    line-height: 3.4rem;
    width: 100%;
    text-align: center
}

.swiper_tabs_wrap .tabs a {
    flex: 1;
    color: #999;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 2px solid #dbdbdb;
}

.swiper_tabs_wrap .tabs a.active {
    color: #333;
    border-bottom: 2px solid #dd4f51;
}

.swiper_tabs_wrap .swiper-container {

}

.swiper_tabs_wrap .swiper-slide {
    background: none;
}

/*swiper tabs end*/

/*公交找房*/
.buslooking_plate {
    margin-top: 12px;
    display: inline-block;
    width: 100%;
    padding-bottom: 12px;
    border-bottom: 1px solid #f1f1f1;
}

.buslooking_plate h1 {
    color: #333;
    font-size: 1.4rem;
    font-weight: normal;
    text-indent: 10px;
}

.buslooking_plate h1 a {
    color: #0158c3;
}

.buslooking_info {
    display: -webkit-flex;
    /* safari */
    display: flex;
    padding: 10px 0;
}

.buslooking_info li {
    flex: 1;
    color: #333;
    font-size: 1.2rem;
    line-height: 2rem;
    border-right: 1px solid #f1f1f1;
    margin-left: 10px;
}

.buslooking_info .date {
    font-size: 1.2rem;
    color: #999;
}

.buslooking_info .release {
    font-size: 1.2rem;
    width: 100%;
    color: #1167c9;
    line-height: 3rem;
    text-align: right;
}

/*公交找房 end*/

/*地图*/
.map_around_ico01, .map_around_ico02, .map_around_ico03, .map_around_ico04, .map_around_ico05, .map_around_ico06 {
    background: url(/uploads/image/bi2017/mapclassico.png);
    background-repeat: no-repeat;
    background-size: 144px 48px;
}

.map_around_class {
    display: -webkit-flex;
    /* safari */
    display: flex;
    background-color: #fff;
    padding: 2%;
    width: 96%;
    position: absolute;
    bottom: 0;
}

.map_around_class li {
    flex: 1;
    text-align: center;
}

.map_around_class li i {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto;
}

.map_around_class .map_around_ico01 {
    background-position: 0 0;
}

.map_around_class .map_around_ico02 {
    background-position: -24px 0;
}

.map_around_class .map_around_ico03 {
    background-position: -48px 0;
}

.map_around_class .map_around_ico04 {
    background-position: -72px 0;
}

.map_around_class .map_around_ico05 {
    background-position: -96px 0;
}

.map_around_class .map_around_ico06 {
    background-position: -120px 0;
}

.map_around_class .selected .map_around_ico01 {
    background-position: 0 -24px;
}

.map_around_class .selected span {
    color: #dd4f51;
}

.map_around_class .selected .map_around_ico02 {
    background-position: -24px -24px;
}

.map_around_class .selected .map_around_ico03 {
    background-position: -48px -24px;
}

.map_around_class .selected .map_around_ico04 {
    background-position: -72px -24px;
}

.map_around_class .selected .map_around_ico05 {
    background-position: -96px -24px;
}

.map_around_class .selected .map_around_ico06 {
    background-position: -120px -24px;
}

.map_around_class li img {
    width: 32px;
}

.map_around_class li span {
    color: #999;
    width: 100%;
    line-height: 2rem;
    font-size: 1.3rem;
    display: block;
}

@media screen and (max-width: 320px) {
    .map_around_class li span {
        font-size: 1.2rem;
    }
}

.map_around_box {
    height: 50%;
    width: 100%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
}

.map_around_newclass {
    background-color: #f2f2f2;
    border-bottom: 1px solid #dddddd;
    /*position: static;*/
    display: -webkit-box;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

.map_around_newclass li {
    color: #666;
    font-size: 1.4rem;
    line-height: 23px;
    padding: 8px 10px;
    border-right: 1px solid #e5e5e5;
}

.map_around_newclass li:last-child {
    border-bottom: none;
}

.map_around_newclass li.selected {
    color: #e66010;
    background-color: #fff;
}

.map_around_newclass li i {
    width: 22px;
    height: 22px;
    margin-right: 6px;
    background-size: cover !important;
    float: left;
}

.map_around_pa {
    background: ;
}

.map_around_newclass .selected .map_around_pa {
    background: ;
}

.map_around_ob {
    background: ;
}

.map_around_newclass .selected .map_around_ob {
    background: ;
}

.map_around_ed {
    background: ;
}

.map_around_newclass .selected .map_around_ed {
    background: ;
}

.map_around_hp {
    background: ;
}

.map_around_newclass .selected .map_around_hp {
    background: ;
}

.map_around_sa {
    background: ;
}

.map_around_newclass .selected .map_around_sa {
    background: ;
}

.map_around_ht {
    background: ;
}

.map_around_newclass .selected .map_around_ht {
    background: ;
}

.map_around_rg {
    background: ;
}

.map_around_newclass .selected .map_around_rg {
    background: ;
}

.map_around_gz {
    background: ;
}

.map_around_newclass .selected .map_around_gz {
    background: ;
}

.map_around_cz {
    background: ;
}

.map_around_newclass .selected .map_around_cz {
    background: ;
}

.map_around_se {
    background: ;
}

.map_around_newclass .selected .map_around_se {
    background: ;
}

.map_around_dm {
    background: ;
}

.map_around_newclass .selected .map_around_dm {
    background: ;
}

.map_around_ot {
    background: ;
}

.map_around_newclass .selected .map_around_ot {
    background: ;
}

.map_around_np {
    background: ;
}

.map_around_newclass .selected .map_around_np {
    background: ;
}

.map_around_bottom {
    background-color: #fff;
    position: absolute;
    top: 36%;
    left: 10px;
    border-radius: 6px;
}

.map_around_bottom li {
    text-align: center;
    font-size: 1.5rem;
    padding: 6px 10px;
}

.map_around_bottom li:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.map_around_bottom li:last-child {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.map_around_bottom li.selected {
    background-color: #dd4f51;
}

.map_around_bottom li.selected a {
    color: #fff;
}

.map_around_list {
    overflow-y: auto;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
}

.map_around_list li {
    display: flex;
    justify-content: space-between;
    font-size: 1.4rem;
    line-height: 28px;
    padding: 8px 10px;
    border-bottom: 1px solid #dddddd;
}

.map_around_list li.on {
    background-color: #f9e4e4;
}

.map-ha-popbox {
    background: #ff6d00;
    color: #fff;
    height: 30px;
    line-height: 30px;
    font-size: 1.3rem;
    padding: 0 20px;
    border-radius: 15px;
    position: relative;
    opacity: 0.9;
    clear: both;
    display: inline-block;
    white-space: nowrap;
    _zoom: 1;
    cursor: pointer;
}

.map-ha-popbox .name {
    height: 30px;
    line-height: 30px;
    position: relative;;
}

.map-ha-popbox i {
    background: url(/uploads/image/bi2019/map_pt.png) no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    display: block;
    height: 8px;
    width: 15px;
}

.map-ha-popbox .per {
    display: inline;
    background: #fff;
    color: #333;
    height: 12px;
    line-height: 12px;
    padding: 2px 10px;
    border-radius: 3px;
    display: none;
    margin-left: 5px;
}

.map-ha-popbox.on {
    background: #ff4309;
}

.map-ha-popbox.on i {
    background: url(/uploads/image/bi2019/map_pt_h.png) no-repeat;
}

/*地图 end*/

/* 公交沿线 */
.busroute_cityhousemobile2017 {
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
}

.bus_header {
    height: 50px;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
    padding-top: 10px;
}

.bus_header div:nth-child(1) {
    width: 25%;
    height: 100%;
}

.bus_header div:nth-child(1) h1 {
    margin-left: 5%;
    font-size: 1.7rem;
    color: #333333;
}

.bus_header div:nth-child(1) h1 span {
    font-size: 1.2rem;
    font-weight: normal;
    color: #fff;
    background-color: #8e8888;
    width: 28px;
    height: 16px;
    display: inline-block;
    line-height: 16px;
    text-align: center;
}

.bus_header div:nth-child(1) p {
    margin-left: 5%;
    color: #999999;
    font-size: 1.2rem;
    margin-top: 5px;
}

.bus_header div:nth-child(2) {
    height: 100%;
    width: 75%;
}

.bus_header div:nth-child(2) p {
    font-size: 1.3rem;
    color: #333333;
    margin-right: 5%;
    text-align: right;
}

.bus_header div:nth-child(2) p a {
    color: #0158c3;
}

.bus_header div:nth-child(2) p img {
    padding: 0 2%;
}

.bus_con {
    height: 130px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
}

.bus_con_scroll_item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 95%;
    max-height: 90%;
    margin-top: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    left: 2.5%;
}

.bus_con_scroll_item > li {
    width: 14px;
    margin-right: 3%;
    color: #999999;
}

.bus_con_scroll_item > li > a > span {
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #e0e0e0;
    line-height: 12px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    font-size: 1rem;
    color: #333333;
}

.bus_con_scroll_item > li > a > div {
    text-align: center;
    line-height: 14px;
    margin-top: 5px;
    color: #999999;
}

.bus_con_scroll_item .bus_con_scroll_item_span_current {
    color: #fff;
    background-color: #c20000;
    border: 1px solid #c20000;
}

.bus_con_redline {
    width: 94%;
    height: 3px;
    background-color: #c20000;
    position: absolute;
    top: 16px;
    left: 2.5%;
}

/* 公交沿线 end --------------------------------------------- */

/*房价*/

.cityprice_info {
    display: -webkit-flex;
    /* safari */
    display: flex;
    padding: 10px 0;
    background-color: #ffffff;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.cityprice_info li {
    flex: 1;
    color: #333;
    font-size: 1.4rem;
    line-height: 2rem;
    border-right: 1px solid #f1f1f1;
    margin-left: 8px;
    text-align: center;
}

.cityprice_info .unit {
    font-size: 1.2rem;
    color: #999;
}

.cityprice_info a {
    margin-left: 10px;
    color: #094dbe;
}

.city_table_list {
    width: 100%;
}

.city_table_list th {
    background-color: #fff;
    border-left: 1px solid #e5e5e5;
    color: #999;
    font-weight: normal;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
}

.city_table_list th:first-child {
    border-left: none;
}

.city_table_list td {
    line-height: 3rem;
    font-size: 1.4rem;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
}

.city_table_list td a {
    color: #0c5ab1;
}

.city_table_list .text_left10 {
    text-align: left;
    text-indent: 10px;
}


/*房价 end*/


/*page*/
.cityhouse_page a.pgup,
.cityhouse_page a.pgdn {
    background-color: #fff;
}

.cityhouse_page a {
    background: #fff;
    color: #333;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    border: 1px solid #ccc;
    padding: 0 10px;
    margin-right: 3px;
    font-family: tahoma, arial;
    float: left;
    font-weight: normal;
}

.cityhouse_page a.pgup {
}

.cityhouse_page a.pgdn {
    background-position: 105% -3063px;
    padding-right: 15px;
}

.cityhouse_page .page_break {
    float: left;
}

.cityhouse_page .page_number {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.cityhouse_page .page_sub {
    border: none;
    background-position: -173px -48px;
    width: 37px;
    height: 19px;
    text-indent: -9999px;
}

.cityhouse_page a.active {
    background: #ec6046;
    color: #fff;
    border: 1px solid #ec6046;
    padding: 0 11px;
}

.cityhouse_page .page_p {
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    float: left;
}

.cityhouse_page .page2 {
}

.cityhouse_page .page2 a {
    color: #5a9af4;
    display: inline-block;
    margin-right: 10px;
    border: none;
    float: none;
    padding: 0;
}

.page_set .sortby {
    height: 30px;
    line-height: 30px;
}

.page_set {
    margin: 10px;
    display: block;
    height: 30px;
}

.page_set .pagebox {
    position: absolute;
    right: 5px;
    top: 11px;
    height: 20px;
    line-height: 20px;
}

.page_set .pageup,
.page_set .pagedn {
    background: url(/uploads/image/bimages/i18.png) no-repeat center center;
    height: 20px;
    width: 20px;
    line-height: 200px;
    overflow: hidden;
    cursor: pointer;
    display: table-cell;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.page_set .pagedn {
    background: url(/uploads/image/bimages/i19.png) no-repeat center center;
}

.page_set .pageup:hover {
    background: url(/uploads/image/bimages/i18_hover.png) no-repeat center center;
}

.page_set .pagedn:hover {
    background: url(/uploads/image/bimages/i19_hover.png) no-repeat center center;
}

.page_set .pagebox .number .num {
    color: #c50000;
}

/*page end*/

/*店铺*/
.shops_userinfo {
    padding: 20px 15px;
    border-bottom: 1px solid #f1f1f1;
}

.shops_userinfo .imgbox {
    width: 60px;
    height: 60px;
    overflow: hidden;
    text-align: center;
    margin-right: 15px;
}

.shops_userinfo .imgbox img {
    height: 60px;
    border-radius: 60px;
    float: left;
}

.shops_userinfo h1 {
    font-size: 1.4rem;
    color: #333;
    line-height: 2rem;
}

.shops_userinfo .score {
    font-size: 1.3rem;
    color: #de504f;
    float: right;
    margin-top: -20px;
}

.shops_userinfo p {
    font-size: 1.3rem;
    color: #999;
}

.shops_userinfo .tel {
    font-size: 1.5rem;
    color: #333;
    padding-left: 22px;
    background:  no-repeat 0 / 16%;
}

.shops_servicearea {
    padding: 15px;
    display: inline-block;
}

.shops_servicearea .title {
    font-size: 1.3rem;
    color: #333;
    line-height: 46px;
}

.shops_servicearea .label {
}

.shops_servicearea .label li {
    border-radius: 4px;
    background-color: #f0efef;
    padding: 5px 7px;
    float: left;
    color: #333;
    text-align: center;
    margin: 0 5px 5px 0;
}

.copyright_release {
    font-size: 1.2rem;
    width: 96%;
    color: #1167c9;
    line-height: 3rem;
    text-align: right;
    padding: 0 2%;
}

/*店铺 end*/


/*社区银行*/
.communitybank_bodybox {
    background: #f5f5f5;
}

.communitybank_bannerbox img {
    width: 100%;
}

.communitybank_introduce {
    padding: 20px 15px;
    background-color: #fff;
}

.communitybank_introduce li {
    margin-bottom: 10px;
}

.communitybank_introduce li h1 {
    font-size: 15px;
    text-indent: 16px;
    color: #333;
    line-height: 28px;
    background:  no-repeat 0 / 11px;
}

.communitybank_introduce li p {
    font-size: 13px;
    padding-left: 16px;
    line-height: 22px;
    color: #999;
}

.communitybank_service {
    height: 140px;
    margin-top: 10px;
    background: white;
}

.communitybank_service_p1 {
    width: 100px;
    /*height: 47px;*/
    font-size: 24px;
    color: black;
    border-bottom: 3px solid #c10000;
    padding-top: 25px;
    text-align: center;
    margin: 0 auto;
}

.communitybank_service_p2 {
    font-size: 14px;
    text-align: center;
    padding-top: 20px;
}

.communitybank_function {
    width: 100%;
    margin-top: 10px;
    display: inline-block;
    background-color: white;
}

.communitybank_function ul {
    float: left;
    margin-top: 42px;
    margin-bottom: 20px;
}

.communitybank_function_ul1 {
    margin-left: 10px;
}

.communitybank_function_ul1 img {
    width: 30px;
    height: 30px;
}

.communitybank_function_ul2 {
    width: 80%;
}

.communitybank_function_p1 {
    font-size: 17px;
    color: #c10000;
    height: 30px;
    line-height: 30px;
    margin-left: 8px;
}

.communitybank_function_p2 {
    margin-top: 6px;
    margin-left: 8px;
    font-size: 12px;
    color: #666666;
}

.communitybank_function li {
    height: 104px;
}

.dashedlinebox {
    width: 14px;
    height: 73px;
    border-right: 1px dashed #666666;
}

.communitybank_request {
    margin-top: 10px;
    background-color: white;
}

.communitybank_request img {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.communitybank_tel_box {
    margin-top: 10px;
    background-color: white;
    height: 70px;
    padding-top: 20px;
}

.communitybank_tel {
    margin: 0 auto;
    height: 30px;
}

.communitybank_tel img {
    display: block;
    margin-left: 5%;
    width: 30px;
    height: 30px;
    float: left;
}

.communitybank_tel p {
    margin-right: 5%;
    margin-left: 16%;
    color: black;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
}

.communitybank_tel p span {
    color: #c10000;
    font-size: 24px;
}

/*服务对象、功能介绍样式*/
.communitybank_service_p2 {
    font-size: 18px;
    padding-top: 25px;
}

.communitybank_function {
    /*height: 470px;*/
}

.communitybank_function li {
    height: 120px;
}

.communitybank_function_p2 {
    font-size: 15px;
    line-height: 26px;
    margin-top: 4px;
}

/*社区银行 end*/

/*社区中介*/
.intermediary_service {
    margin-top: 10px;
    background-color: white;
}

.intermediary_service_p1 {
    width: 100px;
    font-size: 24px;
    color: black;
    border-bottom: 3px solid #c10000;
    padding-top: 25px;
    text-align: center;
    margin: 0 auto;
}

.intermediary_service_p2 {
    font-size: 14px;
    text-align: center;
    padding-top: 20px;
}

.intermediary_service img {
    width: 100%;
    padding: 20px 0;
}

/*社区中介 end*/

#supersearchlist li {
    background-color: #fff;
    padding: 12px;
    color: #ddd;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}

#supersearchlist li a {
    color: #606060;
}

.timeupdate {
    margin-top: 12px;
}

@media screen and (max-width: 320px) {
    .timeupdate {
        font-size: 1rem;
        margin-top: 15px;
    }
}

/*首页房地产行情*/
.city_h_market_box {
    width: 100%;
}

.city_h_market_box .title .tith {
    height: 46px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 46px;
}

.city_h_market_box .title .back_red {
    display: inline-block;
    height: 16px;
    width: 6px;
    background: #de5454;
    float: left;
    margin-top: 12px;
    margin-right: 9px;
}

.city_h_market_box .cont {
    padding: 15px 0 15px 15px;
    border-top: 1px solid #f1f1f1;
}

.city_h_market_box .cont .name {
    font-size: 15px;
    line-height: 35px;
    height: 35px;
    font-weight: bold;
}

.city_h_market_info {
    font-size: 14px;
}

.city_h_market_box .cont .name span {
    display: inline-block;
    width: 47px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    background: #979797;
    color: #fff;
    font-size: 12px;
    font-weight: 100;
    margin-left: 5px;
}

.city_h_market_info span {
    margin-bottom: 7px;
    display: inline-block;
}

.price_big {
    font-weight: bold;
    color: #de5454;
}

.cont .red {
    color: #de5454;
}

.cont .green {
    color: green;
}

.ml40 {
    margin-left: 40px;
}

/*首页房地产行情  end*/

/*城市房产服务协议*/
.userprotocol {
    margin: 30px 10px;
    color: #999;
    line-height: 20px;
}

.userprotocol .help_tit_h {
    color: #333333;
    font-weight: bold;
    margin: 15px 0;
    font-size: 14px;
}

.userprotocol .tit_chang {
    margin-top: 0;
}

.userprotocol_tit {
    line-height: 43px;
    text-align: center;
    color: #fff;
    font-weight: 500;
}

/*城市房产服务协议  end*/
/* 用户信息页及修改昵称页公用 */
.cont_box {
    width: 80%;
    margin: 0 auto;
    margin-top: 83px;
}

.itemlist {
    height: 40px;
    width: 100%;
    line-height: 40px;
    display: flex;
    flex-direction: row;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
}

.itemlist div {
    /*flex: 1;*/
}

.itemname {
    width: 30%;
}

.itemval {
    text-align: right;
    color: #7d7d7d;
    width: 70%;
    position: relative;
}

.iva {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.zjt {
    height: 16px;
    width: 16px;
    margin-left: 4px;
    margin-top: 12px;
    position: absolute;
    top: 0;
}

.cont_box .loginoutbtn {
    display: block;
    background: #df3b42;

    margin-top: 40px;
    text-align: center;
    color: #fff;
    border-radius: 4px;

}

/*综合评分*/
/* 新星星 */
.comstar0, .comstar1, .comstar2, .comstar3, .comstar4, .comstar5, .comstar6, .comstar7, .comstar8, .comstar9, .comstar10, .comstar11 {
    width: 120px;
    float: left;
    height: 24px;
    background: url(/uploads/image/bi2017/newstar.png) no-repeat;
}

.comstar11 {
    background-position: 0 -264px;
}

.comstar0 {
    background-position: 0 -240px;
}

.comstar1 {
    background-position: 0 -216px;
}

.comstar2 {
    background-position: 0 -192px;
}

.comstar3 {
    background-position: 0 -168px;
}

.comstar4 {
    background-position: 0 -144px;
}

.comstar5 {
    background-position: 0 -120px;
}

.comstar6 {
    background-position: 0 -96px;
}

.comstar7 {
    background-position: 0 -72px;
}

.comstar8 {
    background-position: 0 -48px;
}

.comstar9 {
    background-position: 0 -24px;
}

.comstar10 {
    background-position: 0 0;
}

.cont-score {
    padding: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.com-score {
    width: 30%;
}

.com-score .box {
    width: 9rem;
    border: 1px solid #ec7173;
    text-align: center;
    color: #dd4f51;
    font-size: 2rem;
    border-radius: 50%;
    background: #fdeded;
    height: 9rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.com-score .com-snum {
    font-size: 3rem;
    color: #dd4f51;
    font-weight: 600;
}

.class-score {
    width: 70%;
}

.class-score li {
    margin-left: 10%;
    text-align: center;
    line-height: 24px;
    color: #999;
    display: flex;
    justify-content: space-around;
    padding: 2px 0;
}

.class-score li .red {
    color: #dd4f51;
}

@media screen and (max-width: 320px) {
    .com-score .box {
        width: 7rem;
        height: 7rem;
    }

    .class-score li {
        margin-left: 0;
    }
}

/*综合评分 end*/
/*楼盘详情页新版*/
.subhead {
    font-size: 1.4rem;
    padding: 15px 0;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}

.hastat {
    color: #fff;
    background-color: #44b549;
    border-radius: 3px;
    font-weight: normal;
    font-size: 1.2rem;
    padding: 1px 5px;
}

.hs_layout2 {
    display: flex;
    /*padding: 10px;*/
}

.hs_layout2 li {
    flex: 1;
    font-size: 1.4rem;
    line-height: 2.0rem;
    text-align: left;
    color: #333;
    position: relative;
}

.hs_layout2 li span:first-child {
    font-size: 1.2rem;
    color: #999;
}

.hs_layout2 li .time {
    color: #999;
    font-size: 1.2rem;
    margin-bottom: 0;
    display: inline-block;
}

.pr_new_more {
    font-size: 1.3rem;
    display: block;
    padding: 0 18px 10px 10px;
}

.hs_infotrip {
    font-size: 1.3rem;
    color: #333;
    line-height: 2rem;
    margin: 0 10px 10px 10px;
}

.dystat {
    color: #dd4f51;
    border-radius: 3px;
    border: 1px solid #dd4f51;
    font-weight: normal;
    font-size: 1.2rem;
    padding: 0 3px;
}

/*楼盘详情页新版 end */

/* 城市运营招商 */
.bus_top_box {
    background: url(/uploads/image/bi2019/operate_pic01.png) no-repeat center;
    background-size: cover;
    width: 90%;
    height: 200px;
    padding: 5%;
}

.bus_top_box h1 {
    color: #000;
    font-size: 2.6rem;
    font-weight: normal;
    text-align: center;
    padding-top: 3rem;
}

.bus_top_box p {
    color: #000;
    font-size: 1.6rem;
    line-height: 2.6rem;
    text-align: center;
    margin-top: 3rem;
}

.bus_cont_box {
    margin-top: 3rem;
    padding: 10px;
}

.bus_cont_box p {
    color: #000;
    font-size: 1.6rem;
    line-height: 2.6rem;
    text-align: center;
}

.bus_cont {
    margin-top: 4rem;
}

.bus_cont li {
    margin-top: 62px;
    background: #f3f2f1;
    border: 3px solid #d13739;
    border-radius: 15px;
}

.bus_cont li h1 {
    color: #fff;
    font-size: 1.8rem;
    line-height: 40px;
    font-weight: normal;
    text-align: center;
    background: url(/uploads/image/bi2019/operate_pic02.png) no-repeat center;
    background-size: contain;
    width: 70%;
    height: 48px;
    margin: auto;
    margin-top: -23px;
}

.bus_cont li > p {
    line-height: 2.6rem;
    margin: 2rem;
}

.bus_contact_box {
    margin-top: 4rem;
}

.bus_title {
    font-size: 2.6rem;
    color: #333;
    line-height: 4rem;
    margin: 0 auto;
    position: relative;
    width: 300px;
    text-align: center;
}

.bus_title::after {
    content: '';
    background-color: #dd4f50;
    width: 60px;
    height: 3px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -30px;
}

.bus_contact {
    text-align: center;
    margin-top: 4rem;
}

.bus_contact li {
    color: #000;
    line-height: 3.2rem;
    font-size: 1.6rem;
    margin-bottom: 2rem;
}

.bus_contact_footer {
    background: url(/uploads/image/bi2019/operate_pic03.png) no-repeat center;
    background-size: contain;
    height: 50px;
}

/* 城市运营招商 end */

/* 关于城市房产 */
.aboutus_top_box {
    background: #f6f6f6 url(/uploads/image/bi2019/business_pic01.png) no-repeat top center;
    width: 100%;
    /* height: 520px; */
}

.aboutus_top_box h1 {
    color: #fff;
    font-size: 3.2rem;
    font-weight: normal;
    text-align: center;
    padding-top: 100px;
}

.aboutus_top_grow {
    background: #fff url(/uploads/image/bi2019/business_pic02.png) no-repeat center;
    width: 96%;
    height: 556px;
    margin: 60px auto;
    border-radius: 30px;
    box-shadow: 0 5px 10px 1px #aaa;
}

.aboutus_top_grow p {
    color: #000;
    font-size: 1.6rem;
    line-height: 2.6rem;
    text-align: left;
    margin: 0 24px 20px 24px;
    text-indent: 3.2rem;
}

.aboutus_top_grow p:first-child {
    padding-top: 40px;
}

.aboutus_title_text {
    font-size: 1.6rem;
    color: #999;
    line-height: 2.6rem;
    text-align: center;
    margin: 20px;
}

.aboutus_housekeeper {
    margin: 4rem 0;
}

.aboutus_housekeeper li {
    margin: 16px;
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 26px;
    border-radius: 10px;
}

.aboutus_housekeeper li span {
    color: #333;
    font-size: 2.3rem;
    line-height: 32px;
}

.aboutus_housekeeper li p {
    color: #666;
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-top: 1.6rem;
}

.aboutus_housekeeper li img {
    vertical-align: top;
    margin-top: 4px;
}

.aboutus_channel_box {
    padding: 0 0 40px 0;
}

.aboutus_channel_text {
    color: #333;
    font-size: 1.8rem;
    line-height: 2.6rem;
    text-align: center;
    margin: 20px;
}

.aboutus_partner_box {
    background: #f6f6f6 url(/uploads/image/bi2019/business_pic03.png) no-repeat top center;
    width: 100%;
    /* height: 341px; */
    background-size: 200%;
}

.aboutus_partner_box h1 {
    font-size: 3.2rem;
    font-weight: normal;
    color: #fff;
    text-align: center;
    padding-top: 4.5rem;
}

.aboutus_partner_grow {
    padding: 7rem 0 1rem 0;
}

.aboutus_partner_grow .tab-title {
    display: flex;
    justify-content: space-between;
}

.aboutus_partner_grow .tab-title li {
    font-size: 1.4rem;
    flex: 1;
    color: #000;
    line-height: 3rem;
    background: #fff;
    border: 2px solid #bfbfbf;
    border-radius: 35px;
    outline: none;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.aboutus_partner_grow .tab-title li.selectactive {
    color: #d13739;
    background: #f2f2f2;
}

.aboutus_partner_grow .tab-title li.selectactive::after {
    content: '';
    background-color: #d13739;
    width: 3.6rem;
    height: 3px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -2px;
    margin-left: -1.8rem;
}

@media screen and (max-width: 360px) {
    .aboutus_partner_grow .tab-title li {
        font-size: 1.2rem;
        line-height: 2.4rem;
    }
}

.aboutus_partner_grow .tab-content {
    margin: 30px 15px;
}

.aboutus_partner_cont_title {
    margin-bottom: 18px;
}

.aboutus_partner_cont_title img {
    padding-right: 10px;
    border-right: 1px solid #bfbfbf;
    width: 32px;
    height: 32px;
}

.aboutus_partner_cont_title span {
    color: #000;
    font-size: 2rem;
    line-height: 32px;
    margin: 0 10px;
    vertical-align: top;
}

.aboutus_partner_cont_title i {
    color: #666;
    font-size: 1.4rem;
    line-height: 32px;
    display: block;
}

.aboutus_partner_cont {
    font-size: 1.6rem;
    line-height: 2.6rem;
}

.aboutus_partner_cont h2 {
    background: url(/uploads/image/bi2019/business_icon00.png) no-repeat left center;
    font-size: 1.6rem;
    line-height: 36px;
    padding-left: 24px;
    color: #000;
    margin-top: 2rem;
}

.aboutus_motion_box {
    background: url(/uploads/image/bi2019/business_pic04.png) no-repeat top center;
    width: 100%;
    /*height: 492px;*/
    background-size: contain;
    border-bottom: 1px solid #dedede;
}

.aboutus_motion_cont {
    padding: 14rem 2rem 3rem 2rem;
}

.aboutus_motion_cont p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-top: 3rem;
}

.bus_title_l {
    font-size: 2.8rem;
    color: #333;
    line-height: 4rem;
}

.bus_title_l::after {
    content: '';
    background-color: #dd4f50;
    width: 60px;
    height: 3px;
    display: block;
}

/* 关于城市房产 end */

/*诚邀合作伙伴*/
.coha_box {
    font-size: 0;
}

.coha_box img {
    width: 100%;
}

/*诚邀合作伙伴 end*/

/* 社区中介规则2019 */
.community_agent_box {
    background: #fff1eb;
    height: 64px;
    position: relative;
}

.community_agent_gray {
    background-color: #f5f5f5;
}

.community_agent_box i {
    width: 34px;
    height: 34px;
    position: absolute;
    left: 0;
    top: 0;
}

.community_agent_info {
    margin-left: 20px;
    align-items: center;
    height: 64px;
    float: left;
    display: flex;
}

.community_agent_pic {
    width: 46px;
    height: 46px;
    margin-right: 10px;
    text-align: center;
    font-size: 0;
}

.community_agent_pic:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.community_agent_pic img {
    vertical-align: middle;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.community_agent_text {
    text-align: left;
    max-width: 15rem;
}

@media screen and (max-width: 320px) {
    .community_agent_text {
        max-width: 10.9rem;
    }
}

.community_agent_text span {
    color: #000;
    font-size: 1.6rem;
    font-weight: bold;
    display: inline-block;
}

.community_agent_text span .ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 9rem;
    float: left;
}

.community_agent_ellipsis {
    /*最多2行*/
    max-width: 14.9rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.community_agent_text em {
    display: inline-block;
    margin-left: 3px;
    vertical-align: middle;
    width: 2.16rem;
}

.community_agent_text em img {
    width: 100%;
    vertical-align: sub;
}

.community_agent_text h3 {
    color: #999;
    font-size: 1.4rem;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.community_agent_sign {
    background: url(/uploads/image/bi2019/community_agent_sign.png) no-repeat;
    background-size: contain;
    width: 37px;
    height: 34px;
    margin-left: 5px;
    float: left;
}

.community_agent_sign_bytext {
    background: url(/uploads/image/bi2019/community_agent_signbytext3.png) no-repeat;
    background-size: contain;
    width: 8.6rem;
    height: 1.6rem;
    position: absolute;
    right: 72px;
}

.community_agent_btn {
    position: absolute;
    right: 0;
    top: 0;
}

.community_agent_btn a {
    display: inline-block;
    /*background: #ee4848  no-repeat center 5px;*/
    /*background-size: 50%;*/
    background-color: #ee4848;
    width: 72px;
    height: 64px;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    line-height: 64px;
}

.community_agent_btn a:hover {
    background-color: #f77b7d;
}

.community_agent_ad img {
    width: 100%;
    height: 100%;
}

/* 社区中介规则2019 end */

/* 社区中介排行 */
.agents_rank_box .tab-title {
    display: flex;
    background-color: #f8f8f8;
}

.agents_rank_box .tab-title li {
    font-size: 1.5rem;
    line-height: 3.4rem;
    color: #333;
    flex: 1;
    text-align: center;
    border-bottom: 2px solid #f8f8f8;
}

.agents_rank_box .tab-title li.selectactive {
    color: #d52008;
    font-weight: bold;
    border-bottom: 2px solid #dd4f50;
}

.agents_rank_box .tab-title li:nth-child(2) {
    width: 1px;
    background: #dbdadd;
    flex: unset;
    height: 2rem;
    margin: auto;
}

.agents_rank_list {
    width: 100%;
    border: 1px solid #efefef;
}

.agents_rank_list td {
    padding: 1rem 0.5rem;
    border-bottom: 1px solid #efefef;
}

.agents_rank_list td em {
    background: #7d7d7d;
    display: inline-block;
    height: 18px;
    width: 18px;
    color: #fff;
    text-align: center;
    font-style: normal;
    border-radius: 2px;
    line-height: 18px;
}

.agents_rank_list td .numbodred {
    background: red;
}

.agents_rank_info {
    display: flex;
    align-items: center;
}

.agents_rank_pic {
    width: 3.4rem;
    height: 3.4rem;
    margin-right: 10px;
    text-align: center;
    font-size: 0;
}

.agents_rank_pic:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.agents_rank_pic img {
    vertical-align: middle;
    /* max-width: 100%;
    max-height: 100%; */
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.agents_rank_text span {
    color: #000;
    font-size: 1.4rem;
}

.agents_rank_text h3 {
    color: #999;
    font-size: 1.4rem;
    font-weight: normal;
}

.agents_rank_tel {
    width: 2.4rem;
    height: 2.4rem;
    display: inline-block;
}

.agents_rank_tel img {
    width: 100%;
    vertical-align: middle;
}

/* 社区中介排行 end */


/* 楼盘排行榜 */
.ranking_tab {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

.ranking_tab li {
    list-style: none;
    font-size: 1.7rem;
    color: #333;
    cursor: pointer;
    float: left;
    /*box-shadow: -1px 0 0 #e5e5e5;*/
    width: 50%;
    padding: 12px 0 10px 0;
    text-align: center;
    border-bottom: 2px solid #fff;
}

.ranking_tab li.active {
    color: #c10000;
    border-bottom: 2px solid #c10000;
}

.ranking_info {
    padding: 10px;
}

.ranking_info p {
    font-size: 1.4rem;
    text-indent: 2.41rem;
    color: #999;
    line-height: 2.4rem;
}

.ranking_info span {
    font-size: 12px;
    color: #666;
    line-height: 22px;
    float: right;
    position: relative;
    top: -44px;
}

.rktable_title {
    width: 100%;
    height: 24px;
    padding: 12px 0;
    display: block;
    background: #f4f4f4;
}

.rktable_title h2 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 24px;
    border-left: 6px solid #c50000;
    padding-left: 0.8rem;
    margin-left: 1rem;
    float: left;
}

.rktable_title a {
    width: 60px;
    height: 100%;
    float: right;
    background: url(/uploads/image/bi2015img/2015-icon-9.png) no-repeat 30px center;
}

.rktable {
    border-collapse: collapse;
    table-layout: fixed;
    border-spacing: 0;
    /*border: 1px solid #e5e5e5;*/
    border-left: none;
    border-right: none; /*border-top-color: #ff3141;*/
}

.rktable th {
    color: #999999;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 5px 0;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    background-color: #fafafa;
}

.rktable th > i {
    display: inline-block;
    float: right;
    width: 1px;
    height: 20px;
    margin-top: 4px;
    background-color: #e5e5e5;
}

.rktable th span {
    font-size: 12px;
    color: #999;
    font-weight: normal;
}

.rktable td {
    font-size: 1.4rem;
    padding: 5px;
    /*white-space: nowrap;*/
    /*word-break: keep-all;*/
    /*overflow: hidden;*/
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    /*line-height: 2rem;*/
}

.rktable .rktable_num {
    background-color: #cccccc;
    color: #fff;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    width: 18px;
    display: inline-block;
}

.rktable .rktable_num1-3 {
    background-color: #ee4433;
}

.rankha_content_title {
    display: inline-block;
    width: 100%;
}

.rankha_content_title h1 {
    font-size: 20px;
    list-style: none;
    text-indent: 20px;
    float: left;
    padding: 0 20px 0 0;
}

.rankha_content_title small {
    float: right;
    font-size: 1.4rem;
    color: #999;
    font-weight: normal;
    line-height: 3rem;
    margin-right: 10px;
}

.rankha_content_title span {
    float: right;
    font-size: 14px;
    color: #666;
    font-weight: normal;
    margin-top: 10px;
    line-height: 18px;
    padding-left: 26px;
    background:  no-repeat;
}

.rankha_content_btn {
    background-color: #c10000;
    text-align: center;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    color: #fff;
    font-size: 1.4rem;
    width: 100px;
    margin: 20px auto;
    cursor: pointer;
}

/* 楼盘排行榜 end */

/*最新房列表*/
.latest_list {
    width: 100%;
    margin-bottom: 10px;
}

.latest_list td {
    line-height: 3.2rem;
    font-size: 1.4rem;
    color: #333;
    /*white-space: nowrap;*/
    /*word-break: keep-all;*/
    /*overflow: hidden;*/
}

.latest_list tr:nth-child(odd) {
    background-color: #f9f9f9;
}

/*最新房列表 end*/

/*附近环境列表*/
.ambit_list_box {
    background-color: #f8f8f8;
    max-height: 20rem;
    overflow-y: scroll;
}

.ambit_list {
    padding: 10px;
}

.ambit_list li {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 10px;
}

.ambit_list li:last-child {
    margin-bottom: 0;
}

.ambit_list li h2 {
    color: #666;
    font-size: 1.4rem;
    font-weight: normal;
}

.ambit_list li span {
    margin-right: 10px;
}

.ambit_list li span:last-child {
    margin-right: 0;
}

/*附近环境列表 end*/

/*中介公司店铺*/
.intershop_header {
    height: 46px;
    background-color: #ffffff;
    position: relative;
}

.intershop_header p {
    font-size: 2rem;
    line-height: 46px;
    text-align: center;
}

.intershop_header img {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -0.9rem;
    height: 1.8rem;
}

.intershop_top {
    width: 100%;
    background-color: #f4f4f4;
    display: inline-block;
    position: relative;
}

.intershop_sign {
    background-color: #dd4f50;
    height: 46px;
    position: relative;
}

.intershop_sign img {
    position: absolute;
    right: 10px;
    top: 0;
    height: 38px;
}

.intershop_sign .share {
    color: #fff;
    background:  no-repeat 3px center;
    background-size: 30%;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 0 5px 0 18px;
    line-height: 1.8rem;
    position: absolute;
    right: 70px;
    top: 50%;
    margin-top: -1rem;
}

.intershop_pic {
    width: 62px;
    height: 62px;
    text-align: center;
    font-size: 0;
    position: absolute;
    left: 15px;
    top: 10px;
}

.intershop_pic:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.intershop_pic img {
    /*border: 2px solid #fff;*/
    /*background: #d4d4d4;*/
    vertical-align: middle;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.intershop_auth {
    height: 24px;
    position: relative;
    margin-top: 5px;
    margin-left: 86px;
}

.intershop_auth img {
    height: 100%;
    margin: 0 2px;
}

.intershop_auth span {
    color: #999;
    font-size: 1.4rem;
    line-height: 24px;
    position: absolute;
    right: 10px;

}

.intershop_info {
    margin: 10px;
}

.intershop_info h2 {
    color: #333333;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 3.2rem;
}

.intershop_point {
    color: #333333;
    font-size: 1.4rem;
    line-height: 2.4rem;
    background:  no-repeat left center;
    background-size: 4%;
    padding-left: 1.5rem;
    display: block;
}

.intershop_point_gray {
    color: #999;
    background:  no-repeat left center;
    background-size: 4%;
}

.intershop_infolist {
    margin: 10px 0;
    padding-top: 10px;
    border-top: 1px solid #d0d0d0;
}

.intershop_infolist li {
    font-size: 1.4rem;
    line-height: 2.4rem;
    display: flex;
}

.intershop_infolist li > div {
    flex: 1
}

.intershop_infolist li > div:first-child {
    flex: none;
}

.intershop_tab {
    background: #fff;
    display: flex;
    box-shadow: 0 3px 6px 0 #ccc;
    top: 0;
    width: 100%;
    z-index: 1;
}

.intershop_tab > li {
    /*flex: 1;*/
    padding: 0 2rem;
    font-size: 1.4rem;
    text-align: center;
    border-right: 1px solid #f4f4f4;
    position: relative;
    border-bottom: 2px solid #fff;
    /*margin-bottom: -2px;*/
}

.intershop_tab > li > a {
    color: #333;
    line-height: 36px;
    display: inline-block;
    border-bottom: 2px solid #fff;
    margin-bottom: -2px;
}

.intershop_tab > li.on a {
    color: #dd4f50;
    border-bottom: 2px solid #dd4f50;
}

.intershop_tab > li:last-child {
    border-right: none;
}

.intershop_agents {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 0;
}

/*中介公司店铺 end*/

/*店铺空间 - 服务小区*/
.intershop_section {
    margin: 10px;
    padding-top: 38px;
    margin-top: -38px;
}

.serviceha {
    margin: 10px;
}

.intershop_title {
    margin: 10px 0;
}

.intershop_title span {
    color: #333333;
    font-size: 1.6rem;
    border-left: 5px solid #e88787;
    padding-left: 10px;
}

.intershop_title i {
    color: #999;
    font-size: 1.4rem;
    font-style: normal;
}

.serviceha_list > li {
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    padding: 10px;
    margin: 10px 5px;
    position: relative;
}

.serviceha_list > li .serviceha_btn {
    color: #dd4f50;
    border: 1px solid #dd4f50;
    border-radius: 3px;
    font-size: 1.4rem;
    line-height: 2.6rem;
    text-align: center;
    padding: 0 10px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 24px;
}

.serviceha_list > li h2 {
    color: #333333;
    font-size: 1.8rem;
    line-height: 2.6rem;
    width: 60%;
}

.serviceha_list_price {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ececec;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.serviceha_list_price li {
    font-size: 1.4rem;
    line-height: 2.4rem;
}

.serviceha_list_price > i {
    height: 3rem;
    width: 1px;
    position: absolute;
    left: 50%;
    top: 30%;
    background-color: #ececec;
}

.serviceha_list_price_nodata {
    color: #999;
    width: 50%;
    padding: 0.3rem 0;
}

.price_big {
    color: #dd4f51;
    font-size: 2.4rem;
    font-weight: bold;
    margin-right: 5px;
}

.shop_list_more {
    display: block;
    margin: 15px 5px;
    line-height: 3.2rem;
    color: #333;
    font-size: 1.6rem;
    text-align: center;
    background: #fff1eb;
    border: 1px solid #fad3d3;
    border-radius: 4px;
}

/*店铺空间 - 服务小区 end*/

/*店铺空间 - 我们的经纪人*/
.ouragent_list {
    display: -webkit-box;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

.ouragent_list::-webkit-scrollbar {
    display: none;
}

.ouragent_list > li {
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    padding: 10px;
    margin: 10px 5px;
    width: 14rem;
    text-align: center;
}

.ouragent_pic {
    width: 64px;
    height: 64px;
    margin: auto;
    text-align: center;
    font-size: 0;
}

.ouragent_pic:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.ouragent_pic img {
    vertical-align: middle;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.ouragent_auth {
    margin: 15px 0;
}

.ouragent_auth img {
    height: 24px;
    vertical-align: top;
}

.ouragent_auth span {
    font-size: 1.6rem;
    line-height: 24px;
    margin-right: 5px;
}

.ouragent_btn {
    display: flex;
}

.ouragent_btn div {
    width: 50%;
    font-size: 1.4rem;
    line-height: 2.4rem;
    text-align: center;
    border-radius: 3px;
    margin: auto;
}

.ouragent_btn_l {
    border: 1px solid #fad3d3;
    background: #fff1eb  no-repeat left 3px center;
    background-size: 16%;
    text-align: left !important;
    text-indent: 18px;
}

.ouragent_btn_r {
    border: 1px solid #dd4f50;
    background-color: #dd4f50;
}

.ouragent_btn_l a {
    color: #dd4f50;
}

.ouragent_btn_r a {
    color: #fff;
}

/*店铺空间 - 我们的经纪人 end*/

/*店铺空间 - 二手房房源*/
.houselist_list {
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    padding: 10px;
    margin: 10px 5px;
}

.houselist_list li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.houselist_list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.houselist_list li .houselist_l {
    flex: 0.35;
    position: relative;
}

.houselist_list li .houselist_r {
    flex: 0.62;
}

.houselist_list li .houselist_link {
    flex: 0.03;
}

.houselist_link img {
    margin-top: 3px;
    width: 100%;
}

.houselist_pic {
    height: 9rem;
    font-size: 0;
    text-align: center;
    background-color: #f5f5f5;
    margin-bottom: 10px;
}

.houselist_pic:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.houselist_pic img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.houselist_recom {
    width: 40px;
    height: 40px;
    background:  no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.houselist_info {
    position: relative;
    font-size: 1.3rem;
    margin-left: 10px;
    line-height: 22px;
}

.houselist_info .houselist_headline {
    color: #000;
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
}

.houselist_info .intershop_point {
    background-size: 6%;
}

.houselist_empty {
    margin: 4rem 0;
    text-align: center;
}

.houselist_empty img {
    height: 8rem;
}

.houselist_empty p {
    color: #999999;
    font-size: 1.6rem;
    line-height: 2.6rem;
}

.houselist_price .price {
    color: #dd4f51;
    font-size: 2rem;
    font-weight: bold;
}

/*店铺空间 - 二手房房源 end*/

/*经纪人空间*/
.agencyspace_box {
    background-color: #f4f4f4;
    padding-bottom: 13px;
}

.agencyspace_header {
    height: 92px;
    background-color: #dd4f50;
    position: relative;
}

.agencyspace_header p {
    color: #ffffff;
    font-size: 2rem;
    line-height: 46px;
    text-align: center;
}

.agencyspace_header > img {
    position: absolute;
    left: 10px;
    top: 0;
    margin-top: 13px;
    height: 1.8rem;
}

.agencyspace_title {
    margin: 0 13px;
    background-color: #ffffff;
    /*border: 1px solid #bfbfbf;*/
    border-radius: 4px;
    position: relative;
    margin-top: -46px;
}

.agencyspace_user {
    display: flex;
    align-items: center;
    padding: 10px;
}

.agencyspace_sign {
    position: absolute;
    right: 10px;
    top: 0;
    height: 46px;
}

.agencyspace_sign img {
    height: 100%;
}

.agencyspace_follow {
    position: absolute;
    right: 10px;
    top: 53px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.agencyspace_follow .share {
    color: #333;
    background: url(/uploads/image/bi2019/icon_share.png) no-repeat 3px center;
    background-size: 30%;
    border: 1px solid #ececec;
    border-radius: 3px;
    padding: 0 5px 0 18px;
    line-height: 1.8rem;
    margin-right: 8px;
}

.agencyspace_follow .follow {
    color: #333;
    border: 1px solid #ececec;
    border-radius: 3px;
    padding: 0 5px;
    line-height: 1.8rem;
}

.agencyspace_follow .isattention {
    color: #d13738;
}

.agencyspace_pic {
    width: 62px;
    height: 62px;
    text-align: center;
    font-size: 0;
}

.agencyspace_pic:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.agencyspace_pic img {
    vertical-align: middle;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.agencyspace_auth {
    height: 24px;
    margin-top: 4px;
}

.agencyspace_auth img {
    height: 100%;
    margin: 0 2px;
}

.agencyspace_name {
    font-size: 1.8rem;
    line-height: 3rem;
    margin: 0 10px;
}

.agencyspace_infolist {
    padding: 10px;
    border-top: 1px solid #ececec;
}

.agencyspace_infolist li {
    font-size: 1.4rem;
    line-height: 2.4rem;
    display: flex;
}

.agencyspace_infolist li > div {
    flex: 1
}

.agencyspace_infolist li > div:first-child {
    flex: 0.3;
    text-align: right;
}

/*经纪人空间 end*/

/*大数据*/
.app_ad_space img {
    width: 100%;
}

.nulldata {
    color: #999;
    padding: 10px;
}

/*大数据 end*/

/*本小区房源*/
.detail_cont_box {
    /*border: 1px solid #efefef;*/
    border-bottom: none;
}

.detail_cont_box li {
    padding: 10px;
    font-size: 1.4rem;
    line-height: 2.6rem;
    font-family: "微软雅黑";
    border-bottom: 1px solid #efefef;
}

.detail_cont_pic {
    float: left;
    width: 10rem;
    height: 8.2rem;
    text-align: center;
    background-color: #f5f5f5;
    margin-right: 10px;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.detail_cont_pic:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.detail_cont_pic img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.detail_cont_title {
    font-weight: normal;
    font-size: 14px;
}

.trade_box_info {
    padding: 10px 2%;
    width: 96%;
    position: relative;
}

.trade_box_info .title {
    font-size: 1.6rem;
    font-weight: bold;
}

.hot_house {
    padding: 10px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 1.4rem;
    line-height: 22px;
    font-family: "微软雅黑";
}

.hot_house_title {
    color: #e14f51;
    font-weight: bold;
    background: url(/uploads/image/bi2019/hot.png) no-repeat left center;
    padding-left: 26px;
    background-size: 20px;
    margin-bottom: 5px;
}

.hot_house_title .more {
    color: #e14f51;
    font-size: 1.2rem;
    font-weight: normal;
    float: right;
}

.hot_house_info {
    height: 66px;
    line-height: 22px;
    overflow: hidden;
}

.hot_house_info li > span {
    display: block;
}

.hot_house_info li > a > span:first-child {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.hot_house_info li > a > span:last-child {
    float: right;
}

/*本小区房源 end
/*广告*/
.app_ad_mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.3);
}

.app_ad_center {
    width: 70%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 0;
}

.app_ad_center img {
    width: 100%;
}

.app_ad_center i {
    width: 3.4rem;
    height: 3.4rem;
    background:  no-repeat center;
    background-size: contain;
    display: inline-block;
    margin-top: 2rem;
}

.app_ad_footer {
    position: fixed;
    bottom: 0;
    font-size: 0;
}

.app_ad_footer img {
    width: 100%;
}

.app_ad_footer i {
    width: 3.4rem;
    height: 3.4rem;
    background:  no-repeat center;
    background-size: contain;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.app_ad_center_r {
    width: 6.4rem;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 1000;
    transform: translate(0, -50%);
    font-size: 0;
    display: none;
}

.app_ad_center_r img {
    width: 100%;
}

.ad_evaluate {
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 42px;
    text-align: center;
    background-color: #df6059;
    width: 100%;
    display: block;
    margin-top: 10px;
}

/*广告 end*/

/*关注的经纪人*/
.myagency_box li {
    width: 46%;
    float: left;
    margin: 2%;
    border: 1px solid #ececec;
    box-sizing: border-box;
}

.myagency_box li .myagency_main {
    text-align: center;
    padding: 10px 0;
    border: 1px dashed #fff;
    display: block;
    cursor: pointer;
    position: relative;
}

.myagency_box li .myagency_main:hover {
    border: 1px dashed #e63417;
}

.myagency_pic {
    width: 64px;
    height: 64px;
    text-align: center;
    font-size: 0;
    margin: auto;
}

.myagency_pic:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.myagency_pic img {
    vertical-align: middle;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.myagency_main h2 {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 2.6rem;
    margin-top: 8px;
}

.myagency_main p {
    color: #e63417;
    font-size: 1.8rem;
    line-height: 3.2rem;
}

.myagency_auth {
    height: 20px;
    margin-top: 8px;
}

.myagency_auth img {
    height: 100%;
    margin: 0 2px;
}

.myagency_sign {
    height: 34px;
    position: absolute;
    right: 10px;
    top: 0;
}

.myagency_sign img {
    height: 100%;
}

.myagency_box li .myagency_cancel {
    background-color: #f2f2f2;
    text-align: center;
}

.myagency_box li .myagency_cancel a {
    background:  no-repeat left center;
    background-size: contain;
    padding-left: 20px;
    line-height: 3.2rem;
}

/*关注的经纪人 end*/

/*详情页悬浮导航*/
.detail_tab {
    background: #fff;
    display: none;
    box-shadow: 0 3px 6px 0 #ccc;
    top: 43px;
    width: 100%;
    z-index: 100;

    /*overflow-x: scroll;*/
    /*-webkit-overflow-scrolling: touch;*/
}

.detail_tab::-webkit-scrollbar {
    /*display: none;*/
}

.detail_tab_fixed {
    position: fixed;
    display: flex;
}

.detail_tab > li {
    flex: 1;
    font-size: 1.4rem;
    text-align: center;
    border-right: 1px solid #f4f4f4;
    position: relative;
    border-bottom: 2px solid #fff;
    /*margin-bottom: -2px;*/
    /*padding: 0 10px;*/
}

.detail_tab > li > a {
    color: #999;
    line-height: 36px;
    display: inline-block;
    border-bottom: 2px solid #fff;
    margin-bottom: -2px;
}

.detail_tab > li.on a {
    color: #dd4f50;
    font-weight: bold;
    border-bottom: 2px solid #dd4f50;
}

.detail_tab > li:last-child {
    border-right: none;
}

.differ {
    padding-top: 82px;
    margin-top: -82px;
}
/*详情页悬浮导航 end*/

/*小区运行状态*/

.grow_state_box {
    position: absolute;
    top: 120px;
    left: 0;
    width: 20px;
    height: 20px;
}

.grow_state_box i {
    width: 20px;
    height: 20px;
    background:  no-repeat;
    background-size: contain;
    cursor: pointer;
    display: inline-block;
}

.grow_state_box span {
    position: absolute;
    top: 0;
    right: 25px;
    width: max-content;
    background-color: #fff;
    line-height: 18px;
    padding: 0 5px;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    display: none;
}

.grow_trade {
    position: absolute;
    top: 10px;
    right: 10px;
    left: unset;
}

.grow_trade span {
    top: 25px;
    right: 0;
}

.grow_detail {
    position: relative;
    top: 3px;
    display: inline-block;
}

.grow_detail span {
    top: 25px;
    right: 0;
    font-size: 12px;
    z-index: 1;
}

.grow_stable i {
    background:  no-repeat;
    background-size: contain;
}

.grow_stable span {
    color: #f0b55d;
    border-color: #f0b55d;
}

.grow_up i {
    background:  no-repeat;
    background-size: contain;
}

.grow_up span {
    color: #98b96d;
    border-color: #98b96d;
}

.grow_down i {
    background:  no-repeat;
    background-size: contain;
}

.grow_down span {
    color: #bd9f81;
    border-color: #bd9f81;
}
/*小区运行状态 end*/