.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;
}

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

@media (max-width: 1023px) {
  .page-content-mobile {
    display: block;
  }
  body {
    overflow-x: hidden;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 4px;
  }
  .top-banner-swiper-container {
    width: 7.5rem;
    height: 4.88rem;
  }
  .top-banner-swiper-container .swiper-slide {
    background-color: #ededed;
    background-size: cover;
    background-position: center;
  }
  .experience-introduction-container {
    padding: 0.6rem 0.5rem;
    line-height: 1.4;
  }
  .experience-introduction-container .experience-name {
    color: #333;
    font-size: 0.48rem;
  }
  .experience-introduction-container .experience-name-en {
    color: #999;
    font-size: 0.24rem;
  }
  .experience-introduction-container .experience-introduction {
    margin-top: 0.4rem;
    color: #444;
    font-size: 14px;
    line-height: 1.6;
  }
  .experience-introduction-container .experience-introduction p {
    margin-bottom: 1em;
    text-indent: 2em;
  }
  .experience-introduction-container .experience-introduction img {
    max-width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .experience-introduction-container .experience-introduction h1 {
    font-size: 30px;
  }
  .experience-introduction-container .experience-introduction h2 {
    font-size: 26px;
  }
  .experience-introduction-container .experience-introduction h3 {
    font-size: 20px;
  }
  .experience-introduction-container .experience-introduction h4 {
    font-size: 17px;
  }
  .experience-introduction-container .experience-introduction h5 {
    font-size: 14px;
  }
  .experience-introduction-container .experience-introduction h6 {
    font-size: 12px;
  }
  .experience-introduction-container .experience-introduction h1,
  .experience-introduction-container .experience-introduction h2,
  .experience-introduction-container .experience-introduction h3,
  .experience-introduction-container .experience-introduction h4,
  .experience-introduction-container .experience-introduction h5,
  .experience-introduction-container .experience-introduction h6 {
    font-weight: 500;
    line-height: 2;
  }
  .experience-introduction-container .experience-introduction ol {
    list-style-type: decimal;
  }
  .experience-introduction-container .experience-introduction ol li {
    margin-bottom: 1em;
  }
  .experience-introduction-container .experience-introduction ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
    -webkit-margin-after: 1em;
            margin-block-end: 1em;
    -webkit-margin-start: 0px;
            margin-inline-start: 0px;
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
  }
  .experience-introduction-container .experience-introduction strong {
    font-weight: bold !important;
  }
  .experience-introduction-container .experience-introduction a {
    color: #0056a0;
    margin-left: 2px;
    margin-right: 2px;
  }
  .experience-introduction-container .experience-introduction a:hover {
    text-decoration: underline;
  }
  .experience-destination-container {
    width: 100vw;
    background: #f1f1f1;
    padding: 0.8rem 0.4rem 0.9rem;
    line-height: 1.4;
    position: relative;
  }
  .experience-destination-container:before {
    content: "";
    display: block;
    width: 1px;
    height: 0.52rem;
    background: #d1d1d1;
    position: absolute;
    left: 0.4rem;
    top: 0;
  }
  .experience-destination-container .section-header .header-title {
    color: #1560a5;
    font-size: 0.36rem;
  }
  .experience-destination-container .section-header .header-title-en {
    color: #525559;
    font-size: 0.2rem;
  }
  .experience-destination-container .section-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .experience-destination-container .section-body .destination-card {
    width: 3.2rem;
  }
  .experience-destination-container .section-body .destination-card:nth-child(even) {
    margin-left: 0.3rem;
  }
  .experience-destination-container .section-body .destination-card:nth-child(n+1) {
    margin-top: 0.3rem;
  }
  .experience-destination-container .section-body .destination-card .card-image {
    background: #ddd;
    display: block;
    width: 3.2rem;
    height: 2.5rem;
  }
  .experience-destination-container .section-body .destination-card .card-detail {
    background: #fff;
    padding: 0.2rem;
    text-align: center;
    line-height: 1.4;
  }
  .experience-destination-container .section-body .destination-card .card-detail .destination-name {
    color: #525559;
    font-size: 0.3rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .experience-destination-container .section-body .destination-card .card-detail .destination-name-en {
    color: rgba(153, 153, 153, 0.9);
    font-size: 0.24rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .experience-routes-container {
    border-top: 0.2rem solid #f1f1f1;
    padding: 0.8rem 0.4rem 0.6rem;
    line-height: 1.4;
    position: relative;
  }
  .experience-routes-container:before {
    content: "";
    display: block;
    width: 1px;
    height: 0.52rem;
    background: #d1d1d1;
    position: absolute;
    left: 0.4rem;
    top: 0;
  }
  .experience-routes-container .section-header .header-title {
    color: #1560a5;
    font-size: 0.36rem;
  }
  .experience-routes-container .section-header .header-title-en {
    color: #525559;
    font-size: 0.2rem;
  }
  .experience-routes-container .section-body .route-card {
    width: 6.7rem;
    padding: 0.3rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .experience-routes-container .section-body .route-card + .route-card {
    border-top: 1px solid rgba(82, 85, 89, 0.07);
    width: 6.71rem;
  }
  .experience-routes-container .section-body .route-card .card-image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 2.31rem;
    height: 1.69rem;
    background: #ddd;
  }
  .experience-routes-container .section-body .route-card .card-detail {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 0.3rem;
    line-height: 1.6;
    min-width: 0;
  }
  .experience-routes-container .section-body .route-card .card-detail .route-name {
    color: #286dae;
    font-size: 0.3rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .experience-routes-container .section-body .route-card .card-detail .route-desc {
    color: #666;
    font-size: 0.24rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  .page-content-desktop {
    display: block;
  }
  .top-banner-container {
    height: 6.3rem;
    background-color: #ededed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    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;
    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);
  }
  .top-banner-container::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);
  }
  .top-banner-container:hover::before {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  .top-banner-container .banner-content {
    position: relative;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    padding: 30px 60px;
  }
  .top-banner-container .banner-content .experience-name {
    color: #fff;
    font-size: 0.42rem;
    font-weight: 500;
  }
  .top-banner-container .banner-content .experience-name-en {
    margin-top: 0.15rem;
    color: #fff;
    font-size: 0.24rem;
  }
  .experience-introduction-container {
    margin: 0 auto;
    max-width: 12rem;
    padding: 0.5rem 0.15rem;
  }
  .experience-introduction-container .experience-introduction {
    padding: 0.3rem 0;
    color: #444;
    font-size: 16px;
    line-height: 1.75;
  }
  .experience-introduction-container .experience-introduction p {
    margin-bottom: 1em;
    text-indent: 2em;
  }
  .experience-introduction-container .experience-introduction img {
    max-width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .experience-introduction-container .experience-introduction h1 {
    font-size: 36px;
  }
  .experience-introduction-container .experience-introduction h2 {
    font-size: 30px;
  }
  .experience-introduction-container .experience-introduction h3 {
    font-size: 24px;
  }
  .experience-introduction-container .experience-introduction h4 {
    font-size: 18px;
  }
  .experience-introduction-container .experience-introduction h5 {
    font-size: 14px;
  }
  .experience-introduction-container .experience-introduction h6 {
    font-size: 12px;
  }
  .experience-introduction-container .experience-introduction h1,
  .experience-introduction-container .experience-introduction h2,
  .experience-introduction-container .experience-introduction h3,
  .experience-introduction-container .experience-introduction h4,
  .experience-introduction-container .experience-introduction h5,
  .experience-introduction-container .experience-introduction h6 {
    font-weight: 500;
    line-height: 2;
  }
  .experience-introduction-container .experience-introduction ol {
    list-style-type: decimal;
  }
  .experience-introduction-container .experience-introduction ol li {
    margin-bottom: 1em;
  }
  .experience-introduction-container .experience-introduction ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
    -webkit-margin-after: 1em;
            margin-block-end: 1em;
    -webkit-margin-start: 0px;
            margin-inline-start: 0px;
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
  }
  .experience-introduction-container .experience-introduction strong {
    font-weight: bold !important;
  }
  .experience-introduction-container .experience-introduction a {
    color: #0056a0;
    margin-left: 2px;
    margin-right: 2px;
  }
  .experience-introduction-container .experience-introduction a:hover {
    text-decoration: underline;
  }
  .experience-introduction-container .experience-images {
    margin: 0 auto;
  }
  .experience-introduction-container .experience-images .experience-images-wrap {
    margin: 0.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .experience-introduction-container .experience-images .experience-images-wrap .experience-image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    height: 2.45rem;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 0.2rem;
    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);
  }
  .experience-introduction-container .experience-images .experience-images-wrap .experience-image::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);
  }
  .experience-introduction-container .experience-images .experience-images-wrap .experience-image:hover::before {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  .experience-introduction-container .experience-images .experience-images-wrap .experience-image:after {
    content: "";
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    right: 0.1rem;
    bottom: 0.1rem;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAACvUlEQVRYhe2YTUgWQRjHf1tpiSIaGBhWiBEJlQgJdYxAIkg6WOSxU5eOBQUdkqCPS0JQHrsEFWWEhzpF9EUW1C1So0MoCGIF9iFk+Y+BWZ1sv97dES/vHx5meN/Z//6eZ3dnZ5ayylpmBVGnl5RGVQ90A51AO7AJWGUOBcaBd8Aj4DYwljXFIIjEiQaMiXWSrkqaUTbNSbojqTXBcz4ioeMAI3QE6AfqnL8+Ay+AYWAGqABagN3ARmfcLNALXADmlqKC5xbV67GkfZJWJlSkQ9JNW8VQA5IqS6lgFsBe5wRfJR3Ocrmc2CXpo+NxLy6xPIDdjvG4pC0lwoVRL+mV43XWB+BaSVNO5bbmhAujTtKw9fstaXtRwD4n456CcGG0WTijB0UAayV9t0ZPPMGF0e8k3poGuCKG8SBQbfsXs6eWSZedQT25HCTdsBlOpUwleeON9R/KW8Gdtn0O/ClYsSg9s7+1pQ2MA2y27fASwBmN2nYN0JA0MA6w0rZf/HLN66fTr04aGAcYqsor1oLcl27i/BIHOGnbJs9goVzfyaSBcYDvbdvhFWtB7bY3YVdBsYoDDJ+yHYuWTT60GthrfYbS/OIAB2xr7pVjngEPAbW2fz+Xg504h+xkOi2p0dMEbdaCo85LoKbIYqHTeWc+lBR4ALzkeJ4oupoxccsx7CsIedTxeiupwgdgnXNJjK5LqioRzCR1Sv/qeNTYPIAmmiV9cuxHJB3IWE2zL3mq//VLUpcvQBNNkl4vOo0BPS9pv90KbJDUImmPpNPOQxZqTNJJC6coyCKA4RN4poQ9cahZSdfs7YKFioQsChhGg930mAomaULSFUmbIzwiIaOU99NHqPXANqARqAF+AFPACPAh5dgu4K7d7JuNfXcQBIM+Kugz3EpOR7GkLbeWWoP2I9Q34OUys5RVVln+BfwFo2i347vEDjgAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-size: 0.4rem 0.4rem;
    background-position: center;
  }
  .experience-introduction-container .experience-images .experience-images-wrap .experience-image.width-one-fourth {
    width: 2.7rem;
  }
  .experience-introduction-container .experience-images .experience-images-wrap .experience-image.width-half {
    width: 5.7rem;
  }
  .experience-destinations-container {
    height: 7.05rem;
    background: #0056a0;
    padding: 0.9rem 1.51rem 0.8rem;
    position: relative;
  }
  .experience-destinations-container:before {
    content: "";
    display: block;
    width: 1px;
    height: 0.72rem;
    background: #d1d1d1;
    position: absolute;
    left: 50%;
    top: 0;
  }
  .experience-destinations-container .section-header {
    text-align: center;
    line-height: 1.4;
  }
  .experience-destinations-container .section-header .header-title {
    color: #d4e1ed;
    font-size: 0.36rem;
  }
  .experience-destinations-container .section-header .header-title-en {
    color: #d4e1ed;
    font-size: 0.2rem;
  }
  .experience-destinations-container .section-body {
    margin-top: 0.35rem;
    position: relative;
  }
  .experience-destinations-container .section-body .experience-destinations-swiper-container {
    background: transparent;
  }
  .experience-destinations-container .section-body .experience-destinations-swiper-container .swiper-slide {
    display: block;
    width: 4.9rem;
    height: 3.36rem;
    padding: 0 0.15rem;
  }
  .experience-destinations-container .section-body .experience-destinations-swiper-container .swiper-slide .swiper-slide-inner {
    width: 100%;
    height: 100%;
    background-color: #ddd;
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    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);
  }
  .experience-destinations-container .section-body .experience-destinations-swiper-container .swiper-slide .swiper-slide-inner::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);
  }
  .experience-destinations-container .section-body .experience-destinations-swiper-container .swiper-slide .swiper-slide-inner:hover::before {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  .experience-destinations-container .section-body .experience-destinations-swiper-container .swiper-slide .swiper-slide-content {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.8));
    line-height: 1.6;
    text-align: center;
    padding: 0.3rem 0.25rem;
    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;
  }
  .experience-destinations-container .section-body .experience-destinations-swiper-container .swiper-slide .swiper-slide-content .destination-name {
    color: #fff;
    font-size: 0.2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .experience-destinations-container .section-body .experience-destinations-swiper-container .swiper-slide .swiper-slide-content .destination-name-en {
    color: #fff;
    font-size: 0.16rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .experience-destinations-container .section-body .swiper-pagination {
    top: 4rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .experience-destinations-container .section-body .swiper-button-prev,
  .experience-destinations-container .section-body .swiper-button-next {
    position: absolute;
    left: -1rem;
    right: auto;
  }
  .experience-destinations-container .section-body .swiper-button-next {
    left: auto;
    right: -1rem;
  }
  .experience-routes-container {
    height: 8.05rem;
    background: #fff;
    padding: 0.9rem 1.51rem 0.8rem;
    position: relative;
  }
  .experience-routes-container:before {
    content: "";
    display: block;
    width: 1px;
    height: 0.72rem;
    background: #d1d1d1;
    position: absolute;
    left: 50%;
    top: 0;
  }
  .experience-routes-container .section-header {
    text-align: center;
    line-height: 1.4;
  }
  .experience-routes-container .section-header .header-title {
    color: #00499c;
    font-size: 0.36rem;
  }
  .experience-routes-container .section-header .header-title-en {
    color: #525559;
    font-size: 0.2rem;
  }
  .experience-routes-container .section-body {
    margin: 0.35rem auto 0;
    width: 12rem;
    position: relative;
  }
  .experience-routes-container .section-body .experience-routes-swiper-container {
    height: 4.4rem;
  }
  .experience-routes-container .section-body .experience-routes-swiper-container .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .experience-routes-container .section-body .experience-routes-swiper-container .swiper-slide .route-image {
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-color: #ededed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    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);
  }
  .experience-routes-container .section-body .experience-routes-swiper-container .swiper-slide .route-image::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);
  }
  .experience-routes-container .section-body .experience-routes-swiper-container .swiper-slide .route-image:hover::before {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  .experience-routes-container .section-body .experience-routes-swiper-container .swiper-slide .route-detail {
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: #0056a0;
    padding: 0 0.56rem 0 0.56rem;
  }
  .experience-routes-container .section-body .experience-routes-swiper-container .swiper-slide .route-detail .route-name {
    margin-top: 0.7rem;
    color: #fff;
    font-size: 0.3rem;
    line-height: 1.6;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .experience-routes-container .section-body .experience-routes-swiper-container .swiper-slide .route-detail .route-desc {
    padding-top: 0.5rem;
    height: 1.34rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.18rem;
    line-height: 1.6;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .experience-routes-container .section-body .experience-routes-swiper-container .swiper-slide .route-detail .route-desc:before {
    content: "";
    display: block;
    width: 0.6rem;
    height: 1px;
    background: #d1d1d1;
    position: absolute;
    left: 0;
    top: 0.25rem;
  }
  .experience-routes-container .section-body .experience-routes-swiper-container .swiper-slide .route-detail .btn-go-to-route-page {
    margin-top: 0.8rem;
    width: 1.28rem;
    height: 0.36rem;
    border-radius: 0.24rem;
    border: solid 1px rgba(255, 255, 255, 0.38);
    color: #fff;
    font-size: 0.18rem;
    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;
  }
  .experience-routes-container .section-body .experience-routes-swiper-container .swiper-slide .route-detail .btn-go-to-route-page i.fa {
    margin-left: 0.1rem;
  }
  .experience-routes-container .section-body .swiper-pagination {
    top: 4.8rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .experience-routes-container .section-body .swiper-button-prev,
  .experience-routes-container .section-body .swiper-button-next {
    position: absolute;
    left: -1rem;
    right: auto;
  }
  .experience-routes-container .section-body .swiper-button-next {
    left: auto;
    right: -1rem;
  }
}
