/* Litepicker 左侧快捷范围栏隐藏 */
.litepicker .container__predefined-ranges,
.litepicker .litepicker-predefined-ranges {
  display: none !important;
}

/* 去掉左侧栏后，主体贴齐 */
.litepicker .container__main {
  margin-left: 0 !important;
}

/* 桌面端为票价多留一点横向空间：双月日历约 608px，可完整容纳常见日元金额。 */
@media screen and (min-width: 768px) {
  .litepicker {
    --litepicker-day-width: 42px;
    --litepicker-month-width: calc(var(--litepicker-day-width) * 7);
  }
}

.litepicker .container__days>div, .litepicker .container__days>a {
  padding: 5px 0;
  width: 14% !important;
  height: 52px;
  line-height: 1.2;
}

.litepicker-footer-note {
  padding: 6px 10px 10px;
  font-size: 11px;
  color: #fff;
  border-top: 1px solid #E5E7EB;
  text-align: left;
  background-color: black;
}

.litepicker .container__days .day-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}

.litepicker .day-item .day-num {
  min-height: 18px;
  line-height: 18px;
}

.litepicker .day-item .day-price {
  max-width: calc(100% - 1px);
  margin-top: 2px;
  overflow: hidden;
  color: #667085;
  font-size: 10px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: -0.2px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.litepicker .day-item .day-price.is-long {
  font-size: 9px;
  letter-spacing: -0.35px;
}

/* 低价提示在鼠标悬停形成的日期范围内也应保留；实际起止日仍由深蓝选中态优先显示。 */
.litepicker .container__days .day-item.is-low-fare:not(.is-start-date):not(.is-end-date) {
  border-radius: 4px;
  background-color: #E6F7FA !important;
}

/* 进入选中区间后只覆盖低价背景，低价文字及其他状态保持不变。 */
.litepicker .container__days .day-item.is-low-fare.is-in-range:not(.is-start-date):not(.is-end-date) {
  background-color: var(--litepicker-is-in-range-color) !important;
}

.litepicker .day-item.is-low-fare .day-price {
  color: #008A96;
}

.litepicker .day-item.is-start-date .day-price,
.litepicker .day-item.is-end-date .day-price {
  color: #ffffff;
}

.day-item{
  cursor: pointer !important;
}

.is-locked{
  cursor:default !important
}

input[type="checkbox"] {
  accent-color: #03205A; /* 你想要的颜色 */
}

/* === Litepicker 日期格子可点击修复 === */

/* 我们插入的价格层，不要截获点击事件 */
.litepicker .day-item .day-num,
.litepicker .day-item .day-price {
  pointer-events: none;
}

/* 非锁定日期给出可点击的视觉反馈 */
.litepicker .day-item:not(.is-locked) {
  cursor: pointer;
}

.month-item-weekdays-row{
  width: 100%;
  padding: 0 2% !important;
}

.container__days{
  padding-left: 2% !important;
}

/* 外部来溁E*/
.dl-none {
  display: none;
}

@media screen and (max-width: 767px) {
  .dl-none {
    display: block;
  }
}

.is-transparent{
  position: relative;
}

.top-source {
  font-size: 12px;
  color: black;
  background-color: #E5E7EB;
  line-height: 30px;
  width: 100%;
  text-align: center;
}

/* 检索桁E*/

/* 冁E��区域包裁E�� - 为 fixed 背景后的冁E��提供白色背景 */
.content-wrapper {
  --home-section-gap: 48px;
  background: #fff;
  padding: var(--home-section-gap) 0;
  display: flex;
  flex-direction: column;
  row-gap: var(--home-section-gap);
}

/* 首页首屏内容顺序：热门航线先于品牌优势展示。 */
.content-wrapper > .top-popular-routes {
  order: -1;
}

/* 首页各个板块统一由父容器控制间距，避免 section 各自叠加 margin。 */
.content-wrapper > .top-brand-reasons-section,
.content-wrapper > .top-special,
.content-wrapper > .popular-destinations,
.content-wrapper > .top-popular-routes,
.content-wrapper > .top-ad-banner,
.content-wrapper > .top-featured {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  /* Flex 容器下恢复热门目的地的桌面通栏宽度。 */
  .content-wrapper > .popular-destinations {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .content-wrapper {
    --home-section-gap: 28px;
    padding: var(--home-section-gap) 0;
    row-gap: var(--home-section-gap);
  }
  .banner-curve-overlay {
    display: none;
  }
}

.top-searcher {
  position: relative;
  z-index: 20;
  padding-top: 0;
  padding-bottom: 60px;
  margin-bottom: 0px;
  background-image: url(/img/top/bg14.jpg);
  background-size: cover;
  background-position: center center;
  overflow: visible;
}

.top-searcher::before {
  display: none;
}

/* Banner 弧线遮罩层 - 使用 SVG 覆盖 */
.banner-curve-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  display: none;
}

.top-searcher > div {
  position: relative;
  z-index: 1;
}

.top-searcher-bg {
  display: none;
}

.top-searcher-box {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

/* ================================
   顶部标题整体容器
================================ */
.top-searcher-box-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding: 35px 0px 10px 0px;

  z-index: 1;
}

@media screen and (min-width: 901px) {
  .top-searcher-box-title-wrapper {
    padding-top: 120px;
  }
}

/* ================================
   主标题：冷白（核心视觉）
================================ */
.top-searcher-box-title {
    color: rgba(255, 255, 255, 0.98);
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1.25;
}

/* ================================
   副标题：冷灰白（层级区分）
================================ */
.top-searcher-box-title-sub {
    color: rgba(255, 255, 255, 0.92);
    font-size: 20px;
    font-weight: 600;
    margin: 5px 0 20px 0;
    line-height: 1.35;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.38), 0 1px 2px rgba(0, 0, 0, 0.22);
}

/* ================================
   第三行说明：雾蓝灰（日系感）
================================ */
.top-searcher-box-title-sub2 {
  display: none;
  color: rgba(210, 225, 235, 0.90);
  /* 冷淡蓝灰 */
  font-size: 16px;
  font-weight: 600;
  margin: 16px 0 0 0;
  line-height: 1.55;
  text-shadow:
    0 2px 12px rgba(0, 0, 0, 0.32),
    0 1px 2px rgba(0, 0, 0, 0.18);
}

/* ================================
   安心卖点容器 (Trust Badges Bar)
================================ */
.top-searcher-box-features {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 14px 0 10px 0;
  flex-wrap: wrap;
}

.top-searcher-box-feature-item {
display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    padding: 6px 14px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    text-shadow: none;
    transition: all 0.3s ease;
}

.top-searcher-box-feature-item i {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.95);
}

.top-searcher-box-feature-icon-zh {
  display: none !important;
}

html.lang-zh .top-searcher-box-feature-icon-default {
  display: none !important;
}

html.lang-zh .top-searcher-box-feature-icon-zh {
  display: inline-block !important;
}


.top-searcher-box-title-smart {
  display: none;
}

.top-searcher-box-subtitle {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  /* 添加斁E��阴影 */
  opacity: 0.95;
}

/* ================================
   搜索框内部主业务选项卡 (Internal Service Tabs)
================================ */
.form-main-tabs {
  display: flex;
  margin: -20px -20px 20px -20px;
  background: #EEF3FF;
  border-bottom: 1px solid #E5E7EB;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.form-main-tab {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 18px 10px;
  text-decoration: none;
  color: #667085;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
  border-right: 1px solid #E5E7EB;
}

.form-main-tab:last-child {
  border-right: none;
}

.form-main-tab:hover {
  color: #2C61FE;
  background: #ffffff;
}

.form-main-tab.active {
  color: #2C61FE;
  background: #ffffff;
  border-bottom-color: #2C61FE;
  pointer-events: none;
}

.form-main-tab svg {
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .form-main-tabs {
    margin: -20px -20px 15px -20px;
  }

  .form-main-tab {
    padding: 14px 5px;
    font-size: 13px;
    gap: 4px;
  }

  .form-main-tab svg {
    width: 16px;
    height: 16px;
  }
}

.top-searcher-box-form {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05);
  /* -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25); */
  /* box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25); */
  border-radius: 6px;
  margin: 0;
  margin-top: 0px;
  position: relative;
  z-index: 2;
padding: 16px 25px;
}

@media screen and (max-width: 900px) {
  
}

.top-searcher-box-form-last-search{
  width: 100%;
  max-width: 572px;
  background-color: #fff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05);
  /* -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25); */
  /* box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25); */
  border-radius: 6px;
  margin: 0;
  margin-top: 20px;
  position: relative;
  padding: 16px;
}

.top-searcher-box-form-last-search-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #667085;
}

.top-searcher-box-form-last-search-row-close{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  -webkit-user-select: none;
  /* Safari */
  user-select: none;
}

.top-searcher-box-form-last-search-row-title{
  font-size: 18px;
  color: black;
  font-weight: bold;
}

.top-searcher-box-form-last-search-row-btn{
  height: auto;
  background: #2C61FE;
  color: #fff;
  padding: 10px 12px;
  border: none;
  display: inline-block;
  text-align: center;
  font-size: 14px !important;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  min-width: 100px;
  margin-left: 10px;
}

.last-search-border-top{
  border-top: 1px dashed #E5E7EB;
  padding-top: 10px;
  margin-top: 10px;
}

.top-searcher-box-form-tab {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

/* 「片道」纯色对话气泡 (放大气泡 + 纯色 #F06703 + 左下方自然尖角) */
.custom-radio--has-speech-bubble {
  position: relative;
}

.radio-speech-bubble {
  position: absolute;
  bottom: calc(100% + 7px);
  left: 28px;
  transform: translateX(-15%);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 11px 5px 10px;
  background: #F06703;
  color: #ffffff;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  box-shadow: none;
  pointer-events: none;
  z-index: 10;
}

/* 左下方无缝融合的小尖角 */
.radio-speech-bubble::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #F06703 transparent transparent transparent;
}

.radio-crown-icon {
  font-size: 11px;
  color: #FFE600; /* 高亮金黄色皇冠 */
}

.custom-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  /* Safari */
  user-select: none;
  position: relative;
  margin-right: 30px;
}

.custom-radio input {
  display: none;
  /* 隐藏原生 radio */
}

.radio-mark {
  width: 14px;
  height: 14px;
  border: 2px solid #E5E7EB;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  transition: border-color 0.2s, background-color 0.2s;
}

.radio-label {
  font-size: 16px;
}

/* 选中状态E*/
.custom-radio input:checked+.radio-mark {
  border-color: #2C61FE;
  background-color: #2C61FE;
}

/* 选中时斁E��加粁E*/
.custom-radio input:checked+.radio-mark+.radio-label {
  font-weight: bold;
}

.custom-radio input:checked {
  font-weight: bold;
}

.radio-mark::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s;
}

/* 选中时显示冁E��小圆点 */
.custom-radio input:checked+.radio-mark::after {
  transform: translate(-50%, -50%) scale(1);
}

.top-searcher-box-form-condition {
  padding: 0;
  margin-top: 6px;
  display: flex;
}

.top-searcher-box-form-condition-add {
  position: relative;
}

.top-searcher-box-form-condition-add-title {
  position: absolute;
  top: 10px;
  left: 40px;
  color: #667085;
  font-size: 14px;
  -webkit-user-select: none;
  /* Safari */
  user-select: none;
  pointer-events: none;
}

.top-searcher-box-form-condition-add-input {
  width: 280px;
  min-height: 60px;
  padding: 22px 20px 0 40px;
  border: 1px solid #E5E7EB;
  font-size: 16px;
  white-space: nowrap;
  /* 不换衁E*/
  overflow: hidden;
  /* 隐藏趁E�E部刁E*/
  text-overflow: ellipsis;
  /* 趁E�E部刁E�� ... 表示 */
  border-radius: 6px;
}

.top-searcher-box-form-condition-btn-del {
  color: #2C61FE;
  font-size: 14px;
  margin-top: auto;
  margin-left: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  /* Safari */
  user-select: none;
}

.input-arrow {
  width: 8px;
  height: 8px;
  border-right: 2px solid #1F2937;
  border-bottom: 2px solid #1F2937;
  transform: rotate(45deg);
  /* 45度旋转成箭头形 */
}

.top-searcher-box-form-condition-add-input:focus {
  min-height: 60px;
  padding: 0 20px 0 40px;
  border: 1px solid #E5E7EB;
}

.top-searcher-box-form-condition-add-input:focus+.top-searcher-box-form-condition-add-title {
  display: none;
}

.top-searcher-box-form-condition-add-icon {
  width: 20px;
  position: absolute;
  z-index: 100;
  left: 12px;
  top: 20px
}

/* 下拉菜单-机场 */
.top-searcher-box-form-condition-add-dropdown {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 200;
  overflow: auto;
  width: 500px;
  height: 392px;
  background-color: white;
  -webkit-box-shadow: 0 2px 10px 0 rgba(34, 34, 34, .15);
  box-shadow: 0 2px 10px 0 rgba(34, 34, 34, .15);
  border-radius: 8px;
  display: none;
}

.top-searcher-box-form-condition-add-dropdown-note {
  font-size: 12px;
  padding: 12px;
  color: #2C61FE;
}

.top-searcher-box-form-condition-add-dropdown-area {
  width: 100%;
}

.top-searcher-box-form-condition-add-dropdown-area-line {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px dashed #E5E7EB;
}

.top-searcher-box-form-condition-add-dropdown-area-title {
  padding: 8px 16px;
  background-color: #F7F8FA;
  width: 100%;
  border-bottom: 1px solid white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-user-select: none;
  /* Safari */
  user-select: none;
}

.top-searcher-box-form-condition-add-dropdown-area-lists {
  display: grid;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  row-gap: 4px;
  margin-top: 8px;
  margin-bottom: 8px;
  grid-template-columns: 1fr 1fr 1fr;
  font-size: 14px;
  -webkit-user-select: none;
  /* Safari */
  user-select: none;
}

.top-searcher-box-form-condition-add-dropdown-area-list {
  line-height: 28px;
  cursor: pointer;
  min-height: 28px;
  overflow: hidden;
  white-space: nowrap;
  padding: 4px 12px;
  white-space: nowrap;
  /* 不换衁E*/
  overflow: hidden;
  /* 隐藏趁E�E部刁E*/
  text-overflow: ellipsis;
  /* 趁E�E部刁E�� ... 表示 */
}

.top-searcher-box-form-condition-add-dropdown-area-list:hover {
  background-color: #2C61FE;
  color: white;
}

.top-searcher-box-form-condition-add-dropdown-keyword-list {
  padding: 8px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.top-searcher-box-form-condition-add-dropdown-keyword-list-left {
  width: 18px;
  height: 18px;
}

.top-searcher-box-form-condition-add-dropdown-keyword-list-right {
  margin-left: 12px;
}

.top-searcher-box-form-condition-add-dropdown-keyword-list-right-title {
  font-size: 14px;
}

.top-searcher-box-form-condition-add-dropdown-keyword-list-right-sub {
  font-size: 12px;
  color: #667085;
}

.top-searcher-box-form-condition-add-dropdown-keyword-list:hover {
  background-color: #2C61FE;
  color: white;
}

.top-searcher-box-form-condition-add-dropdown-keyword-list:hover .top-searcher-box-form-condition-add-dropdown-keyword-list-right-sub {
  color: white;
}


.top-searcher-box-form-condition-exchange {
  width: 32px;
  height: 32px;
  border-radius: 90%;
  border: 1px solid #E5E7EB;
  background-color: white;
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translate(50%, -50%);
  z-index: 100;
  cursor: pointer;
  -webkit-user-select: none;
  /* Safari */
  user-select: none;
}

.top-searcher-box-form-condition-exchange:hover {
  border: 1px solid #2C61FE;
}

.top-searcher-box-form-condition-exchange-img {
  width: 60%;
  margin: 20%;
}

.top-searcher-box-form-condition-exchange-img {
  transition: transform 0.3s ease;
  /* 动画迁E�� */
}

.top-searcher-box-form-condition-exchange-img.rotate {
  transform: rotate(180deg);
}

.top-searcher-box-form-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 16px;
}

