@charset "UTF-8";
.page-main[data-v-81b76980] {
  width: 100%;
  max-width: 38.25rem;
  margin: 0 auto;
}
.slide-leave-active[data-v-81b76980],
.slide-enter-active[data-v-81b76980] {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slide-enter[data-v-81b76980],
.slide-leave-to[data-v-81b76980] {
  max-height: 0;
  opacity: 0;
}
.slide-enter-to[data-v-81b76980],
.slide-leave[data-v-81b76980] {
  max-height: 3.13rem;
  opacity: 1;
}
.swiper-pagination-bullet[data-v-81b76980] {
  width: 0.63rem;
  height: 0.63rem;
  margin: 0 0.5rem !important;
}
@media screen and (max-width: 1024px) {
.page-main[data-v-81b76980] {
    width: 88%;
}
.swiper-pagination-bullet[data-v-81b76980] {
    width: 9px;
    height: 9px;
    margin: 0 0.5rem 0 0 !important;
}
.swiper-pagination-bullet[data-v-81b76980]:nth-last-child(1) {
    margin-right: 0 !important;
}
}
/* 超出一行省略号显示 */
/* 超出${line}行省略号显示 */
/* 美化占位符 placeholder 样式 */
/* 隐藏滚动条 */
.home-page-airport-lounge .card-head[data-v-81b76980] {
  width: 100%;
  margin-bottom: 1.31rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-page-airport-lounge .card-head h3[data-v-81b76980] {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
  color: #163049;
  text-align: left;
}
.home-page-airport-lounge .card-head .card-more[data-v-81b76980] {
  font-family: Open Sans, sans-serif;
  font-size: 0.56rem;
  font-style: normal;
  font-weight: 600;
  color: #163049;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  text-decoration: underline;
}
.home-page-airport-lounge .card-list[data-v-81b76980] {
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.06rem;
}
.home-page-airport-lounge .card-list .card-item[data-v-81b76980] {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
}
.home-page-airport-lounge .card-list .card-item .card-img[data-v-81b76980] {
  position: relative;
  height: 9.38rem;
}
.home-page-airport-lounge .card-list .card-item .card-img .no-access-credit-card[data-v-81b76980] {
  position: absolute;
  top: 0;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 1.63rem;
  min-height: 0.44rem;
  padding: 0.44rem 0.69rem;
  color: #fff;
  background: #c29d5c;
  font-family: Open Sans, sans-serif;
  font-size: 0.56rem;
  font-style: normal;
  font-weight: 600;
}
.home-page-airport-lounge .card-list .card-item .card-img img[data-v-81b76980] {
  width: 100%;
  height: 100%;
  font-size: 0.56rem;
  object-fit: cover;
}
.home-page-airport-lounge .card-list .card-item .card-img .discount[data-v-81b76980] {
  position: absolute;
  bottom: 3.91rem;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  padding: 5px 0.53rem;
  background: #c29d5c;
  border-radius: 0 10px 10px 0;
}
.home-page-airport-lounge .card-list .card-item .card-img .discount p[data-v-81b76980] {
  font-family: Open Sans, sans-serif;
  font-size: 1.13rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.53rem;
  color: #fff;
}
.home-page-airport-lounge .card-list .card-item .card-img .card-premium[data-v-81b76980] {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4.69rem;
  background-image: url(../../static/img/shadow.88fcc2f0.png);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: 100% 100%;
}
.home-page-airport-lounge .card-list .card-item .card-img .card-premium p[data-v-81b76980] {
  font-family: Open Sans, sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  min-height: 1.88rem;
  padding: 2px 0.47rem;
  margin-bottom: 0.47rem;
  line-height: 0.88rem;
  color: #fff;
}
.home-page-airport-lounge .card-list .card-item .desc[data-v-81b76980] {
  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;
  min-height: 1rem;
  margin: 12px 0.47rem 0.63rem;
  line-height: 1.5;
  color: #163049;
}
.home-page-airport-lounge .card-list .card-item .descriptionsOne[data-v-81b76980] {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 0.75rem;
}
.home-page-airport-lounge .card-list .card-item .descriptionsTwo[data-v-81b76980] {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.home-page-airport-lounge .card-list .card-item .lounge-tags[data-v-81b76980] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 12px;
  padding: 0 8px;
  border-radius: 4px;
  background-color: #faf3e6;
  line-height: 1.5;
  color: #725527;
  font-size: 0.5rem;
  font-weight: 600;
}
.home-page-airport-lounge .card-list .card-item .other-tags[data-v-81b76980] {
  margin-top: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.home-page-airport-lounge .card-list .card-item .other-tags span[data-v-81b76980] {
  margin-right: 10px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 8px;
  border-radius: 4px;
  background-color: #ecfdf3;
  line-height: 1.5;
  color: #067647;
  font-size: 0.5rem;
  font-weight: 600;
}
.home-page-airport-lounge .card-list .card-item .other-tags span[data-v-81b76980]:not(:first-child) {
  margin-left: 10px;
}
.home-page-airport-lounge .card-list .card-item .other-tags span[data-v-81b76980]:not(:last-child)::after {
  content: "•";
  font-size: 0.5rem;
  margin-left: 8px;
  color: #667077;
  background: none;
  font-weight: 600;
  position: absolute;
  left: 100%;
  overflow: hidden;
}
.home-page-airport-lounge .card-list .card-item .homePageFontSize[data-v-81b76980] {
  font-size: 0.56rem;
}
.home-page-airport-lounge .card-item-ele[data-v-81b76980] {
  cursor: pointer;
  border-radius: 8px;
  box-shadow: 0 0 0.5rem rgba(75, 106, 150, 0.38);
}
.home-page-airport-lounge .card-item-fakeEle[data-v-81b76980] {
  overflow: hidden !important;
}
.use-card-item-style .desc[data-v-81b76980] {
  min-height: 1.94rem !important;
}
.use-card-item-style .desc p[data-v-81b76980] {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  color: #163049;
}
@media screen and (max-width: 1600px) {
.home-page-airport-lounge .card-list .card-item .card-img .no-access-credit-card[data-v-81b76980] {
    padding: 7px 0.5rem;
    line-height: 0.75rem;
    font-family: Open Sans, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
}
.home-page-airport-lounge .card-list .card-item .desc[data-v-81b76980],
  .home-page-airport-lounge .card-list .card-item .homePageFontSize[data-v-81b76980] {
    font-size: 12px;
    line-height: 12px;
}
}
@media screen and (max-width: 1024px) {
.home-page-airport-lounge .card-head[data-v-81b76980] {
    width: 100%;
    margin-bottom: 0.75rem;
}
.home-page-airport-lounge .card-head h3[data-v-81b76980] {
    font-family: Open Sans, sans-serif;
    font-size: 0.63rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
}
.home-page-airport-lounge .card-head .card-more[data-v-81b76980] {
    font-family: Open Sans, sans-serif;
    font-size: 0.5rem;
    font-style: normal;
    font-weight: 400;
}
.home-page-airport-lounge .card-list[data-v-81b76980] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1.06rem;
    overflow: scroll;
    padding-bottom: 12px;
}
.home-page-airport-lounge .card-list.flexwrap[data-v-81b76980] {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.75rem;
}
.home-page-airport-lounge .card-list[data-v-81b76980]::-webkit-scrollbar {
    display: none;
}
.home-page-airport-lounge .card-list .card-item[data-v-81b76980] {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: hidden;
    min-width: 9.38rem;
}
.home-page-airport-lounge .card-list .card-item .card-img[data-v-81b76980] {
    position: relative;
    height: 9.38rem;
}
.home-page-airport-lounge .card-list .card-item .card-img .no-access-credit-card[data-v-81b76980] {
    height: auto;
    padding: 7px 0.5rem;
    line-height: 0.75rem;
    font-family: Open Sans, sans-serif;
    font-size: 0.44rem;
    font-style: normal;
    font-weight: 600;
}
.home-page-airport-lounge .card-list .card-item .card-img img[data-v-81b76980] {
    width: 100%;
    height: 100%;
    font-size: 0.56rem;
}
.home-page-airport-lounge .card-list .card-item .card-img .discount[data-v-81b76980] {
    position: absolute;
    bottom: 3.91rem;
    left: 0;
    z-index: 2;
    box-sizing: border-box;
    padding: 5px 0.53rem;
    background: #c29d5c;
    border-radius: 0 10px 10px 0;
}
.home-page-airport-lounge .card-list .card-item .card-img .discount p[data-v-81b76980] {
    line-height: 0.69rem;
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-size: 0.5rem;
    font-style: normal;
    font-weight: 600;
}
.home-page-airport-lounge .card-list .card-item .card-img .card-premium[data-v-81b76980] {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4.69rem;
    background-image: url(../../static/img/shadow.88fcc2f0.png);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-size: 100% 100%;
}
.home-page-airport-lounge .card-list .card-item .card-img .card-premium p[data-v-81b76980] {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    min-height: 1.88rem;
    padding: 2px 0.47rem;
    margin-bottom: 0.47rem;
    line-height: 0.88rem;
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-size: 0.56rem;
    font-style: normal;
    font-weight: 700;
}
.home-page-airport-lounge .card-list .card-item .desc[data-v-81b76980] {
    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;
    min-height: 1rem;
    margin: 12px 0.47rem 0.63rem;
    line-height: 1.5;
    color: #163049;
}
.home-page-airport-lounge .card-list .card-item .homePageFontSize[data-v-81b76980] {
    font-size: 0.44rem;
}
.home-page-airport-lounge .card-item-ele[data-v-81b76980] {
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0 0 0.5rem rgba(75, 106, 150, 0.38);
}
.home-page-airport-lounge .card-item-fakeEle[data-v-81b76980] {
    display: none !important;
}
.use-card-item-style .desc[data-v-81b76980] {
    min-height: 1.94rem !important;
}
.use-card-item-style .desc p[data-v-81b76980] {
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1rem;
    color: #163049;
}
}

/*# sourceMappingURL=app~._src_components_BaseUi_AirportLoungeCards_i.7915f1c6.css.map*/