/* 页面栏目标题部分 */
.chnldesc1 {
  text-transform: uppercase;
}

.chnldesc1 > a {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* 图标 */
.icon {
  display: inline-block;
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.carousel-nav button i {
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns%3D%27http%3A//www.w3.org/2000/svg%27 viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M14.71 6.71a.996.996 0 0 0-1.41 0L8.71 11.3a.996.996 0 0 0 0 1.41l4.59 4.59a.996.996 0 1 0 1.41-1.41L10.83 12l3.88-3.88c.39-.39.38-1.03 0-1.41'/%3E%3C/svg%3E");
}

.carousel-nav button.carousel-next i {
  transform: rotate(180deg);
}

.experience-top-btn i,
.destinations-top-btn i {
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns%3D%27http%3A//www.w3.org/2000/svg%27 viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M14.71 6.71a.996.996 0 0 0-1.41 0L8.71 11.3a.996.996 0 0 0 0 1.41l4.59 4.59a.996.996 0 1 0 1.41-1.41L10.83 12l3.88-3.88c.39-.39.38-1.03 0-1.41'/%3E%3C/svg%3E");
}

.experience-top-btn.next i,
.destinations-top-btn.next i {
  transform: rotate(180deg);
}

h2 i.jump {
  color: #21549b;
  margin-left: 12px;
  width: 20px;
  height: 20px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns%3D%27http%3A//www.w3.org/2000/svg%27 viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10S4.477 0 10 0M8.749 5.646a.682.682 0 1 0-.977.951l3.402 3.491l-3.397 3.42a.682.682 0 1 0 .967.96l3.87-3.894a.68.68 0 0 0 .005-.957Z'/%3E%3C/svg%3E");
}

.qa-top h2 > a {
  display: flex;
  align-items: center;
  gap: 22px;
}

.qa-top h2 > a:hover {
  color: #fff;
}

.qa-top h2 .jump {
  display: inline-flex;
  background: #21549b;
  border-radius: 99px;
}

.qa-top h2 .jump i {
  width: 20px;
  height: 20px;
  color: #fff;
  --svg: url("data:image/svg+xml,%3Csvg xmlns%3D%27http%3A//www.w3.org/2000/svg%27 viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m10 17l5-5m0 0l-5-5'/%3E%3C/svg%3E");
}

/* 面包屑 */
.cur-position-1 {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}

.cur-position-1 i {
  display: inline-block;
  width: 16px;
  height: 16px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns%3D%27http%3A//www.w3.org/2000/svg%27 viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m10 7l5 5l-5 5'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.cur-position-1 a {
  transition: color 0.2s ease-in-out;
}

.cur-position-1 a:hover {
  color: #64cee8;
}

/* 2025年12月25日改 - 详情页新闻链接悬浮和点击效果 */
.detail-img-list-1 .item {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.detail-img-list-1 .title {
  transition: all 0.3s ease;
  cursor: pointer;
}

.detail-img-list-1 img {
  transition: transform 0.3s ease;
}

.detail-img-list-1 a:hover .item {
  box-shadow: 0 4px 20px rgba(100, 206, 232, 0.3);
}

.detail-img-list-1 a:hover .title {
  color: #64cee8;
}

.detail-img-list-1 a:active .title {
  color: #4ab8d4;
}

/* 2025年12月25日改 - AI问答iframe样式 */
.qa-ai-iframe {
  width: 100%;
  height: 318px;
  border: none;
  border-radius: 20px;
}

/* 稿件内图片显示 */
figure {
  max-width: 80%;
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 1.8rem;
}
figure.image img {
  margin: 0;
  max-width: 100%;
  width: auto;
}
figure.image figcaption {
  font-size: 16px;
  margin-top: 10px;
  color: #8a8a8a;
  text-align: center;
  display: block;
}
figure.image {
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border: 0px solid white;
}
figure.image.align-left {
  float: left;
}
figure.image.align-right {
  float: right;
}
figure.image.align-center {
  margin-left: auto;
  margin-right: auto;
}

/* 稿件内视频 */
#iframeDiv {
  margin-bottom: 20px;
  text-align: center;
}
#iframeDiv iframe {
  width: 100%;
  max-width: 850px;
  height: auto;
  aspect-ratio: 16 / 9;
}

/* nav */
.mobile-menu-item-header span {
  text-transform: uppercase;
}

/* AI图标 */
.ai-draggable-icon {
  width: 110px;
  height: 119px;
}

/* 首页 */
.carousel-slide img.pc {
  display: none;
}

.experience-card .card-image img {
  object-fit: cover;
}

/* plan your visit */
.plan-your-visit-1 .a1 a {
  transition: color 0.2s ease-in-out;
}

.plan-your-visit-1 .a1 a:hover {
  color: #64cee8;
}

/* 移动端 */
@media screen and (max-width: 767px) and (orientation: portrait) {
  .search-input-1 .input1 {
    height: 100%;
    font-size: 30px;
  }

  h2 i.jump,
  .qa-top h2 .jump i {
    width: 30px;
    height: 30px;
  }

  .cur-position-1 i {
    width: 20px;
    height: 20px;
  }

  .qa-ai-iframe {
    height: 100%;
  }

  figure.image figcaption {
    font-size: 24px;
  }

  .ai-draggable-icon {
    width: 134px;
    height: 145px;
  }
}