#top-searcher-box-form-btn-mul {
  display: none;
}

#RoundTrip-date-box{
  position: relative;
  -webkit-user-select: none;
  /* Safari */
  user-select: none;
}

#datepicker2{
  background-color: rgba(0, 0, 0, .03);
}

/* =========================
   RoundTrip：日期范围合并展示（start + end）
   ========================= */

/* 第二个日期框不要再用遮罩禁用，改成“展示用不可点” */
#RoundTrip-date-box {
  margin-left: 0 !important;      /* 紧贴去程 */
}

/* 回程 input：只展示，不允许点击/聚焦打开日历 */
#RoundTrip-date-box #datepicker2 {
  pointer-events: auto;            /* ✅ 允许点击 */
  background-color: transparent;
  padding-left: 18px !important;
  cursor: pointer;                /* ✅ 鼠标手势 */
}

/* 让两段 input 视觉上更像一个整体（可选，但推荐） */
#datepicker {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

#datepicker2 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}


/* ✅ 禁用状态：加 class 就生效 */
#RoundTrip-date-box.is-disabled::after{
  content:"";
  position:absolute;
  inset:0;
  cursor: not-allowed;          /* ✅ 显示🚫 */
  pointer-events: all;          /* ✅ 吃掉鼠标事件，不穿透 */
  z-index: 9999;                /* ✅ 压到 input 上面 */
}

.top-searcher-box-form-btn-mul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  -webkit-user-select: none;
  /* Safari */
  user-select: none;
  cursor: pointer;
}

.top-searcher-box-form-btn-mul-icon {
  height: 14px;
  color: #2C61FE;
}

.top-searcher-box-form-btn-mul-p {
  font-size: 14px;
  color: #2C61FE;
  margin-left: 4px;
}

#direct_flights_only {
  opacity: 0;
  position: absolute;
  z-index: 12;
  width: 16px;
  height: 16px;
}

.direct_flights_only_checkbox_label::before {
  cursor: pointer;
}

.direct_flights_only_checkbox_label {
  cursor: pointer;
}

.direct_flights_only_checkbox input[type=checkbox]:checked+.direct_flights_only_checkbox_label::before {
  display: inline-block;
  content: "✓";
  background-color: #2C61FE;
  border-color: #2C61FE;
  color: white;
}

.direct_flights_only_checkbox input[type=checkbox]+.direct_flights_only_checkbox_label::before {
  font-weight: 400;
  font-size: 14px;
  content: " ";
  border: 2px solid #667085;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  height: 14px;
  line-height: 14px;
  width: 14px;
  margin-top: -4px;
  margin-right: 8px;
}

.top-searcher-box-form-btn-search {
  height: 60px;
  padding: 0 16px;
  border: none;
  border-radius: 6px;
  background: #F06703;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  line-height: 60px;
  width: 150px;
  text-align: center;
  margin-left: 20px;
  transition: all 0.1s;
  -webkit-user-select: none;
  /* Safari */
  user-select: none;
}

.top-searcher-box-form-btn-search:hover {
  background: #F06703; /* Smoother, richer hover orange */
  box-shadow: 0 4px 14px rgba(234, 88, 12, 0.3);
}

/* 下拉菜单直行便 */
.top-searcher-box-form-condition-cabinclass-dropdown {
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 9999;
  overflow: auto;
  width: 360px;
  height: 440px;
  background-color: white;
  -webkit-box-shadow: 0 2px 10px 0 rgba(34, 34, 34, .15);
  box-shadow: 0 2px 10px 0 rgba(34, 34, 34, .15);
  border-radius: 8px;
  display: none;
  padding: 16px;
}

.top-searcher-box-form-condition-cabinclass-dropdown-title {
  font-size: 14px;
  font-weight: bold;
}

.top-searcher-box-form-condition-cabinclass-dropdown-title-sub {
  font-size: 10px;
  font-weight: normal;
  color: #667085;
  margin-top: 5px;
}

.top-searcher-box-form-condition-cabinclass-dropdown-lists {
  width: 100%;
  margin-bottom: 20px;
}

.top-searcher-box-form-condition-cabinclass-dropdown-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.top-searcher-box-form-condition-cabinclass-dropdown-list-title {
  width: 100%;
}

.top-searcher-box-form-condition-cabinclass-dropdown-list-title-word {
  font-size: 16px;
}

.top-searcher-box-form-condition-cabinclass-dropdown-list-title-sub {
  font-size: 10px;
  color: #667085;
}

.top-searcher-box-form-condition-cabinclass-dropdown-list-counter {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-searcher-box-form-condition-cabinclass-dropdown-list-counter-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #E5E7EB;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  color: #667085;
  font-weight: 700;
  font-size: 20px;
  -webkit-user-select: none;
  /* Safari */
  user-select: none;
}

.top-searcher-box-form-condition-cabinclass-dropdown-list-counter-btn:hover {
  border: 1px solid #2C61FE;
}

.top-searcher-box-form-condition-cabinclass-dropdown-list-counter-btn-img {
  width: 20px;
}

.top-searcher-box-form-condition-cabinclass-dropdown-select {
  width: 100%;
  height: 44px;
  font-size: 16px;
  border-radius: 3px;
  border: 1px solid #667085;
  background: #fff;
  padding: 0 10px;
  margin: 16px 0;
  color: #1F2937;
}

.top-searcher-box-form-condition-cabinclass-dropdown-excute {
  border: none;
  background: #2C61FE;
  border-radius: 3px;
  color: #fff;
  padding: 0 16px;
  height: 44px;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

/* 人気路緁E*/
.top-popular-routes-title {
  font-size: 24px;
  color: #03205A;
  text-align: left;
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1.2;
}
.popular-destinations-header{
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* Popular routes: five desktop cards and compact mobile tickets. */
.top-popular-routes {
  display: none;
  width: 100%;
  margin: 48px auto 40px;
}
.top-popular-routes-container {
  max-width: 1200px;
  margin: 0 auto;
}
.top-popular-routes-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}
.top-popular-routes-title-group {
  display: flex;
  align-items: baseline;
  gap: 14px;
  min-width: 0;
}
.top-popular-routes-subtitle {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.5;
  white-space: nowrap;
}
#top-popular-routes .top-popular-routes-title { font-size: 26px; line-height: 1.3; }
.top-popular-routes-filter {
  display: flex;
  align-items: stretch;
  gap: 28px;
  border-bottom: 0;
}
.top-popular-routes-filter-btn {
  position: relative;
  min-width: 54px;
  margin: 0;
  padding: 10px 8px 12px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #435574;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  cursor: pointer;
}
.top-popular-routes-filter-btn::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  border-radius: 2px 2px 0 0;
  background: transparent;
  content: '';
}
.top-popular-routes-filter-btn:hover,
.top-popular-routes-filter-btn.active { color: #0054cf; }
.top-popular-routes-filter-btn.active { font-weight: 700; }
.top-popular-routes-filter-btn.active::after { background: #0054cf; }
.top-popular-routes-filter-btn:focus-visible,
.top-popular-route-item:focus-visible {
  outline: 2px solid #0054cf;
  outline-offset: 3px;
}
.top-popular-routes-group {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.top-popular-route-item {
  display: flex;
  position: relative;
  min-width: 0;
  border: 1px solid #dfe5ee;
  border-radius: 6px;
  background: #fff;
  color: #08254a;
  text-decoration: none;
  container-type: inline-size;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}
.top-popular-route-badge {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  padding: 5px 10px;
  border-radius: 6px 0 7px 0;
  background: #f06703;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
}
.top-popular-route-badge[hidden] { display: none; }
.top-popular-route-item.has-discount .top-popular-route-content { padding-top: 42px; }
.top-popular-route-item[hidden] { display: none; }
.top-popular-route-item:hover {
  border-color: #b9cbea;
}
.top-popular-route-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  padding: 18px 14px 14px;
  box-sizing: border-box;
}
.top-popular-route-title {
  margin: 0 0 12px;
  color: #08254a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  overflow-wrap: anywhere;
}
.top-popular-route-airline {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 28px;
  margin-bottom: 14px;
  color: #60718b;
  font-size: 12px;
  line-height: 1.4;
}
.top-popular-route-airline > span,
.top-popular-route-airline .airline-logo-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  max-width: 100%;
}
.top-popular-route-airline-img {
  display: block;
  width: 72px;
  max-height: 28px;
  object-fit: contain;
  object-position: left center;
  flex: 0 0 auto;
}
.top-popular-route-airline-name { min-width: 0; overflow-wrap: anywhere; }
@media (min-width: 768px) {
  .top-popular-route-airline {
    min-height: 38px;
    margin-bottom: 4px;
  }

  .top-popular-route-airline-img {
    width: 104px;
    height: 38px;
    max-height: 38px;
  }

  .top-popular-route-airline-name {
    display: none;
  }
}
.top-popular-route-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 16px;
  color: #64748b;
  font-size: 12px;
  line-height: 20px;
}
.top-popular-route-date {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  max-width: 100%;
  font-variant-numeric: tabular-nums;
}
.top-popular-route-date > span:last-child { min-width: 0; }
.top-popular-route-date-icon {
  display: block;
  width: 15px;
  height: 16px;
  flex: 0 0 15px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235c6e88' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='5' width='16' height='16' rx='2'/%3E%3Cpath d='M8 3v4m8-4v4M4 10h16'/%3E%3C/svg%3E") center / contain no-repeat;
}
.top-popular-route-meta {
  display: flex;
  align-items: baseline;
  gap: 5px;
  flex-shrink: 0;
  white-space: nowrap;
}
.top-popular-route-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 7px 6px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid #e5eaf1;
}
.top-popular-route-price-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 0;
}
.top-popular-route-original-price {
  color: #8794a8;
  font-family: Arial, "Noto Sans JP", sans-serif;
  font-size: 11px;
  line-height: 14px;
  text-decoration: line-through;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.top-popular-route-original-price .top-popular-route-currency,
.top-popular-route-original-price .top-popular-route-amount {
  font-size: inherit;
  font-weight: 400;
  letter-spacing: 0;
}
.top-popular-route-price {
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
  color: #ff610d;
  white-space: nowrap;
  font-family: Arial, "Noto Sans JP", sans-serif;
  line-height: 1.2;
  font-variant-numeric: tabular-nums;
}
.top-popular-route-currency { font-size: 12px; font-weight: 500; }
.top-popular-route-amount { font-size: 24px; font-weight: 700; letter-spacing: -0.5px; }
.top-popular-route-from { font-family: inherit; font-size: 12px; }
.top-popular-route-from[data-prefix] { order: -1; }
.top-popular-route-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-left: auto;
  color: #0054cf;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
}
.top-popular-route-btn svg { width: 16px; height: 16px; flex: 0 0 16px; }
@container (max-width: 245px) {
  .top-popular-route-currency,
  .top-popular-route-from,
  .top-popular-route-btn { font-size: 11px; }
  .top-popular-route-btn { gap: 3px; }
  .top-popular-route-btn svg { width: 14px; height: 14px; flex-basis: 14px; }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .top-popular-routes-container { overflow-x: auto; padding: 0 20px 8px; }
  .top-popular-routes-group { min-width: 1100px; }
}
@media (max-width: 767px) {
  .top-popular-routes { margin: 26px auto 30px; }
  .top-popular-routes-header {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    margin-bottom: 10px;
  }
  #top-popular-routes .top-popular-routes-title { font-size: 20px; }
  .top-popular-routes-title-group { flex-direction: column; align-items: flex-start; gap: 2px; }
  .top-popular-routes-subtitle { display: none; }
  .top-popular-routes-filter {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border-bottom: 1px solid #e6ebf2;
  }
  .top-popular-routes-filter-btn { min-width: 0; padding: 7px 2px 10px; font-size: 14px; }
  .top-popular-routes-filter-btn::after { right: 18%; left: 18%; }
  html[lang="en"] .top-popular-routes-filter-btn { font-size: 12px; white-space: normal; }
  .top-popular-routes-group { grid-template-columns: 1fr; gap: 9px; }
  .top-popular-route-item { border-radius: 7px; }
  .top-popular-route-content { padding: 8px 14px 9px; }
  .top-popular-route-item.has-discount .top-popular-route-content { padding-top: 34px; }
  .top-popular-route-badge { padding: 3px 9px; font-size: 10px; line-height: 15px; }
  .top-popular-route-title { margin: 0; font-size: 18px; line-height: 25px; }
  .top-popular-route-airline { min-height: 21px; margin: 5px 0; font-size: 13px; line-height: 20px; }
  .top-popular-route-airline-img { width: auto; height: 30px; max-width: 100px; }
  .top-popular-route-airline-name { overflow-wrap: normal; }
  .top-popular-route-details {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2px 10px;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
  }
  .top-popular-route-date-icon { display: none; }
  .top-popular-route-meta { position: relative; gap: 4px; padding-left: 10px; }
  .top-popular-route-meta::before {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 0;
    width: 1px;
    background: #a8b3c5;
    content: '';
  }
  .top-popular-route-footer { margin-top: 5px; padding-top: 7px; gap: 6px; }
  .top-popular-route-price { gap: 4px; }
  .top-popular-route-currency { font-size: 15px; font-weight: 600; }
  .top-popular-route-amount { font-size: 22px; letter-spacing: -0.4px; }
  .top-popular-route-from { font-size: 12px; }
  .top-popular-route-btn { gap: 6px; font-size: 13px; line-height: 22px; }
  .top-popular-route-btn svg { width: 18px; height: 18px; flex-basis: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .top-popular-route-item { transition: none; }
}

/* お知らせ */
.top-notice-box {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto 0;
  padding: 0 15px;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #03205A;
}

.top-notice-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.top-notice-box-title {
  font-size: 28px;
  font-weight: 700;
  color: #03205A;
  letter-spacing: 0.5px;
  margin: 0;
}

.top-notice-all-link {
  color: #667085;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.3s ease;
}

.top-notice-all-link:hover {
  color: #2C61FE;
  text-decoration: underline;
}

.top-notice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
}

.top-notice-card {
  background: #ffffff;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  padding: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  min-height: 220px;
  position: relative;
  overflow: hidden;
}

.top-notice-card:hover {
  border-color: #2C61FE;
  box-shadow: 0 8px 20px rgba(25, 98, 235, 0.12);
  transform: translateY(-2px);
}

.top-notice-card-featured {
  background: #EEF3FF;
  border: 1px solid #EEF3FF;
}

.top-notice-card-featured:hover {
  background: #EEF3FF;
  border-color: #2C61FE;
  box-shadow: 0 8px 20px rgba(25, 98, 235, 0.15);
}

.top-notice-card-featured .top-notice-card-text {
  color: #03205A;
}

.top-notice-card-featured .top-notice-card-date {
  color: #667085;
}

.top-notice-card-featured .top-notice-card-tag {
  background-color: #EEF3FF;
  color: #2C61FE;
}

.top-notice-card-badge {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #EEF3FF;
  color: #2C61FE;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.top-notice-card-badge svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
}

.top-notice-card:hover .top-notice-card-badge {
  transform: scale(1.05);
}

