@charset "UTF-8";

/**
 * 这里是 08cms 团队内置的常用样式变量
 */

/* 宽度相关 */

/* 高度相关 */

/**
 * 宽度设置，内置最小宽度为当前设置宽度功能
 * 参数1 $width = 1200px 默认1200px；整站内容宽度，可自定义传值进来设置其他宽度
*/

/* 颜色变量 */

/* 行为相关颜色 */

/* 文字基本颜色 */

/* 背景颜色 */

/* 边框颜色 */

/* 文字尺寸 */

/* Border Radius */

/* 阴影 */

/* 按钮相关 */

/**
 * 这里是 08cms 团队常用 mixin 代码块
 *
 * 调用方式 scss 中用 @include xxx  即可
 */

/**
 * 1px边框，包括上、下、左、右以及全部
 * 参数1 $direction = all 边框方向，默认全边框
 * 参数2 $size = 1px 边框宽度，默认1px
 * 参数3 $style = solid 边框样式，默认实心solid
 * 参数4 $color = dddddd 边框颜色，默认dddddd
 * 参数3 $radius = 2px 边框圆角，仅全边框时起作用，默认2px
*/

/**
 * 单行省略
 * 参数1 $lineHeight = 行高 如 24px
 */

/**
 * 多行省略
 * 参数1 $lineLimit = 行数，如 2
 * 参数2 $lineHeight = 行高 如 24px
 * 参数3 $fixedHeight = 是否固定高度，布尔值，默认 false, 可传true
 */

/*图片水平垂直居中*/

/*块元素百分比下居中*/

@-webkit-keyframes skeleton {
  0% {
    background-position-x: 400%;
  }

  50% {
    background-position-x: 0%;
  }

  100% {
    background-position-x: -400%;
  }
}

@keyframes skeleton {
  0% {
    background-position-x: 400%;
  }

  50% {
    background-position-x: 0%;
  }

  100% {
    background-position-x: -400%;
  }
}

.carousel-detail {
  width: 590px;
  height: 100%;
}

.carousel-detail .no-carousel {
  height: 100%;
  width: 100%;
  background-color: #f9f9f9;
}

.carousel-detail .swiper-img .el-carousel {
  width: 590px;
  height: 393px;
  overflow: hidden;
}

.carousel-detail .swiper-img .outer-sphere {
  width: 590px;
  height: 393px;
  position: relative;
  display: block;
}

.carousel-detail .swiper-img .outer-sphere .play-div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 393px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-detail .swiper-img .outer-sphere .iframe {
  width: 100%;
  height: 100%;
}

.carousel-detail .swiper-img .outer-sphere .iframe-div {
  width: 100%;
  height: 100%;
}

.carousel-detail .swiper-img .outer-sphere .iframe-div ::v-deep iframe {
  height: 100%;
  width: 100%;
}

.carousel-detail .swiper-img ::v-deep .el-carousel__container {
  height: 393px;
}

.carousel-detail .swiper-img ::v-deep .el-carousel__arrow--left {
  left: 0;
  width: 30px;
  height: 70px;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.4);
}

.carousel-detail .swiper-img ::v-deep .el-carousel__arrow--right {
  right: 0;
  width: 30px;
  height: 70px;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.4);
}

.carousel-detail .swiper-img ::v-deep .el-carousel__arrow {
  font-size: 20px;
}

.carousel-detail .list-img {
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}

.carousel-detail .list-img .list-img-item {
  padding: 0 25px;
  display: flex;
}

.carousel-detail .list-img .list-img-item .list-img-item-item {
  width: 125px;
  height: 83px;
  position: relative;
  margin: 0 5px;
}

.carousel-detail .list-img .list-img-item .list-img-item-item .item-item {
  width: 100%;
  height: 100%;
}

