.destination_city {
  display: flex;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 99;
  padding: 2rem 1rem;
  font-size: 12px;
  color: #000;
  background: #FFFFFF;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

/* Destination City */

.city-select:hover {
  cursor: pointer;
}

.city-select .city-name {
  width: 240px;
}

.city-select .city-icon {
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
}

.city-box.open .city-icon {
  transform: rotate(-180deg);
  /*展开时向上*/
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.city-list {
  display: none;
  position: absolute;
  right: -88px;
  top: -195px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  width: 144px;
  padding: 10px 0;
  list-style: none;
  margin: 0;
  z-index: 20;
  max-height: 752px;
  overflow-y: auto;
}

.city-box.open .city-list {
  display: block;
}

/* 隐藏滚动条 */
.city-list::-webkit-scrollbar {
  display: none;
}

.city-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 24px;
  transition: background 0.2s;
  cursor: pointer;
  font-size: 12px;
}

.city-list li img {
  display: none;
}

.city-list li.active img {
  display: block;
}

.city-list li:active {
  background: var(--CNT-B90, #E6E6E6);
}

.city-list li:hover {
  background: var(--CNT-B95, #F2F2F2);
}

/* Intangible Cultural Heritage */
.cultural_box {
  margin-bottom: 3.5rem;
}

.cultural_box .card_box h6 {
  padding: 1.5rem;
  font-size: 14px;
}

.cultural_box .card_box .card_bottom {
  padding: 1rem;
}

.cultural_box .card_box .card_bottom h6 {
  padding: 0;
}

/* Authentic Experiences */
.cards-wrapper li {
  margin-bottom: 20px;
}

.cards-wrapper .cards-wrapper-item {
  display: flex;
  background: #fff;
  border-radius: 24px;
  min-height: 240px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

.cards-wrapper-item img {
  width: 44%;
  height: auto;
  object-fit: cover;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

.cards-wrapper-content {
  padding: 2rem;
  color: #000000;
}

.cards-wrapper-content h3 {
  margin: 0 0 12px 0;
  font-size: 1rem;
}

.cards-wrapper-content p {
  font-size: 12px;
}

/* Seasonal Travel */
.seasonal-travel {
  padding-top: 3.75rem;
}

.seasonal-travel .season-row {
  display: flex;
  background: #fff;
  border-radius: 24px;
  margin-bottom: 20px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

.season-row.reverse {
  flex-direction: row-reverse;
}

.season-img {
  width: 50%;
  height: 240px;
}

.season-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px 0 0 24px;
  -webkit-border-radius: 24px 0 0 24px;
  -moz-border-radius: 24px 0 0 24px;
  -ms-border-radius: 24px 0 0 24px;
  -o-border-radius: 24px 0 0 24px;
}

.season-row.reverse .season-img img {
  border-radius: 0 24px 24px 0;
  -webkit-border-radius: 0 24px 24px 0;
  -moz-border-radius: 0 24px 24px 0;
  -ms-border-radius: 0 24px 24px 0;
  -o-border-radius: 0 24px 24px 0;
}

.season-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  padding: 2rem;
  min-height: 240px;
}

.season-info h1 {
  line-height: 1;
  font-weight: bold;
  font-size: 4rem;
  color: #1A1A1A;
}

.season-info p {
  font-size: 12px;
  color: #000000;
}

/* seasonal Updates */
.seasonal_service {
  padding-right: 29px;
  background: #FFFFFF;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

.seasonal_service h1 {
  padding: 32px 0 19px 32px;
  font-weight: bold;
  color: #000;
}

.seasonal_service .seasonal_thumb {
  width: 100%;
  height: 219px;
  object-fit: cover;
  border-radius: 0 24px 24px 0;
  -webkit-border-radius: 0 24px 24px 0;
  -moz-border-radius: 0 24px 24px 0;
  -ms-border-radius: 0 24px 24px 0;
  -o-border-radius: 0 24px 24px 0;
}

.seasonal_service p {
  margin: 40px 0 40px 32px;
  height: 68px;
  line-height: 17px;
}

.seasonal_service .seasonal_right {
  padding-bottom: 36px;
  text-align: right;
}

@media (max-width: 900px) {

  .season-img,
  .season-info {
    width: 100%;
    min-width: 0;
    padding: 16px;
    height: auto;
  }

  .season-info h1 {
    font-size: 32px;
  }

  .seasonal_service {
    padding: 16px;
  }
}