.detail-left .title {
  font-weight: bold;
}
.detail-right .notice-link {
  display: flex;
  align-items: flex-start;
  margin-top: 0.1042rem;
}
.detail-right .notice-link .phone {
  font-size: 0.0938rem;
  font-weight: bold;
  font-family: 'D-DIN-PRO', sans-serif;
}
.detail-left .info {
  display: flex;
  align-items: center;
  font-size: 0.0833rem;
  padding: 0.1042rem;
  margin-bottom: 0.2rem;
  background: linear-gradient(90deg, #F8FEFF 0%, #EDFAFC 100%);
  border-radius: 6px;
  color: #00C5DD;
}
.detail-left .info .icon {
  display: block;
  width: 0.125rem;
  height: 0.125rem;
  margin-right: 0.0521rem;
  transform: none;
}
.hotel-swiper {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.more-btn {
  margin-top: 0.4167rem;
}
.more-btn .icon-wrap {
  background: none;
  width: auto;
  height: auto;
}
.page-prev {
  left: 0.1563rem;
}
.page-next {
  right: 0.1563rem;
}
@media (max-width: 1024px) {
  .icon-wrap {
    padding: 0.3rem;
    margin-right: 0.2667rem;
  }
  .info {
    font-size: 0.32rem;
  }
  .icon-wrap .icon {
    width: 0.5333rem;
    height: 0.5333rem;
  }
  .hotel-swiper .page-next {
    right: 5%;
  }
  .hotel-swiper .page-prev {
    left: 5%;
  }
  .detail-left .info {
    padding: 0.4rem;
    font-size: 0.32rem;
    margin-bottom: 0.5333rem;
  }
  .detail-left .info .icon {
    width: 0.4rem;
    height: 0.4rem;
  }
  .detail-right .notice-link .phone {
    font-size: 0.32rem;
  }
}


.more-btn {
  overflow: visible;
  position: relative;
}
.hotel-swiper .swiper-slide img {
  display: block;
  width: 100%;
}

@media (max-width: 1024px) {
  .info-ercode {
    right: auto;
    left: 63%;
  }
}