body {
  background-color: #f8f8f8;
}
.filter .item {
  padding: 1.25vw 0;
  width: 100%;
  border-top: 0.05rem solid #e5e5e5;
}
.filter .item .label {
  width: 2.95rem;
  margin-right: 0.67708vw;
  font-weight: bold;
  font-size: 0.73rem;
  margin-top: 0.23rem;
}
.filter .item .label i {
  margin-left: 0.78125vw;
  font-size: 0.64rem;
}
.filter .item ul {
  width: calc(100% - 2.95rem);
}
.filter .item li {
  margin-bottom: 0.23rem;
}
.filter .item li a {
  display: inline-block;
  color: #6f6f6f;
  margin-right: 0.78125vw;
  padding: 0.26041vw 0.78125vw;
  cursor: pointer;
  border-radius: 1.30208vw;
  transition: 0.3s;
}
.filter .item li a:hover {
  background-color: #a78b6b;
  color: #fff;
}
.filter .item li .pro-cur {
  background-color: #a78b6b;
  color: #fff;
}
.mb-list {
  display: none;
  width: 100%;
}
.house-boxes {
  padding-top: 2.73rem;
  margin-bottom: 1.95rem;
}
.house-boxes .house-box {
  width: 32.1%;
  margin-right: 1.85%;
  margin-bottom: 1.82rem;
}
.house-boxes .house-box:nth-child(3n) {
  margin-right: 0;
}
.house-boxes .house-box .pic {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 57.8%;
}
.house-boxes .house-box .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.house-boxes .house-box .house-b {
  position: relative;
  margin-top: 1.36rem;
}
.house-boxes .house-box .house-b .name {
  font-size: 0.73rem;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  opacity: 1;
}
.house-boxes .house-box .house-b .hover-b {
  opacity: 0;
}
.house-boxes .house-box .house-b .hover-b .hover-name {
  font-size: 0.73rem;
  transform: translateX(0.68rem);
  transition: all 0.3s ease;
}
.house-boxes .house-box .house-b .hover-b .more {
  transform: translateX(-0.68rem);
  transition: all 0.3s ease;
}
.house-boxes .house-box .house-b .more {
  font-size: 0.73rem;
  color: #a78b6b;
}
.house-boxes .house-box:hover {
  transition: all 0.3s ease;
}
.house-boxes .house-box:hover .pic img {
  transform: scale(1.04);
}
.house-boxes .house-box:hover .name {
  opacity: 0;
  transition: all 0.3s ease;
}
.house-boxes .house-box:hover .hover-b {
  opacity: 1;
}
.house-boxes .house-box:hover .hover-b .hover-name {
  transform: translateX(0);
  transition: all 0.3s ease;
}
.house-boxes .house-box:hover .hover-b .more {
  transform: translateX(0);
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .position {
    padding-bottom: 1.36rem;
  }
  .filter {
    display: none;
  }
  .mb-list {
    display: block;
    background-color: #fff;
  }
  .mb-list .item {
    padding: 2vw 0;
  }
  .mb-list .label {
    width: 55px;
    font-weight: bold;
    color: #a78b6b;
  }
  .mb-list .label i {
    margin-left: 5px;
    color: #a78b6b;
    font-size: 12px;
  }
  .mb-list .m-container {
    overflow: hidden;
    width: calc(100% - 55px);
  }
  .mb-list .m-container .swiper-slide {
    position: relative;
    padding: 6px 10px;
    width: auto;
    margin-right: 6px;
  }
  .mb-list .m-container .swiper-slide a {
    color: #666;
  }
  .mb-list .m-container .mb-active a {
    color: #a78b6b;
  }
  .mb-list .m-container .mb-active::before {
    color: #a78b6b;
  }
  .house-boxes .house-box {
    width: 100%;
    margin-right: 0;
  }
  .house-boxes .house-box .house-b .name {
    display: none;
  }
  .house-boxes .house-box .house-b .hover-b {
    opacity: 1;
  }
}
