/* ============================================================
   you.css — 游（Travelling in Chongqing）
   Spec: images/you/you.spec.md | 设计稿 you.png 1920×9462
   IE10: 无 gap；flex 带 -ms-；float 布局优先
   ============================================================ */
.w1525 {
  width: 15.25rem;
  margin: 0 auto;
}
.w1575 {
  width: 15.75rem;
  margin: 0 auto;
}
.w1730 {
  width: 17.3rem;
  margin: 0 auto;
}
.you-section-title {
  display: block;
  font-family: Fraunces;
  font-size: 0.46rem;
  font-weight: 700;
  color: #123a3a;
  line-height: 1.2;
  margin: 0 0 0.6rem;
  text-align: center;
}
.you-section-title.text-lf {
  text-align: left;
}

.you-section-title--light {
  color: #ffffff;
}

.you-section-title a,
.you-heritage__title a,
.you-resorts__title a,
.you-spots__title a,
.you-urban__sub a,
.you-cruise__title a {
  color: inherit;
  text-decoration: none;
}

/* ============================================================
   Hero — you_bg1
   ============================================================ */
.you-hero {
  position: relative;
  background: url("./you_bg1.png") no-repeat center top;
  background-size: 100% 100%;
  min-height: 8.2rem;
  box-sizing: border-box;
  overflow: hidden;
}

.you-hero__inner {
  position: relative;
  z-index: 1;
}

.you-hero__title {
  margin: 0;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  position: absolute;
  /* 标题字已烘焙在 you_bg1.png 中，此处仅保留语义标题 */
}

/* ============================================================
   Travel Info
   ============================================================ */
.you-info {
  background: #ffffff;
  padding: 0.2rem 0 0.6rem;
  overflow-x: hidden;
}
.you-info__body {
  position: relative;
  height: 5.6rem;
}

.you-info__left {
  width: 3.6rem;
  box-sizing: border-box;
  background-color: #ffffff;
}

.you-info__heading {
  margin: 0 0 0.4rem;
  font-size: 0.28rem;
  font-weight: 700;
  color: #1a2f2b;
  line-height: 1.5;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  max-height: 3.36rem; /* IE10: 0.28rem × 1.5 × 8 */
}

.you-info__more {
  display: inline-block;
  background: #f5a623;
  color: #ffffff;
  font-size: 0.16rem;
  text-decoration: none;
  border-radius: 999px;
  line-height: 0.38rem;
  width: 2.32rem;
  text-align: center;
}

.you-info__right {
  /* 减去左侧标题区宽度，避免卡片区溢出右侧、且保证轮播内容宽于容器（loop 可用） */
  width: calc(100% - 4.15rem);
  overflow: hidden;
  position: absolute;
  left: 4.15rem;
  top: 0;
}

.you-info-swiper {
  height: 4.8rem;
  overflow: hidden;
}

.you-info-swiper .swiper-slide {
  width: 4.6rem;
  width: 5.28rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  box-sizing: border-box;
  transition: all 0.5s ease;
  margin-top: 0.48rem;
}
.you-info-swiper .swiper-slide-next {
  margin: 1.04rem 0 0;
}
.you-info-swiper .swiper-slide-next .you-info__card {
  margin: 0 auto;
}
.you-info-swiper .swiper-slide.swiper-slide-active {
  width: 5.28rem;
  height: 3.86rem;
  margin-top: 0;
}
.you-info-swiper .swiper-slide.swiper-slide-active .you-info__card {
  width: 100%;
  height: 100%;
}

.you-info__card {
  width: 4.62rem;
  height: 3.38rem;
  display: block;
  overflow: hidden;
  box-shadow: 0.1rem 0.18rem 0.5rem 0 rgba(209, 216, 215, 0.5);
  background: #e8eef0;
  text-decoration: none;
  border-radius: 0.1rem;
  height: 3.38rem;
}

.you-info__card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  background: #d5dee2;
}

.you-info__nav {
  padding-top: 0.2rem;
}

.you-info__arrow {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border: none;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  vertical-align: middle;
  background: url("./you_arr3.png") no-repeat center center;
  background-size: 100% 100%;
}

.you-info__arrow--next {
  margin-left: 0.3rem;
  transform: rotate(180deg);
}
/* ============================================================
   World Heritage
   ============================================================ */
.you-heritage {
  background: #ffffff;
  padding: 0.4rem 0 0.42rem;
}