.top-notice-badge-1 {
  background: #2C61FE;
  color: #ffffff;
}

.top-notice-badge-2 {
  background: #00b8db;
  color: #ffffff;
}

.top-notice-badge-3 {
  background: #2C61FE;
  color: #ffffff;
}

.top-notice-badge-4 {
  background: #F06703;
  color: #ffffff;
}

.top-notice-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  justify-content: space-between;
}

.top-notice-card-date {
  font-size: 13px;
  font-weight: 600;
  color: #667085;
  letter-spacing: 0.3px;
}

.top-notice-card-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 4px;
  background-color: #EEF3FF;
  color: #2C61FE;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.top-notice-card-content {
  flex: 1;
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
}

.top-notice-card-text {
  color: #03205A;
  line-height: 1.7;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.top-notice-card-action {
  color: #667085;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.3s ease, color 0.3s ease;
}

.top-notice-card:hover .top-notice-card-action {
  gap: 10px;
  color: #2C61FE;
}

.top-notice-card-action .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.top-notice-card:hover .top-notice-card-action .arrow {
  transform: translateX(3px);
}

/* 响应式设计 */
@media (max-width: 768px) {
  .top-notice-box {
    margin: 30px auto 0;
  }

  .top-notice-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
  }

  .top-notice-box-title {
    font-size: 22px;
  }

  .top-notice-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .top-notice-card {
    padding: 18px;
    min-height: auto;
  }

  .top-notice-card-badge {
    width: 48px;
    height: 48px;
  }

  .top-notice-card-badge svg {
    width: 20px;
    height: 20px;
  }

  .top-notice-card-text {
    font-size: 15px;
  }

  .top-notice-card-action {
    font-size: 13px;
  }
}


/* banner */

.top-banner {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  display: none;
  /* 隐藏 top-banner�E�因为图牁E��移到 top-special-lists */
}

.top-banner-img {
  width: 100%;
  cursor: pointer;
  transition: all 0.1s;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 4px;
}

.top-banner-img2 {
  display: none;
}

.top-banner-img:hover {
  opacity: 0.8;
}

/* 特雁E*/

.top-special {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto 0;

  padding: 0;
  box-sizing: border-box;
}

.top-special-title {
  padding: 0px 0 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #03205A;
}

/* Swiper 样式 */
.top-special-wrapper {
  overflow: visible;
  position: relative;
}

.top-special-swiper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
}

.top-special-swiper .swiper-slide {
  height: auto;
}

/* 防止 Swiper 初始化前单列闪烁 */
.top-special-swiper:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  gap: 20px;
}

.top-special-swiper:not(.swiper-initialized) .swiper-slide {
  flex: 0 0 calc((100% - 40px) / 3);
}

@media screen and (max-width: 1023px) {
  .top-special-swiper:not(.swiper-initialized) .swiper-slide {
    flex-basis: calc((100% - 20px) / 2);
  }
}

@media screen and (max-width: 767px) {
    
  .custom-radio {
    margin-right: 10px;
  }
  .top-special-swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 10px;
  }

  .top-special-swiper:not(.swiper-initialized) .swiper-slide {
    flex-basis: 100%;
  }
}

/* 原有样式保持（已废弃，改用 swiper） */
.top-special-lists {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  /* 使用6列币E�� */
  gap: 20px;
  /* 图牁E��间皁E��跁E*/
}

/* 第一排！E个图牁E��E-2�E�，每个占3列！E0%�E�E*/
.top-special-list:nth-child(1),
.top-special-list:nth-child(2) {
  grid-column: span 3;
}

/* 第二排�E�E个图牁E��E-4�E�，每个占3列！E0%�E�E*/
.top-special-list:nth-child(3),
.top-special-list:nth-child(4) {
  grid-column: span 3;
}

/* 第三排�E�E个图牁E��E-7�E�，每个占2列！E3.33%�E�E*/
.top-special-list:nth-child(5),
.top-special-list:nth-child(6),
.top-special-list:nth-child(7) {
  grid-column: span 2;
}

.top-special-list {
  cursor: pointer;
  width: 100%;
}

.top-special-list-img {
  width: 100%;
  transition: all 0.1s;
  border-radius: 8px;
}

.top-special-list-img:hover {
  opacity: 0.8;
}

/* Swiper 导航按钮样式 */
.top-special-wrapper .swiper-button-next,
.top-special-wrapper .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  color: #1F2937;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}

.top-special-wrapper .swiper-button-next::after,
.top-special-wrapper .swiper-button-prev::after {
  content: none;
}

.top-special-wrapper .swiper-button-next {
  top: 60% !important;
  right: -20px !important;
}

.top-special-wrapper .swiper-button-prev {
  top: 60% !important;
  left: -20px !important;
}

.top-special-wrapper .swiper-button-next svg,
.top-special-wrapper .swiper-button-prev svg {
  width: 24px;
  height: 24px;
  stroke-width: 2;
}

.top-special-wrapper .swiper-button-next svg {
  transform: rotate(0deg);
}

.top-special-wrapper .swiper-button-prev svg {
  transform: rotate(180deg);
}

.top-special-wrapper .swiper-button-next:hover,
.top-special-wrapper .swiper-button-prev:hover {
  color: #667085;
}

.top-special-wrapper .swiper-button-disabled {
  opacity: 0.4;
}

.top-special-nav-disabled {
  opacity: 1;
  z-index: inherit;
}

/* Swiper 分页器样式 */
.top-special-pagination {
  display: none;
  /* 默认隐藏，移动端显示 */
  text-align: center;
}

.top-special-pagination .swiper-pagination {
  position: static !important;
  width: auto !important;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.top-special-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 2px;
  background: #E5E7EB;
  opacity: 1;
  border-radius: 999px;
  transition: all 0.2s ease;
}

.top-special-pagination .swiper-pagination-bullet-active {
  width: 18px;
  background: #2C61FE;
}

.top-special-list-copy {
  display: none;
}

/* 优势 */
.top-special-advantages {
  display: none;
  width: 100%;
  max-width: 1200px;
  margin: 50px auto 10px auto;
  background-color: white;
}

.top-advantages-header {
  text-align: center;
  margin-bottom: 12px;
  position: relative;
}

.top-advantages-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: #EEF3FF;
  color: #2C61FE;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
}


.top-advantages-minimal {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.top-advantages-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #E5E7EB;
  background: #ffffff;
}

.top-advantages-chip-number {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #2C61FE;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}

.top-advantages-chip-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.top-advantages-chip-title {
  font-size: 14px;
  font-weight: 700;
  color: #03205A;
}

.top-advantages-chip-desc {
  font-size: 12px;
  color: #667085;
}

.top-advantages-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.top-advantages-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 24px 20px;
  border-radius: 8px;
  border: 1px solid #E5E7EB;
  background: #ffffff;
  color: #03205A;
}

.top-advantages-card::before,
.top-advantages-card::after {
  content: none;
}

.top-advantages-card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
}

.top-advantages-icon {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #EEF3FF;
  color: #2C61FE;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 36px;
}

.top-advantages-card-title {
  font-size: 16px;
  font-weight: 700;
  color: #03205A;
}

.top-advantages-card-desc {
  font-size: 13px;
  line-height: 1.6;
  color: #03205A;
}

.top-advantages-divider {
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, #2C61FE, #2C61FE);
  border-radius: 999px;
  margin: 10px auto 0;
}

.top-advantages-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.top-advantages-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: #ffffff;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  padding: 16px 14px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: none;
}

.top-advantages-row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #2C61FE, #2C61FE);
}

.top-advantages-row:hover {
  border-color: #EEF3FF;
  box-shadow: none;
  transform: none;
}

.top-advantages-content {
  position: relative;
  z-index: 2;
  text-align: left;
}

.top-advantages-eyebrow {
  font-size: 12px;
  font-weight: 800;
  color: var(--adv-color, #2C61FE);
  background: color-mix(in srgb, var(--adv-color, #2C61FE) 15%, transparent);
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 4px;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
}

.top-advantages-row:nth-child(1)::before {
  background: linear-gradient(180deg, #2C61FE, #2C61FE);
}

.top-advantages-row:nth-child(2)::before {
  background: linear-gradient(180deg, #16A34A, #7be6a0);
}

.top-advantages-row:nth-child(2)::before {
  left: auto;
  right: 0;
}

.top-advantages-row:nth-child(2) .top-advantages-content {
  text-align: left;
}

.top-advantages-row:nth-child(2) .top-advantages-eyebrow {
  text-align: left;
}

.top-advantages-row:nth-child(3)::before {
  background: linear-gradient(180deg, #F06703, #F06703);
}

.top-advantages-row:nth-child(1) {
  --adv-color: #2C61FE;
}

.top-advantages-row:nth-child(2) {
  --adv-color: #16A34A;
}

.top-advantages-row:nth-child(3) {
  --adv-color: #F06703;
}

.top-advantages-title {
  font-size: 16px;
  font-weight: 700;
  color: #03205A;
  margin: 0 0 4px 0;
  line-height: 1.4;
}

.top-advantages-desc {
  font-size: 12px;
  color: #03205A;
  line-height: 1.5;
  margin: 0;
  font-weight: 500;
}


/* 响应式设计 */
@media (max-width: 1024px) {
  .top-advantages-row {
    padding: 14px;
  }
}

@media (max-width: 768px) {
  .top-special-advantages {
    margin: 0;
    padding: 40px auto 40px;
  }


  .top-advantages-minimal {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .top-advantages-chip {
    padding: 10px;
  }

  .top-advantages-cards {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0 4% 20px 4%;
  }

  .top-advantages-header{
    display: none;
  }
  
  .top-advantages-card {
    flex-direction: row;
    padding: 16px;
  }

  .top-advantages-icon {
    width: 44px;
    height: 44px;
  }

  .top-advantages-icon svg {
    width: 34px;
    height: 34px;
  }

  .top-advantages-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .top-advantages-row {
    padding: 14px;
    gap: 8px;
  }

  .top-advantages-title {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .top-advantages-desc {
    font-size: 12px;
  }
}

/* ご利用の流れ　バナー */

.top-procedure {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  /* 图牁E��E�� */
  overflow: hidden;
  cursor: pointer;
}

.top-procedure-pc {
  min-width: 1920px;
  width: 100%;
  height: auto;
}

.top-procedure-phone {
  display: none;
}

/* 人気フライチE*/

.top-hot {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 20px;
}

.top-hot-title {
  padding: 20px 0 16px;
  font-size: 24px;
  font-weight: bold;
  color: #03205A;
}

.top-hot-lists {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.top-hot-list {
  width: 240px;
  height: 160px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.top-hot-list-title {
  position: absolute;
  z-index: 100;
  font-size: 22px;
  color: white;
  font-weight: bold;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .7);
  /* x y blur color */
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  white-space: nowrap;
}

#top-hot-list-img1::before {
  background-image: url(/img/city/1.jpg);
}

#top-hot-list-img2::before {
  background-image: url(/img/city/2.jpg);
}

#top-hot-list-img3::before {
  background-image: url(/img/city/3.jpg);
}

#top-hot-list-img4::before {
  background-image: url(/img/city/4.jpg);
}

#top-hot-list-img5::before {
  background-image: url(/img/city/5.jpg);
}

#top-hot-list-img6::before {
  background-image: url(/img/city/6.jpg);
}

#top-hot-list-img7::before {
  background-image: url(/img/city/7.jpg);
}

#top-hot-list-img8::before {
  background-image: url(/img/city/8.jpg);
}

#top-hot-list-img9::before {
  background-image: url(/img/city/9.jpg);
}

#top-hot-list-img10::before {
  background-image: url(/img/city/10.jpg);
}

#top-hot-list-img11::before {
  background-image: url(/img/city/11.jpg);
}

#top-hot-list-img12::before {
  background-image: url(/img/city/12.jpg);
}

#top-hot-list-img13::before {
  background-image: url(/img/city/13.jpg);
}

#top-hot-list-img14::before {
  background-image: url(/img/city/14.jpg);
}

#top-hot-list-img15::before {
  background-image: url(/img/city/15.jpg);
}

#top-hot-list-img16::before {
  background-image: url(/img/city/16.jpg);
}

#top-hot-list-img17::before {
  background-image: url(/img/city/17.jpg);
}

#top-hot-list-img18::before {
  background-image: url(/img/city/18.jpg);
}

#top-hot-list-img19::before {
  background-image: url(/img/city/19.jpg);
}

#top-hot-list-img20::before {
  background-image: url(/img/city/20.jpg);
}

#top-hot-list-img21::before {
  background-image: url(/img/city/21.jpg);
}

#top-hot-list-img22::before {
  background-image: url(/img/city/22.jpg);
}

#top-hot-list-img23::before {
  background-image: url(/img/city/23.jpg);
}

#top-hot-list-img24::before {
  background-image: url(/img/city/24.jpg);
}

.top-hot-list-img {
  position: relative;
  width: 100%;
  height: 160px;
  cursor: pointer;
  overflow: hidden;
  /* 防止图牁E��大溢出 */
}

.top-hot-list-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.5s ease;
}

.top-hot-list-img:hover::before {
  transform: scale(1.2);
  /* 只放大背景图 */
}

/* 格安航空券リスチE*/

.top-featured {
  background-color: #F7F8FA;
  border-top: 1px solid #E5E7EB;
  margin-top: 60px;
  height: 50px;
  display: none;
}

/* 广告看板 */
.top-ad-banner {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 0;
  box-sizing: border-box;
  display: block;
}

