.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 {
  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.0833rem;
  overflow: hidden;
}
.rent-swiper img {
  display: block;
  width: 100%;
  height: 2.0833rem;
}
.rent-info {
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 2.0833rem;
  padding-left: 0.3125rem;
  position: relative;
}
.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 {
  margin-bottom: 0;
  color: #000;
  background-color: #fff;
  justify-content: flex-start;
}
.bottom {
  display: flex;
  margin-top: auto;
}
.more-btn {
  margin-left: auto;
}
.info-ercode {
  position: absolute;
  display: none;
  right: -0.55rem;
  bottom: 0.5rem;
  transform: translateX(-50%);
  width: 0.9rem;
  padding: 0.0781rem;
  border-radius: 10px;
  background-color: #00C5DD;
  font-size: 0.0938rem;
  color: #fff;
  text-align: center;
}
.info-ercode::before {
  content: '';
  position: absolute;
  bottom: -6%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #00C5DD;
}
.info-ercode.show {
  display: block;
}
.info-ercode img {
  width: 100%;
}
@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.4267rem;
    width: 100%;
    flex-wrap: wrap;
    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;
  }
  .info-ercode {
    right: 0;
    bottom: 2rem;
    padding: 0.4rem;
    width: 3.2rem;
    height: 4rem;
    font-size: 0.3733rem;
  }
  .info-ercode::before {
    bottom: -0.3rem;
  }
}
/* Choices.js 下拉列表样式 */
.choices {
  width: 100%;
  z-index: 10;
  margin-bottom: 0;
  font-size: 0.0833rem;
}
.choices__inner {
  min-height: 0.3125rem;
  background: transparent !important;
  border: none !important;
  border-radius: 0;
  display: flex !important;
  align-items: center;
}
.choices__list--single {
  padding: 0;
}
.choices__list--dropdown {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.choices__list--dropdown .choices__item--selectable {
  padding-right: 10px;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background: #00C5DD !important;
  color: #fff !important;
}
.choices[data-type*=select-one] .choices__input {
  border: 1px solid #e0e0e0 !important;
  border-radius: 4px !important;
  padding: 5px 10px !important;
}
.choices[data-type*=select-one]::after {
  border-color: #999 transparent transparent transparent !important;
  right: 0px !important;
}
.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #999 transparent !important;
  right: 0px !important;
}
.choices__list--single .choices__item {
  color: #333 !important;
}
.choices__placeholder {
  color: #999 !important;
}