.carousel-detail .list-img .list-img-item .list-img-item-item .item-item .VR-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.carousel-detail .list-img .list-img-item .list-img-item-item .list-img-item-item-p {
  width: 100%;
  height: 30px;
  color: #ffffff;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 30px;
  background: rgba(16, 29, 55, 0.5);
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

.carousel-detail .list-img .list-img-item .list-img-item-item .list-img-item-item-p-active {
  background: rgba(240, 69, 49, 0.75);
}

.carousel-detail .list-img .list-img-item .list-img-item-item .list-img-item-item-div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.carousel-detail .list-img .list-img-item .list-img-item-item .list-img-item-item-div-active {
  border: 1px solid #DD2222;
  border-radius: 0;
  box-sizing: border-box;
}

.carousel-detail .list-img .list-img-item .list-img-item-item:hover {
  cursor: pointer;
}

.carousel-detail .list-img .list-img-item .list-img-item-item:hover .list-img-item-item-p {
  background: rgba(240, 69, 49, 0.75);
}

.carousel-detail .list-img .list-img-left,
.carousel-detail .list-img .list-img-right {
  width: 20px;
  height: 83px;
  background: #101d37;
  color: #ffffff;
  position: absolute;
  top: 0;
  z-index: 3;
  text-align: center;
  line-height: 83px;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-detail .list-img .list-img-left {
  left: 0;
}

.carousel-detail .list-img .list-img-right {
  right: 0;
}

.carousel-detail .list-img .list-img-prohibit {
  background: #cccccc;
}

.carousel-detail .carousel-img {
  width: 590px;
  height: 393px;
}

.carousel-detail .popupimage {
  width: 240px;
  margin: 0 auto;
}

.cms-house-price {
  display: flex;
  align-items: center;
}

.cms-house-price .cms-house-price-l .price {
  color: #DD2222;
  margin: 0 5px;
}

.cms-house-price .cms-house-price-l .price.font {
  font-weight: bold;
  font-size: 24px;
}

.cms-house-price .cms-house-price-r {
  margin-left: 20px;
  position: relative;
}

.cms-house-price .cms-house-price-r .orange {
  color: #DD2222;
  border-color: #DD2222;
}

.cms-house-price .cms-house-price-r .orange:hover {
  color: #ffffff;
  background-color: #DD2222;
}

.cms-house-price .cms-house-price-r:hover .cms-look-div-content {
  display: block;
}

.min-house-price {
  color: #666666;
  font-size: 12px;
}

.min-house-price .cms-house-price-l .price {
  font-size: 16px;
  margin: 0;
  color: #DD2222;
  font-weight: bold;
}

.cms-look-div-content {
  position: absolute;
  background: #FFF;
  min-width: 200px;
  border: 1px solid #EBEEF5;
  padding: 12px;
  z-index: 2000;
  color: #606266;
  line-height: 1.4;
  text-align: justify;
  font-size: 14px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  word-break: break-all;
  bottom: 28px;
  left: 50%;
  margin-left: -100px;
  display: none;
}

.cms-look-div-content-item-color {
  color: #DD2222;
  font-size: 16px;
}

/**
 * @author chenzerui
 * @desc 详情页轮播图右边信息样式
 *
 * @params {String} details-r 详情页轮播图右边外层样式
 * @params {String} details-r-row 每一行的样式
 * @params {String} parameter-row 户型参数样式
 *
 */

/**
 * 这里是 08cms 团队内置的常用样式变量
 */

/* 宽度相关 */

/* 高度相关 */

/**
 * 宽度设置，内置最小宽度为当前设置宽度功能
 * 参数1 $width = 1200px 默认1200px；整站内容宽度，可自定义传值进来设置其他宽度
*/

/* 颜色变量 */

/* 行为相关颜色 */

/* 文字基本颜色 */

/* 背景颜色 */

/* 边框颜色 */

/* 文字尺寸 */

/* Border Radius */

/* 阴影 */

/* 按钮相关 */

/**
 * 这里是 08cms 团队常用 mixin 代码块
 *
 * 调用方式 scss 中用 @include xxx  即可
 */

/**
 * 1px边框，包括上、下、左、右以及全部
 * 参数1 $direction = all 边框方向，默认全边框
 * 参数2 $size = 1px 边框宽度，默认1px
 * 参数3 $style = solid 边框样式，默认实心solid
 * 参数4 $color = dddddd 边框颜色，默认dddddd
 * 参数3 $radius = 2px 边框圆角，仅全边框时起作用，默认2px
*/

/**
 * 单行省略
 * 参数1 $lineHeight = 行高 如 24px
 */

/**
 * 多行省略
 * 参数1 $lineLimit = 行数，如 2
 * 参数2 $lineHeight = 行高 如 24px
 * 参数3 $fixedHeight = 是否固定高度，布尔值，默认 false, 可传true
 */

/*图片水平垂直居中*/

/*块元素百分比下居中*/

@keyframes skeleton {
  0% {
    background-position-x: 400%;
  }

  50% {
    background-position-x: 0%;
  }

  100% {
    background-position-x: -400%;
  }
}

.cms-container {
  position: relative;
}

.cms-container .right-top-div {
  position: absolute;
  right: 0;
  top: -56px;
  z-index: 4;
  padding: 20px 0;
}

.cms-container .right-top-div .right-top {
  display: flex;
  align-items: center;
}

.cms-container .right-top-div .right-top .right-top-item {
  color: #999999;
  margin-left: 20px;
  font-size: 12px;
}

.cms-container .right-top-div .right-top .bread-right-item {
  margin-left: 20px;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.cms-container .right-top-div .right-top .bread-right-item .bread-right-item-in {
  display: flex;
  align-items: center;
}

.cms-container .right-top-div .right-top .bread-right-item.cur {
  cursor: pointer;
}

.cms-container .right-top-div .right-top .bread-right-item:first-child {
  margin-left: 0;
}

.cms-container .right-top-div .right-top .bread-right-item span {
  display: inline-block;
  margin-left: 5px;
}

.cms-container .right-top-div .right-top .bread-right-item .icon-in {
  display: none;
}

.cms-container .right-top-div .right-top .bread-right-item:hover {
  color: #DD2222;
}

.cms-container .right-top-div .right-top .bread-right-item:hover .icon-in {
  display: block;
}

.cms-container .right-top-div .right-top .bread-right-item:hover .icon-out {
  display: none;
}

.details-r {
  width: 590px;
  margin-left: 20px;
  position: relative;
}

.details-r .details-r-icon {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
}

.details-r .details-r-top {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
}

.details-r .details-r-top .details-r-title {
  line-height: 31px;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 18px;
}

.details-r .details-r-top .details-r-title .alias-title {
  font-size: 14px;
  font-weight: normal;
  margin-left: 5px;
  color: #999999;
}

.details-r .details-r-top .details-r-title .detail-r-star {
  display: inline-block;
}

.details-r .details-r-top .details-r-title .detail-r-star .comment-xingxing {
  margin-bottom: 0;
}

.details-r .details-r-top .details-r-tag {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.details-r .details-r-top .details-r-tag .cms-tag {
  margin-right: 5px;
  margin-bottom: 5px;
}

.details-r .details-r-top .details-r-desc {
  display: flex;
  align-items: center;
  line-height: 19px;
  height: 19px;
}

.details-r .details-r-top .details-r-desc i {
  color: #999999;
  margin-right: 5px;
}

.details-r .details-r-top .details-r-desc .price-number {
  color: #DD2222;
  font-size: 24px;
}

.details-r .details-r-top .details-r-desc .desc-item {
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.details-r .details-r-top .details-r-desc .desc-item.no-flex {
  display: block;
}

.details-r .details-r-top .details-r-desc .desc-item.hover {
  cursor: pointer;
}

.details-r .details-r-top .details-r-desc .desc-item.hover:hover i {
  color: #DD2222;
}

.details-r .details-r-top .details-r-desc .desc-item .cms-svg-icon {
  margin-right: 5px;
}

.details-r .details-r-top .details-r-desc .desc-item .percentum-color {
  color: #DD2222;
}

.details-r .details-r-top .details-r-desc .desc-item .percentum-color-green {
  color: #3cb950;
}

.details-r .type-number {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.details-r .type-number .type-number-item {
  width: 190px;
  height: 85px;
  background: #f9f9f9;
  text-align: center;
}

.details-r .type-number .type-number-item .type-number-item-total {
  font-size: 40px;
  font-weight: bold;
  line-height: 51px;
  padding-top: 7px;
}

.details-r .type-number .type-number-item .type-number-item-name {
  font-size: 14px;
  color: #999999;
  line-height: 19px;
}

.details-r .details-r-row {
  display: flex;
  align-items: flex-end;
  line-height: 19px;
  margin-bottom: 15px;
}

.details-r .details-r-row .row-l {
  width: 70px;
  color: #999999;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-align: justify;
  text-justify: distribute-all-lines;
  white-space: nowrap;
  flex-shrink: 0;
}

.details-r .details-r-row .row-c {
  color: #333333;
  width: 50%;
  flex-grow: 2;
}

.details-r .details-r-row .row-c.has-row-r {
  flex-grow: 0;
  width: auto;
  max-width: 410px;
}

.details-r .details-r-row .row-c.has-row-houses {
  flex-grow: 0;
  width: auto;
  max-width: 380px;
}

.details-r .details-r-row .row-c .row-c-content {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 19px;
}

.details-r .details-r-row .row-c .row-c-content .sprit {
  color: #dddddd;
  font-size: 14px;
}

.details-r .details-r-row .row-c .row-c-width {
  max-width: 375px;
}

.details-r .details-r-row .row-c .community-link:hover {
  color: #DD2222;
  cursor: pointer;
}

.details-r .details-r-row .row-c .price {
  color: #DD2222;
}

.details-r .details-r-row .row-c .price .price-number {
  font-size: 60px;
  font-weight: bold;
  line-height: 60px;
}

.details-r .details-r-row .row-r {
  width: 94px;
  padding-left: 10px;
  color: #999999;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  flex-shrink: 0;
}

.details-r .details-r-row .row-r .span {
  margin-left: 5px;
  color: #DD2222;
}

.details-r .details-r-row .row-r:hover {
  color: #DD2222;
}

.details-r .details-r-row .row-condition {
  color: #333333;
  font-size: 16px;
  margin-left: 20px;
  display: flex;
  align-items: center;
}

.details-r .details-r-row .row-condition .span {
  margin-left: 5px;
}

.details-r .details-r-cate .cate-type {
  display: flex;
  flex-wrap: wrap;
}

.details-r .details-r-cate .cate-type .cate-type-item {
  color: #999999;
  font-size: 16px;
  margin-right: 30px;
}

.details-r .details-r-cate .cate-type .cate-type-item .cate-type-price {
  font-size: 30px;
}

.details-r .details-r-cate .cate-type .cate-type-item .cate-type-unit {
  color: #DD2222;
}

.details-r .details-r-cate .cate-type-subitem {
  margin-top: 5px;
  display: flex;
  padding-bottom: 8px;
}

.details-r .details-r-cate .cate-type-subitem .cate-type-subitem-item {
  font-size: 16px;
  color: #999999;
  margin-right: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.details-r .details-r-cate .cate-type-subitem .cate-type-subitem-item .span {
  margin-left: 5px;
  color: #999999;
  text-decoration: none;
}

.details-r .details-r-cate .cate-type-subitem .cate-type-subitem-item .span:hover {
  color: #DD2222;
}

.details-r .parameter-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  box-sizing: border-box;
  position: relative;
}

.details-r .parameter-row.padding-top {
  padding-top: 55px;
}

.details-r .parameter-row .parameter-row-item {
  width: 33.33%;
  margin-bottom: 20px;
}

.details-r .parameter-row .parameter-row-item .parameter-item-title {
  font-weight: bold;
  color: #000000;
  font-size: 16px;
  line-height: 21px;
}

.details-r .parameter-row .parameter-row-item .parameter-item-name {
  color: #999999;
  margin-top: 5px;
  line-height: 19px;
}

.cms-tag {
  border: 1px solid #eeeeee;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px !important;
  padding: 1px 6px;
  border-radius: 2px;
  color: #666666;
  background: transparent;
  border-color: #eeeeee;
  height: 20px;
  line-height: 16px;
  box-sizing: border-box;
}

.cms-tag.type1 {
  color: #DD2222;
  background: #FFE6E4;
  border-color: #FFE6E4;
}

.cms-tag.type2 {
  color: #7A90B6;
  background: #F5F6F9;
  border-color: #F5F6F9;
}

.cms-tag.type3 {
  color: #FF8800;
  background: #FFE5BF;
  border-color: #FFE5BF;
}

.cms-tag.type4 {
  color: #666666;
  background: transparent;
  border-color: #eeeeee;
}

.v-contact-info {
  margin-top: 20px;
}

.v-contact-info .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.v-contact-info .content .content-left {
  padding-right: 10px;
}

.v-contact-info .content .content-left .left-no-phone .left-title {
  font-size: 20px;
  color: #DD2222;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.v-contact-info .content .content-left .left-no-phone .left-title .left-title-icon {
  display: flex;
  align-items: center;
  margin-right: 5px;
}

.v-contact-info .content .content-left .left-no-phone .left-desc {
  color: #999999;
  font-size: 12px;
  font-weight: 400;
}

.v-contact-info .content .content-left-cursor {
  cursor: pointer;
}

.v-contact-info .content .content-right {
  display: flex;
  justify-content: space-between;
}

.v-contact-info .content .content-right .consult-btn {
  width: 120px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 20px;
}

.v-contact-info .content .content-right .consult-btn .codeUrl-div {
  width: 160px;
  height: 160px;
  padding: 5px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: -180px;
  left: 0;
  z-index: 1;
  display: none;
}

.v-contact-info .content .content-right .consult-btn .codeUrl-div .codeUrl-div-sanjiao {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ffffff;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -10px;
}

.v-contact-info .content .content-right .consult-btn:hover .codeUrl-div {
  display: block;
}

.v-contact-info .content .content-right .consult-btn3 {
  width: 120px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #ff8800;
  color: #ff8800;
}

.v-contact-info .content .content-right .consult-btn3:hover {
  border-color: #ff8800 !important;
  background: #ff8800;
  color: #ffffff;
}

.cms-title {
  height: 31px;
  line-height: 31px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.cms-title.grey {
  background-color: #f9f9f9;
  height: 49px;
  line-height: 49px;
  margin-bottom: 0;
  padding: 0 20px;
}

.cms-title.grey .cms-title-left .cms-title-name {
  font-size: 20px;
}

.cms-title .cms-title-left {
  width: 50%;
  flex-grow: 2;
  display: flex;
  align-items: center;
}

.cms-title .cms-title-left .cms-title-name {
  font-size: 24px;
  color: #000000;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 31px;
}

.cms-title .cms-title-left .cms-title-icon {
  display: inline-block;
  vertical-align: middle;
}

.cms-title .cms-title-right {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.cms-title .cms-title-right .cms-button {
  margin-right: 10px;
}

.cms-title .cms-title-right .cms-button:last-child {
  margin-right: 0;
}

/**
 * 这里是 08cms 团队内置的常用样式变量
 */

/* 宽度相关 */

/* 高度相关 */

/**
 * 宽度设置，内置最小宽度为当前设置宽度功能
 * 参数1 $width = 1200px 默认1200px；整站内容宽度，可自定义传值进来设置其他宽度
*/

/* 颜色变量 */

/* 行为相关颜色 */

/* 文字基本颜色 */

/* 背景颜色 */

/* 边框颜色 */

/* 文字尺寸 */

/* Border Radius */

/* 阴影 */

/* 按钮相关 */

/**
 * 这里是 08cms 团队常用 mixin 代码块
 *
 * 调用方式 scss 中用 @include xxx  即可
 */

/**
 * 1px边框，包括上、下、左、右以及全部
 * 参数1 $direction = all 边框方向，默认全边框
 * 参数2 $size = 1px 边框宽度，默认1px
 * 参数3 $style = solid 边框样式，默认实心solid
 * 参数4 $color = dddddd 边框颜色，默认dddddd
 * 参数3 $radius = 2px 边框圆角，仅全边框时起作用，默认2px
*/

/**
 * 单行省略
 * 参数1 $lineHeight = 行高 如 24px
 */

/**
 * 多行省略
 * 参数1 $lineLimit = 行数，如 2
 * 参数2 $lineHeight = 行高 如 24px
 * 参数3 $fixedHeight = 是否固定高度，布尔值，默认 false, 可传true
 */

/*图片水平垂直居中*/

/*块元素百分比下居中*/

@keyframes skeleton {
  0% {
    background-position-x: 400%;
  }

  50% {
    background-position-x: 0%;
  }

  100% {
    background-position-x: -400%;
  }
}

.adviser-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.adviser-title .adviser-left {
  font-size: 24px;
  color: #000;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.adviser-title .advbtn {
  border: 1px solid #eeeeee;
  margin-right: 5px;
}

.adviser-title .adviser-right {
  display: flex;
  align-items: center;
}

.adviser-title .adviser-right .cut-div {
  display: flex;
  width: 70px;
  justify-content: space-between;
}

.adviser-title .adviser-right .cut-div-item {
  width: 30px;
  height: 30px;
  background: #f9f9f9;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  cursor: pointer;
}

.adviser-title .adviser-right .cut-div-item-no {
  opacity: 0.5;
  cursor: not-allowed;
}

.adviser-view .house-adviser {
  display: flex;
  padding: 3px 0 0 3px;
}

.adviser-view .house-adviser .adviser-item {
  margin-right: 18px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  box-sizing: border-box;
  line-height: 20px;
  position: relative;
  width: 285px;
  height: 140px;
}

.adviser-view .house-adviser .adviser-item.adviser-item-hidden {
  display: none;
}

.adviser-view .house-adviser .adviser-item:last-child {
  margin-right: 0;
}

.adviser-view .house-adviser .adviser-item .adviser-item-info {
  padding: 10px;
  display: flex;
  width: 285px;
  height: 100px;
  box-sizing: border-box;
}

.adviser-view .house-adviser .adviser-item .adviser-item-info .adviser-item-image {
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-sizing: border-box;
  margin-right: 10px;
  flex-shrink: 0;
}

.adviser-view .house-adviser .adviser-item .adviser-item-info .adviser-item-message {
  width: 175px;
  font-size: 13px;
  padding: 5px 0;
}

.adviser-view .house-adviser .adviser-item .adviser-item-info .adviser-item-message .adviser-item-name {
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 22px;
}

.adviser-view .house-adviser .adviser-item .adviser-item-info .adviser-item-message .adviser-item-name:hover {
  color: #DD2222;
}

.adviser-view .house-adviser .adviser-item .adviser-item-info .adviser-item-message .broker-item-number {
  display: flex;
  justify-content: space-between;
}

.adviser-view .house-adviser .adviser-item .adviser-item-info .adviser-item-message .adviser-item-region {
  padding: 5px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 20px;
}

.adviser-view .house-adviser .adviser-item .adviser-item-control {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eeeeee;
}

.adviser-view .house-adviser .adviser-item .adviser-item-control .adviser-item-btn {
  width: 50%;
  cursor: pointer;
  height: 39px;
  line-height: 39px;
  color: #0387FF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-right: 1px solid #eeeeee;
}

.adviser-view .house-adviser .adviser-item .adviser-item-control .adviser-item-btn .adviser-item-btn-in {
  display: flex;
  align-items: center;
  justify-content: center;
}

.adviser-view .house-adviser .adviser-item .adviser-item-control .adviser-item-btn .cms-svg-icon {
  margin-right: 5px;
}

.adviser-view .house-adviser .adviser-item .adviser-item-control .adviser-item-btn:last-child {
  border-right-width: 0;
}

.adviser-view .house-adviser .adviser-item .adviser-item-control .adviser-item-btn.phone {
  color: #DD2222;
}

.adviser-view .house-adviser .adviser-item .adviser-item-control .adviser-item-btn.phone:hover .adviser-item-appQrCode {
  display: block;
}

.adviser-view .house-adviser .adviser-item .adviser-item-control .adviser-item-btn .adviser-item-appQrCode {
  width: 150px;
  height: 150px;
  background: #fff;
  position: absolute;
  top: -150px;
  left: 50%;
  margin-left: -75px;
  z-index: 1;
  display: none;
}

.house-type-list {
  display: flex;
  margin-top: 20px;
  overflow: hidden;
}

.house-type-list .house-type-item {
  width: 224px;
  margin-right: 20px;
  display: inline-block;
}

.house-type-list .house-type-item:nth-child(5n) {
  margin-right: 0;
}

.house-type-list .house-type-item .house-type-image {
  border: 1px solid #eeeeee;
  border-radius: 0px;
  display: block;
  position: relative;
}

.house-type-list .house-type-item .house-type-image .door-item-name {
  position: absolute;
  top: 4px;
  left: 5px;
  background-color: #535353;
  color: #ffffff;
  line-height: 16px;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 2px;
  z-index: 1;
}

.house-type-list .house-type-item .house-type-row {
  margin-top: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.house-type-list .house-type-item .house-type-row .item-title {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  margin-right: 13px;
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.2;
}

.house-type-list .house-type-item .house-type-row.hover .item-title:hover {
  color: #DD2222;
}

.house-type-list .house-type-item .house-type-detail {
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 20px;
}

.house-type-list .house-type-item .house-type-detail .tota-price {
  font-size: 20px;
  font-weight: bold;
}

.house-type-list .house-type-item .house-type-detail .unit-class {
  font-size: 14px;
  color: #DD2222;
}

.house-type-list .house-type-item .house-type-detail .acreage {
  margin-left: 20px;
}

.build-view {
  display: flex;
  justify-content: space-between;
  height: 500px;
  margin-top: 20px;
}

.build-view .build-image-view {
  width: 700px;
  height: 500px;
  overflow: hidden;
  position: relative;
  cursor: move;
  background-color: #f9f9f9;
}

.build-view .build-image-view .image-view {
  position: relative;
  left: 0px;
  top: 0px;
}

.build-view .build-image-view .image-view .shapan-build {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  border-radius: 2px;
}

.build-view .build-image-view .image-view .shapan-build .shapan-build-content {
  position: relative;
  cursor: pointer;
}

.build-view .build-image-view .image-view .shapan-build .shapan-build-content .shapan-build-txt {
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #ffffff;
  border-radius: 2px;
}

.build-view .build-image-view .image-view .shapan-build .shapan-build-content .shapan-build-arrow {
  width: 0;
  height: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4px;
}

.build-view .build-image-view .screening-view-wrap {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 9;
  display: flex;
  align-items: center;
}

.build-view .build-image-view .screening-view {
  width: 40px;
  height: 40px;
  background: #ffffff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  flex-shrink: 0;
  margin-left: -40px;
  position: relative;
  z-index: 2;
}

.build-view .build-image-view .screening-item {
  min-height: 30px;
  background: #ffffff;
  z-index: 5;
  border-radius: 50px;
  padding-right: 50px;
  padding-left: 30px;
  font-size: 16px;
  line-height: 30px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.build-view .build-image-view .screening-item .status-item {
  margin-right: 30px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.build-view .build-image-view .screening-item .status-item .checkedbox-group {
  position: relative;
  height: 15px;
  width: 15px;
  overflow: hidden;
  border: 1px solid #ccc;
  margin-left: 3px;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.build-view .build-image-view .screening-item .status-item .checkedbox-group .checkedbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  line-height: 16px;
  opacity: 0;
}

.build-view .build-door-view {
  width: 498px;
  height: 498px;
  border: 1px solid #eeeeee;
  border-radius: 0px;
}

.build-view .build-door-view .build-message {
  height: 35px;
  display: flex;
  font-size: 14px;
  color: #333333;
}

.build-view .build-door-view .build-message .item {
  width: 50%;
}

.build-view .build-door-view .build-message .item .gray {
  color: #999999;
}

.build-view .build-door-view .build-message .left-item {
  margin-left: 25px;
}

.build-view .build-door-view .build-door-view-tab {
  display: flex;
  height: 50px;
  flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: 15px;
}

.build-view .build-door-view .build-door-view-tab .build-door-view-tab-item {
  width: 64px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  background-color: #f9f9f9;
  border: 0px;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
}

.build-view .build-door-view .build-door-view-tab .build-door-view-tab-item.is-active {
  background-color: #DD2222;
  color: #ffffff;
  font-weight: bold;
  border: 1px solid #DD2222;
  border-radius: 0px;
}

.build-view .build-door-view .door-title-view {
  display: flex;
}

.build-view .build-door-view .door-title-view .loudong-title {
  min-width: 70px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  margin-left: 25px;
}

.build-view .build-door-view .door-title-view .divider {
  width: 376px;
  height: 1px;
  background: #eee;
  margin-top: 15px;
}

.build-view .build-door-view .door-list-view {
  margin-top: 10px;
  height: 278px;
  overflow: auto;
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.build-view .build-door-view .door-list-view .door-list {
  margin-bottom: 15px;
}

.build-view .build-door-view .door-list-view .door-list .door-image {
  width: 213px;
  height: 213px;
  border: 1px solid #eeeeee;
  border-radius: 0px;
}

.build-view .build-door-view .door-list-view .door-list .door-tip {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  color: #333333;
  font-size: 14px;
}

.build-view .build-door-view .door-list-view .door-list .door-title {
  margin-left: 25px;
  width: 160px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 30px;
}

.build-view .build-door-view .door-list-view .door-list .door-area {
  width: 85px;
  margin-left: 15px;
}

.interchange-item-div {
  height: 551px;
  overflow: auto;
  border: 1px solid #eeeeee;
  border-radius: 0;
  margin-top: 20px;
}

.interchange-item-div .comment-top {
  height: 140px;
  padding: 20px 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #eeeeee;
}

.interchange-item-div .comment-top .overall-comment {
  display: flex;
  align-items: center;
}

.interchange-item-div .comment-top .overall-comment .overall-comment-l .overall {
  width: 60px;
  height: 60px;
  position: relative;
}

.interchange-item-div .comment-top .overall-comment .overall-comment-l .overall .overall-number {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 7px;
  left: 7px;
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  font-weight: bold;
}

.interchange-item-div .comment-top .overall-comment .overall-comment-r {
  padding: 0 10px;
}

.interchange-item-div .comment-top .overall-comment .overall-comment-r .comment-mark {
  display: flex;
  align-items: center;
}

.interchange-item-div .comment-top .overall-comment .overall-comment-r .comment-mark .comment-mark-item {
  color: #666666;
  font-size: 14px;
  margin-right: 20px;
}

.interchange-item-div .comment-top .overall-comment .overall-comment-r .comment-mark .comment-mark-item .mark-number {
  color: #DD2222;
  padding: 0 2px;
}

.interchange-item-div .comment-top .comment-type {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
  height: 30px;
  overflow: hidden;
}

.interchange-item-div .comment-top .comment-type .comment-type-item {
  margin-right: 8px;
  padding: 0 9px;
  background: #f5f5f5;
}

.interchange-item-div .comment-top .comment-type .comment-type-item:hover {
  background: #DD2222;
}

.interchange-item-div .comment-body {
  height: 410px;
  overflow: auto;
}

.interchange-item-div .comment-body .comment-body-item {
  display: flex;
  padding: 15px;
  border-bottom: 1px dashed #eeeeee;
}

.interchange-item-div .comment-body .comment-body-item .item-l {
  padding-right: 15px;
}

.interchange-item-div .comment-body .comment-body-item .item-l .item-l-img {
  width: 50px;
  height: 50px;
}

.interchange-item-div .comment-body .comment-body-item .item-r {
  flex: 1;
}

.interchange-item-div .comment-body .comment-body-item .item-r .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  padding-top: 4px;
}

.interchange-item-div .comment-body .comment-body-item .item-r .row .row-name {
  color: #000000;
  max-width: 350px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 24px;
}

.interchange-item-div .comment-body .comment-body-item .item-r .row .row-time {
  color: #cccccc;
  font-size: 12px;
}

.interchange-item-div .comment-body .comment-body-item .item-r .row-xingxing {
  display: flex;
}

.interchange-item-div .comment-body .comment-body-item .item-r .row-xingxing .xingxing {
  margin-right: 5px;
}

.interchange-item-div .comment-body .comment-body-item .item-r .item-content {
  position: relative;
}

.interchange-item-div .comment-body .comment-body-item .item-r .item-content .content-text {
  font-size: 14px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 15px;
  text-align: justify;
}

.interchange-item-div .comment-body .comment-body-item .item-r .item-content .content-text.content-text-ellipsis {
  line-height: 28px;
  max-height: 56px;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.interchange-item-div .comment-body .comment-body-item .item-r .item-content .content-text-btn {
  width: 56px;
  position: absolute;
  bottom: -20px;
  right: 0;
}

.interchange-item-div .comment-body .comment-body-item .item-r .item-content .content-text-btn .content-text-btn-show {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
}

.interchange-item-div .comment-body .comment-body-item .item-r .item-content .content-text-btn .content-text-btn-show .full-text {
  margin-right: 3px;
}

.interchange-item-div .comment-body .comment-body-item .item-r .item-content .content-text-btn .content-text-btn-show .full-text:hover {
  color: #DD2222;
}

.interchange-item-div .comment-body .comment-body-item:last-child {
  border: none;
}

.comment-xingxing {
  margin-bottom: 10px;
}

.comment-xingxing .xingxing {
  margin-right: 5px;
}

.list-field .answer-item {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #eeeeee;
  padding: 20px 0;
}

.list-field .answer-item .answer-item-left {
  flex: 1;
}

.list-field .answer-item .answer-item-left .answer-item-title {
  display: flex;
  align-items: center;
}

.list-field .answer-item .answer-item-left .answer-item-title .answer-item-title-text {
  flex: 1;
  margin: 0 10px;
  line-height: 20px;
  max-height: 20px;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

.list-field .answer-item .answer-item-left .answer-item-title .answer-item-title-text:hover {
  color: #DD2222;
}

.list-field .answer-item .answer-item-left .answer-item-title .answer-item-right-to {
  color: #999999;
}

.list-field .answer-item .answer-item-left .answer-item-title .answer-item-right-to:hover {
  color: #DD2222;
}

.list-field .answer-item .answer-item-left .answer-content-center {
  align-items: center;
}

.list-field .answer-item .answer-item-left .answer-content {
  margin-top: 10px;
  display: flex;
}

.list-field .answer-item .answer-item-left .answer-content .answer-l {
  width: 100px;
  text-align: center;
}

.list-field .answer-item .answer-item-left .answer-content .answer-l .cms-image {
  margin: 0 auto;
}

.list-field .answer-item .answer-item-left .answer-content .answer-l .answer-top-l-name {
  margin-top: 5px;
  line-height: 19px;
  max-height: 19px;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.list-field .answer-item .answer-item-left .answer-content .answer-l-hover {
  cursor: pointer;
}

.list-field .answer-item .answer-item-left .answer-content .answer-l-hover:hover .answer-top-l-name {
  color: #DD2222;
}

.list-field .answer-item .answer-item-left .answer-content .answer-r {
  flex: 1;
  background-color: #f9f9f9;
  padding: 20px;
  margin-left: 30px;
  border-radius: 4px;
}

.list-field .answer-item .answer-item-left .answer-content .answer-r .answer-p {
  line-height: 22px;
  max-height: 44px;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.list-field .answer-item .answer-item-left .answer-content .answer-r .answer-bottom {
  margin-top: 20px;
  line-height: 19px;
  display: flex;
}

.list-field .answer-item .answer-item-left .answer-content .answer-r .answer-bottom .answer-bottom-l-time {
  color: #999999;
}

.list-field .answer-item .answer-item-left .answer-content .answer-r .answer-bottom .answer-bottom-middle-status {
  margin-left: 10px;
  color: #DD2222;
}

.list-field .answer-item .answer-item-left .answer-content .answer-r .answer-bottom .answer-bottom-middle-like {
  display: flex;
  margin-left: 10px;
  align-items: center;
  cursor: pointer;
}

.list-field .answer-item .answer-item-left .answer-content .answer-r .answer-bottom .answer-bottom-middle-like .number {
  margin-left: 5px;
}

.list-field .answer-item .answer-item-left .answer-content p {
  color: #333333;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  max-height: 40px;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.list-field .answer-item .answer-item-left .answer-content p:hover {
  color: #333333;
}

.list-field .answer-item .answer-item-left .answer-content .margin-left {
  margin-left: 10px;
}

.list-field .answer-item .answer-item-left .answer-content .ranking-active-text {
  font-size: 14px;
  color: #DD2222;
}

.list-field .answer-item .answer-item-left .answer-content .ranking-active-text:hover {
  color: #DD2222;
}

.list-field .answer-item .answer-item-left .bottom-clearfix {
  padding-left: 30px;
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.list-field .answer-item .answer-item-left .bottom-clearfix .date {
  color: #999999;
}

.list-field .answer-item .answer-item-left .bottom-clearfix .is-top {
  color: #DD2222;
  margin-left: 10px;
}

.list-field .answer-item .answer-item-left .bottom-clearfix .resolve {
  color: #00B1FF;
  margin-left: 10px;
}

.list-field .answer-item .answer-item-left .bottom-clearfix .bottom-clearfix-right {
  color: #999999;
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.list-field .answer-item .answer-item-left .bottom-clearfix .bottom-clearfix-right:hover {
  color: #DD2222;
}

.list-field .answer-item:last-child {
  border: none;
}

.item-num {
  position: relative;
  top: 6px;
  padding-bottom: 8px;
  margin-right: 30px;
}

.image-view {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 20px;
}

.image-view .image {
  position: relative;
  cursor: pointer;
  margin-right: 20px;
  display: block;
}

.image-view .image:nth-child(5n) {
  margin-right: 0;
}

.image-view .image .image-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 224px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 40px;
}

.image-view .image:hover {
  background: rgba(240, 69, 49, 0.5);
}

.hot-houses {
  margin-bottom: 30px;
}

.hot-houses.second-hot-houses {
  margin-bottom: 0;
}

.hot-houses.second-hot-houses .image-view .list-item {
  width: 212px;
}

.hot-houses.second-hot-houses .image-view .list-item .list-item-thumb {
  width: 212px;
  height: 147px;
}

.house-title {
  height: 31px;
  font-size: 20px;
  margin-bottom: 20px;
  display: flex;
  color: #666666;
  align-items: flex-end;
}

.house-title .title {
  cursor: pointer;
  margin-right: 20px;
}

.house-title .active {
  color: #000000;
  font-size: 24px;
}

.image-view {
  display: flex;
  flex-wrap: wrap;
}

.image-view .list-item {
  width: 224px;
  margin-right: 20px;
}

.image-view .list-item:last-child {
  margin-right: 0;
}

.image-view .list-item .list-item-thumb {
  width: 224px;
  height: 155px;
  position: relative;
}

.image-view .list-item .list-item-thumb .list-item-top-right {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  color: #ffffff;
  padding: 4px 13px;
  border-radius: 12px;
}

.image-view .list-item .list-item-thumb .list-item-content {
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(84, 84, 84, 0.5) 100%);
  color: #ffffff;
  padding: 0 10px;
  box-sizing: border-box;
}

.image-view .list-item .list-item-thumb .list-item-content .list-item-title {
  flex: 1;
  line-height: 20px;
  max-height: 20px;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.image-view .list-item .list-item-thumb .list-item-content .list-item-icon-div {
  display: flex;
  align-items: center;
}

.image-view .list-item .list-item-thumb .list-item-content .list-item-icon-div ::v-deep .cms-svg-icon {
  margin-left: 10px;
}

.image-view .list-item .list-item-div {
  width: 100%;
}

.image-view .list-item .list-item-div .list-item-params-view {
  background: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 30px;
}

.image-view .list-item .list-item-div .list-item-params-view .list-item-params-item {
  margin-left: 10px;
  font-size: 12px;
  color: #666666;
}

.image-view .list-item .list-item-div .list-item-params-view .price-xiaoqu {
  font-size: 16px;
  margin: 0;
  color: #DD2222;
  font-weight: bold;
}

.image-view .list-item .list-item-div .list-item-sale {
  height: 24px;
  display: flex;
  justify-content: space-between;
}

.image-view .list-item .list-item-div .list-item-tag-div {
  width: 100%;
  height: 24px;
  box-sizing: border-box;
  overflow: hidden;
  background: #ffffff;
  display: flex;
  flex-wrap: wrap;
}

.image-view .list-item .list-item-div .list-item-tag-div ::v-deep .cms-tag {
  margin-right: 10px;
  margin-bottom: 20px;
}

.image-view .list-item .list-item-div .list-item-tag-fen {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 24px;
}

.image-view .list-item:hover {
  color: #333333;
}

.none-data {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}

.none-data .empty-text {
  font-size: 16px;
  text-align: center;
  margin-left: 10px;
}

.house-prices {
  padding-top: 10px;
}

.house-prices .house-prices-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  background-color: #F5F5F6;
  padding: 10px 0;
}

.house-prices .house-prices-header .house-prices-header-item {
  padding: 8px 0;
  flex: 1;
  border-right: 1px solid #eeeeee;
  text-align: center;
}

.house-prices .house-prices-header .house-prices-header-item:last-child {
  border-right-width: 0;
}

.house-prices .house-prices-header .house-prices-header-item .header-item-l {
  color: #000000;
  font-size: 18px;
  margin-right: 15px;
}

.house-prices .house-prices-header .house-prices-header-item .header-item-r {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-top: 5px;
}

.house-prices .house-prices-header .house-prices-header-item .header-item-r .header-item-r-price {
  height: 28px;
  line-height: 28px;
  color: #333333;
}

.house-prices .house-prices-header .house-prices-header-item .header-item-r .header-item-r-price .price {
  font-size: 20px;
}

.house-prices .house-prices-header .house-prices-header-item .header-item-r .header-item-r-comparison {
  color: #999999;
  font-size: 12px;
  margin-left: 15px;
}

.house-prices .house-prices-header .house-prices-header-item .header-item-r .header-item-r-comparison .go-up-color {
  color: #DD2222;
}

.house-prices .house-prices-header .house-prices-header-item .header-item-r .header-item-r-comparison .decline-color {
  color: #3cb950;
}

.house-prices #house-prices-chart {
  width: 100%;
  height: 400px;
}

.fixed-sticky {
  position: fixed;
  height: 50px;
  line-height: 50px;
  width: 100%;
  background-color: #DD2222;
  top: 0;
  left: 0;
  display: none;
  z-index: 90;
}

.fixed-sticky .fixed-sticky-content {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  color: #ffffff;
}

.fixed-sticky .fixed-sticky-content .fixed-sticky-phone {
  display: flex;
  align-items: center;
}

.fixed-sticky .fixed-sticky-content .fixed-sticky-phone .fixed-sticky-phone-icon {
  margin-right: 5px;
}

.fixed-sticky .fixed-sticky-content .fixed-sticky-phone .hover-show {
  cursor: pointer;
  margin-left: 20px;
  display: flex;
  align-items: center;
}

.fixed-sticky .fixed-sticky-content .fixed-sticky-phone .phone-click {
  font-size: 16px;
  cursor: pointer;
}

.fixed-sticky.show {
  display: block;
}

.cms-houses-layout .cms-container {
  position: relative;
}

.cms-houses-layout .layout-title {
  margin-top: 30px;
}

.cms-houses-layout .layout-title .layout-top {
  display: flex;
  justify-content: space-between;
}

.cms-houses-layout .layout-title .layout-top .title {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}

.cms-houses-layout .layout-title .layout-top .title span {
  font-size: 14px;
  color: #999999;
  font-weight: normal;
  margin-left: 5px;
}

.cms-houses-layout .layout-title .layout-top .house-tip {
  color: #999999;
  padding-top: 12px;
}

.cms-houses-layout .layout-title .layout-top .house-tip span {
  margin-right: 20px;
}

.cms-houses-layout .layout-title .layout-tag {
  margin-top: 10px;
}

.cms-houses-layout .layout-title .layout-tag .cms-tag {
  margin-right: 5px;
  margin-bottom: 5px;
}

.cms-houses-layout .bread-right {
  position: absolute;
  right: 0;
  top: -56px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 56px;
}

.cms-houses-layout .bread-right .bread-right-item {
  margin-left: 20px;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.cms-houses-layout .bread-right .bread-right-item .bread-right-item-in {
  display: flex;
  align-items: center;
}

.cms-houses-layout .bread-right .bread-right-item .join-btn {
  background: #f10e0e;
  padding: 5px 8px;
  color: #fff;
  cursor: pointer;
}

.cms-houses-layout .bread-right .bread-right-item.cur {
  cursor: pointer;
}

.cms-houses-layout .bread-right .bread-right-item:first-child {
  margin-left: 0;
}

.cms-houses-layout .bread-right .bread-right-item span {
  display: inline-block;
  margin-left: 5px;
}

.cms-houses-layout .bread-right .bread-right-item .icon-in {
  display: none;
}

.cms-houses-layout .bread-right .bread-right-item:hover {
  color: #DD2222;
}

.cms-houses-layout .bread-right .bread-right-item:hover .icon-in {
  display: block;
}

.cms-houses-layout .bread-right .bread-right-item:hover .icon-out {
  display: none;
}

.cms-houses-layout .bread-right .right-top-div2 .right-top {
  display: flex;
  align-items: center;
}

.cms-houses-layout .bread-right .right-top-div2 .right-top .right-top-item {
  color: #999999;
  margin-left: 20px;
  font-size: 12px;
}

.cms-second-navs {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #f9f9f9;
  display: flex;
}

.cms-second-navs .navs-item {
  text-align: center;
  font-size: 16px;
  margin-right: 1px;
  padding: 0 21px;
  display: block;
  border-bottom: 2px solid #f9f9f9;
}

.cms-second-navs .navs-item:last-child {
  margin-right: 0;
}

.cms-second-navs .navs-item.active {
  background: #eeeeee;
  color: #333333;
  font-weight: bold;
  border-bottom: 2px solid #DD2222;
}

.cms-second-navs .navs-item:hover {
  background: #eeeeee;
  color: #333333;
  font-weight: bold;
  border-bottom: 2px solid #DD2222;
}

.cms-second-navs-anjuke {
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: flex;
  background: #f1f1f1;
}

.cms-second-navs-anjuke.is-detail {
  background: #ffffff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.cms-second-navs-anjuke .navs-item {
  text-align: center;
  font-size: 16px;
  margin-right: 1px;
  padding: 0 26px;
  display: block;
  font-weight: bold;
}

.cms-second-navs-anjuke .navs-item:last-child {
  margin-right: 0;
}

.cms-second-navs-anjuke .navs-item:hover {
  color: #DD2222;
}

.cms-second-navs-anjuke .navs-item.active {
  background: #DD2222;
  color: #ffffff;
}

.house-list-view {
  margin-bottom: 20px;
}

.house-list-view .house-list {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}

.house-list-view .house-list:last-child {
  border-bottom: 0;
}

.house-list-view .house-list:hover {
  background: #f9f9f9;
}

.house-list-view .house-list .house-image {
  position: relative;
  width: 220px;
  height: 152px;
  cursor: pointer;
}

.house-list-view .house-list .house-image .house-svg {
  position: absolute;
  right: 0;
  top: 0;
}

.house-list-view .house-list .house-image .item-recommend {
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
}

.house-list-view .house-list .house-message {
  margin-left: 30px;
  position: relative;
}

.house-list-view .house-list .house-message .message-view {
  height: 26px;
  width: 642px;
  margin-bottom: 13px;
  display: flex;
  justify-content: space-between;
}

.house-list-view .house-list .house-message .message-view .house-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 26px;
  cursor: pointer;
  display: block;
}

.house-list-view .house-list .house-message .message-view .house-title:hover,
.house-list-view .house-list .house-message .message-view .house-title.title-red {
  color: #DD2222;
}

.house-list-view .house-list .house-message .message-view .houser-price-view {
  color: #DD2222;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}

.house-list-view .house-list .house-message .message-view .houser-price-view .price {
  font-size: 28px;
}

.house-list-view .house-list .house-message .message-row {
  font-size: 14px;
  color: #999999;
  max-width: 470px;
  display: flex;
  align-items: center;
  height: 19px;
  line-height: 19px;
  margin-bottom: 10px;
}

.house-list-view .house-list .house-message .message-row .house-parameter {
  display: flex;
  align-items: center;
}

.house-list-view .house-list .house-message .message-row .house-parameter .cut-off-rule {
  color: #dddddd;
  margin: 0 5px;
}

.house-list-view .house-list .house-message .message-row .house-parameter .tag {
  margin-right: 10px;
}

.house-list-view .house-list .house-message .message-row .message-row-text {
  line-height: 19px;
  max-height: 19px;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-left: 5px;
}

.house-list-view .house-list .house-message .message-row .message-row-text .span-link:hover {
  color: #DD2222;
  cursor: pointer;
}

.house-list-view .house-list .house-message .message-row .message-row-text-maxWidth {
  max-width: 365px;
}

.house-list-view .house-list .house-message .message-row .message-row-im {
  margin-left: 10px;
}

.house-list-view .house-list .house-message .message-row .message-row-link {
  margin-left: 10px;
  color: #999999;
}

.house-list-view .house-list .house-message .message-row .message-row-link .look-map:hover {
  cursor: pointer;
  color: #DD2222;
}

.house-list-view .house-list .house-message .houses-item-tag {
  margin-top: 13px;
  height: 23px;
  overflow: hidden;
}

.house-list-view .house-list .house-message .houses-item-tag .tag {
  margin-bottom: 10px;
  margin-right: 10px;
}

.house-list-view .house-list .house-message .contact-view {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.house-list-view .house-list .house-message .contact-view .houser-price-view {
  color: #DD2222;
  text-align: right;
}

.house-list-view .house-list .house-message .contact-view .houser-price-view .price {
  font-weight: bold;
  font-size: 20px;
}

.house-list-view .house-list .house-message .contact-view .unit-price {
  line-height: 19px;
  margin-top: 10px;
  text-align: right;
}

.order-record .order-record-row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
  margin-top: 20px;
}

.order-record .order-record-row .row-item-no1 {
  width: 400px;
}

.order-record .order-record-row .row-item-no1 .information {
  display: flex;
  align-items: center;
  text-align: left;
  padding: 20px 0;
}

.order-record .order-record-row .row-item-no1 .information .information-l {
  margin-right: 10px;
}

.order-record .order-record-row .row-item-no1 .information .information-r {
  font-size: 14px;
  flex: 1;
}

.order-record .order-record-row .row-item-no1 .information .information-r .information-r-type {
  color: #333333;
  margin-bottom: 8px;
}

.order-record .order-record-row .row-item-no1 .information .information-r .information-r-type .cut-off-rule {
  color: #dddddd;
  margin: 0 5px;
}

.order-record .order-record-row .row-item-no1 .information .information-r .information-r-floor {
  color: #999999;
}

.order-record .order-record-row .row-item {
  width: 200px;
}

.order-record .order-record-row .row-item .order-record-item {
  font-size: 14px;
  color: #333333;
  text-align: center;
}

.order-record .order-record-row .row-item .order-record-item .number-color {
  color: #DD2222;
}

.order-record .order-record-row:last-of-type {
  border-bottom: none;
}

.order-record .order-record-header {
  height: 50px;
  font-size: 16px;
  color: #000000;
  text-align: center;
  background: #f9f9f9;
  font-weight: bold;
  border-bottom: none;
}

.order-record .mix-height {
  height: 510px;
  overflow: hidden;
}

.order-record .set-font-size ::v-deep .text {
  font-size: 16px;
}

.hot-house-list {
  padding-bottom: 20px;
  cursor: pointer;
  width: 246px;
}

.hot-house-list .sale-item-image {
  width: 246px;
  height: 190px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  display: block;
}

.hot-house-list .hot-house-info {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.hot-house-list .hot-house-title {
  font-size: 16px;
  font-weight: bold;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 21px;
}

.hot-house-list .hot-house-price {
  height: 21px;
  font-size: 12px;
  line-height: 21px;
  color: #333333;
  flex-shrink: 0;
}

.hot-house-list .hot-house-price .price {
  font-size: 16px;
}

.middleman {
  border: 1px solid #eeeeee;
  border-radius: 0px;
}

.middleman .middleman-list {
  padding: 20px;
  border-top: 1px solid #eeeeee;
}

.middleman .middleman-list .middleman-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  background: #f9f9f9;
  border-radius: 4px;
  padding: 15px;
}

.middleman .middleman-list .middleman-item .middleman-item-l {
  display: block;
  width: 70px;
  flex-shrink: 0;
  margin-right: 20px;
}

.middleman .middleman-list .middleman-item .middleman-item-r {
  flex: 1;
}

.middleman .middleman-list .middleman-item .middleman-item-r .middleman-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  display: block;
  line-height: 21px;
  max-height: 21px;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.middleman .middleman-list .middleman-item .middleman-item-r .middleman-title:hover {
  color: #DD2222;
}

.middleman .middleman-list .middleman-item .middleman-item-r .middleman-rank {
  font-size: 13px;
  color: #333333;
  margin: 5px 0;
  line-height: 19px;
  max-height: 19px;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.middleman .middleman-list .middleman-item .middleman-item-r .middleman-number {
  font-size: 12px;
  color: #666666;
  line-height: 16px;
  max-height: 16px;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.middleman .middleman-list .middleman-item .middleman-item-r .middleman-number .number {
  color: #DD2222;
}

.middleman .middleman-list .middleman-item:last-child {
  margin-bottom: 0;
}

.v-selecter {
  width: 1200px;
  min-width: 1200px;
  font-size: 12px;
  box-sizing: border-box;
  background-color: #f9f9f9;
  padding-top: 20px;
  margin-bottom: 20px;
}

.v-selecter .select-list .select-item {
  display: flex;
  line-height: 19px;
}

.v-selecter .select-list .select-item .select-item-label {
  width: 80px;
  text-align: center;
  font-weight: bold;
}

.v-selecter .select-list .select-item .select-item-content {
  flex: 1;
}

.v-selecter .select-list .select-item .select-item-content .select-item-content-parent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.v-selecter .select-list .select-item .select-item-content .select-item-content-parent .leval-span {
  margin-right: 30px;
  margin-bottom: 10px;
  text-align: left;
}

.v-selecter .select-list .select-item .select-item-content .select-item-content-parent .leval-span.active {
  color: #DD2222;
}

.v-selecter .select-list .select-item .select-item-content .select-item-content-parent .leval-span:active {
  color: #DD2222;
}

.v-selecter .select-list .select-item .select-item-content .select-item-content-parent .leval-span:hover {
  cursor: pointer;
  color: #DD2222;
}

.v-selecter .select-list .select-item .select-item-content .select-item-content-parent .option-div {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.v-selecter .select-list .select-item .select-item-content .select-item-content-parent .option-div .option-div-l {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.v-selecter .select-list .select-item .select-item-content .select-item-content-parent .option-div .option-div-l.option-div-l-map {
  height: 40px;
  overflow: hidden;
}

.v-selecter .select-list .select-item .select-item-content .select-item-content-parent .option-div .option-div-l .el-select-div {
  width: 90px;
  overflow: hidden;
  margin-right: 30px;
  margin-bottom: 5px;
  height: 24px;
  position: relative;
}

.v-selecter .select-list .select-item .select-item-content .select-item-content-parent .option-div .option-div-l .el-select-div .el-select-div-title {
  height: 24px;
  border-radius: 4px;
  border: 1px solid #eeeeee;
  padding: 0 15px 0 8px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.v-selecter .select-list .select-item .select-item-content .select-item-content-parent .option-div .option-div-l .el-select-div .el-select-div-content {
  position: absolute;
  top: 24px;
  left: 0;
}

.v-selecter .select-list .select-item .select-item-content .select-item-content-parent .option-div .empty {
  display: flex;
  align-items: center;
  margin: 0 10px;
  color: #999999;
}

.v-selecter .select-list .select-item .select-item-content .select-item-content-parent .option-div .empty span {
  margin-left: 5px;
}

.v-selecter .select-list .select-item .select-item-content .select-item-content-parent .option-div .empty:hover {
  cursor: pointer;
}

.v-selecter .select-list .select-item .select-item-content .select-item-content-parent-border {
  border: 1px solid #eeeeee;
  border-radius: 0px;
  margin-right: 20px;
  background-color: #ffffff;
  padding: 10px 20px 0 20px;
  margin-bottom: 20px;
}

.v-selecter .select-list .select-item .select-item-content .select-item-content-parent-border .select-item-content-child {
  display: flex;
  flex-wrap: wrap;
}

.v-selecter .select-list .select-item .select-item-content .select-item-content-parent-border .select-item-content-child .leval-span-child {
  line-height: 19px;
  margin-right: 30px;
  margin-bottom: 10px;
}

.v-selecter .select-list .select-item .select-item-content .select-item-content-parent-border .select-item-content-child .leval-span-child.active {
  color: #DD2222;
}

.v-selecter .select-list .select-item .select-item-content .select-item-content-parent-border .select-item-content-child .leval-span-child:hover {
  cursor: pointer;
  color: #DD2222;
}

.v-selecter .select-list .has-padding {
  padding-bottom: 10px;
}

.v-selecter .select-list .has-padding .select-item-label {
  line-height: 28px;
}

.select-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #eeeeee;
}

.select-top .select {
  display: flex;
}

.select-top .select .select-title {
  width: 100px;
  height: 43px;
  font-size: 16px;
  line-height: 43px;
  text-align: center;
  color: #333333;
  display: inline-block;
  cursor: pointer;
  border-top: 2px solid #eeeeee;
}

.select-top .select .select-title.active,
.select-top .select .select-title:hover {
  background: #f9f9f9;
  font-weight: bold;
  border-top-color: #DD2222;
}

.door-list-vertical {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.door-list-vertical .door-item {
  width: 208px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.door-list-vertical .door-item:nth-child(4n) {
  margin-right: 0;
}

.door-list-vertical .door-item .door-item-image {
  width: 208px;
  height: 208px;
  position: relative;
  overflow: hidden;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  box-sizing: border-box;
}

.door-list-vertical .door-item .door-item-image .door-item-name {
  position: absolute;
  top: 4px;
  left: 5px;
  background-color: #535353;
  color: #ffffff;
  line-height: 16px;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 2px;
  z-index: 1;
}

.door-list-vertical .door-item .door-item-info {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.door-list-vertical .door-item .door-item-info .door-item-info-left {
  line-height: 22px;
}

.door-list-vertical .door-item .door-item-info .door-item-info-left span {
  margin-left: 5px;
}

.door-list-view {
  margin-top: 20px;
}

.door-list-view .door-list {
  display: flex;
  margin-bottom: 20px;
}

.door-list-view .door-list .door-image {
  width: 200px;
  height: 200px;
  cursor: pointer;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  position: relative;
}

.door-list-view .door-list .door-image .cms-right-bottom-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.door-list-view .door-list .door-message {
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 660px;
}

.door-list-view .door-list .door-message .door-title {
  cursor: pointer;
}

.door-list-view .door-list .door-message .door-title .title-text {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  vertical-align: middle;
  margin-right: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 40px;
}

.door-list-view .door-list .door-message .door-title .title-text:hover {
  color: #DD2222;
}

.door-list-view .door-list .door-message .door-title .tag {
  margin-right: 5px;
}

.door-list-view .door-list .door-message .door-item-view {
  display: flex;
  height: 35px;
  line-height: 35px;
}

.door-list-view .door-list .door-message .door-item-view .door-item {
  font-size: 16px;
  color: #333333;
  width: 33%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 35px;
}

.door-list-view .door-list .door-message .door-item-view .door-item.all {
  width: 100%;
}

.door-list-view .door-list .door-message .door-item-view .door-item .grey {
  color: #999999;
}

.door-list-view .door-list .door-message .door-item-view .door-item .number {
  color: #333333;
  font-weight: normal;
}

.door-list-view .door-list .door-message .door-item-tag {
  margin-top: 10px;
}

.door-list-view .door-list .door-message .door-item-tag .tag2 {
  margin-right: 5px;
}

.house-list-view {
  margin-bottom: 20px;
}

.house-list-view .house-list {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}

.house-list-view .house-list:last-child {
  border-bottom: 0;
}

.house-list-view .house-list:hover {
  background: #f9f9f9;
}

.house-list-view .house-list .house-image {
  position: relative;
  width: 220px;
  height: 152px;
  cursor: pointer;
}

.house-list-view .house-list .house-image .house-svg {
  position: absolute;
  right: 0;
  top: 0;
}

.house-list-view .house-list .house-image .item-recommend {
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
}

.house-list-view .house-list .house-message {
  margin-left: 30px;
  position: relative;
}

.house-list-view .house-list .house-message .message-view {
  height: 26px;
  width: 642px;
  margin-bottom: 13px;
  display: flex;
  justify-content: space-between;
}

.house-list-view .house-list .house-message .message-view .house-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 26px;
  cursor: pointer;
  display: block;
}

.house-list-view .house-list .house-message .message-view .house-title:hover,
.house-list-view .house-list .house-message .message-view .house-title.title-red {
  color: #DD2222;
}

.house-list-view .house-list .house-message .message-view .houser-price-view {
  color: #DD2222;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}

.house-list-view .house-list .house-message .message-view .houser-price-view .price {
  font-size: 28px;
}

.house-list-view .house-list .house-message .message-row {
  font-size: 14px;
  color: #999999;
  max-width: 470px;
  display: flex;
  align-items: center;
  height: 19px;
  line-height: 19px;
  margin-bottom: 10px;
}

.house-list-view .house-list .house-message .message-row .house-parameter {
  display: flex;
  align-items: center;
}

.house-list-view .house-list .house-message .message-row .house-parameter .cut-off-rule {
  color: #dddddd;
  margin: 0 5px;
}

.house-list-view .house-list .house-message .message-row .house-parameter .tag {
  margin-right: 10px;
}

.house-list-view .house-list .house-message .message-row .message-row-text {
  line-height: 19px;
  max-height: 19px;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-left: 5px;
}

.house-list-view .house-list .house-message .message-row .message-row-text .span-link:hover {
  color: #DD2222;
  cursor: pointer;
}

.house-list-view .house-list .house-message .message-row .message-row-text-maxWidth {
  max-width: 365px;
}

.house-list-view .house-list .house-message .message-row .message-row-im {
  margin-left: 10px;
}

.house-list-view .house-list .house-message .message-row .message-row-link {
  margin-left: 10px;
  color: #999999;
}

.house-list-view .house-list .house-message .message-row .message-row-link .look-map:hover {
  cursor: pointer;
  color: #DD2222;
}

.house-list-view .house-list .house-message .houses-item-tag {
  margin-top: 13px;
  height: 23px;
  overflow: hidden;
}

.house-list-view .house-list .house-message .houses-item-tag .tag {
  margin-bottom: 10px;
  margin-right: 10px;
}

.house-list-view .house-list .house-message .contact-view {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.house-list-view .house-list .house-message .contact-view .houser-price-view {
  color: #DD2222;
  text-align: right;
}

.house-list-view .house-list .house-message .contact-view .houser-price-view .price {
  font-weight: bold;
  font-size: 20px;
}

.house-list-view .house-list .house-message .contact-view .unit-price {
  line-height: 19px;
  margin-top: 10px;
  text-align: right;
}

.cms-tag {
  border: 1px solid #eeeeee;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px !important;
  padding: 1px 6px;
  border-radius: 2px;
  color: #666666;
  background: transparent;
  border-color: #eeeeee;
  height: 20px;
  line-height: 16px;
  box-sizing: border-box;
}

.cms-tag.type1 {
  color: #DD2222;
  background: #FFE6E4;
  border-color: #FFE6E4;
}

.cms-tag.type2 {
  color: #7A90B6;
  background: #F5F6F9;
  border-color: #F5F6F9;
}

.cms-tag.type3 {
  color: #FF8800;
  background: #FFE5BF;
  border-color: #FFE5BF;
}

.cms-tag.type4 {
  color: #666666;
  background: transparent;
  border-color: #eeeeee;
}

.comment .comment-list {
  margin-bottom: 50px;
}

.comment .comment-list .list-item {
  width: 100%;
  display: flex;
  padding: 30px 0;
  border-bottom: 1px dashed #eeeeee;
}

.comment .comment-list .list-item:last-child {
  border-bottom: 0;
}

.comment .comment-list .list-item .list-item-l {
  margin-right: 15px;
}

.comment .comment-list .list-item .list-item-l .list-item-l-div {
  cursor: pointer;
}

.comment .comment-list .list-item .list-item-r {
  width: 827px;
}

.comment .comment-list .list-item .list-item-r .item-title {
  font-size: 16px;
  color: #000000;
}

.comment .comment-list .list-item .list-item-r .item-title .name {
  line-height: 30px;
  margin-right: 10px;
  cursor: pointer;
}

.comment .comment-list .list-item .list-item-r .item-title .name:hover {
  color: #DD2222;
}

.comment .comment-list .list-item .list-item-r .item-time {
  color: #cccccc;
  font-size: 14px;
}

.comment .comment-list .list-item .list-item-r .item-content {
  position: relative;
}

.comment .comment-list .list-item .list-item-r .item-content .content-text {
  font-size: 14px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 15px;
  text-align: justify;
}

.comment .comment-list .list-item .list-item-r .item-content .content-text.content-text-ellipsis {
  line-height: 28px;
  max-height: 56px;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.comment .comment-list .list-item .list-item-r .item-content .content-text.content-text-cursor {
  cursor: pointer;
}

.comment .comment-list .list-item .list-item-r .item-content .content-text-btn {
  width: 56px;
  position: absolute;
  bottom: -20px;
  right: 0;
}

.comment .comment-list .list-item .list-item-r .item-content .content-text-btn .content-text-btn-show {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
}

.comment .comment-list .list-item .list-item-r .item-content .content-text-btn .content-text-btn-show .full-text {
  margin-right: 3px;
}

.comment .comment-list .list-item .list-item-r .item-content .content-text-btn .content-text-btn-show .full-text:hover {
  color: #DD2222;
}

.comment .comment-list .list-item .list-item-r .item-dynamic-div {
  background: #F2F6FB;
  padding: 10px;
  margin-top: 25px;
}

.comment .comment-list .list-item .list-item-r .item-dynamic-div ::v-deep .house-list-view {
  margin-bottom: 0;
}

.comment .comment-list .list-item .list-item-r .item-dynamic-div ::v-deep .house-list-view .house-list {
  padding: 0;
}

.comment .comment-list .list-item .list-item-r .item-dynamic-div ::v-deep .house-list-view .house-list:hover {
  background: transparent;
}

.comment .comment-list .list-item .list-item-r .item-dynamic-div ::v-deep .house-list-view .house-list .house-message {
  flex: 1;
}

.comment .comment-list .list-item .list-item-r .item-dynamic-div ::v-deep .house-list-view .house-list .house-message .message-view {
  width: auto;
}

.comment .comment-list .list-item .list-item-r .item-dynamic-div ::v-deep .house-list-view .house-list .house-message .message-row {
  max-width: 350px;
}

.comment .comment-list .list-item .list-item-r .item-dynamic-div ::v-deep .house-list-view .house-list .house-message .message-row:nth-of-type(4) {
  display: none;
}

.comment .comment-list .list-item .list-item-r .item-dynamic-div ::v-deep .door-list-view {
  margin-top: 0;
}

.comment .comment-list .list-item .list-item-r .item-dynamic-div ::v-deep .door-list-view .door-list {
  margin-bottom: 0;
}

.comment .comment-list .list-item .list-item-r .item-img-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.comment .comment-list .list-item .list-item-r .item-img-list .item-img-list-item {
  margin: 10px 10px 10px 9px;
}

.comment .comment-list .list-item .list-item-r .item-img-list .item-img-list-item:nth-child(5n+1) {
  margin-left: 0;
}

.comment .comment-list .list-item .list-item-r .item-img-list .item-img-list-item:nth-child(5n) {
  margin-right: 0;
}

.comment .comment-list .list-item .list-item-r .item-img-list .item-img-list-number {
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  padding: 4px 10px;
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  right: 0;
  cursor: pointer;
}

.comment .comment-list .list-item .list-item-r .item-img-list-detail {
  width: 100%;
  display: block;
  text-align: center;
  margin: 10px 0;
}

.comment .comment-list .list-item .list-item-r .item-img-list-detail .item-img-list-detail-item {
  max-width: 100%;
  margin: 5px auto;
  display: inline-block;
}

.comment .comment-list .list-item .list-item-r .item-img-list-detail .item-img-list-detail-item .item-img-list-detail-item-img {
  display: inline-block;
  max-width: 100%;
  margin: 0 3px;
}

.comment .comment-list .list-item .list-item-r .item-video {
  display: inline-block;
  font-size: 0;
  width: 100%;
  height: 382px;
}

.comment .comment-list .list-item .list-item-r .item-video .video-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.comment .comment-list .list-item .list-item-r .item-video .video-wrapper .video {
  -o-object-fit: fill;
     object-fit: fill;
}

.comment .comment-list .list-item .list-item-r .item-bottom {
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin-top: 10px;
}

.comment .comment-list .list-item .list-item-r .item-bottom .item-bottom-l .button {
  margin-right: 15px;
}

.comment .comment-list .list-item .list-item-r .item-bottom .item-bottom-r {
  display: flex;
  align-content: center;
  font-size: 14px;
  color: #000000;
}

.comment .comment-list .list-item .list-item-r .item-bottom .item-bottom-r .bottom-r-item {
  margin-left: 15px;
  cursor: pointer;
}

.comment .comment-list .list-item .list-item-r .item-bottom .item-bottom-r .bottom-r-item:hover {
  color: #000000;
}

.page-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 30px;
}

.page-content .page-item {
  background-color: #f5f5f5;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  min-width: 30px;
  border-radius: 2px;
  margin: 0 5px;
  padding: 0 4px;
  height: 28px;
  line-height: 28px;
  box-sizing: border-box;
  text-align: center;
  display: block;
}

.page-content .page-item:not(.disabled).active {
  background-color: #333333;
  color: #ffffff;
}

.margin-top {
  margin-top: 20px;
}

.mofang-div {
  display: flex;
  justify-content: space-between;
}

.mofang-div .mofang-div-l {
  width: 895px;
}

.mofang-div .mofang-div-l ::v-deep .house-list-view {
  margin-bottom: 0;
}

.mofang-div .mofang-div-r #agent .adviser-title {
  margin-bottom: 10px;
}

.mofang-div .mofang-div-r #agent ::v-deep .adviser-view .house-adviser {
  display: block;
  padding: 0;
}

.mofang-div .mofang-div-r #agent ::v-deep .adviser-view .house-adviser .adviser-item {
  width: auto;
  margin-right: 0;
  box-shadow: none;
  border: 1px solid #eeeeee;
  border-radius: 0;
  box-sizing: border-box;
  margin-bottom: 0;
}

.mofang-div .mofang-div-r #agent .adviser-div {
  height: calc(100% - 50px);
  overflow: auto;
}

.outer-div {
  margin: 20px 0 30px 0;
}

.outer-div .details {
  display: flex;
}

.outer-div .details .details-l {
  width: 590px;
}

.outer-div .details .details-r-group {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  box-sizing: border-box;
}

.outer-div .details .details-r-group .details-r-row {
  width: 33.33%;
}

.house-type .house-type-title-right {
  display: flex;
  align-items: center;
}

.house-type .house-type-title-right .item-num {
  position: relative;
  top: 6px;
  padding-bottom: 8px;
  margin-right: 30px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: -1px;
}

.house-type .house-type-title-right .item-num:hover {
  border-bottom: 1px solid #DD2222;
}

.zhoubian-view .table {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 20px;
}

.zhoubian-view .table .ul-wrapper {
  border: 1px solid #eeeeee;
  border-radius: 0;
  font-size: 0;
}

.zhoubian-view .table ul {
  width: 100%;
  padding: 0 20px;
  padding-top: 20px;
  font-size: 0;
  display: inline-block;
  height: auto;
  box-sizing: border-box;
}

.zhoubian-view .table ul li {
  font-size: 0;
  width: 50%;
  display: inline-block;
  margin-bottom: 20px;
  line-height: 26px;
  vertical-align: top;
}

.zhoubian-view .table ul li:nth-child(2n-1) .value {
  margin-right: 20px;
}

.zhoubian-view .table ul li .name {
  color: #999999;
  width: 64px;
  display: inline-block;
  text-align: justify;
  float: left;
  font-size: 16px;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-align: justify;
  text-justify: distribute-all-lines;
}

.zhoubian-view .table ul li .value {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  margin-left: 30px;
  margin-left: 94px;
}

.zhoubian-view .table ul li .value.active {
  color: #DD2222;
}

.zhoubian-view .table ul li .value .tips {
  font-size: 16px;
  color: #999999;
  font-weight: 400;
  vertical-align: middle;
}

.zhoubian-view .table ul li .value .tips-icon {
  margin-left: 10px;
  vertical-align: middle;
}

.zhoubian-view .table .category-item {
  display: flex;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  line-height: 26px;
  font-size: 16px;
}

.zhoubian-view .table .category-item:first-child {
  margin-top: 20px;
}

.zhoubian-view .table .category-item .category-left {
  color: #999999;
  width: 64px;
}

.zhoubian-view .table .category-item .category-right {
  color: #333333;
  margin-left: 30px;
  width: 756px;
}

.zhoubian-view .table .category-item .category-right .tag {
  cursor: pointer;
}

.zhoubian-view .table .category-item .category-right .tag:hover {
  color: #DD2222;
}

.interchange {
  display: flex;
  justify-content: space-between;
}

.interchange .interchange-item {
  width: 100%;
  margin-left: 32px;
}

.interchange .interchange-item:first-child {
  margin-left: 0;
}

.interchange .interchange-item ::v-deep .interchange-item-div {
  height: auto;
  max-height: 551px;
  overflow: auto;
  border: none;
  border-top: 1px solid #eeeeee;
}

.interchange .interchange-item ::v-deep .interchange-item-div .comment-body {
  height: auto;
  max-height: 410px;
}

.interchange .interchange-item .advbtn {
  margin-right: 5px;
  border: 1px solid #eeeeee;
}

.nearby-list {
  display: flex;
}

.nearby-list .nearby-list-item {
  width: 224px;
  margin-right: 20px;
  display: block;
  cursor: pointer;
}

.nearby-list .nearby-list-item:nth-child(5n) {
  margin-right: 0;
}

.nearby-list .nearby-list-item:hover .item-content-name {
  color: #DD2222;
}

.nearby-list .nearby-list-item .nearby-list-item-content {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.nearby-list .nearby-list-item .nearby-list-item-content .item-content-name {
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 21px;
}

.nearby-list .nearby-list-item .nearby-list-item-content .item-content-c {
  font-size: 12px;
  line-height: 21px;
  flex-shrink: 0;
}

.nearby-list .nearby-list-item .nearby-list-item-content .price {
  font-weight: bold;
  font-size: 16px;
}

.none-data {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}

.none-data .empty-text {
  font-size: 16px;
  text-align: center;
  margin-left: 10px;
}

.margin-bottom {
  margin-bottom: 30px;
}

.blank35 {
  height: 30px;
  width: 100%;
}

.container-view {
  margin-bottom: 30px;
}

.container-view .container-left .more-house-nav {
  border-bottom: 1px solid #eeeeee;
}

.container-view .container-left .more-house-nav .item-nav {
  margin-right: 10px;
  display: inline-block;
  font-size: 16px;
  padding: 10px;
  position: relative;
  cursor: pointer;
  color: #999999;
  margin-bottom: -1px;
}

.container-view .container-left .more-house-nav .item-nav:hover {
  color: #000000;
}

.container-view .container-left .more-house-nav .item-nav.act {
  border-bottom: 1px solid #DD2222;
  color: #000000;
}

.container-view .container-left .door-list-view .door-list {
  display: flex;
  margin: 30px 0px;
}

.container-view .container-left .door-list-view .door-list .door-image {
  width: 200px;
  height: 200px;
  cursor: pointer;
  border: 1px solid #eeeeee;
  border-radius: 0px;
}

.container-view .container-left .door-list-view .door-list .door-message {
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 660px;
}

.container-view .container-left .door-list-view .door-list .door-message .door-title .title-text {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  vertical-align: middle;
  margin-right: 10px;
}

.container-view .container-left .door-list-view .door-list .door-message .door-title .tag {
  margin-right: 5px;
}

.container-view .container-left .door-list-view .door-list .door-message .door-item-view {
  display: flex;
  height: 35px;
  line-height: 35px;
}

.container-view .container-left .door-list-view .door-list .door-message .door-item-view .door-item {
  font-size: 16px;
  color: #333333;
  width: 33%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 35px;
}

.container-view .container-left .door-list-view .door-list .door-message .door-item-view .door-item.all {
  width: 100%;
}

.container-view .container-left .door-list-view .door-list .door-message .door-item-view .door-item .grey {
  color: #999999;
}

.container-view .container-left .door-list-view .door-list .door-message .door-item-view .door-item .number {
  color: #333333;
  font-weight: normal;
}

.container-view .container-left .door-list-view .door-list .door-message .door-item-tag {
  margin-top: 10px;
}

.container-view .container-left .door-list-view .door-list .door-message .door-item-tag .tag2 {
  margin-right: 5px;
}

