.rent {
  margin: 0 auto;
}
body {
  background: #f5f5f5;
}
.main-title {
  font-size: 0.2083rem;
  font-weight: bold;
  margin: 0.3125rem auto;
}
.search-form .input-item {
  width: 3.0208rem;
}
.search-form .input-item select {
  width: 100%;
}
.rent-item {
  position: relative;
  display: flex;
  padding: 0.2083rem;
  margin-top: 0.1563rem;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #B5EAF1;
  transition: all 0.3s ease-in-out;
}
.rent-item:hover {
  background: linear-gradient(180deg, #E6FCFF 0%, #FFFFFF 15%);
}
.rent-swiper {
  position: relative;
  width: 2.5rem;
  overflow: hidden;
}
.rent-swiper .swiper-slide {
  overflow: hidden;
}
.rent-swiper img {
  display: block;
  width: 100%;
  height: 1.6667rem;
  transition: all 0.3s ease-in-out;
}
.rent-swiper:hover img {
  transform: scale(1.1);
}
.rent-info {
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 1.6667rem;
  padding-left: 0.3125rem;
}
.rent-title {
  display: flex;
  font-size: 0.125rem;
  margin-bottom: 0.1563rem;
  font-weight: bold;
  margin-top: 0;
  align-items: center;
}
.price {
  margin-left: auto;
}
.price .normal {
  font-size: 0.0625rem;
  color: #333;
  margin-left: 0.0521rem;
}
.type {
  font-size: 0.0729rem;
  padding-bottom: 0.2083rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.type span {
  color: #00C5DD;
}
.rent-desc {
  font-size: 0.0729rem;
  line-height: 2em;
  color: #666;
}
.contact {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0;
  color: #00C5DD;
  background: linear-gradient(90deg, #F8FEFF 0%, #EDFAFC 100%);
  border-radius: 6px;
  justify-content: flex-start;
}
.bottom {
  display: flex;
  margin-top: auto;
}
.rent .info-ercode {
  top: 0.3rem;
  left: 3.5rem;
}
.classification-input.input-item:nth-child(2) {
  z-index: 2;
}
.classification-input.input-item:nth-child(3) {
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .main-title {
    font-size: 0.64rem;
    padding: 0 0.5333rem;
  }
  .search-form {
    padding: 0 0.5333rem;
  }
  .search-form .input-item {
    width: 100%;
  }
  .rent-item {
    margin: 0 0.5333rem;
    padding: 0.5333rem;
    margin-top: 0.5333rem;
    flex-wrap: wrap;
  }
  .rent-swiper {
    width: 100%;
  }
  .rent-swiper img {
    height: auto;
  }
  .rent-info {
    width: 100%;
    height: auto;
    padding: 0.5333rem 0;
  }
  .rent-title {
    flex-wrap: wrap;
    font-size: 0.3733rem;
    margin-bottom: 0.5333rem;
  }
  .price {
    width: 100%;
  }
  .price .normal {
    font-size: 0.2667rem;
  }
  .type {
    font-size: 0.32rem;
    margin-bottom: 0.5333rem;
    padding-bottom: 0.5333rem;
  }
  .rent-desc {
    font-size: 0.32rem;
  }
  .bottom {
    flex-wrap: wrap;
    height: auto;
  }
  .contact {
    font-size: 0.32rem;
    width: 100%;
    flex-wrap: nowrap;
    padding: 0.2667rem;
    height: auto;
  }
  .contact .phone-icon {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.2667rem;
  }
  .contact .phone {
    font-size: 0.5333rem;
    font-family: 'D-DIN-PRO', sans-serif;
  }
  .more-btn {
    margin: 0.5333rem auto 0;
  }
  .rent .info-ercode {
    top: 51%;
    left: 4.5rem;
  }
}

.rent-swiper .swiper-slide {
  border-radius: 5px;
}