:root {
  --yq-blue: #1677ff;
  --yq-blue-deep: #0958d9;
  --yq-bg: #f5f7fb;
  --yq-text: #1f2329;
  --yq-muted: #8f959e;
  --yq-card: #fff;
  --yq-line: #eef1f6;
  --yq-danger: #f53f3f;
  --yq-shell-max: 480px;
  --yq-tabbar-h: 56px;
  --yq-safe-bottom: env(safe-area-inset-bottom, 0px);
  --yq-tabbar-space: calc(var(--yq-tabbar-h) + var(--yq-safe-bottom));
  --yq-action-h: 56px;
}

* { box-sizing: border-box; }
html {
  height: 100%;
  background: var(--yq-bg);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body.yq-h5 {
  margin: 0;
  width: 100%;
  min-height: 100%;
  min-height: 100dvh;
  background: var(--yq-bg);
  color: var(--yq-text);
  font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", sans-serif;
  padding-bottom: calc(var(--yq-tabbar-space) + 12px);
  -webkit-font-smoothing: antialiased;
}

.yq-home-stage {
  position: relative;
  margin: 0 0 -28px;
  background: #0b1f44;
}
.yq-banner-swipe {
  overflow: hidden;
  position: relative;
  z-index: 1;
  touch-action: pan-y;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}
.yq-banner-swipe:active { cursor: grabbing; }
.yq-banner-track {
  display: flex;
  will-change: transform;
}
.yq-banner-swipe__item {
  flex: 0 0 100%;
  width: 100%;
  display: block;
  height: 168px;
}
.yq-banner-swipe__item img {
  width: 100%;
  height: 168px;
  object-fit: cover;
  display: block;
  pointer-events: none;
  -webkit-user-drag: none;
}
.yq-banner-fallback {
  height: 168px;
  background: linear-gradient(135deg, #1677ff, #0958d9);
}
.yq-banner-shade {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(8,20,48,.45) 0%, rgba(8,20,48,.08) 42%, rgba(8,20,48,.2) 100%);
}
.yq-banner-copy {
  position: absolute;
  left: 16px;
  top: 22px;
  right: 90px;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0,0,0,.35);
}
.yq-banner-copy strong {
  display: block;
  font-size: 20px;
  letter-spacing: .02em;
  margin-bottom: 4px;
}
.yq-banner-copy span {
  font-size: 12px;
  opacity: .92;
}
.yq-banner-dots {
  position: absolute;
  right: 14px;
  bottom: 40px;
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  z-index: 2;
  pointer-events: none;
}
.yq-banner-dots i {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255,255,255,.45);
  display: block;
  pointer-events: auto;
}
.yq-banner-dots i.is-on {
  width: 14px;
  background: #fff;
}

