@charset "UTF-8";

@-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%;
  }
}

.cms-select-container {
  overflow: hidden;
  position: relative;
}

.cms-select-container::after {
  position: absolute;
  content: "";
  box-sizing: border-box;
  pointer-events: none;
  right: 0;
  left: 0;
  transform: scaleY(0.5);
  border-bottom: 0.026667rem solid #F5F5F5;
  bottom: 0;
}

@media (-webkit-min-device-pixel-radio: 3), (min-device-pixel-radio: 3) {
  .cms-select-container::after {
    transform: scaleY(0.33333333);
  }
}

@media (-webkit-min-device-pixel-radio: 2), (min-device-pixel-radio: 2) {
  .cms-select-container::after {
    transform: scaleY(0.5);
  }
}

.cms-select-container .cms-select-header {
  display: flex;
  height: 1.173333rem;
  line-height: 1.173333rem;
  font-size: 0.373333rem;
}

.cms-select-container .cms-select-header .select-item {
  text-align: center;
  line-height: 1.173333rem;
  width: 25%;
  flex-shrink: 0;
  flex-grow: 0;
}

.cms-select-container .cms-select-header .select-item .item-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.173333rem;
}

.cms-select-container .cms-select-header .select-sort {
  width: 1.066667rem;
  flex-shrink: 0;
  flex-grow: 0;
}

.cms-select-container .cms-select-header .item-content {
  display: none;
}

.ul {
  background: #eeeeee;
}

.ul .item {
  padding: 0.426667rem 0.4rem;
  box-sizing: border-box;
  box-shadow: 0 0 0.32rem rgba(0, 0, 0, 0.05);
  border-radius: 0.106667rem;
  margin-top: 0.16rem;
  background: #FFF;
}

.ul .item .item-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.ul .item .info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  margin-left: 0.266667rem;
  font-size: 0.426667rem;
}

.ul .item .img {
  width: 2.826667rem;
  height: 1.333333rem;
  border-radius: 50%;
  font-size: 0.266667rem;
}

.ul .item .action {
  line-height: 0.666667rem;
  width: 1.92rem;
  text-align: center;
  color: #FFFFFF;
  font-size: 0.32rem;
  box-sizing: content-box;
  display: flex;
  border-radius: 0.426667rem;
  flex-direction: column;
  background: #ff4e45;
  color: #FFFFFF;
}

.house-list {
  padding: 0 0.4rem;
}

.house-list .house-item {
  display: flex;
  padding: 0.4rem 0;
  box-sizing: border-box;
  position: relative;
  position: relative;
}

.house-list .house-item::after {
  position: absolute;
  content: "";
  box-sizing: border-box;
  pointer-events: none;
  right: 0;
  left: 0;
  transform: scaleY(0.5);
  border-bottom: 0.026667rem solid #F9F9F9;
  bottom: 0;
}

@media (-webkit-min-device-pixel-radio: 3), (min-device-pixel-radio: 3) {
  .house-list .house-item::after {
    transform: scaleY(0.33333333);
  }
}

@media (-webkit-min-device-pixel-radio: 2), (min-device-pixel-radio: 2) {
  .house-list .house-item::after {
    transform: scaleY(0.5);
  }
}

.house-list .house-item .item-thumb {
  width: 3.306667rem;
  height: 2.293333rem;
  position: relative;
  flex-shrink: 0;
}

.house-list .house-item .item-thumb .item-img {
  width: 100%;
  height: 100%;
}

.house-list .house-item .item-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-left: 0.266667rem;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.2;
}

.house-list .house-item .item-info .item-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.house-list .house-item .item-info .item-title .item-name {
  font-size: 0.426667rem;
  color: #333333;
  font-weight: 600;
  height: 40rpx;
  line-height: 40rpx;
  width: 50%;
  flex-grow: 2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 40rpx;
}

.house-list .house-item .item-info .item-title .item-status {
  margin-left: 20rpx;
  flex-shrink: 0;
}

.house-list .house-item .item-info .item-address {
  height: 0.346667rem;
  padding: 0.026667rem 0;
  margin-top: 0.133333rem;
  font-size: 0.32rem;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 0.346667rem;
}

.house-list .house-item .item-info .item-address .mj {
  display: inline;
  margin-left: 0.266667rem;
  padding-left: 0.266667rem;
  border-left: 0.026667rem solid #333333;
}

.house-list .house-item .item-info .item-price {
  margin-top: 0.106667rem;
}

.house-list .house-item .item-info .item-price .cms-house-price {
  font-size: 0.32rem;
  color: #999999;
}

.house-list .house-item .item-info .item-price .cms-house-price .price {
  font-size: 0.426667rem;
  color: #DD2222;
  font-weight: bold;
  padding: 0 0.04rem;
}

.house-list .house-item .item-info .item-price .cms-house-price .unit {
  color: #DD2222;
  font-weight: bold;
}

.house-list .house-item .item-info .item-price .cms-house-price.default-price .price {
  font-size: 0.373333rem;
  color: #333333;
  font-weight: normal;
}

.house-list .house-item .item-info .item-price .cms-house-price.default-price .unit {
  font-weight: normal;
  color: #333333;
}

.house-list .house-item .item-info .item-tag {
  height: 0.56rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: 0.106667rem;
}

.house-list .house-item .ranking-cur {
  position: absolute;
  font-size: 0.266667rem;
  top: 50%;
  z-index: 3;
  height: 0.213333rem;
  width: 0.213333rem;
  background: #DD2222;
  border-radius: 50%;
  right: 0;
  left: 100% !important;
}

.house-list .house-item .ranking-sort {
  position: absolute;
  top: 0;
  left: 0.4rem;
  z-index: 10;
  transform: translateZ(10px);
  /*safari层级问题, 当z-index层级出问题时, 使用此属性解决*/
}

.house-list .house-item .ranking-sort .ranking-sort-item {
  width: 0.746667rem;
  height: 0.853333rem;
  background: linear-gradient(90deg, #FFD88D 0%, #FFBE41 100%);
  color: #A87400;
  font-size: 0.426667rem;
  font-family: DINOT;
  font-weight: 500;
  text-align: center;
  line-height: 0.72rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%, 0 25%);
          clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.mapbox {
  height: 8rem;
  padding: 0 0.266667rem;
}

.mapbox .map {
  width: 100%;
  height: 100%;
}

.devltop {
  display: flex;
  padding: 0.266667rem;
}

.devltop .right-con {
  padding-left: 0.266667rem;
}

.devltop .right-con .tit {
  font-size: 0.373333rem;
}

.devltop .right-con .num {
  font-size: 0.373333rem;
  margin-top: 0.133333rem;
}

.dpgg {
  padding: 0 0.266667rem 0.266667rem;
  color: #666666;
}

.dpgg .grjjcon {
  font-size: 0.373333rem;
  line-height: 0.64rem;
}

