@charset "UTF-8";

@-webkit-keyframes circleLoading {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes circleLoading {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hidden {
  display: none !important;
}

.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

:root {
  --white: #fff;
  --black: #000;
  --dark: rgba(0, 0, 0, 0.87);
  --mustard: #c6963c;
  --gold: #c2a354;
  --copper: #a79262;
  --gray: #595857;
  --blue-gray: #394555;
  --gray-200: #bcbcbc;
  --gray-500: #979797;
}

:root {
  --serif: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "PingFang SC", "Hiragino Sans GB", "STHeitiSC-Light", "WenQuanYi Micro Hei", sans-serif;
  --sans: "Raleway", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "PingFang SC", "Hiragino Sans GB", "STHeitiSC-Light", "WenQuanYi Micro Hei", sans-serif;
}

/*
 * Styles for the SSR fallback rendered before Vue mounts (and inside
 * <noscript>). Kept namespaced so they don't bleed into the legacy
 * `inBanner` / `t_main` styles. Once Vue mounts, the Vue render
 * replaces the entire #page-root subtree and these styles fall away.
 *
 * Companion partial: resources/views/ChineseWebsite/pc/partials/page-static.blade.php
 */

.page-static-hero {
  position: relative;
  width: 100%;
  min-height: 280px;
  background-color: #1a1a1a;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px 16px;
  text-align: center;
}

.page-static-hero__inner {
  max-width: 900px;
}

.page-static-hero__title {
  font-size: 32px;
  line-height: 1.25;
  margin: 0 0 12px;
  font-weight: 400;
  color: #fff;
}

.page-static-hero__subtitle {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  opacity: 0.9;
}

.page-static-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  overflow-x: auto;
  background-color: #f3f3f3;
  border-bottom: 1px solid #e0e0e0;
  padding: 0 15px;
}

.page-static-tab {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 16px 16px;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  font-size: 15px;
  line-height: 22px;
}

.page-static-tab--active {
  color: #b08a3e;
  border-bottom-color: #b08a3e;
}

.page-static-body-wrap {
  padding: 40px 16px;
  background-color: #fff;
}

.page-static-body-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.page-static-heading {
  font-family: serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.3;
  color: #b08a3e;
  text-align: center;
  margin: 0 auto 28px;
  padding-bottom: 16px;
  max-width: 600px;
  border-bottom: 1px solid #e0e0e0;
}

.page-static-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.page-static-body {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  min-width: 0;
  word-wrap: break-word;
}

.page-static-body p {
  margin: 0 0 1em;
}

.page-static-body h2,
.page-static-body h3,
.page-static-body h4 {
  color: #000;
  margin: 1.6em 0 0.6em;
  font-weight: 500;
}

.page-static-body h2 {
  font-size: 22px;
  line-height: 1.4;
}

.page-static-body h3 {
  font-size: 18px;
  line-height: 1.4;
}

.page-static-body h4 {
  font-size: 16px;
  line-height: 1.4;
}

.page-static-body img,
.page-static-body video,
.page-static-body iframe {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1em 0;
}

.page-static-body ul,
.page-static-body ol {
  padding-left: 1.4em;
  margin: 0 0 1em;
}

.page-static-body a {
  color: #c6963c;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.page-static-sidebar {
  display: none;
}

.page-static-sidebar-heading {
  font-family: serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.3;
  color: #b08a3e;
  text-align: center;
  margin: 0 0 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e0e0e0;
}

.page-static-sidebar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.page-static-sidebar-link {
  display: block;
  padding: 12px 8px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #e0e0e0;
}

.page-static-sidebar-link:last-child {
  border-bottom: 0;
}

.page-static-sidebar-link--active {
  color: #b08a3e;
}

.page-static-overlay {
  margin-top: 32px;
}

@media (min-width: 1024px) {
  .page-static-tabs {
    display: none;
  }

  .page-static-sidebar {
    display: block;
    background-color: #f3f3f3;
    padding: 28px 24px;
    -ms-flex-item-align: start;
        align-self: start;
  }

  .page-static-layout--with-sidebar {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 48px;
  }
}

/* News list (SSR fallback for /news_center). */

.news-static-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .news-static-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .news-static-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.news-static-card {
  background-color: #fff;
  border: 1px solid #ececec;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.news-static-card__cover {
  aspect-ratio: 16 / 9;
  width: 100%;
  background-color: #f3f3f3;
  background-size: cover;
  background-position: center center;
}

.news-static-card__body {
  padding: 16px 18px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.news-static-card__title {
  font-size: 17px;
  line-height: 1.4;
  margin: 0 0 8px;
  color: #000;
}

.news-static-card__title a {
  color: inherit;
  text-decoration: none;
}

.news-static-card__date {
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
}

.news-static-card__excerpt {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin: 0 0 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.news-static-card__more {
  color: #c6963c;
  font-size: 14px;
  text-decoration: none;
}

.news-static-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 32px;
}

.news-static-pagination a,
.news-static-pagination span {
  padding: 8px 12px;
  border: 1px solid #e0e0e0;
  color: #000;
  text-decoration: none;
  font-size: 14px;
}

.news-static-pagination .active {
  background-color: #b08a3e;
  border-color: #b08a3e;
  color: #fff;
}

.news-static-detail__meta {
  font-size: 13px;
  color: #999;
  margin-bottom: 24px;
  text-align: center;
}

.news-static-detail__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid #e0e0e0;
  gap: 16px;
}

.news-static-detail__nav a {
  color: #b08a3e;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  max-width: 45%;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  min-width: unset;
}

form {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.brand-more-btn {
  background-color: #a79262;
  color: #fff !important;
  line-height: 32px;
  display: inline-block;
  padding: 0 20px;
  margin-top: 12px;
  border-radius: 4px;
}

.ourBrandsListA li .i {
  height: auto !important;
}

.ourBrandsListA li .descA {
  height: auto !important;
}

.offer-detail-info-wrap {
  color: #000;
  background: #eeeeee !important;
  padding-top: 30px;
  padding-bottom: 20px;
}

.offer-detail-info-wrap .left {
  font-size: 28px;
}

.offer-detail-info-wrap .right {
  margin-top: 20px;
}

.offer-detail-info-wrap .right a {
  color: #c2a354;
}

.offer-detail-info-wrap .desc {
  color: #666;
  font-size: 14px;
  padding-bottom: 15px;
  line-height: 1.8;
}

.offer-detail-info-wrap .desc p {
  margin: 0;
}

.v2-filter-block-wrap.fixed-search-bar .filter-bar-wrap {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
}

.v2-filter-block-wrap.fixed-search-bar .filter-result-wrap {
  padding-top: 100px;
}

.v2-filter-block-wrap.fixed-search-bar .filter-mode_brand .filter-result-wrap {
  padding-top: 0;
}

.v2-filter-block-wrap.fixed-search-bar .filter-mode_brand .desc.ft14 {
  padding-top: 100px;
}

.v2-filter-block-wrap .filter-bar-wrap {
  background-color: #e2e2e2;
  padding: 30px 0;
  position: relative;
  z-index: 9999;
}

.v2-filter-block-wrap .filter-bar-wrap .label {
  color: #c2a354;
  font-size: 32px;
  line-height: 1;
  margin-right: 20px;
}

.v2-filter-block-wrap .filter-bar-wrap .filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 -5px;
}

.v2-filter-block-wrap .filter-bar-wrap .filter-list .filter-item {
  background-color: #b6b6b6;
  line-height: 40px;
  font-size: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 5px;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  position: relative;
  min-width: 0;
  z-index: 0;
}

.v2-filter-block-wrap .filter-bar-wrap .filter-list .filter-item .filter-item-text {
  padding-left: 10px;
  padding-right: 40px;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.v2-filter-block-wrap .filter-bar-wrap .filter-list .filter-item .filter-item-text::after {
  content: "";
  background-image: url(/images/chinese-website/pc/drop-down-white-icon.png);
  background-size: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 0;
  height: 100%;
  width: 12px;
  z-index: 1;
  visibility: visible;
}

.v2-filter-block-wrap .filter-result-wrap .filter-count-wrap {
  font-size: 20px;
  width: 1000px;
  margin: 30px auto 0;
  color: #333;
  vertical-align: baseline;
  line-height: 1;
}

.v2-filter-block-wrap .filter-result-wrap .filter-count-wrap span {
  color: #c2a354;
  font-size: 40px;
}

.v2-filter-block-wrap .filter-result-wrap .filter-count-wrap .tip {
  color: #999;
  font-size: 12px;
  margin-top: 16px;
}

.v2-filter-block-wrap .filter-result-wrap .navlist {
  padding-top: 25px;
}

.v2-filter-block-wrap .filter-loading {
  margin: 30px 0;
}

.v2-filter-block-wrap .filter-loading > div {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background: url(/images/chinese-website/pc/filter-loading.png) no-repeat center center/cover;
  -webkit-animation: circleLoading 1.2s linear infinite;
          animation: circleLoading 1.2s linear infinite;
}

.v2-filter-block-wrap .filter-mode_offer .filter-result-wrap .navlist ul {
  padding: 0 7.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.v2-filter-block-wrap .filter-mode_brand .desc.ft14 {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.v2-filter-block-wrap .filter-mode_brand .desc.ft14 .desc-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.v2-filter-block-wrap .filter-mode_brand .desc.ft14 .desc-right .more {
  margin-top: 6px;
  text-align: right;
}

.v2-filter-block-wrap .filter-mode_brand .desc.ft14 .desc-right .more a {
  color: #777;
  font-size: 13px;
  text-decoration: underline;
}

.v2-filter-block-wrap .filter-mode_brand .filter-count-wrap {
  margin-top: 10px;
}

.v2-filter-block-wrap .filter-mode_brand .topHotels2 {
  margin-top: 50px;
}

.v2-filter-block-wrap .filter-mode_destination-index {
  margin-top: -60px;
  margin-bottom: 20px;
}

.v2-filter-block-wrap .filter-mode_destination-index .filter-bar-wrap {
  padding: 40px 0;
}

.v2-filter-block-wrap .filter-mode_destination-index .filter-bar-wrap .label {
  display: none;
}

.v2-filter-block-wrap .filter-mode_destination-index .filter-bar-wrap .go-btn {
  background-color: #c2a354;
  padding: 0 16px;
  line-height: 40px;
  border-radius: 4px;
  margin-left: 10px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
}

.v2-filter-block-wrap .filter-mode_destination-search {
  min-height: calc(100vh - 120px);
}

.v2-filter-popover-wrap {
  z-index: 2;
  position: absolute;
  min-width: 100%;
}

.v2-filter-popover-wrap .ant-popover-inner {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.v2-filter-popover-wrap .ant-popover-inner .ant-popover-inner-content {
  color: rgba(0, 0, 0, 0.65);
}

.v2-filter-popover-wrap.brand .filter-option-wrap {
  display: block;
}

.v2-filter-popover-wrap.brand .filter-option-wrap .option-item {
  display: block;
  line-height: 32px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.v2-filter-popover-wrap .filter-option-wrap {
  background-color: #b6b6b6;
  padding: 10px;
  max-width: 500px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 325px;
  overflow-x: hidden;
  overflow-y: auto;
}

.v2-filter-popover-wrap .filter-option-wrap .option-item {
  margin: 0 5px;
  line-height: 30px;
  text-decoration: none;
}

.v2-filter-popover-wrap .filter-option-wrap .option-item.active {
  color: #c2a354;
}

.book-search-list .searchResult:nth-child(1) {
  margin-top: 20px;
}

.jq_ellipsis_el {
  position: relative;
}

.jq_ellipsis_el.ellipsis-on::after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  background-color: #f0f0f0;
  padding: 0 6px;
}

.jq_ellipsis_el .jq_ellipsis_vir_el {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  visibility: hidden;
  background-color: red;
}

.hotel-detail-desc-wrap {
  text-align: justify;
  height: auto;
  text-overflow: ellipsis;
  line-height: 21px;
}

.hotel-detail-desc-wrap p {
  height: 105px;
  overflow: hidden;
}

.layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  margin: 0 auto;
  max-width: 2400px;
}

#nav-v2 + .inBanner {
  margin-top: 120px;
}

#nav-v2 + .grayTitle {
  margin-top: 120px;
}

.book-search-order-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}

.book-search-order-container-layer {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