.yq-entry-panel {
  position: relative;
  z-index: 3;
  margin: 0 12px 12px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(15, 35, 80, .08);
  padding: 14px 8px 10px;
}
.yq-entry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 4px;
}
.yq-entry {
  text-decoration: none;
  color: inherit;
  text-align: center;
  padding: 4px 2px 6px;
}
.yq-entry__icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 6px;
  border-radius: 14px;
  background: var(--ico-bg, #e8f3ff);
  color: var(--ico-fg, #1677ff);
  display: flex;
  align-items: center;
  justify-content: center;
}
.yq-entry__icon svg { width: 22px; height: 22px; }
.yq-entry em {
  font-style: normal;
  font-size: 12px;
  color: #4e5969;
  line-height: 1.2;
}

.yq-service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 12px;
}
.yq-service-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: #fff;
  border-radius: 12px;
  padding: 14px 12px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 2px 10px rgba(22,119,255,.06);
}
.yq-svc-hero {
  position: relative;
  height: 140px;
  overflow: hidden;
  background: #0b1f44;
}
.yq-svc-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.yq-svc-hero__mask {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  color: #fff;
  background: linear-gradient(180deg, rgba(8,20,48,.2) 0%, rgba(8,20,48,.62) 100%);
}
.yq-svc-hero__mask strong {
  font-size: 22px;
  margin-bottom: 4px;
}
.yq-svc-hero__mask span {
  font-size: 12px;
  opacity: .92;
}
.yq-svc-panel {
  margin: -18px 12px 12px;
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(15, 35, 80, .08);
  padding: 14px 12px 12px;
}
.yq-svc-panel__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 0 2px;
}
.yq-svc-panel__head h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 650;
}
.yq-svc-panel__head span {
  font-size: 12px;
  color: var(--yq-muted);
}
.yq-service-grid--rich {
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 0;
}
.yq-service-card--rich {
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 12px 10px;
  border: 1px solid var(--yq-line);
  box-shadow: none;
  border-radius: 12px;
}
.yq-service-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--ico-bg, #e8f3ff);
  color: var(--ico-fg, #1677ff);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.yq-service-card__icon svg { width: 22px; height: 22px; }
.yq-service-card__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.yq-service-card__body strong {
  font-size: 15px;
  font-weight: 650;
  display: flex;
  align-items: center;
  gap: 6px;
}
.yq-service-card__body strong i {
  font-style: normal;
  font-size: 10px;
  color: #fff;
  background: linear-gradient(90deg, #ff7a45, #f53f3f);
  border-radius: 999px;
  padding: 1px 6px;
  font-weight: 600;
}
.yq-service-card__body em {
  font-style: normal;
  font-size: 12px;
  color: var(--yq-muted);
  line-height: 1.35;
}
.yq-service-card__arrow {
  color: #c0c4cc;
  font-size: 20px;
  line-height: 1;
  flex-shrink: 0;
}
.yq-svc-help {
  margin: 0 12px 20px;
  background: linear-gradient(135deg, #e8f3ff, #f5f0ff);
  border-radius: 14px;
  padding: 14px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.yq-svc-help strong {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
}
.yq-svc-help p {
  margin: 0;
  font-size: 12px;
  color: #6b7280;
}
.yq-svc-help a {
  flex-shrink: 0;
  text-decoration: none;
  background: var(--yq-blue);
  color: #fff;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 600;
}

.yq-auth-tabs {
  display: flex;
  gap: 8px;
  margin: 0 0 14px;
  flex-wrap: wrap;
}
.yq-auth-tabs a {
  text-decoration: none;
  color: #555;
  background: #eef2f8;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 13px;
}
.yq-auth-tabs a.is-active {
  background: var(--yq-blue);
  color: #fff;
}
.yq-wechat-box {
  padding: 8px 0 4px;
  color: var(--yq-muted);
  font-size: 13px;
}

.yq-h5-header {
  background: #fff;
  color: var(--yq-text);
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(238,241,246,.9);
  width: 100%;
}
.yq-h5-header__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.yq-h5-header__logo {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  object-fit: contain;
  background: #fff;
  flex-shrink: 0;
  display: block;
}
.yq-h5-header__text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  min-width: 0;
}
.yq-h5-header__text strong {
  font-size: 15px;
  font-weight: 650;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yq-h5-header__text em {
  font-style: normal;
  font-size: 10px;
  color: var(--yq-muted);
  letter-spacing: .04em;
  margin-top: 2px;
}
.yq-h5-header__action {
  flex-shrink: 0;
  text-decoration: none;
  color: var(--yq-blue);
  font-size: 13px;
  font-weight: 600;
  background: #e8f3ff;
  border-radius: 999px;
  padding: 6px 12px;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.yq-h5-header__acts {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.yq-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 8px;
  background: #f53f3f;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.yq-badge--dot {
  position: absolute;
  top: -2px;
  right: -4px;
  min-width: 8px;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 1.5px solid #fff;
}
.yq-h5-tabbar__ico {
  position: relative;
  display: inline-flex;
  width: 22px;
  height: 22px;
}
.yq-hero {
  background: linear-gradient(135deg, #1677ff, #3c89ff);
  color: #fff;
  padding: 18px 16px 14px;
}
.yq-hero h1 { margin: 0 0 6px; font-size: 20px; }
.yq-hero p { margin: 0; opacity: .9; font-size: 12px; }
.yq-quick {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}
.yq-quick a {
  flex: 1;
  text-align: center;
  background: rgba(255,255,255,.18);
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  padding: 8px 4px;
  font-size: 12px;
}
.yq-quick--sub {
  margin-top: 8px;
}
.yq-quick--sub a {
  background: rgba(255,255,255,.12);
  font-size: 11px;
  padding: 6px 4px;
}

.yq-search {
  margin: 0 12px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
}
.yq-search--home { margin: 0 12px 4px; }
.yq-search__ico {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #a0a7b4;
  font-size: 15px;
  pointer-events: none;
  z-index: 1;
}
.yq-search input {
  flex: 1;
  min-width: 0;
  height: 40px;
  border: 1px solid #e8ecf3;
  border-radius: 12px;
  padding: 0 72px 0 34px;
  box-shadow: none;
  font-size: 14px;
  background: #fff;
  outline: none;
}
.yq-search input:focus { border-color: #1677ff; }
.yq-search--home input { padding-left: 34px; }
.yq-search__btn {
  flex-shrink: 0;
  height: 40px;
  padding: 0 14px;
  border: 0;
  border-radius: 12px;
  background: #1677ff;
  color: #fff;
  font-size: 14px;
  font-weight: 650;
  cursor: pointer;
}
.yq-search__clear {
  position: absolute;
  right: 78px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px; height: 22px;
  border-radius: 50%;
  background: #e5e6eb;
  color: #86909c;
  text-decoration: none;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; line-height: 1;
}
.yq-search--page { margin: 10px 12px 0; }
.yq-search-page { background: var(--yq-bg); min-height: calc(100dvh - 108px); padding-bottom: 20px; }
.yq-search-meta {
  margin: 12px 16px 6px;
  font-size: 13px;
  color: #86909c;
}
.yq-search-meta strong { color: #1677ff; }
.yq-search-hot {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin: 0 12px 12px;
}
.yq-search-hot a {
  text-decoration: none; color: #4e5969;
  background: #fff; border: 1px solid #e5e6eb;
  border-radius: 999px; padding: 6px 12px; font-size: 13px;
}
.yq-search-list {
  margin: 0 12px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--yq-line);
}
.yq-search-list__main { flex: 1; min-width: 0; }
.yq-search-list__main strong { display: block; font-size: 14px; }
.yq-search-list__main em { font-style: normal; font-size: 12px; color: #86909c; }
.yq-search-list__ph {
  width: 48px; height: 36px; border-radius: 6px; flex-shrink: 0;
  background: #e8f3ff; color: #1677ff;
  display: flex; align-items: center; justify-content: center; font-weight: 700;
}

.yq-home-block {
  margin-top: 4px;
}
.yq-home-block__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 10px 16px 0;
}
.yq-home-block__head h2 {
  margin: 0;
  font-size: 17px;
  font-weight: 650;
}
.yq-home-block__head span {
  font-size: 12px;
  color: var(--yq-muted);
}

.yq-region-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 12px 12px 6px;
  scrollbar-width: none;
}
.yq-region-tabs::-webkit-scrollbar { display: none; }
.yq-region-tabs a {
  flex: 0 0 auto;
  text-decoration: none;
  color: #4e5969;
  background: #fff;
  border: 1px solid var(--yq-line);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 13px;
}
.yq-region-tabs a.is-active {
  background: #e8f3ff;
  border-color: #c6e0ff;
  color: var(--yq-blue);
  font-weight: 600;
}

.yq-country-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 8px 12px 20px;
}
.yq-country-card {
  background: var(--yq-card);
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 2px 12px rgba(15, 35, 80, .05);
  border: 1px solid rgba(238,241,246,.9);
}
.yq-country-card__cover {
  height: 112px;
  background: #eef3fb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #3b67b8;
  overflow: hidden;
}
.yq-country-card__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.yq-country-card__meta {
  padding: 10px 10px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  font-size: 13px;
}
.yq-country-card__meta strong { font-weight: 650; }
.yq-country-card__meta span { color: var(--yq-danger); font-weight: 600; white-space: nowrap; }

.yq-h5-main {
  padding: 0 0 12px;
  width: 100%;
  min-width: 0;
}

.yq-h5-tabbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  min-height: var(--yq-tabbar-h);
  padding-top: 6px;
  padding-bottom: calc(6px + var(--yq-safe-bottom));
  background: #fff;
  border-top: 1px solid var(--yq-line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  z-index: 1000;
  box-shadow: 0 -4px 16px rgba(15, 35, 80, .06);
}
.yq-h5-tabbar a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  text-decoration: none;
  color: #86909c;
  font-size: 11px;
  min-height: 44px;
  -webkit-tap-highlight-color: transparent;
}
.yq-h5-tabbar a svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.yq-h5-tabbar a.is-active {
  color: var(--yq-blue);
  font-weight: 600;
}

/* 业务底栏：贴在 Tab 上方，全宽，勿用 transform（会破坏 fixed） */
.yq-sim-bottom,
.yq-vpd-bar {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: none !important;
  transform: none !important;
  bottom: var(--yq-tabbar-space) !important;
  z-index: 900 !important;
}
.yq-simx-float,
.yq-vpd-float {
  right: 14px !important;
  bottom: calc(var(--yq-tabbar-space) + var(--yq-action-h) + 14px) !important;
  z-index: 950 !important;
}

@media (max-width: 360px) {
  .yq-h5-header__text em { display: none; }
  .yq-h5-header__logo { width: 46px; height: 46px; }
  .yq-h5-tabbar a { font-size: 10px; }
  .yq-entry-grid { gap: 6px 2px; }
  .yq-vpd-tabs a { font-size: 12px; padding: 12px 0 10px; }
}
@media (max-height: 520px) {
  .yq-h5-header { height: 52px; }
  .yq-h5-header__logo { width: 42px; height: 42px; }
  .yq-banner-swipe__item,
  .yq-banner-swipe__item img,
  .yq-banner-fallback { height: 132px; }
}
/* 仅大屏 PC：居中手机壳，不影响真机/模拟器全宽 */
@media (min-width: 768px) {
  html { background: #dfe3ea; }
  body.yq-h5 {
    max-width: var(--yq-shell-max);
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 40px rgba(15, 35, 80, .08);
    border-left: 1px solid rgba(15, 35, 80, .06);
    border-right: 1px solid rgba(15, 35, 80, .06);
  }
  .yq-h5-tabbar,
  .yq-sim-bottom,
  .yq-vpd-bar,
  .yq-applyx-bar {
    left: 50% !important;
    right: auto !important;
    width: 100% !important;
    max-width: var(--yq-shell-max) !important;
    transform: translateX(-50%) !important;
  }
  .yq-simx-float,
  .yq-vpd-float {
    right: max(14px, calc((100vw - var(--yq-shell-max)) / 2 + 14px)) !important;
  }
}

.yq-page-card {
  margin: 16px;
  background: #fff;
  border-radius: 12px;
  padding: 18px;
}
.yq-page-card h2 { margin: 0 0 8px; font-size: 18px; }
.yq-page-card p { margin: 0 0 14px; color: var(--yq-muted); font-size: 14px; line-height: 1.6; }
.yq-btn {
  display: inline-block;
  background: var(--yq-blue);
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 14px;
}
.yq-empty, .yq-muted { color: var(--yq-muted); padding: 20px; text-align: center; }

.yq-visa-country-head__bg {
  min-height: 148px;
  background: linear-gradient(135deg, #1e6cff, #5b9bff);
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 16px 16px 20px;
  position: relative;
}
.yq-visa-country-head__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.22), rgba(0,0,0,.48));
}
.yq-visa-country-head__bg > * { position: relative; z-index: 1; }
.yq-back {
  color: #fff;
  text-decoration: none;
  font-size: 28px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 8px;
}
.yq-city-filter {
  display: inline-flex;
  align-items: center;
  border: 0;
  background: rgba(255,255,255,.92);
  color: #1f2329;
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 12px;
  margin-bottom: 10px;
  cursor: pointer;
}
.yq-visa-country-head h1 { margin: 0; font-size: 22px; }

.yq-city-mask {
  position: fixed; inset: 0; z-index: 80;
  background: rgba(0,0,0,.45);
  display: flex; align-items: center; justify-content: center;
  padding: 24px 16px;
}
.yq-city-mask[hidden] { display: none !important; }
.yq-city-modal {
  width: 100%; max-width: 360px; max-height: 78vh;
  background: #fff; border-radius: 12px; overflow: hidden;
  display: flex; flex-direction: column;
}
.yq-city-modal__hd {
  position: relative; text-align: center; padding: 14px 40px;
  border-bottom: 1px solid #f0f2f5;
}
.yq-city-modal__hd strong { font-size: 16px; }
.yq-city-modal__x {
  position: absolute; right: 10px; top: 8px;
  border: 0; background: transparent; font-size: 22px; color: #c0c4cc; line-height: 1; cursor: pointer;
}
.yq-city-modal__bd { overflow: auto; padding: 12px 14px 18px; }
.yq-city-modal__tip {
  margin: 0 0 12px;
  font-size: 12px;
  color: #86909c;
  line-height: 1.4;
}
.yq-city-modal__tip {
  margin: 0 0 12px;
  font-size: 12px;
  color: #86909c;
  line-height: 1.4;
}
.yq-city-group + .yq-city-group { margin-top: 14px; }
.yq-city-group__t { font-size: 13px; font-weight: 650; color: #1f2329; margin-bottom: 8px; }
.yq-city-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px;
}
.yq-city-grid a {
  text-align: center; text-decoration: none; color: #4e5969;
  border: 1px solid #e5e6eb; border-radius: 4px;
  padding: 8px 0; font-size: 13px; background: #fff;
}
.yq-city-grid a.is-on { border-color: #1677ff; color: #1677ff; }

.yq-cat-tabs {
  display: flex;
  background: #fff;
  border-bottom: 1px solid #eef1f6;
}
.yq-cat-tabs a {
  flex: 1;
  text-align: center;
  padding: 12px 0;
  text-decoration: none;
  color: #666;
  font-size: 14px;
}
.yq-cat-tabs a.is-active {
  color: #fff;
  background: var(--yq-blue);
  font-weight: 600;
}

.yq-product-list { padding: 8px 12px 80px; }
.yq-product-item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  background: #fff;
  border-radius: 10px;
  padding: 14px;
  margin-bottom: 10px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 2px 8px rgba(0,0,0,.03);
}
.yq-product-item__title { font-size: 14px; font-weight: 600; line-height: 1.4; }
.yq-product-item__time { margin-top: 8px; color: #889; font-size: 12px; }
.yq-product-item__price { color: #e53935; font-weight: 700; white-space: nowrap; font-size: 16px; }

.yq-vpd {
  background: #f3f5f9;
  min-height: calc(100dvh - 108px);
  padding-bottom: calc(60px + 28px);
}
.yq-vpd-hero {
  position: relative;
  padding: 10px 16px 52px;
  background:
    radial-gradient(120% 80% at 100% 0%, rgba(255,255,255,.16), transparent 55%),
    linear-gradient(135deg, #0b2a6b 0%, #1456d8 48%, #2f7bff 100%);
  color: #fff;
}
.yq-vpd-hero__nav {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 36px; margin-bottom: 14px;
}
.yq-vpd-back, .yq-vpd-orders {
  color: #fff; text-decoration: none; font-size: 14px; font-weight: 600;
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 40px; height: 32px; border-radius: 999px;
  background: rgba(255,255,255,.14); backdrop-filter: blur(6px);
}
.yq-vpd-back { font-size: 22px; line-height: 1; padding: 0 10px; }
.yq-vpd-orders { padding: 0 12px; font-size: 12px; letter-spacing: .02em; }
.yq-vpd-hero__nav-t {
  font-size: 15px; font-weight: 650; letter-spacing: .04em; opacity: .95;
}
.yq-vpd-hero__meta { display: flex; flex-wrap: wrap; gap: 8px; }
.yq-vpd-badge {
  display: inline-flex; align-items: center;
  padding: 4px 10px; border-radius: 999px;
  background: rgba(255,255,255,.2); border: 1px solid rgba(255,255,255,.28);
  font-size: 12px; font-weight: 600;
}
.yq-vpd-badge--soft { background: rgba(255,255,255,.1); font-weight: 500; }

.yq-vpd-sheet {
  position: relative; z-index: 2;
  margin: -36px 12px 0;
  background: #fff;
  border-radius: 16px;
  padding: 18px 16px 14px;
  box-shadow: 0 10px 28px rgba(15, 35, 80, .1);
}
.yq-vpd-name {
  margin: 0; font-size: 18px; font-weight: 700; color: #1a1f36;
  line-height: 1.4; letter-spacing: .01em;
}
.yq-vpd-tags {
  display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px;
}
.yq-vpd-tags span {
  font-size: 11px; color: #3b6fd8; background: #eef4ff;
  border-radius: 4px; padding: 3px 8px; font-weight: 600;
}
.yq-vpd-price-row {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 12px; margin-top: 14px;
}
.yq-vpd-price { display: flex; align-items: baseline; gap: 2px; color: #e11d48; }
.yq-vpd-price em {
  font-style: normal; font-size: 15px; font-weight: 700; margin-right: 1px;
}
.yq-vpd-price strong {
  font-size: 28px; font-weight: 800; letter-spacing: -.02em; line-height: 1;
}
.yq-vpd-price span {
  margin-left: 6px; font-size: 12px; color: #8b93a7; font-weight: 500;
}
.yq-vpd-days {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px; color: #5b657a; background: #f5f7fb;
  border-radius: 999px; padding: 6px 10px; white-space: nowrap;
}
.yq-vpd-days i {
  width: 6px; height: 6px; border-radius: 50%; background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34,197,94,.18);
}
.yq-vpd-specs {
  margin-top: 14px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px;
}
.yq-vpd-specs > div {
  text-align: center; background: #f7f8fc; border-radius: 12px; padding: 10px 6px;
}
.yq-vpd-specs strong {
  display: block; font-size: 14px; font-weight: 700; color: #1a1f36;
}
.yq-vpd-specs span {
  display: block; margin-top: 4px; font-size: 11px; color: #8b93a7;
}

.yq-vpd-tabs {
  display: flex; background: #fff; margin: 12px 12px 0;
  border-radius: 12px 12px 0 0; position: sticky; top: 0; z-index: 5;
  box-shadow: 0 1px 0 #eef1f6;
}
.yq-vpd-tabs a {
  position: relative; flex: 1; text-align: center;
  padding: 14px 0 12px; text-decoration: none;
  color: #6b7285; font-size: 13px; font-weight: 500;
}
.yq-vpd-tabs a.is-on { color: #1456d8; font-weight: 700; }
.yq-vpd-tabs a.is-on::after {
  content: ""; position: absolute; left: 50%; bottom: 0;
  width: 28px; height: 3px; margin-left: -14px; border-radius: 3px;
  background: linear-gradient(90deg, #1456d8, #3b82f6);
}

.yq-vpd-body {
  margin: 0 12px; background: #fff;
  border-radius: 0 0 12px 12px;
  padding: 4px 14px 22px;
}
.yq-vpd-idblock {
  padding: 12px 0 4px; margin-bottom: 4px;
}
.yq-vpd-idblock__hd {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 8px; margin-bottom: 10px;
}
.yq-vpd-idblock__hd strong { font-size: 14px; color: #1a1f36; }
.yq-vpd-idblock__hd span { font-size: 11px; color: #8b93a7; }
.yq-vpd-idrow {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  padding: 2px 0 10px;
  margin: 0 -14px;
  padding-left: 14px;
  padding-right: 14px;
  scrollbar-width: none;
  touch-action: pan-x;
}
.yq-vpd-idrow::-webkit-scrollbar { display: none; }
.yq-vpd-idrow a {
  flex: 0 0 auto;
  width: 76px;
  scroll-snap-align: start;
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  text-decoration: none; color: #6b7285; font-size: 12px;
  padding: 10px 4px 8px; border-radius: 12px;
  background: #f7f8fc; border: 1px solid transparent;
  transition: .15s ease;
}
.yq-vpd-idrow a span {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yq-vpd-idrow a.is-on {
  color: #1456d8; font-weight: 700;
  background: #eef4ff; border-color: rgba(20,86,216,.22);
  box-shadow: 0 4px 12px rgba(20,86,216,.08);
}
.yq-vpd-idi {
  width: 36px; height: 36px; border-radius: 11px;
  display: flex; align-items: center; justify-content: center;
  background: #fff; color: #9aa3b5;
}
.yq-vpd-idrow a.is-on .yq-vpd-idi {
  background: linear-gradient(145deg, #1456d8, #3b82f6); color: #fff;
}
.yq-vpd-idi svg { width: 18px; height: 18px; fill: currentColor; }

.yq-vpd-panel {
  padding: 14px 0 6px; border-top: 1px solid #f0f2f7;
}
.yq-vpd-panel:first-of-type { border-top: 0; }
.yq-vpd-panel__hd {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 8px; margin-bottom: 12px;
}
.yq-vpd-panel__hd h3 {
  margin: 0; font-size: 15px; font-weight: 700; color: #1a1f36;
}
.yq-vpd-panel__hd span { font-size: 11px; color: #8b93a7; white-space: nowrap; }

.yq-vpd-scope {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 12px 14px; border-radius: 12px; background: #f7f8fc;
}
.yq-vpd-scope__dot {
  width: 8px; height: 8px; margin-top: 5px; border-radius: 50%;
  background: #1456d8; box-shadow: 0 0 0 4px rgba(20,86,216,.12); flex-shrink: 0;
}
.yq-vpd-scope p { margin: 0; font-size: 14px; font-weight: 650; color: #1a1f36; }

.yq-vpd-text { margin: 0; font-size: 13px; color: #5b657a; line-height: 1.6; }
.yq-vpd-olist {
  list-style: none; margin: 0 0 14px; padding: 0; counter-reset: vpd;
}
.yq-vpd-olist li {
  display: flex; align-items: center; gap: 10px;
  padding: 11px 0; border-bottom: 1px solid #f0f2f7;
  counter-increment: vpd;
}
.yq-vpd-olist li:last-child { border-bottom: 0; }
.yq-vpd-olist li::before {
  content: counter(vpd, decimal-leading-zero);
  flex-shrink: 0; width: 28px; height: 28px; border-radius: 9px;
  background: #eef4ff; color: #1456d8; font-weight: 700; font-size: 11px;
  display: flex; align-items: center; justify-content: center;
}
.yq-vpd-olist__name { flex: 1; min-width: 0; font-size: 14px; color: #1a1f36; font-weight: 600; }
.yq-vpd-olist li em {
  font-style: normal; font-size: 11px; font-weight: 700;
  color: #e11d48; background: #fff1f2; border-radius: 999px; padding: 2px 8px;
}
.yq-vpd-olist li i {
  font-style: normal; font-size: 11px; font-weight: 600;
  color: #8b93a7; background: #f3f4f6; border-radius: 999px; padding: 2px 8px;
}
.yq-vpd-tip { margin: 10px 0 0; font-size: 12px; color: #8b93a7; line-height: 1.5; }
.yq-vpd-outline {
  display: block; text-align: center; text-decoration: none;
  margin-top: 4px; border: 1px solid rgba(20,86,216,.35); color: #1456d8;
  border-radius: 999px; padding: 11px 12px; font-size: 13px; font-weight: 700;
  background: #f8fbff;
}

.yq-vpd-mats { display: grid; gap: 10px; }
.yq-vpd-mat {
  display: flex; gap: 12px; padding: 14px;
  border-radius: 14px; background: #f7f8fc; border: 1px solid #eef1f6;
}
.yq-vpd-mat__no {
  flex-shrink: 0; width: 36px; height: 36px; border-radius: 11px;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 800; letter-spacing: .04em;
  color: #1456d8; background: #fff;
  box-shadow: 0 1px 3px rgba(15,35,80,.06);
}
.yq-vpd-mat__main { flex: 1; min-width: 0; }
.yq-vpd-mat__title {
  display: flex; align-items: center; flex-wrap: wrap; gap: 6px;
}
.yq-vpd-mat__title strong {
  font-size: 14px; font-weight: 700; color: #1a1f36;
}
.yq-vpd-mat__title em {
  font-style: normal; font-size: 11px; font-weight: 700;
  color: #e11d48; background: #fff1f2; border-radius: 999px; padding: 2px 8px;
}
.yq-vpd-mat__main p {
  margin: 6px 0 0; font-size: 12px; color: #6b7285; line-height: 1.55;
}
.yq-vpd-opt {
  font-size: 11px; font-weight: 600; color: #8b93a7;
  background: #eef0f4; border-radius: 999px; padding: 2px 8px;
}

.yq-vpd-rich { font-size: 13px; color: #5b657a; line-height: 1.75; }
.yq-vpd-rich p { margin: 0 0 8px; }
.yq-vpd-rich ol, .yq-vpd-rich ul { margin: 0; padding-left: 18px; }
.yq-vpd-steps {
  list-style: none; margin: 0; padding: 0; display: grid; gap: 12px;
}
.yq-vpd-steps li {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 12px; border-radius: 14px; background: #f7f8fc;
}
.yq-vpd-steps__n {
  flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 800; color: #fff;
  background: linear-gradient(145deg, #1456d8, #3b82f6);
}
.yq-vpd-steps strong { display: block; font-size: 14px; font-weight: 700; color: #1a1f36; }
.yq-vpd-steps p { margin: 4px 0 0; font-size: 12px; color: #6b7285; line-height: 1.5; }

.yq-vpd-float { display: none !important; }
.yq-vpd-bar {
  position: fixed; left: 0; right: 0; bottom: 56px; z-index: 11;
  height: 60px; background: rgba(255,255,255,.96);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(15,35,80,.06);
  display: flex; align-items: center; gap: 10px; padding: 0 12px;
  box-shadow: 0 -6px 20px rgba(15,35,80,.04);
}
.yq-vpd-bar__share {
  flex-shrink: 0; width: 44px; text-align: center; text-decoration: none;
  color: #5b657a; font-size: 10px; line-height: 1.15; font-weight: 600;
}
.yq-vpd-bar__share svg {
  display: block; width: 20px; height: 20px; margin: 0 auto 2px; fill: currentColor;
}
.yq-vpd-bar__price { flex: 1; min-width: 0; }
.yq-vpd-bar__price em {
  display: block; font-style: normal; font-size: 18px; font-weight: 800; color: #e11d48;
  line-height: 1.1;
}
.yq-vpd-bar__price span { font-size: 11px; color: #8b93a7; }
.yq-vpd-bar__cta {
  flex: 0 0 auto; min-width: 132px; height: 42px; line-height: 42px;
  text-align: center; text-decoration: none; color: #fff;
  border-radius: 999px; font-size: 15px; font-weight: 700;
  background: linear-gradient(135deg, #1456d8 0%, #2f7bff 100%);
  box-shadow: 0 8px 18px rgba(20,86,216,.28);
}

.yq-product-hero, .yq-info-tabs, .yq-info-panel, .yq-bottom-bar { display: none; }
.yq-search-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  padding: 12px 14px;
  border-bottom: 1px solid #eef1f6;
  text-decoration: none;
  color: inherit;
}
.yq-search-list a:last-child { border-bottom: 0; }
.yq-search-list__thumb {
  width: 48px;
  height: 36px;
  border-radius: 6px;
  object-fit: cover;
  flex-shrink: 0;
}
.yq-search-list__row span { color: #e53935; font-size: 13px; white-space: nowrap; font-weight: 650; }
.yq-search--inline { margin: 12px 0; }
.yq-muted-inline { color: var(--yq-muted); font-size: 12px; line-height: 1.5; margin: 0 0 12px; }
.yq-alert { padding: 10px 12px; border-radius: 8px; font-size: 13px; margin-bottom: 10px; }
.yq-alert--error { background: #ffebee; color: #c62828; }
.yq-alert--ok { background: #e8f5e9; color: #2e7d32; }
.yq-login-form label { display: block; margin-bottom: 12px; font-size: 13px; color: #555; }
.yq-login-form input, .yq-login-form select, .yq-login-form textarea {
  width: 100%; margin-top: 6px; height: 40px; border: 1px solid #e6ebf2; border-radius: 8px; padding: 0 12px; font-size: 14px;
}
.yq-login-form textarea { height: auto; padding: 10px 12px; }
.yq-code-row { display: flex; gap: 8px; margin-top: 6px; }
.yq-code-row input { flex: 1; margin-top: 0 !important; }
.yq-code-row button {
  border: 0; background: var(--yq-blue); color: #fff; border-radius: 8px; padding: 0 12px; white-space: nowrap;
}
.yq-btn-block { width: 100%; text-align: center; margin-top: 8px; height: 42px; line-height: 42px; padding: 0; }
.yq-debug-code { background: #fff8e1; color: #f57f17; padding: 8px 10px; border-radius: 8px; margin-bottom: 10px; font-size: 13px; }
.yq-apply-product { background: #f5f8ff; border-radius: 8px; padding: 12px; margin-bottom: 12px; font-size: 13px; }
.yq-apply-product strong { display: block; margin-bottom: 4px; font-size: 15px; }

.yq-order-page { background: var(--yq-bg); min-height: calc(100vh - 108px); }
.yq-order-head {
  background: #fff;
  padding: 14px 16px 6px;
}
.yq-order-head h1 {
  margin: 0;
  font-size: 18px;
  font-weight: 650;
}
.yq-order-head p {
  margin: 4px 0 0;
  font-size: 12px;
  color: var(--yq-muted);
}
.yq-order-tabs {
  display: flex;
  background: #fff;
  border-bottom: 1px solid var(--yq-line);
  padding: 0 4px;
}
.yq-order-tabs a {
  flex: 1;
  text-align: center;
  padding: 12px 0 10px;
  text-decoration: none;
  color: #86909c;
  font-size: 13px;
  border-bottom: 2px solid transparent;
  position: relative;
}
.yq-order-tabs a.is-active {
  color: var(--yq-blue);
  border-bottom-color: var(--yq-blue);
  font-weight: 650;
}
.yq-download-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 12px;
  background: #fff;
  border: 1px solid var(--yq-line);
  border-radius: 12px;
  padding: 6px 6px 6px 12px;
  box-shadow: 0 2px 10px rgba(15, 35, 80, .04);
}
.yq-download-bar__label {
  flex-shrink: 0;
  font-size: 12px;
  color: var(--yq-blue);
  font-weight: 650;
  background: #e8f3ff;
  border-radius: 6px;
  padding: 4px 6px;
}
.yq-download-bar input {
  flex: 1;
  border: 0;
  height: 34px;
  padding: 0 4px;
  outline: none;
  font-size: 13px;
  min-width: 0;
  background: transparent;
}
.yq-download-bar button {
  border: 0;
  background: var(--yq-blue);
  color: #fff;
  border-radius: 10px;
  padding: 0 14px;
  height: 34px;
  font-weight: 600;
  flex-shrink: 0;
}
.yq-order-list { padding: 0 12px 20px; }
.yq-order-card {
  display: block;
  background: #fff;
  border-radius: 12px;
  padding: 14px;
  margin-bottom: 10px;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(238,241,246,.95);
  box-shadow: 0 2px 10px rgba(15, 35, 80, .04);
}
.yq-order-card__top { display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: #889; }
.yq-order-card__type {
  background: #f2f3f5;
  color: #4e5969;
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 11px;
}
.yq-order-card__top em { font-style: normal; color: var(--yq-blue); font-weight: 600; }
.yq-order-card__title { margin: 10px 0 8px; font-size: 15px; font-weight: 650; line-height: 1.4; }
.yq-order-card__bottom { display: flex; justify-content: space-between; font-size: 12px; color: #889; }
.yq-order-card__bottom strong { color: var(--yq-danger); font-size: 15px; }

.yq-empty-state {
  margin-top: 28px;
  background: #fff;
  border-radius: 14px;
  padding: 28px 20px 24px;
  text-align: center;
  border: 1px solid var(--yq-line);
}
.yq-empty-state__ico {
  width: 56px;
  height: 56px;
  margin: 0 auto 12px;
  border-radius: 16px;
  background: #e8f3ff;
  color: var(--yq-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
}
.yq-empty-state strong {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
}
.yq-empty-state p {
  margin: 0 0 16px;
  font-size: 13px;
  color: var(--yq-muted);
  line-height: 1.5;
}
.yq-empty-state__actions {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.yq-btn--ghost {
  background: #fff !important;
  color: var(--yq-blue) !important;
  border: 1px solid #c6e0ff;
}

.yq-order-meta { font-size: 13px; line-height: 1.8; margin-bottom: 12px; color: #555; }
.yq-price { color: #e53935; font-weight: 700; font-size: 18px; }
.yq-block { border-top: 1px solid #eef1f6; padding-top: 12px; margin-top: 12px; }
.yq-block h3 { margin: 0 0 8px; font-size: 15px; }
.yq-material-row {
  display: flex; justify-content: space-between; gap: 10px; padding: 10px 0; border-bottom: 1px solid #f0f2f5; font-size: 13px;
}
.yq-material-row form { display: flex; flex-direction: column; gap: 6px; max-width: 160px; }
.yq-material-row em { color: #e53935; font-style: normal; }
.yq-log-list { list-style: none; margin: 0; padding: 0; font-size: 13px; }
.yq-log-list li { padding: 8px 0; border-bottom: 1px solid #f0f2f5; }
.yq-pay-item { font-size: 12px; color: #666; margin-top: 6px; }

.yq-mine-hero {
  background: linear-gradient(145deg, #1677ff 0%, #0958d9 55%, #3b5bdb 100%);
  color: #fff;
  padding: 22px 16px 36px;
}
.yq-mine-hero__inner {
  display: flex;
  align-items: center;
  gap: 14px;
}
.yq-mine-logo {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(255,255,255,.96);
  color: var(--yq-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 22px;
  flex-shrink: 0;
  box-shadow: 0 6px 16px rgba(0,0,0,.12);
}
.yq-mine-hero__meta { min-width: 0; text-align: left; }
.yq-mine-login {
  color: #fff;
  font-size: 17px;
  font-weight: 650;
  text-decoration: none;
}
.yq-mine-name { font-size: 18px; font-weight: 650; }
.yq-mine-mobile { opacity: .88; font-size: 12px; margin-top: 4px; line-height: 1.4; }
.yq-balance-bar {
  margin: -18px 12px 0;
  background: #fff;
  border-radius: 14px;
  padding: 14px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
  box-shadow: 0 8px 22px rgba(15, 35, 80, .1);
}
.yq-balance-bar__left span {
  display: block;
  font-size: 12px;
  color: var(--yq-muted);
  margin-bottom: 4px;
}
.yq-balance-bar__left strong {
  font-size: 22px;
  color: var(--yq-text);
  font-weight: 700;
  letter-spacing: .02em;
}
.yq-menu-list { margin: 14px 12px; background: #fff; border-radius: 14px; overflow: hidden; border: 1px solid var(--yq-line); }
.yq-menu-list a {
  display: block; padding: 14px 16px; border-bottom: 1px solid #f0f2f5; text-decoration: none; color: #333; font-size: 14px;
}
.yq-menu-list--rich a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 14px;
}
.yq-menu-list--rich a:last-child { border-bottom: 0; }
.yq-menu-ico {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--ico-bg, #e8f3ff);
  color: var(--ico-fg, #1677ff);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.yq-menu-ico svg { width: 18px; height: 18px; }
.yq-menu-txt { flex: 1; font-size: 14px; font-weight: 500; }
.yq-menu-arrow { color: #c0c4cc; font-size: 18px; line-height: 1; }
.yq-mine-contact {
  margin: 0 12px 10px;
  background: linear-gradient(135deg, #e8f3ff, #f5f0ff);
  border-radius: 14px;
  padding: 14px;
}
.yq-mine-contact strong {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
}
.yq-mine-contact p {
  margin: 0 0 4px;
  font-size: 13px;
  color: #4e5969;
}
.yq-mine-contact a { color: var(--yq-blue); text-decoration: none; font-weight: 600; }
.yq-mine-tip {
  margin: 0;
  padding: 4px 16px 20px;
  text-align: center;
  color: var(--yq-muted);
  font-size: 12px;
}

.yq-addr-list { margin-top: 12px; }
.yq-addr-item {
  display: flex; justify-content: space-between; gap: 10px; padding: 12px 0; border-bottom: 1px solid #f0f2f5; font-size: 13px;
}
.yq-balance-inline { font-size: 14px; margin-bottom: 10px; }
.yq-balance-inline a { margin-left: 10px; color: var(--yq-blue); }
.yq-tx-item { padding: 10px 0; border-bottom: 1px solid #f0f2f5; font-size: 13px; }
.yq-sim-notice { display: none; }
.yq-sim-hero { display: none; }
.yq-sim-panel { display: none; }

.yq-simx {
  background: linear-gradient(180deg, #e8f3ff 0%, #f5f7fb 120px);
  min-height: calc(100dvh - 108px);
  padding: 0 0 calc(var(--yq-action-h) + 24px);
}
.yq-simx-tip {
  margin: 8px 12px 0;
  background: #fff;
  border-radius: 8px;
  padding: 8px 10px;
  display: flex;
  gap: 6px;
  align-items: flex-start;
  font-size: 12px;
  color: #4e5969;
  line-height: 1.4;
  box-shadow: 0 1px 4px rgba(15,35,80,.04);
}
.yq-simx-tip i { font-style: normal; flex-shrink: 0; }
.yq-simx-card {
  margin: 10px 12px 0;
  background: #fff;
  border-radius: 10px;
  padding: 12px;
  box-shadow: 0 1px 6px rgba(15,35,80,.05);
}
.yq-simx-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.yq-simx-row--wrap { align-items: flex-start; }
.yq-simx-row label {
  flex-shrink: 0;
  width: 88px;
  font-size: 13px;
  color: #1f2329;
  font-weight: 600;
  line-height: 32px;
}
.yq-simx-row label em { color: #f53f3f; font-style: normal; margin-right: 2px; }
.yq-simx-pick {
  flex: 1; min-width: 0; height: 32px;
  display: flex; align-items: center; justify-content: flex-end; gap: 4px;
  border: 0; background: transparent; padding: 0; cursor: pointer;
  font-size: 13px; color: #4e5969; text-align: right;
}
.yq-simx-pick span {
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 100%;
}
.yq-simx-pick i { font-style: normal; color: #c0c4cc; font-size: 12px; flex-shrink: 0; }
.yq-sheet-mask {
  position: fixed; inset: 0; z-index: 90;
  background: rgba(0,0,0,.45);
  display: flex; align-items: flex-end; justify-content: center;
}
.yq-sheet-mask[hidden] { display: none !important; }
.yq-sheet {
  width: 100%; max-width: 560px; max-height: 70vh;
  background: #fff; border-radius: 14px 14px 0 0;
  display: flex; flex-direction: column;
  animation: yqSheetUp .22s ease-out;
}
@keyframes yqSheetUp {
  from { transform: translateY(24px); opacity: .6; }
  to { transform: translateY(0); opacity: 1; }
}
.yq-sheet__hd {
  position: relative; text-align: center; padding: 14px 44px;
  border-bottom: 1px solid #f0f2f5;
}
.yq-sheet__hd strong { font-size: 15px; color: #1f2329; }
.yq-sheet__x {
  position: absolute; right: 10px; top: 8px;
  border: 0; background: transparent; font-size: 22px; color: #c0c4cc; line-height: 1; cursor: pointer;
}
.yq-sheet__bd { overflow: auto; padding: 8px 0 20px; }
.yq-sheet__item {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 18px; text-decoration: none; color: #1f2329; font-size: 14px;
  border-bottom: 1px solid #f5f6f8;
}
.yq-sheet__item:active { background: #f7f8fa; }
.yq-sheet__item.is-on { color: #1677ff; font-weight: 650; background: #f2f7ff; }
.yq-sheet__item em { font-style: normal; color: #1677ff; font-size: 15px; }
.yq-sheet__empty { padding: 28px 16px; text-align: center; color: #86909c; font-size: 13px; }
.yq-simx-types {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 12px;
}
.yq-simx-type {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-decoration: none; text-align: center;
  min-height: 58px; padding: 8px 4px;
  border-radius: 8px; border: 1px solid var(--c, #1677ff);
  color: var(--c, #1677ff); background: #fff;
}
.yq-simx-type strong { font-size: 14px; font-weight: 700; line-height: 1.2; }
.yq-simx-type span { font-size: 10px; margin-top: 4px; line-height: 1.25; opacity: .9; }
.yq-simx-type.is-active {
  background: var(--c, #1677ff); color: #fff; border-color: var(--c, #1677ff);
}
.yq-simx-pills, .yq-simx-days {
  flex: 1; display: flex; flex-wrap: wrap; gap: 8px;
}
.yq-simx-pills a {
  text-decoration: none; font-size: 12px;
  border: 1px solid #d0d5dd; color: #4e5969;
  border-radius: 4px; padding: 5px 10px; background: #fff;
}
.yq-simx-pills a.is-on {
  background: #1677ff; border-color: #1677ff; color: #fff;
}
.yq-simx-days a {
  width: 36px; height: 32px; display: flex; align-items: center; justify-content: center;
  text-decoration: none; font-size: 13px; border: 1px solid #d0d5dd; color: #1f2329;
  border-radius: 4px; background: #fff;
}
.yq-simx-days a.is-on {
  background: #1677ff; border-color: #1677ff; color: #fff; font-weight: 650;
}
.yq-simx-desc {
  display: flex; gap: 4px; align-items: flex-start;
  font-size: 13px; line-height: 1.55; margin-bottom: 12px;
}
.yq-simx-desc span { color: #1f2329; font-weight: 600; flex-shrink: 0; }
.yq-simx-desc p { margin: 0; color: #1677ff; }
.yq-simx-linkrow {
  display: flex; justify-content: space-between; align-items: center;
  padding: 12px 0; border-bottom: 1px solid #f0f2f5;
  text-decoration: none; color: inherit; font-size: 13px;
}
.yq-simx-card--link .yq-simx-linkrow:last-child { border-bottom: 0; padding-bottom: 2px; }
.yq-simx-card--link .yq-simx-linkrow:first-child { padding-top: 2px; }
.yq-simx-linkrow em { font-style: normal; color: #c0c4cc; font-size: 12px; }
.yq-simx-block-title { font-size: 14px; font-weight: 650; margin-bottom: 8px; color: #1f2329; }
.yq-simx-block-text { margin: 0; font-size: 13px; color: #86909c; line-height: 1.6; }
.yq-simx-rules {
  margin: 0; padding-left: 18px; font-size: 13px; color: #86909c; line-height: 1.7;
}
.yq-sim-bottom {
  position: fixed; left: 0; right: 0; bottom: 56px; height: 56px;
  background: #fff; border-top: 1px solid #e8ecf2;
  display: flex; align-items: center; justify-content: flex-end;
  gap: 12px; padding: 0 14px; z-index: 11;
}
.yq-sim-price { font-size: 20px; color: #ff7d00; font-weight: 700; margin-right: auto; }
.yq-sim-bottom--pro .yq-simx-share {
  margin-right: 0; margin-left: 0; order: -1;
  display: flex; flex-direction: column; align-items: center;
  text-decoration: none; color: #4e5969; font-size: 11px; line-height: 1.2;
  width: 36px; flex-shrink: 0;
}
.yq-sim-bottom--pro .yq-simx-share::before {
  content: "⤴"; font-size: 16px; margin-bottom: 2px;
}
.yq-sim-bottom--pro .yq-sim-price { margin-right: 4px; margin-left: auto; }
.yq-sim-bottom--pro .yq-btn {
  min-width: 120px; text-align: center; border-radius: 8px; height: 40px; line-height: 40px; padding: 0 18px;
}
.yq-simx-float {
  position: fixed; right: 14px; bottom: 126px; z-index: 12;
  width: 48px; height: 48px; border-radius: 50%;
  background: #fff; border: 1px solid #f53f3f; color: #f53f3f;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 650; text-decoration: none;
  box-shadow: 0 4px 12px rgba(245,63,63,.18);
}
.yq-simx-book-sum strong { display: block; font-size: 15px; margin-bottom: 4px; }
.yq-simx-book-sum p { margin: 0; font-size: 13px; color: #86909c; }
.yq-simx-book-price { margin-top: 8px; color: #ff7d00; font-size: 20px; font-weight: 700; }
.yq-simx-form-row {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 12px 0; border-bottom: 1px solid #f0f2f5; font-size: 13px; margin: 0;
}
.yq-simx-form-row--top { align-items: flex-start; }
.yq-simx-form-row span { color: #1f2329; font-weight: 600; flex-shrink: 0; width: 72px; }
.yq-simx-form-row input[type="date"],
.yq-simx-form-row select,
.yq-simx-form-row textarea {
  flex: 1; border: 0; text-align: right; font-size: 13px; color: #4e5969; background: transparent;
  padding: 0; outline: none;
}
.yq-simx-form-row textarea { text-align: left; border: 1px solid #e5e6eb; border-radius: 6px; padding: 8px; }
.yq-simx-stepper { display: flex; align-items: center; gap: 0; }
.yq-simx-stepper button {
  width: 28px; height: 28px; border: 1px solid #e5e6eb; background: #f7f8fa; font-size: 16px; line-height: 1;
}
.yq-simx-stepper input {
  width: 40px; height: 28px; border: 1px solid #e5e6eb; border-left: 0; border-right: 0;
  text-align: center; font-size: 13px;
}


.yq-subnav {
  position: sticky;
  top: 52px;
  z-index: 15;
  height: 44px;
  background: #fff;
  border-bottom: 1px solid var(--yq-line);
  display: grid;
  grid-template-columns: 44px 1fr 72px;
  align-items: center;
}
.yq-subnav__back {
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none; color: #1f2329;
  font-size: 28px; line-height: 1; font-weight: 300;
}
.yq-subnav h1 {
  margin: 0; text-align: center; font-size: 16px; font-weight: 650;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.yq-subnav__side {
  display: flex; justify-content: flex-end; align-items: center;
  padding-right: 10px; min-height: 44px;
}
.yq-status-chip {
  font-style: normal; font-size: 11px; font-weight: 650;
  color: var(--yq-blue); background: #e8f3ff;
  border-radius: 999px; padding: 3px 8px; white-space: nowrap;
}

.yq-appt-page { display: none; }
.yq-appt { display: none; }

.yq-appt-board {
  min-height: calc(100vh - 108px);
  background:
    linear-gradient(rgba(75, 58, 148, .12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(75, 58, 148, .12) 1px, transparent 1px),
    #4b3a94;
  background-size: 28px 28px, 28px 28px, auto;
  padding: 0 0 16px;
  color: #fff;
}
.yq-appt-board__top {
  position: relative;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yq-appt-board__back {
  position: absolute;
  left: 4px;
  top: 0;
  width: 44px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  line-height: 1;
  font-weight: 300;
}
.yq-appt-board__top h1 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .04em;
}
.yq-appt-board__frame {
  margin: 4px 10px 0;
  border: 1px solid rgba(255,255,255,.88);
  border-radius: 2px;
  min-height: calc(100dvh - var(--yq-tabbar-space) - 140px);
  display: flex;
  overflow: hidden;
  background: rgba(75, 58, 148, .35);
}
.yq-appt-board__side {
  width: 78px;
  flex-shrink: 0;
  border-right: 1px solid rgba(255,255,255,.55);
  display: flex;
  flex-direction: column;
}
.yq-appt-board__side-title {
  text-align: center;
  padding: 10px 4px;
  font-size: 13px;
  font-weight: 700;
  border-bottom: 1px solid rgba(255,255,255,.35);
  background: rgba(0,0,0,.12);
}
.yq-appt-board__side-list {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.yq-appt-board__side-list a {
  display: block;
  text-align: center;
  padding: 12px 4px;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: transparent;
}
.yq-appt-board__side-list a.is-active {
  background: rgba(40, 28, 90, .85);
  font-weight: 700;
}
.yq-appt-board__empty-side {
  padding: 16px 4px;
  text-align: center;
  font-size: 12px;
  opacity: .8;
}
.yq-appt-board__main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.yq-appt-board__thead,
.yq-appt-board__tr {
  display: grid;
  grid-template-columns: 1fr 1.05fr 1fr;
  gap: 2px;
  align-items: center;
  min-height: 40px;
  padding: 0 6px;
  text-align: center;
  font-size: 12px;
}
.yq-appt-board__thead {
  background: rgba(0,0,0,.14);
  border-bottom: 1px solid rgba(255,255,255,.35);
  font-weight: 700;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 1;
}
.yq-appt-board__tbody {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}
.yq-appt-board__tr {
  color: #3d2f7a;
  border-bottom: 1px solid #ece8f8;
  min-height: 42px;
  font-size: 13px;
}
.yq-appt-board__tr.is-odd { background: #f4f0ff; }
.yq-appt-board__tr.is-even { background: #ffffff; }
.yq-appt-board__tr .is-date {
  color: #1faa3b;
  font-weight: 700;
}
.yq-appt-board__empty {
  padding: 48px 12px;
  text-align: center;
  color: #8a7bb8;
  font-size: 13px;
  background: #fff;
}


.yq-flight-summary {
  margin: 10px 12px 0;
  background: linear-gradient(135deg, #1677ff, #3c89ff);
  border-radius: 12px; color: #fff; padding: 14px 14px 12px;
}
.yq-flight-summary__route {
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 6px;
}
.yq-flight-summary__route strong { display: block; font-size: 17px; font-weight: 650; }
.yq-flight-summary__route em { font-style: normal; font-size: 12px; opacity: .85; }
.yq-flight-summary__route .is-arr { text-align: right; }
.yq-flight-summary__plane { opacity: .85; font-size: 12px; padding-bottom: 4px; }
.yq-flight-summary__meta {
  margin-top: 10px; display: flex; justify-content: space-between;
  font-size: 12px; opacity: .9; gap: 8px;
}
.yq-detail-card--tight { margin: 10px 12px; padding: 12px; }
.yq-detail-card__title { font-size: 14px; font-weight: 650; }
.yq-detail-card__title em {
  font-style: normal; color: var(--yq-muted); font-weight: 500; font-size: 12px; margin-left: 4px;
}
.yq-kv--compact > div { padding: 8px 0; }
.yq-kv span,
.yq-kv--compact span { font-size: 13px; color: #86909c; font-weight: 400; }
.yq-kv strong,
.yq-kv--compact strong { font-size: 13px; font-weight: 500; color: #1f2329; }
.yq-quote-row {
  display: flex; gap: 10px; justify-content: space-between; align-items: flex-start;
  padding: 10px 0; border-bottom: 1px solid #f2f3f5;
}
.yq-quote-row:last-child { border-bottom: 0; padding-bottom: 0; }
.yq-quote-row__main { flex: 1; min-width: 0; }
.yq-quote-row__main strong { font-size: 13px; font-weight: 600; }
.yq-quote-row__side { text-align: right; flex-shrink: 0; }
.yq-quote-row__price { color: var(--yq-danger); font-size: 16px; font-weight: 700; margin-bottom: 4px; }
.yq-btn--mini {
  border: 0; background: var(--yq-blue); color: #fff;
  border-radius: 999px; padding: 5px 12px; font-size: 12px; font-weight: 650;
}
.yq-parcel-no {
  font-size: 12px; color: var(--yq-muted); margin-bottom: 6px;
  font-family: ui-monospace, Consolas, monospace;
}

.yq-timeline--compact li { padding: 0 0 10px 16px; }
.yq-timeline--compact .yq-timeline__body strong { font-size: 13px; margin-bottom: 0; }
.yq-timeline__line1 {
  display: flex; justify-content: space-between; gap: 8px; align-items: baseline;
}
.yq-timeline__line1 time { font-size: 11px; color: #86909c; white-space: nowrap; }

.yq-help-detail-page { background: var(--yq-bg); min-height: calc(100vh - 108px); padding-bottom: 24px; }
.yq-help-article {
  margin: 10px 12px; background: #fff; border-radius: 12px; padding: 14px 14px 8px;
  border: 1px solid var(--yq-line);
}
.yq-help-article h2 { margin: 0 0 6px; font-size: 18px; line-height: 1.35; }
.yq-help-article__meta { font-size: 12px; color: var(--yq-muted); margin-bottom: 12px; }
.yq-help-article__body { color: #4e5969; font-size: 14px; line-height: 1.75; }
.yq-help-article__body p { margin: 0 0 10px; }
.yq-help-article__body ol, .yq-help-article__body ul { margin: 0 0 10px; padding-left: 18px; }
.yq-help-related {
  margin: 0 12px 12px; background: #fff; border-radius: 12px; overflow: hidden;
  border: 1px solid var(--yq-line);
}
.yq-help-related__title {
  padding: 10px 14px 6px; font-size: 13px; color: var(--yq-muted); font-weight: 650;
}
.yq-help-related a {
  display: block; padding: 12px 14px; border-top: 1px solid #f2f3f5;
  text-decoration: none; color: #1f2329; font-size: 14px;
}
.yq-help-detail-actions {
  margin: 0 12px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px;
}
.yq-help-detail-actions a {
  text-align: center; text-decoration: none; color: var(--yq-blue);
  background: #fff; border: 1px solid #c6e0ff; border-radius: 10px;
  padding: 10px 6px; font-size: 12px; font-weight: 600;
}


.yq-photo-page { background: var(--yq-bg); min-height: calc(100vh - 108px); }
.yq-photo-banner {
  position: relative; height: 132px; overflow: hidden; background: #0958d9;
}
.yq-photo-banner img { width: 100%; height: 100%; object-fit: cover; display: block; }
.yq-photo-banner__mask {
  position: absolute; inset: 0; color: #fff;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 16px;
  background: linear-gradient(180deg, rgba(8,20,48,.2), rgba(8,20,48,.55));
}
.yq-photo-banner__mask h1 { margin: 0 0 4px; font-size: 20px; }
.yq-photo-banner__mask p { margin: 0; font-size: 12px; opacity: .92; }
.yq-photo-panel {
  margin: -16px 12px 20px; position: relative; z-index: 2;
  background: #fff; border-radius: 14px; padding: 12px;
  box-shadow: 0 8px 24px rgba(15, 35, 80, .08);
}
.yq-photo-list { margin-top: 8px; }
.yq-photo-item {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 4px; border-bottom: 1px solid #f0f2f5;
}
.yq-photo-item__main strong { display: block; margin-bottom: 4px; }
.yq-photo-item__arrow { color: #c0c4cc; font-size: 18px; }

.yq-coupon-page, .yq-addr-page, .yq-help-page, .yq-wallet-page, .yq-profile-page {
  background: var(--yq-bg); min-height: calc(100vh - 108px); padding-bottom: 20px;
}
.yq-coupon-head, .yq-addr-head, .yq-profile-head {
  background: #fff; padding: 14px 16px 12px;
}
.yq-coupon-head h1, .yq-addr-head h1, .yq-profile-head h1, .yq-help-hero h1 {
  margin: 0; font-size: 18px; font-weight: 650;
}
.yq-coupon-head p, .yq-addr-head p, .yq-profile-head p, .yq-help-hero p {
  margin: 4px 0 0; font-size: 12px; color: var(--yq-muted);
}
.yq-addr-head { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.yq-coupon-section { margin: 12px; }
.yq-coupon-section h2 { margin: 0 0 8px; font-size: 14px; color: #4e5969; }
.yq-coupon-card {
  display: flex; justify-content: space-between; align-items: center; gap: 10px;
  background: #fff7f0; border: 1px dashed #ffb074; border-radius: 10px; padding: 12px; margin: 8px 0; font-size: 13px;
}
.yq-coupon-card--rich {
  background: #fff;
  border: 1px solid #ffe4c4;
  border-radius: 12px;
  overflow: hidden;
  padding: 0;
}
.yq-coupon-card__value {
  width: 78px; flex-shrink: 0; align-self: stretch;
  background: linear-gradient(160deg, #ff7d00, #f53f3f);
  color: #fff; display: flex; align-items: center; justify-content: center; gap: 1px;
  font-size: 22px; font-weight: 700;
}
.yq-coupon-card--owned .yq-coupon-card__value {
  background: #f2f3f5; color: #4e5969; font-size: 12px;
}
.yq-coupon-card__value em { font-style: normal; font-size: 12px; font-weight: 600; }
.yq-coupon-card__info { flex: 1; padding: 12px 8px; min-width: 0; }
.yq-coupon-card__info strong { display: block; margin-bottom: 4px; }
.yq-coupon-card .yq-btn { margin-right: 10px; padding: 8px 12px; border-radius: 999px; font-size: 13px; }

.yq-addr-list { margin: 12px; }
.yq-addr-item--rich {
  background: #fff; border-radius: 12px; padding: 14px; margin-bottom: 10px;
  border: 1px solid var(--yq-line); display: block;
}
.yq-addr-item__name { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 6px; }
.yq-addr-item__name span { color: #4e5969; font-size: 13px; }
.yq-addr-item .yq-ops { margin-top: 10px; display: flex; gap: 14px; }
.yq-addr-item .yq-ops a { color: var(--yq-blue); text-decoration: none; font-size: 13px; }

.yq-help-hero {
  background: linear-gradient(145deg, #1677ff, #0958d9); color: #fff; padding: 18px 16px 28px;
}
.yq-help-hero p { color: rgba(255,255,255,.9); }
.yq-help-list {
  margin: -14px 12px 0; position: relative; z-index: 2;
  background: #fff; border-radius: 14px; overflow: hidden;
  box-shadow: 0 8px 24px rgba(15, 35, 80, .08);
}
.yq-help-item {
  display: flex; align-items: center; gap: 10px;
  padding: 14px; border-bottom: 1px solid #f0f2f5;
  text-decoration: none; color: inherit;
}
.yq-help-item:last-child { border-bottom: 0; }
.yq-help-item__ico {
  width: 28px; height: 28px; border-radius: 50%;
  background: #e8f3ff; color: var(--yq-blue);
  display: flex; align-items: center; justify-content: center; font-weight: 700;
}
.yq-help-item strong { flex: 1; font-size: 14px; font-weight: 500; }
.yq-help-item em { color: #c0c4cc; font-style: normal; font-size: 18px; }

.yq-wallet-hero {
  margin: 12px; background: linear-gradient(145deg, #1677ff, #0958d9); color: #fff;
  border-radius: 14px; padding: 18px 16px; position: relative;
}
.yq-wallet-hero span { display: block; font-size: 12px; opacity: .9; }
.yq-wallet-hero strong { display: block; font-size: 30px; margin: 8px 0 0; letter-spacing: .02em; }
.yq-wallet-hero a {
  position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
  background: rgba(255,255,255,.2); color: #fff; text-decoration: none;
  border-radius: 999px; padding: 8px 12px; font-size: 13px; font-weight: 600;
}
.yq-wallet-block {
  margin: 0 12px 12px; background: #fff; border-radius: 14px; padding: 12px 14px;
  border: 1px solid var(--yq-line);
}
.yq-wallet-block h2 { margin: 0 0 8px; font-size: 15px; }
.yq-tx-item--rich { padding: 10px 0; border-bottom: 1px solid #f0f2f5; }
.yq-tx-item--rich:last-child { border-bottom: 0; }
.yq-tx-item__row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 4px; }

.yq-profile-card {
  margin: 12px; background: #fff; border-radius: 14px; padding: 14px;
  border: 1px solid var(--yq-line);
}
.yq-page-card select {
  width: 100%; height: 40px; border: 1px solid #e6ebf2; border-radius: 8px; margin-top: 6px; padding: 0 10px;
}
.yq-tag {
  display: inline-block; font-size: 11px; border-radius: 999px; padding: 2px 8px;
  background: #f2f3f5; color: #4e5969; font-style: normal;
}
.yq-tag--ok { background: #e8ffea; color: #00b42a; }

.yq-svc-list-page { background: var(--yq-bg); min-height: calc(100vh - 108px); padding-bottom: 20px; }
.yq-svc-list-head {
  background: #fff;
  padding: 14px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--yq-line);
}
.yq-svc-list-head h1 { margin: 0; font-size: 18px; font-weight: 650; }
.yq-svc-list-head p { margin: 4px 0 0; font-size: 12px; color: var(--yq-muted); }
.yq-svc-list-body { padding: 12px; }
.yq-quote-card {
  border: 1px solid var(--yq-line);
  border-radius: 12px;
  padding: 12px;
  margin: 10px 0;
  background: #fafbfc;
}

.yq-detail-page { background: var(--yq-bg); min-height: calc(100vh - 108px); padding-bottom: 24px; }
.yq-detail-hero {
  color: #fff;
  padding: 14px 16px 22px;
  background: linear-gradient(145deg, #1677ff, #0958d9);
}
.yq-detail-hero--logistics { background: linear-gradient(145deg, #0fc6c2, #0aa5a8 40%, #1677ff); }
.yq-detail-back {
  color: rgba(255,255,255,.92);
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 12px;
}
.yq-detail-hero h1 { margin: 0 0 10px; font-size: 22px; }
.yq-detail-hero__meta {
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
  font-size: 12px; opacity: .95;
}
.yq-status-pill {
  font-style: normal;
  background: rgba(255,255,255,.22);
  border-radius: 999px;
  padding: 4px 10px;
  font-weight: 650;
}
.yq-flight-route {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}
.yq-flight-route > div { display: flex; flex-direction: column; }
.yq-flight-route > div:last-child { text-align: right; }
.yq-flight-route strong { font-size: 17px; line-height: 1.2; font-weight: 650; }
.yq-flight-route span { font-size: 12px; opacity: .85; margin-top: 4px; }
.yq-flight-route em { font-style: normal; opacity: .9; font-size: 18px; }
.yq-detail-card {
  margin: 12px;
  background: #fff;
  border-radius: 14px;
  padding: 14px;
  border: 1px solid var(--yq-line);
  box-shadow: 0 4px 14px rgba(15, 35, 80, .04);
}
.yq-detail-card__title {
  font-size: 15px;
  font-weight: 650;
  margin-bottom: 10px;
}
.yq-kv > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #f2f3f5;
  font-size: 13px;
}
.yq-kv > div:last-child { border-bottom: 0; }
.yq-kv span { color: #86909c; flex-shrink: 0; font-size: 13px; font-weight: 400; }
.yq-kv strong { text-align: right; font-weight: 500; line-height: 1.45; font-size: 13px; color: #1f2329; }
.yq-kv a { color: var(--yq-blue); text-decoration: none; }
.yq-quote-card--rich { margin: 0 0 10px; }
.yq-quote-card--rich:last-child { margin-bottom: 0; }
.yq-quote-card__top { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.yq-quote-card__time { margin: 6px 0; font-size: 12px; color: #86909c; }
.yq-quote-card__price { color: var(--yq-danger); font-size: 16px; font-weight: 700; margin: 4px 0 6px; }
.yq-quote-card--rich .yq-btn { margin-top: 8px; }
.yq-passenger-row {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 0; border-bottom: 1px solid #f2f3f5;
}
.yq-passenger-row:last-child { border-bottom: 0; }
.yq-passenger-row__avatar {
  width: 32px; height: 32px; border-radius: 50%;
  background: #e8f3ff; color: var(--yq-blue);
  display: flex; align-items: center; justify-content: center; font-weight: 650; font-size: 13px;
}
.yq-passenger-row strong { font-size: 13px; font-weight: 600; }
.yq-passenger-row p { margin: 2px 0 0; font-size: 12px; color: #86909c; }
.yq-empty-inline { color: var(--yq-muted); font-size: 13px; padding: 8px 0; }

.yq-timeline { list-style: none; margin: 0; padding: 0 0 0 4px; }
.yq-timeline li {
  position: relative;
  padding: 0 0 16px 18px;
  border-left: 2px solid #e5e6eb;
}
.yq-timeline li:last-child { border-left-color: transparent; padding-bottom: 0; }
.yq-timeline__dot {
  position: absolute; left: -5px; top: 4px;
  width: 8px; height: 8px; border-radius: 50%;
  background: #c9cdd4;
}
.yq-timeline li.is-latest .yq-timeline__dot {
  background: var(--yq-blue);
  box-shadow: 0 0 0 4px rgba(22,119,255,.15);
}
.yq-timeline li.is-latest strong { color: var(--yq-blue); }
.yq-timeline__body strong { display: block; font-size: 13px; font-weight: 600; margin-bottom: 2px; }
.yq-timeline__body p { margin: 0; font-size: 12px; color: #4e5969; }

.yq-photo-item {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 4px; border-bottom: 1px solid #f0f2f5;
}
.yq-photo-item__flag {
  width: 36px; height: 36px; border-radius: 10px;
  background: linear-gradient(145deg, #e8f3ff, #f0f5ff);
  color: var(--yq-blue); font-weight: 700;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.yq-photo-item__main { flex: 1; min-width: 0; }
.yq-photo-item__main strong { display: block; margin-bottom: 4px; }
.yq-photo-item__size {
  font-size: 12px; color: var(--yq-blue); font-weight: 650;
  background: #e8f3ff; border-radius: 8px; padding: 4px 8px; flex-shrink: 0;
}

.yq-help-detail-page { background: var(--yq-bg); min-height: calc(100vh - 108px); padding-bottom: 24px; }
.yq-help-detail-hero {
  background: linear-gradient(145deg, #1677ff, #0958d9); color: #fff; padding: 14px 16px 28px;
}
.yq-help-detail-hero h1 { margin: 0 0 6px; font-size: 20px; line-height: 1.35; }
.yq-help-detail-hero p { margin: 0; font-size: 12px; opacity: .9; }
.yq-help-detail-card {
  margin: -14px 12px 12px; position: relative; z-index: 2;
  background: #fff; border-radius: 14px; padding: 16px;
  box-shadow: 0 8px 24px rgba(15, 35, 80, .08);
  line-height: 1.7; font-size: 14px; color: #4e5969;
}
.yq-help-detail-card p { margin: 0 0 12px; }
.yq-help-detail-card ol, .yq-help-detail-card ul { margin: 0 0 12px; padding-left: 18px; }
.yq-help-detail-actions {
  margin: 0 12px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px;
}
.yq-help-detail-actions a {
  text-align: center; text-decoration: none; color: var(--yq-blue);
  background: #fff; border: 1px solid #c6e0ff; border-radius: 10px;
  padding: 10px 6px; font-size: 12px; font-weight: 600;
}


/* ===== 签证办理：出行信息 / 身份 / 订单确认 ===== */
.yq-applyx { background: #f5f7fb; min-height: calc(100dvh - 108px); padding-bottom: 80px; }
.yq-applyx-top {
  display: flex; align-items: center; height: 44px; padding: 0 8px;
  background: #1677ff; color: #fff;
}
.yq-applyx-top h1 {
  margin: 0; flex: 1; text-align: center; font-size: 15px; font-weight: 600;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.yq-applyx-back, .yq-applyx-top__pad, .yq-applyx-top__link {
  width: 36px; height: 36px; display: flex; align-items: center; justify-content: center;
  color: #fff; text-decoration: none; font-size: 26px; line-height: 1; flex-shrink: 0;
}
.yq-applyx-top__link {
  width: auto; min-width: 36px; font-size: 13px; font-weight: 600; padding: 0 4px;
}
.yq-applyx-steps {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  background: #fff; padding: 14px 16px; border-bottom: 1px solid #f0f2f5;
}
.yq-applyx-steps__item {
  display: flex; align-items: center; gap: 6px; color: #c0c4cc; font-size: 13px;
}
.yq-applyx-steps__item i {
  width: 20px; height: 20px; border-radius: 50%; background: #f2f3f5; color: #86909c;
  display: flex; align-items: center; justify-content: center; font-style: normal; font-size: 12px;
}
.yq-applyx-steps__item.is-on { color: #1677ff; font-weight: 650; }
.yq-applyx-steps__item.is-on i { background: #1677ff; color: #fff; }
.yq-applyx-steps__line { width: 48px; height: 2px; background: #e5e6eb; }
.yq-applyx-card {
  margin: 10px 12px 0; background: #fff; border-radius: 10px; padding: 12px 14px;
  box-shadow: 0 1px 6px rgba(15,35,80,.04);
}
.yq-applyx-prod strong { display: block; font-size: 14px; line-height: 1.4; }
.yq-applyx-prod p { margin: 4px 0 0; font-size: 12px; color: #86909c; }
.yq-applyx-sec-hd {
  display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px;
}
.yq-applyx-sec-hd strong { font-size: 14px; }
.yq-applyx-link {
  border: 0; background: transparent; color: #1677ff; font-size: 13px; cursor: pointer;
}
.yq-applyx-person {
  display: flex; align-items: center; gap: 8px; padding: 10px 0;
  border-bottom: 1px solid #f2f3f5; font-size: 13px;
}
.yq-applyx-person:last-child { border-bottom: 0; }
.yq-applyx-person strong { flex: 1; }
.yq-applyx-person span { color: #86909c; }
.yq-applyx-person em { font-style: normal; color: #c0c4cc; font-size: 12px; }
.yq-applyx-field {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 0; border-bottom: 1px solid #f2f3f5; margin: 0; font-size: 13px;
}
.yq-applyx-field:last-child { border-bottom: 0; }
.yq-applyx-field span { width: 96px; flex-shrink: 0; color: #1f2329; font-weight: 600; }
.yq-applyx-field input {
  flex: 1; border: 0; text-align: right; font-size: 13px; color: #4e5969; outline: none; background: transparent;
}
.yq-applyx-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  height: 56px; background: #fff; border-top: 1px solid #e8ecf2;
  display: flex; align-items: center; gap: 10px; padding: 0 12px;
}
.yq-applyx-bar__price { flex: 1; font-size: 13px; color: #4e5969; }
.yq-applyx-bar__price strong { color: #f53f3f; font-size: 18px; }
.yq-applyx-bar__cta {
  min-width: 120px; height: 40px; border: 0; border-radius: 999px;
  background: #1677ff; color: #fff; font-size: 15px; font-weight: 650; cursor: pointer;
}
.yq-sheet--travel {
  max-height: min(85vh, 640px);
  display: flex;
  flex-direction: column;
}
.yq-sheet--travel .yq-sheet__bd {
  flex: 1;
  overflow: auto;
  min-height: 120px;
}
.yq-travel-bd { padding-bottom: 8px !important; }
.yq-travel-hd {
  display: flex; align-items: center; justify-content: space-between;
  padding: 4px 18px 10px; font-size: 14px;
}
.yq-travel-hd em { font-style: normal; color: #1677ff; }
.yq-travel-add {
  border: 0; background: transparent; color: #1677ff; font-size: 13px; font-weight: 650; cursor: pointer;
}
.yq-travel-row {
  display: flex; align-items: center; gap: 8px; padding: 0 18px 12px;
}
.yq-travel-name {
  flex: 1; height: 40px; border: 1px solid #e5e6eb; border-radius: 8px;
  padding: 0 12px; font-size: 14px; outline: none;
}
.yq-travel-id {
  flex-shrink: 0; height: 40px; padding: 0 10px; border: 1px solid #1677ff; border-radius: 8px;
  background: #fff; color: #1677ff; font-size: 13px; cursor: pointer;
}
.yq-travel-del {
  width: 28px; height: 28px; border: 0; border-radius: 50%; background: #f2f3f5;
  color: #86909c; font-size: 16px; cursor: pointer;
}
.yq-travel-foot {
  flex-shrink: 0;
  padding: 10px 16px calc(14px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid #f0f2f5;
  background: #fff;
}
.yq-travel-next {
  width: 100%; height: 44px; border: 0; border-radius: 999px;
  background: #1677ff; color: #fff; font-size: 16px; font-weight: 650; cursor: pointer;
}
.yq-sheet--identity { padding-bottom: 12px; }
.yq-identity-tip {
  margin: 0; padding: 4px 18px 12px; font-size: 12px; color: #86909c;
}
.yq-identity-list { padding: 0 16px 16px; display: grid; gap: 10px; }
.yq-identity-opt {
  height: 44px; border: 1px solid transparent; border-radius: 8px;
  background: #f5f6f8; color: #1f2329; font-size: 15px; cursor: pointer;
}
.yq-identity-opt.is-on {
  background: #fff; border-color: #1f2329; font-weight: 650;
}
.yq-sheet-mask.is-open { display: flex; }
body.yq-h5--notab { padding-bottom: 12px; }
body.yq-h5--notab .yq-h5-tabbar { display: none !important; }
.yq-sheet-mask { z-index: 1200; }

/* ===== 签证在线填写（主站蓝，单列对齐） ===== */
.yq-applyx-fill {
  border: 0; background: transparent; color: #86909c; font-size: 12px;
  cursor: pointer; padding: 0; margin-left: auto; white-space: nowrap;
}
.yq-applyx-fill.is-done { color: var(--yq-blue); font-weight: 650; }
.yq-applyx-person { gap: 10px; }
.yq-ofill {
  background: var(--yq-bg); min-height: 100dvh; padding-bottom: 84px;
}
.yq-ofill-top {
  display: flex; align-items: center; height: 44px; padding: 0 8px;
  background: var(--yq-blue); color: #fff;
}
.yq-ofill-top h1 {
  margin: 0; flex: 1; text-align: center; font-size: 16px; font-weight: 650;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.yq-ofill-back, .yq-ofill-top__pad {
  width: 36px; height: 36px; display: flex; align-items: center; justify-content: center;
  color: #fff; text-decoration: none; font-size: 26px; line-height: 1; flex-shrink: 0;
}
.yq-ofill-sub {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 10px 14px; background: #fff; border-bottom: 1px solid var(--yq-line);
  font-size: 13px;
}
.yq-ofill-sub strong { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.yq-ofill-sub span { color: var(--yq-muted); flex-shrink: 0; }
.yq-ofill-list { padding: 10px 12px 20px; display: grid; gap: 8px; }
.yq-ofill-sec {
  background: #fff; border-radius: 10px; overflow: hidden;
  box-shadow: 0 1px 6px rgba(15,35,80,.04);
}
.yq-ofill-sec__hd {
  width: 100%; border: 0; background: #fff; display: flex; align-items: center;
  gap: 10px; padding: 14px 12px; cursor: pointer; text-align: left; font-size: 15px;
  color: var(--yq-text);
}
.yq-ofill-sec.is-open .yq-ofill-sec__hd { background: #f2f7ff; }
.yq-ofill-sec__hd span { flex: 1; font-weight: 600; min-width: 0; }
.yq-ofill-status {
  width: 18px; height: 18px; border-radius: 50%; display: inline-flex; align-items: center;
  justify-content: center; font-style: normal; font-size: 12px; font-weight: 700;
  background: #ffece8; color: var(--yq-danger); flex-shrink: 0;
}
.yq-ofill-sec.is-done .yq-ofill-status {
  background: #e8f3ff; color: var(--yq-blue);
}
.yq-ofill-chev {
  font-weight: 400; color: #c0c4cc; font-size: 12px; flex-shrink: 0;
  transition: transform .15s ease;
}
.yq-ofill-sec.is-open .yq-ofill-chev { transform: rotate(180deg); color: var(--yq-blue); }
.yq-ofill-ico {
  width: 28px; height: 28px; border-radius: 8px; flex-shrink: 0;
  background: #e8f3ff; position: relative;
}
.yq-ofill-ico::after {
  content: ''; position: absolute; inset: 7px; border-radius: 2px;
  background: var(--yq-blue);
}
.yq-ofill-sec__bd { padding: 0 0 14px; background: #f7f8fa; }
.yq-ofill-fields {
  margin: 0 10px; background: #fff; border-radius: 8px; overflow: hidden;
  border: 1px solid #eef1f6;
}
.yq-ofill-field {
  display: flex; align-items: center; gap: 12px;
  min-height: 48px; margin: 0;
  padding: 10px 12px; background: #fff;
  border-bottom: 1px solid #f0f2f5;
}
.yq-ofill-field:last-child { border-bottom: 0; }
.yq-ofill-label {
  flex: 0 0 112px; width: 112px; max-width: 42%;
  font-size: 13px; color: var(--yq-text); line-height: 1.35; word-break: break-word;
}
.yq-ofill-label i { color: var(--yq-danger); font-style: normal; margin-right: 2px; }
.yq-ofill-label small { display: block; color: var(--yq-muted); font-size: 11px; font-weight: 400; margin-top: 2px; }
.yq-ofill-ctl {
  flex: 1; min-width: 0; display: flex; align-items: center; justify-content: flex-end;
}
.yq-ofill-field input[type="text"],
.yq-ofill-field input[type="date"],
.yq-ofill-field select {
  width: 100%; min-width: 0; border: 0; background: transparent; text-align: right;
  font-size: 13px; color: #4e5969; outline: none; height: 32px;
  -webkit-appearance: none; appearance: none;
}
.yq-ofill-field select {
  padding-right: 14px;
  background-image: linear-gradient(45deg, transparent 50%, #c0c4cc 50%), linear-gradient(135deg, #c0c4cc 50%, transparent 50%);
  background-position: calc(100% - 6px) 12px, calc(100% - 1px) 12px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
.yq-ofill-field--stack {
  flex-direction: column; align-items: stretch; gap: 8px; padding-top: 12px; padding-bottom: 12px;
}
.yq-ofill-field--stack .yq-ofill-label {
  flex: none; width: auto; max-width: none;
}
.yq-ofill-field--stack .yq-ofill-ctl { justify-content: flex-end; width: 100%; }
.yq-ofill-yn {
  display: inline-flex; align-items: center; justify-content: flex-end; gap: 16px;
  flex-wrap: wrap;
}
.yq-ofill-yn__opt {
  border: 0; background: transparent; color: #86909c; font-size: 13px;
  display: inline-flex; align-items: center; gap: 6px; cursor: pointer; padding: 0;
  line-height: 1;
}
.yq-ofill-yn__opt::before {
  content: ''; width: 18px; height: 18px; border-radius: 50%;
  border: 1.5px solid #c9cdd4; box-sizing: border-box; flex-shrink: 0;
}
.yq-ofill-yn__opt.is-on { color: var(--yq-text); font-weight: 650; }
.yq-ofill-yn__opt.is-on::before {
  border-color: var(--yq-blue); background: var(--yq-blue);
  box-shadow: inset 0 0 0 3px #fff;
}
.yq-ofill-field--upload { align-items: center; }
.yq-ofill-up {
  display: flex; flex-direction: column; align-items: flex-end; gap: 4px;
}
.yq-ofill-up__box {
  width: 64px; height: 64px; border-radius: 8px; background: #f2f3f5;
  border: 1px dashed #d0d3d9;
  display: flex; align-items: center; justify-content: center; cursor: pointer;
}
.yq-ofill-up__cam {
  width: 22px; height: 18px; border: 2px solid #86909c; border-radius: 3px;
  position: relative; box-sizing: border-box;
}
.yq-ofill-up__cam::before {
  content: ''; position: absolute; left: 50%; top: -5px; transform: translateX(-50%);
  width: 10px; height: 4px; border-radius: 2px 2px 0 0; background: #86909c;
}
.yq-ofill-up__cam::after {
  content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 8px; height: 8px; border: 2px solid #86909c; border-radius: 50%; box-sizing: border-box;
}
.yq-ofill-up__ok { font-size: 12px; color: var(--yq-blue); font-weight: 650; }
.yq-ofill-up__link { font-size: 12px; color: var(--yq-blue); text-decoration: none; }
.yq-ofill-save {
  display: block; width: calc(100% - 20px); margin: 12px 10px 0; height: 44px;
  border: 0; border-radius: 8px; background: var(--yq-blue); color: #fff;
  font-size: 16px; font-weight: 650; cursor: pointer;
}
.yq-ofill-save:disabled { opacity: .6; cursor: not-allowed; }
.yq-ofill-foot {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 80;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px));
  background: #fff; border-top: 1px solid var(--yq-line);
}
.yq-ofill-submit {
  width: 100%; height: 46px; border: 0; border-radius: 8px;
  background: var(--yq-blue); color: #fff; font-size: 16px; font-weight: 650; cursor: pointer;
}
.yq-ofill-dialog[hidden] { display: none !important; }
.yq-ofill-dialog {
  position: fixed; inset: 0; z-index: 1300;
  display: flex; align-items: center; justify-content: center;
  padding: 24px;
  background: rgba(0,0,0,.45);
}
.yq-ofill-dialog__box {
  width: 100%; max-width: 300px; background: #fff; border-radius: 12px; overflow: hidden;
  text-align: center;
}
.yq-ofill-dialog__box h3 {
  margin: 0; padding: 18px 16px 6px; font-size: 16px; font-weight: 700;
}
.yq-ofill-dialog__box p {
  margin: 0; padding: 0 20px 18px; font-size: 14px; color: #4e5969; line-height: 1.5;
}
.yq-ofill-dialog__btns {
  display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #f0f2f5;
}
.yq-ofill-dialog__btns button {
  height: 46px; border: 0; background: #fff; font-size: 15px; cursor: pointer;
}
.yq-ofill-dialog__btns button + button { border-left: 1px solid #f0f2f5; color: var(--yq-danger); font-weight: 650; }
@media (min-width: 768px) {
  .yq-ofill-foot {
    left: 50%; right: auto; width: 100%; max-width: var(--yq-shell-max);
    transform: translateX(-50%);
  }
}