.you-heritage__title {
  float: left;
  margin: 0;
  font-family: Fraunces;
  font-size: 0.46rem;
  font-weight: 700;
  color: #123a3a;
  line-height: 0.52rem;
  /* width: 3.5rem; */
}

.you-heritage__tabs {
  float: right;
  width: 4.87rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  background: #eae8e2;
  padding: 0.05rem;
}

.you-heritage__tab {
  display: inline-block;
  border: none;
  cursor: pointer;
  font-size: 0.16rem;
  font-weight: 600;
  line-height: 0.3rem;
  padding: 0.1rem 0.28rem;
  border-radius: 0.25rem;
  color: #5a6b72;
  width: 50%;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  vertical-align: top;
}

.you-heritage__tab.is-active {
  background: #b88645;
  color: #ffffff;
}

.you-heritage__panels {
  clear: both;
  padding-top: 0.35rem;
}

.you-heritage__panel {
  display: none;
}

.you-heritage__panel.is-active {
  display: block;
}

.you-heritage-swiper {
  overflow: hidden;
  padding-bottom: 0.55rem;
  position: relative;
}

.you-heritage__item {
  position: relative;
  height: 5.76rem;
}

.you-heritage__photo {
  display: block;
  width: 9.9rem;
  height: 100%;
  overflow: hidden;
  background: #d5dee2;
  text-decoration: none;
}

.you-heritage__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.you-heritage__card {
  position: absolute;
  right: 0;
  top: 0.55rem;
  width: 4.65rem;
  background: rgba(184, 136, 72, 0.8);
  box-sizing: border-box;
  padding: 0.25rem 0.1rem 0.25rem 0.7rem;
  z-index: 1;
  height: 5.4rem;
}

.you-heritage__card--green {
  background: rgba(34, 145, 95, 0.8);
}

.you-heritage__name {
  margin: 0 0 0.2rem;
  font-family: Fraunces;
  font-size: 0.386rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
}

.you-heritage__desc {
  font-family: Inter;
  margin: 0 0 0.3rem;
  font-size: 0.18rem;
  color: #ffffff;
  line-height: 0.36rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  max-height: 3.6rem; /* IE10: 0.36rem × 10 */
}

.you-heritage__link {
  display: block;
  text-align: right;
  color: #ffffff;
  font-size: 0.14rem;
  text-decoration: none;
  padding-right: 0.5rem;
}

.you-heritage__pagination {
  text-align: center;
  padding-top: 0.28rem;
  font-size: 0;
}

.you-heritage__pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 0.3rem;
  height: 0.06rem;
  background: #d8d8d8;
  opacity: 1;
  border-radius: 0;
  margin: 0 0.07rem;
  vertical-align: middle;
  cursor: pointer;
}

.you-heritage__pagination .swiper-pagination-bullet-active {
  background: #22915f;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}

.you-panel-more {
  text-align: center;
  margin-top: 0.28rem;
  color: #123a3a;
  font-size: 0.16rem;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.4;
}

/* ============================================================
   Class A Attraction
   ============================================================ */
/* Class A + Resorts 共用一张背景 */
.you-attraction {
  position: relative;
  background: url("./you_bg2.png") no-repeat center top;
  background-size: cover;
  overflow: hidden;
}

.you-classa {
  position: relative;
  padding: 0.79rem 0 0;
  overflow: hidden;
}

.you-classa__carousel-wrap {
  position: relative;
}

.you-classa-swiper {
  height: 6.3rem;
}

.you-classa-swiper .swiper-slide {
  width: 4.12rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  box-sizing: border-box;
}
.you-classa-swiper .swiper-slide:nth-of-type(6n + 2),
.you-classa-swiper .swiper-slide:nth-of-type(6n + 5) {
  padding-top: 0.64rem;
}
.you-classa-swiper .swiper-slide:nth-of-type(6n + 4) .you-classa__card {
  height: 4.74rem;
}
.you-classa__card {
  display: block;
  position: relative;
  width: 100%;
  height: 5.6rem;
  border-radius: 0.16rem;
  overflow: hidden;
  background: #2a5a4a;
  text-decoration: none;
}

.you-classa__card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  background: #3d6b5c;
}

.you-classa__badge {
  position: absolute;
  top: 0;
  right: 0;
  background: #f5a623;
  color: #ffffff;
  font-size: 0.32rem;
  padding: 0 0.1rem;
  border-radius: 0 0.16rem 0 0.2rem;
  line-height: 0.44rem;
  min-width: 1.29rem;
  text-align: center;
}