.top-ad-banner img {
  width: calc(50% - 38px);
  cursor: pointer;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  

  .litepicker .container__days .day-item {
    height: 50px;
  }

  /* 广告看板 */
  .top-ad-banner{
    width: 92%;
    max-width: 1000px;
    margin: 20px auto 0px auto;
    display: block;
  }

  .top-ad-banner img{
    width: 92%;
    border-radius: 4px;
    margin-bottom: 0px;
  }

  /* 人気路線移动端样弁E*/

  .top-hot-lists {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    /* 父容器�E�启用水平吸陁E*/
    -webkit-overflow-scrolling: touch;
    /* iPhone平滑滚动 */
    scroll-behavior: smooth;
    /* �E�可选）平滑滚动 */
  }

  .top-hot-list {
    flex: 0 0 auto;
    width: 70%;
    height: 160px;
    margin-right: 10px;
    scroll-snap-align: start;
    /* 子�E素�E�吸陁E��齐点 */
    position: relative;
  }

  .top-hot-list-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
  }

  .top-searcher {
    padding-bottom: 20px;
    margin-bottom: 0px;
    position: relative;
    background-image: linear-gradient(to bottom, rgba(0, 25, 72, 0) 50%, #03205A 95%), url(/img/top/smart_bg2.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #03205A;
  }

  .top-searcher-bg {
    height: 600px;
    /* 移动端也使用相同高度 */
  }

  .top-searcher-box-title-wrapper {
    align-items: flex-start;
    padding: 20px 0px 16px 0px;
    z-index: 1;
    pointer-events: none;
    width: 92%;
    margin: 0 auto;
  }

  .top-searcher-box-title-smart {
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.94);
    text-shadow: 0 3px 12px rgba(0, 30, 90, 0.45);
  }

  .top-searcher-box-title {
    display: none;
  }

  .top-searcher-box-title-sub {
    display: none;
  }

  .top-searcher-box-title-sub2 {
    display: none;
  }

  .top-searcher-box-title-sub3 {
    display: none;
  }

  .top-searcher-box-features {
    display: none !important;
  }

  .top-searcher-box-subtitle {
    color: #fff;
    font-size: 14px;
    /* 移动端副栁E��字佁E*/
    line-height: 1.6;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    opacity: 0.95;
  }

  .top-searcher-box-form-condition {
    padding: 0;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
  }

  .top-searcher-box-form {
    width: 92%;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .15);
    border-radius: 5px;
    margin: 0px auto 0 auto;
    position: relative;
    padding: 20px;
    z-index: 9999;
  }

  .top-searcher-box-form-condition-add {
    margin: 0 !important;
  }

  .top-searcher-box-form-condition-add-input {
    width: 100% !important;
    min-height: 60px;
    padding: 22px 20px 0 40px;
    border: 1px solid #E5E7EB !important;
    font-size: 16px;
    margin-top: 10px;
  }

  .top-searcher-box-form-condition-add-input:focus {
    min-height: 60px;
    padding: 0 20px 0 40px;
    border: 1px solid #E5E7EB;
  }

  .direct_flights_only_checkbox_label {
    font-size: 14px;
  }

  .top-searcher-box-form-btn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    margin-top: 14px;
  }

  .top-searcher-box-form-btn-search {
    width: 100%;
    height: 50px;
    padding: 0 16px;
    border: none;
    border-radius: 6px;
    background: #F06703;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    line-height: 50px;
    text-align: center;
    margin-left: 0;
    transition: all 0.1s;
    margin-top: 14px;
  }

  .top-notice-box {
    width: 92%;
    padding: 0;
    margin-top: 30px;
    /* 移动端与上方冁E��保持间跁E*/
  }

  .top-notice-box-title {
    font-size: 18px;
  }

  .top-notice-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .top-notice-item {
    padding: 14px 16px;
    min-height: auto;
  }

  .top-notice-text {
    font-size: 13px;
  }

  .top-special {
    width: 92%;
    margin-top: 0px;
    /* 移动端与上方冁E��保持间跁E*/
    margin-bottom: 30px;
    /* 移动端与下方 top-notice-box 保持间跁E*/
  }

  .top-hot {
    width: 92%;
  }

  .top-searcher-box-form-condition-add-title {
    position: absolute;
    top: 18px;
    left: 40px;
    color: #667085;
    font-size: 14px;
    -webkit-user-select: none;
    /* Safari */
    user-select: none;
    pointer-events: none;
  }

  .top-searcher-box-form-condition-add-icon {
    width: 20px;
    position: absolute;
    z-index: 100;
    left: 12px;
    top: 30px
  }

  .top-searcher-box-form-condition-add-dropdown {
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 200;
    overflow: auto;
    width: 100%;
    height: 392px;
    background-color: white;
    -webkit-box-shadow: 0 2px 10px 0 rgba(34, 34, 34, .15);
    box-shadow: 0 2px 10px 0 rgba(34, 34, 34, .15);
    border-radius: 8px;
    display: none;
  }

  .top-searcher-box-form-condition-cabinclass-dropdown {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    max-width: 100vw !important;
    max-height: 100dvh !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: #fff !important;
    transform: none !important;
    overflow: hidden !important;
    flex-direction: column !important;
    padding: 20px !important;
    z-index: 999999 !important;
  }

  .top-searcher-box-form-condition {
    padding: 0;
    margin-top: 0;
    display: flex;
  }

  .top-banner-img {
    display: none;
  }

  .top-special-list {
    width: 100%;
    margin-bottom: 10px;
  }

  .top-banner {
    width: 92%;
  }

  .top-banner-img2 {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    margin-bottom: 10px;
  }

  .top-searcher-box-form-condition-exchange {
    width: 32px;
    height: 32px;
    border-radius: 90%;
    border: 1px solid #E5E7EB;
    background-color: white;
    position: absolute;
    top: 106%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    cursor: pointer;
    -webkit-user-select: none;
    /* Safari */
    user-select: none;
  }

  .top-searcher-box-form-condition-exchange-img {
    width: 60%;
    margin: 20%;
    transform: rotate(90deg);
  }

  .top-searcher-box-form-condition-exchange-img.rotate {
    transform: rotate(270deg);
  }

  .top-searcher-box-form-condition-add-dropdown-area-lists {
    grid-template-columns: 1fr 1fr;
  }

  .top-special-advantages {
    width: 100%;
  }

  .top-procedure-pc {
    display: none;
  }

  .top-procedure-phone {
    display: block;
    width: 100%;
    height: auto;
  }

  .top-searcher-box-form-btn-mul {
    margin-bottom: 10px;
  }

  /* ---------- 手机版无限滚动动画 ---------- */
  .top-special-wrapper {
    overflow: visible;
    width: 100%;
    position: relative;
  }

  .top-special-lists {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    /* 移动端也使用6列币E�� */
    gap: 10px;
    /* 移动端间距稍封E*/
  }

  /* 移动端�E�第一掁E个�E�E-2�E�，每个占3列！E0%�E�E*/
  .top-special-list:nth-child(1),
  .top-special-list:nth-child(2) {
    grid-column: span 3;
  }

  /* 移动端�E�第二排2个�E�E-4�E�，每个占3列！E0%�E�E*/
  .top-special-list:nth-child(3),
  .top-special-list:nth-child(4) {
    grid-column: span 3;
  }

  /* 移动端�E�第三排3个�E�E-7�E�，每个占2列！E3.33%�E�E*/
  .top-special-list:nth-child(5),
  .top-special-list:nth-child(6),
  .top-special-list:nth-child(7) {
    grid-column: span 2;
  }

  /* 移动端�E�前2个一排，后3个一掁E*/
  .top-special-list {
    width: 100%;
  }

  /* 图牁E��弁E*/
  .top-special-list-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
}




/* 移动端适E */

/* 背景图牁E��埁E*/
.top-procedure-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F7F8FA;
  z-index: 0;
}

.top-procedure-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 2;
}

.top-procedure-content {
  text-align: center;
}

.top-procedure-title {
  font-size: 24px;
  font-weight: 700;
  color: #03205A;
  margin-bottom: 60px;
  line-height: 1.3;
  position: relative;
}

.top-procedure-title::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: #F06703;
  border-radius: 2px;
}

/* 步骤流程币E�� */
.top-procedure-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  margin: 0 auto 40px;
  width: 100%;
  max-width: 1000px;
  position: relative;
  --step-count: 6;
  --icon-size: 90px;
  --icon-offset: 11px;
}

.top-procedure-steps::before {
  content: "";
  position: absolute;
  left: calc(100% / var(--step-count) / 2);
  right: calc(100% / var(--step-count) / 2);
  top: calc(var(--icon-offset) + (var(--icon-size) / 2));
  border-top: 2px solid #E5E7EB;
  z-index: 0;
}

.top-procedure-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
}

/* Icon Box 样弁E*/
.top-procedure-iconBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 8px;
  background: transparent;
  border-radius: 0;
  transition: all 0.3s ease;
  border: none;
  min-width: 0;
  position: relative;
}

.top-procedure-iconBox:hover .top-procedure-iconBox-icon {
  transform: translateY(-2px);
}

.top-procedure-iconBox:hover .top-procedure-iconBox-icon::before {
  background: transparent;
}

.top-procedure-iconBox:hover .top-procedure-iconBox-text {
  color: #2C61FE;
}

.top-procedure-iconBox-icon {
  margin-bottom: 12px;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  background: transparent;
  border: none;
  border-radius: 0;
  position: relative;
  transition: transform 0.2s ease;
}

.top-procedure-iconBox-icon::before {
  content: none;
}

.top-procedure-icon {
  display: none;
}

.top-procedure-iconBox-icon svg {
  width: 80px;
  height: 80px;
  display: block;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.14));
}

.top-procedure-iconBox-number {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 12px;
  font-weight: 800;
  color: #2C61FE;
  background: #fff;
  padding: 3px 4px;
  border: 2px solid #2C61FE;
  border-radius: 80px;
  z-index: 2;
}

.top-cta {
  width: 100%;
  padding: 56px 0;
  background-image: url('/img/top/footer_login_bg.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.top-cta-inner {
  width: 100%;
  position: relative;
  z-index: 2;
}

.top-cta-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.top-cta-wrapper {
  margin-left: auto;
  max-width: 1030px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.top-cta-main-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 40px;
}

.top-cta-header-title {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
  margin: 0;
  flex: 1;
}

.top-cta-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  width: 100%;
  border-top: 1.5px solid rgba(255, 255, 255, 0.15);
  padding-top: 28px;
}

.top-cta-feature-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.top-cta-feature-icon {
  width: 46px;
  height: 46px;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
}

.top-cta-feature-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: left;
}

.top-cta-feature-title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.top-cta-feature-desc {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  margin: 0;
}

.top-cta-actions-side {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  z-index: 5;
  flex-shrink: 0;
}

.top-cta-btn-register {
  background: #F06703;
  color: #ffffff;
  border: none;
  border-radius: 30px;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(255, 119, 0, 0.3);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  width: auto;
  white-space: nowrap;
}

.top-cta-btn-register:hover {
  background: #F06703;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 119, 0, 0.45);
}

.top-cta-link-login {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.top-cta-link-login:hover {
  opacity: 0.85;
}

.top-cta-link-login svg {
  width: 14px;
  height: 14px;
  transition: transform 0.2s ease;
}

.top-cta-link-login:hover svg {
  transform: translateX(3px);
}

/* 航线动画及飞机 */
.top-cta-flight-path {
    position: absolute;
    top: -25px;
    right: -300px;
    width: 340px;
    height: 110px;
    pointer-events: none;
    z-index: 1;
}

.flight-curve {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.flight-plane-icon {
  position: absolute;
  top: 20px;
  right: 0px;
  color: #ffffff;
  font-size: 24px;
  transform: rotate(25deg);
}

.top-cta-mobile {
  display: none;
}

/* 响应式样式 */
@media screen and (max-width: 1024px) {
  .top-cta-wrapper {
    gap: 32px;
  }
}

@media screen and (max-width: 768px) {
  .route-shell{
    width: 92%!important;
  }
  .top-cta {
    display: none;
  }
  .top-cta-mobile {
    display: block;
    background: #2C61FE; /* Deep blue from screenshot */
    border-radius: 12px;
    padding: 20px 16px;
    margin: 24px 4%;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    box-shadow: 0 4px 16px rgba(15, 37, 97, 0.1);
  }
  .top-cta-mobile-bg {
        position: absolute;
        bottom: 70px;
        right: 5px;
        width: 95px;
        height: auto;
        pointer-events: none;
        z-index: 1;
  }
  .flight-line-img-mobile {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .top-cta-mobile-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
  }
  .cta-mobile-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  .cta-mobile-title-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .cta-mobile-crown {
    color: #F06703;
    font-size: 20px;
  }
  .cta-mobile-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #ffffff;
    letter-spacing: 0px;
  }
  .cta-mobile-badge {
    background: #F06703;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 4px;
    line-height: 1;
  }
  .cta-mobile-subtitle {
    font-size: 12px;
    margin: 8px 0 16px 0;
    color: #E5E7EB;
    font-weight: 500;
  }
  .cta-mobile-btn {
    background: #F06703;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 12px 0;
    font-size: 15px;
    font-weight: 700;
    width: 100%;
    cursor: pointer;
    transition: background 0.3s;
    text-align: center;
  }
  .cta-mobile-btn:hover {
    background: #F06703;
  }
}



.popular-destinations-mobile-title {
  display: none;
}

.popular-destinations-title {
  padding: 40px 0 20px;
  font-size: 24px;
  font-weight: bold;
  color: #03205A;
}

.popular-destinations-wrapper {
  position: relative;
}

.popular-destinations-swiper {
  width: 100%;
  padding-bottom: 10px;
  overflow: hidden;
}

.popular-destinations-swiper .swiper-wrapper {
  display: flex !important;
  flex-wrap: nowrap !important;
}

.popular-destinations-swiper .swiper-slide {
  height: auto;
  width: 100% !important;
  flex-shrink: 0 !important;
}

.popular-destinations-wrapper .swiper-button-next,
.popular-destinations-wrapper .swiper-button-prev,
.popular-destinations-pagination .swiper-button-next,
.popular-destinations-pagination .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  color: #667085;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
}

.popular-destinations-pagination .swiper-button-next,
.popular-destinations-pagination .swiper-button-prev {
  width: 34px;
  height: 34px;
  border: 1px solid #E5E7EB;
  background: #ffffff;
  color: #1F2937;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static !important;
  transform: none !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  margin: 0;
}

.popular-destinations-wrapper .swiper-button-next svg,
.popular-destinations-wrapper .swiper-button-prev svg,
.popular-destinations-pagination .swiper-button-next svg,
.popular-destinations-pagination .swiper-button-prev svg {
  width: 16px;
  height: 16px;
  stroke-width: 2.8;
}

.popular-destinations-wrapper .swiper-button-next:hover,
.popular-destinations-wrapper .swiper-button-prev:hover,
.popular-destinations-pagination .swiper-button-next:hover,
.popular-destinations-pagination .swiper-button-prev:hover {
  color: #667085;
}

.popular-destinations-pagination .swiper-pagination {
  position: static !important;
  width: auto !important;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  line-height: 0;
}

.popular-destinations-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 2px;
  background: #E5E7EB;
  opacity: 1;
  border-radius: 999px;
  transition: all 0.2s ease;
}

.popular-destinations-pagination .swiper-pagination-bullet-active {
  width: 18px;
  background: #2C61FE;
}

.popular-destinations-grid-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  height: 100%;
}

.popular-destinations-page {
  display: grid;
  grid-template-columns: repeat(19, minmax(0, 1fr));
  grid-template-rows: 1fr 1fr;
  aspect-ratio: 19 / 7;
  gap: 12px;
}

.popular-destinations-page > div:nth-child(1) {
  grid-column: span 7;
  grid-row: span 2;
}

.popular-destinations-page > div:nth-child(2),
.popular-destinations-page > div:nth-child(3) {
  grid-column: span 6;
  grid-row: span 1;
}

.popular-destinations-page > div:nth-child(4),
.popular-destinations-page > div:nth-child(5),
.popular-destinations-page > div:nth-child(6) {
  grid-column: span 4;
  grid-row: span 1;
}

.popular-destinations-grid-card-image {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}

/* 为每个目的地设置不同的背景图片 */
.popular-destinations-grid-card.shanghai .popular-destinations-grid-card-image {
  background-image: url('/img/city_img/shanghai.jpg');
}

.popular-destinations-grid-card.beijing .popular-destinations-grid-card-image {
  background-image: url('/img/city_img/beijing.jpg');
}

.popular-destinations-grid-card.seoul .popular-destinations-grid-card-image {
  background-image: url('/img/city_img/seoul.jpg');
}

.popular-destinations-grid-card.taipei .popular-destinations-grid-card-image {
  background-image: url('/img/city_img/taipei.jpg');
}

.popular-destinations-grid-card.hongkong .popular-destinations-grid-card-image {
  background-image: url('/img/city_img/hongkong.jpg');
}

.popular-destinations-grid-card.macau .popular-destinations-grid-card-image {
  background-image: url('/img/city_img/macau.jpg');
}

.popular-destinations-grid-card.singapore .popular-destinations-grid-card-image {
  background-image: url('/img/city_img/singapore.jpg');
}

.popular-destinations-grid-card.kualalumpur .popular-destinations-grid-card-image {
  background-image: url('/img/city_img/kualalumpur.jpg');
}

.popular-destinations-grid-card.bangkok .popular-destinations-grid-card-image {
  background-image: url('/img/city_img/bangkok.jpg');
}

.popular-destinations-grid-card.hcmc .popular-destinations-grid-card-image {
  background-image: url('/img/city_img/hochiminhcity.jpg');
}

