@charset "UTF-8";
/* 2020新版通用样式 */
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}
/* 块样式 */

.m40 {
    width : 90vw;
    margin: 0 5vw;
}

.pd30 {
    padding: 4vw;
}

.newsshadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

/* 边框 */
.borderBottom {
    border-bottom: 1px solid #e5e5e5;
}

.borderTop {
    border-top: 1px solid #e5e5e5;
}

/* 文字样式 */

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

.ellipsis2 {
    display           : -webkit-box;
    overflow          : hidden;
    text-overflow     : ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bold {
    font-family: '微软雅黑' !important;
    font-weight: bold;
}

.fc0 {
    color: #000;
}

.fc05 {
    color: #050505;
}

.fc1 {
    color: #111;
}

.fc3 {
    color: #333;
}

.fc6 {
    color: #666;
}

.fc9 {
    color: #999;
}

.fc2e {
    color: #2e2e2e;
}

.fc4c {
    color: #4c4c4c;
}

.fc8c {
    color: #8c8c8c;
}

.fc32 {
    color: #323232;
}

.fc02 {
    color: #020202;
}

.fcw {
    color: #fff;
}

.fcr {
    color: #d7000f;
}

.fcb {
    color: #73afd4;
}

.fco {
    color: #f50;
}

.f83 {
    color: #838383;
}

.fcp {
    color: #e55963;
}

/* 字号 */

.fz16 {
    font-size: 2.133vw;
}

.fz18 {
    font-size: 2.4vw;
}

.fz20 {
    font-size: 2.67vw;
}

.fz22 {
    font-size: 2.93vw !important;
}

.fz24 {
    font-size: 3.2vw;
}

.fz26 {
    font-size: 3.467vw;
}

.fz28 {
    font-size: 3.73vw;
}

.fz30 {
    font-size: 4vw;
}

.fz32 {
    font-size: 4.267vw;
}

.fz34 {
    font-size: 4.53vw;
}

.fz36 {
    font-size: 4.8vw;
}

.fz38 {
    font-size: 5.067vw;
}

.fz40 {
    font-size: 5.33vw;
}

.fz44 {
    font-size: 5.867vw;
}

.fz48 {
    font-size: 6.4vw;
}

.fz50 {
    font-size: 6.67vw;
}

.fz60 {
    font-size: 8vw;
}

.fz72 {
    font-size: 9.6vw;
}

/* 行高 */
.lh24 {
    line-height: 3.2vw;
}

.lh30 {
    line-height: 4vw;
}

.lh36 {
    line-height: 4.8vw;
}

.lh40 {
    line-height: 5.33vw;
}

.lh44 {
    line-height: 5.867vw;
}

.lh48 {
    line-height: 6.4vw;
}

.lh50 {
    line-height: 6.67vw;
}

.lh54 {
    line-height: 7.2vw;
}

.lh56 {
    line-height: 7.467vw;
}

.lh60 {
    line-height: 8vw;
}

.lh70 {
    line-height: 9.33vw;
}

.lh80 {
    line-height: 10.67vw;
}

.lh90 {
    line-height: 12vw;
}

.lh100 {
    line-height: 13.33vw;
}

.lh180 {
    line-height: 24vw;
}

/* 新按钮 */
.newbtn {
    display      : block;
    width        : 90vw;
    height       : 10.67vw;
    border-radius: 3px;
    background   : rgba(215, 0, 15, 0.65);
    margin       : 4vw 5vw;
    font-size    : 4vw;
    color        : #ffffff;
    line-height  : 10.67vw;
    text-align   : center;
}

.newbtn img {
    width       : 4vw;
    height      : 4vw;
    margin-right: 1.33vw;
}

/* 遮罩 */

.cover {
    width     : 100%;
    height    : 100%;
    background: rgba(0, 0, 0, 0.7);
    position  : fixed;
    top       : 0;
    left      : 0;
    z-index   : 9;
}

/* 间隔条 */
.gap {
    width     : 100vw;
    height    : 1.33vw;
    background: #f5f5f5;
}

/* 标题栏 */
.new-title {
    width      : 90vw;
    height     : 13.33vw;
    padding    : 0 5vw;
    line-height: 13.33vw;
    background : #fff;

}

.new-title .txt {
    font-size: 4.53vw;
    color    : #000000;
    float    : left;
}

.new-title .more {
    display     : block;
    float       : right;
    color       : #999999;
    font-size   : 3.73vw;
    line-height : 3.2vw;
    margin-right: 1.33vw;
    margin-top  : 5vw;
}

.new-title .arrow {
    width : 3.2vw;
    height: 3.2vw;
}

.new-title-s {
    width      : 90vw;
    height     : 10.67vw;
    padding    : 0 5vw;
    line-height: 10.67vw;
    background : #fff;
}

.new-title-s .txt {
    font-size: 4.53vw;
    color    : #000000;
    float    : left;
}

.new-title-s .more {
    display     : block;
    float       : right;
    color       : #999999;
    font-size   : 3.73vw;
    line-height : 3.2vw;
    margin-right: 1.33vw;
    margin-top  : 3.7vw;
}

.new-title-s .arrow {
    display: block;
    width  : 3.2vw;
    height : 3.2vw;
    float  : right;
}

.newtop {
    height       : 4.8vw;
    padding      : 0 2px;
    border-radius: 2px;
    font-size    : 3.2vw;
    line-height  : 4.8vw;
    margin-right : 1.33vw;
    background   : #d7000f;
    color        : #fff;
    float        : left;
}

.newredlabel {
    height       : 4.8vw;
    background   : #d7000f;
    color        : #fefefe;
    font-size    : 3.2vw;
    padding      : 0 1.6vw;
    line-height  : 4.8vw;
    border-radius: 2px;
    margin-right : 1.3vw;
    margin-bottom: 1.3vw;
    float        : left;
}

.newbluelabel {
    height       : 4.8vw;
    background   : #6e94ba;
    color        : #fefefe;
    font-size    : 3.2vw;
    padding      : 0 1.6vw;
    line-height  : 4.8vw;
    border-radius: 2px;
    margin-right : 1.3vw;
    margin-bottom: 1.3vw;
    float        : left;
}

.newgreylabel {
    height       : 4.8vw;
    background   : #999999;
    color        : #fefefe;
    font-size    : 3.2vw;
    padding      : 0 1.6vw;
    line-height  : 4.8vw;
    border-radius: 2px;
    margin-right : 1.3vw;
    margin-bottom: 1.3vw;
    float        : left;
}

.newlabel {
    height       : calc(4.8vw - 2px);
    padding      : 0 1.6vw;
    border-radius: 2px;
    font-size    : 3.2vw;
    line-height  : calc(4.8vw - 2px);
    background   : #ffffff;
    color        : #999999;
    border       : 1px solid #e5e5e5;
    margin-right : 1.3vw;
    margin-bottom: 1.3vw;
    float        : left;
}

.newpinklabel {
    height       : 4.8vw;
    background   : #FFC8CC;
    color        : #BF3A44;
    font-size    : 3.2vw;
    padding      : 0 1.6vw;
    line-height  : 4.8vw;
    border-radius: 2px;
    margin-right : 1.3vw;
    margin-bottom: 1.3vw;
    float        : left;
}
.newpinklabel.green{
    background: #d2f7e9;
    color: #2caf81;
    border: 2rpx solid #d2f7e9;
}
/* 电话 */
.callbox {
    display: block;
    width        : 78.66vw;
    height       : 18.67vw;
    margin       : 5.33vw!important;
    border-radius: 1.33vw;
    background   : linear-gradient(to right, #fecac6, #ffb9c7);
    padding      : 0 5.33vw!important;
    overflow     : hidden;
}

.callleft {
    float: left;
}

.calltel {
    font-size    : 5.067vw;
    color        : #d7000f;
    font-weight  : bold;
    line-height  : 5.33vw;
    margin-top: 4vw;
    margin-bottom: 1.33vw;
}

.calltxt {
    font-size  : 3.2vw;
    line-height: 4vw;
    color      : #d7000f;
    font-weight: bold;
}

.callbtn {
    display      : block;
    float        : right;
    width        : 10.67vw;
    height       : 10.67vw;
    border-radius: 5.33vw;
    background   : #ffffff;
    overflow     : hidden;
}
.round {
    float: right;
    width: 17.33vw;
    height: 17.33vw;
    margin-top:0.67vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.round1 {
    width: 10.67vw;
    height: 10.67vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(247, 34, 74, 0.2);
    animation: animation1 2s infinite;
}

@keyframes animation1 {
    0% {
        width: 10.67vw;
        height: 10.67vw;
    }

    50% {
        width: 17.33vw;
        height: 17.33vw;
    }

    100% {
        width: 10.67vw;
        height: 10.67vw;
    }
}

.round2 {
    width: 10.67vw;
    height: 10.67vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(247, 34, 74, 0.3);
    animation: animation2 2s infinite;
}

@keyframes animation2 {
    0% {
        width: 10.67vw;
        height: 10.67vw;
    }

    50% {
        width: 14.67vw;
        height: 14.67vw;
    }

    100% {
        width: 10.67vw;
        height: 10.67vw;
    }
}


.callbtn img {
    width : 10.67vw;
    height: 10.67vw;
}

/* 咨询师 */
.staffbox {
    width        : 95vw;
    padding-left : 5vw;
    margin-bottom: 5vw;
    overflow-x   : scroll;
    overflow-y   : hidden;
    white-space  : nowrap;
}

.staffitem {
    display      : inline-block;
    border-radius: 3px;
    border       : 1px solid #e5e5e5;
    margin-right : 4.8vw;
    width        : 61.33vw;
    padding      : 4.67vw 4vw;
}

.staffimg {
    display      : block;
    float        : left;
    width        : 13.33vw;
    height       : 13.33vw;
    border-radius: 50%;
    overflow     : hidden;
    margin-right : 4vw;
}

.staffimg img {
    width : 13.33vw;
    height: 13.33vw;
}

.staffinfobox {
    width   : 44vw;
    float   : left;
    overflow: hidden;
}

.staffinfo {
    height  : 4.8vw;
    overflow: hidden;
}

.staffname {
    float       : left;
    font-size   : 4vw;
    line-height : 4.8vw;
    color       : #000000;
    font-weight : bold;
    margin-right: 2.67vw;
}

.gradeimg {
    display     : block;
    float       : left;
    width       : 2.67vw;
    height      : 3.33vw;
    margin-right: 1.33vw;
    margin-top  : 0.735vw;
}

.staffgrade {
    float       : left;
    font-size   : 3.2vw;
    line-height : 4.8vw;
    color       : #fc6763;
    margin-right: 2.67vw;
}

.stafftext {
    float      : left;
    font-size  : 2.93vw;
    line-height: 4.8vw;
    color      : #999999;
}

.staffcall {
    display      : block;
    width        : 15.46vw;
    height       : 6.13vw;
    border-radius: 3.07vw;
    border       : 1px solid #fc4a38;
    background   : rgba(252, 74, 56, 0.1);
    text-align   : center;
    font-size    : 3.2vw;
    line-height  : 6.13vw;
    color        : #fc4a38;
    margin-top   : 2.67vw;
}

.staffcall img {
    width       : 2.67vw;
    height      : 2.67vw;
    margin-right: 1.33vw;
}

/* 评论 */
.commentbox {
    width        : 90vw;
    margin       : 0 5vw;
    padding      : 2.67vw 0;
    border-bottom: 1px solid #f5f5f5;
    overflow     : hidden;
}

.commentbox .headimg {
    display      : block;
    float        : left;
    width        : 8vw;
    height       : 8vw;
    border-radius: 6vw;
    overflow     : hidden;
    margin-right : 3vw;
}

.commentbox .mname {
    width      : 79vw;
    float      : left;
    font-size  : 3.2vw;
    color      : #000000;
    line-height: 8vw;
}

.commentbox .comment {
    width      : 90vw;
    float      : left;
    font-size  : 3.73vw;
    color      : #020202;
    line-height: 4.8vw;
}

.commentbox .commenttime {
    width      : 90vw;
    float      : left;
    font-size  : 3.2vw;
    color      : #999999;
    line-height: 4.8vw;
}

/* 新版图标颜色 */
.bg-red {
    background: linear-gradient(to top, #fe5c72, #fc8f70);
    background: -moz-linear-gradient(bottom, #fe5c72 0%, #fc8f70 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #fe5c72), color-stop(100%, #fc8f70));
    background: -webkit-linear-gradient(bottom, #fe5c72 0%, #fc8f70 100%);
    background: -o-linear-gradient(bottom, #fe5c72 0%, #fc8f70 100%);
    background: -ms-linear-gradient(bottom, #fe5c72 0%, #fc8f70 100%);
}

.bg-orange {
    background: linear-gradient(to top, #ffa402, #fec85d);
    background: -moz-linear-gradient(bottom, #ffa402 0%, #fec85d 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #ffa402), color-stop(100%, #fec85d));
    background: -webkit-linear-gradient(bottom, #ffa402 0%, #fec85d 100%);
    background: -o-linear-gradient(bottom, #ffa402 0%, #fec85d 100%);
    background: -ms-linear-gradient(bottom, #ffa402 0%, #fec85d 100%);
}

.bg-green {
    background: linear-gradient(to top, #2ad49c, #8eedc4);
    background: -moz-linear-gradient(bottom, #2ad49c 0%, #8eedc4 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #2ad49c), color-stop(100%, #8eedc4));
    background: -webkit-linear-gradient(bottom, #2ad49c 0%, #8eedc4 100%);
    background: -o-linear-gradient(bottom, #2ad49c 0%, #8eedc4 100%);
    background: -ms-linear-gradient(bottom, #2ad49c 0%, #8eedc4 100%);
}

.bg-blue {
    background: linear-gradient(to top, #459ffa, #7dbaff);
    background: -moz-linear-gradient(bottom, #459ffa 0%, #7dbaff 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #459ffa), color-stop(100%, #7dbaff));
    background: -webkit-linear-gradient(bottom, #459ffa 0%, #7dbaff 100%);
    background: -o-linear-gradient(bottom, #459ffa 0%, #7dbaff 100%);
    background: -ms-linear-gradient(bottom, #459ffa 0%, #7dbaff 100%);
}

.bg-purple {
    background: linear-gradient(to top, #b86cd6, #dca0f5);
    background: -moz-linear-gradient(bottom, #b86cd6 0%, #dca0f5 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #b86cd6), color-stop(100%, #dca0f5));
    background: -webkit-linear-gradient(bottom, #b86cd6 0%, #dca0f5 100%);
    background: -o-linear-gradient(bottom, #b86cd6 0%, #dca0f5 100%);
    background: -ms-linear-gradient(bottom, #b86cd6 0%, #dca0f5 100%);
}

.bgred {
    background: #fc7772;
}

.bgyellow {
    background: #fead3b;
}

.bggreen {
    background: #4cd9a8;
}

.bgblue {
    background: #58a8f8;
}

.bgpurple {
    background: #b974d5;
}

/* 顶部搜索 */
.newtopbox {
    width     : 93.6vw;
    height    : 8vw;
    padding   : 1.6vw 3.2vw;
    background: #ffffff;
    top       : 52px;
    left      : 0;
    right     : 0;
    z-index   : 13;
    position  : fixed;
    overflow  : hidden;
}

.newtopbox .logo {
    display     : block;
    float       : left;
    width       : 9.73vw;
    height      : 5.87vw;
    margin-right: 2.67vw;
    margin-top  : 1.06vw;
}

.newsearch {
    width        : 80vw;
    height       : 8vw;
    background   : #fff;
    border-radius: 4vw;
    border       : 0;
    overflow     : hidden;
    float        : left;
    border-radius: 3px;
    border       : 1px solid #999999;
}

.searchicon {
    display   : block;
    float     : left;
    width     : 4.2vw;
    height    : 4.2vw;
    margin    : 1.9vw 2.4vw;
    border    : 0;
    outline   : none;
    padding   : 0;
    background: transparent;
}

.searchicon img {
    display: block;
    width  : 4.2vw;
    height : 4.2vw;
}

.newsearch input.search_input {
    display      : block;
    float        : left;
    width        : 64vw;
    height       : 8vw;
    font-size    : 3.73vw;
    color        : #666;
    line-height  : 8vw;
    border       : 0;
    outline      : none;
    margin       : 0;
    padding      : 0;
    border-radius: 0;
}

.mapbox {
    float      : right;
    font-size  : 3.2vw;
    color      : #999999;
    line-height: 4.8vw;
    margin     : 1.6vw 1.6vw 1.6vw 0;
}

.mapicon {
    display     : block;
    width       : 3.467vw;
    height      : 4.8vw;
    margin-right: 1.33vw;
    float       : left;
}

/* 图标区域 */
.tab_box {
    width   : 95vw;
    padding : 2vw 2.5vw 0 2.5vw;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

/* 每个图标 */
.tab {
    display      : block;
    min-width        : 20%;
    text-align   : center;
    float        : left;
    margin-bottom: 5vw;
}

.tab .icon {
    display      : inline-block;
    width        : 10.67vw;
    height       : 10.67vw;
    border-radius: 50%;
    overflow     : hidden;
}

.tab .icon img {
    width : 10.67vw;
    height: 10.67vw;
}

.tab .tab_tit {
    font-size  : 3.467vw;
    color      : #101010;
    line-height: 3.73vw;
    margin-top : 2.133vw;
    font-weight: bold;
}

/* 隐私协议勾选 */
.argeebox {
    width        : 100% !important;
    height       : auto !important;
    margin       : 1.33vw 0;
    position     : relative;
    border-bottom: 0 !important;
    padding      : 0 !important;
}

.argeebox input[type='checkbox'] {
    display           : inline-block;
    position          : absolute;
    width             : 3.73vw;
    height            : 3.73vw;
    background        : url(https://api.mf720.com/cmallp/images/icon_disagree.png) no-repeat center center;
    background-size   : 3.73vw 3.73vw;
    -webkit-appearance: none;
    border-radius     : 2px;
    outline           : none;
}

.argeebox input[type='checkbox']:checked {
    display           : inline-block;
    position          : absolute;
    width             : 3.73vw;
    height            : 3.73vw;
    background        : url(https://api.mf720.com/cmallp/images/icon_agree.png) no-repeat center center;
    background-size   : 3.73vw 3.73vw;
    -webkit-appearance: none;
    border-radius     : 2px;
    outline           : none;
}

.argeebox span {
    display     : inline-block;
    font-size   : 2.67vw;
    color       : #000000;
    line-height : 4.8vw;
    padding-left: 4.8vw;
}

.argeebox span a {
    color: #e55963;
}


/* 弹窗样式 */

.morebox {
    width     : 100vw;
    background: #fff;
    z-index   : 93;
    left      : 0;
    right     : 0;
    border-top: 1px solid #e5e5e5;
    overflow  : scroll;
}

/* 弹窗标题 */

.sortTitle {
    font-size  : 4vw;
    color      : #000;
    line-height: 12vw;
    width      : 90vw;
    height     : 12vw;
    margin     : 0 5vw;
}

/* 选项 */
.sortitembox {
    width   : 92vw;
    padding : 0 3vw 0 5vw;
    overflow: hidden;
}

.sortItem {
    float        : left;
    width        : 20vw;
    height       : 10vw;
    border-radius: 1.33vw;
    background   : #f5f5f5;
    font-size    : 3.467vw;
    color        : #000000;
    line-height  : 10vw;
    margin-right : 2.67vw;
    margin-bottom: 2.67vw;
    text-align   : center;
    padding      : 0;
    overflow     : hidden;
}

/* 选项选中 */

.sortItemAct {
    float        : left;
    width        : calc(20vw - 2px);
    height       : calc(10vw - 2px);
    border-radius: 1.33vw;
    background   : #fff;
    font-size    : 3.467vw;
    color        : #d7000f;
    line-height  : calc(10vw - 2px);
    margin-right : 2.67vw;
    margin-bottom: 2.67vw;
    text-align   : center;
    border       : 1px solid #d7000f;
    overflow     : hidden;
}

/* 选项按钮 */
.addbtngroup {
    width     : 100vw;
    margin-top: 2.67vw;
    border-top: 1px solid #e5e5e5;
    padding   : 4vw 0 5vw 0;
    overflow  : hidden;
}

.resetBtn {
    float        : left;
    width        : 34.67vw;
    height       : 10.67vw;
    background   : #f5f5f5;
    border-radius: 1.33vw;
    font-size    : 3.73vw;
    color        : #000000;
    text-align   : center;
    line-height  : 10.67vw;
    margin-right : 6.67vw;
}

.confirmBtn {
    float        : left;
    width        : 34.67vw;
    height       : 10.67vw;
    background   : #fe4a2e;
    border-radius: 1.33vw;
    font-size    : 3.73vw;
    color        : #fff;
    text-align   : center;
    line-height  : 10.67vw;
}

.itemLine {
    width      : 90vw;
    height     : 10.67vw;
    font-size  : 4vw;
    color      : #000;
    line-height: 10.67vw;
    padding    : 0 5vw;
}

.itemLineAct {
    width      : 90vw;
    height     : 10.67vw;
    font-size  : 4vw;
    color      : #d7000f;
    line-height: 10.67vw;
    padding    : 0 5vw;
}

/* 筛选框左侧分类 */
.itemboxleft {
    float      : left;
    width      : 18vw;
    max-height : 93.33vw;
    background : #ffffff;
    padding    : 2.67vw 0;
    font-size  : 4vw;
    line-height: 9.33vw;
    text-align : center;
}

.itemboxright {
    float      : left;
    width      : 76vw;
    max-height : 93.33vw;
    background : #f5f5f5;
    padding    : 2.67vw;
    font-size  : 4vw;
    line-height: 9.33vw;
    overflow-y : scroll;
    overflow-x : hidden;
}

/* 帮我找房 */
.newwrap {
    width  : 90vw;
    padding: 0 5vw;
}

.findhousebox {
    display      : block;
    width        : calc(90vw - 2px);
    height       : 26.2vw;
    border       : 1px solid #eceaea;
    border-radius: 1.33vw;
    margin       : 0 5vw;
    overflow     : hidden;
}

.findhousebox .text {
    float      : left;
    padding    : 3.067vw 0 3.067vw 4vw;
    font-size  : 4vw;
    color      : #000000;
    line-height: 6.67vw;
}

.findhousebox .text img {
    width : 3.2vw;
    height: 3.2vw;
}

.findimg {
    float       : right;
    width       : 35.067vw;
    height      : 22.933vw;
    margin-top  : 3vw;
    margin-right: 3px;
}

.citybox {
    z-index   : 95;
    width     : 92vw;
    height    : 100vw;
    padding   : 0 4vw 4vw 4vw;
    top       : calc(52px + 11.2vw);
    right     : 0;
    position  : fixed;
    background: #ffffff;
    overflow-y: scroll;
}

.citybox .title {
    font-size  : 3.73vw;
    color      : #666666;
    line-height: 13.33vw;
}

/* 当前城市 */

.currentcity {
    display      : block;
    width        : 50.67vw;
    height       : 8vw;
    border-radius: 1.33vw;
    background   : #f5f5f5;
    padding      : 0 4vw;
    overflow     : hidden;
}

.currentcity img {
    display: block;
    float  : left;
    width  : 4vw;
    height : 4vw;
    margin : 2vw 1.33vw 2vw 0;
}

.currentcity .city {
    font-size  : 3.73vw;
    color      : #333333;
    line-height: 8vw;
}

.newhousebox {
    display      : block;
    width        : 90vw;
    padding      : 4vw 0;
    margin       : 0 5vw;
    background   : #fff;
    border-bottom: 1px solid #f2f2f2;
    overflow     : hidden;
}

.newhouseimg {
    display      : block;
    float        : left;
    width        : 33.33vw;
    height       : 22.67vw;
    border-radius: 5px;
    overflow     : hidden;
    margin-right : 4vw;
    margin-top   : 3px;
    object-fit   : cover;
}

.newinfobox {
    float   : right;
    width   : 52.66vw;
    overflow: hidden;
}

.housename {
    width        : 40vw;
    float        : left;
    font-size    : 4vw;
    color        : #000000;
    line-height  : 6.4vw;
    font-weight  : bold;
    overflow     : hidden;
    text-overflow: ellipsis;
    white-space  : nowrap;
}

.housetext {
    width        : 52.66vw;
    font-size    : 3.73vw;
    color        : #999999;
    line-height  : 6.4vw;
    overflow     : hidden;
    text-overflow: ellipsis;
    white-space  : nowrap;
}

.houseprice {
    width      : 52.66vw;
    font-size  : 3.73vw;
    color      : #d7000f;
    line-height: 6.4vw;
}

.i_recommend {
    width        : 4.8vw;
    height       : 4.8vw;
    border-radius: 3px;
    overflow     : hidden;
    background   : #fd9d20;
    font-size    : 3.2vw;
    color        : #fefefe;
    text-align   : center;
    line-height  : 4.8vw;
    margin-right : 1.33vw;
}

/* 咨询师模块改版 */
/* 一个咨询师显示样式 */

.staffboxone {
    width: calc(83.4vw - 2px);
    padding: 3.3vw;
    border: 1px solid #eceaea;
    border-radius: 3px;
    overflow: hidden;
    margin: 0 5vw 2.5vw 5vw;
  }
  
  .staffboxone .staffimg {
    float: left;
    width: 12vw;
    height: 12vw;
    border-radius:6vw;
    overflow: hidden;
    margin-right: 3.3vw;
  }
  
  .staffboxone .staffimg img {
    width: 12vw;
    height: 12vw;
  }
  
  .staffboxone .staffname {
    font-size: 4vw;
    color: #000000;
    font-weight: bold;
    line-height: 6.67vw;
    margin-right:3vw;
    float: left;
  }
  .staffboxone .staffnum{
    font-size: 3vw;
    color: #999999;
    line-height: 4.8vw;
  }
  .staffboxone .star{
    display: block;
    width: 3.2vw;
    height: 3.2vw;
    margin-top: 1.7vw;
    float: left;
  }
  .staffboxone .startext{
    font-size: 3vw;
    color: #FC4A38;
    line-height:7vw;
    margin-left:3px;
    float: left;
  }
  
  .staffboxone .staffbtn_call {
    display: block;
    float: right;
    width:calc(18vw - 2px);
    height: 6vw;
    border-radius: 3vw;
    background: rgba(252, 74, 56, 0.1);
    border: 1px solid #FC4A38;
    font-size: 3.2vw;
    color: #FC4A38;
    line-height: 6vw;
    overflow: hidden;
    margin-top: 3vw;
  }
  
  .staffboxone .staffbtnicon {
    float: left;
    display: block;
    width: 2.67vw;
    height: 2.67vw;
    margin: 1.66vw 1.33vw 1.66vw 3vw;
  }
  /* 咨询师标签 */
  .stafflabelbox{
    width: 90vw;
    padding: 0 5vw;
    overflow: hidden;
    margin-bottom: 2.67vw;
  }
  .stafflabel{
    float: left;
    font-size: 3.2vw;
    color: #8E8E8E;
    line-height: 4.27vw;
    overflow: hidden;
    margin-left: 4vw;
  }
  .stafflabel img{
    float: left;
    display: block;
    width: 4.27vw;
    height: 4.27vw;
    margin-right: 3px;
  }

  .flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .center {
    flex: 1;
  }