/* 易跨境｜全国上门办理境外信用卡官方服务中心 */
:root {
  --ec-blue: #0077ff;
  --ec-blue-deep: #0047bb;
  --ec-gold: #c9a227;
  --ec-gold-soft: rgba(201, 162, 39, 0.18);
  --ec-bg: #070b14;
  --ec-bg2: #0c1424;
  --ec-surface: rgba(16, 28, 52, 0.92);
  --ec-border: rgba(0, 119, 255, 0.22);
  --ec-text: #f1f5f9;
  --ec-muted: #94a3b8;
  --ec-body: #dbe4f0;
  --ec-max: 1120px;
  --ec-font: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --ec-display: "Noto Serif SC", "Songti SC", serif;
  --ec-accent: "Sora", "Noto Sans SC", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--ec-font);
  background: var(--ec-bg);
  color: var(--ec-text);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { margin: 0; line-height: 1.25; font-weight: 800; }

.wrap { width: min(100% - 40px, var(--ec-max)); margin-inline: auto; }

.ec-trust {
  background: linear-gradient(90deg, #0a1a38, #123060 50%, #0a1a38);
  border-bottom: 1px solid rgba(201, 162, 39, 0.35);
  padding: 10px 0;
  font-size: 15px;
  font-weight: 700;
  color: #f5e6a8;
  text-align: center;
}
.ec-trust strong { color: #fff; }
.ec-trust__sub {
  display: block;
  margin-top: 4px;
  color: #cfe3ff;
  font-size: 14px;
  font-weight: 600;
}

.ec-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(14px);
  background: rgba(7, 11, 20, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
/* 顶栏与正文共用 .wrap，左右边缘对齐 */
.ec-header__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-height: 56px;
  flex-wrap: nowrap;
}
.ec-brand { display: flex; align-items: center; gap: 10px; flex: 1 1 auto; min-width: 0; max-width: none; }
.ec-brand img {
  width: 36px; height: 36px; border-radius: 10px; background: #fff; object-fit: cover; flex-shrink: 0;
}
.ec-brand__name { display: block; font-size: clamp(16px, 4.4vw, 20px); font-weight: 800; white-space: nowrap; line-height: 1.2; overflow: hidden; text-overflow: ellipsis; }
.ec-brand__sub { display: block; font-size: clamp(11px, 2.9vw, 13px); font-weight: 600; color: var(--ec-muted, rgba(232,241,255,.78)); margin-top: 2px; line-height: 1.3; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ec-nav {
  display: flex; flex-wrap: nowrap; gap: 0; align-items: center;
  font-size: 14px; font-weight: 700; color: var(--ec-body);
  flex: 1 1 auto; justify-content: space-between; min-width: 0;
  white-space: nowrap;
  margin: 0 8px;
}
.ec-nav a { white-space: nowrap; flex: 0 0 auto; }
.ec-nav a:hover { color: #fff; }
.ec-nav a.hot { color: #f5e6a8; }
.ec-cta {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 34px; padding: 0 12px; border-radius: 999px;
  background: linear-gradient(135deg, var(--ec-blue), var(--ec-blue-deep));
  color: #fff; font-size: 14px; font-weight: 800; white-space: nowrap;
  flex-shrink: 0;
}
.ec-menu {
  display: none; min-height: 36px; min-width: 36px; padding: 0 8px; border-radius: 10px;
  border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.04);
  color: #fff; font: inherit; font-weight: 700; cursor: pointer;
}
.ec-header .zj-member-entry--header {
  flex: 0 0 auto; display: none !important;
}
@media (min-width: 1101px) {
  .ec-header .zj-member-entry--header { display: inline-flex !important; }
  .ec-header .gsc-lang-dd--header { display: block; }
}
@media (max-width: 1100px) {
  .ec-header .gsc-lang-dd--header { display: none !important; }
}

.ec-hero {
  position: relative;
  min-height: min(88vh, 720px);
  display: flex; align-items: flex-end;
  padding: 72px 0 64px;
  overflow: hidden;
}
.ec-hero__bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
}
.ec-hero__bg::after {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(105deg, rgba(7,11,20,.94) 0%, rgba(7,11,20,.72) 48%, rgba(7,11,20,.45) 100%),
    linear-gradient(to top, rgba(7,11,20,.9), transparent 55%);
}
.ec-hero__content { position: relative; z-index: 1; max-width: 860px; }
.ec-eyebrow {
  display: inline-block; margin-bottom: 14px;
  font-family: var(--ec-accent); font-size: 15px; font-weight: 800;
  letter-spacing: 0.14em; color: #f5e6a8;
}
.ec-hero h1 {
  font-family: var(--ec-display);
  font-size: clamp(30px, 5vw, 48px);
  margin-bottom: 12px;
}
.ec-hero__lead {
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: 800; color: #cfe3ff; margin: 0 0 12px;
}
.ec-hero__sub { margin: 0 0 18px; color: var(--ec-muted); font-size: 15px; max-width: 760px; }
.ec-hero__tags {
  display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px;
}
.ec-tag {
  padding: 6px 12px; border-radius: 999px; font-size: 14px; font-weight: 800;
  background: rgba(0,119,255,.14); border: 1px solid rgba(0,119,255,.35); color: #cfe3ff;
}
.ec-tag--gold {
  background: var(--ec-gold-soft); border-color: rgba(201,162,39,.45); color: #f5e6a8;
}
.ec-actions { display: flex; flex-wrap: wrap; gap: 10px; }

.ec-btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 46px; padding: 0 20px; border-radius: 999px;
  font-size: 14px; font-weight: 800; border: 1px solid transparent;
}
.ec-btn--gold {
  background: linear-gradient(135deg, #e8d48b, #c9a227);
  color: #1a1200;
}
.ec-btn--primary {
  background: linear-gradient(135deg, var(--ec-blue), var(--ec-blue-deep));
  color: #fff;
}
.ec-btn--ghost {
  background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.18);
  color: #fff;
}

.ec-section { padding: 72px 0; }
.ec-section--alt { background: var(--ec-bg2); }
.ec-section__head { max-width: 760px; margin-bottom: 28px; }
.ec-section__head.center { text-align: center; margin-inline: auto; }
.ec-kicker {
  display: inline-block; margin-bottom: 10px;
  font-family: var(--ec-accent); font-size: 14px; font-weight: 800;
  letter-spacing: 0.12em; color: var(--ec-blue);
}
.ec-section__head h2 {
  font-family: var(--ec-display);
  font-size: clamp(24px, 3.4vw, 34px);
  margin-bottom: 10px;
}
.ec-section__head p { margin: 0; color: var(--ec-muted); font-size: 15px; }

.ec-compare {
  display: grid; grid-template-columns: 1fr 1.2fr; gap: 16px; margin-bottom: 28px;
}
.ec-compare__bad, .ec-compare__good {
  padding: 20px; border-radius: 18px; border: 1px solid rgba(255,255,255,.08);
}
.ec-compare__bad {
  background: rgba(255,90,106,.08); border-color: rgba(255,90,106,.28);
}
.ec-compare__good {
  background: rgba(0,119,255,.1); border-color: rgba(0,119,255,.3);
}
.ec-compare h3 { font-size: 16px; margin-bottom: 10px; }
.ec-compare p { margin: 0; color: var(--ec-body); font-size: 14px; }

.ec-grid-5 {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px;
}
.ec-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ec-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ec-grid-6 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }

.ec-card {
  padding: 18px; border-radius: 18px;
  background: var(--ec-surface); border: 1px solid var(--ec-border);
}
.ec-card__num {
  font-family: var(--ec-accent); font-weight: 900; font-size: 13px;
  color: #f5e6a8; margin-bottom: 10px;
}
.ec-card h3 { font-size: 16px; margin-bottom: 8px; }
.ec-card p { margin: 0; color: var(--ec-muted); font-size: 14px; }
.ec-card ul { margin-top: 10px; }
.ec-card li {
  position: relative; padding-left: 14px; margin-bottom: 6px;
  color: var(--ec-body); font-size: 14px;
}
.ec-card li::before {
  content: ""; position: absolute; left: 0; top: 0.55em;
  width: 6px; height: 6px; border-radius: 50%; background: var(--ec-blue);
}

.ec-media-card { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.ec-media-card__img { height: 160px; overflow: hidden; }
.ec-media-card__img img { width: 100%; height: 100%; object-fit: cover; }
.ec-media-card__body { padding: 16px 18px 18px; }

.ec-nation {
  padding: 0; overflow: hidden;
  border-radius: 20px; border: 1px solid var(--ec-border); background: var(--ec-surface);
}
.ec-nation__head {
  padding: 22px 22px 16px;
  background: linear-gradient(135deg, rgba(0,119,255,.22), rgba(7,11,20,.2));
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.ec-nation__head h3 { font-size: 20px; margin-bottom: 6px; }
.ec-nation__head p { margin: 0; color: #cfe3ff; font-size: 13px; font-weight: 700; }
.ec-nation__body { padding: 18px 22px 22px; }
.ec-nation__body h4 {
  font-size: 13px; color: #f5e6a8; margin: 14px 0 8px; letter-spacing: 0.04em;
}
.ec-nation__body h4:first-child { margin-top: 0; }
.ec-nation__body p, .ec-nation__body li {
  color: var(--ec-body); font-size: 13px; margin: 0 0 8px;
}
.ec-check li {
  position: relative; padding-left: 18px; margin-bottom: 8px;
}
.ec-check li::before {
  content: "✓"; position: absolute; left: 0; top: 0;
  color: #7dffd0; font-weight: 900;
}

.ec-steps {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; counter-reset: step;
}
.ec-step {
  position: relative; padding: 16px 14px; border-radius: 16px;
  background: var(--ec-surface); border: 1px solid var(--ec-border);
}
.ec-step::before {
  counter-increment: step; content: counter(step);
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px; border-radius: 50%; margin-bottom: 10px;
  background: var(--ec-blue); color: #fff; font-family: var(--ec-accent);
  font-size: 13px; font-weight: 900;
}
.ec-step h3 { font-size: 14px; margin-bottom: 6px; }
.ec-step p { margin: 0; font-size: 14px; color: var(--ec-muted); }

.ec-split {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 24px; align-items: center;
}
.ec-split__media {
  position: relative; border-radius: 20px; overflow: hidden;
  border: 1px solid rgba(255,255,255,.1); min-height: 280px;
}
.ec-split__media img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; }
.ec-split__tag {
  position: absolute; left: 12px; bottom: 12px; padding: 6px 10px; border-radius: 999px;
  background: rgba(7,11,20,.8); border: 1px solid rgba(201,162,39,.4);
  color: #f5e6a8; font-size: 14px; font-weight: 800;
}
.ec-split--flip { grid-template-columns: .95fr 1.05fr; }
.ec-split--flip .ec-split__media { order: 2; }
.ec-prose { color: var(--ec-body); font-size: 15px; }
.ec-prose p { margin: 0 0 12px; }
.ec-prose strong { color: #fff; }

/* 上门实景图墙 / 画廊 / 顾问肖像 */
.ec-mosaic {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: 170px 170px;
  gap: 10px;
  margin: 8px 0 28px;
}
.ec-mosaic__item {
  position: relative; overflow: hidden; border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.08); min-height: 0;
}
.ec-mosaic__item--lg { grid-row: 1 / span 2; }
.ec-mosaic__item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .55s ease;
}
.ec-mosaic__item:hover img { transform: scale(1.05); }
.ec-mosaic__cap {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 14px 14px 12px;
  background: linear-gradient(transparent, rgba(7,11,20,.9));
  font-size: 14px; font-weight: 800; color: #f5e6a8; letter-spacing: .03em;
}
.ec-gallery {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 28px;
}
.ec-gallery__item {
  position: relative; overflow: hidden; border-radius: 14px;
  aspect-ratio: 4/5; border: 1px solid rgba(255,255,255,0.08);
}
.ec-gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.ec-gallery__item:hover img { transform: scale(1.05); }
.ec-gallery__item span {
  position: absolute; left: 10px; bottom: 10px;
  padding: 4px 10px; border-radius: 999px;
  background: rgba(7,11,20,.72); backdrop-filter: blur(6px);
  font-size: 13px; font-weight: 800; color: #e8eef8;
}
.ec-portraits {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 28px;
}
.ec-portrait {
  display: grid; grid-template-columns: 120px 1fr; gap: 16px; align-items: center;
  padding: 14px; border-radius: 18px;
  background: var(--ec-surface); border: 1px solid var(--ec-border);
}
.ec-portrait img {
  width: 120px; height: 120px; border-radius: 14px; object-fit: cover;
}
.ec-portrait h3 { font-size: 16px; margin-bottom: 6px; }
.ec-portrait p { margin: 0; font-size: 14px; color: var(--ec-muted); }
.ec-band-photo {
  position: relative; margin: 28px 0 8px; border-radius: 20px; overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
}
.ec-band-photo img { width: 100%; height: 260px; object-fit: cover; }
.ec-band-photo__text {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 28px 28px 24px;
  background: linear-gradient(90deg, rgba(7,11,20,.9) 0%, rgba(7,11,20,.35) 70%, transparent);
}
.ec-band-photo__text h3 {
  font-family: var(--ec-display); font-size: clamp(20px, 3vw, 28px); margin-bottom: 8px;
}
.ec-band-photo__text p { margin: 0; max-width: 520px; color: var(--ec-body); font-size: 14px; }
.ec-media-card { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.ec-media-card__img { height: 140px; overflow: hidden; }
.ec-media-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.ec-media-card:hover .ec-media-card__img img { transform: scale(1.05); }
.ec-media-card__body { padding: 16px 18px 18px; }

.ec-faq details {
  padding: 16px 18px; margin-bottom: 10px; border-radius: 14px;
  background: var(--ec-surface); border: 1px solid var(--ec-border);
}
.ec-faq summary {
  cursor: pointer; font-weight: 800; list-style: none;
}
.ec-faq summary::-webkit-details-marker { display: none; }
.ec-faq details[open] summary { color: #f5e6a8; margin-bottom: 8px; }
.ec-faq p { margin: 0; color: var(--ec-muted); font-size: 14px; }

.ec-guarantee {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
}
.ec-guarantee li {
  padding: 14px 16px; border-radius: 14px;
  background: rgba(0,180,140,.08); border: 1px solid rgba(0,180,140,.28);
  color: #b8ffe8; font-size: 14px; font-weight: 700;
}

.ec-cta-band {
  padding: 72px 0;
  background:
    radial-gradient(ellipse at 20% 20%, rgba(0,119,255,.25), transparent 50%),
    radial-gradient(ellipse at 80% 80%, rgba(201,162,39,.12), transparent 45%),
    var(--ec-bg2);
  text-align: center;
}
.ec-cta-band h2 {
  font-family: var(--ec-display);
  font-size: clamp(24px, 3.5vw, 36px);
  margin-bottom: 12px;
}
.ec-cta-band > .wrap > p { margin: 0 auto 22px; max-width: 720px; color: var(--ec-body); }

.ec-form {
  max-width: 560px; margin: 0 auto; text-align: left;
  padding: 22px; border-radius: 20px; background: var(--ec-surface);
  border: 1px solid var(--ec-border);
}
.ec-form label {
  display: block; font-size: 14px; font-weight: 800; color: var(--ec-muted); margin-bottom: 6px;
}
.ec-form input, .ec-form select, .ec-form textarea {
  width: 100%; margin-bottom: 14px; padding: 12px 14px; border-radius: 12px;
  border: 1px solid rgba(255,255,255,.12); background: rgba(0,0,0,.25); color: #fff;
  font: inherit;
}
.ec-form textarea { min-height: 90px; resize: vertical; }
.ec-form__note { font-size: 14px; color: var(--ec-muted); margin-top: 8px; }
.ec-form__msg {
  margin: 10px 0 0; font-size: 14px; font-weight: 700; min-height: 1.2em; color: var(--ec-muted);
}
.ec-form__msg.is-ok { color: #7dffd0; }
.ec-form__msg.is-err { color: #ff8a98; }

.ec-legal {
  padding: 40px 0; border-top: 1px solid rgba(255,255,255,.06);
  color: var(--ec-muted); font-size: 14px; line-height: 1.85;
}
.ec-legal h3 { font-size: 14px; color: #dbe4f0; margin-bottom: 10px; }
.ec-legal li { margin-bottom: 6px; padding-left: 14px; position: relative; }
.ec-legal li::before {
  content: ""; position: absolute; left: 0; top: 0.55em;
  width: 5px; height: 5px; border-radius: 50%; background: rgba(148,163,184,.7);
}

.ec-related { padding: 48px 0; border-top: 1px solid rgba(255,255,255,.06); }
.ec-related__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.ec-related a {
  display: block; padding: 16px; border-radius: 14px;
  background: var(--ec-surface); border: 1px solid var(--ec-border);
}
.ec-related a:hover { border-color: rgba(201,162,39,.45); }
.ec-related strong { display: block; margin-bottom: 4px; font-size: 14px; }
.ec-related span { font-size: 14px; color: var(--ec-muted); }

.ec-footer {
  padding: 36px 0 28px; background: #050910; border-top: 1px solid rgba(255,255,255,.06);
}
.ec-footer__hub { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.ec-footer__hub a {
  padding: 7px 12px; border-radius: 999px; font-size: 14px; font-weight: 800;
  border: 1px solid rgba(0,119,255,.35); background: rgba(0,119,255,.1); color: #cfe3ff;
}
.ec-footer__copy { color: var(--ec-muted); font-size: 14px; line-height: 1.8; margin-top: 16px; }

.ec-sticky {
  position: sticky; bottom: 0; z-index: 60;
  padding: 10px 0; background: rgba(5,9,16,.94); backdrop-filter: blur(10px);
  border-top: 1px solid rgba(201,162,39,.35);
}
.ec-sticky__inner {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px;
}
.ec-sticky__text { font-size: 14px; color: var(--ec-muted); font-weight: 700; }
.ec-sticky__text strong { display: block; color: #fff; font-size: 14px; margin-bottom: 2px; }
.ec-sticky__actions { display: flex; align-items: center; gap: 8px; }

.ec-reveal { opacity: 0; transform: translateY(20px); transition: .7s ease; }
.ec-reveal.is-in { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .ec-nav, .ec-cta { display: none; }
  .ec-menu { display: inline-flex; margin-left: auto; order: 3; }
  .ec-header .zj-member-entry--header {
    display: none !important; order: 2; margin-left: auto;
    min-height: 34px; padding: 0 12px; font-size: 14px;
  }
  .ec-header.is-open .ec-nav {
    display: flex; flex-direction: column; flex-wrap: nowrap; width: 100%; order: 10; padding: 8px 0;
    white-space: normal; justify-content: flex-start; gap: 10px;
  }
  .ec-header.is-open .ec-cta {
    display: inline-flex; width: 100%; order: 11; justify-content: center; margin-bottom: 8px;
  }
  .ec-header__inner { flex-wrap: wrap; }
  .ec-brand { max-width: none; }
  .ec-grid-5, .ec-grid-3, .ec-grid-6, .ec-steps, .ec-guarantee, .ec-related__grid {
    grid-template-columns: 1fr 1fr;
  }
  .ec-compare { grid-template-columns: 1fr; }
  .ec-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: 150px 150px 150px; }
  .ec-mosaic__item--lg { grid-row: auto; grid-column: 1 / -1; min-height: 200px; }
  .ec-gallery { grid-template-columns: 1fr 1fr; }
  .ec-portraits { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .wrap { width: min(100% - 28px, var(--ec-max)); }
  .ec-grid-5, .ec-grid-3, .ec-grid-2, .ec-grid-6, .ec-steps, .ec-guarantee,
  .ec-related__grid, .ec-split, .ec-split--flip { grid-template-columns: 1fr; }
  .ec-split--flip .ec-split__media { order: 0; }
  .ec-mosaic { grid-template-columns: 1fr; grid-template-rows: none; }
  .ec-mosaic__item { min-height: 180px; }
  .ec-portrait { grid-template-columns: 96px 1fr; }
  .ec-portrait img { width: 96px; height: 96px; }
  .ec-band-photo img { height: 200px; }
}

/* —— 兼职推广员招募中心扩展 —— */
.ec-trust--promo {
  position: relative;
  top: 0;
  z-index: 1;
}
.ec-header { top: 0; }

.ec-pill-row { display:flex; flex-wrap:wrap; gap:8px; margin:14px 0 0; }
.ec-earn-tier {
  display:grid; grid-template-columns:repeat(4,1fr); gap:12px;
}
.ec-earn-tier .ec-card h3 { color:#f5e6a8; font-size:15px; }
.ec-earn-tier .ec-card strong { display:block; font-size:22px; color:#fff; margin:6px 0 8px; }
.ec-faq details {
  border:1px solid var(--ec-border); border-radius:14px; background:var(--ec-surface);
  padding:14px 16px; margin-bottom:10px;
}
.ec-faq summary {
  cursor:pointer; font-weight:800; color:#fff; list-style:none;
}
.ec-faq summary::-webkit-details-marker { display:none; }
.ec-faq details[open] summary { color:#f5e6a8; margin-bottom:8px; }
.ec-faq p { margin:0; color:var(--ec-body); font-size:14px; }
.ec-banner-cta {
  margin:28px 0 0; padding:22px; border-radius:18px;
  background:linear-gradient(120deg,rgba(0,119,255,.2),rgba(201,162,39,.14));
  border:1px solid rgba(201,162,39,.35); text-align:center;
}
.ec-banner-cta h3 { font-size:20px; margin-bottom:8px; }
.ec-banner-cta p { margin:0 0 14px; color:var(--ec-muted); }
.ec-form {
  padding:22px; border-radius:20px; background:var(--ec-surface);
  border:1px solid var(--ec-border);
}
.ec-form label { display:block; font-size: 14px; font-weight:700; color:#cfe3ff; margin-bottom:12px; }
.ec-form input, .ec-form select, .ec-form textarea {
  width:100%; margin-top:6px; box-sizing:border-box; min-height:44px;
  border-radius:12px; border:1px solid rgba(148,163,184,.35);
  background:rgba(7,11,20,.85); color:#fff; padding:10px 12px; font:inherit;
}
.ec-form textarea { min-height:90px; resize:vertical; }
.ec-form__row { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.ec-form__msg { min-height:20px; font-size: 14px; margin:8px 0 0; color:var(--ec-muted); }
.ec-form__msg.is-ok { color:#7dffd0; }
.ec-form__msg.is-err { color:#fca5a5; }
.ec-check-inline { display:flex; align-items:flex-start; gap:8px; font-size: 14px; color:var(--ec-body); font-weight:600; }
.ec-check-inline input { width:auto; min-height:0; margin-top:3px; }
.ec-foot-legal {
  margin-top:18px; padding-top:16px; border-top:1px solid rgba(255,255,255,.08);
  color:var(--ec-muted); font-size: 14px; line-height:1.65;
}
.ec-foot-legal li { margin-bottom:6px; padding-left:12px; position:relative; }
.ec-foot-legal li::before { content:"·"; position:absolute; left:0; color:#f5e6a8; }
.ec-sticky-cta {
  position:fixed; left:0; right:0; bottom:0; z-index:90;
  padding:10px 16px calc(10px + env(safe-area-inset-bottom));
  background:rgba(7,11,20,.94); border-top:1px solid rgba(201,162,39,.3);
  display:flex; justify-content:center;
}
.ec-sticky-cta .ec-btn { width:min(100%,420px); }
body { padding-bottom:72px; }
.ec-drawer {
  display:none; position:fixed; inset:0; width:100%; height:100vh; height:100dvh; z-index:10050; background:rgba(0,0,0,.55);
}
.ec-header.is-open ~ .ec-drawer, body.ec-drawer-open .ec-drawer { display:block; }
.ec-drawer__panel {
  position:absolute; right:0; top:0; bottom:0; width:min(86vw,320px);
  background:#0c1424; padding:20px 16px; overflow:auto;
  border-left:1px solid rgba(255,255,255,.08);
}
.ec-drawer__panel a {
  display:block; padding:12px 10px; border-bottom:1px solid rgba(255,255,255,.06);
  font-weight:700; color:#dbe4f0;
}
@media (max-width: 980px) {
  .ec-earn-tier, .ec-grid-5, .ec-grid-3, .ec-grid-2, .ec-compare, .ec-split, .ec-steps, .ec-form__row {
    grid-template-columns:1fr;
  }
  .ec-nav, .ec-cta { display:none; }
  .ec-menu { display:inline-flex; margin-left:auto; }
  .ec-split--flip .ec-split__media { order:0; }
}

.ec-nation__cover { height: 150px; overflow: hidden; }
.ec-nation__cover img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .45s ease; }
.ec-nation:hover .ec-nation__cover img { transform: scale(1.05); }
.ec-media-card__img { height: 168px; }
.ec-gallery { margin-top: 8px; }
.ec-hero__bg { background-position: center 30%; }


/* 三站互通 */
.ec-trio { padding: 40px 0 8px; }
.ec-trio__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
}
.ec-trio__card {
  display: block; padding: 18px 16px; border-radius: 16px;
  background: var(--ec-surface); border: 1px solid var(--ec-border);
  transition: border-color .2s, transform .2s;
}
.ec-trio__card:hover { border-color: rgba(201,162,39,.5); transform: translateY(-2px); }
.ec-trio__card.is-here {
  border-color: rgba(201,162,39,.55);
  background: linear-gradient(160deg, rgba(201,162,39,.14), rgba(16,28,52,.92));
}
.ec-trio__card strong { display:block; font-size:15px; color:#fff; margin-bottom:6px; }
.ec-trio__card span { font-size: 14px; color:var(--ec-muted); line-height:1.5; }
.ec-trio__card em {
  display:inline-block; margin-top:10px; font-style:normal;
  font-size: 14px; font-weight:800; color:#f5e6a8;
}
@media (max-width: 720px) {
  .ec-trio__grid { grid-template-columns: 1fr; }
}

/* 手机抽屉顶栏：登录/会员中心 + ×（不依赖外部脚本） */
.ec-drawer__topbar{
  display:flex;align-items:center;justify-content:space-between;gap:10px;
  width:100%;box-sizing:border-box;padding:4px 0 12px;margin:0 0 8px;
  border-bottom:1px solid rgba(255,255,255,.12);position:sticky;top:0;z-index:5;background:#0c1424;
}
.ec-drawer__topbar-brand{flex:1;min-width:0;font-size:14px;font-weight:700;color:#f5c542;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ec-drawer__topbar-right{display:flex;align-items:center;gap:8px;flex-shrink:0}
.ec-drawer__panel a.ec-drawer__login{
  display:inline-flex!important;align-items:center;justify-content:center;
  min-height:34px;padding:0 14px;margin:0;border-radius:999px;
  border:1px solid rgba(245,197,66,.55)!important;border-bottom:1px solid rgba(245,197,66,.55)!important;
  background:rgba(245,197,66,.12);color:#f5c542;font-size:13px;font-weight:700;
  text-decoration:none;white-space:nowrap;width:auto;
}
.ec-drawer__close{
  width:38px;height:38px;border:0;border-radius:10px;background:rgba(255,255,255,.1);
  color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;
  font-size:22px;line-height:1;flex-shrink:0;
}
.ec-drawer__panel>[data-ec-drawer-member-dup]{display:none!important}

.ec-menu svg, .sc-menu-btn svg, .ar-menu svg { display:block; width:22px; height:22px; }
.ec-menu, .sc-menu-btn, .ar-menu { align-items:center; justify-content:center; }