.popular-destinations-grid-card.manila .popular-destinations-grid-card-image {
  background-image: url('/img/city_img/manila.jpg');
}

.popular-destinations-grid-card.siemreap .popular-destinations-grid-card-image {
  background-image: url('/img/city_img/siemreap.jpg');
}

.popular-destinations-grid-card.honolulu .popular-destinations-grid-card-image {
  background-image: url('/img/city_img/honolulu.jpg');
}

.popular-destinations-grid-card.guam .popular-destinations-grid-card-image {
  background-image: url('/img/city_img/guam.jpg');
}

.popular-destinations-grid-card.phuket .popular-destinations-grid-card-image {
  background-image: url('/img/city_img/phuket.jpg');
}

.popular-destinations-grid-card.bali .popular-destinations-grid-card-image {
  background-image: url('/img/city_img/bali.jpg');
}

.popular-destinations-grid-card.london .popular-destinations-grid-card-image {
  background-image: url('/img/city_img/london.jpg');
}

.popular-destinations-grid-card.paris .popular-destinations-grid-card-image {
  background-image: url('/img/city_img/paris.jpg');
}

.popular-destinations-grid-card.rome .popular-destinations-grid-card-image {
  background-image: url('/img/city_img/rome.jpg');
}

.popular-destinations-grid-card.barcelona .popular-destinations-grid-card-image {
  background-image: url('/img/city_img/barcelona.jpg');
}

.popular-destinations-grid-card.newyork .popular-destinations-grid-card-image {
  background-image: url('/img/city_img/newyork.jpg');
}

.popular-destinations-grid-card.losangeles .popular-destinations-grid-card-image {
  background-image: url('/img/city_img/losangeles.jpg');
}

.popular-destinations-grid-card.sanfrancisco .popular-destinations-grid-card-image {
  background-image: url('/img/city_img/sanfrancisco.jpg');
}

.popular-destinations-grid-card.vancouver .popular-destinations-grid-card-image {
  background-image: url('/img/city_img/vancouver.jpg');
}

.popular-destinations-grid-card:hover .popular-destinations-grid-card-image {
  transform: scale(1.05);
}

.popular-destinations-grid-card-tag {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(255, 255, 255, 0.95);
  color: #2C61FE;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  backdrop-filter: blur(10px);
  z-index: 3;
}

/* 统一的内容容器 */
.popular-destinations-grid-card-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), transparent);
  padding: 20px;
  z-index: 2;
}

.popular-destinations-grid-card-content-name {
  font-size: 20px;
  font-weight: bold;
  color: white;
  margin: 0 0 10px 0;
  transition: all 0.3s ease;
}

/* 默认显示详细内容 */
.popular-destinations-grid-card-content-details {
  opacity: 1;
}

.popular-destinations-grid-card-content-details p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 4px;
  color: white;
}

.popular-destinations-grid-card-content-details-link {
  margin-top: 15px;
  padding: 8px 16px;
  background: #2C61FE;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  transition: all 0.3s ease;
  text-decoration: none;
}

/* 悬停状态 */
.popular-destinations-grid-card:hover .popular-destinations-grid-card-content {
  background: linear-gradient(rgba(0, 0, 0, 0.4), transparent);
}

.popular-destinations-grid-card:hover .popular-destinations-grid-card-content-details-link {
  text-decoration: none !important;
}

.to-go-svg-icon {
  position: absolute;
  right: 25px;
  bottom: 25px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1.5px solid #ffffff;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
}

.to-go-svg-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

.popular-destinations-grid-card:hover .to-go-svg-icon {
  transform: rotate(0deg);
}




/* =========================
   RoundTrip 日期范围：手机也合并一行
   ========================= */

.top-date-range-row{
  display: flex;
  width: 100%;
}

.top-date-range-row > .top-searcher-box-form-condition-add{
  flex: 1;
  min-width: 0;          /* 防止内容撑爆导致换行 */
}

/* 覆盖你 inline 写死的 width:160px（必须 !important 才能压过 inline） */
.top-date-range-row #datepicker,
.top-date-range-row #datepicker2{
  width: 100% !important;
}

/* 回程块里的标题、icon 隐藏，只保留日期值 */
#RoundTrip-date-box .top-searcher-box-form-condition-add-title,
#RoundTrip-date-box .top-searcher-box-form-condition-add-icon{
  display: none !important;
}

/* 两段日期之间显示一个 - */
#RoundTrip-date-box{
  position: relative;
}
#RoundTrip-date-box::before{
  content: "-";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #667085;
}

/* 视觉拼成一条输入框（可选但推荐） */
.top-date-range-row #datepicker{
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.top-date-range-row #datepicker2{
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* ===== 日期范围：整体边框 + 中间无分割线 ===== */
.top-date-range-row{
  display:flex;
  width:100%;
  border: 1px solid #E5E7EB;
  overflow: hidden;               /* 关键：把内层的边角/边框裁掉 */
  background: #fff;
  margin-left: 10px;
  height: 60px;
  border-radius: 6px;
}

/* 让两个日期块各占一半 */
.top-date-range-row > .top-searcher-box-form-condition-add{
  flex:1;
  min-width:0;
}

/* 内层 input 不要边框（否则中间必然会出现线） */
.top-date-range-row #datepicker,
.top-date-range-row #datepicker2{
  width:100% !important;
  border: 0 !important;           /* 关键 */
  outline: none !important;
  box-shadow: none !important;
}

/* 去程 focus 时也不要自己发亮（统一交给外层） */
.top-date-range-row #datepicker:focus,
.top-date-range-row #datepicker2:focus{
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

/* 外层高亮：你想要的“一体发亮” */
.top-date-range-row.is-active{
  border-color: #2C61FE;                 /* 你站内下拉 hover 也在用这个蓝色，风格一致 */
  box-shadow: 0 0 0 2px rgba(27,161,255,.20);
}

.top-searcher-box-form-condition-add{
  -webkit-user-select: none;
  /* Safari */
  user-select: none;
}

/* 移动端适配 */
@media screen and (max-width: 767px) {
  .top-date-range-row{
    display:flex;
    width:100%;
    border: 1px solid #E5E7EB;
    overflow: hidden;               /* 关键：把内层的边角/边框裁掉 */
    background: #fff;
    margin-left: 0px;
    height: 60px;
    margin-top: 10px;
  }

  .top-date-range-row input{
    margin-top: 0px !important;
  }

  .top-date-range-row span{
    margin-top: -10px !important;
  }

  .top-date-range-row img{
    margin-top: -10px !important;
  }

  .popular-destinations {
    width: 92%;
    max-width: 100%;
    margin: 0px auto 0px;
  }

  .popular-destinations-title {
    padding: 30px 0 15px;
    font-size: 20px;
  }

  .popular-destinations-swiper {
    padding: 0 8px;
  }

  .popular-destinations-page {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    height: 160px;
  }

  /* 移动端：显示所有城市卡片（JS已重组为每页2个） */
  .popular-destinations-page .popular-destinations-grid-card {
    display: block !important;
  }

  .popular-destinations-grid-card {
    height: 160px;
  }

  .popular-destinations-grid-card.is-wide,
  .popular-destinations-grid-card.is-tall {
    grid-column: auto;
    grid-row: auto;
  }

  .to-go-svg-icon {
    display: none;
  }

  .popular-destinations-wrapper .swiper-button-next,
  .popular-destinations-wrapper .swiper-button-prev,
  .popular-destinations-header .swiper-button-next,
  .popular-destinations-header .swiper-button-prev {
    display: none;
  }

  .popular-destinations-grid-card-featured {
    height: auto;
  }

  .popular-destinations-grid-card-content {
    padding: 15px;
  }

  .popular-destinations-grid-card-content-name {
    font-size: 18px;
  }

  .popular-destinations-grid-card-content-details p {
    font-size: 13px;
  }

  /* 移动端直接显示所有内容 */
  .popular-destinations-grid-card-content-details {
    max-height: 200px;
    opacity: 1;
  }

  .popular-destinations-grid-card-content-details-link {
    padding: 6px 12px;
    font-size: 13px;
  }

  .popular-destinations-pagination {
    margin-top: 12px;
  }

  .top-special {
    padding: 0;
    margin:20px auto 0;
  }

  /* Swiper 移动端样式 */
  .top-special-swiper {
    padding: 0 10px;
  }

  .top-special-slide-row {
    gap: 10px;
  }

  /* 移动端隐藏导航按钮 */
  .top-special-wrapper .swiper-button-next,
  .top-special-wrapper .swiper-button-prev {
    display: none;
  }

  /* 移动端显示分页指示器 */
  .top-special-pagination {
    display: block;
  }
}

/* =========================
   Litepicker 全屏 mobile modal
   ========================= */
@media screen and (max-width: 767px) {
html.litepicker-mobile-lock {
  overflow: hidden !important;
}

body.litepicker-mobile-lock {
  overflow: hidden !important;
  touch-action: none !important;
  -webkit-overflow-scrolling: auto !important;
  width: 100% !important;
}

  #litepicker-mobile-mask {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.18);
    z-index: 10000;
    display: none;
  }

  .litepicker.litepicker-mobile-fixed {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    max-width: 100vw !important;
    max-height: 100dvh !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 10001 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: #fff !important;
    transform: none !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
  }

  /* 主容器撑满 */
  .litepicker.litepicker-mobile-fixed .container__main {
    display: flex !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
    margin-left: 0 !important;
  }

  /* 月历区域撑满 */
  .litepicker.litepicker-mobile-fixed .container__months {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    flex: 1 1 auto !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    padding-bottom: env(safe-area-inset-bottom);
  }

  .litepicker.litepicker-mobile-fixed .month-item {
    width: 100% !important;
    min-width: 100% !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  /* 月份头部更像 APP */
  .litepicker.litepicker-mobile-fixed .month-item-header {
    height: 56px !important;
    padding: 0 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    border-bottom: 1px solid #F7F8FA !important;
    font-size: 20px !important;
    color: #03205A !important;
  }

  .litepicker.litepicker-mobile-fixed .month-item-weekdays-row {
    width: 100% !important;
    padding: 10px 0 6px !important;
    box-sizing: border-box !important;
  }

  .litepicker.litepicker-mobile-fixed .month-item-weekdays-row > div {
    font-size: 14px !important;
  }

  .litepicker.litepicker-mobile-fixed .container__days {
    width: 100% !important;
    padding: 0 0 12px !important;
    box-sizing: border-box !important;
  }

  .litepicker.litepicker-mobile-fixed .container__days > div,
  .litepicker.litepicker-mobile-fixed .container__days > a {
    width: 14.2857% !important;
    height: 56px !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  .litepicker.litepicker-mobile-fixed .day-item {
    height: 56px !important;
    display: flex !important;
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
    line-height: 1 !important;
    position: relative !important;
    border-radius: 6px !important;
  }

  .litepicker.litepicker-mobile-fixed .day-item.is-in-range {
    border-radius: 6px !important;
  }

  /* 底部按钮区 */
  .litepicker.litepicker-mobile-fixed .container__footer {
    flex: 0 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 10px !important;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom)) !important;
    border-top: 1px solid #F7F8FA !important;
    background: #fff !important;
    box-shadow: none !important;
    margin: 0 !important;
  }

  .litepicker.litepicker-mobile-fixed .container__footer .button-cancel,
  .litepicker.litepicker-mobile-fixed .container__footer .button-apply {
    height: 44px !important;
    min-width: 88px !important;
    border-radius: 6px !important;
    font-size: 16px !important;
    margin: 0 !important;
  }

  /* 开始日期：左半圆 */
  .litepicker .day-item.is-start-date {
    border-radius: 6px !important;
  }

  /* 结束日期：右半圆 */
  .litepicker .day-item.is-end-date {
    border-radius: 6px !important;
  }

  /* 中间区间 */
  .litepicker .day-item.is-in-range {
    border-radius: 6px !important;
  }
}

@media screen and (max-width: 767px) {
  .litepicker.litepicker-mobile-fixed {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    max-width: 100vw !important;
    max-height: 100dvh !important;
    margin: 0 !important;
    background: #fff !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    z-index: 10001 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
  }

  .litepicker.litepicker-mobile-fixed .litepicker-mobile-topbar {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    border-bottom: 1px solid #E5E7EB;
    background: #fff;
    flex: 0 0 auto;
  }

  .litepicker.litepicker-mobile-fixed .litepicker-mobile-title {
    flex: 1;
    text-align: center;
    font-size: 18px;
    color: #03205A;
  }

  .litepicker.litepicker-mobile-fixed .litepicker-mobile-close,
  .litepicker.litepicker-mobile-fixed .litepicker-mobile-topbar-right {
    width: 40px;
    flex: 0 0 40px;
  }

  .litepicker.litepicker-mobile-fixed .litepicker-mobile-close {
    height: 40px;
    border: 0;
    background: transparent;
    font-size: 32px;
    line-height: 40px;
    color: #03205A;
    padding: 0;
  }

  .litepicker.litepicker-mobile-fixed .container__main {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    display: flex !important;
    margin-left: 0 !important;
  }

  .litepicker.litepicker-mobile-fixed .container__months {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: flex !important;
    flex: 1 1 auto !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    padding-bottom: 0 !important;
  }

  .litepicker.litepicker-mobile-fixed .month-item {
    width: 100% !important;
    min-width: 100% !important;
    padding: 0 !important;
  }

  .litepicker.litepicker-mobile-fixed .month-item-header {
    height: 50px !important;
    padding: 0 12px !important;
    border-bottom: 1px solid #F7F8FA !important;
    display: flex !important;
    align-items: center !important;
  }

  .litepicker.litepicker-mobile-fixed .container__footer {
    display: none !important;
  }

  .litepicker.litepicker-mobile-fixed .litepicker-mobile-confirmbar {
    flex: 0 0 auto;
    padding: 12px 12px calc(12px + env(safe-area-inset-bottom));
    border-top: 1px solid #E5E7EB;
    background: #fff;
  }

  .litepicker.litepicker-mobile-fixed .litepicker-mobile-confirm-dates {
    min-height: 26px;
    font-size: 16px;
    font-weight: 700;
    color: #03205A;
    text-align: center;
    margin-bottom: 10px;
  }

  .litepicker.litepicker-mobile-fixed .litepicker-mobile-ok {
    display: block;
    width: 100%;
    height: 46px;
    border: 0;
    border-radius: 3px;
    background: #2C61FE;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
  }
}

/* =========================
   手机端：所有日期框都不让 input 自己获得焦点
   由外层容器负责打开 Litepicker
   ========================= */
@media screen and (max-width: 767px) {
  .date-trigger-box {
    cursor: pointer;
  }

  .date-trigger-box input.datepicker {
    pointer-events: none !important;
    caret-color: transparent !important;
  }

  .date-trigger-box .top-searcher-box-form-condition-add-title,
  .date-trigger-box .top-searcher-box-form-condition-add-icon {
    pointer-events: none !important;
  }
}

/* =========================
   手机端：机场选择器改为全屏面板
   ========================= */
