.hidden {
  display: none !important;
}

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

.uppercase {
  text-transform: uppercase;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.vertical-push-10 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 10px;
}

.vertical-push-20 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 20px;
}

.vertical-push-30 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 30px;
}

.vertical-push-40 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 40px;
}

.vertical-push-50 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 50px;
}

.vertical-push-60 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 60px;
}

.vertical-push-70 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 70px;
}

.vertical-push-80 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 80px;
}

.vertical-push-90 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 90px;
}

.vertical-push-100 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 100px;
}

.vertical-push-110 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 110px;
}

.vertical-push-120 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 120px;
}

.vertical-push-130 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 130px;
}

.vertical-push-140 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 140px;
}

.vertical-push-150 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 150px;
}

.vertical-push-160 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 160px;
}

.vertical-push-170 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 170px;
}

.vertical-push-180 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 180px;
}

.vertical-push-190 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 190px;
}

.vertical-push-200 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 200px;
}

.cf::after,
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.bd1 {
  border: 1px solid deeppink;
}

.bd2 {
  border: 1px solid #00b600;
}

.bd3 {
  border: 1px solid #00c6f3;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.cloak {
  opacity: 0 !important;
}

.text-center {
  text-align: center;
}

@media (max-width: 1023px) {
  .hidden-mobile {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .hidden-desktop {
    display: none !important;
  }
}
.global-toast {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 100px;
  background-color: #383838;
  color: #f0f0f0;
  font-size: 20px;
  padding: 10px;
  text-align: center;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 24px -1px rgb(56, 56, 56);
          box-shadow: 0px 0px 24px -1px rgb(56, 56, 56);
}

.pos-relative {
  position: relative;
}

.global-image-caption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  background: rgba(0, 0, 0, 0.5);
  padding: 6px 12px;
  border-radius: 13px;
  max-width: 99%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.global-image-caption .fa-map-marker-alt {
  margin-right: 5px;
}

* {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.page-content-mobile,
.page-content-desktop {
  display: none;
}

@media (max-width: 1023px) {
  .page-content-mobile {
    display: block;
  }
  html,
  body {
    position: relative;
    height: 100%;
  }
  .swiper-container .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .swiper-container .swiper-slide.is-video-type {
    position: relative;
    background-color: transparent;
    background-size: cover;
    background-position: center;
  }
  .swiper-container .swiper-slide.is-video-type .btn-play {
    width: 0.84rem;
    height: 0.84rem;
    background-image: url(data:image/png;base64,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);
    background-repeat: no-repeat;
    background-size: 0.84rem 0.84rem;
    background-position: 0 center;
  }
  .swiper-container .swiper-slide.is-image-type {
    background-color: transparent;
    background-size: cover;
    background-position: center;
  }
  .page-banner-swiper-container {
    width: 100vw;
    height: 12.06rem;
  }
  .page-banner-swiper-container .notification-covid-19 {
    width: 100%;
    height: 0.7rem;
    background: rgba(67, 67, 67, 0.48);
    position: absolute;
    left: 0;
    top: 1.2rem;
    padding: 0 0.38rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: initial;
    z-index: 2;
  }
  .page-banner-swiper-container .notification-covid-19 .post-link {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0.22rem 0;
    display: block;
    color: #fff;
    font-size: 0.2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .page-banner-swiper-container .notification-covid-19 .post-link:hover {
    color: #fff;
  }
  .page-banner-swiper-container .notification-covid-19 .btn-close {
    margin-left: 0.3rem;
    margin-top: -0.1rem;
    color: #fff;
    font-size: 0.3rem;
    line-height: 1;
    vertical-align: middle;
    cursor: pointer;
  }
  .destinations-container {
    height: 9rem;
    padding: 0.8rem 0.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .destinations-container .block {
    margin-top: 0.15rem;
    width: 3.38rem;
    height: 1.95rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .destinations-container .block .block-title {
    color: #fff;
    font-size: 0.28rem;
    line-height: 1.2;
    text-align: center;
    padding: 0.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .destinations-container .block:nth-child(2), .destinations-container .block:nth-child(3), .destinations-container .block:nth-child(5), .destinations-container .block:nth-child(6) {
    margin-top: 0.15rem;
  }
  .destinations-container .block:nth-child(n+4) {
    margin-left: 0.15rem;
  }
  .destinations-container .block .block-image {
    display: block;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .destinations-container .block-1 {
    height: 1.95rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .destinations-container .block-1 .left-red-bar {
    width: 0.64rem;
    background: #ee2138;
  }
  .destinations-container .block-1 .title {
    width: 2.64rem;
    background: #ee2138;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 0.36rem;
  }
  .destinations-container .block-2 {
    height: 2.99rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .destinations-container .block-2 .block-title {
    background: #ff9c00;
    width: 100%;
    height: 0.64rem;
    left: 0;
    bottom: 0;
  }
  .destinations-container .block-2 .block-image {
    height: 2.38rem;
  }
  .destinations-container .block-3 {
    width: 3.38rem;
    height: 1.95rem;
  }
  .destinations-container .block-3 .block-image {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .destinations-container .block-3 .block-title {
    background: #ee2138;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 0.64rem;
    left: 0;
    bottom: 0;
  }
  .destinations-container .block-4 .block-image {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .destinations-container .block-4 .block-title {
    background: #0095b3;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 0.64rem;
    left: 0;
    bottom: 0;
  }
  .destinations-container .block-5 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .destinations-container .block-5 .block-image {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .destinations-container .block-5 .block-title {
    background: #4c5256;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 0.64rem;
    left: 0;
    bottom: 0;
  }
  .destinations-container .block-6 {
    height: 2.99rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .destinations-container .block-6 .block-image {
    height: 2.38rem;
  }
  .destinations-container .block-6 .block-title {
    background: #00499c;
    width: 100%;
    height: 0.64rem;
    left: 0;
    bottom: 0;
  }
  .experiences-container {
    width: 100vw;
    height: 6.7rem;
    position: relative;
  }
  .experiences-container .section-header {
    position: absolute;
    top: 0.5rem;
    right: 0;
    width: 3.12rem;
    height: 0.87rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
  }
  .experiences-container .section-header .header-title {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 0.15rem;
    background: #ee2138;
    color: #fff;
    font-size: 0.36rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0.3rem;
  }
  .experiences-container .section-header .header-right-bar {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 0.55rem;
    background: #ee2138;
  }
  .experiences-container .section-body {
    height: 100%;
  }
  .experiences-container .section-body .experiences-swiper-container {
    height: 100%;
  }
  .experiences-container .section-body .experiences-swiper-container .swiper-slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 0 2%;
    position: relative;
    -webkit-transition: all 0.8s 0.1s cubic-bezier(0.25, 0.75, 0.37, 0.95);
    transition: all 0.8s 0.1s cubic-bezier(0.25, 0.75, 0.37, 0.95);
    -webkit-filter: brightness(90%);
            filter: brightness(90%);
  }
  .experiences-container .section-body .experiences-swiper-container .swiper-slide:hover {
    -webkit-filter: none;
            filter: none;
  }
  .experiences-container .section-body .experiences-swiper-container .swiper-slide {
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    -webkit-transition: all 0.8s 0.1s cubic-bezier(0.25, 0.75, 0.37, 0.95);
    transition: all 0.8s 0.1s cubic-bezier(0.25, 0.75, 0.37, 0.95);
  }
  .experiences-container .section-body .experiences-swiper-container .swiper-slide::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: inherit;
    background-image: inherit;
    background-position: inherit;
    background-size: inherit;
    background-repeat: inherit;
    -webkit-transition: all 0.8s 0.1s cubic-bezier(0.25, 0.75, 0.37, 0.95);
    transition: all 0.8s 0.1s cubic-bezier(0.25, 0.75, 0.37, 0.95);
  }
  .experiences-container .section-body .experiences-swiper-container .swiper-slide:hover::before {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  .experiences-container .section-body .experiences-swiper-container .swiper-slide .slide-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .experiences-container .section-body .experiences-swiper-container .swiper-slide .slide-content .experience-name {
    color: #fff;
    font-size: 0.28rem;
    padding-bottom: 0.15rem;
    position: relative;
  }
  .experiences-container .section-body .experiences-swiper-container .swiper-slide .slide-content .experience-name:after {
    content: "";
    width: 0.53rem;
    height: 0.01rem;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .experiences-container .section-body .experiences-swiper-container .swiper-slide .slide-content .experience-summary {
    margin-top: 0.18rem;
    color: #fff;
    font-size: 0.24rem;
    line-height: 0.26rem;
  }
  .festivals-container {
    height: 8.56rem;
    position: relative;
  }
  .festivals-container .section-header {
    position: absolute;
    top: 0;
    left: 0.5rem;
    width: 0.87rem;
    height: 2.7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 2;
  }
  .festivals-container .section-header .header-top-bar {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 0.61rem;
    background: #ee2138;
  }
  .festivals-container .section-header .header-title {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 0.15rem;
    background: #ee2138;
    color: #fff;
    font-size: 0.34rem;
    padding: 0.3rem 0 0 0.26rem;
  }
  .festivals-container .section-body {
    background: #0056a0;
    padding: 1.48rem 0 0.7rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .festivals-container .section-body .festivals-swiper-container {
    margin: 0 auto;
    width: calc(100vw - 0.6rem);
    height: 4.51rem;
  }
  .festivals-container .section-body .festivals-swiper-container .swiper-slide {
    width: 3.38rem;
    height: 4.51rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0.18rem 0.17rem;
    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;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    -webkit-transition: all 0.8s 0.1s cubic-bezier(0.25, 0.75, 0.37, 0.95);
    transition: all 0.8s 0.1s cubic-bezier(0.25, 0.75, 0.37, 0.95);
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    transition: all 0.8s 0.1s cubic-bezier(0.25, 0.75, 0.37, 0.95);
  }
  .festivals-container .section-body .festivals-swiper-container .swiper-slide::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: inherit;
    background-image: inherit;
    background-position: inherit;
    background-size: inherit;
    background-repeat: inherit;
    -webkit-transition: all 0.8s 0.1s cubic-bezier(0.25, 0.75, 0.37, 0.95);
    transition: all 0.8s 0.1s cubic-bezier(0.25, 0.75, 0.37, 0.95);
  }
  .festivals-container .section-body .festivals-swiper-container .swiper-slide:hover::before {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  .festivals-container .section-body .festivals-swiper-container .swiper-slide .festival-name {
    position: relative;
    color: #fff;
    font-size: 0.28rem;
    line-height: 1.4;
  }
  .festivals-container .section-body .festivals-swiper-container .swiper-slide .festival-month {
    height: 0.39rem;
    padding: 0 0.1rem;
    background: #f9a12b;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 0.24rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .festivals-container .section-body .timeline-container {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: 0.53rem;
    width: 100% !important;
    overflow-x: scroll;
  }
  .festivals-container .section-body .timeline-container .timeline-container-inner {
    width: 16.8rem;
    height: 1.33rem;
    padding: 0 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .festivals-container .section-body .timeline-container .timeline-container-inner .timeline-labels {
    position: absolute;
    left: 0;
    top: 0;
    width: 1.2rem;
    height: 1.2rem;
    color: #fff;
    font-size: 0.24rem;
  }
  .festivals-container .section-body .timeline-container .timeline-container-inner .timeline-labels .months-timeline-label {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 0.84rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.24rem;
  }
  .festivals-container .section-body .timeline-container .timeline-container-inner .timeline-labels .seasons-timeline-label {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: -0.02rem;
    border-top: 3px solid transparent;
    height: 0.47rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.24rem;
  }
  .festivals-container .section-body .timeline-container .timeline-container-inner .months-container {
    margin: 0 auto;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .festivals-container .section-body .timeline-container .timeline-container-inner .months-container .months-wrapper {
    width: 14.4rem;
    height: 0.84rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .festivals-container .section-body .timeline-container .timeline-container-inner .months-container .months-wrapper .month {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 1.2rem;
    height: 0.21rem;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.37);
  }
  .festivals-container .section-body .timeline-container .timeline-container-inner .months-container .months-wrapper .month:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.37);
  }
  .festivals-container .section-body .timeline-container .timeline-container-inner .months-container .months-wrapper .month .month-text {
    position: absolute;
    top: -0.3rem;
    right: -0.25rem;
    width: 0.5rem;
    height: 0.4rem;
    color: rgba(255, 255, 255, 0.37);
    font-size: 0.24rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .festivals-container .section-body .timeline-container .timeline-container-inner .months-container .months-wrapper .month:nth-child(3n) {
    height: 0.51rem;
  }
  .festivals-container .section-body .timeline-container .timeline-container-inner .months-container .months-wrapper .month .month-click-area {
    width: 1rem;
    height: 1.005rem;
    position: absolute;
    right: -0.5rem;
    bottom: -0.155rem;
    pointer-events: all;
    z-index: 2;
    cursor: pointer;
  }
  .festivals-container .section-body .timeline-container .timeline-container-inner .months-container .months-wrapper .month.active .month-text {
    color: #fff;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  .festivals-container .section-body .timeline-container .timeline-container-inner .months-container .months-wrapper .month.active:after {
    content: "";
    display: block;
    width: 0.31rem;
    height: 0.31rem;
    border-radius: 50%;
    background: #fff;
    border: 0.045rem solid #0056a0;
    -webkit-box-shadow: 0 0 0 1px #fff;
            box-shadow: 0 0 0 1px #fff;
    position: absolute;
    right: -0.155rem;
    bottom: -0.155rem;
  }
  .festivals-container .section-body .timeline-container .timeline-container-inner .seasons-container {
    margin: -0.02rem auto 0;
    width: 14.4rem;
    height: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .festivals-container .section-body .timeline-container .timeline-container-inner .seasons-container .season {
    width: 4.8rem;
    color: rgba(255, 255, 255, 0.37);
    font-size: 0.24rem;
    border-top: 3px solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .festivals-container .section-body .timeline-container .timeline-container-inner .seasons-container .season.active {
    color: #fff;
  }
  .festivals-container .section-body .timeline-container .timeline-container-inner .seasons-container .season.active.season-spring {
    border-top-color: #0c93b0;
  }
  .festivals-container .section-body .timeline-container .timeline-container-inner .seasons-container .season.active.season-summer {
    border-top-color: #4d9bde;
  }
  .festivals-container .section-body .timeline-container .timeline-container-inner .seasons-container .season.active.season-autumn {
    border-top-color: #f9a12b;
  }
  .festivals-container .section-body .timeline-container .timeline-container-inner .seasons-container .season.active.season-winter {
    border-top-color: #ee2138;
  }
  .recommended-routes-container {
    height: 9.63rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .recommended-routes-container .section-body {
    width: 6.9rem;
    height: 8.24rem;
    position: relative;
  }
  .recommended-routes-container .section-body .section-header {
    position: absolute;
    left: 0;
    top: 0.37rem;
    width: 3.41rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .recommended-routes-container .section-body .section-header .header-title {
    padding-left: 0.31rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-size: 0.36rem;
  }
  .recommended-routes-container .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recommended-routes-container .swiper-slide .slide-top {
    height: 4.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .recommended-routes-container .swiper-slide .slide-bottom {
    height: 3.74rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: #00499c;
    padding: 0.44rem 0.41rem 0;
    color: #fff;
  }
  .recommended-routes-container .swiper-slide .slide-bottom .content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .recommended-routes-container .swiper-slide .slide-bottom .content-container .route-name {
    font-size: 0.3rem;
    position: relative;
  }
  .recommended-routes-container .swiper-slide .slide-bottom .content-container .route-name:after {
    content: "";
    display: block;
    width: 0.6rem;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -0.35rem;
  }
  .recommended-routes-container .swiper-slide .slide-bottom .content-container .route-description {
    margin-top: 0.6rem;
    font-size: 0.2rem;
    line-height: 1.4;
    opacity: 0.8;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .recommended-routes-container .swiper-slide .slide-bottom .content-container .btn-go-to-route-page {
    margin-top: 0.2rem;
    width: 1.7rem;
    height: 0.48rem;
    border-radius: 0.24rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ee2138;
    color: #fff;
    font-size: 0.24rem;
  }
  .recommended-routes-container .swiper-slide .slide-bottom .content-container .btn-more-routes {
    display: block;
    margin-top: 0.3rem;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.18rem;
    text-decoration: underline;
  }
  .recommended-routes-container .swiper-pagination {
    top: 4rem;
  }
  .practical-info-container {
    height: 6.22rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .practical-info-container .info-card {
    height: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .practical-info-container .info-card .info-card-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .practical-info-container .info-card .info-card-content .info-icon {
    width: 0.95rem;
    height: 0.95rem;
    background-image: url(data:image/png;base64,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);
    background-repeat: no-repeat;
    background-size: 0.95rem 0.95rem;
  }
  .practical-info-container .info-card .info-card-content .info-name {
    margin-top: 0.2rem;
    color: #fff;
    font-size: 0.3rem;
    line-height: 1.2;
  }
}
@media (min-width: 1024px) {
  .page-content-desktop {
    display: block;
  }
  html,
  body {
    position: relative;
    height: 100%;
  }
  .swiper-container {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .swiper-slide.is-video-type {
    position: relative;
  }
  .swiper-slide.is-video-type .video-container {
    width: 100%;
    height: 100%;
  }
  .swiper-slide.is-image-type {
    background-color: transparent;
    background-size: cover;
    background-position: center;
  }
  .swiper-button-prev,
  .swiper-button-next {
    left: 0.35rem;
    right: auto;
  }
  .swiper-button-next {
    left: auto;
    right: 0.35rem;
  }
  .btn-next-page-slide {
    position: fixed;
    left: 50%;
    bottom: 0.32rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0.5rem;
    height: 0.5rem;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5rem rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 5rem rgba(0, 0, 0, 0.3);
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ee2138;
    font-size: 0.16rem;
    cursor: pointer;
    padding-top: 0.05rem;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .btn-next-page-slide:hover {
    opacity: 1;
  }
  .page-swiper-slide-page-banner .notification-covid-19 {
    width: 100%;
    height: 0.7rem;
    background: rgba(67, 67, 67, 0.48);
    position: absolute;
    left: 0;
    top: 1.2rem;
    padding: 0 0.38rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: initial;
    z-index: 2;
  }
  .page-swiper-slide-page-banner .notification-covid-19 .post-link {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0.22rem 0;
    display: block;
    color: #fff;
    font-size: 0.18rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .page-swiper-slide-page-banner .notification-covid-19 .post-link:hover {
    color: #fff;
  }
  .page-swiper-slide-page-banner .notification-covid-19 .btn-close {
    margin-left: 0.3rem;
    margin-top: -0.1rem;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
  }
  .page-swiper-slide-destinations .destination-swiper-container {
    width: 100%;
    height: 100%;
  }
  .page-swiper-slide-destinations .destination-swiper-container .swiper-slide {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .page-swiper-slide-destinations .destination-swiper-container .swiper-slide .slide-content {
    position: absolute;
    left: 1rem;
    top: 0;
    width: 3.44rem;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 0.58rem;
  }
  .page-swiper-slide-destinations .destination-swiper-container .swiper-slide .slide-content:before, .page-swiper-slide-destinations .destination-swiper-container .swiper-slide .slide-content:after {
    content: "";
    display: block;
    width: 100%;
    height: 1.5rem;
  }
  .page-swiper-slide-destinations .destination-swiper-container .swiper-slide .slide-content:before {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .page-swiper-slide-destinations .destination-swiper-container .swiper-slide .slide-content .slide-content-inner {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page-swiper-slide-destinations .destination-swiper-container .swiper-slide .slide-content .slide-content-inner .destination-name-label {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: #fff;
    font-size: 0.24rem;
    line-height: 0.6rem;
    position: relative;
  }
  .page-swiper-slide-destinations .destination-swiper-container .swiper-slide .slide-content .slide-content-inner .destination-name-label:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0.6rem;
    height: 1px;
    background: #fff;
  }
  .page-swiper-slide-destinations .destination-swiper-container .swiper-slide .slide-content .slide-content-inner .destination-name-image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0.2rem;
    margin-left: -0.3rem;
    width: 5rem;
    height: 1.75rem;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .page-swiper-slide-destinations .destination-swiper-container .swiper-slide .slide-content .slide-content-inner .destination-summary {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0.2rem;
    width: 2.5rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.2rem;
    line-height: 0.3rem;
    height: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .page-swiper-slide-destinations .destination-swiper-container .swiper-slide .slide-content .slide-content-inner .btn-go-to-destination-page {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0.45rem;
    height: 0.48rem;
    border: 1px solid #fff;
    border-radius: 0.24rem;
    padding: 0 0.15rem 0 0.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 0.24rem;
  }
  .page-swiper-slide-destinations .destination-swiper-container .swiper-slide .slide-content .slide-content-inner .btn-go-to-destination-page i.fa {
    margin-left: 0.2rem;
  }
  .page-swiper-slide-destinations .destination-swiper-container .swiper-slide.slide-desert .slide-content {
    background: #ff9d00;
  }
  .page-swiper-slide-destinations .destination-swiper-container .swiper-slide.slide-desert .slide-content .destination-name-image {
    background-image: url(./destination-name-image-1.0cdd5f164decea07aa45fd148122b566.png);
  }
  .page-swiper-slide-destinations .destination-swiper-container .swiper-slide.slide-easter-island .slide-content {
    background: #0095b2;
  }
  .page-swiper-slide-destinations .destination-swiper-container .swiper-slide.slide-easter-island .slide-content .destination-name-image {
    background-image: url(./destination-name-image-2.3dff3fa44bf6d2f61915d01ca62fa3dc.png);
  }
  .page-swiper-slide-destinations .destination-swiper-container .swiper-slide.slide-charming-city .slide-content {
    background: #484b4c;
  }
  .page-swiper-slide-destinations .destination-swiper-container .swiper-slide.slide-charming-city .slide-content .destination-name-image {
    background-image: url(./destination-name-image-3.1448ed98bf452716a9e77236fcab2b37.png);
  }
  .page-swiper-slide-destinations .destination-swiper-container .swiper-slide.slide-lake-and-volcano .slide-content {
    background: #ff002d;
  }
  .page-swiper-slide-destinations .destination-swiper-container .swiper-slide.slide-lake-and-volcano .slide-content .destination-name-image {
    background-image: url(./destination-name-image-4.c3f108c7bf3b64175aa1520a9d219618.png);
  }
  .page-swiper-slide-destinations .destination-swiper-container .swiper-slide.slide-patagonia-and-antarctica .slide-content {
    background: #004a9d;
  }
  .page-swiper-slide-destinations .destination-swiper-container .swiper-slide.slide-patagonia-and-antarctica .slide-content .destination-name-image {
    background-image: url(./destination-name-image-5.3f66acf0c33ff6bd8fe3e6d085817123.png);
  }
  .page-swiper-slide-destinations .destination-thumbs-swiper-container {
    width: 10.61rem;
    height: 1.4rem;
    position: absolute;
    right: 0.3rem;
    bottom: 1.26rem;
  }
  .page-swiper-slide-destinations .destination-thumbs-swiper-container .swiper-slide {
    width: 2rem;
    height: 1.4rem;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0.15rem;
    cursor: pointer;
  }
  .page-swiper-slide-destinations .destination-thumbs-swiper-container .swiper-slide .destination-name {
    color: #fff;
    font-size: 0.16rem;
  }
  .page-swiper-slide-destinations .destination-thumbs-swiper-container .swiper-slide:hover, .page-swiper-slide-destinations .destination-thumbs-swiper-container .swiper-slide.swiper-slide-active {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-swiper-slide-destinations .destination-thumbs-swiper-container .swiper-slide:hover .destination-name, .page-swiper-slide-destinations .destination-thumbs-swiper-container .swiper-slide.swiper-slide-active .destination-name {
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAyCAYAAACgadDsAAADo0lEQVRYhb2YW4gWZRjHf9+2maddW4/pRS0mtR2WdDVSi0wIUTTFDuRVsEWwFEHQjbQ3ZhciKgRdqXiR0kapNxWVeKmCJzwj5OomQpGtsEFLmy75l2d5xn0d5/t2dma+7w8v8x5m5j/P8z6nd5DUJukLSQskEWvTJC1NmM/V6oBTwP/ACWAnsIxh7Pa5sRQJ/+KSpJ80jG8k7Q7GrxQpaTiYLOmikrGpWqTWXpTUl0D7m6RJRe5piCPAsYTdawZ2AA8WsrOxr1hSRtIIv0iaWaR6H5XUU4EwwmlJrUWQTpR0MgVhhJuS3slKWg+McV+c7xo3n/0d+BtoBUo+b+ODwDhgFtAJXAcOjHZLzT+nAm8BPf6Sfm83gfeALX7vVeAJ4LYHiybv/5GF1CRRmXWT6iTwNNALzHRN5EJdBULDALDV++OBGXkJcdKR8DVwCZgATKxwr/ny0qJIbwXSTqtwnxnfcuANYArQkIfU8BVw3K223HsWuaHtAw4Dq0dD+lwsveHSbvQ9Loe5wXMtFQ0u5rglD3N7JXUkOPa4ERy/WdJZDyCdabNMvaSVki75g99K+lBS4ygijj1/W9JxSRPSkFqbJ+kzSYNO3J1Cwri2PpL0rqQ5aUmj1hHE2eUJ63UpPqA+ab40xFweZrF9wA1gG3A6CCZmLG1AV6UXpDGkuJpel/SIpFmSnve5aH2xpMvl9i1NasvSml39G2PqbEjYhofjqS0vPgYG3b8tVLYD/wTvtISyCjgDXLCJLKSNnnU+8HGDBw7DZk+PISxILPCEkYn0SWA/8EzC2nknT7LMpzz3DiFt7I1gavsSOJewZh/zr/dLsTWz9MezklqVsB14GdgVW2sK+guBT13CBk/+U+6u5rDe12LF2q+BS02XdM3nT/n1YvTsaCUNMdv7m71Iewx4yef+Aj7x/jy/zgE+H1J9Dkm7JB0Lxu0JZenhhPL1+6yEFgQ2eHII5+OJ4c0gcURYn5W0lDLz2IF7ICD82SJU1j3VCFVEhPmxA/Ue89c8hpQGa4N7bniWKiT2loNFrRXu2w8Bf3rFmMtlKuEBoAM45IHkOw+D/dUktWxzFHgVuOLF+mAUf6ul3n4/GUSwtPZsNBipXCkKjX4O6q4l6T2opstMcqtt8j2+i2qSvuC5d41XDTUhNaL3XdreWpCan67zfrxmqorLmGTrgbd93FIL0vEeCP7zqPRDLUjtGPKj/52xw/R9qJaf2v8HC+4m8b0A7gBySKKdh1GkRAAAAABJRU5ErkJggg==) right top no-repeat;
    color: #fff;
    font-size: 0.24rem;
    line-height: 1.4;
    padding: 0.27rem 0.25rem 0 0;
  }
  .page-swiper-slide-destinations .destination-thumbs-swiper-container .swiper-slide.slide-desert:hover, .page-swiper-slide-destinations .destination-thumbs-swiper-container .swiper-slide.slide-desert.swiper-slide-active {
    background: #ff9d00 !important;
  }
  .page-swiper-slide-destinations .destination-thumbs-swiper-container .swiper-slide.slide-easter-island:hover, .page-swiper-slide-destinations .destination-thumbs-swiper-container .swiper-slide.slide-easter-island.swiper-slide-active {
    background: #0095b2 !important;
  }
  .page-swiper-slide-destinations .destination-thumbs-swiper-container .swiper-slide.slide-charming-city:hover, .page-swiper-slide-destinations .destination-thumbs-swiper-container .swiper-slide.slide-charming-city.swiper-slide-active {
    background: #484b4c !important;
  }
  .page-swiper-slide-destinations .destination-thumbs-swiper-container .swiper-slide.slide-lake-and-volcano:hover, .page-swiper-slide-destinations .destination-thumbs-swiper-container .swiper-slide.slide-lake-and-volcano.swiper-slide-active {
    background: #ff002d !important;
  }
  .page-swiper-slide-destinations .destination-thumbs-swiper-container .swiper-slide.slide-patagonia-and-antarctica:hover, .page-swiper-slide-destinations .destination-thumbs-swiper-container .swiper-slide.slide-patagonia-and-antarctica.swiper-slide-active {
    background: #004a9d !important;
  }
  .page-swiper-slide-3.page-swiper-slide-experiences {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .page-swiper-slide-3.page-swiper-slide-experiences .experiences-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-swiper-slide-3.page-swiper-slide-experiences .experiences-container .swiper-slide {
    width: 20%;
  }
  .page-swiper-slide-3.page-swiper-slide-experiences .swiper-slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 0 2%;
    position: relative;
    -webkit-transition: all 0.8s 0.1s cubic-bezier(0.25, 0.75, 0.37, 0.95);
    transition: all 0.8s 0.1s cubic-bezier(0.25, 0.75, 0.37, 0.95);
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    transition: all 0.8s 0.1s cubic-bezier(0.25, 0.75, 0.37, 0.95);
  }
  .page-swiper-slide-3.page-swiper-slide-experiences .swiper-slide::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: inherit;
    background-image: inherit;
    background-position: inherit;
    background-size: inherit;
    background-repeat: inherit;
    -webkit-transition: all 0.8s 0.1s cubic-bezier(0.25, 0.75, 0.37, 0.95);
    transition: all 0.8s 0.1s cubic-bezier(0.25, 0.75, 0.37, 0.95);
  }
  .page-swiper-slide-3.page-swiper-slide-experiences .swiper-slide:hover::before {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  .page-swiper-slide-3.page-swiper-slide-experiences .swiper-slide .slide-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-swiper-slide-3.page-swiper-slide-experiences .swiper-slide .slide-content .experience-name {
    color: #fff;
    font-size: 0.3rem;
    padding-bottom: 0.15rem;
    position: relative;
  }
  .page-swiper-slide-3.page-swiper-slide-experiences .swiper-slide .slide-content .experience-name:after {
    content: "";
    width: 0.53rem;
    height: 0.01rem;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page-swiper-slide-3.page-swiper-slide-experiences .swiper-slide .slide-content .experience-summary {
    margin-top: 0.18rem;
    color: #fff;
    font-size: 0.18rem;
    line-height: 0.26rem;
  }
  .page-swiper-slide-4.page-swiper-slide-festivals {
    background: #0056a0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-swiper-slide-4.page-swiper-slide-festivals .page-swiper-slide-content-top-placeholder {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 1.3rem;
  }
  .page-swiper-slide-4.page-swiper-slide-festivals .festivals-swiper-container-wrapper {
    width: 100%;
    max-height: 5.7rem;
    height: calc(100vh - 4.02rem);
    position: relative;
  }
  .page-swiper-slide-4.page-swiper-slide-festivals .festivals-swiper-container-wrapper .festivals-swiper-container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 14.78rem;
    max-height: 5.7rem;
    height: calc(100vh - 4.02rem);
  }
  .page-swiper-slide-4.page-swiper-slide-festivals .festivals-swiper-container-wrapper .festivals-swiper-container .swiper-slide {
    width: 3.4rem;
    max-height: calc(100vh - 4.02rem);
    height: 84.962406015%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0.18rem 0.17rem;
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
    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;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-transform: translateY(17.78%);
            transform: translateY(17.78%);
    position: relative;
  }
  .page-swiper-slide-4.page-swiper-slide-festivals .festivals-swiper-container-wrapper .festivals-swiper-container .swiper-slide:nth-child(even) {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .page-swiper-slide-4.page-swiper-slide-festivals .festivals-swiper-container-wrapper .festivals-swiper-container .swiper-slide {
    -webkit-transition: all 0.8s 0.1s cubic-bezier(0.25, 0.75, 0.37, 0.95);
    transition: all 0.8s 0.1s cubic-bezier(0.25, 0.75, 0.37, 0.95);
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    transition: all 0.8s 0.1s cubic-bezier(0.25, 0.75, 0.37, 0.95);
  }
  .page-swiper-slide-4.page-swiper-slide-festivals .festivals-swiper-container-wrapper .festivals-swiper-container .swiper-slide::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: inherit;
    background-image: inherit;
    background-position: inherit;
    background-size: inherit;
    background-repeat: inherit;
    -webkit-transition: all 0.8s 0.1s cubic-bezier(0.25, 0.75, 0.37, 0.95);
    transition: all 0.8s 0.1s cubic-bezier(0.25, 0.75, 0.37, 0.95);
  }
  .page-swiper-slide-4.page-swiper-slide-festivals .festivals-swiper-container-wrapper .festivals-swiper-container .swiper-slide:hover::before {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  .page-swiper-slide-4.page-swiper-slide-festivals .festivals-swiper-container-wrapper .festivals-swiper-container .swiper-slide .festival-name {
    position: relative;
    color: #fff;
    font-size: 0.24rem;
    line-height: 1.4;
  }
  .page-swiper-slide-4.page-swiper-slide-festivals .festivals-swiper-container-wrapper .festivals-swiper-container .swiper-slide .festival-month {
    height: 0.39rem;
    padding: 0 0.1rem;
    background: #f9a12b;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 0.24rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-swiper-slide-4.page-swiper-slide-festivals .festivals-swiper-container-wrapper .festivals-swiper-container .swiper-button-prev,
  .page-swiper-slide-4.page-swiper-slide-festivals .festivals-swiper-container-wrapper .festivals-swiper-container .swiper-button-next {
    -webkit-transform: translateX(-0.5rem);
            transform: translateX(-0.5rem);
  }
  .page-swiper-slide-4.page-swiper-slide-festivals .festivals-swiper-and-timeline-container-space-separator {
    height: 0.5rem;
  }
  .page-swiper-slide-4.page-swiper-slide-festivals .timeline-container {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    height: 1.21rem;
    margin-bottom: 1.01rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .page-swiper-slide-4.page-swiper-slide-festivals .timeline-container .timeline-labels {
    position: absolute;
    left: calc((100vw - 14.4rem) / 2 - 1.2rem);
    top: 0;
    width: 1.2rem;
    height: 1.2rem;
    color: #fff;
    font-size: 0.14rem;
  }
  .page-swiper-slide-4.page-swiper-slide-festivals .timeline-container .timeline-labels .months-timeline-label {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 0.84rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.18rem;
  }
  .page-swiper-slide-4.page-swiper-slide-festivals .timeline-container .timeline-labels .seasons-timeline-label {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: -0.02rem;
    border-top: 3px solid transparent;
    height: 0.47rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.18rem;
  }
  .page-swiper-slide-4.page-swiper-slide-festivals .timeline-container .months-container {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-swiper-slide-4.page-swiper-slide-festivals .timeline-container .months-container .months-wrapper {
    width: 14.4rem;
    height: 0.84rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .page-swiper-slide-4.page-swiper-slide-festivals .timeline-container .months-container .months-wrapper .month {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 1.2rem;
    height: 0.21rem;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.37);
  }
  .page-swiper-slide-4.page-swiper-slide-festivals .timeline-container .months-container .months-wrapper .month:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.37);
  }
  .page-swiper-slide-4.page-swiper-slide-festivals .timeline-container .months-container .months-wrapper .month .month-text {
    position: absolute;
    top: -0.3rem;
    right: -0.25rem;
    width: 0.5rem;
    height: 0.4rem;
    color: rgba(255, 255, 255, 0.37);
    font-size: 0.24rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-swiper-slide-4.page-swiper-slide-festivals .timeline-container .months-container .months-wrapper .month:nth-child(3n) {
    height: 0.51rem;
  }
  .page-swiper-slide-4.page-swiper-slide-festivals .timeline-container .months-container .months-wrapper .month .month-click-area {
    width: 1rem;
    height: 1.005rem;
    position: absolute;
    right: -0.5rem;
    bottom: -0.155rem;
    pointer-events: all;
    z-index: 2;
    cursor: pointer;
  }
  .page-swiper-slide-4.page-swiper-slide-festivals .timeline-container .months-container .months-wrapper .month.active .month-text {
    color: #fff;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  .page-swiper-slide-4.page-swiper-slide-festivals .timeline-container .months-container .months-wrapper .month.active:after {
    content: "";
    display: block;
    width: 0.31rem;
    height: 0.31rem;
    border-radius: 50%;
    background: #fff;
    border: 0.045rem solid #0056a0;
    -webkit-box-shadow: 0 0 0 1px #fff;
            box-shadow: 0 0 0 1px #fff;
    position: absolute;
    right: -0.155rem;
    bottom: -0.155rem;
  }
  .page-swiper-slide-4.page-swiper-slide-festivals .timeline-container .seasons-container {
    margin-top: -0.02rem;
    width: 14.4rem;
    height: 0.47rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-swiper-slide-4.page-swiper-slide-festivals .timeline-container .seasons-container .season {
    width: 4.8rem;
    color: rgba(255, 255, 255, 0.37);
    font-size: 0.14rem;
    border-top: 3px solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .page-swiper-slide-4.page-swiper-slide-festivals .timeline-container .seasons-container .season.active {
    color: #fff;
  }
  .page-swiper-slide-4.page-swiper-slide-festivals .timeline-container .seasons-container .season.active.season-spring {
    border-top-color: #0c93b0;
  }
  .page-swiper-slide-4.page-swiper-slide-festivals .timeline-container .seasons-container .season.active.season-summer {
    border-top-color: #4d9bde;
  }
  .page-swiper-slide-4.page-swiper-slide-festivals .timeline-container .seasons-container .season.active.season-autumn {
    border-top-color: #f9a12b;
  }
  .page-swiper-slide-4.page-swiper-slide-festivals .timeline-container .seasons-container .season.active.season-winter {
    border-top-color: #ee2138;
  }
  .page-swiper-slide-5.page-swiper-slide-recommended-routes .recommended-routes-swiper-container {
    width: 100%;
    height: 100%;
  }
  .page-swiper-slide-5.page-swiper-slide-recommended-routes .recommended-routes-swiper-container .swiper-slide {
    position: relative;
  }
  .page-swiper-slide-5.page-swiper-slide-recommended-routes .recommended-routes-swiper-container .swiper-slide .slide-left {
    width: 50%;
    height: 100%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: #00499c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 0.3rem;
  }
  .page-swiper-slide-5.page-swiper-slide-recommended-routes .recommended-routes-swiper-container .swiper-slide .slide-left .content-container {
    margin: 0 auto;
    max-width: 5.6rem;
    color: #fff;
  }
  .page-swiper-slide-5.page-swiper-slide-recommended-routes .recommended-routes-swiper-container .swiper-slide .slide-left .content-container .route-name {
    font-size: 0.3rem;
    position: relative;
    line-height: 1.4;
  }
  .page-swiper-slide-5.page-swiper-slide-recommended-routes .recommended-routes-swiper-container .swiper-slide .slide-left .content-container .route-name:after {
    content: "";
    display: block;
    width: 0.6rem;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -0.25rem;
  }
  .page-swiper-slide-5.page-swiper-slide-recommended-routes .recommended-routes-swiper-container .swiper-slide .slide-left .content-container .route-description {
    margin-top: 0.6rem;
    font-size: 0.2rem;
    line-height: 1.4;
    opacity: 0.8;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .page-swiper-slide-5.page-swiper-slide-recommended-routes .recommended-routes-swiper-container .swiper-slide .slide-left .content-container .route-location {
    margin-top: 0.3rem;
    font-size: 0.2rem;
  }
  .page-swiper-slide-5.page-swiper-slide-recommended-routes .recommended-routes-swiper-container .swiper-slide .slide-left .content-container .btn-go-to-route-page {
    margin-top: 0.5rem;
    width: 1.7rem;
    height: 0.48rem;
    border-radius: 0.24rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ee2138;
    color: #fff;
    font-size: 0.24rem;
  }
  .page-swiper-slide-5.page-swiper-slide-recommended-routes .recommended-routes-swiper-container .swiper-slide .slide-left .content-container .btn-more-routes {
    display: block;
    margin-top: 0.5rem;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.18rem;
    text-decoration: underline;
  }
  .page-swiper-slide-5.page-swiper-slide-recommended-routes .recommended-routes-swiper-container .swiper-slide .slide-right {
    width: 50%;
    height: 100%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .page-swiper-slide-5.page-swiper-slide-recommended-routes .recommended-routes-swiper-container .swiper-slide.is-video-type .slide-right {
    width: 50%;
    height: 100%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .page-swiper-slide-5.page-swiper-slide-recommended-routes .recommended-routes-swiper-container .swiper-slide.is-video-type .slide-right .video-container {
    width: 100%;
    height: 100%;
  }
  .page-swiper-slide-5.page-swiper-slide-recommended-routes .recommended-routes-swiper-container .swiper-slide.is-video-type .slide-right .video-container .video-js .vjs-control-bar {
    left: 50%;
    bottom: 0.42rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page-swiper-slide-5.page-swiper-slide-recommended-routes .recommended-routes-swiper-container .swiper-slide.is-image-type .slide-right {
    width: 50%;
    height: 100%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    -webkit-transition: all 0.8s 0.1s cubic-bezier(0.25, 0.75, 0.37, 0.95);
    transition: all 0.8s 0.1s cubic-bezier(0.25, 0.75, 0.37, 0.95);
  }
  .page-swiper-slide-5.page-swiper-slide-recommended-routes .recommended-routes-swiper-container .swiper-slide.is-image-type .slide-right::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: inherit;
    background-image: inherit;
    background-position: inherit;
    background-size: inherit;
    background-repeat: inherit;
    -webkit-transition: all 0.8s 0.1s cubic-bezier(0.25, 0.75, 0.37, 0.95);
    transition: all 0.8s 0.1s cubic-bezier(0.25, 0.75, 0.37, 0.95);
  }
  .page-swiper-slide-5.page-swiper-slide-recommended-routes .recommended-routes-swiper-container .swiper-slide.is-image-type .slide-right:hover::before {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  .page-swiper-slide-5.page-swiper-slide-recommended-routes .swiper-pagination {
    left: calc((50vw - 5.6rem) / 2);
    width: 5.6rem;
    bottom: 0.32rem;
    height: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-swiper-slide-5.page-swiper-slide-practical-info .practical-info-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-swiper-slide-5.page-swiper-slide-practical-info .info-card {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    -webkit-transition: all 0.8s 0.1s cubic-bezier(0.25, 0.75, 0.37, 0.95);
    transition: all 0.8s 0.1s cubic-bezier(0.25, 0.75, 0.37, 0.95);
  }
  .page-swiper-slide-5.page-swiper-slide-practical-info .info-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: inherit;
    background-image: inherit;
    background-position: inherit;
    background-size: inherit;
    background-repeat: inherit;
    -webkit-transition: all 0.8s 0.1s cubic-bezier(0.25, 0.75, 0.37, 0.95);
    transition: all 0.8s 0.1s cubic-bezier(0.25, 0.75, 0.37, 0.95);
  }
  .page-swiper-slide-5.page-swiper-slide-practical-info .info-card:hover::before {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  .page-swiper-slide-5.page-swiper-slide-practical-info .info-card .info-card-content {
    position: relative;
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-swiper-slide-5.page-swiper-slide-practical-info .info-card .info-card-content .info-icon {
    width: 0.95rem;
    height: 0.95rem;
    background-image: url(data:image/png;base64,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);
    background-repeat: no-repeat;
    background-size: 0.95rem 0.95rem;
  }
  .page-swiper-slide-5.page-swiper-slide-practical-info .info-card .info-card-content .info-name {
    margin-top: 0.2rem;
    color: #fff;
    font-size: 0.3rem;
    line-height: 1.2;
    position: relative;
  }
  .page-swiper-slide-5.page-swiper-slide-practical-info .info-card .info-card-content .info-name:after {
    content: "";
    display: block;
    width: 0.53rem;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    left: 50%;
    bottom: -0.15rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page-swiper-slide-5.page-swiper-slide-practical-info .info-card .info-card-content .info-desc {
    margin-top: 0.35rem;
    color: #fff;
    font-size: 0.18rem;
    line-height: 1.2;
  }
  .page-swiper-slide-5.page-swiper-slide-practical-info .info-card.info-card-2 .info-card-content .info-icon {
    background-image: url(data:image/png;base64,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);
  }
  .page-swiper-slide-6.page-swiper-slide-page-footer {
    height: 1rem;
    background: #4e5256;
  }
  .page-swiper-slide-6.page-swiper-slide-page-footer .page-footer {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-swiper-slide-6.page-swiper-slide-page-footer .page-footer .footer-links,
  .page-swiper-slide-6.page-swiper-slide-page-footer .page-footer .footer-notes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-swiper-slide-6.page-swiper-slide-page-footer .page-footer .footer-links .footer-link {
    display: inline-block;
    height: 0.18rem;
    line-height: 0.18rem;
    padding: 0 0.18rem;
    color: #fff;
    font-size: 0.18rem;
  }
  .page-swiper-slide-6.page-swiper-slide-page-footer .page-footer .footer-links .footer-link + .footer-link {
    border-left: 1px solid rgba(255, 255, 255, 0.14);
  }
  .page-swiper-slide-6.page-swiper-slide-page-footer .page-footer .footer-links .footer-link:hover {
    text-decoration: underline;
  }
  .page-swiper-slide-6.page-swiper-slide-page-footer .page-footer .footer-notes .copyright,
  .page-swiper-slide-6.page-swiper-slide-page-footer .page-footer .footer-notes .ipc-filing {
    display: inline-block;
    height: 0.18rem;
    line-height: 0.18rem;
    padding: 0 0.18rem;
    color: #ccc;
    font-size: 0.18rem;
  }
  .page-swiper-slide-6.page-swiper-slide-page-footer .page-footer .footer-notes .ipc-filing {
    border-left: 1px solid rgba(255, 255, 255, 0.14);
  }
}
