@charset "UTF-8";
.page-main[data-v-784b0b84] {
  width: 100%;
  max-width: 38.25rem;
  margin: 0 auto;
}
.slide-leave-active[data-v-784b0b84],
.slide-enter-active[data-v-784b0b84] {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slide-enter[data-v-784b0b84],
.slide-leave-to[data-v-784b0b84] {
  max-height: 0;
  opacity: 0;
}
.slide-enter-to[data-v-784b0b84],
.slide-leave[data-v-784b0b84] {
  max-height: 3.13rem;
  opacity: 1;
}
.swiper-pagination-bullet[data-v-784b0b84] {
  width: 0.63rem;
  height: 0.63rem;
  margin: 0 0.5rem !important;
}
@media screen and (max-width: 1024px) {
.page-main[data-v-784b0b84] {
    width: 88%;
}
.swiper-pagination-bullet[data-v-784b0b84] {
    width: 9px;
    height: 9px;
    margin: 0 0.5rem 0 0 !important;
}
.swiper-pagination-bullet[data-v-784b0b84]:nth-last-child(1) {
    margin-right: 0 !important;
}
}
/* 超出一行省略号显示 */
/* 超出${line}行省略号显示 */
/* 美化占位符 placeholder 样式 */
/* 隐藏滚动条 */
.lounge-content[data-v-784b0b84] {
  box-sizing: border-box;
  padding: 1.94rem 0;
  background: #eaeef0;
}
.lounge-content h3[data-v-784b0b84] {
  font-family: Open Sans, sans-serif;
  font-size: 1.13rem;
  font-style: normal;
  font-weight: 600;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 12px;
  line-height: 1.25rem;
  color: #163049;
  text-align: center;
}
.lounge-content h3[data-v-784b0b84]::after {
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 3.13rem;
  height: 0;
  content: "";
  background-color: #c29d5c;
  border: 2px solid #c29d5c;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lounge-content .lounge-content-desc1[data-v-784b0b84],
.lounge-content .lounge-content-desc2[data-v-784b0b84] {
  line-height: 0.94rem;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
}
.lounge-content .lounge-content-desc1[data-v-784b0b84] {
  box-sizing: border-box;
  margin-top: 12px;
}
.lounge-card-list[data-v-784b0b84] {
  box-sizing: border-box;
  width: 100%;
  padding: 2rem 6.25rem 1.38rem;
}
.airport-lounge-card-list[data-v-784b0b84] {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 1.03rem 6.25rem 2.44rem;
}
.airport-lounge-card-list .card[data-v-784b0b84] {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24%;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
  max-width: 11.09rem;
  height: 100%;
  margin-top: 1.41rem;
  cursor: pointer;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 0 0.5rem rgba(75, 106, 150, 0.38);
}
.airport-lounge-card-list .card img[data-v-784b0b84] {
  width: 100%;
  height: 9.38rem;
}
.airport-lounge-card-list .card .card-premium[data-v-784b0b84] {
  position: absolute;
  bottom: 2.13rem;
  width: 100%;
  height: 9.38rem;
  background-image: url("/components/BaseUi/AirportLoungeCards/image/shadow.png");
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: 100%;
}
.airport-lounge-card-list .card .card-premium p[data-v-784b0b84] {
  font-family: Open Sans, sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  position: absolute;
  bottom: 1.31rem;
  left: 0.69rem;
  line-height: 0.88rem;
  color: #fff;
}
.airport-lounge-card-list .card .desc[data-v-784b0b84] {
  font-family: Open Sans, sans-serif;
  font-size: 0.44rem;
  font-style: normal;
  font-weight: 400;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
  padding: 12px 0.63rem 0.53rem;
  line-height: 0.63rem;
  color: #163049;
}
@media screen and (max-width: 1024px) {
.lounge-content[data-v-784b0b84] {
    box-sizing: border-box;
    padding: 0.5rem 0.63rem;
}
.lounge-content h3[data-v-784b0b84] {
    font-family: Open Sans, sans-serif;
    font-size: 0.56rem;
    font-style: normal;
    font-weight: 600;
    padding-bottom: 4px;
    line-height: 0.75rem;
}
.lounge-content h3[data-v-784b0b84]::after {
    height: 2px;
    border: none;
}
.lounge-content .lounge-content-desc1[data-v-784b0b84],
  .lounge-content .lounge-content-desc2[data-v-784b0b84] {
    font-family: Open Sans, sans-serif;
    font-size: 0.44rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.59rem;
}
.lounge-card-list[data-v-784b0b84] {
    box-sizing: border-box;
    width: 100%;
    padding: 0.75rem 0.63rem;
}
}

/*# sourceMappingURL=app~._src_views_Lounge_component_fromLounge_index.vue~2.95d79375.css.map*/