.you-classa__name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.4rem 0.12rem 0.14rem;
  color: #ffffff;
  font-size: 0.18rem;
  text-align: center;
  line-height: 1.35;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  box-sizing: border-box;
}

.you-classa__name p {
  margin: 0;
  word-wrap: break-word;
  word-break: break-word;
}

.you-classa__nav {
  text-align: center;
  padding-top: 0.3rem;
}

.you-classa__arrow {
  display: inline-block;
  width: 0.48rem;
  height: 0.48rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: transparent url("./you_arr1.png") no-repeat center center;
  background-size: 100% 100%;
  padding: 0;
  cursor: pointer;
  vertical-align: middle;
}

.you-classa__arrow--next {
  transform: rotate(180deg);
}

.you-classa__progress {
  display: inline-block;
  width: 2.4rem;
  height: 0.04rem;
  background: rgba(255, 255, 255, 0.45);
  margin: 0 0.18rem;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.you-classa__progress-bar {
  display: block;
  height: 100%;
  width: 30%;
  margin-left: 0;
  background: #f5a623;
}

/* ============================================================
   National Tourist Resorts
   ============================================================ */
.you-resorts {
  position: relative;
  padding: 1.31rem 0 1.06rem;
}

.you-resorts__title {
  margin-bottom: 0.5rem;
  font-family: Fraunces;
  font-size: 0.46rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}

.you-resorts__photo {
  width: 10.98rem;
  height: 5.95rem;
  overflow: hidden;
  background: #2a5a4a;
}

.you-resorts__photo-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.you-resorts__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.you-resorts__list {
  flex: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.you-resorts__item {
  display: block;
  height: 33.333%;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0.15rem;
  color: #ffffff;
  font-size: 0.26rem;
  font-weight: 700;
  background: rgba(0, 100, 48, 0.4);
  box-shadow: 0px 0.18rem 0.5rem 0px rgba(198, 227, 223, 0.26);
  box-sizing: border-box;
  /* vertical center via line-height approx */
  line-height: 1.53rem;
  position: relative;
}
.you-resorts__item > div {
  width: 100%;
  height: 100%;
  border-bottom: 2px dotted #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0.36rem;
}
.you-resorts__item.is-active > div,
.you-resorts__item:last-child > div {
  border-color: transparent;
}

.you-resorts__item:hover,
.you-resorts__item.is-active {
  background: #f5a623;
}
.you-resorts__item:hover p,
.you-resorts__item.is-active p,
.you-resorts__item:last-child p {
  border-color: transparent;
}
.you-resorts__item:hover::before,
.you-resorts__item.is-active::before {
  content: "";
  width: 0.2rem;
  height: 100%;
  background: #f5a623;
  position: absolute;
  left: -0.2rem;
  top: 0;
}
/* ============================================================
   Instagrammable spots
   ============================================================ */
.you-spots {
  background: #f4f9f7;
  padding: 0.6rem 0 0.7rem;
}

.you-spots__title {
  margin-bottom: 0.36rem;
  font-family: Fraunces;
  font-size: 0.36rem;
  font-weight: 700;
  color: #123a3a;
  line-height: 1.2;
}

.you-spots__bar {
  display: inline-block;
  width: 0.06rem;
  height: 0.28rem;
  background: #f5a623;
  margin-right: 0.14rem;
  vertical-align: middle;
}

.you-spots__grid {
  /* 子元素用 em；≤1575 时通过 font-size 等比缩放 */
  font-size: 1rem;
}

.you-spots__card {
  float: left;
  width: 4.55em;
  height: 3.02em;
  margin-right: 0.17em;
  margin-bottom: 0.18em;
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  background: #d5dee2;
  /* 叶形：左上 + 右下大圆角 */
  border-radius: 0.55em 0 0.55em 0;
  box-sizing: border-box;
}

/* 每行第一项清浮动，从左边起排（第 1、4、7…项） */
.you-spots__card:nth-of-type(3n + 1) {
  clear: left;
  margin-top: 0.43em;
}

.you-spots__card:nth-of-type(6n + 2) {
  width: 5.89em;
  height: 3.9em;
  border-radius: 0 0.55em 0 0.55em;
}

.you-spots__card:nth-of-type(6n + 3) {
  width: 4.69em;
  height: 3.12em;
  margin-top: 0.78em;
}

.you-spots__card:nth-of-type(3n) {
  margin-right: 0;
}

.you-spots__card:nth-of-type(6n + 4) {
  margin-top: -0.45em;
  margin-left: -0.25rem;
  border-radius: 0 0.55em 0 0.55em;
}

.you-spots__card:nth-of-type(6n + 5) {
  width: 5.42em;
  height: 3.47em;
}

.you-spots__card:nth-of-type(6n) {
  width: 5.23em;
  height: 3.32em;
  border-radius: 0 0.55em 0 0.55em;
}

.you-spots__card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.you-spots__name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  /* em 相对自身 font-size；0.16em(相对 grid) 时换算保持原比例 */
  font-size: 0.16em;
  line-height: 1.5;
  padding: 2.1875em 0.75em 0.875em;
  color: #ffffff;
  text-align: center;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.55));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.55));
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-word;
}

