/* ===========================================================================
   xiaoercms_info · 前台首页样式（浅色 · 高端大气 · 全屏）
   配色：浅色基底 + 青绿品牌色 + 暖金点缀
   所有类名以 hp- 前缀，避免与框架其它样式冲突
   =========================================================================== */
:root {
  --hp-ink: #0f1f2e;
  --hp-ink-2: #34465a;
  --hp-muted: #6c7c8e;
  --hp-line: #e8edf3;
  --hp-bg: #f4f8fb;
  --hp-bg-2: #eaf2f8;
  --hp-card: #ffffff;
  --hp-brand: #0e8f7e;
  --hp-brand-600: #0d9488;
  --hp-brand-700: #0f766e;
  --hp-brand-50: #eafaf6;
  --hp-gold: #c79a4b;
  --hp-shadow: 0 12px 34px -14px rgba(15, 45, 65, .20);
  --hp-shadow-lg: 0 28px 70px -24px rgba(15, 45, 65, .32);
  --hp-radius: 20px;
  --hp-radius-sm: 14px;
  --hp-maxw: 1680px;
  --hp-head-h: 74px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  color: var(--hp-ink);
  background: var(--hp-bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
ul { list-style: none; }

.hp-container { width: 100%; max-width: var(--hp-maxw); margin: 0 auto; padding: 0 clamp(24px, 4vw, 56px); }

/* ---------- 通用按钮 ---------- */
.hp-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 26px; border-radius: 999px; font-size: 15px; font-weight: 600;
  cursor: pointer; border: 1px solid transparent; transition: all .25s ease;
  white-space: nowrap;
}
.hp-btn--primary {
  background: linear-gradient(135deg, var(--hp-brand-600), var(--hp-brand-700));
  color: #fff; box-shadow: 0 10px 26px -10px rgba(13, 148, 136, .65);
}
.hp-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 16px 34px -12px rgba(13, 148, 136, .75); }
.hp-btn--ghost { background: rgba(255,255,255,.7); color: var(--hp-ink); border-color: var(--hp-line); backdrop-filter: blur(8px); }
.hp-btn--ghost:hover { border-color: var(--hp-brand); color: var(--hp-brand-700); }

/* ---------- 顶部导航 ---------- */
.hp-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  height: var(--hp-head-h);
  display: flex; align-items: center;
  background: rgba(255, 255, 255, .72);
  backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid rgba(232, 237, 243, .8);
  transition: all .3s ease;
}
.hp-header.is-scrolled { box-shadow: 0 6px 24px -16px rgba(15,45,65,.4); background: rgba(255,255,255,.92); }
.hp-header__inner { width: 100%; max-width: var(--hp-maxw); margin: 0 auto; padding: 0 clamp(24px, 4vw, 56px); display: flex; align-items: center; gap: 28px; }
.hp-logo { display: flex; align-items: center; gap: 12px; font-weight: 800; font-size: 20px; letter-spacing: .5px; color: var(--hp-ink); }
.hp-logo__mark {
  width: 40px; height: 40px; border-radius: 12px; flex-shrink: 0;
  display: grid; place-items: center; color: #fff; font-size: 19px;
  background: linear-gradient(135deg, var(--hp-brand-600), var(--hp-brand-700));
  box-shadow: 0 8px 20px -8px rgba(13,148,136,.7);
}
.hp-logo__text b { color: var(--hp-brand-700); }
.hp-logo__sub { font-size: 11px; font-weight: 600; color: var(--hp-muted); letter-spacing: 2px; margin-top: -4px; }

.hp-nav { display: flex; align-items: center; gap: 4px; margin-left: 12px; }
.hp-nav a {
  position: relative; padding: 9px 15px; border-radius: 10px; font-size: 15px;
  font-weight: 500; color: var(--hp-ink-2); transition: all .2s ease;
}
.hp-nav a:hover { color: var(--hp-brand-700); background: var(--hp-brand-50); }
.hp-nav a.is-active { color: var(--hp-brand-700); font-weight: 700; }