@media screen and (max-width: 767px) {
  html.airport-panel-lock,
  body.airport-panel-lock {
    overflow: hidden !important;
    height: 100% !important;
    touch-action: none !important;
  }

  .airport-fullscreen-panel {
    position: fixed;
    inset: 0;
    z-index: 30000;
    background: #F7F8FA;
    display: none;
    flex-direction: column;
  }

  .airport-fullscreen-panel.show {
    display: flex;
  }

  .airport-fullscreen-panel-header {
    flex: 0 0 auto;
    background: #ffffff;
    padding: 14px 14px 10px;
    border-bottom: 1px solid #ffffff;
  }

  .airport-fullscreen-panel-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
  }

  .airport-fullscreen-panel-close {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #03205A;
    line-height: 1;
    cursor: pointer;
    user-select: none;
  }

  .airport-fullscreen-panel-title {
    font-size: 16px;
    color: #1F2937;
    flex: 1;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .airport-fullscreen-panel-spacer {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
  }

  .airport-fullscreen-panel-search {
    position: relative;
  }

  .airport-fullscreen-panel-search-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    opacity: 0.65;
    pointer-events: none;
  }

  .airport-fullscreen-panel-input {
    width: 100%;
    height: 42px;
    border: 1px solid #E5E7EB;
    border-radius: 6px;
    background: #fff;
    padding: 0 12px 0 38px;
    font-size: 15px;
    outline: none;
    box-sizing: border-box;
  }

  .airport-fullscreen-panel-input:focus {
    border-color: #2C61FE;
    box-shadow: 0 0 0 2px rgba(44, 97, 254, 0.08);
  }

  .airport-fullscreen-panel-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #ffffff;
    padding: 12px 14px 20px;
  }

  .airport-fullscreen-panel-note {
    font-size: 12px;
    color: #2C61FE;
    margin-bottom: 10px;
  }

  /* 把原来下拉里的区域标题/列表改成适合全屏面板的样式 */
  .airport-fullscreen-panel .top-searcher-box-form-condition-add-dropdown-area {
    margin-bottom: 18px;
  }

  .airport-fullscreen-panel .top-searcher-box-form-condition-add-dropdown-area-title {
    background: transparent;
    border: none;
    padding: 0;
    font-size: 16px;
    color: #1F2937;
    cursor: default;
  }

  .airport-fullscreen-panel .top-searcher-box-form-condition-add-dropdown-area-title svg,
  .airport-fullscreen-panel .top-searcher-box-form-condition-add-dropdown-area-title img,
  .airport-fullscreen-panel .top-searcher-box-form-condition-add-dropdown-area-title .arrow,
  .airport-fullscreen-panel .top-searcher-box-form-condition-add-dropdown-area-title span:last-child {
    display: none !important;
  }

  .airport-fullscreen-panel .top-searcher-box-form-condition-add-dropdown-area-line {
    display: none !important;
  }

  .airport-fullscreen-panel .top-searcher-box-form-condition-add-dropdown-area-lists {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-top: 10px;
    border-top: 1px dashed #E5E7EB;
  }

  .airport-fullscreen-panel .top-searcher-box-form-condition-add-dropdown-area-list {
    min-height: 36px;
    line-height: 36px;
    background: #F7F8FA;
    border-radius: 4px;
    padding: 0 6px;
    text-align: center;
    font-size: 13px;
  }

  .airport-fullscreen-panel .top-searcher-box-form-condition-add-dropdown-area-list:hover {
    background: #EEF3FF;
    color: #1F2937;
  }

  .airport-fullscreen-panel .top-searcher-box-form-condition-add-dropdown-keyword-list {
    background: #fff;
    padding: 12px;
    border-bottom: 1px solid #E5E7EB;
  }

  .airport-fullscreen-panel .top-searcher-box-form-condition-add-dropdown-keyword-list-right-title {
    font-size: 15px;
    color: #1F2937;
  }

  .airport-fullscreen-panel .top-searcher-box-form-condition-add-dropdown-keyword-list-right-sub {
    font-size: 12px;
    color: #667085;
  }

  /* 手机端不再显示原来的 input 下拉框 */
  .top-searcher-box-form-condition-add-dropdown {
    display: none !important;
  }

  .top-searcher-box-form-condition-add-dropdown-note{
    padding: 0 0 12px 0;
  }
}

/* Litepicker mobile fullscreen */
@media (max-width: 767px){

  html.litepicker-mobile-lock,
  body.litepicker-mobile-lock{
    overflow:hidden!important;
    touch-action:none;
  }

  #litepicker-mobile-mask{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.35);
    z-index:9998;
    display:none;
  }

  #litepicker-mobile-mask.show{
    display:block;
  }

  .litepicker.litepicker-mobile-fixed{
    position:fixed!important;
    inset:0!important;
    width:100vw!important;
    height:100vh!important;
    max-width:100vw!important;
    max-height:100vh!important;
    margin:0!important;
    z-index:9999!important;
  }

}