/* ============================================================
   Urban Journey
   ============================================================ */
.you-urban {
  position: relative;
  background: url("./you_bg3.png") no-repeat center center;
  background-size: 100% 100%;
  padding: 0.55rem 0 0.6rem;
  overflow: hidden;
}

.you-urban__sub {
  margin: 0 0 0.35rem;
  font-family: Fraunces;
  font-size: 0.36rem;
  font-weight: 700;
  color: #123a3a;
  line-height: 1.3;
}

.you-urban__bar {
  display: inline-block;
  width: 0.05rem;
  height: 0.33rem;
  background: #f5a623;
  margin-right: 0.12rem;
  vertical-align: middle;
  margin-top: -0.06rem;
}

.you-urban__carousel-wrap {
  overflow: visible;
  padding: 0.2rem 0;
}

.you-urban-swiper {
  position: relative;
  /* 与 centerWidth / 标题同宽 */
  width: 100%;
  height: 5.14rem;
}

/* 高亮固定 9.14×5.14（914×514）；左右露边拉满容器 */
.you-urban__card {
  position: absolute;
  left: 50%;
  top: 0;
  width: 9.14rem;
  height: 5.14rem;
  margin-left: -4.57rem;
  display: block;
  overflow: hidden;
  background: #d5dee2;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition:
    -webkit-transform 0.35s ease,
    opacity 0.35s ease;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

.you-urban__card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  background: #c5d0d4;
}