.hp-header__right { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.hp-link-soft { font-size: 14px; font-weight: 600; color: var(--hp-ink-2); padding: 8px 12px; border-radius: 10px; }
.hp-link-soft:hover { color: var(--hp-brand-700); }
.hp-menu-btn { display: none; font-size: 22px; color: var(--hp-ink); background: none; border: 0; cursor: pointer; }

/* ---------- Hero 全屏 ---------- */
.hp-hero {
  position: relative; min-height: 100vh; display: flex; align-items: center;
  padding-top: var(--hp-head-h);
  background:
    radial-gradient(1100px 620px at 82% -8%, rgba(13,148,136,.14), transparent 60%),
    radial-gradient(900px 560px at 6% 12%, rgba(199,154,75,.12), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #f3f9fb 48%, #eef4f9 100%);
  overflow: hidden;
}
.hp-hero__blob { position: absolute; border-radius: 50%; filter: blur(60px); opacity: .55; pointer-events: none; }
.hp-hero__blob.b1 { width: 460px; height: 460px; top: -120px; right: -80px; background: radial-gradient(circle, rgba(13,148,136,.45), transparent 70%); }
.hp-hero__blob.b2 { width: 380px; height: 380px; bottom: -120px; left: -100px; background: radial-gradient(circle, rgba(199,154,75,.35), transparent 70%); }
.hp-hero__blob.b3 { width: 300px; height: 300px; top: 40%; left: 55%; background: radial-gradient(circle, rgba(56,133,255,.18), transparent 70%); }

.hp-hero__inner { position: relative; z-index: 2; width: 100%; max-width: var(--hp-maxw); margin: 0 auto; padding: clamp(56px, 7vw, 96px) clamp(24px, 4vw, 56px) clamp(80px, 9vw, 120px); }
.hp-hero__eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 16px; border-radius: 999px; font-size: 13px; font-weight: 600;
  color: var(--hp-brand-700); background: rgba(255,255,255,.8);
  border: 1px solid rgba(13,148,136,.25); box-shadow: var(--hp-shadow);
}
.hp-hero__eyebrow i { color: var(--hp-gold); }
.hp-hero h1 {
  margin: 22px 0 0; font-size: clamp(34px, 5vw, 60px); line-height: 1.12;
  font-weight: 800; letter-spacing: -.5px; color: var(--hp-ink);
}
.hp-hero h1 .hp-grad {
  background: linear-gradient(120deg, var(--hp-brand-600), var(--hp-gold));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hp-hero__desc { margin: 22px 0 0; max-width: 620px; font-size: clamp(15px, 1.6vw, 18px); color: var(--hp-muted); }
.hp-hero__cta { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 14px; }

/* 搜索条 */
.hp-search {
  margin-top: 40px; max-width: 760px;
  background: rgba(255,255,255,.85); backdrop-filter: blur(12px);
  border: 1px solid var(--hp-line); border-radius: 20px;
  box-shadow: var(--hp-shadow-lg); padding: 12px;
  display: flex; align-items: center; gap: 10px;
}
.hp-search__city {
  display: flex; align-items: center; gap: 8px; padding: 0 16px;
  border-right: 1px solid var(--hp-line); color: var(--hp-ink-2); font-weight: 600; white-space: nowrap;
}
.hp-search__city i { color: var(--hp-brand); }
.hp-search input {
  flex: 1; border: 0; outline: 0; background: transparent; font-size: 16px; color: var(--hp-ink); padding: 12px 8px;
}
.hp-search input::placeholder { color: #9aa9b8; }
.hp-search button { border: 0; cursor: pointer; }

/* Hero 统计条 */
.hp-hero__stats { margin-top: 46px; display: flex; flex-wrap: wrap; gap: 14px 48px; }
.hp-stat { display: flex; flex-direction: column; }
.hp-stat__num { font-size: 30px; font-weight: 800; color: var(--hp-ink); letter-spacing: -.5px; }
.hp-stat__num span { color: var(--hp-brand-700); }
.hp-stat__label { font-size: 13px; color: var(--hp-muted); margin-top: 2px; }

/* 向下滚动提示 */
.hp-scroll-hint {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
  z-index: 3; color: var(--hp-muted); font-size: 12px; letter-spacing: 2px;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.hp-scroll-hint .hp-mouse { width: 22px; height: 36px; border: 2px solid var(--hp-muted); border-radius: 14px; position: relative; }
.hp-scroll-hint .hp-mouse::after { content: ""; position: absolute; top: 7px; left: 50%; transform: translateX(-50%); width: 4px; height: 7px; border-radius: 3px; background: var(--hp-brand); animation: hpScroll 1.6s infinite; }
@keyframes hpScroll { 0% { opacity: 0; transform: translate(-50%, 0); } 40% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, 12px); } }

/* ---------- 通用区块 ---------- */
.hp-section { padding: clamp(72px, 8vw, 110px) 0; position: relative; }
.hp-section--alt { background: linear-gradient(180deg, #ffffff, var(--hp-bg-2)); }
.hp-sec-head { text-align: center; max-width: 820px; margin: 0 auto clamp(40px, 5vw, 60px); }
.hp-sec-head .hp-eyebrow {
  display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700;
  letter-spacing: 1.5px; color: var(--hp-brand-700); text-transform: uppercase;
}
.hp-sec-head .hp-eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--hp-gold); border-radius: 2px; }
.hp-sec-head h2 { margin: 14px 0 0; font-size: clamp(26px, 3.4vw, 38px); font-weight: 800; color: var(--hp-ink); letter-spacing: -.5px; }
.hp-sec-head p { margin: 14px 0 0; color: var(--hp-muted); font-size: 16px; }
.hp-sec-more { display: inline-flex; align-items: center; gap: 6px; margin-top: 18px; color: var(--hp-brand-700); font-weight: 600; }
.hp-sec-more:hover { gap: 10px; }

/* ---------- 频道入口网格 ---------- */
.hp-channels { display: grid; grid-template-columns: repeat(5, 1fr); gap: clamp(16px, 1.6vw, 24px); }
.hp-channel {
  background: var(--hp-card); border: 1px solid var(--hp-line); border-radius: var(--hp-radius);
  padding: 28px 20px; text-align: center; transition: all .3s ease; box-shadow: var(--hp-shadow);
  display: flex; flex-direction: column; align-items: center; gap: 6px;
}
.hp-channel:hover { transform: translateY(-6px); box-shadow: var(--hp-shadow-lg); border-color: rgba(13,148,136,.4); }
.hp-channel__icon {
  width: 62px; height: 62px; border-radius: 18px; display: grid; place-items: center;
  font-size: 26px; color: #fff; margin-bottom: 8px; transition: transform .3s ease;
}
.hp-channel:hover .hp-channel__icon { transform: scale(1.08) rotate(-4deg); }
.hp-channel:nth-child(5n+1) .hp-channel__icon { background: linear-gradient(135deg,#0d9488,#0f766e); }
.hp-channel:nth-child(5n+2) .hp-channel__icon { background: linear-gradient(135deg,#2563eb,#1d4ed8); }
.hp-channel:nth-child(5n+3) .hp-channel__icon { background: linear-gradient(135deg,#c79a4b,#a87c2e); }
.hp-channel:nth-child(5n+4) .hp-channel__icon { background: linear-gradient(135deg,#7c3aed,#5b21b6); }
.hp-channel:nth-child(5n+5) .hp-channel__icon { background: linear-gradient(135deg,#e11d63,#be185d); }
.hp-channel__title { font-size: 16px; font-weight: 700; color: var(--hp-ink); }
.hp-channel__desc { font-size: 12.5px; color: var(--hp-muted); }

/* ---------- 精选卡片网格 ---------- */
.hp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(20px, 1.8vw, 28px); }
.hp-card {
  background: var(--hp-card); border: 1px solid var(--hp-line); border-radius: var(--hp-radius);
  overflow: hidden; box-shadow: var(--hp-shadow); transition: all .3s ease; display: flex; flex-direction: column;
}
.hp-card:hover { transform: translateY(-6px); box-shadow: var(--hp-shadow-lg); }
.hp-card__cover { position: relative; aspect-ratio: 4/3; overflow: hidden; background: linear-gradient(135deg,#eafaf6,#e9f2fb); }
.hp-card__cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.hp-card:hover .hp-card__cover img { transform: scale(1.06); }
.hp-card__cover .hp-ph { position: absolute; inset: 0; display: grid; place-items: center; font-size: 40px; color: rgba(13,148,136,.35); }
.hp-card__badge {
  position: absolute; top: 12px; left: 12px; z-index: 2; padding: 5px 11px; border-radius: 999px;
  font-size: 12px; font-weight: 700; color: #fff; background: rgba(15,31,46,.78); backdrop-filter: blur(4px);
}
.hp-card__body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.hp-card__title { font-size: 16px; font-weight: 700; color: var(--hp-ink); line-height: 1.45; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.hp-card__meta { font-size: 12.5px; color: var(--hp-muted); display: flex; align-items: center; gap: 6px; }
.hp-card__foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; padding-top: 6px; }
.hp-card__price { font-size: 20px; font-weight: 800; color: #e0533b; }
.hp-card__price small { font-size: 13px; font-weight: 700; }
.hp-card__views { font-size: 12px; color: var(--hp-muted); display: inline-flex; align-items: center; gap: 5px; }

/* ---------- 本地信息广场（真实数据板块） ---------- */
.hp-board {
  --hp-ac: var(--hp-brand-600); --hp-ac-2: var(--hp-brand-700); --hp-tint: #ffffff;
  position: relative; background: var(--hp-tint);
  border: 1px solid var(--hp-line); border-radius: var(--hp-radius);
  padding: 30px 32px 34px; box-shadow: var(--hp-shadow);
  margin-top: 26px; overflow: hidden;
}
.hp-board:first-of-type { margin-top: 0; }
.hp-board::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px;
  background: linear-gradient(90deg, var(--hp-ac), var(--hp-ac-2));
}
/* 板块专属强调色 + 底色，制造视觉层次 */
.hp-board--teal   { --hp-ac: #0d9488; --hp-ac-2: #0f766e; --hp-tint: #ffffff; }
.hp-board--blue   { --hp-ac: #2563eb; --hp-ac-2: #1d4ed8; --hp-tint: linear-gradient(180deg, #eef4ff, #ffffff); }
.hp-board--amber  { --hp-ac: #d97706; --hp-ac-2: #b45309; --hp-tint: linear-gradient(180deg, #fff6ea, #ffffff); }
.hp-board--violet { --hp-ac: #7c3aed; --hp-ac-2: #6d28d9; --hp-tint: #ffffff; }

.hp-board__head {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  margin-bottom: 22px; padding-bottom: 16px; border-bottom: 1px solid var(--hp-line);
}
.hp-board__head h3 {
  display: flex; align-items: center; gap: 12px; font-size: 21px; font-weight: 800; color: var(--hp-ink); letter-spacing: -.3px;
}
.hp-board__head h3 i {
  width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center; font-size: 18px; color: #fff;
  background: linear-gradient(135deg, var(--hp-ac), var(--hp-ac-2)); box-shadow: 0 8px 20px -8px rgba(15,40,60,.28);
}
.hp-board__head .hp-sec-more { margin-top: 0; }
.hp-board__head .hp-sec-more:hover { color: var(--hp-ac); border-color: var(--hp-ac); }
/* 面板内子卡片：去掉自身阴影，作为面板内的抬升元素，强化层次 */
.hp-board .hp-card { box-shadow: none; transition: transform .35s ease, box-shadow .35s ease; }
.hp-board .hp-card:hover { box-shadow: var(--hp-shadow); transform: translateY(-5px); }

/* ---------- 文字信息列表（顺风车 / 货运匹配，无图） ---------- */
.hp-list { display: flex; flex-direction: column; gap: 12px; }
.hp-list__item {
  display: flex; align-items: center; gap: 18px;
  padding: 16px 22px; background: var(--hp-card);
  border: 1px solid var(--hp-line); border-radius: var(--hp-radius);
  text-decoration: none; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.hp-list__item:hover { transform: translateX(5px); box-shadow: var(--hp-shadow); border-color: rgba(13,148,136,.45); }
.hp-list__tag {
  flex: 0 0 auto; display: inline-flex; align-items: center; gap: 7px;
  font-size: 12.5px; font-weight: 700; color: #fff; white-space: nowrap;
  padding: 8px 14px; border-radius: 11px;
  background: linear-gradient(135deg, var(--hp-brand-600), var(--hp-brand-700));
  box-shadow: 0 6px 16px -8px rgba(13,148,136,.7);
}
.hp-list__main { flex: 1; min-width: 0; }
.hp-list__title {
  font-size: 16px; font-weight: 700; color: var(--hp-ink); line-height: 1.4;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.hp-list__meta {
  font-size: 12.5px; color: var(--hp-muted); margin-top: 5px;
  display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;
}
.hp-list__side { flex: 0 0 auto; display: flex; flex-direction: column; align-items: flex-end; gap: 5px; }
.hp-list__price { font-size: 18px; font-weight: 800; color: #e0533b; white-space: nowrap; }
.hp-list__views { font-size: 12px; color: var(--hp-muted); display: inline-flex; align-items: center; gap: 5px; }

/* ---------- 平台优势 ---------- */
.hp-features { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(20px, 1.8vw, 28px); }
.hp-feature {
  background: var(--hp-card); border: 1px solid var(--hp-line); border-radius: var(--hp-radius);
  padding: 32px 26px; box-shadow: var(--hp-shadow); transition: all .3s ease; position: relative; overflow: hidden;
}
.hp-feature::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--hp-brand-600), var(--hp-gold)); transform: scaleX(0); transform-origin: left; transition: transform .35s ease; }
.hp-feature:hover { transform: translateY(-5px); box-shadow: var(--hp-shadow-lg); }
.hp-feature:hover::before { transform: scaleX(1); }
.hp-feature__icon { width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; font-size: 24px; color: var(--hp-brand-700); background: var(--hp-brand-50); margin-bottom: 18px; }
.hp-feature h3 { font-size: 18px; font-weight: 700; color: var(--hp-ink); margin-bottom: 8px; }
.hp-feature p { font-size: 14px; color: var(--hp-muted); }

/* ---------- 资讯 ---------- */
.hp-news { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 1.8vw, 28px); }
.hp-news__item {
  background: var(--hp-card); border: 1px solid var(--hp-line); border-radius: var(--hp-radius);
  overflow: hidden; box-shadow: var(--hp-shadow); transition: all .3s ease; display: flex; flex-direction: column;
}
.hp-news__item:hover { transform: translateY(-6px); box-shadow: var(--hp-shadow-lg); }
.hp-news__cover { aspect-ratio: 16/9; overflow: hidden; background: linear-gradient(135deg,#eafaf6,#e9f2fb); position: relative; }
.hp-news__cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.hp-news__item:hover .hp-news__cover img { transform: scale(1.06); }
.hp-news__cat { position: absolute; top: 12px; left: 12px; padding: 4px 11px; border-radius: 999px; font-size: 12px; font-weight: 700; color: #fff; background: linear-gradient(135deg,var(--hp-brand-600),var(--hp-brand-700)); }
.hp-news__body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.hp-news__title { font-size: 17px; font-weight: 700; color: var(--hp-ink); line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.hp-news__title:hover { color: var(--hp-brand-700); }
.hp-news__summary { font-size: 13.5px; color: var(--hp-muted); line-height: 1.7; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.hp-news__foot { margin-top: auto; display: flex; align-items: center; gap: 14px; font-size: 12.5px; color: var(--hp-muted); }
.hp-news__foot span { display: inline-flex; align-items: center; gap: 5px; }

/* ---------- CTA 横幅 ---------- */
.hp-cta {
  position: relative; overflow: hidden; border-radius: 28px; padding: 60px 48px;
  background: linear-gradient(120deg, var(--hp-brand-700), #0b6b5e 55%, #0a5a86);
  color: #fff; box-shadow: var(--hp-shadow-lg);
}
.hp-cta::after { content: ""; position: absolute; right: -80px; top: -80px; width: 320px; height: 320px; border-radius: 50%; background: rgba(255,255,255,.10); }
.hp-cta::before { content: ""; position: absolute; left: -60px; bottom: -90px; width: 260px; height: 260px; border-radius: 50%; background: rgba(199,154,75,.22); }
.hp-cta__inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.hp-cta h2 { font-size: clamp(24px,3vw,34px); font-weight: 800; }
.hp-cta p { margin-top: 10px; color: rgba(255,255,255,.82); font-size: 15px; max-width: 560px; }
.hp-cta .hp-btn--ghost { background: rgba(255,255,255,.16); color: #fff; border-color: rgba(255,255,255,.4); }
.hp-cta .hp-btn--ghost:hover { background: rgba(255,255,255,.28); }

/* ---------- 页脚 ---------- */
.hp-footer { background: #0f1f2e; color: #b9c6d4; padding: 60px 0 28px; }
.hp-footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 36px; }
.hp-footer__brand .hp-logo { color: #fff; }
.hp-footer__brand .hp-logo__mark { background: linear-gradient(135deg, var(--hp-brand-600), var(--hp-gold)); }
.hp-footer__brand p { margin-top: 16px; font-size: 14px; line-height: 1.8; max-width: 320px; color: #93a4b5; }
.hp-footer__col h4 { color: #fff; font-size: 15px; font-weight: 700; margin-bottom: 16px; }
.hp-footer__col a { display: block; font-size: 14px; color: #9fb0c0; padding: 6px 0; transition: color .2s; }
.hp-footer__col a:hover { color: var(--hp-gold); }
.hp-footer__bottom { margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13px; color: #8597a8; }
.hp-footer__social { display: flex; gap: 12px; }
.hp-footer__social a { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; background: rgba(255,255,255,.08); color: #cdd9e5; font-size: 16px; transition: all .2s; }
.hp-footer__social a:hover { background: var(--hp-brand); color: #fff; transform: translateY(-3px); }

/* ---------- 滚动揭示动画 ---------- */
.hp-reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.hp-reveal.is-in { opacity: 1; transform: none; }
.hp-reveal[data-delay="1"] { transition-delay: .08s; }
.hp-reveal[data-delay="2"] { transition-delay: .16s; }
.hp-reveal[data-delay="3"] { transition-delay: .24s; }
.hp-reveal[data-delay="4"] { transition-delay: .32s; }

/* ---------- 响应式 ---------- */
@media (max-width: 1080px) {
  .hp-channels { grid-template-columns: repeat(3, 1fr); }
  .hp-grid, .hp-features { grid-template-columns: repeat(2, 1fr); }
  .hp-news { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .hp-nav { display: none; }
  .hp-menu-btn { display: block; }
  .hp-header__right .hp-link-soft { display: none; }
  .hp-footer__grid { grid-template-columns: 1fr 1fr; }
  .hp-list__item { gap: 12px; padding: 14px 16px; }
  .hp-list__tag { padding: 6px 10px; font-size: 11.5px; }
}
@media (max-width: 560px) {
  .hp-list__item { flex-wrap: wrap; }
  .hp-list__side { flex-direction: row; align-items: center; gap: 14px; width: 100%; justify-content: flex-start; margin-top: 2px; }
}
@media (max-width: 640px) {
  .hp-section { padding: 60px 0; }
  .hp-channels { grid-template-columns: repeat(2, 1fr); }
  .hp-grid, .hp-features, .hp-news { grid-template-columns: 1fr; }
  .hp-search { flex-wrap: wrap; }
  .hp-search__city { border-right: 0; padding-left: 4px; }
  .hp-search input { width: 100%; }
  .hp-search button { width: 100%; justify-content: center; }
  .hp-cta { padding: 40px 24px; text-align: center; }
  .hp-cta__inner { justify-content: center; }
  .hp-footer__grid { grid-template-columns: 1fr; }
  .hp-hero__stats { gap: 14px 28px; }
}

/* ===========================================================================
   地方门户 / O2O 生活门户 布局（重写首页主体）
   =========================================================================== */

/* 头部：覆盖原全屏 Hero 的固定定位，改为粘性门户头部 */
.hp-header { position: sticky; top: 0; height: auto; min-height: var(--hp-head-h); background: #fff; border-bottom: 1px solid var(--hp-line); backdrop-filter: none; }
.hp-header__inner { display: none; }
.hp-header__in { width: 100%; max-width: var(--hp-maxw); margin: 0 auto; padding: 14px 0; display: flex; align-items: center; gap: 28px; }
.hp-logo__sub { display: block; }
.hp-logo__text { font-weight: 800; }

/* 顶部工具条 */
.hp-topbar { background: #0f1f2e; color: #cdd6df; font-size: 13px; }
.hp-topbar__in { display: flex; align-items: center; justify-content: space-between; height: 38px; gap: 16px; }
.hp-topbar__left, .hp-topbar__right { display: flex; align-items: center; gap: 14px; }
.hp-topbar a { color: #cdd6df; transition: color .15s; }
.hp-topbar a:hover { color: #fff; }
.hp-city { display: inline-flex; align-items: center; gap: 5px; color: #fff; font-weight: 600; cursor: pointer; }
.hp-topbar__sep { width: 1px; height: 14px; background: rgba(255,255,255,.18); }
.hp-topbar__post { color: #fbbf24 !important; font-weight: 600; }
.hp-topbar__hot { color: #9fb0c0; display: inline-flex; align-items: center; gap: 5px; }

/* 门户搜索 */
.hp-searchbar { flex: 1; max-width: 640px; }
.hp-searchbar__tabs { display: flex; gap: 4px; margin-bottom: 8px; }
.hp-stab { border: 0; background: none; cursor: pointer; font-size: 14px; color: var(--hp-muted); padding: 2px 10px; border-radius: 8px; transition: all .15s; }
.hp-stab.is-active { color: var(--hp-brand-700); font-weight: 700; }
.hp-searchbar__form { display: flex; align-items: stretch; border: 2px solid var(--hp-brand-600); border-radius: 999px; overflow: hidden; background: #fff; }
.hp-searchbar__form input[type=text] { flex: 1; border: 0; outline: 0; padding: 0 20px; font-size: 15px; background: transparent; min-width: 0; }
.hp-searchbar__form .hp-btn { border-radius: 0; border: 0; }
.hp-header__post { margin-left: auto; white-space: nowrap; flex: 0 0 auto; }

/* 频道分类导航 */
.hp-cats { background: #fff; border-bottom: 1px solid var(--hp-line); }
.hp-cats__grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 6px; padding: 18px 0; }
.hp-cat { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 14px 4px; border-radius: 14px; transition: all .2s ease; }
.hp-cat:hover { background: var(--hp-bg); transform: translateY(-3px); }
.hp-cat__ic { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; font-size: 21px; color: #fff; background: var(--c); box-shadow: 0 8px 18px -10px var(--c); }
.hp-cat span:last-child { font-size: 13.5px; color: var(--hp-ink-2); font-weight: 600; }

/* 三栏门户主体 */
.hp-portal-wrap { background: var(--hp-bg); padding: 30px 0 86px; }
.hp-portal { display: grid; grid-template-columns: 212px minmax(0, 1fr) 320px; gap: 24px; align-items: start; }

/* 左栏：分类导航 */
.hp-sidenav { background: #fff; border: 1px solid var(--hp-line); border-radius: var(--hp-radius); overflow: hidden; box-shadow: var(--hp-shadow); }
.hp-sidenav__title { display: flex; align-items: center; gap: 8px; padding: 14px 18px; font-weight: 700; color: #fff; background: linear-gradient(135deg, var(--hp-brand-600), var(--hp-brand-700)); }
.hp-sidenav__group { padding: 10px 14px; border-top: 1px solid var(--hp-line); }
.hp-sidenav__h { font-size: 13px; font-weight: 700; color: var(--hp-muted); margin: 4px 4px 8px; }
.hp-sidenav__group a { display: block; padding: 8px 12px; border-radius: 9px; font-size: 14px; color: var(--hp-ink-2); transition: all .15s; }
.hp-sidenav__group a:hover { background: var(--hp-brand-50); color: var(--hp-brand-700); padding-left: 16px; }
.hp-sidepost { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 14px; padding: 13px; border-radius: var(--hp-radius); font-weight: 700; color: #fff; background: linear-gradient(135deg, var(--hp-brand-600), var(--hp-brand-700)); box-shadow: 0 10px 26px -12px rgba(13,148,136,.7); transition: transform .2s; }
.hp-sidepost:hover { transform: translateY(-2px); }

/* 中栏：本地头条 */
.hp-focus { background: #fff; border: 1px solid var(--hp-line); border-radius: var(--hp-radius); padding: 16px 22px; display: flex; align-items: center; gap: 18px; box-shadow: var(--hp-shadow); }
.hp-focus__label { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 6px; font-weight: 800; color: #e0533b; font-size: 15px; padding-right: 18px; border-right: 1px solid var(--hp-line); }
.hp-focus__list { flex: 1; display: flex; flex-wrap: wrap; gap: 8px 26px; min-width: 0; }
.hp-focus__item { display: inline-flex; align-items: center; gap: 8px; font-size: 14.5px; color: var(--hp-ink-2); max-width: 46%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hp-focus__item:hover { color: var(--hp-brand-700); }
.hp-focus__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--hp-gold); flex: 0 0 auto; }

/* 中栏：信息流 Tabs */
.hp-infoblock { margin-top: 24px; background: #fff; border: 1px solid var(--hp-line); border-radius: var(--hp-radius); padding: 18px 22px 22px; box-shadow: var(--hp-shadow); }
.hp-infoblock__head { display: flex; align-items: center; justify-content: space-between; border-bottom: 2px solid var(--hp-line); margin-bottom: 6px; }
.hp-infotabs { display: flex; gap: 4px; }
.hp-tab { border: 0; background: none; cursor: pointer; font-size: 16px; font-weight: 700; color: var(--hp-muted); padding: 12px 14px 14px; position: relative; transition: color .15s; }
.hp-tab.is-active { color: var(--hp-brand-700); }
.hp-tab.is-active::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: -2px; height: 3px; border-radius: 3px; background: linear-gradient(90deg, var(--hp-brand-600), var(--hp-brand-700)); }
.hp-tabpane { display: none; }
.hp-tabpane.is-active { display: block; }

/* 全部 Tab 内的小分组 */
.hp-mingroup { padding: 6px 0; }
.hp-mingroup + .hp-mingroup { border-top: 1px dashed var(--hp-line); }
.hp-mingroup__h { display: flex; align-items: center; justify-content: space-between; font-size: 14px; font-weight: 700; color: var(--hp-ink); margin: 6px 4px 4px; }
.hp-mingroup__h a { font-size: 12.5px; font-weight: 600; color: var(--hp-muted); }

/* 信息行（门户信息流核心组件） */
.hp-inforow { display: flex; align-items: center; gap: 14px; padding: 11px 8px; border-bottom: 1px solid #f1f4f8; font-size: 14.5px; transition: background .15s; }
.hp-inforow:hover { background: var(--hp-bg); }
.hp-inforow__tag { flex: 0 0 auto; font-size: 12px; font-weight: 700; padding: 3px 9px; border-radius: 7px; background: var(--hp-brand-50); color: var(--hp-brand-700); }
.hp-inforow__title { flex: 1; min-width: 0; color: var(--hp-ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hp-inforow:hover .hp-inforow__title { color: var(--hp-brand-700); }
.hp-inforow__region { flex: 0 0 auto; color: var(--hp-muted); font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 220px; display: inline-flex; align-items: center; gap: 4px; }
.hp-inforow__price { flex: 0 0 auto; color: #e0533b; font-weight: 800; font-size: 15px; white-space: nowrap; }
.hp-inforow__views { flex: 0 0 auto; color: var(--hp-muted); font-size: 12.5px; white-space: nowrap; display: inline-flex; align-items: center; gap: 4px; min-width: 66px; justify-content: flex-end; }
/* 分类标签配色 */
.hp-mg--second .hp-inforow__tag, #p-second .hp-inforow__tag { background: #e6f7f4; color: #0d9488; }
.hp-mg--ride   .hp-inforow__tag, #p-ride   .hp-inforow__tag { background: #e7f0ff; color: #2563eb; }
.hp-mg--freight .hp-inforow__tag, #p-freight .hp-inforow__tag { background: #fdf0dc; color: #d97706; }
.hp-mg--house  .hp-inforow__tag, #p-house  .hp-inforow__tag { background: #f6e9fb; color: #7c3aed; }

/* 中栏：快捷入口 */
.hp-promo { margin-top: 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.hp-promo__item { display: flex; align-items: center; gap: 14px; padding: 18px 20px; border-radius: var(--hp-radius); color: #fff; box-shadow: var(--hp-shadow); transition: transform .2s; }
.hp-promo__item:hover { transform: translateY(-4px); }
.hp-promo__item i { font-size: 28px; opacity: .95; }
.hp-promo__item b { display: block; font-size: 16px; }
.hp-promo__item span { font-size: 12.5px; opacity: .92; }
.hp-promo__map { background: linear-gradient(135deg, #0d9488, #0f766e); }
.hp-promo__coupon { background: linear-gradient(135deg, #e0533b, #c0392b); }
.hp-promo__seckill { background: linear-gradient(135deg, #f59e0b, #d97706); }

/* 右栏：登录框 */
.hp-loginbox { background: #fff; border: 1px solid var(--hp-line); border-radius: var(--hp-radius); padding: 18px; box-shadow: var(--hp-shadow); }
.hp-loginbox__tabs { display: flex; gap: 18px; margin-bottom: 14px; font-size: 15px; font-weight: 700; color: var(--hp-muted); border-bottom: 1px solid var(--hp-line); padding-bottom: 10px; }
.hp-loginbox__tabs .is-active { color: var(--hp-brand-700); position: relative; }
.hp-loginbox__tabs .is-active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -11px; height: 2px; background: var(--hp-brand-600); }
.hp-loginbox__form { display: flex; flex-direction: column; gap: 10px; }
.hp-loginbox__form input { padding: 11px 14px; border: 1px solid var(--hp-line); border-radius: 10px; font-size: 14px; outline: none; transition: border-color .15s; }
.hp-loginbox__form input:focus { border-color: var(--hp-brand-600); }
.hp-loginbox__form .hp-btn { justify-content: center; margin-top: 4px; }
.hp-loginbox__foot { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; font-size: 13px; }
.hp-loginbox__foot a { color: var(--hp-muted); }
.hp-loginbox__reg { color: var(--hp-brand-700) !important; font-weight: 700; }
.hp-loginbox__post { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 12px; padding: 10px; border-radius: 10px; font-weight: 700; color: #fff; background: linear-gradient(135deg, var(--hp-brand-600), var(--hp-brand-700)); transition: transform .2s; }
.hp-loginbox__post:hover { transform: translateY(-2px); }

/* 右栏：排行榜 */
.hp-rank { margin-top: 18px; background: #fff; border: 1px solid var(--hp-line); border-radius: var(--hp-radius); padding: 16px 18px; box-shadow: var(--hp-shadow); }
.hp-rank__head { display: flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 800; color: var(--hp-ink); margin-bottom: 8px; }
.hp-rank__head i { color: #e0533b; }
.hp-rank__list { list-style: none; counter-reset: rk; }
.hp-rank__list li { counter-increment: rk; display: flex; align-items: center; gap: 10px; padding: 9px 0; border-top: 1px dashed var(--hp-line); font-size: 14px; }
.hp-rank__list li:first-child { border-top: 0; }
.hp-rank__list li::before { content: counter(rk); flex: 0 0 auto; width: 20px; height: 20px; border-radius: 6px; display: grid; place-items: center; font-size: 12px; font-weight: 800; color: #fff; background: var(--hp-muted); }
.hp-rank__list li:nth-child(1)::before { background: #e0533b; }
.hp-rank__list li:nth-child(2)::before { background: #ef7d3a; }
.hp-rank__list li:nth-child(3)::before { background: #f0a93a; }
.hp-rank__list li a { flex: 1; min-width: 0; color: var(--hp-ink-2); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hp-rank__list li a:hover { color: var(--hp-brand-700); }
.hp-rank__list li em { flex: 0 0 auto; font-style: normal; color: #e0533b; font-weight: 700; font-size: 13px; }

/* 右栏：快速发布 */
.hp-quick { margin-top: 18px; background: #fff; border: 1px solid var(--hp-line); border-radius: var(--hp-radius); padding: 16px 18px; box-shadow: var(--hp-shadow); }
.hp-quick__head { display: flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 800; color: var(--hp-ink); margin-bottom: 12px; }
.hp-quick__head i { color: var(--hp-gold); }
.hp-quick__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.hp-quick__grid a { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 12px 4px; border-radius: 12px; font-size: 13px; color: var(--hp-ink-2); background: var(--hp-bg); transition: all .15s; }
.hp-quick__grid a i { font-size: 20px; color: var(--hp-brand-600); }
.hp-quick__grid a:hover { background: var(--hp-brand-50); color: var(--hp-brand-700); transform: translateY(-2px); }

/* 门户响应式 */
@media (max-width: 1080px) {
  .hp-portal { grid-template-columns: 180px minmax(0, 1fr); }
  .hp-col-right { display: none; }
  .hp-cats__grid { grid-template-columns: repeat(6, 1fr); }
}
@media (max-width: 860px) {
  .hp-portal { grid-template-columns: 1fr; }
  .hp-col-left { display: none; }
  .hp-cats__grid { grid-template-columns: repeat(4, 1fr); }
  .hp-promo { grid-template-columns: 1fr; }
  .hp-focus { flex-direction: column; align-items: flex-start; }
  .hp-focus__label { border-right: 0; padding-right: 0; }
  .hp-focus__list { max-width: 100%; }
  .hp-topbar__hot { display: none; }
  .hp-logo__sub { display: none; }
}
@media (max-width: 560px) {
  .hp-cats__grid { grid-template-columns: repeat(3, 1fr); }
  .hp-searchbar__tabs { display: none; }
  .hp-header__post { display: none; }
  .hp-inforow__region { display: none; }
}

/* ===========================================================================
   信息板频道：列表 / 详情（二手 · 顺风车 · 货运 · 家政）
   =========================================================================== */
.ib-head { margin: 8px 0 26px; }
.ib-title { font-size: clamp(26px, 3vw, 34px); font-weight: 800; color: #1f2d3d; letter-spacing: -.5px; }
.ib-sub { margin: 10px 0 0; color: #6b7785; font-size: 15px; }

/* 工具栏：搜索 + 筛选 chips */
.ib-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 22px; }
.ib-search { display: flex; align-items: stretch; flex: 1; max-width: 520px; border: 2px solid #0d9488; border-radius: 999px; overflow: hidden; background: #fff; }
.ib-search input { flex: 1; border: 0; outline: 0; padding: 0 20px; font-size: 14px; background: transparent; min-width: 0; }
.ib-search button { border: 0; cursor: pointer; padding: 0 22px; color: #fff; font-size: 14px; font-weight: 700; background: linear-gradient(135deg, #0d9488, #0f766e); }
.ib-search button:hover { filter: brightness(1.05); }

.ib-filter { display: flex; flex-wrap: wrap; gap: 8px; }
.ib-chip { display: inline-flex; align-items: center; padding: 8px 16px; border-radius: 999px; font-size: 13.5px; font-weight: 600; color: #4b5563; background: #eef2f6; border: 1px solid transparent; transition: all .15s; }
.ib-chip:hover { background: #e3e9f0; color: #1f2d3d; }
.ib-chip.active { background: linear-gradient(135deg, #0d9488, #0f766e); color: #fff; box-shadow: 0 6px 16px -8px rgba(13,148,136,.7); }

/* 列表卡片 */
.ib-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.ib-card { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 22px; background: #fff; border: 1px solid #e8ecf1; border-radius: 16px; box-shadow: 0 8px 22px -16px rgba(31,45,61,.35); transition: transform .18s, box-shadow .18s, border-color .18s; }
.ib-card:hover { transform: translateY(-3px); border-color: #cfe3df; box-shadow: 0 16px 30px -18px rgba(13,148,136,.5); }
.ib-card__main { min-width: 0; flex: 1; }
.ib-card__top { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.ib-tag { flex: 0 0 auto; font-size: 12px; font-weight: 700; padding: 3px 10px; border-radius: 8px; background: #e6f7f4; color: #0d9488; }
.ib-tag--lg { font-size: 13px; padding: 5px 14px; border-radius: 10px; }
.ib-card__title { flex: 1; min-width: 0; font-size: 17px; font-weight: 700; color: #1f2d3d; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ib-card__line { display: flex; align-items: center; gap: 7px; font-size: 14px; color: #4b5563; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ib-card__line i { color: #0d9488; font-size: 13px; }
.ib-card__line--sub { color: #6b7785; font-size: 13px; margin-top: 4px; }
.ib-card__foot { display: flex; align-items: center; gap: 16px; margin-top: 12px; font-size: 12.5px; color: #9aa4b2; }
.ib-card__foot i { margin-right: 4px; }
.ib-card__price { flex: 0 0 auto; font-size: 19px; font-weight: 800; color: #e0533b; white-space: nowrap; }

/* 空状态 */
.ib-empty { text-align: center; padding: 70px 20px; color: #6b7785; }
.ib-empty i { font-size: 52px; color: #cbd5e1; }
.ib-empty p { margin: 16px 0 20px; font-size: 15px; }
.ib-empty__btn { display: inline-flex; align-items: center; gap: 8px; padding: 11px 24px; border-radius: 999px; font-weight: 700; color: #fff; background: linear-gradient(135deg, #0d9488, #0f766e); }
.ib-empty__btn:hover { filter: brightness(1.05); }
.ib-empty__acts { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* 分页（控制器生成的 .ib-pages / .ib-pg / .ib-cur） */
.ib-pages { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-top: 28px; justify-content: center; }
.ib-pg { display: inline-flex; align-items: center; min-width: 38px; height: 38px; padding: 0 12px; border-radius: 10px; font-size: 14px; font-weight: 600; color: #4b5563; background: #fff; border: 1px solid #e8ecf1; transition: all .15s; }
.ib-pg:hover { border-color: #0d9488; color: #0d9488; }
.ib-pg.active, .ib-cur { background: linear-gradient(135deg, #0d9488, #0f766e); color: #fff; border-color: transparent; }
.ib-pg.pg-disabled { opacity: .45; pointer-events: none; }

/* 详情页 */
.ib-crumb { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; font-size: 14px; color: #6b7785; margin: 10px 0 22px; }
.ib-crumb a { color: #6b7785; }
.ib-crumb a:hover { color: #0d9488; }
.ib-crumb__sep { color: #cbd5e1; }
.ib-crumb__cur { color: #1f2d3d; font-weight: 600; }

.ib-detail { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 28px; align-items: start; }
.ib-detail__main { background: #fff; border: 1px solid #e8ecf1; border-radius: 18px; padding: 28px; box-shadow: 0 10px 30px -20px rgba(31,45,61,.4); }
.ib-detail__cover { margin: -28px -28px 24px; border-radius: 18px 18px 0 0; overflow: hidden; max-height: 420px; background: #f1f4f8; }
.ib-detail__cover img { width: 100%; object-fit: cover; display: block; }
.ib-detail__head { display: flex; align-items: flex-start; gap: 14px; flex-wrap: wrap; padding-bottom: 18px; border-bottom: 1px solid #eef2f6; }
.ib-detail__title { flex: 1; min-width: 200px; font-size: 24px; font-weight: 800; color: #1f2d3d; line-height: 1.35; }
.ib-detail__price { font-size: 26px; font-weight: 800; color: #e0533b; white-space: nowrap; }
.ib-detail__desc { margin-top: 20px; }
.ib-detail__h { font-size: 16px; font-weight: 800; color: #1f2d3d; margin-bottom: 10px; padding-left: 10px; border-left: 4px solid #0d9488; }
.ib-detail__desc p { font-size: 15px; line-height: 1.9; color: #4b5563; white-space: pre-wrap; }
.ib-detail__info { margin-top: 22px; border: 1px solid #eef2f6; border-radius: 14px; overflow: hidden; }
.ib-info__row { display: flex; align-items: center; gap: 12px; padding: 13px 18px; font-size: 14.5px; }
.ib-info__row:nth-child(odd) { background: #f8fafc; }
.ib-info__k { flex: 0 0 96px; color: #9aa4b2; }
.ib-info__v { flex: 1; color: #1f2d3d; font-weight: 600; }
.ib-info__v i { margin-right: 5px; color: #0d9488; }

/* 详情侧栏 */
.ib-detail__side { position: sticky; top: 86px; }
.ib-side { background: #fff; border: 1px solid #e8ecf1; border-radius: 18px; padding: 22px; box-shadow: 0 10px 30px -20px rgba(31,45,61,.4); }
.ib-side__title { font-size: 15px; font-weight: 800; color: #1f2d3d; margin-bottom: 16px; }
.ib-side__call { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 13px; border-radius: 12px; font-size: 16px; font-weight: 800; color: #fff; background: linear-gradient(135deg, #0d9488, #0f766e); margin-bottom: 12px; }
.ib-side__call:hover { filter: brightness(1.05); color: #fff; }
.ib-side__name { font-size: 14px; color: #4b5563; margin-bottom: 16px; }
.ib-side__btn { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 12px; border-radius: 12px; font-size: 14.5px; font-weight: 700; color: #fff; background: linear-gradient(135deg, #0d9488, #0f766e); margin-top: 10px; }
.ib-side__btn:hover { filter: brightness(1.05); color: #fff; }
.ib-side__btn--ghost { color: #0d9488; background: #e6f7f4; }
.ib-side__btn--ghost:hover { background: #d3f0eb; color: #0d9488; }

/* 详情 / 空状态：移动端 */
@media (max-width: 900px) {
  .ib-detail { grid-template-columns: 1fr; }
  .ib-detail__side { position: static; }
}
@media (max-width: 680px) {
  .ib-list { grid-template-columns: 1fr; }
  .ib-toolbar { flex-direction: column; align-items: stretch; }
  .ib-search { max-width: none; }
  .ib-card__price { font-size: 17px; }
  .ib-detail__main { padding: 20px; }
}