@media (max-width: 767px) {

  /* 日历内部尽量铺满 */
  body .litepicker .container__months,
  body .litepicker .container__days {
    height: auto;
  }

  /* 手机上只显示 1 个月时更自然 */
  body .litepicker .container__months {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* =========================
   Litepicker 手机端纯 CSS 全屏版
   不搬 DOM，不做重排
   ========================= */
@media screen and (max-width: 767px) {

  /* 隐藏 Litepicker 自己可能带的底部按钮区 */
  .litepicker footer,
  .litepicker .container__footer,
  .litepicker .footer {
    display: none !important;
  }

  /* 主体撑满 */
  .litepicker .container__main {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    margin-left: 0 !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .litepicker .container__months {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    width: 100% !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding-top: 56px !important; /* 给顶部栏留位置 */
    box-sizing: border-box !important;
  }

  .litepicker .month-item {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 10px 16px !important;
    box-sizing: border-box !important;
  }

  /* 月份标题区域往下压 */
  .litepicker .month-item-header {
    margin-top: 6px !important;
    min-height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
  }

  .litepicker .month-item-name,
  .litepicker .month-item-year {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #03205A !important;
  }

  /* 左右箭头位置微调 */
  .litepicker .button-previous-month,
  .litepicker .button-next-month {
    top: 8px !important;
    transform: none !important;
  }

  .litepicker .button-previous-month {
    left: 10px !important;
  }

  .litepicker .button-next-month {
    right: 10px !important;
  }

  /* 星期和日期格子 */
  .litepicker .month-item-weekdays-row {
    height: 36px !important;
    padding: 0 6px !important;
    margin-top: 4px !important;
    box-sizing: border-box !important;
  }

  .litepicker .container__days {
    width: 100% !important;
    padding: 0 6px 20px !important;
    box-sizing: border-box !important;
  }

  .litepicker .container__days > div,
  .litepicker .container__days > a {
    width: 14.2857% !important;
    height: 48px !important;
    padding: 4px 0 !important;
    box-sizing: border-box !important;
  }

  .litepicker .day-item {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    margin: 0 auto !important;
    border-radius: 10px !important;
    font-size: 16px !important;
  }

  /* 避免页面其他内容盖上来 */
  body {
    overflow-x: hidden;
  }
}

/* =========================
   Litepicker 轻量全屏版
   只加顶部标题和关闭按钮
   ========================= */
@media screen and (max-width: 767px) {
  .litepicker.litepicker-simple-fullscreen {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
    max-width: 100vw !important;
    max-height: 100dvh !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: #fff !important;
    z-index: 99999 !important;
    transform: none !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .litepicker.litepicker-simple-fullscreen .container__main {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    margin-left: 0 !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .litepicker.litepicker-simple-fullscreen .container__months {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    width: 100% !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding-top: 56px !important;
    box-sizing: border-box !important;
  }

  .litepicker.litepicker-simple-fullscreen .month-item {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 10px 16px !important;
    box-sizing: border-box !important;
  }

  .litepicker-simple-topbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    background: #fff;
    border-bottom: 1px solid #E5E7EB;
    z-index: 3;
  }

  .litepicker-simple-close {
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    border: none;
    background: transparent;
    font-size: 28px;
    line-height: 56px;
    color: #1f2937;
    padding: 0;
  }

  .litepicker-simple-title {
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
  }

  .litepicker.litepicker-simple-fullscreen .month-item-header {
    margin-top: 6px !important;
    min-height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
  }

  .litepicker.litepicker-simple-fullscreen .button-previous-month,
  .litepicker.litepicker-simple-fullscreen .button-next-month {
    top: 8px !important;
    transform: none !important;
  }

  .litepicker.litepicker-simple-fullscreen .button-previous-month {
    left: 10px !important;
  }

  .litepicker.litepicker-simple-fullscreen .button-next-month {
    right: 10px !important;
  }

  .top-searcher-box-form-condition-cabinclass-dropdown-title{
    padding-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  .top-special-title{
    padding-bottom: 5px;
    font-size: 18px;
  }

  .popular-destinations .top-popular-routes-title{
    font-size: 18px;
    text-align: left;
  }

  .top-popular-routes-title{
    text-align: left;
  }

  /* 只修正当前全屏样式，不改 Litepicker 原本布局机制 */
  .litepicker.litepicker-simple-fullscreen .month-item-weekdays-row {
    width: 100% !important;
    padding: 0 6px !important;
    margin-top: 4px !important;
    box-sizing: border-box !important;
  }

  .litepicker.litepicker-simple-fullscreen .container__days {
    width: 100% !important;
    padding: 0 6px 20px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  .litepicker.litepicker-simple-fullscreen .container__days > div,
  .litepicker.litepicker-simple-fullscreen .container__days > a {
    width: 14.2857% !important;
    height: 48px !important;
    padding: 4px 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  .litepicker.litepicker-simple-fullscreen .day-item {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    margin: 0 auto !important;
    border-radius: 10px !important;
    font-size: 16px !important;
  }

  .top-advantages-card-content{
    text-align: left;
  }

  .top-popular-routes-container{
    padding: 0 4%;
    margin-bottom: 0px;
    padding-left: 4% !important;
    padding-right: 4% !important;
  }



  .top-searcher-box-form-last-search{
    width: 92%;
    margin: 20px auto 0 auto;
  }

  .top-searcher-box-form-last-search-row-title{
    margin-bottom: 4px;
  }

  .top-searcher-box-form-last-search-row-smart{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .popular-destinations-page {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto !important;
    grid-auto-rows: 160px;
    aspect-ratio: auto !important;
    gap: 10px;
  }
  .popular-destinations-page > div:nth-child(n) {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }
}

.popular-destinations {
  padding: 0;
  background: transparent;
  margin-top: 40px;
}

.popular-destinations-shell {
  --pd-gap: 12px;
  --pd-intro-width: 350px;
  --pd-hero-height: 352px;
  --pd-right-stack-width: 220px;
  --pd-bottom-height: 160px;
  width: 100%;
  max-width: 1200px;
  margin: 20px auto 0;
}

.popular-destinations-top {
  display: flex;
  align-items: stretch;
  gap: var(--pd-gap);
}

.popular-destinations-bottom {
  display: flex;
  gap: var(--pd-gap);
  margin-top: var(--pd-gap);
}

.popular-destinations-intro {
  flex: 0 0 var(--pd-intro-width);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2px 14px 0 0;
}

.popular-destinations-hero {
  flex: 1 1 auto;
  min-width: 0;
  height: var(--pd-hero-height);
  display: flex;
  align-items: stretch;
  gap: var(--pd-gap);
}

.popular-destinations-intro-eyebrow {
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #2C61FE;
}

.popular-destinations-intro-title {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.42;
  color: #03205A;
}

.popular-destinations-intro-copy {
  max-width: 300px;
  margin: 16px 0 28px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
  color: #667085;
}

.popular-destinations-intro-cta {
width: fit-content;
    min-width: 188px;
    height: 42px;
    padding: 5px 25px;
    border: 1px solid #E5E7EB;
    border-radius: 999px;
    background: #ffffff;
    font-size: 14px;
    font-weight: 700;
    color: #2d4dbc;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.popular-destinations-intro-cta:hover {
  border-color: #7b96f4;
  box-shadow: 0 20px 44px rgba(34, 74, 176, 0.14);
  transform: translateY(-2px);
}

.popular-destinations-right-stack {
  flex: 0 0 var(--pd-right-stack-width);
  min-height: 0;
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: var(--pd-gap);
}

.popular-destinations-card {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  cursor: pointer;
  isolation: isolate;
  box-shadow: 0 10px 24px rgba(20, 49, 123, 0.1);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  /* 解决 Chrome 容器裁剪 (overflow:hidden + border-radius) 导致的子元素背景图模糊问题 */
  transform: translate3d(0, 0, 0);
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.popular-destinations-card:hover {
  transform: translateY(-2px) translate3d(0, 0, 0);
  box-shadow: 0 14px 28px rgba(20, 49, 123, 0.14);
}

.popular-destinations-card-media,
.popular-destinations-card-overlay {
  position: absolute;
  inset: 0;
}

.popular-destinations-card-media {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1) translateZ(0);
  transition: transform 0.5s ease;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

.popular-destinations-card:hover .popular-destinations-card-media {
  transform: scale(1.06) translateZ(0);
}

.popular-destinations-card-overlay {
  /* background:
    linear-gradient(180deg, rgba(10, 18, 46, 0.04) 0%, rgba(10, 18, 46, 0.12) 38%, rgba(10, 18, 46, 0.64) 100%),
    linear-gradient(0deg, rgba(33, 70, 165, 0.1), rgba(33, 70, 165, 0.1)); */
}

.popular-destinations-card-content {
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  bottom: auto;
  display: flex;
  flex-direction: column;
  gap: 3px;
  color: #ffffff;
}

.popular-destinations-card.shanghai .popular-destinations-card-content {
  top: auto;
  bottom: 14px;
}

.popular-destinations-card-name {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.popular-destinations-card-copy {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: 0.02em;
  opacity: 0.96;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.popular-destinations-card-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 66px;
  height: 26px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(15, 37, 97, 0.34);
  backdrop-filter: blur(8px);
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
}

.popular-destinations-card.shanghai {
  flex: 1.1 1 0;
}

.popular-destinations-card.beijing {
  flex: 0.9 1 0;
}

.popular-destinations-card.hongkong,
.popular-destinations-card.macau,
.popular-destinations-card.singapore,
.popular-destinations-card.bangkok {
  flex: 1 1 0;
  height: var(--pd-bottom-height);
}

.popular-destinations-card.shanghai .popular-destinations-card-media {
  background-image: url('/img/city_img/shanghai.jpg');
}

.popular-destinations-card.beijing .popular-destinations-card-media {
  background-image: url('/img/city_img/beijing.jpg');
}

.popular-destinations-card.seoul .popular-destinations-card-media {
  background-image: url('/img/city_img/seoul.jpg');
}

.popular-destinations-card.taipei .popular-destinations-card-media {
  background-image: url('/img/city_img/taipei.jpg');
}

.popular-destinations-card.hongkong .popular-destinations-card-media {
  background-image: url('/img/city_img/hongkong.jpg');
}

.popular-destinations-card.macau .popular-destinations-card-media {
  background-image: url('/img/city_img/macau.jpg');
}

.popular-destinations-card.singapore .popular-destinations-card-media {
  background-image: url('/img/city_img/singapore.jpg');
}

.popular-destinations-card.bangkok .popular-destinations-card-media {
  background-image: url('/img/city_img/bangkok.jpg');
}

@media screen and (max-width: 767px) {
  .popular-destinations-mobile-title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #03205A;
    margin: 0 0 0 0;
    padding: 0 4px;
  }

  .popular-destinations-intro-eyebrow,
  .popular-destinations-intro-title,
  .popular-destinations-intro-copy,
  .popular-destinations-intro-cta {
    display: none !important;
  }

  .popular-destinations-intro {
    grid-column: span 2;
    margin-bottom: 10px;
    height: auto !important;
    padding: 0 !important;
  }

  .popular-destinations {
    padding: 0 0 0 0;
  }

  .popular-destinations-shell {
    display: grid;
    margin-top: 0;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    gap: 8px;
    width: 100%;
    padding: 0 0px;
    box-sizing: border-box;
  }

  .popular-destinations-top,
  .popular-destinations-hero,
  .popular-destinations-right-stack,
  .popular-destinations-bottom {
    display: contents !important;
  }

  .popular-destinations-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 126px !important;
    width: 100% !important;
    margin: 0 !important;
  }

  /* Custom Grid positions */
  .popular-destinations-card.shanghai {
    grid-column: span 2;
    grid-row: span 2;
    height: 264px !important;
  }

  .popular-destinations-card.beijing {
    grid-column: span 1;
    grid-row: span 1;
  }

  .popular-destinations-card.seoul {
    grid-column: span 1;
    grid-row: span 1;
  }

  .popular-destinations-card.taipei {
    grid-column: span 1;
    grid-row: span 1;
  }

  .popular-destinations-card.hongkong {
    grid-column: span 1;
    grid-row: span 1;
  }

  .popular-destinations-card.macau {
    grid-column: span 1;
    grid-row: span 1;
  }

  .popular-destinations-card.singapore {
    grid-column: span 1;
    grid-row: span 1;
  }

  .popular-destinations-card.bangkok {
    grid-column: span 2;
    grid-row: span 1;
  }

  .popular-destinations-card-overlay {
    background: linear-gradient(180deg, rgba(15, 37, 97, 0.45) 0%, rgba(15, 37, 97, 0.05) 60%, rgba(15, 37, 97, 0.0) 100%) !important;
    z-index: 1;
  }

  .popular-destinations-card-content {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: auto;
    z-index: 2;
  }

  .popular-destinations-card.shanghai .popular-destinations-card-content {
    top: 24px;
    left: 24px;
  }

  .popular-destinations-card-name {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 4px 0;
  }

  .popular-destinations-card.shanghai .popular-destinations-card-name {
    font-size: 24px;
  }

  .popular-destinations-card-copy {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
  }

  .popular-destinations-card.shanghai .popular-destinations-card-copy {
    font-size: 14px;
  }

  /* Ensure card badges and overlays are clean */
  .popular-destinations-card-badge {
    top: 20px;
    right: 20px;
    left: auto;
  }
}

/* Service directory - Refined 2x2 Asymmetric Layout (Option A) */
.top-services-platform {
  --services-ink: #03205A;
  --services-muted: #667085;
  --services-blue: #2C61FE;
  --services-blue-soft: #EEF4FF;
  --services-line: #E2E8F0;
  background: #f5f7fa url('/img/top/service_bg_white.jpg') no-repeat center top / cover;
  border-block: 1px solid #E8EDF3;
}

.services-platform-shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 52px 0 56px;
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 48px;
  align-items: center;
}

.services-platform-left {
  display: block;
  text-align: left;
  margin-bottom: 0;
}

.services-platform-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  background: var(--services-blue-soft);
  color: var(--services-blue);
  font-size: 12px;
  font-weight: 700;
  border-radius: 20px;
  margin-bottom: 14px;
  letter-spacing: 0.04em;
}

.services-platform-badge svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.services-platform-title {
  margin: 0 0 14px;
  color: var(--services-ink);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.services-platform-title::before {
  content: none;
}

.services-platform-title br {
  display: block;
}

.services-platform-subtitle {
  max-width: none;
  margin: 0;
  color: var(--services-muted);
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
}

.services-platform-right {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  background: transparent;
  border: none;
  box-shadow: none;
  overflow: visible;
}

.services-platform-card {
  position: relative;
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-columns: 52px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 22px 20px;
  background: #FFFFFF;
  border: 1px solid var(--services-line);
  border-radius: 12px;
  color: var(--services-ink);
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(3, 32, 90, 0.04);
  transition: all 0.22s ease;
}

.services-platform-card:hover {
  border-color: var(--services-blue);
  box-shadow: 0 8px 24px rgba(44, 97, 254, 0.12);
  transform: translateY(-2px);
  background: #FAFCFF;
}

.services-platform-card-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #DBEAFE;
  border-radius: 12px;
  background: var(--services-blue-soft);
  color: var(--services-blue);
  flex-shrink: 0;
  transition: all 0.22s ease;
}

.services-platform-card:hover .services-platform-card-icon {
  background: var(--services-blue);
  color: #FFFFFF;
}

.services-platform-card-icon svg {
  display: block;
  width: 26px;
  height: 26px;
}

.services-platform-card .card-body {
  min-width: 0;
}

.services-platform-card-title {
  margin: 0 0 4px;
  color: var(--services-ink);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 8px;
}

.services-platform-card .card-tag {
  font-size: 11px;
  font-weight: 600;
  color: #F06703;
  background: #FFF4ED;
  border: 1px solid rgba(240, 103, 3, 0.22);
  padding: 2px 7px;
  border-radius: 4px;
  line-height: 1.3;
  white-space: nowrap;
  flex-shrink: 0;
}

.services-platform-card-desc {
  margin: 0;
  color: var(--services-muted);
  font-size: 13px;
  line-height: 1.5;
  white-space: normal;
}

.services-platform-card .card-arrow-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #667085;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.services-platform-card:hover .card-arrow-btn {
  background: var(--services-blue);
  border-color: var(--services-blue);
  color: #FFFFFF;
  transform: translateX(3px);
}

.services-platform-card .card-arrow-btn svg {
  width: 15px;
  height: 15px;
}

@media (max-width: 1248px) {
  .services-platform-shell {
    margin-inline: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .services-platform-shell {
    grid-template-columns: 300px 1fr;
    gap: 28px;
  }

  .services-platform-title {
    font-size: 26px;
  }

  .services-platform-card {
    padding: 18px 16px;
    gap: 12px;
  }

  .services-platform-card-icon {
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 767px) {
  .services-platform-shell {
    margin: 0 auto;
    padding: 32px 16px 36px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .services-platform-left {
    display: block;
    text-align: left;
    margin-bottom: 0;
  }

  .services-platform-title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.35;
    margin: 0 0 10px;
  }

  .services-platform-subtitle {
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
  }

  .services-platform-right {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    box-sizing: border-box;
  }

  .services-platform-card {
    padding: 14px 14px;
    grid-template-columns: 44px minmax(0, 1fr) 28px;
    gap: 12px;
    box-sizing: border-box;
    width: 100%;
    align-items: center;
  }

  .services-platform-card .card-body {
    min-width: 0;
    overflow: hidden;
  }

  .services-platform-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    flex-shrink: 0;
  }

  .services-platform-card-icon svg {
    width: 22px;
    height: 22px;
  }

  .services-platform-card-title {
    font-size: 15px;
    margin: 0 0 2px;
  }

  .services-platform-card .card-tag {
    font-size: 10px;
    padding: 1px 6px;
    white-space: nowrap;
    flex-shrink: 0;
  }

  .services-platform-card-desc {
    font-size: 12px;
    line-height: 1.45;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .services-platform-card .card-arrow-btn {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
  }

  .services-platform-card .card-arrow-btn svg {
    width: 13px;
    height: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .services-platform-card,
  .services-platform-card-icon,
  .services-platform-card .card-arrow-btn {
    transition: none;
  }

  .services-platform-card:hover {
    transform: none;
  }

  .services-platform-card:hover .card-arrow-btn {
    transform: none;
  }
}

/* ==========================================================================
   SkyTravelが選ばれる理由 (Brand Reasons Section) - Banner Below Layout
   ========================================================================== */
.top-brand-reasons-section {
  width: 100%;
  max-width: 1200px;
  margin: 30px auto 50px auto;
  padding: 0 0px;
  background-color: transparent;
  font-family: inherit;
}

.top-brand-reasons-header {
  text-align: center;
  margin-bottom: 20px;
}

.top-brand-reasons-title {
  font-size: 24px;
  color: #03205A;
  font-weight: 700;
  margin: 0 0 10px 0;
  letter-spacing: 0.5px;
}

.top-brand-reasons-subtitle {
  display: none;
  font-size: 14px;
  color: #667085;
  margin: 0;
  font-weight: 400;
}

.top-brand-reasons-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.top-brand-reason-card {
  background: #ffffff;
  border: 1px solid #F7F8FA;
  border-radius: 16px;
  padding: 36px 20px 48px 20px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 4px 10px rgba(15, 37, 97, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  position: relative;
}

.top-brand-reason-card:hover {
  transform: translateY(-5px);
  border-color: #E5E7EB;
  box-shadow: 0 12px 30px rgba(15, 37, 97, 0.06);
}

.top-brand-reason-card::after {
  content: '';
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #F06703;
  border-radius: 999px;
}

.top-brand-reason-icon-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ffffff;
  color: #2C61FE;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}

/* Adjust colors specifically to match the screenshot blue themes */
.top-brand-reason-card:nth-child(1) .top-brand-reason-icon-wrapper { color: #2C61FE; }
.top-brand-reason-card:nth-child(2) .top-brand-reason-icon-wrapper { color: #2C61FE; }
.top-brand-reason-card:nth-child(3) .top-brand-reason-icon-wrapper { color: #2C61FE; }
.top-brand-reason-card:nth-child(4) .top-brand-reason-icon-wrapper { color: #2C61FE; }

.top-brand-reason-icon-wrapper i {
  font-size: 52px;
}

.top-brand-reason-icon-img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  display: block;
}

.top-brand-reason-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #03205A;
  margin: 0 0 12px 0;
  line-height: 1.4;
}

.top-brand-reason-card-desc {
  font-size: 16px;
  color: #667085;
  line-height: 1.6;
  margin: 0;
}

/* Responsive configurations for brand reasons grid */
@media screen and (max-width: 1024px) {
  .top-brand-reasons-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .top-brand-reasons-section {
    margin: 20px auto 20px auto;
    padding: 0 4%;
  }
}

@media screen and (max-width: 767px) {
  .top-brand-reasons-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .top-brand-reason-card {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 16px;
    row-gap: 4px;
    align-items: center;
    padding: 16px;
    text-align: left;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  }
  .top-brand-reason-card::after {
    display: none;
  }
  .top-brand-reason-icon-wrapper {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: center;
    width: 48px;
    height: 48px;
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .top-brand-reason-icon-img {
    width: 48px;
    height: 48px;
  }
  .top-brand-reason-card-title {
    grid-column: 2;
    grid-row: 1;
    font-size: 15px;
    font-weight: 700;
    color: #03205A;
    margin: 0;
    line-height: 1.3;
  }
  .top-brand-reason-card-desc {
    grid-column: 2;
    grid-row: 2;
    display: block;
    font-size: 13px;
    color: #667085;
    margin: 0;
    line-height: 1.4;
  }
  .top-brand-reason-card:nth-child(4) {
    display: none;
  }
  .top-brand-reasons-title {
    font-size: 20px;
    margin-bottom: 20px;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .top-ad-banner img {
    width: 100%;
  }
}

/* Brand reasons: High-end trust banner section (Flat & Clean) */
.top-brand-reasons-section {
  width: min(1200px, calc(100% - 48px));
  max-width: 1200px;
  margin: 32px auto 40px auto;
  padding: 32px 24px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #e8eeef;
  border-radius: 16px;
  box-shadow: none;
  font-family: inherit;
}

.top-brand-reasons-header {
  display: none;
}

.top-brand-reasons-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.top-brand-reason-card,
.top-brand-reason-card:hover {
  min-width: 0;
  padding: 8px 16px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transform: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  transition: all 0.25s ease;
}

/* 橙色横条：自然放置于描述文字下方 */
.top-brand-reason-card::after {
  content: '';
  position: static !important;
  transform: none !important;
  left: auto !important;
  bottom: auto !important;
  display: block !important;
  width: 44px;
  height: 3px;
  background-color: #F06703;
  border-radius: 999px;
  margin-top: 26px;
  flex: 0 0 auto;
  order: 4 !important;
}

.top-brand-reason-card:not(:first-child) {
  border-left: 1px solid #f0f4f8;
}

/* 移除底衬，纯 PNG 图标直接展示 */
.top-brand-reason-icon-wrapper {
  width: auto;
  height: auto;
  margin: 0 0 14px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  box-shadow: none;
  order: 1 !important;
}

.top-brand-reason-icon-img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  display: block;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.top-brand-reason-card:hover .top-brand-reason-icon-img {
  transform: translateY(-4px);
}

/* 标题默认自然紧凑排版（适用于中/日文单行文本） */
.top-brand-reason-card-title {
  min-height: auto;
  margin: 0 0 6px;
  color: #03205A;
  font-weight: 700;
  line-height: 1.35;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  text-wrap: balance;
  order: 2 !important;
}

/* 描述文字自然紧凑间距 */
.top-brand-reason-card-desc {
  max-width: 260px;
  min-height: auto;
  margin: 0;
  color: #475569;
  font-size: 12.5px;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  text-wrap: balance;
  order: 3 !important;
}

/* 英文模式专调：英文折行时自动锁定对齐线，中日文保持自然舒适紧凑 */
.lang-en .top-brand-reason-card-title,
html.lang-en .top-brand-reason-card-title {
  min-height: 44px;
}

.lang-en .top-brand-reason-card-desc,
html.lang-en .top-brand-reason-card-desc {
  min-height: 38px;
  flex: 1 1 auto;
  margin-bottom: 12px;
}

.lang-en .top-brand-reason-card::after,
html.lang-en .top-brand-reason-card::after {
  margin-top: auto !important;
}

@media screen and (max-width: 1024px) {
  .top-brand-reasons-section {
    width: calc(100% - 32px);
    padding: 24px 16px;
  }

  .top-brand-reason-card,
  .top-brand-reason-card:hover {
    padding: 4px 10px;
  }

  .top-brand-reason-card-title {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .top-brand-reasons-section {
    width: 92%;
    padding: 0;
    border: 0;
    border-radius: 14px;
    box-shadow: none;
  }

  .top-brand-reasons-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .top-brand-reason-card,
  .top-brand-reason-card:hover {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 14px;
    row-gap: 2px;
    align-items: center;
    padding: 12px 14px;
    background: #ffffff;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    text-align: left;
  }

  .top-brand-reason-card:nth-child(4) {
    display: none !important;
  }

  .top-brand-reason-card:not(:first-child),
  .top-brand-reason-card:nth-child(even),
  .top-brand-reason-card:nth-child(3) {
    border-left: 1px solid #E5E7EB;
    border-top: 1px solid #E5E7EB;
  }

  .top-brand-reason-card::after {
    display: none !important;
  }

  .top-brand-reason-icon-wrapper {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 48px;
    height: 48px;
    margin: 0;
    align-self: center;
  }

  .top-brand-reason-icon-img {
    width: 48px;
    height: 48px;
  }

  .top-brand-reason-card-title {
    grid-column: 2;
    grid-row: 1;
    min-height: 0 !important;
    font-size: 15px;
    line-height: 1.35;
    margin: 0;
    justify-content: flex-start;
    text-align: left;
  }

  .top-brand-reason-card-desc {
    grid-column: 2;
    grid-row: 2;
    min-height: 0 !important;
    flex: none !important;
    font-size: 12px;
    line-height: 1.4;
    justify-content: flex-start;
    text-align: left;
  }
}

/* One-way search promotion: keep the image as the visual base and layer readable copy above it. */
.top-one-way-banner {
  display: none;
  position: relative;
  min-height: 92px;
  margin: 8px 0 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  background:  url('/img/top/one_way_banner.jpg') center / cover no-repeat;
  box-shadow: 0 4px 12px rgba(3, 32, 90, 0.12);
  isolation: isolate;
}

.top-one-way-banner.is-visible {
  display: block;
  animation: top-one-way-banner-slide-down 0.28s ease-out both;
}

/* Keep the open/close motion simple and restrained. */
.top-one-way-banner.is-hiding {
  display: block;
  animation: top-one-way-banner-slide-up 0.22s ease-in both;
  pointer-events: none;
}

@keyframes top-one-way-banner-slide-down {
  from {
    opacity: 0;
    transform: translateY(-8px);
    transform-origin: top center;
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes top-one-way-banner-slide-up {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-8px);
  }
}

.top-one-way-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.top-one-way-banner-content {
  display: flex;
  align-items: center;
  min-height: 92px;
  box-sizing: border-box;
  padding: 14px 22px 13px 230px;
}

.top-one-way-banner-badge {
    position: absolute;
    top: 20px;
    left: 108px;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    box-sizing: border-box;
    padding: 5px 10px;
    border: 2px solid #ffffff;
    border-radius: 6px;
    background: #F06703;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    /* transform: rotate(-5deg); */
    z-index: 2;
}
.lang-en .top-one-way-banner-badge{
   left: 58px;
}
/* Small folded tail to match the angled sale label. */
.top-one-way-banner-badge::before,
.top-one-way-banner-badge::after {
  content: '';
  position: absolute;
  left: 12px;
  width: 15px;
  height: 12px;
  clip-path: polygon(0 0, 100% 0, 25% 100%);
  pointer-events: none;
}

.top-one-way-banner-badge::before {
  bottom: -12px;
  background: #ffffff;
  z-index: 0;
}

.top-one-way-banner-badge::after {
  left: 14px;
  bottom: -9px;
  width: 11px;
  height: 9px;
  background: #F06703;
  z-index: 1;
}

.top-one-way-banner-copy {
  min-width: 0;
  width: 100%;
}

.top-one-way-banner-heading {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 2px;
  color: #ffffff;
  line-height: 1.15;
  text-shadow: 0 1px 2px rgba(3, 32, 90, 0.3);
}

.top-one-way-banner-title {
  font-size: clamp(18px, 2.15vw, 25px);
  letter-spacing: 0.01em;
}

.top-one-way-banner-highlight {
  color: #FFE600;
  font-size: clamp(19px, 2.25vw, 27px);
  letter-spacing: 0.01em;
}


.top-one-way-banner-features {
  display: none;
  /* display: flex; */
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 11px;
}

.top-one-way-banner-feature {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 25px;
  box-sizing: border-box;
  padding: 5px 15px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  background: rgba(3, 32, 90, 0.24);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.top-one-way-banner-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  color: #ffffff;
  font-size: 11px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .top-one-way-banner {
    min-height: 0;
    aspect-ratio: 960 / 300;
    margin: 7px 0 3px;
    border-radius: 8px;
    background-image: url('/img/top/one_way_banner_sp.jpg');
    background-position: center;
    background-size: 100% 100%;
  }

  .top-one-way-banner-content {
    position: relative;
    display: block;
    min-height: 0;
    height: 100%;
    padding: 0;
  }

  .top-one-way-banner-badge {
    position: absolute;
    top: 9%;
    left: 5%;
    min-height: 22px;
    padding: 3px 7px;
    font-size: 10px;
    background: #ffffff;
    color: #F06703;
    border-color: #F06703;
    margin: 0;
  }
  .lang-en .top-one-way-banner-badge {
    left: 2%;
  }

  .top-one-way-banner-badge::before {
    left: 10px;
    bottom: -9px;
    background: #ffffff;
  }

  .top-one-way-banner-badge::after {
    display: none;
  }

  .top-one-way-banner-copy {
    position: static;
    width: auto;
  }

  .top-one-way-banner-heading {
    display: none;
  }

  .top-one-way-banner-mobile-heading {
    position: absolute;
    top: 50%;
    left: 29%;
    right: 10%;
    display: block;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    text-shadow: 0 1px 2px rgba(3, 32, 90, 0.3);
  }

  .top-one-way-banner-mobile-heading strong {
    display: block;
  }

  .top-one-way-banner-mobile-heading strong:last-child {
    margin-top: 2px;
    color: #FFE600;
  }

  .top-one-way-banner-features {
    display: none;
  }

  .top-one-way-banner-mobile-tagline {
    display: block;
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.94);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
  }

  .top-one-way-banner-mobile-features {
    position: absolute;
    right: auto;
    bottom: 6%;
    left: 50%;
    display: flex;
    gap: 5px;
    width: max-content;
    transform: translateX(-50%);
  }

  .top-one-way-banner-mobile-feature {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 90px;
        min-width: 90px;
        min-height: 27px;
        box-sizing: border-box;
        padding: 3px 8px 3px 5px;
        border: 1px solid rgba(255, 255, 255, 0.85);
        border-radius: 999px;
        background: #004BB7;
        color: #ffffff;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
        white-space: nowrap;
  }
  .lang-en .top-one-way-banner-mobile-feature .top-one-way-banner-check{
    display: none;
  }

  .top-one-way-banner-mobile-feature:first-child {
    width: 90px;
    min-width: 90px;
  }

  .top-one-way-banner-mobile-feature .top-one-way-banner-check {
    flex: 0 0 auto;
    width: 14px;
    height: 14px;
    margin-right: 2px;
    font-size: 12px;
    border: 0;
  }
}
@media screen and (max-width: 400px) {
  .top-one-way-banner-mobile-heading {
    font-size: 12px;
    line-height: 1.3;
  }
}


.top-one-way-banner-mobile-heading,
.top-one-way-banner-mobile-tagline,
.top-one-way-banner-mobile-features {
  display: none;
}

@media screen and (max-width: 767px) {
  .top-one-way-banner-mobile-heading {
    display: block;
  }

  .top-one-way-banner-mobile-tagline {
    display: none;
  }

  .top-one-way-banner-mobile-features {

  }
}

@media (prefers-reduced-motion: reduce) {
  .top-one-way-banner.is-visible,
  .top-one-way-banner.is-hiding {
    animation: none;
  }
}

/* ==========================================================================
   首页新版卖点与联动广告
   设计原则：主卖点突出，辅助卖点易扫读，广告图保留原有跳转。
   ========================================================================== */
.top-brand-reasons-section {
  width: min(1200px, calc(100% - 48px));
  max-width: 1200px;
  margin: 32px auto 44px;
  padding: 0;
  box-sizing: border-box;
  background: #fff;
  border: 0;
}

/* Override the older content-wrapper rules that used to size these sections. */


.top-brand-reasons-heading,
.top-ad-banner-heading {
  margin: 0 0 22px;
  text-align: center;
}

.top-brand-reasons-heading h2,
.top-ad-banner-heading h2 {
  margin: 0;
  color: #03205A;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.top-brand-reasons-heading p,
.top-ad-banner-heading p {
  margin: 8px 0 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.5;
}

.top-brand-reasons-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: 24px;
  align-items: stretch;
}

.top-brand-reason-feature {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid #dbe6f7;
  border-radius: 12px;
  background: #f7faff;
  isolation: isolate;
}

.top-brand-reason-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.36) 40%, rgba(255, 255, 255, 0.10) 78%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.top-brand-reason-feature-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.top-brand-reason-feature-content {
  position: relative;
  z-index: 1;
  max-width: 60%;
  padding: 16px 24px 0;
}

.top-brand-reason-feature-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #F06703;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.top-brand-reason-feature-content h3 {
  margin: 15px 0 5px;
  color: #03205A;
  font-size:24px;
  font-weight: 800;
  line-height: 1.2;
}

.top-brand-reason-feature-content p {
  max-width: 360px;
  margin: 0;
  color: #42526b;
  font-size: 14px;
  line-height: 1.65;
}

.top-brand-reason-feature-points {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 11px 8px;
  border: 1px solid rgba(44, 97, 254, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(6px);
}

.top-brand-reason-feature-point {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding: 0 12px;
}

.top-brand-reason-feature-point + .top-brand-reason-feature-point {
  border-left: 1px solid #dce5f2;
}

.top-brand-reason-feature-point-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #2C61FE;
  color: #fff;
  font-size: 15px;
}

.top-brand-reason-feature-point span:last-child {
  min-width: 0;
}

.top-brand-reason-feature-point strong,
.top-brand-reason-feature-point small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top-brand-reason-feature-point strong {
  color: #03205A;
  font-size: 13px;
  line-height: 1.35;
}

.top-brand-reason-feature-point small {
  margin-top: 3px;
  color: #667085;
  font-size: 11px;
  line-height: 1.35;
}

.top-brand-reasons-side {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.top-brand-reason-side-card {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  padding: 16px 22px;
  border: 1px solid #e5eaf2;
  border-radius: 15px;
  background: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.top-brand-reason-side-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #eef4ff;
}

.top-brand-reason-side-icon .top-brand-reason-icon-img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.top-brand-reason-side-card > div:last-child {
  min-width: 0;
}

.top-brand-reason-side-card h3 {
  margin: 0;
  color: #03205A;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

.top-brand-reason-side-card p {
  margin: 6px 0 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.45;
}

.top-brand-reason-side-accent {
  display: none;
}

/* 联动广告只在日文首页展示，其他语言保留布局但不显示。 */
.top-ad-banner {
  display: none !important;
  width: min(1200px, calc(100% - 48px));
  max-width: 1200px;
  margin: 0 auto 48px;
  padding: 0;
  box-sizing: border-box;
  overflow: visible !important;
  border: none;
  border-radius: 18px;
  background: #fff;
  box-shadow: none;
}

/* 联动广告目前只面向日文首页展示。 */
html.lang-ja .top-ad-banner {
  display: block !important;
}

.content-wrapper > .top-ad-banner {
  margin: 0 auto 8px;
}

.top-ad-banner-heading {
  margin-bottom: 20px;
}

.top-ad-banner-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.top-ad-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 44%) minmax(0, 56%);
  overflow: hidden;
  border: 1px solid #dbe6f7;
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.top-ad-card,
.top-ad-card:visited,
.top-ad-card:hover,
.top-ad-card:active,
.top-ad-card:focus-visible {
  color: inherit;
  text-decoration: none;
}

.top-ad-card-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  padding: 20px 8px 20px 24px;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.96) 78%, rgba(255, 255, 255, 0) 100%);
}

.top-ad-banner .top-ad-card-brand {
  display: block;
  width: 112px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) saturate(100%) invert(36%) sepia(99%) saturate(2397%) hue-rotate(213deg) brightness(101%) contrast(99%);
}

.top-ad-card h3 {
  margin: 13px 0 7px;
  color: #03205A;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
}

.top-ad-card p {
  max-width: 260px;
  margin: 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.5;
}

.top-ad-card-button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 16px;
  padding: 9px 15px;
  border-radius: 7px;
  background: #2C61FE;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.top-ad-card-copy > small {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: auto;
  padding-top: 8px;
  color: #667085;
  font-size: 11px;
}

.top-ad-banner .top-ad-card-logo {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.top-ad-banner .top-ad-card-logo-wifi {
  width: 120px;
  max-width: 100%;
  height: auto;
}

.top-ad-card-media {
  position: relative;
  min-width: 0;
  margin-right: -1px;
  overflow: hidden;
  border-radius: 0 12px 12px 0;
}


.top-ad-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 1024px) {
  .top-brand-reasons-section,
  .top-ad-banner {
    width: calc(100% - 32px);
    padding: 24px 20px;
  }

  .top-brand-reasons-layout {
    grid-template-columns: 1fr;
  }

  .top-brand-reason-feature {
    min-height: 390px;
  }
}

@media screen and (max-width: 767px) {
  .content-wrapper > .top-brand-reasons-section,
  .content-wrapper > .top-ad-banner {
    margin: 0 auto;
  }

  .top-brand-reasons-section,
  .top-ad-banner {
    width: 92%;
    margin-bottom: 28px;
    padding: 0;
    border-radius: 12px;
  }

  .top-brand-reasons-heading,
  .top-ad-banner-heading {
    margin-bottom: 16px;
  }

  .top-brand-reasons-heading h2,
  .top-ad-banner-heading h2 {
    font-size: 23px;
  }

  .top-brand-reasons-heading p,
  .top-ad-banner-heading p {
    font-size: 12px;
  }

  .top-brand-reason-feature {
    min-height: 320px;
  }

  .top-brand-reason-feature::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.25) 52%, rgba(255, 255, 255, 0.02) 100%);
  }

  .top-brand-reason-feature-bg {
    inset: 0;
    width: 100%;
    height: 100%;
    object-position: right -30px top 20px;
  }
  .top-brand-reason-feature-content {
    max-width: 100%;
    padding: 16px 16px 0;
  }

  .top-brand-reason-feature-content h3 {
    margin-top: 10px;
    font-size: 21px;
  }

  .top-brand-reason-feature-content p {
    font-size: 13px;
  }

  .top-brand-reason-feature-points {
    right: 10px;
    bottom: 10px;
    left: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    padding: 8px 4px;
  }

  .top-brand-reason-feature-point {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    min-width: 0;
    padding: 0 4px;
    text-align: center;
  }

  .top-brand-reason-feature-point + .top-brand-reason-feature-point {
    padding-top: 0;
    border-top: 0;
    border-left: 1px solid #dce5f2;
  }

  .top-brand-reason-feature-point-icon {
    flex-basis: 28px;
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .top-brand-reason-feature-point strong,
  .top-brand-reason-feature-point small {
    width: 100%;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .top-brand-reason-feature-point strong {
    -webkit-line-clamp: 2;
    font-size: 10px;
    line-height: 1.25;
  }

  .top-brand-reason-feature-point small {
    -webkit-line-clamp: 2;
    margin-top: 1px;
    font-size: 8.5px;
    line-height: 1.25;
  }

  .top-brand-reasons-side {
    gap: 10px;
  }

  .top-brand-reason-side-card {
    gap: 12px;
    padding: 14px;
    border-radius: 12px;
  }

  .top-brand-reason-side-icon {
    flex-basis: 50px;
    width: 50px;
    height: 50px;
  }

  .top-brand-reason-side-icon .top-brand-reason-icon-img {
    width: 46px;
    height: 46px;
  }

  .top-brand-reason-side-card h3 {
    font-size: 15px;
  }

  .top-brand-reason-side-card p {
    margin-top: 3px;
    font-size: 12px;
  }

  .top-brand-reason-side-accent {
    width: 30px;
    height: 2px;
    margin-top: 8px;
  }

  .top-ad-banner-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .top-ad-card {
    grid-template-columns: minmax(0, 60%) minmax(0, 40%);
  }

  .top-ad-card-copy {
    padding: 14px 4px 12px 14px;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.98) 82%, rgba(255, 255, 255, 0) 100%);
  }

  .top-ad-banner .top-ad-card-brand {
    width: 70px;
    max-width: 100%;
    height: auto;
  }

  .top-ad-card h3 {
    margin: 7px 0 4px;
    font-size: 16px;
    line-height: 1.25;
  }

  .top-ad-card p {
    max-width: 170px;
    font-size: 10.5px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .top-ad-card-button {
    gap: 6px;
    margin-top: 7px;
    padding: 6px 9px;
    border-radius: 6px;
    font-size: 10.5px;
  }

  .top-ad-card-copy > small {
    gap: 3px;
    padding-top: 6px;
    font-size: 8.5px;
    line-height: 1;
    white-space: nowrap;
  }

  .top-ad-banner .top-ad-card-logo {
    width: 50px;
    max-width: 100%;
    height: auto;
  }

  .top-ad-banner .top-ad-card-logo-wifi {
    width: 120px;
    max-width: 100%;
    height: auto;
  }

  .top-ad-card-media {
    border-radius: 0 10px 10px 0;
  }

  .top-ad-card-media img {
    object-position: right;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

}

/* Keep mobile page scrolling available without showing the browser scrollbar. */
@media screen and (max-width: 767px) {
  html,
  body {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  html::-webkit-scrollbar,
  body::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }
}