.you-urban__card.is-center {
  z-index: 30;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* centerWidth 14rem - 高亮 9.14rem → 每侧 2.43rem，两层均分 */
.you-urban__card.is-l1 {
  z-index: 20;
  opacity: 1;
  -webkit-transform: translateX(-1.22rem) scale(0.85);
  -ms-transform: translateX(-1.22rem) scale(0.85);
  transform: translateX(-1.22rem) scale(0.85);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.you-urban__card.is-l2 {
  z-index: 10;
  opacity: 1;
  -webkit-transform: translateX(-2.43rem) scale(0.7);
  -ms-transform: translateX(-2.43rem) scale(0.7);
  transform: translateX(-2.43rem) scale(0.7);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.you-urban__card.is-r1 {
  z-index: 20;
  opacity: 1;
  -webkit-transform: translateX(1.22rem) scale(0.85);
  -ms-transform: translateX(1.22rem) scale(0.85);
  transform: translateX(1.22rem) scale(0.85);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.you-urban__card.is-r2 {
  z-index: 10;
  opacity: 1;
  -webkit-transform: translateX(2.43rem) scale(0.7);
  -ms-transform: translateX(2.43rem) scale(0.7);
  transform: translateX(2.43rem) scale(0.7);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

/* 与高亮图同宽，箭头贴齐高亮左右边 */
.you-urban__caption {
  position: relative;
  width: 9.14rem;
  max-width: 100%;
  margin: 0.32rem auto 0;
  box-sizing: border-box;
  text-align: center;
}

.you-urban__caption-text {
  display: block;
  margin: 0 0.7rem;
  font-size: 0.2rem;
  color: #000;
  line-height: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}

.you-urban__arrow {
  position: absolute;
  top: 0;
  display: block;
  width: 0.48rem;
  height: 0.48rem;
  border: none;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  background: url("./you_arr2.png") no-repeat center center;
  background-size: 100% 100%;
  z-index: 2;
}

.you-urban__arrow--prev {
  left: 0;
}

.you-urban__arrow--next {
  right: 0;
  transform: rotate(180deg);
}

/* ============================================================
   Museums / Mountain Trails accordion
   ============================================================ */
.you-explore {
  background: #ffffff;
  padding: 0.45rem 0 0.7rem;
}

.you-explore__tabs {
  text-align: center;
  margin-bottom: 0.35rem;
}

.you-explore__tab {
  display: inline-block;
  border: none;
  background: transparent;
  cursor: pointer;
  font-family: Fraunces;
  font-size: 0.32rem;
  font-weight: 700;
  color: #123a3a;
  padding: 0.08rem 0.2rem 0.14rem;
  margin: 0 0.35rem;
  border-bottom: 0.04rem solid transparent;
  line-height: 1.2;
  text-decoration: none;
}

.you-explore__tab:hover {
  color: #123a3a;
  text-decoration: none;
}

.you-explore__tab.is-active {
  border-bottom-color: #f5a623;
}

.you-explore__panel {
  display: none;
}

.you-explore__panel.is-active {
  display: block;
}

.you-explore__accordion {
  height: 4.4rem;
  overflow: hidden;
  font-size: 0;
  background: #ffffff;
}

.you-explore__item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 1.72rem;
  height: 100%;
  overflow: hidden;
  margin-right: 0.02rem;
  background: #d5dee2;
  text-decoration: none;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}

.you-explore__item:last-child {
  margin-right: 0;
}

.you-explore__item.is-active {
  width: 7rem;
}

.you-explore__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.you-explore__item-name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.4rem 0.1rem 0.16rem;
  color: #ffffff;
  font-size: 0.14rem;
  text-align: center;
  line-height: 1.3;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
  box-sizing: border-box;
}

.you-explore__item-name p {
  margin: 0;
  word-wrap: break-word;
  word-break: break-word;
  max-height: 5.2em; /* IE10: 1.3 × 4 */
}

/* ============================================================
   Cruise — 固定两项，左大右小，标题左对齐
   ============================================================ */
.you-cruise {
  position: relative;
  background: url("./you_bg4.png") no-repeat center center;
  background-size: 100% 100%;
  padding: 0.6rem 0 1.34rem;
  overflow: hidden;
  box-sizing: border-box;
}

.you-cruise__title {
  margin: 0 0 0.4rem;
  font-family: Fraunces;
  font-size: 0.36rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  text-align: left;
}

.you-cruise__list {
  margin-right: -1.42rem;
}

.you-cruise__card {
  width: 6.75rem;
  height: 7rem;
  display: block;
  position: relative;
  overflow: hidden;
  background: #1a2740;
  text-decoration: none;
  box-sizing: border-box;
  float: left;
}
.you-cruise__card:nth-of-type(2) {
  margin-left: 0.28rem;
  margin-top: 0.42rem; /* 相对主图垂直居中：(5.14-4.4)/2 */
}

.you-cruise__card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.you-cruise__name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.28rem;
  padding: 0 0.12rem;
  color: #ffffff;
  font-size: 0.2rem;
  text-align: center;
  z-index: 1;
}

.you-cruise__name p {
  margin: 0;
  word-wrap: break-word;
  word-break: break-word;
}

.you-cruise__card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1.4rem;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

/* ============================================================
   Plan Your Trip
   ============================================================ */
.you-plan {
  background: #eff9f4;
  padding: 0.78rem 0 0.88rem;
}

.you-plan__card {
  float: left;
  position: relative;
  width: 4.5rem;
  height: 3.52rem;
  margin-right: 0.25rem;
  overflow: hidden;
  border-radius: 0.12rem;
  background: #d5dee2;
  text-decoration: none;
  box-sizing: border-box;
}

.you-plan__card:last-child {
  margin-right: 0;
}

.you-plan__card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.you-plan__badge {
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  color: #ffffff;
  font-size: 0.12rem;
  font-weight: 700;
  padding: 0.02rem 0.12rem;
  border-radius: 999px;
  line-height: 1.3;
}

.you-plan__card:nth-of-type(1) .you-plan__badge {
  background: #3b82c4;
}

.you-plan__card:nth-of-type(2) .you-plan__badge {
  background: #f5a623;
}

.you-plan__card:nth-of-type(3) .you-plan__badge {
  background: #22915f;
}

.you-plan__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.55rem 0.22rem 0.2rem;
  color: #ffffff;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.72));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.72));
  box-sizing: border-box;
}

.you-plan__name {
  display: block;
  font-size: 0.22rem;
  font-weight: bold;
  margin-bottom: 0.06rem;
  line-height: 1.3;
}

.you-plan__desc {
  font-size: 0.16rem;
  line-height: 1.4;
  margin-bottom: 0;
  padding-right: 1rem;
}

.you-plan__more {
  position: absolute;
  right: 0.2rem;
  bottom: 0.1rem;
  font-size: 0.14rem;
}

/* 文章图片 hover 放大 */
.you-info__card img,
.you-heritage__photo img,
.you-classa__card img,
.you-resorts__photo img,
.you-spots__card img,
.you-urban__card img,
.you-explore__item img,
.you-cruise__card img,
.you-plan__card img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 1730px) {
  .w1730 {
    width: 100%;
  }
}
@media screen and (max-width: 1684px) {
  .you-cruise__list {
    margin-right: 0;
  }
}
@media screen and (max-width: 1575px) {
  .w1575 {
    width: 100%;
    box-sizing: border-box;
  }
  /* 设计宽 15.75rem：font-size = 100vw/15.75，子元素 em 等比缩放 */
  .you-spots__grid {
    font-size: 6.34920635vw;
  }
}
@media screen and (max-width: 1525px) {
  .w1525 {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .you-urban__caption-text:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.88;
  }
  .you-panel-more:hover {
    color: #123a3a;
    opacity: 0.88;
    text-decoration: none;
  }
  .you-heritage__link:hover {
    color: #ffffff;
    text-decoration: underline;
  }
  .you-heritage__tab.is-active:hover {
    color: #ffffff;
  }
  .you-heritage__tab:hover {
    color: #5a6b72;
    text-decoration: none;
  }
  .you-info__arrow:hover {
    background-image: url("./you_arr2.png");
    background-size: 100% 100%;
  }
  .you-info__more:hover {
    color: #ffffff;
    opacity: 0.92;
  }
  .you-info__heading:hover {
    color: #1a2f2b;
    text-decoration: none;
    opacity: 0.88;
  }
  .you-info__card:hover img,
  .you-heritage__photo:hover img,
  .you-classa__card:hover img,
  .you-resorts__photo:hover img,
  .you-spots__card:hover img,
  .you-urban__card:hover img,
  .you-explore__item:hover img,
  .you-cruise__card:hover img,
  .you-plan__card:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .you-section-title a:hover,
  .you-heritage__title a:hover,
  .you-resorts__title a:hover,
  .you-spots__title a:hover,
  .you-urban__sub a:hover,
  .you-cruise__title a:hover {
    text-decoration: none;
    opacity: 0.88;
  }
}
/* ============================================================
   Responsive H5
   ============================================================ */
