.detail-left {
  width: 4.6875rem;
}
.detail-left .title {
  font-weight: bold;
}
.detail-right {
  width: auto;
  margin: 0;
  box-sizing: border-box;
  background: none;
  padding: 0 0 0 0.4688rem;
  flex: 1;
}
.detail-right .title {
  font-size: 0.1875rem;
  font-weight: bold;
  margin-bottom: 0.3125rem;
}
.detail-right .down-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.125rem 0.5208rem;
  font-size: 0.0833rem;
  border-radius: 6px;
  background-color: #00C5DD;
  color: #fff;
}
.detail-right .down-btn .icon {
  width: 0.125rem;
  height: 0.125rem;
}
.detail-right .text {
  font-size: 0.0938rem;
  margin-bottom: 0.3125rem;
}
.map {
  align-items: center;
}
.map-img {
  width: 100%;
  height: auto;
}
.map-icon {
  width: 0.3333rem;
  height: 0.3333rem;
}
@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;
  }
}