@media screen and (max-width: 1024px) {
  .w1525,
  .w1575,
  .w1730 {
    width: 100%;
  }

  .you-spots__grid {
    font-size: 1rem;
  }

  .you-hero {
    min-height: 4rem;
    padding: 0 0.25rem 1.2rem;
    background-size: 115% auto;
  }
  .you-section-title {
    margin-bottom: 0.3rem;
  }
  .you-section-title,
  .you-heritage__title,
  .you-spots__title,
  .you-resorts__title,
  .you-urban__sub,
  .you-cruise__title {
    font-size: 0.36rem;
    line-height: 1.25;
  }

  .you-info,
  .you-heritage,
  .you-spots,
  .you-urban,
  .you-explore,
  .you-plan,
  .you-classa,
  .you-resorts,
  .you-cruise {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-bottom: 0.4rem;
    box-sizing: border-box;
  }

  .you-spots,
  .you-urban,
  .you-explore,
  .you-plan,
  .you-classa,
  .you-resorts,
  .you-cruise {
    padding-top: 0.4rem;
  }
  .you-heritage {
    padding-top: 0.1rem;
  }
  /* ---------- Travel Info：上下堆叠，取消绝对定位 ---------- */
  .you-info {
    overflow: hidden;
  }

  .you-info__body {
    height: auto;
  }

  .you-info__left {
    position: absolute;
    width: 100%;
    padding-top: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.6);
    bottom: 0.88rem;
    border-radius: 0 0 0.1rem 0.1rem;
  }

  .you-info__heading {
    font-size: 0.28rem;
    margin: 0;
    display: block;
    max-height: none;
    color: #fff;
    padding: 0.1rem 0.2rem;
  }

  .you-info__more {
    font-size: 0.26rem;
    width: 2.4rem;
    line-height: 0.56rem;
    display: none;
  }

  .you-info__right {
    position: static;
    left: auto;
    top: auto;
    float: none;
    width: 100%;
    overflow: hidden;
  }
  .you-info-swiper {
    height: 3.8rem;
  }

  .you-info-swiper .swiper-slide,
  .you-info-swiper .swiper-slide.swiper-slide-active,
  .you-info-swiper .swiper-slide-next {
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  /* 与 PC 主卡比例一致 5.28 : 3.86 */
  .you-info__card,
  .you-info-swiper .swiper-slide.swiper-slide-active .you-info__card {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .you-info__card img {
    position: absolute;
    top: 0;
    left: 0;
  }

  .you-info__nav {
    text-align: center;
    padding-top: 0.28rem;
  }

  /* ---------- World Heritage ---------- */
  .you-heritage__header {
    text-align: center;
  }

  .you-heritage__title {
    float: none;
    width: 100%;
    margin: 0 0 0.24rem;
  }
  .you-heritage__title br {
    display: none;
  }

  .you-heritage__tabs {
    float: none;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }

  .you-heritage__tab {
    font-size: 0.24rem;
    padding: 0.12rem 0.08rem;
    line-height: 1.3;
  }

  .you-heritage-swiper .swiper-slide,
  .you-heritage__item {
    height: auto;
  }

  .you-heritage__photo,
  .you-heritage__card {
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
  }

  /* PC 图区 9.9 × 5.76 */
  .you-heritage__photo {
    height: 0;
    padding-bottom: 58.182%;
  }

  .you-heritage__photo img {
    position: absolute;
    top: 0;
    left: 0;
  }

  .you-heritage__card {
    height: 3.6rem;
    padding: 0.32rem 0.28rem 0.28rem;
    box-sizing: border-box;
  }

  .you-heritage__name {
    font-size: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.6em;
    margin-bottom: 0.16rem;
  }

  .you-heritage__desc,
  .you-heritage__link {
    font-size: 0.26rem;
  }

  .you-heritage__desc {
    line-height: 1.5;
    -webkit-line-clamp: 5;
    max-height: 1.95rem; /* 0.26 × 1.5 × 5 */
    height: 1.95rem;
  }

  .you-panel-more {
    font-size: 0.26rem;
    margin-top: 0.24rem;
  }

  /* ---------- Class A：H5 一屏两项，取消 PC 交错，比例 4.12:5.6 ---------- */
  .you-classa-swiper {
    height: auto;
    padding-bottom: 0.1rem;
    overflow: hidden;
  }

  /* 覆盖 PC 的 6n 交错顶距，全部顶对齐 */
  .you-classa-swiper .swiper-slide,
  .you-classa-swiper .swiper-slide:nth-of-type(6n + 2),
  .you-classa-swiper .swiper-slide:nth-of-type(6n + 4),
  .you-classa-swiper .swiper-slide:nth-of-type(6n + 3) {
    padding-top: 0;
    height: auto;
    box-sizing: border-box;
  }

  /* 覆盖 PC 各档固定高度，统一主卡比例 5.6/4.12 */
  .you-classa__card .you-classa-swiper .swiper-slide .you-classa__card,
  .you-classa-swiper .swiper-slide:nth-of-type(6n + 3) .you-classa__card {
    width: 100%;
    height: 0;
    padding-bottom: 135.922%;
  }

  .you-classa__card img {
    position: absolute;
    top: 0;
    left: 0;
  }

  .you-classa__badge {
    font-size: 0.28rem;
    line-height: 0.48rem;
    min-width: 1.1rem;
  }

  .you-classa__name {
    font-size: 0.26rem;
  }

  /* ---------- Resorts：纵向排列，图区比例 PC 10.98:5.95 ---------- */
  .you-resorts__body {
    display: block;
  }

  .you-resorts__photo {
    float: none;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 54.189%;
    margin: 0 0 0.16rem;
  }

  .you-resorts__photo-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .you-resorts__photo img {
    position: absolute;
    top: 0;
    left: 0;
  }

  .you-resorts__list {
    float: none;
    width: 100%;
    height: auto;
  }

  .you-resorts__item {
    height: auto;
    line-height: 1.35;
    padding: 0.3rem 0.16rem;
    font-size: 0.28rem;
  }

  .you-resorts__item > div {
    height: auto;
    padding: 0.12rem 0;
  }

  /* ---------- Spots：两列，比例按 PC 默认卡 4.55:3.02 ---------- */
  .you-spots__card,
  .you-spots__card:nth-of-type(n),
  .you-spots__card:nth-of-type(6n + 2),
  .you-spots__card:nth-of-type(6n + 3),
  .you-spots__card:nth-of-type(6n + 5),
  .you-spots__card:nth-of-type(6n) {
    float: left;
    clear: none;
    width: 48.5%;
    height: 0;
    padding-bottom: 32.191%; /* 48.5% × (3.02/4.55) */
    margin: 0 3% 0.2rem 0;
    border-radius: 0.28rem 0 0.28rem 0;
  }

  .you-spots__card:nth-of-type(3n + 1),
  .you-spots__card:nth-of-type(6n + 3),
  .you-spots__card:nth-of-type(6n + 4) {
    margin-top: 0;
  }

  .you-spots__card:nth-of-type(2n) {
    margin-right: 0;
    border-radius: 0 0.28rem 0 0.28rem;
  }

  .you-spots__card:nth-of-type(2n + 1) {
    clear: left;
  }

  .you-spots__card img {
    position: absolute;
    top: 0;
    left: 0;
  }

  .you-spots__name {
    font-size: 0.24rem;
    line-height: 1.35;
    padding: 0.36rem 0.12rem 0.14rem;
    max-height: 1.35rem;
  }

  /* ---------- Urban：比例 PC 9.14:5.14 ---------- */
  .you-urban-swiper {
    height: 0;
    padding-bottom: 43.864%; /* 78% × (5.14/9.14) */
  }

  .you-urban__card {
    width: 78%;
    height: 0;
    padding-bottom: 43.864%;
    margin-left: -39%;
  }

  .you-urban__card img {
    position: absolute;
    top: 0;
    left: 0;
  }

  .you-urban__card.is-l1 {
    -webkit-transform: translateX(-0.4rem) scale(0.85);
    -ms-transform: translateX(-0.4rem) scale(0.85);
    transform: translateX(-0.4rem) scale(0.85);
  }

  .you-urban__card.is-l2 {
    -webkit-transform: translateX(-0.8rem) scale(0.7);
    -ms-transform: translateX(-0.8rem) scale(0.7);
    transform: translateX(-0.8rem) scale(0.7);
  }

  .you-urban__card.is-r1 {
    -webkit-transform: translateX(0.4rem) scale(0.85);
    -ms-transform: translateX(0.4rem) scale(0.85);
    transform: translateX(0.4rem) scale(0.85);
  }

  .you-urban__card.is-r2 {
    -webkit-transform: translateX(0.8rem) scale(0.7);
    -ms-transform: translateX(0.8rem) scale(0.7);
    transform: translateX(0.8rem) scale(0.7);
  }

  .you-urban__caption {
    width: 78%;
  }

  .you-urban__caption-text {
    font-size: 0.26rem;
    margin: 0 0.6rem;
  }

  /* ---------- Explore：比例与 PC 一致 14:4.4；展开 7/14、收起 1.72/14 ---------- */
  .you-explore__tab {
    font-size: 0.3rem;
    margin: 0 0.12rem;
  }

  .you-explore__accordion {
    /* 内容宽 ≈ 7.5rem - 左右 padding 0.25rem×2，高 = 宽 × 4.4/14 */
    height: 2.2rem;
    font-size: 0;
  }

  .you-explore__item {
    display: inline-block;
    vertical-align: top;
    width: 12.285714%; /* 1.72 / 14 */
    height: 100%;
    margin: 0 0.142857% 0 0; /* 0.02 / 14 */
  }

  .you-explore__item.is-active {
    width: 50%; /* 7 / 14 */
    height: 100%;
  }

  .you-explore__item-name {
    font-size: 0.22rem;
    padding: 0.3rem 0.06rem 0.12rem;
  }

  /* ---------- Cruise：比例 PC 6.75:7 ---------- */
  .you-cruise {
    height: auto;
  }

  .you-cruise__list {
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .you-cruise__card,
  .you-cruise__card:nth-of-type(n),
  .you-cruise__card--main,
  .you-cruise__card--side {
    float: none;
    width: 45%;
    height: 4rem;
    margin: 0 0 0.2rem;
  }

  .you-cruise__name {
    font-size: 0.28rem;
  }

  /* ---------- Plan：比例 PC 4.5:3.52 ---------- */
  .you-plan__card {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 0.22rem;
  }

  .you-plan__name {
    font-size: 0.3rem;
  }

  .you-plan__desc,
  .you-plan__more,
  .you-plan__badge {
    font-size: 0.24rem;
  }
  .you-plan__more {
    position: initial;
    float: right;
  }
}
