/* 修机侠 PC 端基础样式 — 参考草包网布局：顶栏 + 主导航 + 左侧分类 + 主区域 + 底栏
 * 品牌色继承手机端：橙 #F97316 / 蓝 #2563EB
 * 1280px+ 大屏优先
 */

/* ========== 全局重置 ========== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { height: 100%; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #1e293b;
  background: #f5f5f5;
  -webkit-font-smoothing: antialiased;
  min-width: 1200px;
}
a { color: inherit; text-decoration: none; transition: color .15s; }
a:hover { color: #F97316; }
img { max-width: 100%; display: block; }
button { cursor: pointer; font: inherit; border: 0; background: 0; }
ul, ol { list-style: none; }

/* ========== 布局容器 ========== */
.xjx-container { max-width: min(1200px, 100vw); margin: 0 auto; padding: 0 20px; }
.xjx-row { display: flex; flex-wrap: wrap; }
.xjx-clear { clear: both; }

/* ========== 顶栏（城市/登录/注册） ========== */
.xjx-topbar {
  background: #f8f8f8;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  color: #888;
  height: 36px;
  line-height: 36px;
}
.xjx-topbar .xjx-container { display: flex; justify-content: space-between; align-items: center; }
.xjx-topbar a { color: #666; margin-left: 16px; }
.xjx-topbar a:hover { color: #F97316; }
/* v2471-462 · 顶栏右侧链接用竖线分隔，不再需要默认 margin-left */
.xjx-topbar-right > a { margin-left: 0; }
/* v2471-262 · 顶栏右侧链接容器改 flex（根因：4 个 inline-flex a 在普通 div 里用 baseline 对齐，
   position:relative 的系统通知不参与基线 → 文字偏上 3px。父容器 align-items:center 统一垂直居中） */
.xjx-topbar .xjx-container > div:last-child { display: inline-flex; align-items: center; }
/* v2471-261 · 顶栏所有链接统一高度 + 垂直居中（用 height:36px + inline-flex baseline 统一） */
.xjx-topbar a, .xjx-topbar .xjx-notify-bell { display: inline-flex; align-items: center; height: 36px; line-height: 1; }
/* v2471-261 · 顶栏系统通知按钮 + 未读 badge（移除独立 display/vertical-align，与通用 a 同步） */
.xjx-notify-bell { position: relative; cursor: pointer; }
.xjx-notify-bell svg { width: 14px; height: 14px; margin-right: 4px; flex-shrink: 0; }
.xjx-notify-badge {
  display: none;
  position: absolute; top: -6px; right: -10px;
  min-width: 16px; height: 16px; padding: 0 4px;
  background: #EF4444; color: #fff;
  border-radius: 999px;
  font-size: 10px; font-weight: 700;
  line-height: 16px; text-align: center;
}
.xjx-notify-badge.show { display: inline-block; }
/* v2471-257 · 系统通知弹窗 */
.xjx-notify-modal { position: fixed; inset: 0; z-index: 9999; display: none; }
.xjx-notify-modal.show { display: block; }
.xjx-notify-modal-overlay { position: absolute; inset: 0; background: rgba(15,23,42,.45); }
.xjx-notify-modal-card {
  position: absolute; top: 60px; right: 24px;
  width: 420px; max-width: calc(100vw - 48px);
  max-height: 70vh; background: #fff;
  border-radius: 12px; box-shadow: 0 12px 32px rgba(15,23,42,.20);
  display: flex; flex-direction: column;
  overflow: hidden;
}
.xjx-notify-modal-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 18px; border-bottom: 1px solid #f1f5f9;
}
.xjx-notify-modal-title { font-size: 15px; font-weight: 700; color: #0f172a; }
.xjx-notify-modal-head a { font-size: 12px; color: #F97316; cursor: pointer; }
.xjx-notify-modal-head a:hover { color: #EA580C; }
.xjx-notify-list { overflow-y: auto; max-height: calc(70vh - 56px); }
.xjx-notify-item {
  display: block; padding: 14px 18px;
  border-bottom: 1px solid #f8fafc;
  cursor: pointer; transition: background .12s;
}
.xjx-notify-item:hover { background: #FFF7ED; }
.xjx-notify-item.unread { background: #fffbf5; }
.xjx-notify-item-head {
  display: flex; align-items: center; gap: 6px;
  margin-bottom: 4px;
}
.xjx-notify-item-title { font-size: 13px; font-weight: 600; color: #1e293b; flex: 1; min-width: 0; }
.xjx-notify-item.unread .xjx-notify-item-title::before {
  content: '●'; color: #EF4444; margin-right: 4px;
}
.xjx-notify-item-content { font-size: 12px; color: #64748b; line-height: 1.5; margin-bottom: 4px; }
.xjx-notify-item-time { font-size: 11px; color: #94a3b8; }
.xjx-notify-empty { padding: 40px 18px; text-align: center; color: #94a3b8; font-size: 13px; }
/* v2471-253 · 顶栏左侧欢迎语（占原城市切换位置，参考主流电商站顶栏） */
.xjx-topbar-welcome { color: #666; font-size: 12px; }
/* v2471-271 · 城市切换（1:1 360 同城帮：紧凑整体高度 + 城市名与切换城市间 2px 微间隙 + 左侧细线） */
.xjx-header-main .xjx-city {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 2px 8px 2px 6px;
  margin-left: -28px;
  border-left: 1px solid #e2e8f0;
  background: transparent;
  border-radius: 0;
  flex-shrink: 0;
  cursor: pointer;
  transition: opacity .15s;
  white-space: nowrap;
}
.xjx-header-main .xjx-city:hover { opacity: .8; }
.xjx-header-main .xjx-city-pin { display: none; }
.xjx-header-main .xjx-city-name {
  font-size: 24px;
  color: #1e293b;
  font-weight: 700;
  line-height: 1;
}
.xjx-header-main .xjx-city-change {
  font-size: 12px;
  color: #94a3b8;
  padding: 0;
  background: transparent;
  border: 0;
  transition: color .15s;
  line-height: 1;
}
.xjx-header-main .xjx-city-change:hover { color: #F97316; }

/* v2471-405 · 保修查询等页面：header logo 右侧城市切换改为当前页面副标题 */
.xjx-page-title-chip { cursor: default; }
.xjx-page-title-chip-name {
  font-size: 24px;
  color: #1e293b;
  font-weight: 700;
  line-height: 1;
}
.xjx-page-title-chip-sub {
  font-size: 12px;
  color: #94a3b8;
  line-height: 1;
}

/* ========== 主头部（logo + 搜索 + 主导航） ========== */
.xjx-header {
  background: #fff;
  border-bottom: 2px solid #F97316;
  box-shadow: 0 1px 4px rgba(0,0,0,.04);
  position: relative;  /* v2471-318 · .xjx-search absolute 定位参考 */
}
.xjx-header-main {
  display: flex;
  align-items: center;
  height: 96px;
  gap: 40px;
}
.xjx-logo { display: flex; align-items: center; flex-shrink: 0; }
.xjx-logo-img {
  display: block;
  height: 64px;
  width: auto;
  max-width: 260px;
  object-fit: contain;
}
/* v2471-318 · 4 tab 靠右 + 紧贴 header 底（active 下边线紧贴 header 底部边框，对标 xw360/迅维快修） */
/* v2471-329 · 4 tab 对标 xw360：cell 撑满 header 高度 96px + active 下划线紧贴 cell 底 */
.xjx-search {
  margin-left: auto;
  display: flex;
  align-items: stretch;
  height: 100%;            /* 占满 .xjx-header-main（96px），让 tab cell 撑高 */
}
/* v2471-329 · 4 tab 对标 xw360：cell 高度 80px 撑满 header + active 下划线紧贴 cell 底（距离 tab 文字 25px 像 xw360 视觉） */
.xjx-search-tabs {
  display: flex; gap: 28px; align-items: stretch;   /* stretch 让 tab cell 撑满 header 高度 */
  height: 100%;                                     /* 占满 .xjx-search 容器高度 */
}
.xjx-search-tab {
  display: inline-flex; align-items: center;        /* 文字垂直居中 */
  padding: 0;
  background: transparent; border: 0;
  color: #999;
  font-size: 16px; font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
  transition: color .15s, box-shadow .15s;
}
.xjx-search-tab:hover { color: #EA580C; }
.xjx-search-tab.active {
  color: #FB923C;
  font-weight: 700;
  box-shadow: inset 0 -3px 0 #FB923C;   /* 紧贴 cell 底部（cell 80px 高，文字居中，下划线在底部 = 距离文字 25px = xw360 视觉） */
}
/* v2471-316 · 顶栏快捷按钮改纯文字（与登录/注册一致，去掉橙色描边圈） */
.xjx-topbar-right { display: inline-flex; align-items: center; }
.xjx-topbar-publish {
  display: inline-block;
  color: #666;
  font-size: 12px;
  text-decoration: none;
  transition: color .15s;
  white-space: nowrap;
}
.xjx-topbar-publish:hover { color: #F97316; }
/* v2471-462 · 顶栏链接间灰色竖线分隔符（参考 xw360） */
.xjx-topbar-sep {
  color: #d1d5db;
  font-size: 12px;
  margin: 0 8px;
  user-select: none;
  line-height: 36px;
}
.xjx-header-actions { display: flex; gap: 16px; flex-shrink: 0; align-items: center; }
.xjx-header-publish {
  padding: 10px 18px;  /* v2471-276 · 加大到和搜索按钮 padding 一致（10×24 → 38px 高），消除 actions 视觉密度差异 */
  border: 1px solid #F97316;
  border-radius: 6px;
  color: #F97316;
  font-size: 13px;
  font-weight: 600;
}
.xjx-header-publish:hover { background: #FFF7ED; }
.xjx-header-user { display: flex; align-items: center; gap: 12px; }
.xjx-header-user a { color: #666; font-size: 13px; }
.xjx-header-user a:hover { color: #F97316; }
.xjx-header-user .xjx-avatar {
  width: 32px; height: 32px;
  background: #F1F5F9;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; color: #64748B;
  font-weight: 600;
}

/* ========== 主导航 ========== */
.xjx-mainnav {
  background: #fff;
  border-bottom: 1px solid #eee;
}
.xjx-mainnav-list {
  display: flex;
  height: auto;
  min-height: 48px;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
.xjx-mainnav-list::-webkit-scrollbar { display: none; }
.xjx-mainnav-item {
  padding: 0 16px;
  height: 48px;
  line-height: 48px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  position: relative;
  transition: color .15s;
}
.xjx-mainnav-item:hover { color: #F97316; }
.xjx-mainnav-item.active { color: #10B981; font-weight: 700; }
/* v2471-323 · 主导航 active 不再加下划线（避免和 header tab 行 active 下划线 gap=2px 视觉重叠） */
.xjx-mainnav-item::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 4px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-radius: 2px;
  background: #10B981;
  transition: width .25s ease;
}
.xjx-mainnav-item:hover::after { width: 0; background: #F97316; }
.xjx-mainnav-item.active::after { width: 0; background: #10B981; }

/* ========== 主体两栏布局（侧边栏 + 主内容） ========== */
.xjx-main {
  padding: 24px 0 40px;
  background: #f5f5f5;
  min-height: calc(100vh - 280px);
}
/* v2471-611 · 首页主区域去 min-height + 收紧底部 padding，消灭知识库卡片与页脚之间灰白大间隙 */
.xjx-home-page { min-height: auto; padding: 24px 0 16px; }
/* v2471-621 · 首页末卡（维修资讯/真实案例）去自身底距 + 卡片内底部 padding 归零；首页留 16px 小间隙（之前挤到 0 太贴） */
.xjx-home-page { padding-bottom: 16px; }
.xjx-home-page .xjx-news-qa-card { margin-bottom: 0; padding-bottom: 0; }
.xjx-home-page .xjx-news-qa-col { padding-bottom: 0; }
/* v2471-455 · list 页整体紧凑化：主容器上下 padding 收紧，减少页面首尾灰带 */
.xjx-list-page .xjx-main { padding: 16px 0 24px; }
.xjx-main .xjx-row { gap: 20px; }
.xjx-sidebar {
  flex: 0 0 140px;  /* v2471-289 · 220→140px，让 content 区从 920 → 1000px（join 卡片拓宽 80px，减少右边空白 140px→60px） */
  background: #fff;
  border-radius: 12px;
  padding: 18px 14px;
  box-shadow: 0 1px 4px rgba(0,0,0,.04);
  height: fit-content;
  position: sticky;
  top: 16px;
}
.xjx-sidebar-title {
  font-size: 11px;
  color: #94a3b8;
  letter-spacing: 1px;
  padding: 6px 10px;
  margin: 0 0 6px;
  font-weight: 700;
  text-transform: uppercase;
  border-top: 1px dashed #e2e8f0;
  padding-top: 12px;
}
.xjx-sidebar-title:first-child { border-top: 0; padding-top: 0; }
.xjx-sidebar-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 10px;
  border-radius: 8px;
  font-size: 13.5px;
  color: #475569;
  cursor: pointer;
  transition: all .15s;
}
.xjx-sidebar-item:hover {
  background: #FFF7ED;
  color: #F97316;
}
.xjx-sidebar-item.active {
  background: linear-gradient(90deg, #FFF7ED 0%, #FFFBEB 100%);
  color: #F97316;
  font-weight: 700;
}
.xjx-sidebar-item .xjx-count {
  font-size: 11px;
  color: #94a3b8;
  background: #f1f5f9;
  padding: 1px 7px;
  border-radius: 999px;
  font-weight: 600;
  min-width: 24px;
  text-align: center;
}
.xjx-sidebar-item.active .xjx-count {
  background: #F97316;
  color: #fff;
}
/* v2471-251 · list 侧栏关键词云（参考首页 v2471-250 样式）：分组 + chip 横向 wrap + 热门橙色 + 保留 active 激活态 */
.xjx-sidebar-words { display: flex; flex-wrap: wrap; gap: 4px 6px; padding: 0 6px 10px; }
.xjx-sidebar-chip {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 5px 10px; border-radius: 7px;
  font-size: 13px; color: #475569;
  background: transparent;
  cursor: pointer;
  transition: all .15s ease;
  text-decoration: none;
  white-space: nowrap;
  border-left: 3px solid transparent;
}
.xjx-sidebar-chip:hover {
  background: #FFF7ED;
  color: #F97316;
  border-left-color: #FDBA74;
}
.xjx-sidebar-chip.hot { color: #F97316; font-weight: 700; }
.xjx-sidebar-chip.active {
  background: linear-gradient(90deg, #FFF7ED 0%, #FFFBEB 100%);
  color: #F97316;
  font-weight: 700;
  border-left-color: #F97316;
}
.xjx-sidebar-chip .xjx-count {
  font-size: 11px; color: #94a3b8;
  background: #f1f5f9; padding: 1px 7px;
  border-radius: 999px;
  font-weight: 600;
  min-width: 22px;
  text-align: center;
  line-height: 1.4;
  transition: all .15s;
}
.xjx-sidebar-chip.active .xjx-count { background: #F97316; color: #fff; }
.xjx-sidebar-chip.hot .xjx-count { background: #FED7AA; color: #EA580C; }
.xjx-sidebar-chip.hot.active .xjx-count { background: #F97316; color: #fff; }
.xjx-content { flex: 1; min-width: 0; }
.xjx-content-full { width: 100%; max-width: 100%; }

/* v2471-247 · 首页左侧分类栏（升级版：分组标题 + 彩色图标盒 + 胶囊计数） */
/* v2471-284 · PC 首页左侧 caobao 风格 hover 展开菜单（3 父类目 + 子展开面板覆盖在 banner 上） */
.xjx-home-side { flex: 0 0 200px; max-width: 200px; background: transparent; padding: 0; box-shadow: none; height: fit-content; align-self: flex-start; z-index: 10; /* v2471-285 · side 是 sticky 会创建 stacking context(z-index 0)，而 banner-inner 有 z-index:1 → flyout 被 banner 遮挡。给 side 提升 z-index 让 flyout(100) 能盖住 banner */ }
/* v2471-562 · 大屏下左侧分类栏统一用 sticky（MEMORY 铁律：禁用 fixed）。
   sticky 对 body transform 免疫，JS alignHomeSide() 负责把 top 设为 banner 文档顶距，
   滚动时侧栏自然对齐轮播图顶部。 */
@media (min-width: 900px) {
  .xjx-home-side {
    position: sticky;
    top: 0;
    left: auto;
    width: 200px;
    z-index: 10;
    flex: none;
    max-width: none;
    align-self: flex-start;
  }
}
.xjx-side-cat { position: relative; margin-bottom: 10px; }
.xjx-side-cat-link {
  display: flex; align-items: center; gap: 10px;
  padding: 22px 12px; background: #fff; border-radius: 10px;  /* v2471-286 · padding 22px 让 4 个父类目等分 banner 高度 360px（约 80px/个，含 10px gap） */
  color: #334155; text-decoration: none; font-size: 14px; font-weight: 600;
  box-shadow: 0 2px 6px rgba(15,23,42,.04);
  transition: all .15s;
}
.xjx-side-cat-link:hover { background: #FFF7ED; color: #F97316; }
.xjx-side-cat-icon {
  width: 28px; height: 28px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; color: #fff;
  flex-shrink: 0;
}
.xjx-side-cat-name { flex: 1; }
.xjx-side-cat-arrow { color: #94a3b8; font-size: 18px; font-weight: 400; }
.xjx-side-cat-link:hover .xjx-side-cat-arrow { color: #F97316; }
/* 子展开面板（hover 父类目时显示，覆盖在 banner 区上） */
.xjx-side-flyout {
  display: none;
  position: absolute; left: 100%; top: 0;
  width: 420px; padding: 16px 18px;  /* v2471-287 · 280→420px 支持 3 列关键词 */
  background: #fff; border-radius: 10px;
  box-shadow: 0 8px 24px rgba(15,23,42,.12);
  z-index: 100;
  flex-wrap: wrap; gap: 6px 10px;
  align-content: flex-start;
  margin-left: 8px;
}
.xjx-side-cat:hover .xjx-side-flyout { display: flex; }
.xjx-flyout-link {
  font-size: 13px; color: #475569; text-decoration: none;
  padding: 4px 8px; border-radius: 6px; line-height: 1.4;
  transition: all .12s; white-space: nowrap;
}
.xjx-flyout-link:hover { color: #F97316; background: #FFF7ED; }
.xjx-flyout-link.hot { color: #F97316; font-weight: 700; }
.xjx-home-side-divider { height: 1px; background: linear-gradient(90deg,transparent,#e2e8f0 20%,#e2e8f0 80%,transparent); margin: 12px 8px 14px; }
.xjx-home-side-group-title { display: flex; align-items: center; gap: 10px; padding: 6px 8px 12px; color: #334155; }
.xjx-home-side-group-icon { width: 28px; height: 28px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 14px; flex: none; box-shadow: 0 2px 6px rgba(15,23,42,.10); }
.xjx-home-side-group-name { font-size: 13px; font-weight: 800; letter-spacing: .3px; }
.xjx-home-side-item { display: flex; align-items: center; gap: 10px; padding: 9px 10px; border-radius: 10px; font-size: 14px; color: #334155; text-decoration: none; margin-bottom: 2px; border-left: 3px solid transparent; }
.xjx-home-side-item:hover { background: #f8fafc; color: #0f172a; border-left-color: #cbd5e1; }
.xjx-home-side-item .ic { width: 32px; height: 32px; border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: 15px; flex: none; }
.xjx-home-side-item .lbl { flex: 1; font-weight: 500; }
.xjx-home-side-item .count { font-size: 11px; font-weight: 700; color: #94a3b8; background: #f1f5f9; padding: 3px 9px; border-radius: 999px; min-width: 26px; text-align: center; line-height: 1.4; }
.xjx-home-side-item:hover .count { background: #e2e8f0; color: #475569; }
.xjx-home-side-item .count:empty,
.xjx-home-side-item .count[data-zero="1"] { opacity: .5; }

/* v2471-264 · 关键词云紧凑版（参考 360 同城帮 图3 左侧：纯文字 wrap，无 padding/border，节省空间） */
.xjx-home-side-words { display: flex; flex-wrap: wrap; gap: 4px 10px; padding: 0 8px 10px; line-height: 1.9; }
.xjx-home-word {
  font-size: 13px; color: #475569; text-decoration: none;
  transition: color .15s ease;
}
.xjx-home-word:hover { color: #F97316; }
.xjx-home-word.hot { color: #F97316; font-weight: 700; }
.xjx-home-word.hot:hover { color: #EA580C; }

/* ========== 卡片 ========== */
.xjx-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 1px 4px rgba(0,0,0,.04);
  margin-bottom: 16px;
}
.xjx-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f1f5f9;
}
.xjx-card-title { font-size: 16px; font-weight: 700; color: #1e293b; }
.xjx-card-title small { font-size: 12px; color: #94a3b8; font-weight: 400; margin-left: 8px; }
.xjx-card-more { color: #94a3b8; font-size: 13px; }
.xjx-card-more:hover { color: #F97316; }

/* ========== Banner ========== */
.xjx-banner {
  position: relative;
  height: 330px;  /* v2471-288 · 360→330px 与左侧 4 父类目卡片(331px) 等高对齐，避免右侧 banner 多出 29px 视觉空白 */
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 16px;
  color: #fff;
}
.xjx-banner-track {
  display: flex;
  width: 300%;
  height: 100%;
  transition: transform .55s cubic-bezier(.4,0,.2,1);
}
.xjx-banner-slide {
  width: 33.333%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 40px 60px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  position: relative;
}
.xjx-banner-slide::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(0,0,0,.1), rgba(0,0,0,.25));
  pointer-events: none;
}
.xjx-banner-inner { position: relative; z-index: 1; }
.slide-orange  { background: linear-gradient(135deg, #F97316 0%, #EA580C 50%, #C2410C 100%); }
.slide-blue    { background: linear-gradient(135deg, #2563EB 0%, #1D4ED8 50%, #1E3A8A 100%); }
.slide-purple  { background: linear-gradient(135deg, #8B5CF6 0%, #7C3AED 50%, #6D28D9 100%); }
.xjx-banner-title { font-size: 36px; font-weight: 800; line-height: 1.3; }
.xjx-banner-sub { font-size: 16px; margin-top: 12px; opacity: .95; }
.xjx-banner-actions { margin-top: 24px; display: flex; gap: 12px; }
.xjx-banner-btn {
  padding: 12px 28px;
  background: #fff;
  color: #F97316;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
}
.xjx-banner-btn:hover { box-shadow: 0 6px 16px rgba(0,0,0,.15); color: #F97316; }
.slide-blue .xjx-banner-btn { color: #2563EB; }
.slide-blue .xjx-banner-btn:hover { color: #2563EB; }
.slide-purple .xjx-banner-btn { color: #8B5CF6; }
.slide-purple .xjx-banner-btn:hover { color: #8B5CF6; }
.xjx-banner-btn-outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,.5);
}
.xjx-banner-btn-outline:hover { background: rgba(255,255,255,.15); color: #fff; }
.xjx-banner-pager {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 2;
}
.xjx-banner-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(255,255,255,.4);
  cursor: pointer;
  transition: all .25s;
}
.xjx-banner-dot:hover { background: rgba(255,255,255,.7); }
.xjx-banner-dot.active { background: #fff; width: 24px; border-radius: 4px; }

/* ========== 服务入口网格（首页/分类） ========== */
.xjx-services {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 1px 4px rgba(0,0,0,.04);
  margin-bottom: 16px;
}
.xjx-service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 8px;
  border-radius: 8px;
  transition: all .15s;
  cursor: pointer;
}
.xjx-service-card:hover { background: #FFF7ED; }
.xjx-service-icon {
  width: 48px; height: 48px;
  background: linear-gradient(135deg, #FFF7ED, #FFEDD5);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 24px;
  margin-bottom: 8px;
}
.xjx-service-name { font-size: 13px; color: #333; }

/* ========== 商家卡片网格（列表页）· v2471-247 横排布局 ========== */
.xjx-merch-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
/* ===== v2471-247 · 商家卡：参考 xw360.com 详细卡片（3 列网格 · 单卡 ~280px） ===== */
.xjx-merch-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.xjx-merch-card {
  display: block;
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: 12px;
  padding: 20px;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.xjx-merch-card:hover {
  border-color: #FED7AA;
  box-shadow: 0 6px 18px rgba(249,115,22,.10);
}
.xjx-merch-card-top {
  display: flex; align-items: flex-start; gap: 14px;
  margin-bottom: 12px;
}
.xjx-merch-avatar {
  width: 56px; height: 56px;
  border-radius: 12px;
  background: #FFF7ED;
  display: flex; align-items: center; justify-content: center;
  color: #F97316;
  flex-shrink: 0;
  overflow: hidden;
  border: 1px solid #ffedd5;
}
/* v2471-383 · 真实 cover 图缩略图（xw360 风格）：图片铺满圆角框，不合规 logo 回退品牌默认图标 */
.xjx-merch-avatar.has-cover { background: #f1f5f9; border-color: #e2e8f0; }
.xjx-merch-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.xjx-avatar-default { display: flex; align-items: center; justify-content: center; background: #FFF7ED; color: #F97316; }
.xjx-avatar-ic { width: 55%; height: 55%; object-fit: contain; }
.xjx-merch-info { flex: 1; min-width: 0; }
.xjx-merch-name {
  font-size: 16px; font-weight: 800; color: #0f172a;
  margin-bottom: 4px;
  display: flex; align-items: center; gap: 6px;
  line-height: 1.4;
}
.xjx-merch-score {
  display: flex; align-items: center; gap: 8px;
  font-size: 12px; color: #64748B;
  margin-bottom: 6px;
}
.xjx-merch-score-stars { color: #F59E0B; font-size: 14px; letter-spacing: 1px; }
.xjx-merch-score-num { color: #F97316; font-weight: 700; font-size: 14px; }
.xjx-merch-meta { font-size: 12px; color: #94a3b8; }
.xjx-merch-meta b { color: #F97316; font-weight: 700; }
.xjx-merch-fav {
  position: absolute; top: 14px; right: 14px;
  color: #cbd5e1; font-size: 18px;
}
.xjx-merch-tags {
  display: flex; gap: 6px; flex-wrap: wrap;
  margin-bottom: 12px;
}
.xjx-merch-tag {
  font-size: 12px; font-weight: 500;
  padding: 3px 10px;
  background: #F1F5F9; color: #475569;
  border-radius: 6px;
}
.xjx-merch-tag.hot { background: #FEE2E2; color: #DC2626; }
.xjx-merch-tag.green { background: #D1FAE5; color: #059669; }
.xjx-merch-tag.blue { background: #DBEAFE; color: #2563EB; }
.xjx-merch-addr {
  font-size: 13px; color: #475569;
  line-height: 1.6;
  margin-bottom: 14px;
  display: flex; align-items: flex-start; gap: 4px;
  min-height: 42px;
}
.xjx-merch-foot {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 12px;
  border-top: 1px dashed #f1f5f9;
}
.xjx-merch-phone {
  font-size: 13px; color: #64748B;
  display: flex; align-items: center; gap: 4px;
  min-width: 0;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  max-width: 60%;
}
.xjx-merch-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 18px;
  background: linear-gradient(135deg, #F97316, #EA580C);
  color: #fff;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
}
.xjx-merch-card:hover .xjx-merch-btn { box-shadow: 0 4px 12px rgba(249,115,22,.35); }
.xjx-merch-btn-outline {
  background: #fff; color: #F97316;
  border: 1px solid #F97316;
}
@media (max-width: 900px) {
  .xjx-merch-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
}
@media (max-width: 600px) {
  .xjx-merch-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
}
@media (max-width: 900px) {
  .xjx-merch-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: 10px;
  padding: 10px 16px;
  text-decoration: none;
  color: inherit;
  transition: all .2s;
  position: relative;
}
  .xjx-merch-card-head { flex-basis: 100%; }
  .xjx-merch-tags { max-width: 100%; }
}

/* ========== 城市选择 ========== */
.xjx-city-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  padding: 14px 20px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 16px;
  box-shadow: 0 1px 4px rgba(0,0,0,.04);
}
.xjx-city-item {
  font-size: 13px;
  color: #64748B;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 4px;
}
.xjx-city-item:hover { color: #F97316; }
.xjx-city-item.active { color: #F97316; font-weight: 700; }
.xjx-city-divider { color: #E2E8F0; }

/* ========== 详情页 ========== */
/* ===== v2471-245 · 详情页 hero（左封面大图 + 右信息 + 双按钮） ===== */
.xjx-detail-hero {
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: 14px;
  padding: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
.xjx-detail-verify {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 24px;
  background: linear-gradient(135deg, #ECFDF5, #D1FAE5);
  border-bottom: 1px solid #A7F3D0;
}
.xjx-detail-verify-badge {
  font-size: 13px; font-weight: 800;
  padding: 5px 14px;
  background: linear-gradient(135deg, #10B981, #059669);
  color: #fff;
  border-radius: 999px;
}
.xjx-detail-verify-id { font-size: 13px; color: #065F46; }
.xjx-detail-verify-id b { color: #047857; font-weight: 700; }

.xjx-detail-main {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 24px;
  padding: 24px;
}
.xjx-detail-cover {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  overflow: hidden;
  background: #f1f5f9;
}
.xjx-detail-cover img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.xjx-detail-cover-badge {
  position: absolute; top: 12px; left: 12px;
  background: linear-gradient(135deg, #10B981, #059669);
  color: #fff;
  font-size: 12px; font-weight: 700;
  padding: 5px 12px;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(16,185,129,.30);
}
.xjx-detail-meta { display: flex; flex-direction: column; min-width: 0; }
.xjx-detail-meta-name {
  font-size: 24px; font-weight: 800; color: #0f172a;
  margin-bottom: 10px;
}
.xjx-detail-meta-tags {
  display: flex; gap: 6px; flex-wrap: wrap;
  margin-bottom: 14px;
}
.xjx-detail-meta-tag {
  font-size: 12px; font-weight: 600;
  padding: 3px 10px;
  background: #F1F5F9;
  color: #475569;
  border-radius: 999px;
}
.xjx-detail-meta-tag.xjx-detail-meta-tag-blue { background: #DBEAFE; color: #2563EB; }
.xjx-detail-meta-stats {
  display: flex; gap: 16px; align-items: center;
  margin-bottom: 14px;
  font-size: 13px;
  color: #64748B;
}
.xjx-detail-meta-stat b { color: #F59E0B; font-size: 16px; font-weight: 700; }
.xjx-detail-meta-stat:not(:last-child)::after {
  content: '·'; margin-left: 16px; color: #cbd5e1;
}
.xjx-detail-meta-addr {
  font-size: 13px; color: #475569;
  padding: 10px 14px;
  background: #f8fafc;
  border: 1px solid #eef2f7;
  border-radius: 10px;
  margin-bottom: 8px;
  line-height: 1.6;
}
.xjx-detail-meta-hours {
  font-size: 12px; color: #94a3b8;
  margin-bottom: 16px;
}
@media (max-width: 900px) {
  .xjx-detail-main { grid-template-columns: 1fr; gap: 16px; padding: 16px; }
  .xjx-detail-cover { aspect-ratio: 16 / 9; max-height: 240px; }
  .xjx-detail-meta-name { font-size: 20px; }
}
.xjx-detail-side {
  position: sticky; top: 16px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 1px 4px rgba(0,0,0,.04);
}
.xjx-detail-tabs {
  display: flex;
  background: #fff;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #f1f5f9;
  padding: 0 20px;
}
/* v2471-248 · 详情页位置地图卡（hero 下方、tabs 上方） */
.xjx-detail-map {
  background: #fff;
  border-radius: 10px;
  padding: 16px 20px;
  margin-bottom: 14px;
}
.xjx-detail-map-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 12px;
}
.xjx-detail-map-frame { border-radius: 10px; overflow: hidden; }
.xjx-detail-map-frame iframe { border: 0; }
.xjx-detail-tab {
  padding: 16px 24px;
  font-size: 15px;
  font-weight: 500;
  color: #64748B;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: all .15s;
}
.xjx-detail-tab:hover { color: #F97316; }
.xjx-detail-tab.active { color: #F97316; border-bottom-color: #F97316; font-weight: 700; }
.xjx-detail-pane { background: #fff; border-radius: 0 0 10px 10px; padding: 24px; min-height: 400px; }

/* ===== v2471-404 · 详情页右侧「维修咨询」表单卡（对齐 xw360 在线报修） ===== */
.xjx-detail-wo-title { font-size: 16px; font-weight: 800; color: #0f172a; margin: 0 0 6px; }
.xjx-detail-wo-sub { font-size: 12px; color: #64748B; margin: 0 0 16px; line-height: 1.6; }
.xjx-detail-wo-field + .xjx-detail-wo-field { margin-top: 14px; }
.xjx-detail-wo-label { display: block; font-size: 12px; font-weight: 700; color: #334155; margin-bottom: 6px; }
.xjx-detail-wo-label em { color: #F97316; font-style: normal; }
.xjx-detail-wo-pills { display: flex; gap: 8px; flex-wrap: wrap; }
.xjx-detail-wo-pill {
  border: 1.5px solid #e2e8f0; background: #fff; color: #475569;
  font-size: 12px; font-weight: 600;
  padding: 7px 14px; border-radius: 999px;
  cursor: pointer; transition: all .18s; white-space: nowrap;
}
.xjx-detail-wo-pill:hover { border-color: #F97316; color: #F97316; background: #FFF7ED; }
.xjx-detail-wo-pill.active {
  background: linear-gradient(135deg, #F97316, #FB923C);
  color: #fff; border-color: transparent;
  box-shadow: 0 3px 10px rgba(249,115,22,.25);
}
.xjx-detail-wo-actions { margin-top: 16px; }


/* ========== v2471-423 · 详情页 xw360 式布局 ========== */
.xjx-detail-body { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 18px; align-items: start; }
.xjx-detail-left { display: flex; flex-direction: column; gap: 16px; }
.xjx-detail-right { display: flex; flex-direction: column; gap: 16px; position: sticky; top: 80px; align-self: start; }
.xjx-detail-hd { padding: 14px 18px; }
.xjx-detail-hd-grid { display: grid; grid-template-columns: 1fr 300px; gap: 18px; align-items: start; }
.xjx-detail-hd-left { min-width: 0; display: flex; flex-direction: column; gap: 6px; }
.xjx-detail-hd-gallery { width: 100%; display: flex; flex-direction: column; gap: 10px; }
.xjx-detail-hd-gallery-bar { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.xjx-detail-hd-gallery-bar .xjx-detail-hd-actions { margin-left: auto; }
.xjx-detail-hd-meta { display: flex; flex-direction: column; min-width: 0; gap: 6px; }
.xjx-detail-hd-top { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; }
.xjx-detail-hd-name { font-size: 22px; font-weight: 800; color: #0f172a; line-height: 1.3; margin: 0; }
.xjx-detail-hd-region { display: flex; align-items: center; gap: 6px; font-size: 13px; color: #64748B; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.xjx-detail-hd-region-ico { flex-shrink: 0; font-size: 13px; }
.xjx-detail-hd-badges { display: flex; gap: 6px; flex-wrap: wrap; }
.xjx-detail-badge { display: inline-flex; align-items: center; gap: 4px; font-size: 12px; font-weight: 700; padding: 3px 9px; border-radius: 999px; background: #f1f5f9; color: #64748B; }
.xjx-detail-badge-ok { background: #FFF7ED; color: #EA580C; }
.xjx-detail-badge-blue { background: #DBEAFE; color: #2563EB; }
.xjx-detail-badge-green { background: #D1FAE5; color: #059669; }
.xjx-detail-badge-diamond::before { content: '◆'; color: #F97316; font-size: 9px; }
.xjx-detail-hd-stats { display: flex; flex-wrap: wrap; gap: 6px 16px; padding: 4px 0; border-top: 1px solid #f1f5f9; border-bottom: 1px solid #f1f5f9; }
.xjx-detail-stat { display: inline-flex; align-items: center; gap: 4px; font-size: 13px; color: #64748B; }
.xjx-detail-stat-ico { font-size: 14px; }
.xjx-detail-stat-ico.fav { color: #F97316; }
.xjx-detail-stat-ico.view { color: #0EA5E9; }
.xjx-detail-stat-ico.star { color: #F59E0B; }
.xjx-detail-stat b { font-size: 15px; font-weight: 700; color: #0f172a; }
.xjx-detail-stat b.mute { color: #94a3b8; }
.xjx-detail-stat em { font-size: 12px; font-style: normal; color: #94a3b8; }
.xjx-detail-hd-business { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: 13px; color: #334155; }
.xjx-detail-hd-business-k { color: #94a3b8; font-size: 12px; }
/* 主营业务/服务项目 chip */
.xjx-detail-chip { display: inline-flex; align-items: center; gap: 4px; font-size: 12px; font-weight: 600; padding: 3px 10px; border-radius: 999px; background: #FFF7ED; color: #EA580C; border: 1px solid #FDBA74; }
.xjx-chip-ico { width: 18px; height: 18px; border-radius: 4px; background: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; }
/* hero 操作按钮：xw360 风格浅色边框小按钮（v2471-556：占满证书条宽度，三按钮均分） */
.xjx-detail-hd-gallery-bar { display: flex; flex-direction: column; align-items: stretch; gap: 10px; }
.xjx-detail-hd-gallery-bar .xjx-detail-hd-actions { margin-left: 0; width: 100%; }
.xjx-detail-hd-actions { display: flex; gap: 10px; }
.xjx-detail-hd-cert { margin-top: 12px; }
/* hero 左侧证书小条（已废弃，保留兼容） */
.xjx-detail-hd-cert .xjx-detail-cert-mini { width: fit-content; max-width: 360px; padding: 7px 12px; gap: 10px; }
.xjx-detail-hd-cert .xjx-detail-cert-mini-seal { width: 38px; height: 38px; }
/* hero 轮播图下方证书小条更紧凑 */
.xjx-detail-hd-gallery-bar .xjx-detail-cert-mini { width: 100%; flex: none; padding: 8px 12px; gap: 8px; }
.xjx-detail-hd-gallery-bar .xjx-detail-cert-mini-seal { width: 34px; height: 34px; font-size: 9px; }
.xjx-detail-hd-gallery-bar .xjx-detail-cert-mini-title { font-size: 12px; }
.xjx-detail-hd-gallery-bar .xjx-detail-cert-mini-sub { font-size: 11px; }
.xjx-detail-hd-actions .xjx-detail-btn { flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 5px; font-size: 13px; font-weight: 600; padding: 8px 0; border-radius: 6px; border: 1px solid #e2e8f0; background: #fff; color: #475569; cursor: pointer; transition: all .15s; }
.xjx-detail-hd-actions .xjx-detail-btn:hover { border-color: #FDBA74; color: #EA580C; background: #FFF7ED; }
.xjx-detail-hd-actions .xjx-detail-btn.primary { background: linear-gradient(135deg,#F97316,#EA580C); color: #fff; border-color: transparent; box-shadow: 0 4px 12px rgba(249,115,22,.28); }
.xjx-detail-hd-actions .xjx-detail-btn.primary:hover { background: linear-gradient(135deg,#FB923C,#F97316); }

/* hero 内门店信息摘要（提前到左侧空白区） */
.xjx-detail-hd-contact {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 10px 14px;
  margin-top: 12px;
  padding: 12px 14px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}
.xjx-detail-hd-contact-item { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.xjx-detail-hd-contact-wide { grid-column: 1 / -1; }
.xjx-detail-hd-contact-k { font-size: 11px; color: #94a3b8; }
.xjx-detail-hd-contact-v { font-size: 13px; color: #0f172a; font-weight: 600; word-break: break-all; line-height: 1.45; }
.xjx-detail-hd-contact-v a { color: #F97316; }
@media (max-width: 900px) {
  .xjx-detail-hd-contact { grid-template-columns: 1fr 1fr; }
  .xjx-detail-hd-contact-wide { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  .xjx-detail-hd-contact { grid-template-columns: 1fr; }
  .xjx-detail-hd-contact-wide { grid-column: auto; }
}

/* hero 内门店介绍：合并原 sec-info 卡片内容，避免上下卡片间大段空白 */
.xjx-detail-hd-intro { margin-top: 12px; padding-top: 12px; border-top: 1px solid #f1f5f9; }
.xjx-detail-hd-intro-k { display: block; font-size: 11px; color: #94a3b8; margin-bottom: 4px; }
.xjx-detail-hd-intro-v { font-size: 13px; color: #475569; line-height: 1.7; display: block; }

/* hero 内服务项目：紧凑 chip 横排 */
.xjx-detail-hd-svc { margin-top: 14px; padding-top: 12px; border-top: 1px solid #f1f5f9; }
.xjx-detail-hd-svc-head { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; color: #0f172a; margin-bottom: 8px; }
.xjx-detail-hd-svc-head-ico { width: 22px; height: 22px; border-radius: 6px; background: linear-gradient(135deg, #F97316, #FB923C); color: #fff; font-size: 12px; display: flex; align-items: center; justify-content: center; }
.xjx-detail-hd-svc-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.xjx-detail-hd-svc-chip { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: 999px; background: #f8fafc; border: 1px solid #e2e8f0; font-size: 13px; color: #334155; }
.xjx-detail-hd-svc-ico { width: 22px; height: 22px; border-radius: 6px; background: #fff; display: flex; align-items: center; justify-content: center; font-size: 14px; }
.xjx-detail-hd-svc-name { font-size: 13px; font-weight: 600; color: #334155; }

.xjx-detail-sec { padding: 16px 20px; }
.xjx-detail-sec-head { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.xjx-detail-sec-ico { width: 22px; height: 22px; border-radius: 6px; background: linear-gradient(135deg, #F97316, #FB923C); color: #fff; font-size: 12px; display: flex; align-items: center; justify-content: center; }
.xjx-detail-sec-head h2 { font-size: 15px; font-weight: 800; color: #0f172a; margin: 0; }
.xjx-detail-contact-hint { font-size: 13px; color: #EF4444; margin-bottom: 10px; line-height: 1.6; }
/* 店铺介绍：左文右图轮播，无图时单列撑满 */
.xjx-detail-intro-grid { display: grid; grid-template-columns: 1fr 280px; gap: 18px; align-items: start; }
.xjx-detail-intro-grid.single { grid-template-columns: 1fr; }
.xjx-detail-intro-text { font-size: 14px; color: #475569; line-height: 1.7; }
/* 门店信息：介绍文字 + 位置 4 列紧凑网格 */
.xjx-detail-info-loc { margin-top: 4px; }
.xjx-detail-info-sep { height: 1px; background: #EBEDF0; margin: 12px 0; }
/* 通用轮播：左右滚动 */
.xjx-detail-carousel { position: relative; border-radius: 12px; overflow: hidden; background: #f1f5f9; aspect-ratio: 4 / 3; }
.xjx-detail-carousel-track { display: flex; width: 100%; height: 100%; transition: transform .5s ease; }
.xjx-detail-carousel-slide { flex: 0 0 100%; width: 100%; position: relative; }
.xjx-detail-carousel-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.xjx-detail-carousel-dots { position: absolute; left: 0; right: 0; bottom: 10px; display: flex; justify-content: center; gap: 6px; z-index: 2; }
.xjx-detail-carousel-dot { width: 7px; height: 7px; border-radius: 999px; background: rgba(255,255,255,.6); cursor: pointer; transition: all .2s; }
.xjx-detail-carousel-dot.active { background: #F97316; width: 14px; }
.xjx-detail-svc-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 10px; }
.xjx-detail-svc-item { display: flex; align-items: flex-start; gap: 8px; padding: 8px 12px; border: 1px solid #e2e8f0; border-radius: 10px; background: #fff; transition: all .15s; }
.xjx-detail-svc-item:hover { border-color: #FDBA74; background: #FFF7ED; }
.xjx-detail-svc-ico { width: 24px; height: 24px; border-radius: 6px; background: #FFF7ED; color: #F97316; font-size: 13px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.xjx-detail-svc-body { min-width: 0; }
.xjx-detail-svc-name { font-size: 13.5px; font-weight: 700; color: #0f172a; margin-bottom: 1px; }
.xjx-detail-svc-desc { font-size: 12px; color: #64748B; line-height: 1.45; }
/* 在线报修：一比一参考 xw360 */
.xjx-detail-wo-form { max-width: 720px; }
.xjx-detail-wo-row { display: grid; grid-template-columns: 64px 1fr; align-items: start; gap: 14px; }
.xjx-detail-wo-row + .xjx-detail-wo-row { margin-top: 12px; }
.xjx-detail-wo-label { font-size: 14px; color: #0f172a; font-weight: 500; text-align: right; line-height: 38px; margin: 0; }
.xjx-detail-wo-label em { color: #F97316; font-style: normal; margin-left: 2px; }
.xjx-detail-wo-form .xjx-wo-input { height: 38px; padding: 0 12px; border-color: #d1d5db; border-radius: 4px; background: #fff; }
.xjx-detail-wo-form .xjx-wo-input::placeholder { color: #9ca3af; }
.xjx-detail-wo-form .xjx-wo-input:focus { border-color: #F97316; box-shadow: 0 0 0 3px rgba(249,115,22,.12); }
.xjx-detail-wo-form textarea.xjx-wo-input { height: auto; min-height: 90px; padding: 10px 12px; line-height: 1.6; resize: vertical; }
.xjx-detail-wo-addr { display: grid; gap: 8px; }
.xjx-detail-wo-addr-sels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; min-width: 0; }
.xjx-detail-wo-addr-sels select { width: 100%; min-width: 0; }
.xjx-detail-wo-sel {
  cursor: pointer;
  /* 使用浏览器原生下拉箭头，避免自定义箭头带来的点击错位感 */
}
.xjx-detail-wo-agree { margin-top: 16px; font-size: 13px; color: #475569; line-height: 1.5; }
.xjx-detail-wo-agree .xjx-wo-agree-label { display: inline-flex; align-items: center; gap: 6px; cursor: pointer; }
.xjx-detail-wo-actions { margin-top: 12px; }
.xjx-detail-wo-actions .xjx-wo-submit { width: 100%; height: 44px; border-radius: 8px; font-size: 15px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: none; background: linear-gradient(135deg, #F97316, #EA580C); color: #fff; font-weight: 500; cursor: pointer; box-shadow: 0 4px 14px rgba(249,115,22,.25); }
.xjx-detail-wo-actions .xjx-wo-submit:hover { opacity: .94; transform: translateY(-1px); box-shadow: 0 8px 20px rgba(249,115,22,.32); }
.xjx-wo-agree-check { width: 16px; height: 16px; accent-color: #F97316; cursor: pointer; flex: 0 0 auto; }
.xjx-wo-agree-link { color: #F97316; font-weight: 700; text-decoration: none; }
.xjx-wo-agree-link:hover { text-decoration: underline; }
.xjx-detail-wo-highlight { animation: xjxWoGlow 1.2s ease; }
@keyframes xjxWoGlow { 0%,100% { box-shadow: 0 0 0 0 rgba(249,115,22,0); } 50% { box-shadow: 0 0 0 4px rgba(249,115,22,.25); } }
@media (max-width: 700px) {
  .xjx-detail-wo-row { grid-template-columns: 1fr; gap: 6px; }
  .xjx-detail-wo-label { text-align: left; line-height: 1.4; }
  .xjx-detail-wo-addr-sels { grid-template-columns: 1fr; }
}
.xjx-detail-tips { list-style: none; display: grid; gap: 6px; margin: 0; padding: 0; }
.xjx-detail-tips li { position: relative; padding-left: 14px; font-size: 13px; color: #475569; line-height: 1.6; }
.xjx-detail-tips li::before { content: '•'; position: absolute; left: 0; top: 0; color: #F97316; font-size: 15px; line-height: 1.4; }
.xjx-detail-tips b { color: #0f172a; font-weight: 500; margin-right: 4px; text-decoration: underline wavy #F97316 1px; text-underline-offset: 2px; }
.xjx-detail-tips-block { margin-top: 2px; }
.xjx-detail-tips-sub { font-size: 13.5px; font-weight: 700; color: #F97316; margin: 14px 0 6px; }
.xjx-detail-tips-sub:first-child { margin-top: 0; }
/* v2471-565 · 服务声明内嵌「隐私与数据安全提醒」警示块 */
.xjx-detail-privacy {
  margin-top: 14px; padding: 12px 14px;
  background: #FFF7ED; border: 1px solid #FED7AA; border-left: 3px solid #F97316;
  border-radius: 10px;
}
.xjx-detail-privacy .xjx-detail-sec-head { margin-bottom: 8px; }
.xjx-detail-privacy .xjx-detail-sec-ico { background: linear-gradient(135deg, #EF4444, #F97316); }
.xjx-detail-privacy-list { list-style: none; display: grid; gap: 6px; margin: 0; padding: 0; }
.xjx-detail-privacy-list li { position: relative; padding-left: 14px; font-size: 13px; color: #7c2d12; line-height: 1.6; }
.xjx-detail-privacy-list li::before { content: '•'; position: absolute; left: 0; top: 0; color: #F97316; font-size: 15px; line-height: 1.4; }
.xjx-detail-privacy-list b { color: #9a3412; font-weight: 600; margin-right: 4px; }
/* 门店位置与联系方式：地址整行 + 3 列紧凑信息网格 */
.xjx-detail-location-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px 12px; align-items: start; }
.xjx-detail-location-grid-addr { grid-template-columns: 1fr; margin-bottom: 10px; }
.xjx-detail-location-item { display: flex; flex-direction: column; gap: 2px; }
.xjx-detail-location-k { font-size: 11px; color: #94a3b8; }
.xjx-detail-location-v { font-size: 13px; color: #0f172a; font-weight: 600; word-break: break-all; line-height: 1.5; }
.xjx-detail-location-v a { color: #F97316; }
/* v2471-575 真实服务评价：Google Maps 风格 */
.xjx-detail-fb-stars { font-size: 18px; color: #F59E0B; letter-spacing: 2px; }
/* 评分摘要 */
.xjx-detail-fb-summary { display: flex; align-items: center; gap: 18px; background: #FFF7ED; border: 1px solid #FED7AA; border-radius: 14px; padding: 18px 20px; margin-bottom: 16px; }
.xjx-detail-fb-summary-num { font-size: 40px; font-weight: 800; color: #F97316; line-height: 1; }
.xjx-detail-fb-summary-max { font-size: 16px; color: #FB923C; font-weight: 600; margin-left: 2px; }
.xjx-detail-fb-summary-meta { display: flex; flex-direction: column; gap: 4px; }
.xjx-detail-fb-summary-count { font-size: 14px; font-weight: 600; color: #0f172a; }
.xjx-detail-fb-summary-note { font-size: 12px; color: #94a3b8; }
/* 评分分布 */
.xjx-detail-fb-dist { background: #F8FAFC; border: 1px solid #E2E8F0; border-radius: 12px; padding: 14px 16px; margin-bottom: 16px; display: grid; gap: 6px; }
.xjx-detail-fb-dist-row { display: flex; align-items: center; gap: 10px; }
.xjx-detail-fb-dist-label { font-size: 12px; color: #64748b; width: 26px; flex-shrink: 0; }
.xjx-detail-fb-dist-bar { flex: 1; height: 8px; background: #E2E8F0; border-radius: 4px; overflow: hidden; }
.xjx-detail-fb-dist-bar i { display: block; height: 100%; background: linear-gradient(90deg, #FBBF24, #F97316); border-radius: 4px; }
.xjx-detail-fb-dist-pct { font-size: 12px; color: #64748b; width: 34px; text-align: right; flex-shrink: 0; }
/* 评价列表 */
.xjx-detail-fb-list { display: grid; gap: 14px; }
.xjx-detail-fb-item { border: 1px solid #E2E8F0; border-radius: 12px; padding: 16px; background: #fff; }
.xjx-detail-fb-item-head { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.xjx-detail-fb-avatar { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, #F97316, #FB923C); color: #fff; font-size: 16px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.xjx-detail-fb-item-who { display: flex; flex-direction: column; gap: 2px; flex: 1; min-width: 0; }
.xjx-detail-fb-item-name { font-size: 14px; font-weight: 600; color: #0f172a; }
.xjx-detail-fb-item-src { font-size: 12px; color: #94a3b8; }
.xjx-detail-fb-item-stars { font-size: 14px; color: #F59E0B; letter-spacing: 1px; flex-shrink: 0; }
.xjx-detail-fb-item-summary { font-size: 14px; font-weight: 600; color: #0f172a; margin-bottom: 6px; }
.xjx-detail-fb-item-content { font-size: 13px; color: #475569; line-height: 1.7; margin-bottom: 10px; }
.xjx-detail-fb-item-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
.xjx-detail-fb-tag { font-size: 12px; color: #F97316; background: #FFF7ED; border: 1px solid #FED7AA; border-radius: 6px; padding: 2px 8px; }
.xjx-detail-fb-item-imgs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 10px; }
.xjx-detail-fb-img { width: 88px; height: 88px; border-radius: 8px; overflow: hidden; border: 1px solid #E2E8F0; display: block; }
.xjx-detail-fb-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.xjx-detail-fb-item-reply { display: flex; gap: 8px; background: #F8FAFC; border-left: 3px solid #2563EB; border-radius: 0 8px 8px 0; padding: 10px 12px; }
.xjx-detail-fb-reply-ico { color: #2563EB; font-weight: 700; flex-shrink: 0; }
.xjx-detail-fb-reply-body { font-size: 13px; color: #334155; line-height: 1.6; }
.xjx-detail-fb-reply-name { color: #2563EB; margin-right: 6px; font-size: 12px; }
/* 用户评价：无评价诚实空状态（不再展示虚假 5.0） */
.xjx-detail-fb-empty { text-align: center; padding: 28px 12px 8px; }
.xjx-detail-fb-empty-ico { width: 60px; height: 60px; margin: 0 auto 14px; border-radius: 50%; background: #F8FAFC; display: flex; align-items: center; justify-content: center; font-size: 26px; }
.xjx-detail-fb-empty-title { font-size: 15px; font-weight: 500; color: #0f172a; margin: 0 0 6px; }
.xjx-detail-fb-empty-sub { font-size: 13px; color: #64748b; margin: 0 0 16px; line-height: 1.6; }
.xjx-detail-fb-hint { display: inline-flex; align-items: center; gap: 6px; background: #F8FAFC; border: 0.5px solid rgba(0,0,0,0.08); border-radius: 8px; padding: 8px 12px; font-size: 12px; color: #64748b; }
.xjx-detail-fb-hint-ico { color: #F59E0B; font-size: 13px; }
/* v2471-690 · 特约授权证书 重设计：干净证件卡（红章水印 + 信息网格 + 信任条），无动画 */
.xjx-detail-cert.xjx-cert-v2 { display: block; position: relative; background: #fff; border: 1px solid #E7ECF2; border-radius: 14px; padding: 0; overflow: hidden; }
.xjx-cert-v2 .xjx-cert-accent { height: 4px; background: linear-gradient(90deg, #F97316, #FB923C); }
.xjx-cert-v2 .xjx-cert-head { position: relative; z-index: 1; display: flex; align-items: center; gap: 12px; padding: 16px 44px 14px 18px; border-bottom: 1px solid #F1F5F9; }
.xjx-cert-v2 .xjx-cert-mark { flex-shrink: 0; width: 38px; height: 38px; border-radius: 10px; background: linear-gradient(135deg, #F97316, #EA580C); color: #fff; font-size: 18px; font-weight: 900; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 6px rgba(249,115,22,.3); }
.xjx-cert-v2 .xjx-cert-head-t { flex: 1; min-width: 0; }
.xjx-cert-v2 .xjx-cert-title { font-size: 17px; font-weight: 800; color: #0f172a; line-height: 1.2; }
.xjx-cert-v2 .xjx-cert-sub { font-size: 11px; color: #94A3B8; margin-top: 2px; letter-spacing: .3px; }
.xjx-cert-v2 .xjx-cert-pill { flex-shrink: 0; display: inline-flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: 999px; border: 1px solid; }
.xjx-cert-v2 .xjx-cert-pill::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.xjx-cert-v2 .xjx-cert-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #F1F5F9; }
.xjx-cert-v2 .xjx-cert-cell { background: #fff; display: flex; flex-direction: column; gap: 3px; min-height: 56px; padding: 11px 14px; }
.xjx-cert-v2 .xjx-cert-k { font-size: 11px; color: #94A3B8; font-weight: 600; }
.xjx-cert-v2 .xjx-cert-v { font-size: 13.5px; color: #0f172a; line-height: 1.45; word-break: break-all; }
.xjx-cert-v2 .xjx-cert-mono { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 13px; font-weight: 600; }
.xjx-cert-v2 .xjx-cert-ok { display: inline-block; font-size: 10px; font-style: normal; color: #059669; background: #D1FAE5; padding: 1px 5px; border-radius: 4px; margin-left: 4px; vertical-align: middle; }
.xjx-cert-v2 .xjx-cert-seal { position: absolute; right: 4px; top: 52%; transform: translateY(-50%) rotate(-12deg); width: 150px; height: 150px; opacity: .05; pointer-events: none; z-index: 0; }
.xjx-cert-v2 .xjx-cert-foot { position: relative; z-index: 1; display: flex; align-items: center; gap: 8px; padding: 11px 16px; background: #F0FDF4; border-top: 1px solid #DCFCE7; font-size: 11.5px; color: #047857; line-height: 1.5; }
.xjx-cert-v2 .xjx-cert-foot svg { flex-shrink: 0; }
@media (max-width: 380px) {
  .xjx-cert-v2 .xjx-cert-grid { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .xjx-detail-body { grid-template-columns: 1fr; }
  .xjx-detail-right { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .xjx-detail-hd-grid { grid-template-columns: 1fr; gap: 14px; }
  .xjx-detail-hd-gallery { order: -1; }
  .xjx-detail-hd-gallery-bar { flex-direction: column; align-items: stretch; }
  .xjx-detail-hd-gallery-bar .xjx-detail-hd-actions { margin-left: 0; justify-content: flex-start; }
  .xjx-detail-hd-actions .xjx-detail-btn { flex: 1; justify-content: center; }
  .xjx-detail-hd-name { font-size: 20px; }
  .xjx-detail-hd-region { white-space: normal; }
  .xjx-detail-contact-grid { grid-template-columns: 1fr 1fr; }
  .xjx-detail-intro-grid { grid-template-columns: 1fr; }
  .xjx-detail-carousel { aspect-ratio: 16 / 10; }
  .xjx-detail-svc-list { grid-template-columns: 1fr; }
  .xjx-detail-location-grid { grid-template-columns: repeat(3, 1fr); }
  .xjx-detail-location-grid-addr { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .xjx-detail-location-grid { grid-template-columns: 1fr; }
  .xjx-detail-right { grid-template-columns: 1fr; }
  .xjx-detail-contact-grid { grid-template-columns: 1fr; }
}


/* 资质证书：小图标入口 */
.xjx-detail-cert-mini { display: flex; align-items: center; gap: 12px; width: 100%; text-align: left; cursor: pointer; padding: 10px 14px; border: 1px solid #fcd9b6; background: #FFF7ED; border-radius: 10px; }
.xjx-detail-cert-mini:hover { border-color: #F97316; }
.xjx-detail-cert-mini-seal { flex-shrink: 0; width: 44px; height: 44px; border: 2px solid #D32F2F; border-radius: 50%; display: flex; align-items: center; justify-content: center; text-align: center; color: #D32F2F; font-weight: 900; font-size: 10px; line-height: 1.3; transform: rotate(-12deg); }
.xjx-detail-cert-mini-body { flex: 1; display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.xjx-detail-cert-mini-title { font-size: 13.5px; font-weight: 800; color: #0f172a; }
.xjx-detail-cert-mini-sub { font-size: 12px; font-weight: 700; }
.xjx-detail-cert-mini-arrow { flex-shrink: 0; font-size: 12px; font-weight: 700; color: #F97316; }
.xjx-detail-cert-mini:hover .xjx-detail-cert-mini-arrow { color: #EA580C; }

/* 资质证书：弹窗 */
.xjx-cert-modal { position: fixed; inset: 0; z-index: 9999; display: none; align-items: center; justify-content: center; padding: 20px; }
.xjx-cert-modal.open { display: flex; }
.xjx-cert-modal-mask { position: absolute; inset: 0; background: rgba(15,23,42,.55); -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); }
.xjx-cert-modal-dialog { position: relative; width: min(560px, 94vw); background: #fff; border-radius: 16px; padding: 0; overflow: hidden; box-shadow: 0 24px 60px rgba(15,23,42,.35); }
.xjx-cert-modal-close { position: absolute; top: 12px; right: 12px; z-index: 5; width: 30px; height: 30px; border: none; background: rgba(255,255,255,.85); border-radius: 8px; font-size: 20px; line-height: 1; color: #475569; cursor: pointer; }
.xjx-cert-modal-close:hover { background: #e2e8f0; color: #0f172a; }
.xjx-detail-cert-modal-inner .xjx-detail-cert { margin: 0; }

/* v2471-556 · 全局轻量 toast */
.xjx-toast {
  position: fixed;
  left: 50%;
  bottom: 80px;
  transform: translate(-50%, 12px);
  max-width: min(520px, 86vw);
  padding: 10px 18px;
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.88);
  color: #fff;
  font-size: 13.5px;
  line-height: 1.5;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.18);
  opacity: 0;
  pointer-events: none;
  z-index: 10000;
  transition: opacity .2s ease, transform .2s ease;
}
.xjx-toast.show { opacity: 1; transform: translate(-50%, 0); }

/* ========== 底部（v2471-390 白色清爽风格） ========== */
.xjx-footer {
  background: #FFFFFF;
  color: #334155;
  border-top: 1px solid #f1f5f9;
  /* v2471-454 · 底部紧凑化：padding 由 44/24 收紧为 28/18 */
  padding: 28px 0 18px;
  font-size: 13px;
}
.xjx-list-page .xjx-footer { padding-top: 24px; }
.xjx-footer a { color: #475569; transition: color .15s; }
.xjx-footer a:hover { color: #F97316; }
.xjx-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr 1.7fr;
  gap: 32px;
  margin-bottom: 28px;
}
.xjx-footer-col-brand .xjx-footer-desc { max-width: 260px; }
.xjx-footer-brand { font-size: 22px; font-weight: 700; color: #0f172a; margin-bottom: 12px; letter-spacing: -0.5px; }
.xjx-footer-desc { line-height: 1.8; color: #64748b; }
.xjx-footer-title { font-size: 14px; color: #0f172a; font-weight: 700; margin-bottom: 14px; }
.xjx-footer-list li { line-height: 1.9; color: #475569; }
.xjx-footer-qr { display: flex; flex-direction: row; gap: 12px; }
.xjx-footer-qr-img {
  width: 110px; height: 110px;
  flex: 0 0 110px;
  background: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 6px;
  padding: 5px;
  display: flex; align-items: center; justify-content: center;
}
.xjx-footer-qr-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  align-content: center;
}
.xjx-footer-qr-tab {
  padding: 6px 8px;
  border-radius: 0;
  background: #f1f5f9;
  color: #64748b !important;
  font-size: 12px; font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all .15s;
  white-space: nowrap;
  text-align: center;
}
.xjx-footer-qr-tab:hover { background: #ffedd5; color: #F97316 !important; }
.xjx-footer-qr-tab.active { background: #F97316; color: #fff !important; }
.xjx-footer-social-wrap {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed #e2e8f0;
}
.xjx-footer-social-label {
  font-size: 11px;
  color: #94a3b8;
  margin-bottom: 8px;
  font-weight: 500;
}
.xjx-footer-social-links { display: flex; flex-wrap: nowrap; gap: 6px; }
.xjx-footer-social-link {
  padding: 4px 10px;
  border-radius: 8px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #475569 !important;
  font-size: 12px; font-weight: 600;
  text-decoration: none;
  transition: all .15s;
  white-space: nowrap;
}
.xjx-footer-social-link:hover { background: #F97316; color: #fff !important; border-color: #F97316; }

/* ===== v2471-464 · 右侧悬浮客服条（xw360 风格：白色圆角竖条 + 图标按钮） ===== */
.xjx-float-bar {
  position: fixed;
  right: 8px;
  top: 52%;
  z-index: 80;
  width: 52px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,.1);
  padding: 4px 0;
  transform: translateY(-50%);
}
.xjx-float-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.xjx-float-item {
  position: relative;
  width: 52px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #64748b;
  background: transparent;
  border: none;
  border-bottom: 1px solid #f1f5f9;
  padding: 0;
  transition: all .18s;
}
.xjx-float-item:last-child { border-bottom: none; }
.xjx-float-item:hover { background: #f8fafc; color: #F97316; }
.xjx-float-item svg { width: 22px; height: 22px; display: block; }
.xjx-float-item:not(.xjx-float-wechat):not(.xjx-float-qq) svg { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
/* 微信 / QQ 品牌图标使用 SVG 内联标准品牌色 */
.xjx-float-item.xjx-float-wechat svg,
.xjx-float-item.xjx-float-qq svg { width: 24px; height: 24px; }
.xjx-float-service { color: #F97316; }
.xjx-float-service:hover { background: #fff7ed; color: #ea580c; }
/* v2471-521 · 返回顶部箭头默认隐藏，滚动到下方才显示（xw360 行为，无动效即时切换） */
.xjx-float-top { display: none; }
.xjx-float-top.show { display: flex; }

.xjx-float-pop {
  position: absolute;
  right: 62px;
  top: 0;
  width: 160px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(15,23,42,.22);
  padding: 16px 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(12px) scale(.96);
  transform-origin: right top;
  transition: all .2s;
}
.xjx-float-pop.open { opacity: 1; visibility: visible; transform: translateX(0) scale(1); }
.xjx-float-pop-arrow {
  position: absolute;
  right: -7px;
  width: 14px; height: 14px;
  background: #fff;
  transform: rotate(45deg);
  border-radius: 3px;
  box-shadow: 4px -4px 8px rgba(15,23,42,.06);
}
.xjx-float-pop-hd {
  font-size: 14px; font-weight: 700; color: #1f2329;
  margin-bottom: 12px; text-align: center;
}
.xjx-float-cs-list { display: flex; flex-direction: column; gap: 12px; }
.xjx-float-cs-item { text-align: center; }
.xjx-float-cs-item img {
  width: 140px; height: 140px; object-fit: contain;
  border: 1px solid #f1f5f9; border-radius: 8px; background: #fff;
}
.xjx-float-cs-name { font-size: 13px; font-weight: 600; color: #1f2329; margin-top: 6px; }
.xjx-float-cs-tip { font-size: 11px; color: #94a3b8; margin-top: 2px; }
.xjx-float-cs-empty { font-size: 12px; color: #94a3b8; text-align: center; padding: 18px 0; }

/* 移动端隐藏悬浮客服条（H5 端已有自己的客服入口） */
@media (max-width: 768px) {
  .xjx-float-bar { display: none; }
}
.xjx-footer-record-row {
  border-top: 1px solid #f1f5f9;
  padding-top: 10px;
  margin-top: 0;
  color: #94a3b8;
  font-size: 12px;
  line-height: 1.7;
}
.xjx-footer-record-content {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  text-align: left;
}
.xjx-footer-record a { color: #94a3b8; }
.xjx-footer-record a:hover { color: #F97316; }
.xjx-footer-record-bottom {
  margin-top: 12px;
  text-align: center;
  color: #94a3b8;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.xjx-footer-record-bottom a { color: #94a3b8; }
.xjx-footer-record-bottom a:hover { color: #F97316; }
.xjx-footer-divider { color: #e2e8f0; font-size: 11px; }
.xjx-footer-copyright { color: #64748b; }
.xjx-footer-copy {
  text-align: center;
  color: #94a3b8;
  font-size: 11px;
  margin-top: 12px;
  line-height: 1.6;
}
.xjx-footer-brands {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  padding: 0 16px;
  background: transparent;
  border: none;
  border-radius: 0;
  text-align: left;
  color: #94a3b8;
  font-size: 11px;
  line-height: 1.7;
}
.xjx-footer-brands-row {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  width: 100%;
  max-width: 1100px;
  margin-bottom: 6px;
  text-align: left;
}
.xjx-footer-brands-row:last-child { margin-bottom: 0; }
.xjx-footer-brands-tag {
  flex: 0 0 auto;
  min-width: 56px;
  white-space: nowrap;
  margin-bottom: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  color: #F97316;
  font-size: 11px;
  font-weight: 700;
  vertical-align: baseline;
  text-align: right;
}
.xjx-footer-brands-tag::after { content: '：'; }
.xjx-footer-brands-text {
  flex: 1;
  color: #94a3b8;
  text-align: left;
}
.xjx-footer-brands-line { display: block; }
.xjx-footer-brands-line + .xjx-footer-brands-line { margin-top: 2px; }
.xjx-footer a.xjx-footer-link {
  color: #F97316;
  text-decoration: none;
  border-bottom: 1px solid rgba(249,115,22,0.4);
  padding-bottom: 0;
  transition: color .15s, border-color .15s;
}
.xjx-footer a.xjx-footer-link:hover { color: #EA580C; border-bottom-color: #EA580C; }

/* 2471-897 · 底部友情链接（容器复用 xjx-footer-brands-row） */
.xjx-footer-brands-text.xjx-f-links a { text-decoration: none; transition: color .15s; }
.xjx-footer-brands-text.xjx-f-links a:hover { text-decoration: underline; }
.xjx-footer-fl-sep { color: #cbd5e1; margin: 0 6px; font-weight: 400; }

@media (max-width: 1280px) {
  .xjx-footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; }
  .xjx-footer-col-qr { display: none; }
}

/* ========== 加载/空状态 ========== */
.xjx-loading { padding: 60px; text-align: center; color: #94a3b8; font-size: 13px; }
.xjx-loading::before { content: ''; display: inline-block; width: 16px; height: 16px; border: 2px solid #F97316; border-top-color: transparent; border-radius: 50%; animation: xjxspin .8s linear infinite; margin-right: 8px; vertical-align: -2px; }
@keyframes xjxspin { to { transform: rotate(360deg); } }
.xjx-empty { padding: 80px 0; text-align: center; color: #cbd5e1; font-size: 14px; }
.xjx-empty-icon { font-size: 48px; display: block; margin-bottom: 12px; opacity: .5; }
.xjx-pager { display: flex; justify-content: center; gap: 6px; padding: 24px 0; }
.xjx-pager a { padding: 6px 12px; border: 1px solid #e2e8f0; border-radius: 6px; color: #475569; font-size: 13px; }
.xjx-pager a:hover, .xjx-pager a.active { background: #F97316; color: #fff; border-color: #F97316; }

/* ========== 详情页侧边信息块 ========== */
.xjx-info-list { list-style: none; }
.xjx-info-list li {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px dashed #f1f5f9;
  font-size: 13px;
}
.xjx-info-list li:last-child { border-bottom: 0; }
.xjx-info-list .xjx-info-key { flex: 0 0 90px; color: #94a3b8; }
.xjx-info-list .xjx-info-val { flex: 1; color: #1e293b; word-break: break-all; }
.xjx-info-list .xjx-info-val a { color: #F97316; }

/* ========== 工具类 ========== */
.xjx-text-orange { color: #F97316; }
.xjx-text-blue { color: #2563EB; }
.xjx-text-green { color: #10B981; }
.xjx-text-red { color: #EF4444; }
.xjx-text-muted { color: #94a3b8; }
.xjx-mt-8 { margin-top: 8px; } .xjx-mt-16 { margin-top: 16px; } .xjx-mt-24 { margin-top: 24px; }
.xjx-mb-8 { margin-bottom: 8px; } .xjx-mb-16 { margin-bottom: 16px; } .xjx-mb-24 { margin-bottom: 24px; }
.xjx-divider { height: 1px; background: #f1f5f9; margin: 16px 0; }
/* ========== 城市选择器面板（v2471-108） ========== */
.xjx-city-mask {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(15, 23, 42, .45);
  display: flex; align-items: center; justify-content: center;
}
.xjx-city-panel {
  width: 560px; max-width: calc(100vw - 40px);
  max-height: 70vh;
  background: #fff; border-radius: 14px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, .25);
  display: flex; flex-direction: column;
  overflow: hidden;
  animation: xjxCityIn .18s ease-out;
}
@keyframes xjxCityIn {
  from { opacity: 0; transform: translateY(-12px) scale(.98); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.xjx-city-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 20px; border-bottom: 1px solid #f1f5f9;
}
.xjx-city-title { font-size: 17px; font-weight: 800; color: #1e293b; }
.xjx-city-close {
  width: 30px; height: 30px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #94a3b8; font-size: 14px; cursor: pointer;
  transition: all .15s;
}
.xjx-city-close:hover { background: #f1f5f9; color: #EF4444; }
.xjx-city-search { padding: 12px 20px 4px; }
.xjx-city-search input {
  width: 100%; padding: 9px 14px;
  border: 1px solid #e2e8f0; border-radius: 8px;
  font-size: 13px; outline: none; transition: border-color .15s;
}
.xjx-city-search input:focus { border-color: #F97316; }
.xjx-city-body {
  padding: 12px 20px 20px; overflow-y: auto;
  display: flex; flex-direction: column; gap: 14px;
}
.xjx-city-group { display: flex; flex-direction: column; gap: 6px; }
.xjx-city-prov { font-size: 12px; color: #94a3b8; font-weight: 600; }
.xjx-city-opts { display: flex; flex-wrap: wrap; gap: 8px; }
.xjx-city-opt {
  display: inline-block; padding: 5px 14px;
  border: 1px solid #e2e8f0; border-radius: 6px;
  font-size: 13px; color: #475569; cursor: pointer;
  transition: all .15s;
}
.xjx-city-opt:hover { border-color: #F97316; color: #F97316; background: #FFF7ED; }
.xjx-city-opt.current {
  border-color: #F97316; background: linear-gradient(135deg, #F97316, #EA580C);
  color: #fff; font-weight: 600;
}

/* ========== 维修问答列表（v2471-119，web 端丰富化） ========== */
.xjx-qa-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid #f1f5f9;
  text-decoration: none;
  color: inherit;
  transition: background .15s;
}
.xjx-qa-row:hover { background: #FAFAFA; }
.xjx-qa-row:last-child { border-bottom: 0; }
.xjx-qa-avatar {
  flex: 0 0 38px;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #F97316, #EA580C);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 15px; font-weight: 800;
}
.xjx-qa-body {
  flex: 1; min-width: 0;
  display: flex; flex-direction: column; gap: 3px;
}
.xjx-qa-title {
  font-size: 14.5px; font-weight: 600; color: #1e293b;
  line-height: 1.4;
  display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color .15s;
}
.xjx-qa-row:hover .xjx-qa-title { color: #F97316; }
.xjx-qa-summary {
  font-size: 12.5px; color: #64748B;
  line-height: 1.45;
  display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;
  overflow: hidden;
}
.xjx-qa-meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: #94a3b8;
  flex-wrap: wrap;
}
.xjx-qa-tag {
  background: #FFF7ED;
  color: #EA580C;
  padding: 2px 10px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
}
.xjx-qa-author { color: #475569; font-weight: 500; }
.xjx-qa-arrow {
  font-size: 14px; color: #94a3b8;
  flex-shrink: 0;
}

/* v2471-363 · 首页「资讯与问答」两栏：左新闻文章 + 右维修问答 */
.xjx-news-qa-card { overflow: hidden; }
.xjx-news-qa-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.xjx-news-qa-col { padding: 18px 18px 14px; }
.xjx-news-qa-col-news { border-right: 1px solid #f1f5f9; }
.xjx-news-qa-col-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f5f9;
}
.xjx-news-qa-col-title { font-size: 16px; font-weight: 700; color: #1e293b; }
.xjx-news-qa-col-more { font-size: 12px; color: #94a3b8; }
.xjx-news-qa-col-more:hover { color: #F97316; }

/* v2471-380 · 新闻文章行（与右侧维修问答结构对称，v2471-446 紧凑化） */
.xjx-article-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid #f1f5f9;
  text-decoration: none;
  color: inherit;
  transition: background .15s;
}
.xjx-article-row:last-child { border-bottom: 0; }
.xjx-article-row:hover { background: #FAFAFA; }
.xjx-article-avatar {
  flex: 0 0 38px;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2563EB, #1D4ED8);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 15px; font-weight: 800;
}
.xjx-article-body {
  flex: 1; min-width: 0;
  display: flex; flex-direction: column; gap: 3px;
}
.xjx-article-title {
  font-size: 14.5px; font-weight: 600; color: #1e293b;
  line-height: 1.4;
  display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color .15s;
}
.xjx-article-row:hover .xjx-article-title { color: #F97316; }
.xjx-article-summary {
  font-size: 12.5px; color: #64748B;
  line-height: 1.45;
  display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;
  overflow: hidden;
}
.xjx-article-meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: #94a3b8;
  flex-wrap: wrap;
}
.xjx-article-tag {
  background: #EFF6FF;
  color: #2563EB;
  padding: 2px 10px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
}
@media (max-width: 900px) {
  .xjx-news-qa-grid { grid-template-columns: 1fr; }
  .xjx-news-qa-col-news { border-right: 0; border-bottom: 1px solid #f1f5f9; }
}

/* ========== 网点推荐：城市 chip 导航 + 4 列卡片 + 主修 chips + 红心（v2471-123） ========== */
.xjx-city-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 0 0 16px;
  padding: 4px 0;
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 16px;
}
.xjx-city-chip {
  display: inline-block;
  padding: 6px 14px;
  font-size: 13px;
  color: #475569;
  border-radius: 999px;
  cursor: pointer;
  transition: all .15s;
  text-decoration: none;
}
.xjx-city-chip:hover {
  background: #FFF7ED;
  color: #F97316;
}
.xjx-city-chip.active {
  background: linear-gradient(135deg, #F97316, #EA580C);
  color: #fff;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(249, 115, 22, .25);
}

.xjx-merch-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
/* v2471-301 · 问答详情提问头部（修复 v2471-299 缺失定义导致的上下堆叠错位） */
.xjx-qad-head { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.xjx-qad-head .xjx-qad-cat { margin-left: auto; }
.xjx-qad-avatar {
  width: 52px; height: 52px;
  border-radius: 50%;
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; font-weight: 800;
  flex-shrink: 0;
}
.xjx-qad-avatar.small { width: 40px; height: 40px; font-size: 16px; }
.xjx-qad-meta { flex: 1; min-width: 0; }
.xjx-qad-author { font-size: 15px; font-weight: 700; color: #1e293b; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.xjx-qad-shop { display: inline-flex; align-items: center; gap: 3px; font-size: 12px; font-weight: 500; color: #64748b; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 12px; padding: 2px 8px; line-height: 1.4; white-space: nowrap; }
.xjx-qad-shop.linked { color: #2563EB; background: #EFF6FF; border-color: #BFDBFE; cursor: pointer; text-decoration: none; }
.xjx-qad-shop.linked:hover { background: #DBEAFE; }
.xjx-qad-time { font-size: 12px; color: #94a3b8; margin-top: 2px; }
.xjx-qad-expert {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 8px;
  background: #DBEAFE;
  color: #2563EB;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
}
.xjx-qad-cat {
  padding: 4px 12px;
  background: #FFF7ED;
  color: #EA580C;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}
.xjx-qad-title {
  font-size: 19px; font-weight: 700; color: #0f172a;
  line-height: 1.5;
  margin-bottom: 12px;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.xjx-qad-stats {
  display: flex; gap: 18px;
  padding: 10px 14px;
  background: #f8fafc;
  border-radius: 8px;
  font-size: 13px; color: #64748B;
  margin-bottom: 14px;
}
.xjx-qad-stats b { color: #F97316; font-weight: 700; font-size: 15px; }
.xjx-qad-content {
  font-size: 15px; color: #334155;
  line-height: 1.8;
  padding: 14px 16px;
  background: #FAFAFA;
  border-radius: 8px;
  border-left: 4px solid #F97316;
}
.xjx-qad-content p { margin: 0 0 12px; }
.xjx-qad-content p:last-child { margin-bottom: 0; }
.xjx-qad-content b { color: #1e293b; font-weight: 700; }
.xjx-qad-tags {
  margin-top: 16px;
  font-size: 13px; color: #94a3b8;
}
.xjx-qad-reply {
  padding: 14px 0;
  border-bottom: 1px dashed #f1f5f9;
}
.xjx-qad-reply:last-child { border-bottom: 0; }
.xjx-qad-reply-head {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 10px;
}
.xjx-qad-reply-content {
  font-size: 14px; color: #475569;
  line-height: 1.7;
  padding-left: 52px;
}
.xjx-qad-reply-content p { margin: 0 0 8px; }
.xjx-qad-reply-foot { padding-left: 52px; margin-top: 10px; }
.xjx-qad-like { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; color: #94a3b8; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 999px; padding: 5px 12px; cursor: pointer; transition: all .15s; }
.xjx-qad-like:hover { border-color: #FDBA74; color: #EA580C; }
.xjx-qad-like.liked { background: #FFF7ED; border-color: #F97316; color: #EA580C; font-weight: 700; }
.xjx-qad-like.official { background: #EFF6FF; border-color: #BFDBFE; color: #2563EB; }

/* v2471-299 · 问答详情页三栏 + 头部操作 + 回答表单 */
.xjx-qa-detail-layout { display: grid; grid-template-columns: 140px minmax(0, 1fr) 300px; gap: 16px; align-items: start; }
.xjx-qa-detail-layout > .xjx-sidebar { flex: initial; }
.xjx-qa-detail-layout > .xjx-qa-hot { position: sticky; top: 16px; }
.xjx-qa-detail-layout .xjx-card { padding: 16px; margin-bottom: 12px; }
.xjx-qa-detail-layout .xjx-card-head { margin-bottom: 12px; padding-bottom: 10px; }
.xjx-qad-actions { display: flex; gap: 10px; margin-top: 14px; }
.xjx-qad-answer-btn { height: 38px; padding: 0 22px; border: 0; border-radius: 9px; background: linear-gradient(135deg,#FB923C,#EA580C); color: #fff; font-size: 14px; font-weight: 700; cursor: pointer; transition: opacity .15s; box-shadow: 0 6px 16px rgba(249,115,22,.26); }
.xjx-qad-answer-btn:hover { opacity: .92; }
.xjx-qad-share-btn { height: 38px; padding: 0 18px; border: 1px solid #e2e8f0; border-radius: 9px; background: #fff; color: #475569; font-size: 14px; cursor: pointer; transition: all .15s; }
.xjx-qad-share-btn:hover { border-color: #FDBA74; color: #EA580C; }
.xjx-answer-form { padding: 4px 0 8px; }
.xjx-answer-form textarea { width: 100%; min-height: 92px; border: 1px solid #e2e8f0; border-radius: 10px; padding: 12px 14px; font-size: 14px; color: #334155; resize: vertical; outline: none; font-family: inherit; line-height: 1.6; box-sizing: border-box; transition: border-color .15s; }
.xjx-answer-form textarea:focus { border-color: #F97316; }
.xjx-answer-form-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 12px; }
.xjx-answer-tip { font-size: 12px; color: #94a3b8; }
.xjx-answer-form .xjx-merch-btn { border: 0; }
.xjx-answer-form .xjx-merch-btn:disabled { opacity: .6; cursor: not-allowed; }

@media (max-width: 980px) {
  .xjx-qa-detail-layout { grid-template-columns: 1fr; }
  .xjx-qa-detail-layout > .xjx-qa-hot { order: 3; position: static; }
}

/* v2471-363 · 文章详情页 */
.xjx-article-detail-layout { display: grid; grid-template-columns: 140px minmax(0, 1fr) 300px; gap: 16px; align-items: start; }
.xjx-article-detail-layout > .xjx-sidebar { flex: initial; }
.xjx-article-detail-layout > .xjx-qa-hot { position: sticky; top: 16px; }
.xjx-article-detail-layout .xjx-card { padding: 16px; margin-bottom: 12px; }
.xjx-article-detail-header { padding: 6px 0 12px; border-bottom: 1px solid #f1f5f9; margin-bottom: 12px; }
.xjx-article-detail-title { font-size: 22px; font-weight: 800; color: #0f172a; line-height: 1.4; margin: 0 0 12px; }
.xjx-article-detail-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; font-size: 13px; color: #94a3b8; }
.xjx-article-detail-tag { font-size: 12px; font-weight: 600; color: #2563EB; background: #EFF6FF; padding: 2px 8px; border-radius: 4px; }
.xjx-article-cover { margin-bottom: 16px; border-radius: 10px; overflow: hidden; }
.xjx-article-cover img { display: block; width: 100%; height: auto; }
.xjx-article-detail-summary { font-size: 14px; color: #475569; line-height: 1.8; padding: 12px 14px; background:  #f8fafc; border-radius: 8px; margin-bottom: 14px; }
.xjx-article-detail-body { font-size: 15px; color: #334155; line-height: 1.85; }
.xjx-article-detail-body p { margin: 0 0 12px; }
.xjx-article-detail-body img { max-width: 100%; height: auto; border-radius: 8px; }
.xjx-article-detail-foot { margin-top: 18px; padding-top: 12px; border-top: 1px solid #f1f5f9; font-size: 12px; color: #94a3b8; text-align: center; }

@media (max-width: 980px) {
  .xjx-article-detail-layout { grid-template-columns: 1fr; }
  .xjx-article-detail-layout > .xjx-qa-hot { order: 3; position: static; }
}

/* 维修问答列表（v2471-124 · 复用首页 .xjx-qa-row 样式但允许更紧凑） */
.xjx-qa-list-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #f1f5f9;
  text-decoration: none;
  color: inherit;
  transition: background .15s;
}
.xjx-qa-list-row:hover { background: #FAFAFA; }
.xjx-qa-list-row:last-child { border-bottom: 0; }
.xjx-qa-list-row .xjx-qa-avatar { width: 44px; height: 44px; font-size: 17px; }
.xjx-qa-list-row .xjx-qa-body { flex: 1; min-width: 0; }
.xjx-qa-list-row .xjx-qa-title {
  font-size: 15px; font-weight: 600; color: #1e293b;
  line-height: 1.5;
  display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color .15s;
}
.xjx-qa-list-row:hover .xjx-qa-title { color: #F97316; }
.xjx-qa-list-row .xjx-qa-meta {
  display: flex; gap: 12px; align-items: center;
  font-size: 12px; color: #94a3b8;
  margin-top: 4px;
}
.xjx-qa-list-row .xjx-qa-tag {
  background: #FFF7ED;
  color: #EA580C;
  padding: 1px 8px;
  border-radius: 4px;
  font-weight: 600;
}
.xjx-qa-list-row .xjx-qa-arrow {
  font-size: 13px; color: #94a3b8;
  flex-shrink: 0;
  transition: color .15s;
}
.xjx-qa-list-row:hover .xjx-qa-arrow { color: #F97316; }

/* v2471-337/v2471-373 · 首页地图卡随主内容区同宽（左侧菜单已移除，无需再跨越侧栏） */
#amap-card {
  width: 100%;
  max-width: 100%;
}
/* 三栏栅格：左分类 / 中列表 / 右热门 */
.xjx-qa-layout { display: grid; grid-template-columns: 140px minmax(0, 1fr) 300px; gap: 20px; align-items: start; }
.xjx-qa-layout > .xjx-sidebar { flex: initial; }
/* v2471-408 · 公告视图右侧热门文章去掉阅读数，右栏收窄到 220px，中间列表更宽 */
.xjx-qa-layout.xjx-qa-layout-announce { grid-template-columns: 178px minmax(0, 1fr) 220px; }
/* v2471-349 · 常规问答视图隐藏左侧栏 → 两栏（主内容 + 右热门 300px，与文章页右栏一致） */
.xjx-qa-layout.xjx-qa-layout-noleft { grid-template-columns: minmax(0, 1fr) 300px; }
.xjx-qa-layout.xjx-qa-layout-noleft > .xjx-sidebar { display: none; }
.xjx-qa-hot { background: #fff; border-radius: 12px; padding: 14px 14px; box-shadow: 0 1px 4px rgba(0,0,0,.04); height: fit-content; position: sticky; top: 16px; }
.xjx-qa-hot-title { font-size: 15px; font-weight: 800; color: #0f172a; margin-bottom: 10px; display: flex; align-items: center; gap: 6px; }
.xjx-qa-hot-item { display: grid; grid-template-columns: 22px 1fr auto; gap: 8px; align-items: start; padding: 8px 0; border-bottom: 1px solid #f1f5f9; text-decoration: none; color: #334155; transition: color .15s; }
.xjx-qa-hot-item:last-child { border-bottom: 0; }
.xjx-qa-hot-item:hover .xjx-qa-hot-name { color: #F97316; }
.xjx-qa-hot-rank { width: 22px; height: 22px; border-radius: 6px; background: #f1f5f9; color: #64748b; font-size: 12px; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.xjx-qa-hot-rank.top { background: linear-gradient(135deg,#FB923C,#EA580C); color: #fff; }
.xjx-qa-hot-name { font-size: 13px; line-height: 1.45; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.xjx-qa-hot-meta { font-size: 11px; color: #94a3b8; white-space: nowrap; justify-self: end; margin-top: 4px; }
/* v2471-363 · 热门链接（文章详情页右侧热门文章） */
.xjx-hot-link { display: flex; align-items: flex-start; gap: 8px; padding: 7px 0; border-bottom: 1px dashed #f1f5f9; text-decoration: none; color: #334155; transition: color .15s; }
.xjx-hot-link:last-child { border-bottom: 0; }
.xjx-hot-link:hover { color: #F97316; }
.xjx-hot-dot { width: 6px; height: 6px; border-radius: 50%; background: #e2e8f0; margin-top: 7px; flex-shrink: 0; }
.xjx-hot-link:hover .xjx-hot-dot { background: #FDBA74; }
.xjx-hot-title { font-size: 13px; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/* v2471-629 · 面包屑行：左侧导航 + 右侧「搜索框 + 我要提问」 */
.xjx-qa-crumb-card { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; padding: 10px 20px; margin-bottom: 16px; }
.xjx-qa-crumb-left { display: flex; align-items: center; flex-wrap: wrap; row-gap: 4px; }
.xjx-qa-crumb-right { display: flex; align-items: center; gap: 10px; flex: 1; justify-content: flex-start; min-width: 0; margin-left: 110px; }

/* 面包屑行内搜索框：往左拉长、扁圆角 */
.xjx-qa-crumb-search { display: flex; align-items: center; width: 100%; max-width: 420px; border: 1px solid #e2e8f0; border-radius: 8px; background: #fff; overflow: hidden; transition: border-color .15s, box-shadow .15s; }
.xjx-qa-crumb-search:focus-within { border-color: #FDBA74; box-shadow: 0 0 0 3px rgba(249,115,22,.08); }
.xjx-qa-crumb-search-mark { flex-shrink: 0; width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg,#FFF7ED,#FFEDD5); color: #F97316; font-size: 16px; font-weight: 800; border-radius: 8px 0 0 8px; }
.xjx-qa-crumb-search input { flex: 1; min-width: 0; height: 34px; border: 0; padding: 0 10px; font-size: 13px; outline: none; background: transparent; }
.xjx-qa-crumb-search input::placeholder { color: #94a3b8; }
.xjx-qa-crumb-search button { height: 34px; padding: 0 14px; border: 0; border-left: 1px solid #f1f5f9; background: #fff; color: #F97316; font-size: 13px; font-weight: 700; cursor: pointer; transition: background .15s; white-space: nowrap; }
.xjx-qa-crumb-search button:hover { background: #FFF7ED; }

/* 面包屑右侧「我要提问」：扁圆角胶囊 */
.xjx-qa-crumb-card #ask-btn.xjx-qa-ask-btn { height: 34px; padding: 0 16px; border-radius: 8px; background: linear-gradient(135deg,#F97316,#EA580C); color: #fff; font-size: 14px; font-weight: 700; box-shadow: 0 3px 10px rgba(249,115,22,.24); flex-shrink: 0; }
.xjx-qa-crumb-card #ask-btn.xjx-qa-ask-btn:hover { box-shadow: 0 5px 14px rgba(249,115,22,.32); }
.xjx-qa-ask-plus { font-size: 17px; margin-right: 5px; line-height: 1; }

/* hero 搜索区：结构已移除，保留兼容旧结构 */
.xjx-qa-hero { display: none; }
.xjx-qa-hero-left,
.xjx-qa-hero-icon,
.xjx-qa-hero-titles,
.xjx-qa-hero-title-row,
.xjx-qa-hero-title,
.xjx-qa-hero-count,
.xjx-qa-hero-sub { display: none; }

/* v2471-481 · 筛选工具条：标题 + 状态 tab + 分类 chip 合并一行 */
.xjx-qa-filter { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 12px; }
.xjx-qa-filter > #qa-title { font-size: 15px; font-weight: 800; color: #0f172a; margin: 0 4px 0 0; }
.xjx-qa-filter > #qa-title span { font-weight: 400; }
.xjx-qa-divider { width: 1px; height: 18px; background: #e2e8f0; flex: 0 0 auto; }

/* 状态筛选 Tab */
.xjx-qa-tabs { display: flex; gap: 6px; flex-wrap: wrap; }
.xjx-qa-tabs a { font-size: 13px; color: #475569; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; padding: 6px 14px; cursor: pointer; transition: all .15s; text-decoration: none; }
.xjx-qa-tabs a:hover { border-color: #FDBA74; color: #EA580C; }
.xjx-qa-tabs a.active { background: linear-gradient(135deg,#FB923C,#EA580C); border-color: transparent; color: #fff; font-weight: 700; }
.xjx-qa-tabs a .xjx-qa-tab-count { color: #94a3b8; font-weight: 400; margin-left: 4px; }
.xjx-qa-tabs a.active .xjx-qa-tab-count { color: rgba(255,255,255,.85); }

/* 分类筛选 chip（更紧凑，与状态 tab 同处一行） */
.xjx-qa-cats { display: flex; flex-wrap: wrap; gap: 6px; }
.xjx-qa-cat-chip { font-size: 12px; color: #64748b; background: #fff; border: 1px solid #e2e8f0; border-radius: 8px; padding: 5px 12px; cursor: pointer; text-decoration: none; transition: all .15s; }
.xjx-qa-cat-chip:hover { border-color: #FDBA74; color: #EA580C; }
.xjx-qa-cat-chip.active { background: #FFF7ED; border-color: #F97316; color: #EA580C; font-weight: 700; }

/* 工具条内搜索（v2471-351 已停用，保留兼容旧结构） */
.xjx-qa-search { display: none; }
.xjx-qa-search input { width: 220px; max-width: 40vw; height: 32px; border: 1px solid #e2e8f0; border-radius: 8px; padding: 0 12px; font-size: 13px; outline: none; transition: border-color .15s; }
.xjx-qa-search input:focus { border-color: #F97316; }
.xjx-qa-search button { height: 32px; padding: 0 14px; border: 1px solid #FDBA74; border-radius: 8px; background: #fff; color: #EA580C; font-size: 13px; font-weight: 600; cursor: pointer; transition: all .15s; }
.xjx-qa-search button:hover { background: #FFF7ED; border-color: #F97316; }

/* v2471-303 · 主标题强化（18px/800，与卡片层次拉开；同时作用于列表和公告视图） */
#qa-title { font-size: 18px; font-weight: 800; color: #0f172a; }

/* 问题卡片（v2471-481 · 更紧凑：减小 padding/头像/字号，状态与元信息更克制） */
.xjx-qa-card { display: grid; grid-template-columns: 1fr 58px; gap: 12px; align-items: start; padding: 12px 10px; border-bottom: 1px solid #f1f5f9; text-decoration: none; color: inherit; transition: background .15s; }
.xjx-qa-card:last-child { border-bottom: 0; }
.xjx-qa-card:hover { background: #FFF7ED; }
.xjx-qa-card-main { min-width: 0; }
.xjx-qa-card-header { display: flex; align-items: center; gap: 6px; margin-bottom: 3px; flex-wrap: wrap; }
.xjx-qa-card-ava { width: 18px; height: 18px; border-radius: 50%; background: #FFF7ED; color: #EA580C; font-size: 9px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.xjx-qa-card-name { font-size: 11px; font-weight: 500; color: #475569; }
.xjx-qa-card-date { font-size: 10px; color: #94a3b8; }
.xjx-qa-card-status { display: inline-flex; align-items: center; flex-shrink: 0; font-size: 10px; font-weight: 600; padding: 1px 6px; border-radius: 999px; white-space: nowrap; }
.xjx-qa-card-status.solved { background: #ECFDF5; color: #059669; }
.xjx-qa-card-status.unsolved { background: #FFF7ED; color: #EA580C; }
.xjx-qa-card-title { font-size: 15px; font-weight: 700; color: #0f172a; line-height: 1.45; margin-bottom: 3px; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; transition: color .15s; }
.xjx-qa-card:hover .xjx-qa-card-title { color: #F97316; }
.xjx-qa-card-excerpt { font-size: 11px; color: #64748b; line-height: 1.55; margin-bottom: 4px; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.xjx-qa-card-meta { display: flex; gap: 12px; align-items: center; font-size: 11px; color: #94a3b8; }
.xjx-qa-card-ans { text-align: center; background: #f8fafc; border-radius: 8px; padding: 5px 3px; align-self: center; }
.xjx-qa-card-ans-num { font-size: 16px; font-weight: 800; color: #F97316; line-height: 1.1; }
.xjx-qa-card-ans-txt { font-size: 10px; color: #94a3b8; margin-top: 2px; }

@media (max-width: 980px) {
  .xjx-qa-layout { grid-template-columns: 1fr; }
  .xjx-qa-layout.xjx-qa-layout-noleft { grid-template-columns: 1fr; }
  .xjx-qa-hot { order: 3; position: static; }
  .xjx-qa-card { grid-template-columns: 1fr auto; gap: 10px; }
  .xjx-qa-card-ans { align-self: flex-start; padding: 5px 8px; }
  .xjx-qa-card-ans-num { font-size: 15px; }
  .xjx-qa-crumb-card { gap: 10px; }
  .xjx-qa-crumb-right { flex: 1 1 100%; justify-content: flex-start; }
  .xjx-qa-crumb-search { max-width: none; flex: 1; }
  .xjx-qa-crumb-search button { padding: 0 14px; font-size: 14px; }
  .xjx-qa-crumb-card #ask-btn.xjx-qa-ask-btn { height: 34px; padding: 0 14px; font-size: 13px; }
  .xjx-qa-crumb-search input { min-width: 0; }
}

/* ========== Panic 分析页（v2471-124） ========== */
.xjx-panic-tabs {
  display: flex; gap: 8px;
  border-bottom: 2px solid #f1f5f9;
  margin-bottom: 20px;
}
.xjx-panic-tab {
  padding: 10px 20px;
  border: 0;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  color: #64748B;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: all .15s;
}
.xjx-panic-tab:hover { color: #F97316; }
.xjx-panic-tab.active {
  color: #F97316;
  border-bottom-color: #F97316;
}
.xjx-panic-hint {
  padding: 12px 16px;
  background: #FFF7ED;
  border-left: 4px solid #F97316;
  border-radius: 6px;
  color: #9A3412;
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 16px;
}
.xjx-panic-pane { display: none; }
.xjx-panic-pane.active { display: block; }
.xjx-panic-toolbar {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 8px;
  flex-wrap: wrap; gap: 8px;
}
.xjx-panic-toolbar-label {
  font-size: 13px; font-weight: 600; color: #475569;
}
.xjx-panic-sample-btn {
  padding: 4px 12px;
  background: #FEF3C7;
  color: #B45309;
  border: 0;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  transition: background .15s;
}
.xjx-panic-sample-btn:hover { background: #FDE68A; }
.xjx-panic-count { font-size: 12px; color: #94a3b8; }
.xjx-panic-submit {
  display: block; width: 100%;
  margin-top: 10px;
  padding: 12px;
  background: linear-gradient(135deg, #F97316, #EA580C);
  color: #fff;
  border: 0;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity .15s;
}
.xjx-panic-submit:hover:not(:disabled) { opacity: .9; }
.xjx-panic-submit:disabled { opacity: .6; cursor: not-allowed; }

.xjx-panic-result {
  background: #fff;
  border: 1px solid #FED7AA;
  border-radius: 12px;
  padding: 14px 16px;
  margin-top: 6px;
}
.xjx-panic-result h4 {
  margin: 0 0 10px;
  font-size: 15px; font-weight: 800;
  color: #F97316;
  padding-left: 10px;
  border-left: 4px solid #F97316;
}
/* v2471-550：信息表（设备 / 系统 / 崩溃时间 / 崩溃类型 / 关键错误 / 内核） */
.xjx-panic-info-table {
  border: 1px solid #f1f5f9;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 12px;
}
.xjx-panic-info-row {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  border-bottom: 1px solid #f1f5f9;
  font-size: 13px;
  line-height: 1.5;
}
.xjx-panic-info-row:last-child { border-bottom: 0; }
.xjx-panic-info-label {
  flex-shrink: 0;
  width: 72px;
  color: #64748B;
  font-weight: 500;
}
.xjx-panic-info-value {
  flex: 1;
  min-width: 0;
  color: #0f172a;
  font-weight: 600;
  word-break: break-word;
}
.xjx-panic-info-tag {
  display: inline-block;
  width: auto;
  padding: 2px 10px;
  background: #f1f5f9;
  border-radius: 4px;
  color: #334155;
  font-weight: 600;
}
.xjx-panic-info-danger {
  color: #B91C1C;
  font-weight: 600;
}
.xjx-panic-info-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 12.5px;
  color: #334155;
  font-weight: 500;
}
.xjx-panic-row {
  display: flex; gap: 10px;
  padding: 8px 0;
  border-bottom: 1px dashed #f1f5f9;
  align-items: flex-start;
}
.xjx-panic-row:last-child { border-bottom: 0; }
.xjx-panic-row.wide { flex-direction: column; }
.xjx-panic-label {
  flex-shrink: 0;
  width: 80px;
  font-size: 12.5px; color: #94a3b8;
  padding-top: 2px;
}
.xjx-panic-row > b { font-size: 13.5px; color: #1e293b; font-weight: 700; }
.xjx-panic-row.wide > div { padding-left: 0; font-size: 13px; color: #475569; line-height: 1.6; }
.xjx-panic-row.wide ul { padding-left: 0; margin: 6px 0 0; }
.xjx-panic-row.wide li {
  list-style: none;
  padding: 6px 10px;
  background: #FFF7ED;
  border-left: 3px solid #F97316;
  border-radius: 4px;
  font-size: 12.5px; color: #9A3412;
  margin-bottom: 5px;
}

/* ===== v2471-552 · Panic 分析结果三层结构（设备信息 / 故障诊断 / 真实案例） ===== */
.xjx-panic-section {
  margin-bottom: 16px;
}
.xjx-panic-section:last-child { margin-bottom: 0; }
.xjx-panic-section-head {
  display: flex; align-items: center; gap: 8px;
  margin: 0 0 10px;
}
.xjx-panic-sec-no {
  flex-shrink: 0;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: #F97316; color: #fff;
  font-size: 12px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}
.xjx-panic-section-head h4 {
  margin: 0;
  font-size: 14.5px; font-weight: 800; color: #1e293b;
  border: 0; padding: 0;
}
/* 第 1 层信息表：复用已有 .xjx-panic-info-* 基础，仅做间距微调 */
.xjx-panic-section .xjx-panic-info-table { margin-bottom: 0; }

/* 第 2 层：故障诊断卡片 */
.xjx-panic-diag-list { display: flex; flex-direction: column; gap: 10px; }
.xjx-panic-diag-card {
  background: #FFF7ED;
  border: 1px solid #FED7AA;
  border-radius: 10px;
  padding: 12px 14px;
}
.xjx-panic-diag-top {
  display: flex; align-items: center; gap: 8px;
  margin-bottom: 8px;
}
.xjx-panic-diag-badge {
  flex-shrink: 0;
  font-size: 11px; font-weight: 700;
  padding: 2px 8px; border-radius: 4px;
  color: #fff;
}
.xjx-panic-diag-badge.fault { background: #EF4444; }
.xjx-panic-diag-badge.comp { background: #2563EB; }
.xjx-panic-diag-name {
  flex: 1; min-width: 0;
  font-size: 14px; font-weight: 800; color: #0f172a;
}
.xjx-panic-diag-conf {
  flex-shrink: 0;
  font-size: 12px; font-weight: 700; color: #F97316;
  background: #fff; border: 1px solid #FED7AA;
  padding: 2px 8px; border-radius: 10px;
}
.xjx-panic-diag-line {
  display: flex; gap: 8px; align-items: flex-start;
  font-size: 13px; line-height: 1.6;
  padding: 3px 0;
}
.xjx-panic-diag-k {
  flex-shrink: 0; width: 76px;
  color: #64748B; font-weight: 600;
}
.xjx-panic-diag-v {
  flex: 1; min-width: 0;
  color: #334155; word-break: break-word;
}

/* 第 3 层：真实维修师傅案例 */
.xjx-panic-case-list { display: flex; flex-direction: column; gap: 8px; }
.xjx-panic-case-item {
  display: flex; align-items: stretch; gap: 10px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 10px 12px;
  text-decoration: none;
  transition: border-color .15s, box-shadow .15s, transform .1s;
}
.xjx-panic-case-item:hover {
  border-color: #F97316;
  box-shadow: 0 2px 10px rgba(249,115,22,.12);
  transform: translateY(-1px);
}
.xjx-panic-case-no {
  flex-shrink: 0;
  width: 22px; height: 22px; margin-top: 2px;
  border-radius: 50%;
  background: #0f172a; color: #fff;
  font-size: 12px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}
.xjx-panic-case-main { flex: 1; min-width: 0; }
.xjx-panic-case-title {
  font-size: 13.5px; font-weight: 700; color: #0f172a;
  display: flex; align-items: center; flex-wrap: wrap; gap: 6px;
  margin-bottom: 4px;
}
.xjx-panic-case-src {
  font-size: 11px; font-weight: 700;
  padding: 1px 7px; border-radius: 10px;
}
.xjx-panic-case-src.verified { background: #ECFDF5; color: #059669; }
.xjx-panic-case-src.community { background: #EFF6FF; color: #2563EB; }
.xjx-panic-case-model {
  font-size: 11px; color: #64748B; font-weight: 600;
  background: #f1f5f9; padding: 1px 7px; border-radius: 10px;
}
.xjx-panic-case-fix {
  font-size: 12.5px; color: #475569; line-height: 1.55;
  margin-bottom: 7px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.xjx-panic-case-conf {
  display: flex; align-items: center; gap: 8px;
  font-size: 12px;
}
.xjx-panic-conf-label { flex-shrink: 0; color: #64748B; font-weight: 600; }
.xjx-panic-conf-bar {
  flex: 1; min-width: 60px; height: 7px;
  background: #f1f5f9; border-radius: 4px; overflow: hidden;
}
.xjx-panic-conf-fill {
  display: block; height: 100%;
  background: linear-gradient(90deg, #F97316, #FB923C);
  border-radius: 4px;
}
.xjx-panic-conf-num {
  flex-shrink: 0; color: #F97316; font-weight: 800;
}
.xjx-panic-case-arrow {
  flex-shrink: 0; align-self: center;
  font-size: 20px; color: #cbd5e1; font-weight: 700;
}

/* 空态提示（复用整体风格） */
.xjx-panic-empty-tip {
  font-size: 12.5px; color: #64748B; line-height: 1.6;
  background: #f8fafc; border: 1px dashed #e2e8f0;
  border-radius: 8px; padding: 12px 14px;
}
.xjx-panic-empty-tip a { color: #F97316; font-weight: 700; }

/* v2471-526 · 分析结果默认占位 */
.xjx-panic-empty {
  background: #fff;
  border: 1px dashed #e2e8f0;
  border-radius: 12px;
  padding: 32px 20px;
  text-align: center;
  color: #94a3b8;
}
.xjx-panic-empty-ic { font-size: 32px; margin-bottom: 8px; }
.xjx-panic-empty-title { font-size: 14px; font-weight: 700; color: #475569; margin-bottom: 4px; }
.xjx-panic-empty-desc { font-size: 12.5px; color: #94a3b8; line-height: 1.5; max-width: 360px; margin: 0 auto; }

/* ========== 问答分类彩色图标卡（v2471-140，对齐手机端） ========== */
.xjx-cat-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex: 1;
}
.xjx-cat-icon {
  width: 22px; height: 22px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #fff;
  flex-shrink: 0;
  line-height: 1;
  /* emoji 在深色背景上更显眼 */
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Segoe UI Symbol";
}
.xjx-cat-name {
  flex: 1; min-width: 0;
  font-size: 13px;
  color: #475569;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  transition: color .15s;
}
.xjx-sidebar-item:hover .xjx-cat-name { color: #F97316; }

/* ========== 无商家时空态：4 步骤加入流程 + 特约网点横幅（v2471-144，对齐草包网风格 + 修机侠专属文案） ========== */
.xjx-join-wrap {
  grid-column: 1 / -1;
  padding: 32px 0 8px;
}
.xjx-join-head {
  display: flex; align-items: center; justify-content: center;
  gap: 16px;
  margin-bottom: 28px;
}
.xjx-join-title {
  font-size: 18px; font-weight: 700; color: #1e293b;
}
.xjx-join-cta {
  display: inline-block;
  padding: 7px 18px;
  background: #fff;
  color: #F97316;
  border: 1px solid #F97316;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .15s;
}
.xjx-join-cta:hover {
  background: #F97316;
  color: #fff;
}
.xjx-join-steps {
  display: flex; align-items: center; justify-content: center;
  gap: 6px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.xjx-join-step {
  flex: 0 0 auto;
  text-align: center;
  width: 150px;
}
.xjx-join-ic {
  width: 70px; height: 70px;
  border-radius: 50%;
  margin: 0 auto 8px;
  display: flex; align-items: center; justify-content: center;
  position: relative;
  border: 2px dashed transparent;
}
.xjx-join-ic-blue   { background: #EFF6FF; color: #2563EB; border-color: #93C5FD; }
.xjx-join-ic-orange { background: #FFF7ED; color: #F97316; border-color: #FDBA74; }
.xjx-join-ic-purple { background: #F5F3FF; color: #7C3AED; border-color: #C4B5FD; }
.xjx-join-ic-green  { background: #ECFDF5; color: #10B981; border-color: #6EE7B7; }
.xjx-join-or {
  position: absolute;
  right: -10px; top: 50%;
  transform: translateY(-50%);
  background: #fff;
  font-size: 11px; color: #94a3b8;
  padding: 2px 4px;
  border-radius: 999px;
}
.xjx-join-step-name {
  font-size: 13px; font-weight: 700; color: #1e293b;
  margin-bottom: 2px;
}
.xjx-join-step-desc {
  font-size: 12px; color: #64748B;
}
.xjx-join-arrow {
  font-size: 22px; color: #F97316;
  align-self: flex-start; padding-top: 24px;
}
.xjx-join-banner {
  display: flex; align-items: center; gap: 16px;
  padding: 18px 28px;
  background: linear-gradient(135deg, #F97316 0%, #EA580C 55%, #C2410C 100%);
  color: #fff;
  border-radius: 12px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 6px 18px rgba(249, 115, 22, .25);
}
.xjx-join-banner:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(249, 115, 22, .35);
}
.xjx-join-banner-deco {
  position: absolute;
  left: -60px; top: -60px;
  width: 220px; height: 220px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
}
.xjx-join-banner-deco::after {
  content: '';
  position: absolute;
  right: -160px; top: -80px;
  width: 280px; height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .06);
}
.xjx-join-banner-title {
  position: relative;
  font-size: 24px; font-weight: 800; letter-spacing: 1px;
}
.xjx-join-banner-sub {
  position: relative;
  font-size: 14px; opacity: .9; margin-left: auto;
}
.xjx-join-banner-cta {
  position: relative;
  padding: 9px 20px;
  background: #fff;
  color: #F97316;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}

/* ========== 单页内容美化（v2471-148：page.html 关于/服务协议/隐私等） ========== */
.xjx-page-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(15, 23, 42, .04);
  overflow: hidden;
}
.xjx-page-hero {
  display: flex; align-items: center; gap: 18px;
  padding: 28px 36px;
  background: linear-gradient(135deg, #FFF7ED 0%, #FFFBEB 60%, #FFF 100%);
  border-bottom: 1px solid #FED7AA;
}
.xjx-page-hero-ic {
  width: 60px; height: 60px;
  background: linear-gradient(135deg, #F97316, #EA580C);
  color: #fff;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 12px rgba(249, 115, 22, .25);
  flex-shrink: 0;
}
.xjx-page-title {
  font-size: 26px; font-weight: 800; color: #0f172a;
  margin: 0;
  letter-spacing: -0.5px;
}
.xjx-page-sub {
  font-size: 13px; color: #94a3b8; margin-top: 4px;
}
.xjx-page-sub:empty { display: none; }

/* 正文 prose styles —— 自动美化后端 HTML */
.xjx-prose {
  padding: 32px 48px 48px;
  font-size: 15px; color: #334155;
  line-height: 1.85;
  max-width: 100%;
}
/* v2471-665 · PC about 页减少外层 prose 与卡片内部左右空白 */
.xjx-prose-about {
  padding: 24px 28px 32px;
}
.xjx-prose-about .xjx-about {
  max-width: 100%;
  padding: 0;
}
.xjx-prose-about .xjx-about-block {
  padding: 22px 24px;
  margin-bottom: 16px;
}
.xjx-prose-about .xjx-about-block-head {
  margin-bottom: 16px;
}
.xjx-prose h1 {
  font-size: 24px; font-weight: 800; color: #0f172a;
  margin: 0 0 16px;
}
.xjx-prose h2 {
  font-size: 20px; font-weight: 800; color: #1e293b;
  margin: 36px 0 14px;
  padding-left: 14px;
  border-left: 4px solid #F97316;
  line-height: 1.5;
}
.xjx-prose h3 {
  font-size: 17px; font-weight: 700; color: #1e293b;
  margin: 28px 0 12px;
  padding-left: 12px;
  border-left: 3px solid #FDBA74;
  line-height: 1.5;
}
.xjx-prose h4 {
  font-size: 15px; font-weight: 700; color: #475569;
  margin: 20px 0 8px;
}
.xjx-prose p {
  margin: 0 0 14px;
  text-indent: 2em;
}
.xjx-prose p:first-child { margin-top: 0; }
.xjx-prose ul, .xjx-prose ol {
  margin: 0 0 16px;
  padding-left: 28px;
}
.xjx-prose ul li {
  list-style: none;
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  line-height: 1.7;
}
.xjx-prose ul li::before {
  content: '';
  position: absolute;
  left: 0; top: 12px;
  width: 6px; height: 6px;
  background: #F97316;
  border-radius: 50%;
}
.xjx-prose ol li {
  margin-bottom: 8px;
  line-height: 1.7;
}
.xjx-prose strong {
  color: #F97316;
  font-weight: 700;
  background: linear-gradient(transparent 65%, #FFF7ED 65%);
  padding: 0 2px;
}
.xjx-prose a {
  color: #F97316;
  text-decoration: none;
  border-bottom: 1px solid #FED7AA;
  transition: border-color .15s;
}
.xjx-prose a:hover { border-bottom-color: #F97316; }
.xjx-prose img {
  max-width: 100%; height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
  margin: 16px 0;
  display: block;
}
.xjx-prose blockquote {
  background: #FFFBEB;
  border-left: 4px solid #F59E0B;
  padding: 14px 18px;
  margin: 16px 0;
  border-radius: 6px;
  color: #92400E;
  font-style: normal;
}
.xjx-prose table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  font-size: 14px;
}
.xjx-prose table th, .xjx-prose table td {
  padding: 10px 14px;
  border: 1px solid #e2e8f0;
  text-align: left;
}
.xjx-prose table th {
  background: #FFF7ED;
  color: #9A3412;
  font-weight: 700;
}
.xjx-prose table tr:hover { background: #FAFAFA; }
.xjx-prose hr {
  border: 0; height: 1px;
  background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
  margin: 32px 0;
}
.xjx-prose code {
  background: #F1F5F9;
  color: #DC2626;
  padding: 2px 6px;
  border-radius: 4px;
  font-family: ui-monospace, "SF Mono", Consolas, monospace;
  font-size: 13px;
}
.xjx-prose pre {
  background: #1e293b;
  color: #e2e8f0;
  padding: 16px 20px;
  border-radius: 8px;
  overflow-x: auto;
  margin: 16px 0;
}
.xjx-prose pre code {
  background: transparent; color: inherit;
  padding: 0;
}

/* v2471-766 · 协议/隐私类页面（terms/privacy）卡片式排版，对齐 about 美观度 */
/* v2471-771 · 正文宽度对齐关于我们：去掉原 max-width:1040 + margin:0 auto 的居中收窄，
   改与 .xjx-prose-about 一致直接撑满容器（左右 28），协议卡片宽度与 about 卡片完全一致 */
.xjx-prose-legal {
  padding: 24px 28px 44px;
}
.xjx-prose-legal p {
  text-indent: 0;
  margin: 0 0 12px;
}
.xjx-prose-legal h3 {
  font-size: 16px;
  margin: 22px 0 10px;
  padding-left: 12px;
  border-left: 3px solid #FDBA74;
  line-height: 1.5;
}
.xjx-prose-legal h4 {
  font-size: 14.5px;
  color: #334155;
  margin: 16px 0 8px;
  font-weight: 700;
}
.xjx-prose-legal ul, .xjx-prose-legal ol {
  margin: 0 0 14px;
  padding-left: 2px;
}
.xjx-prose-legal ul > li {
  padding-left: 24px;
  margin-bottom: 8px;
}
.xjx-prose-legal ul > li::before {
  top: 11px;
  width: 7px; height: 7px;
}
.xjx-prose-legal ol > li {
  margin-bottom: 8px;
  padding-left: 2px;
}
/* 顶部文档标题区 */
.xjx-legal-header {
  margin-bottom: 10px;
  padding-bottom: 16px;
  border-bottom: 1px solid #FED7AA;
}
.xjx-legal-title {
  font-size: 24px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 8px;
  letter-spacing: -0.3px;
}
.xjx-legal-meta {
  font-size: 13px;
  color: #94a3b8;
}
/* 章节卡片（对齐 about 的 .xjx-about-block） */
.xjx-legal-section {
  background: #fff;
  border: 1px solid #F1F5F9;
  border-radius: 12px;
  padding: 18px 22px;
  margin-bottom: 14px;
  box-shadow: 0 1px 3px rgba(15, 23, 42, .04);
}
.xjx-legal-section-head {
  margin-bottom: 10px;
}
.xjx-legal-section-head h2 {
  font-size: 17px;
  font-weight: 800;
  color: #1e293b;
  margin: 0;
  padding-left: 12px;
  border-left: 4px solid #F97316;
  line-height: 1.4;
}
.xjx-legal-section-body > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 1280px) {
  .xjx-prose { padding: 28px 32px 40px; }
}
@media (max-width: 768px) {
  .xjx-page-hero { padding: 22px 24px; }
  .xjx-prose { padding: 22px 24px 32px; font-size: 14px; }
  .xjx-prose h1 { font-size: 22px; }
  .xjx-prose h2 { font-size: 18px; }
}

/* ============================================================
   修机侠 · 特约网点入驻页（v2471-649 · renderMerchantPage 结构化）
   ============================================================ */
.xjx-mch { font-size: 15px; color: #334155; line-height: 1.7; }
.xjx-mch-banner {
  background: linear-gradient(135deg, #F97316 0%, #EA580C 100%);
  border-radius: 12px;
  padding: 22px 26px;
  color: #fff;
  box-shadow: 0 6px 18px rgba(249, 115, 22, .22);
  margin-bottom: 8px;
}
.xjx-mch-banner-t { font-size: 19px; font-weight: 800; letter-spacing: .3px; }
.xjx-mch-banner-s { font-size: 13px; margin-top: 8px; opacity: .92; line-height: 1.6; }
.xjx-mch-sec { margin-top: 30px; }
.xjx-mch-sec-h {
  font-size: 18px; font-weight: 800; color: #0f172a;
  margin: 0 0 16px;
  padding-left: 13px;
  border-left: 4px solid #F97316;
  line-height: 1.4;
}
/* 入驻权益卡片 */
.xjx-mch-benefits {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.xjx-mch-benefit {
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: 12px;
  padding: 18px 14px;
  text-align: center;
  box-shadow: 0 1px 4px rgba(15, 23, 42, .04);
  transition: transform .15s, box-shadow .15s;
}
.xjx-mch-benefit:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(15, 23, 42, .08); }
.xjx-mch-benefit-ic {
  width: 44px; height: 44px;
  margin: 0 auto 10px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #FFF7ED, #FFEDD5);
  color: #F97316;
}
.xjx-mch-benefit-t { font-size: 15px; font-weight: 700; color: #1e293b; margin-bottom: 6px; }
.xjx-mch-benefit-d { font-size: 12.5px; color: #64748b; line-height: 1.6; }
/* 入驻条件 */
.xjx-mch-conditions { list-style: none; padding: 0; margin: 0; }
.xjx-mch-conditions li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  line-height: 1.7;
}
.xjx-mch-conditions li::before {
  content: '';
  position: absolute; left: 0; top: 7px;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: #10B981;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='white' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/></svg>") no-repeat center / 14px;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='white' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/></svg>") no-repeat center / 14px;
}
/* 合作模式 */
.xjx-mch-mode {
  background: #F8FAFC;
  border: 1px solid #eef2f7;
  border-radius: 12px;
  padding: 6px 20px;
}
.xjx-mch-mode-row {
  display: flex;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px dashed #e2e8f0;
}
.xjx-mch-mode-row:last-child { border-bottom: 0; }
.xjx-mch-mode-k {
  flex: 0 0 92px;
  font-weight: 700; color: #0f172a; font-size: 14px;
}
.xjx-mch-mode-v { flex: 1; color: #475569; font-size: 14px; line-height: 1.7; }
.xjx-mch-mode-v strong { color: #EA580C; }
/* 入驻流程 */
.xjx-mch-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.xjx-mch-step {
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: 12px;
  padding: 16px 14px;
  position: relative;
}
.xjx-mch-step-n {
  width: 30px; height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #F97316, #EA580C);
  color: #fff; font-weight: 800; font-size: 15px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 10px;
}
.xjx-mch-step-t { font-size: 14.5px; font-weight: 700; color: #1e293b; margin-bottom: 5px; }
.xjx-mch-step-d { font-size: 12.5px; color: #64748b; line-height: 1.6; }
/* 常见问题 */
.xjx-mch-faq { display: grid; gap: 12px; }
.xjx-mch-faq-item {
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: 12px;
  padding: 14px 18px;
}
.xjx-mch-faq-q { font-size: 14.5px; font-weight: 700; color: #0f172a; margin-bottom: 6px; }
.xjx-mch-faq-q::before { content: 'Q：'; color: #F97316; }
.xjx-mch-faq-a { font-size: 13.5px; color: #475569; line-height: 1.7; }
.xjx-mch-faq-a strong { color: #EA580C; }
/* CTA */
.xjx-mch-cta {
  margin-top: 32px;
  background: linear-gradient(135deg, #FFF7ED 0%, #FFFBEB 100%);
  border: 1px solid #FED7AA;
  border-radius: 14px;
  padding: 26px 22px;
  text-align: center;
}
.xjx-mch-cta-t { font-size: 16px; font-weight: 800; color: #9A3412; margin-bottom: 16px; }
.xjx-mch-cta-btn {
  display: inline-block;
  background: linear-gradient(135deg, #F97316, #EA580C);
  color: #fff;
  border: 0;
  border-radius: 10px;
  padding: 13px 40px;
  font-size: 16px; font-weight: 800;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(249, 115, 22, .3);
  transition: transform .12s, box-shadow .12s;
}
.xjx-mch-cta-btn:active { transform: scale(.97); }
.xjx-mch-cta-hint { font-size: 13px; margin-top: 12px; color: #94a3b8; min-height: 18px; }
.xjx-mch-cta-hint.ok { color: #10B981; font-weight: 700; }
.xjx-mch-contact {
  margin-top: 18px;
  text-align: left;
  display: inline-block;
  width: 100%;
  max-width: 460px;
}
.xjx-mch-contact-row {
  display: flex; gap: 12px;
  padding: 9px 0;
  border-bottom: 1px dashed #fcd9b6;
  font-size: 13.5px;
}
.xjx-mch-contact-row:last-child { border-bottom: 0; }
.xjx-mch-contact-k { flex: 0 0 72px; color: #94a3b8; }
.xjx-mch-contact-v { flex: 1; color: #334155; word-break: break-all; }

@media (max-width: 1024px) {
  .xjx-mch-benefits { grid-template-columns: repeat(3, 1fr); }
  .xjx-mch-steps { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
  .xjx-mch-benefits { grid-template-columns: repeat(2, 1fr); }
  .xjx-mch-steps { grid-template-columns: 1fr; }
  .xjx-mch-mode-row { flex-direction: column; gap: 4px; }
  .xjx-mch-mode-k { flex: none; }
}

/* ========== Panic 分析工具 · PC 双栏布局（v2471-149） ========== */
/* v2471-526 · 侧栏加宽、间距加大、aside sticky */
.xjx-panic-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 20px;
  padding: 20px 20px 28px;
  align-items: start;
}
.xjx-panic-main {
  display: flex; flex-direction: column; gap: 10px;
  min-width: 0;
}
.xjx-panic-main textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  font-size: 13px;
  font-family: ui-monospace, "SF Mono", Consolas, monospace;
  line-height: 1.7;
  resize: vertical;
  box-sizing: border-box;
  background: #FAFAFA;
  transition: border-color .15s, background .15s;
  min-height: 160px;
}
.xjx-panic-main textarea:focus {
  outline: 0;
  border-color: #F97316;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(249, 115, 22, .08);
}
.xjx-panic-file-drop {
  display: flex; flex-direction: column; align-items: center;
  padding: 24px 16px;
  border: 2px dashed #cbd5e1;
  border-radius: 12px;
  background: #FAFAFA;
  cursor: pointer;
  transition: border-color .15s, background .15s;
}
.xjx-panic-file-drop:hover { border-color: #F97316; background: #FFF7ED; }
.xjx-panic-file-drop input[type=file] { display: none; }
.xjx-panic-file-tip { margin-top: 6px; font-size: 12.5px; color: #94a3b8; }
.xjx-panic-tabs {
  display: flex;
  border-bottom: 2px solid #f1f5f9;
  gap: 4px;
}
.xjx-panic-tab {
  padding: 8px 16px;
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  font-size: 13.5px;
  font-weight: 600;
  color: #64748B;
  cursor: pointer;
  margin-bottom: -2px;
  transition: all .15s;
}
.xjx-panic-tab:hover { color: #F97316; }
.xjx-panic-tab.active {
  color: #F97316;
  border-bottom-color: #F97316;
  background: linear-gradient(transparent, #FFF7ED);
}
.xjx-panic-toolbar {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 6px;
}
.xjx-panic-toolbar-label {
  font-size: 12.5px; font-weight: 700; color: #475569;
  flex: 1;
}
.xjx-panic-sample-btn {
  padding: 3px 10px;
  background: #FEF3C7;
  color: #B45309;
  border: 0;
  border-radius: 999px;
  font-size: 11.5px; font-weight: 600;
  cursor: pointer;
  transition: background .15s;
}
.xjx-panic-sample-btn:hover { background: #FDE68A; }
.xjx-panic-count {
  font-size: 12px; color: #94a3b8;
}
.xjx-panic-tip {
  padding: 10px 14px;
  background: #FFFBEB;
  border-left: 4px solid #F59E0B;
  border-radius: 8px;
  color: #92400E;
  font-size: 12.5px;
  line-height: 1.6;
}
.xjx-panic-tip b { color: #78350F; }

/* 侧栏 */
.xjx-panic-aside { display: flex; flex-direction: column; gap: 12px; position: sticky; top: 20px; }
.xjx-aside-card {
  background: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 12px;
  padding: 14px 16px;
  transition: border-color .15s;
}
.xjx-aside-card:hover { border-color: #FED7AA; }
.xjx-aside-head {
  font-size: 13.5px; font-weight: 700; color: #1e293b;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #f1f5f9;
}
.xjx-aside-steps {
  margin: 0; padding: 0 0 0 18px;
  font-size: 12.5px; color: #475569; line-height: 1.55;
}
.xjx-aside-steps li { margin-bottom: 8px; }
.xjx-aside-steps li:last-child { margin-bottom: 0; }
.xjx-aside-steps b { color: #F97316; font-weight: 700; }
.xjx-aside-types-title {
  font-size: 12.5px; font-weight: 700; color: #1e293b;
  margin: 10px 0 6px;
}
.xjx-aside-types {
  margin: 0; padding: 0; list-style: none;
  font-size: 12px; color: #475569; line-height: 1.6;
}
.xjx-aside-types li {
  display: flex; align-items: center; gap: 6px;
  padding: 4px 0;
}
.xjx-tag {
  flex-shrink: 0;
  padding: 1px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
}
.xjx-tag-screen { background: #2563EB; }
.xjx-tag-battery { background: #10B981; }
.xjx-tag-tail   { background: #0D9488; }
.xjx-tag-light  { background: #F59E0B; }
.xjx-tag-back   { background: #6366F1; }
.xjx-tag-audio  { background: #EC4899; }
.xjx-tag-main   { background: #8B5CF6; }
.xjx-tag-system { background: #F97316; }
.xjx-aside-warn { background: #FFF7ED; border-color: #FED7AA; }
.xjx-aside-warn .xjx-aside-head { color: #9A3412; }
.xjx-aside-text { margin: 0; font-size: 13px; line-height: 1.7; color: #475569; }
.xjx-aside-text b { color: #F97316; }

/* 响应式：≤1100px 收起侧栏 */
@media (max-width: 1100px) {
  .xjx-panic-layout { grid-template-columns: minmax(0, 1fr); padding: 16px 18px 24px; }
  .xjx-panic-aside { flex-direction: row; flex-wrap: wrap; position: static; }
  .xjx-aside-card { flex: 1 1 220px; }
}
@media (max-width: 640px) {
  .xjx-panic-layout { padding: 14px 14px 20px; }
  .xjx-panic-aside { flex-direction: column; }
}

/* ===== v2471-247 · Panic 页升级（Hero + 亮点卡 + FAQ + CTA） ===== */
.xjx-panic-page { padding: 0 4px; }
/* Hero */
/* v2471-247 · hero 紧凑：缩小 padding + 减少 deco 噪音 + 内容居中更紧凑 */
.xjx-panic-hero {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #FB923C 0%, #F97316 50%, #FB923C 100%);
  border: 1px solid #F97316;
  border-radius: 18px;
  padding: 32px 32px 28px;
  text-align: center;
  margin-bottom: 16px;
  box-shadow: 0 10px 28px rgba(249,115,22,.16);
}
/* 减少装饰光斑：只保留右上 + 左下 2 个更柔和的光晕 */
.xjx-panic-hero-deco { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(50px); }
.xjx-panic-hero-deco-1 { top: -80px; right: -60px; width: 280px; height: 280px; background: radial-gradient(circle, #FED7AA 0%, transparent 70%); opacity: .55; }
.xjx-panic-hero-deco-2 { bottom: -100px; left: -80px; width: 320px; height: 320px; background: radial-gradient(circle, #FBA065 0%, transparent 70%); opacity: .45; }
.xjx-panic-hero-ic {
  width: 56px; height: 56px; border-radius: 14px;
  background: rgba(255,255,255,.95); color: #F97316;
  font-size: 28px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px;
  box-shadow: 0 6px 20px rgba(0,0,0,.18);
  position: relative; z-index: 2;
}
.xjx-panic-hero-title { font-size: 26px; font-weight: 800; color: #fff; margin: 0 0 8px; letter-spacing: -.5px; position: relative; z-index: 2; text-shadow: 0 1px 2px rgba(0,0,0,.1); }
.xjx-panic-hero-sub { font-size: 13.5px; color: rgba(255,255,255,.92); margin: 0 0 18px; position: relative; z-index: 2; }
.xjx-panic-hero-badges { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; position: relative; z-index: 2; }
.xjx-panic-hero-badge {
  background: rgba(255,255,255,.92); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.6); color: #9A3412;
  font-size: 12.5px; font-weight: 600;
  padding: 6px 14px; border-radius: 999px;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
}
/* v2471-526 · 功能亮点改为居中卡片式，图标+标题+描述 */
/* v2471-528 · Panic 页精简：删除 features/FAQ/CTA 通栏，右侧新增「附近网点」卡片 */
.xjx-panic-nearby-card .xjx-map-list-item { padding: 9px 2px; border-bottom: 1px solid #f8fafc; }
.xjx-panic-nearby-card .xjx-map-list-item:last-child { border-bottom: 0; }
.xjx-panic-nearby-card .xjx-map-list-thumb { width: 56px; height: 42px; flex-basis: 56px; }
.xjx-panic-nearby-card .xjx-map-list-name { font-size: 13.5px; }
.xjx-panic-nearby-card .xjx-map-list-meta { gap: 4px; }
.xjx-panic-nearby-card .xjx-map-list-addr { font-size: 11.5px; }
.xjx-map-list-dist { font-size: 11px; color: #F97316; font-weight: 600; }
.xjx-panic-nearby-loading,
.xjx-panic-nearby-empty { padding: 14px 4px; font-size: 12.5px; color: #94a3b8; text-align: center; }
.xjx-panic-nearby-empty a { color: #F97316; text-decoration: none; }
.xjx-panic-nearby-more {
  display: block; margin-top: 8px; padding-top: 8px;
  border-top: 1px dashed #f1f5f9; text-align: center;
  font-size: 12.5px; color: #2563EB; text-decoration: none;
}
/* v2471-655 · 侧栏标题行右侧「查看更多」紧凑布局 */
.xjx-aside-head-between { display: flex; align-items: center; justify-content: space-between; }
.xjx-aside-head-more {
  font-size: 12px; font-weight: 600; color: #2563EB; text-decoration: none;
  display: inline-flex; align-items: center; gap: 2px;
}
/* 拍照上传 */
.xjx-panic-photo-btns { display: flex; gap: 10px; }
.xjx-panic-photo-btn {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 6px;
  padding: 12px; border: 1px solid #FDBA74; border-radius: 10px;
  background: #FFF7ED; color: #9A3412; font-size: 13.5px; font-weight: 600;
  cursor: pointer; -webkit-tap-highlight-color: transparent;
}
.xjx-panic-photo-btn:active { background: #FFEDD5; }
.xjx-panic-photo-guide {
  margin-top: 12px; padding: 10px 12px; background: #F0FDF4; border: 1px solid #BBF7D0; border-radius: 8px;
  color: #166534; font-size: 12px; line-height: 1.6;
}
.xjx-panic-photo-guide-title { font-weight: 700; margin-bottom: 4px; }
.xjx-panic-photo-guide ul { margin: 0; padding-left: 16px; }
.xjx-panic-photo-guide li { margin-bottom: 2px; }
.xjx-panic-photo-guide b { color: #15803D; }
.xjx-panic-photo-preview { margin-top: 10px; border-radius: 8px; overflow: hidden; border: 1px solid #e2e8f0; }
.xjx-panic-photo-preview img { display: block; width: 100%; max-height: 260px; object-fit: contain; background: #f8fafc; }
.xjx-panic-nearby-more:hover { color: #1d4ed8; }

/* ===== v2471-548 · Panic 页左侧空状态 · 最新案例分析案例 ===== */
/* 列表项直接复用首页 .xjx-qa-row 样式，保持整站设计语言一致 */
.xjx-panic-cases { margin-top: 18px; }
.xjx-panic-cases-loading { padding: 14px 2px; font-size: 12.5px; color: #94a3b8; }
.xjx-panic-cases-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 4px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f5f9;
}
.xjx-panic-cases-title {
  display: flex; align-items: center; gap: 6px;
  font-size: 15px; font-weight: 800; color: #1e293b;
}
.xjx-panic-cases-more { font-size: 12.5px; font-weight: 600; color: #2563EB; text-decoration: none; }
.xjx-panic-cases-more:hover { color: #1d4ed8; }
.xjx-panic-cases-list .xjx-qa-row { padding-left: 0; padding-right: 0; }

/* ===== v2471-247 保修/验机查询工具页（大屏双栏） ===== */
.xjx-warranty-layout { display: grid; grid-template-columns: 1fr 320px; gap: 20px; padding: 24px 28px 32px; }
.xjx-warranty-main { display: flex; flex-direction: column; gap: 18px; min-width: 0; }
.xjx-warranty-card { background: #f8fafc; border: 1px solid #eef2f7; border-radius: 14px; padding: 20px 22px; }
.xjx-warranty-card-title { font-size: 15px; font-weight: 800; color: #0f172a; margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
.xjx-warranty-card-title small { font-size: 12px; font-weight: 400; color: #94a3b8; margin-left: auto; }

/* ===== v2471-247 · 提交工单页（极简白底版：去掉橙色渐变 hero + 去掉维修匹配字段） ===== */
.xjx-wo-hero {
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: 14px;
  padding: 26px 32px;
  margin-bottom: 18px;
}
.xjx-wo-hero-title { font-size: 22px; font-weight: 800; color: #0f172a; margin: 0 0 8px; letter-spacing: -.3px; }
.xjx-wo-hero-sub { font-size: 13px; color: #64748B; margin: 0; line-height: 1.85; max-width: 700px; }
/* v2471-9xx · 提交工单 hero 短标签（与全站内容页「主标题+短标签」节奏呼应） */
.xjx-wo-hero-tag { display: inline-block; margin: 0 0 8px; padding: 2px 10px; font-size: 12px; font-weight: 600; line-height: 1.5; color: #EA580C; background: #FFF7ED; border: 1px solid #FED7AA; border-radius: 999px; }

/* ===== 双栏布局 ===== */
.xjx-wo-layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 18px; }
.xjx-wo-main { min-width: 0; }
.xjx-wo-aside { display: flex; flex-direction: column; gap: 14px; }

/* ===== 表单卡 ===== */
.xjx-wo-card {
  background: #fff; border: 1px solid #eef2f7; border-radius: 14px;
  padding: 28px 32px;
}
.xjx-wo-row + .xjx-wo-row { margin-top: 18px; }
.xjx-wo-label { display: block; font-size: 13px; font-weight: 700; color: #334155; margin-bottom: 8px; }
.xjx-wo-label em { color: #F97316; font-style: normal; }
.xjx-wo-input {
  width: 100%; box-sizing: border-box;
  padding: 12px 14px; border: 1px solid #e2e8f0; border-radius: 10px;
  font-size: 14px; color: #0f172a; font-family: inherit;
  transition: border-color .15s, box-shadow .15s;
}
.xjx-wo-input:focus { outline: none; border-color: #F97316; box-shadow: 0 0 0 3px rgba(249,115,22,.12); }
textarea.xjx-wo-input { resize: vertical; line-height: 1.7; min-height: 130px; }

/* ===== 咨询方向 pills ===== */
.xjx-wo-pills { display: flex; gap: 10px; flex-wrap: wrap; }
.xjx-wo-pill {
  border: 1.5px solid #e2e8f0; background: #fff; color: #475569;
  font-size: 13px; font-weight: 600;
  padding: 10px 22px; border-radius: 999px;
  cursor: pointer; transition: all .18s;
}
.xjx-wo-pill:hover { border-color: #F97316; color: #F97316; background: #FFF7ED; }
.xjx-wo-pill.active {
  background: linear-gradient(135deg, #F97316, #FB923C);
  color: #fff; border-color: transparent;
  box-shadow: 0 4px 12px rgba(249,115,22,.28);
}

/* ===== 操作区 ===== */
.xjx-wo-actions { display: flex; gap: 12px; margin-top: 22px; }
.xjx-wo-submit {
  flex: 1; padding: 13px;
  background: linear-gradient(135deg, #F97316, #EA580C);
  color: #fff; border: 0; border-radius: 10px;
  font-size: 15px; font-weight: 700; cursor: pointer;
  transition: opacity .2s, transform .15s, box-shadow .2s;
  box-shadow: 0 4px 14px rgba(249,115,22,.25);
}
.xjx-wo-submit:hover { opacity: .94; transform: translateY(-1px); box-shadow: 0 8px 20px rgba(249,115,22,.32); }
.xjx-wo-reset {
  padding: 13px 26px; background: #fff; color: #64748B;
  border: 1px solid #e2e8f0; border-radius: 10px;
  font-size: 14px; font-weight: 600; cursor: pointer;
  transition: all .18s;
}
.xjx-wo-reset:hover { border-color: #94a3b8; color: #334155; }
.xjx-wo-msg { padding: 14px 16px; border-radius: 10px; font-size: 13px; line-height: 1.8; margin-top: 14px; }
.xjx-wo-msg.ok   { background: #D1FAE5; color: #065F46; border: 1px solid #6EE7B7; }
.xjx-wo-msg.warn { background: #FEF3C7; color: #92400E; border: 1px solid #FCD34D; }
.xjx-wo-msg.err  { background: #FEE2E2; color: #991B1B; border: 1px solid #FCA5A5; }

/* ===== 侧栏：精简到只剩"我的工单"入口 ===== */
.xjx-wo-aside-my {
  display: block; text-align: center;
  background: #fff; border: 1.5px solid #F97316; color: #F97316;
  padding: 14px 20px; border-radius: 12px;
  font-size: 14px; font-weight: 700; text-decoration: none;
  transition: all .18s;
}
.xjx-wo-aside-my:hover { background: #FFF7ED; transform: translateY(-1px); }

@media (max-width: 980px) {
  .xjx-wo-layout { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 640px) {
  .xjx-wo-hero { padding: 22px 18px; }
  .xjx-wo-hero-title { font-size: 19px; }
  .xjx-wo-card { padding: 22px 18px; }
  .xjx-wo-actions { flex-direction: column; }
  .xjx-wo-reset { width: 100%; }
}

/* ===== 双栏布局 ===== */
.xjx-wo-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 20px; }
.xjx-wo-main { min-width: 0; }
.xjx-wo-aside { display: flex; flex-direction: column; gap: 14px; }

/* ===== 表单卡 ===== */
.xjx-wo-card {
  background: #fff; border: 1px solid #eef2f7; border-radius: 14px;
  padding: 28px 32px;
}
.xjx-wo-row + .xjx-wo-row { margin-top: 18px; }
.xjx-wo-label { display: block; font-size: 13px; font-weight: 700; color: #334155; margin-bottom: 8px; }
.xjx-wo-label em { color: #F97316; font-style: normal; }
.xjx-wo-input {
  width: 100%; box-sizing: border-box;
  padding: 12px 14px; border: 1px solid #e2e8f0; border-radius: 10px;
  font-size: 14px; color: #0f172a; font-family: inherit;
  transition: border-color .15s, box-shadow .15s;
}
.xjx-wo-input:focus { outline: none; border-color: #F97316; box-shadow: 0 0 0 3px rgba(249,115,22,.12); }
textarea.xjx-wo-input { resize: vertical; line-height: 1.7; min-height: 110px; }

/* ===== 问题类型 pills ===== */
.xjx-wo-pills { display: flex; gap: 10px; flex-wrap: wrap; }
.xjx-wo-pill {
  border: 1.5px solid #e2e8f0; background: #fff; color: #475569;
  font-size: 13px; font-weight: 600;
  padding: 10px 22px; border-radius: 999px;
  cursor: pointer; transition: all .18s;
}
.xjx-wo-pill:hover { border-color: #F97316; color: #F97316; background: #FFF7ED; }
.xjx-wo-pill.active {
  background: linear-gradient(135deg, #F97316, #FB923C);
  color: #fff; border-color: transparent;
  box-shadow: 0 4px 12px rgba(249,115,22,.28);
}

/* ===== 操作区 ===== */
.xjx-wo-actions { display: flex; gap: 12px; margin-top: 22px; }
.xjx-wo-submit {
  flex: 1; padding: 13px;
  background: linear-gradient(135deg, #F97316, #EA580C);
  color: #fff; border: 0; border-radius: 10px;
  font-size: 15px; font-weight: 700; cursor: pointer;
  transition: opacity .2s, transform .15s, box-shadow .2s;
  box-shadow: 0 4px 14px rgba(249,115,22,.25);
}
.xjx-wo-submit:hover { opacity: .94; transform: translateY(-1px); box-shadow: 0 8px 20px rgba(249,115,22,.32); }
.xjx-wo-reset {
  padding: 13px 26px; background: #fff; color: #64748B;
  border: 1px solid #e2e8f0; border-radius: 10px;
  font-size: 14px; font-weight: 600; cursor: pointer;
  transition: all .18s;
}
.xjx-wo-reset:hover { border-color: #94a3b8; color: #334155; }
.xjx-wo-msg { padding: 14px 16px; border-radius: 10px; font-size: 13px; line-height: 1.8; margin-top: 14px; }
.xjx-wo-msg.ok   { background: #D1FAE5; color: #065F46; border: 1px solid #6EE7B7; }
.xjx-wo-msg.warn { background: #FEF3C7; color: #92400E; border: 1px solid #FCD34D; }
.xjx-wo-msg.err  { background: #FEE2E2; color: #991B1B; border: 1px solid #FCA5A5; }

/* ===== 侧栏 ===== */
.xjx-wo-aside-card {
  background: #fff; border: 1px solid #eef2f7; border-radius: 14px;
  padding: 20px 22px;
}
.xjx-wo-aside-head { font-size: 14px; font-weight: 800; color: #0f172a; margin-bottom: 14px; display: flex; align-items: center; gap: 6px; }
.xjx-wo-flow { padding-left: 18px; margin: 0; color: #475569; font-size: 13px; line-height: 1.85; }
.xjx-wo-flow li { margin-bottom: 10px; }
.xjx-wo-flow li:last-child { margin-bottom: 0; }
.xjx-wo-flow b { display: block; color: #0f172a; margin-bottom: 2px; }
.xjx-wo-aside-my {
  display: block; text-align: center;
  background: #fff; border: 1.5px solid #F97316; color: #F97316;
  padding: 12px 20px; border-radius: 12px;
  font-size: 14px; font-weight: 700; text-decoration: none;
  transition: all .18s;
}
.xjx-wo-aside-my:hover { background: #FFF7ED; transform: translateY(-1px); }

@media (max-width: 980px) {
  .xjx-wo-layout { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 640px) {
  .xjx-wo-hero { padding: 24px 20px; }
  .xjx-wo-hero-title { font-size: 19px; }
  .xjx-wo-card { padding: 20px 18px; }
  .xjx-wo-actions { flex-direction: column; }
  .xjx-wo-reset { width: 100%; }
}

/* ===== 双栏布局 ===== */
.xjx-wo-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 20px; }
.xjx-wo-main { display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.xjx-wo-aside { display: flex; flex-direction: column; gap: 14px; }

/* ===== 步骤指示器 ===== */
.xjx-wo-steps {
  display: flex; align-items: center;
  background: #fff; border: 1px solid #eef2f7; border-radius: 14px;
  padding: 18px 24px; margin-bottom: 0;
}
.xjx-wo-step { display: flex; align-items: center; gap: 10px; }
.xjx-wo-step-num {
  width: 28px; height: 28px; border-radius: 50%;
  background: linear-gradient(135deg, #F97316, #FB923C);
  color: #fff; font-size: 13px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 3px 8px rgba(249,115,22,.28);
}
.xjx-wo-step-t { font-size: 14px; font-weight: 700; color: #0f172a; }
.xjx-wo-step-line { flex: 1; height: 2px; background: linear-gradient(90deg, #FED7AA 0%, #FED7AA 100%); margin: 0 12px; }

/* ===== 表单 ===== */
.xjx-wo-block {
  background: #fff; border: 1px solid #eef2f7; border-radius: 14px;
  padding: 22px 26px;
  transition: border-color .2s, box-shadow .2s;
}
.xjx-wo-block:hover { border-color: #FED7AA; box-shadow: 0 4px 12px rgba(15,23,42,.04); }
.xjx-wo-block-head {
  display: flex; align-items: center; gap: 8px;
  padding-bottom: 14px; margin-bottom: 16px;
  border-bottom: 1px solid #f1f5f9;
}
.xjx-wo-block-ic { font-size: 18px; }
.xjx-wo-block-t { font-size: 16px; font-weight: 800; color: #0f172a; }
.xjx-wo-block-sub { font-size: 12px; color: #94a3b8; margin-left: auto; }

.xjx-wo-row + .xjx-wo-row { margin-top: 16px; }
.xjx-wo-label { display: block; font-size: 13px; font-weight: 700; color: #334155; margin-bottom: 8px; }
.xjx-wo-label em { color: #F97316; font-style: normal; }
.xjx-wo-input {
  width: 100%; box-sizing: border-box;
  padding: 12px 14px; border: 1px solid #e2e8f0; border-radius: 10px;
  font-size: 14px; color: #0f172a; font-family: inherit;
  transition: border-color .15s, box-shadow .15s;
}
.xjx-wo-input:focus { outline: none; border-color: #F97316; box-shadow: 0 0 0 3px rgba(249,115,22,.12); }
textarea.xjx-wo-input { resize: vertical; line-height: 1.7; min-height: 110px; }
.xjx-wo-hint { margin-top: 6px; font-size: 12px; color: #94a3b8; }

/* ===== 问题类型卡片 2x3 宫格 ===== */
.xjx-wo-types { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.xjx-wo-type {
  position: relative;
  border: 1.5px solid #e2e8f0; background: #fff;
  border-radius: 12px;
  padding: 14px 8px 12px;
  text-align: center; cursor: pointer;
  transition: all .2s;
}
.xjx-wo-type:hover { border-color: #FED7AA; background: #FFFBEB; transform: translateY(-1px); }
.xjx-wo-type.active {
  border-color: #F97316;
  background: linear-gradient(135deg, #FFF7ED 0%, #FFEDD5 100%);
  box-shadow: 0 4px 12px rgba(249,115,22,.18);
}
.xjx-wo-type.active::after {
  content: '✓'; position: absolute; top: 6px; right: 6px;
  width: 18px; height: 18px; border-radius: 50%;
  background: #F97316; color: #fff;
  font-size: 11px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.xjx-wo-type input { position: absolute; opacity: 0; pointer-events: none; }
.xjx-wo-type-emoji { font-size: 24px; display: block; margin-bottom: 4px; line-height: 1; }
.xjx-wo-type-t { display: block; font-size: 13px; font-weight: 700; color: #0f172a; margin-bottom: 2px; }
.xjx-wo-type-d { display: block; font-size: 11px; color: #94a3b8; line-height: 1.5; }

/* ===== 操作区 ===== */
.xjx-wo-actions { display: flex; gap: 12px; margin-top: 4px; }
.xjx-wo-submit {
  flex: 1; padding: 14px;
  background: linear-gradient(135deg, #F97316, #EA580C);
  color: #fff; border: 0; border-radius: 12px;
  font-size: 15px; font-weight: 700; cursor: pointer;
  transition: opacity .2s, transform .15s, box-shadow .2s;
  box-shadow: 0 4px 14px rgba(249,115,22,.25);
}
.xjx-wo-submit:hover { opacity: .94; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(249,115,22,.32); }
.xjx-wo-reset {
  padding: 14px 28px; background: #fff; color: #64748B;
  border: 1px solid #e2e8f0; border-radius: 12px;
  font-size: 14px; font-weight: 600; cursor: pointer;
  transition: all .18s;
}
.xjx-wo-reset:hover { border-color: #94a3b8; color: #334155; }
.xjx-wo-msg { padding: 14px 16px; border-radius: 10px; font-size: 13px; line-height: 1.8; margin-top: 12px; }
.xjx-wo-msg.ok   { background: #D1FAE5; color: #065F46; border: 1px solid #6EE7B7; }
.xjx-wo-msg.warn { background: #FEF3C7; color: #92400E; border: 1px solid #FCD34D; }
.xjx-wo-msg.err  { background: #FEE2E2; color: #991B1B; border: 1px solid #FCA5A5; }

/* ===== 侧栏卡片 ===== */
.xjx-wo-aside-card {
  background: #fff; border: 1px solid #eef2f7; border-radius: 14px;
  padding: 20px 22px;
}
.xjx-wo-aside-head { font-size: 14px; font-weight: 800; color: #0f172a; margin-bottom: 14px; display: flex; align-items: center; gap: 6px; }
.xjx-wo-flow { padding-left: 18px; margin: 0; color: #475569; font-size: 13px; line-height: 1.85; }
.xjx-wo-flow li { margin-bottom: 10px; }
.xjx-wo-flow li:last-child { margin-bottom: 0; }
.xjx-wo-flow b { display: block; color: #0f172a; margin-bottom: 2px; }
.xjx-wo-info-list { margin: 0; padding: 0; list-style: none; color: #475569; font-size: 13px; line-height: 1.85; }
.xjx-wo-info-list li { margin-bottom: 6px; }
.xjx-wo-info-list li:last-child { margin-bottom: 0; }
.xjx-wo-aside-info { background: linear-gradient(135deg, #FFF7ED 0%, #FFFBEB 100%); border-color: #FED7AA; }
.xjx-wo-aside-contact { background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%); color: #fff; border-color: transparent; }
.xjx-wo-aside-contact .xjx-wo-aside-head { color: #fff; }
.xjx-wo-aside-tel {
  font-size: 22px; font-weight: 800; letter-spacing: .5px;
  text-align: center; margin: 8px 0 6px;
  background: linear-gradient(135deg, #FB923C, #F97316);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.xjx-wo-aside-tip { font-size: 12px; color: rgba(255,255,255,.7); text-align: center; }
.xjx-wo-aside-my {
  display: block; text-align: center;
  background: #fff; border: 1.5px solid #F97316; color: #F97316;
  padding: 12px 20px; border-radius: 12px;
  font-size: 14px; font-weight: 700; text-decoration: none;
  transition: all .18s;
}
.xjx-wo-aside-my:hover { background: #FFF7ED; transform: translateY(-1px); }

.xjx-wo-aside-my:hover { background: #FFF7ED; transform: translateY(-1px); }

/* ===== v2471-247 · 提交工单右侧"最近工单"列表 ===== */
.xjx-wo-recent {
  background: #fff; border: 1px solid #eef2f7; border-radius: 14px;
  padding: 16px 18px;
}
.xjx-wo-recent-head {
  display: flex; align-items: center; justify-content: space-between;
  font-size: 13px; font-weight: 800; color: #0f172a;
  margin-bottom: 10px;
}
.xjx-wo-recent-head a { font-size: 12px; color: #F97316; font-weight: 600; text-decoration: none; }
.xjx-wo-recent-head a:hover { text-decoration: underline; }
.xjx-wo-recent-list { display: flex; flex-direction: column; gap: 8px; }
.xjx-wo-recent-item {
  display: block; padding: 10px 12px;
  background: #f8fafc; border: 1px solid #f1f5f9; border-radius: 10px;
  text-decoration: none; color: #334155;
  transition: all .18s;
}
.xjx-wo-recent-item:hover { border-color: #FED7AA; background: #FFF7ED; transform: translateX(-2px); }
.xjx-wo-recent-title {
  font-size: 13px; font-weight: 700; color: #0f172a;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  margin-bottom: 6px;
}
.xjx-wo-recent-meta {
  display: flex; align-items: center; justify-content: space-between;
  font-size: 11px; color: #94a3b8;
}
.xjx-wo-recent-badge {
  display: inline-block; font-size: 10px; font-weight: 700;
  padding: 2px 8px; border-radius: 999px;
  background: #FFF7ED; color: #EA580C;
}
.xjx-wo-recent-badge-processing { background: #EEF2FF; color: #4F46E5; }
.xjx-wo-recent-badge-resolved   { background: #ECFDF5; color: #059669; }
.xjx-wo-recent-badge-closed     { background: #F1F5F9; color: #64748B; }
.xjx-wo-recent-empty {
  text-align: center; color: #94a3b8; font-size: 12px; padding: 10px 0;
}

@media (max-width: 980px) {
  .xjx-wo-layout { grid-template-columns: minmax(0, 1fr); }
  .xjx-wo-hero-inner { flex-direction: column; align-items: flex-start; gap: 18px; }
  .xjx-wo-hero-right { flex-direction: row; flex-wrap: wrap; width: 100%; }
  .xjx-wo-types { grid-template-columns: repeat(3, 1fr); }
  .xjx-wo-step-t { font-size: 12px; }
}
@media (max-width: 640px) {
  .xjx-wo-hero { padding: 24px 20px; }
  .xjx-wo-hero-title { font-size: 20px; }
  .xjx-wo-block { padding: 18px; }
  .xjx-wo-types { grid-template-columns: repeat(2, 1fr); }
  .xjx-wo-actions { flex-direction: column; }
  .xjx-wo-reset { width: 100%; }
}

/* ===== v2471-247 · 提交工单页美化覆盖（去动画/emoji，品牌橙统一，last definition wins） ===== */
/* hero 图标 + 文字横向排布 */
.xjx-wo-hero-inner { display: flex; align-items: center; gap: 16px; }
.xjx-wo-hero-text { min-width: 0; }
.xjx-wo-hero-ic {
  flex: none; width: 52px; height: 52px; border-radius: 14px;
  background: #FFF7ED; color: #F97316;
  display: flex; align-items: center; justify-content: center;
}
.xjx-wo-hero-ic svg { width: 28px; height: 28px; display: block; }
/* 三步指示与表单卡之间留白 */
.xjx-wo-steps { margin-bottom: 16px; }
/* 侧栏卡片标题图标 + 加粗列表项 */
.xjx-wo-aside-head svg { width: 16px; height: 16px; }
.xjx-wo-info-list b { font-weight: 700; color: #0f172a; }
/* 合规提示条 */
.xjx-wo-note {
  display: flex; align-items: flex-start; gap: 10px;
  background: #FFF7ED; border: 1px solid #FED7AA; border-radius: 10px;
  padding: 12px 14px; margin-top: 18px;
  font-size: 12px; line-height: 1.7; color: #9A3412;
}
.xjx-wo-note svg { flex: none; width: 16px; height: 16px; margin-top: 2px; color: #EA580C; }
.xjx-wo-note b { color: #C2410C; }

/* 即时反馈：去除所有过渡/位移动效（用户偏好：无动画/无特效） */
.xjx-wo-input,
.xjx-wo-pill,
.xjx-wo-submit,
.xjx-wo-reset,
.xjx-wo-aside-my,
.xjx-wo-recent-item,
.xjx-wo-block { transition: none !important; }
.xjx-wo-pill:hover,
.xjx-wo-submit:hover,
.xjx-wo-reset:hover,
.xjx-wo-aside-my:hover,
.xjx-wo-recent-item:hover,
.xjx-wo-block:hover { transform: none !important; }
.xjx-wo-submit:hover,
.xjx-wo-pill:hover { box-shadow: none !important; opacity: 1 !important; }

/* 品牌 chips */
.xjx-warranty-brands { display: flex; flex-wrap: wrap; gap: 8px; }
.xjx-warranty-brand { border: 1px solid #e2e8f0; background: #fff; color: #475569; font-size: 13px; padding: 7px 15px; border-radius: 999px; cursor: pointer; transition: all .18s; font-weight: 500; }
.xjx-warranty-brand:hover { border-color: #F97316; color: #F97316; }
.xjx-warranty-brand.active { background: linear-gradient(135deg,#F97316,#FB923C); color: #fff; border-color: transparent; box-shadow: 0 3px 10px rgba(249,115,22,.3); }

/* 服务卡片 */
.xjx-warranty-services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.xjx-warranty-svc { border: 1px solid #e2e8f0; border-radius: 10px; background: #fff; padding: 12px 14px; cursor: pointer; transition: all .18s; text-align: left; font-family: inherit; }
.xjx-warranty-svc:hover { border-color: #F97316; box-shadow: 0 3px 10px rgba(249,115,22,.12); transform: translateY(-1px); }
.xjx-warranty-svc.active { border-color: #F97316; background: #FFF7ED; box-shadow: 0 3px 10px rgba(249,115,22,.15); }
.xjx-warranty-svc-ic { font-size: 18px; }
.xjx-warranty-svc-name { font-size: 13px; font-weight: 700; color: #0f172a; margin: 6px 0 2px; }
.xjx-warranty-svc-price { font-size: 12px; color: #F97316; font-weight: 700; }
.xjx-warranty-svc-desc { font-size: 11px; color: #94a3b8; margin-top: 2px; line-height: 1.45; }

/* 输入区 */
.xjx-warranty-input-label { font-size: 13px; font-weight: 700; color: #334155; margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }
.xjx-warranty-input-label .xjx-warranty-price-hint { margin-left: auto; font-size: 12px; font-weight: 600; color: #F97316; }
.xjx-warranty-input-row { display: flex; gap: 10px; align-items: stretch; }
.xjx-warranty-input { flex: 1; min-width: 0; padding: 12px 14px; border: 1px solid #cbd5e1; border-radius: 10px; font-size: 15px; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; background: #fff; color: #0f172a; }
.xjx-warranty-input:focus { outline: none; border-color: #F97316; box-shadow: 0 0 0 3px rgba(249,115,22,.12); }
.xjx-warranty-input::placeholder { color: #cbd5e1; }
.xjx-warranty-submit { border: 0; border-radius: 10px; padding: 13px 30px; font-size: 15px; font-weight: 800; color: #fff; background: linear-gradient(135deg,#F97316,#EA580C); cursor: pointer; box-shadow: 0 6px 16px rgba(249,115,22,.3); transition: all .2s; white-space: nowrap; }
.xjx-warranty-submit:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(249,115,22,.4); }
.xjx-warranty-submit:disabled { opacity: .6; cursor: default; transform: none; }
.xjx-warranty-msg { margin-top: 12px; font-size: 13px; line-height: 1.6; display: none; }
.xjx-warranty-msg.show { display: block; }

/* 结果表 */
.xjx-warranty-result-table { width: 100%; border-collapse: collapse; margin-top: 4px; }
.xjx-warranty-result-table td { padding: 10px 12px; border-bottom: 1px solid #f1f5f9; font-size: 13px; }
.xjx-warranty-result-table tr:last-child td { border-bottom: 0; }
.xjx-warranty-result-table td:first-child { color: #94a3b8; width: 160px; font-weight: 500; }
.xjx-warranty-result-table td:last-child { color: #0f172a; font-weight: 600; word-break: break-all; }
.xjx-warranty-status-ok { color: #16a34a !important; }
.xjx-warranty-status-warn { color: #EA580C !important; }

/* =============== 用户中心侧栏（workorder_submit 等页面复用，零动画） =============== */
.xjx-uc-grid { display: grid; grid-template-columns: 240px 1fr; gap: 22px; }
.xjx-uc-side { background: #fff; border-radius: 18px; padding: 18px 14px; box-shadow: 0 2px 12px rgba(15,23,42,.05); height: fit-content; position: sticky; top: 16px; border: 1px solid #f1f5f9; }
.xjx-uc-side-label { font-size: 11px; color: #94a3b8; font-weight: 800; letter-spacing: 1px; padding: 2px 10px 16px; display: flex; align-items: center; gap: 8px; white-space: nowrap; }
.xjx-uc-side-label::before { content: ''; width: 16px; height: 2px; background: linear-gradient(90deg,#F97316,#FB923C); border-radius: 1px; }
.xjx-uc-side a { display: flex; align-items: center; gap: 10px; padding: 9px 10px; color: #475569; font-size: 13.5px; font-weight: 500; border-radius: 12px; text-decoration: none; margin-bottom: 4px; border-left: 3px solid transparent; position: relative; }
.xjx-uc-side a:hover { background: #f8fafc; color: #0f172a; }
.xjx-uc-side a.active { background: #FFF7ED; color: #C2410C; font-weight: 700; border-left-color: #F97316; }
.xjx-uc-side a .ic { width: 32px; height: 32px; border-radius: 9px; background: #f1f5f9; display: flex; align-items: center; justify-content: center; flex: none; color: #64748b; }
.xjx-uc-side a:hover .ic { background: #e2e8f0; color: #0f172a; }
.xjx-uc-side a.active .ic { background: #F97316; color: #fff; }
.xjx-uc-side a .lbl { flex: 1; }
.xjx-uc-side a .arr { font-size: 15px; color: #cbd5e1; opacity: 0; line-height: 1; }
.xjx-uc-side a:hover .arr { opacity: 1; }
.xjx-uc-side a.active .arr { opacity: 1; color: #F97316; }
.xjx-uc-side-divider { height: 1px; background: #f1f5f9; margin: 12px 8px; }
.xjx-uc-side-help { margin: 4px 8px 0; padding: 12px 14px; background: #FFF7ED; border-radius: 12px; font-size: 12px; color: #9A3412; line-height: 1.65; }
.xjx-uc-side-help b { display: block; font-size: 13px; margin-bottom: 3px; color: #C2410C; }
.xjx-uc-main { background: #fff; border-radius: 18px; padding: 26px; box-shadow: 0 2px 12px rgba(15,23,42,.05); min-height: 460px; border: 1px solid #f1f5f9; }
.xjx-uc-side a.xjx-uc-hide { display: none !important; }
/* workorder_submit 等页面：用网格布局替换默认 prose 内边距 */
.xjx-uc-host { padding: 0 !important; max-width: 100% !important; }
@media (max-width: 760px) {
  .xjx-uc-grid { grid-template-columns: 1fr; }
  .xjx-uc-side { position: static; }
}

/* 历史（v2471-247 · 升级：日期分组 + 状态标签 + 点击查看详情） */
.xjx-warranty-hist-day { font-size: 12px; font-weight: 800; color: #94a3b8; padding: 14px 0 4px; letter-spacing: 1px; }
.xjx-warranty-hist-day:first-child { padding-top: 0; }
.xjx-warranty-hist-item {
  display: block;
  padding: 12px 14px;
  margin-bottom: 8px;
  border: 1px solid #eef2f7;
  border-radius: 10px;
  font-size: 13px;
  transition: all .18s;
}
.xjx-warranty-hist-item:last-child { border-bottom: 1px solid #eef2f7; }
.xjx-warranty-hist-item:hover { border-color: #FDBA74; background: #FFF7ED; transform: translateX(2px); }
.xjx-warranty-hist-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.xjx-warranty-hist-name { font-weight: 700; color: #334155; font-size: 13.5px; }
.xjx-warranty-hist-model { color: #0f172a; font-size: 12.5px; margin-top: 5px; font-weight: 600; }
.xjx-warranty-hist-meta { color: #94a3b8; font-size: 11.5px; margin-top: 4px; }
.xjx-warranty-hist-status { flex: none; font-size: 11px; font-weight: 700; padding: 2px 8px; border-radius: 999px; }
.xjx-warranty-hist-status.ok   { background: #F0FDF4; color: #059669; border: 1px solid #BBF7D0; }
.xjx-warranty-hist-status.warn { background: #FEF2F2; color: #DC2626; border: 1px solid #FECACA; }
.xjx-warranty-hist-empty { color: #94a3b8; font-size: 13px; padding: 6px 0; }

/* 右栏 */
.xjx-warranty-aside { display: flex; flex-direction: column; gap: 16px; }
.xjx-warranty-aside-card { background: #fff; border: 1px solid #eef2f7; border-radius: 14px; padding: 18px; }
.xjx-warranty-aside-head { font-size: 14px; font-weight: 800; color: #0f172a; margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.xjx-warranty-steps { margin: 0; padding-left: 20px; line-height: 2.1; font-size: 13px; color: #475569; }
.xjx-warranty-steps b { color: #0f172a; }
.xjx-warranty-faq { font-size: 13px; color: #475569; line-height: 1.8; }
.xjx-warranty-faq b { color: #0f172a; display: block; margin: 10px 0 2px; font-size: 13px; }
.xjx-warranty-tip { font-size: 12px; color: #9A3412; line-height: 1.7; }
.xjx-warranty-tip b { color: #C2410C; }

/* 响应式 */
@media (max-width: 1024px) {
  .xjx-warranty-layout { grid-template-columns: 1fr; padding: 20px; }
  .xjx-warranty-services { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .xjx-warranty-services { grid-template-columns: 1fr; }
  .xjx-warranty-input-row { flex-direction: column; }
  .xjx-warranty-submit { width: 100%; }
}

/* v2471-247 · warranty 工具页覆盖 prose 默认大 padding（布局自带 padding） */
.xjx-warranty-page { padding: 0 !important; max-width: 100%; }

/* ===== v2471-247 保修/验机查询工具页 v2（主流站式：大输入框置顶 + 热门快捷 + 服务分组列表） ===== */
/* 覆盖 v164 旧 grid 布局：.xjx-warranty-services 从 3 列 grid 改为纵向列表容器 */
.xjx-warranty-services { display: flex; flex-direction: column; gap: 18px; }
.xjx-warranty-svc-group { border: 1px solid #eef2f7; border-radius: 12px; overflow: hidden; }
.xjx-warranty-svc-group-head { display: flex; align-items: center; gap: 8px; padding: 11px 16px; background: #f8fafc; font-size: 13px; font-weight: 800; color: #0f172a; border-bottom: 1px solid #eef2f7; }
.xjx-warranty-svc-group-head small { font-weight: 400; color: #94a3b8; font-size: 12px; }
.xjx-warranty-svc-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: #f1f5f9; }
.xjx-warranty-svc { display: flex; align-items: center; gap: 10px; border: 0; border-radius: 0; background: #fff; padding: 12px 14px; cursor: pointer; transition: all .15s; text-align: left; font-family: inherit; }
.xjx-warranty-svc:hover { background: #FFF7ED; }
.xjx-warranty-svc:hover { background: #FFF7ED; }
.xjx-warranty-svc.active { background: #FFF7ED; box-shadow: inset 3px 0 0 #F97316; }
.xjx-warranty-svc-ic { font-size: 16px; flex: none; }
.xjx-warranty-svc-name { font-size: 13px; font-weight: 700; color: #0f172a; flex: 1; line-height: 1.4; }
.xjx-warranty-svc-price { font-size: 12px; color: #F97316; font-weight: 700; flex: none; }

/* 顶部大输入框 hero（Apple 官方 / imei.info 风格） */
.xjx-warranty-hero { position: relative; background: linear-gradient(135deg, #FFF7ED 0%, #FFEDD5 60%, #FFFBEB 100%); border: 1px solid #FED7AA; border-radius: 16px; padding: 28px 30px; overflow: hidden; }
.xjx-warranty-hero::after { content: ""; position: absolute; right: -60px; top: -60px; width: 200px; height: 200px; border-radius: 50%; background: rgba(249,115,22,.08); }
.xjx-warranty-hero-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; position: relative; z-index: 1; }
.xjx-warranty-hero-title { font-size: 20px; font-weight: 800; color: #0f172a; position: relative; z-index: 1; }
.xjx-warranty-hero-sub { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 13px; color: #9A3412; margin: 6px 0 16px; position: relative; z-index: 1; min-width: 0; }
.xjx-warranty-hero-sub-text { line-height: 1.4; flex: 1; min-width: 0; }
.xjx-warranty-hero-row { display: flex; gap: 10px; position: relative; z-index: 1; }
.xjx-warranty-help-link {
  display: inline-flex; align-items: center; gap: 5px; flex: none;
  margin: 0 12px 0 0; padding: 0; border: 0; background: none;
  color: #9A3412; font: inherit; font-size: 13px; font-weight: 500;
  line-height: 1.2; cursor: pointer; text-decoration: none; white-space: nowrap;
}
.xjx-warranty-help-link:hover { color: #7C2D12; text-decoration: underline; text-underline-offset: 2px; }
.xjx-warranty-help-link svg { flex: 0 0 auto; opacity: .85; }
.xjx-warranty-hero-row .xjx-warranty-input { flex: 1; min-width: 0; padding: 14px 16px; border: 2px solid #F97316; border-radius: 12px; font-size: 16px; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; background: #fff; color: #0f172a; box-shadow: 0 4px 14px rgba(249,115,22,.14); }
.xjx-warranty-hero-row .xjx-warranty-input:focus { outline: none; box-shadow: 0 0 0 4px rgba(249,115,22,.18); }
.xjx-warranty-hero-row .xjx-warranty-submit { padding: 14px 36px; font-size: 16px; border-radius: 12px; }
.xjx-warranty-hero-hint { margin-top: 12px; font-size: 12px; color: #C2410C; position: relative; z-index: 1; }

/* 热门服务快捷入口 */
.xjx-warranty-hot { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.xjx-warranty-hot-item { display: flex; align-items: center; gap: 10px; border: 1px solid #e2e8f0; border-radius: 12px; background: #fff; padding: 12px 14px; cursor: pointer; transition: all .18s; text-align: left; font-family: inherit; }
.xjx-warranty-hot-item:hover { border-color: #F97316; box-shadow: 0 4px 12px rgba(249,115,22,.12); transform: translateY(-1px); }
.xjx-warranty-hot-item.active { border-color: #F97316; background: #FFF7ED; box-shadow: inset 3px 0 0 #F97316, 0 4px 12px rgba(249,115,22,.14); }
.xjx-warranty-hot-ic { font-size: 18px; flex: none; }
.xjx-warranty-hot-name { font-size: 13px; font-weight: 700; color: #0f172a; flex: 1; line-height: 1.4; }
.xjx-warranty-hot-price { font-size: 12px; color: #F97316; font-weight: 700; flex: none; }

/* 旧 .xjx-warranty-input-label（v164 遗留，隐藏） */
.xjx-warranty-input-label { display: none; }

/* 响应式 */
@media (max-width: 1100px) {
  .xjx-warranty-svc-list { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 860px) {
  .xjx-warranty-svc-list { grid-template-columns: repeat(2, 1fr); }
  .xjx-warranty-hot { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 600px) {
  .xjx-warranty-svc-list { grid-template-columns: 1fr; }
  .xjx-warranty-hot { grid-template-columns: repeat(2, 1fr); }
  .xjx-warranty-hero-row { flex-direction: column; }
  .xjx-warranty-hero-row .xjx-warranty-submit { width: 100%; }
}

/* v2471-247.1 · 修复热门/服务 grid item 撑破列宽遮挡右侧栏
   根因：grid item 默认 min-width:auto，nowrap 长文本（如「苹果验机报告（极速版）」）撑破 1fr 列，
   第 4/8 列溢到 x>932 盖住右侧 aside（x=952）。加 min-width:0 让 ellipsis 生效收缩。 */
.xjx-warranty-hot-item,
.xjx-warranty-svc { min-width: 0; }
.xjx-warranty-hot-name,
.xjx-warranty-svc-name { min-width: 0; }

/* v2471-247.2 · 修复 ≤1024px 窄屏响应式溢出（用户截图：右半部分被裁像遮挡）
   根因：@media (max-width:1024px) 把 layout 改成单列，但 1fr 没约束 max-width，
   layout 被 .xjx-page-card 等父容器撑成 1160+40=1200px，水平溢出 viewport 1024
   → 浏览器出现水平滚动条，视觉上右侧栏/服务列表右列被裁切，用户感觉"被遮挡"。 */
.xjx-warranty-layout { min-width: 0; max-width: 100%; box-sizing: border-box; }
.xjx-warranty-main, .xjx-warranty-aside { min-width: 0; }
.xjx-warranty-hero,
.xjx-warranty-card,
.xjx-warranty-aside-card { min-width: 0; }
.xjx-warranty-input,
.xjx-warranty-hero-row .xjx-warranty-input { min-width: 0; max-width: 100%; }

@media (max-width: 1024px) {
  .xjx-warranty-layout { grid-template-columns: minmax(0, 1fr); padding: 20px; max-width: 100%; }
  .xjx-warranty-hero { padding: 22px 22px; }
  .xjx-warranty-hero-row .xjx-warranty-input { font-size: 15px; padding: 12px 14px; }
  .xjx-warranty-hero-row .xjx-warranty-submit { padding: 12px 24px; font-size: 15px; }
}
@media (max-width: 768px) {
  .xjx-warranty-hero-head { align-items: center; }
  .xjx-warranty-hero-title { font-size: 17px; }
  .xjx-warranty-help-link { font-size: 12px; }
  .xjx-warranty-hero-row { flex-direction: column; }
  .xjx-warranty-hero-row .xjx-warranty-submit { width: 100%; }
  .xjx-warranty-hot { grid-template-columns: repeat(2, 1fr); }
}

/* v2471-545 · 保修查询页「如何查看IMEI/SN」弹窗（紧凑化：减薄四周 padding/gap） */
.xjx-modal {
  position: fixed; inset: 0; z-index: 100;
  display: none; align-items: center; justify-content: center;
  padding: 12px;
}
.xjx-modal__backdrop {
  position: absolute; inset: 0;
  background: rgba(15, 23, 42, .55);
}
.xjx-modal__panel {
  position: relative; z-index: 1;
  width: min(520px, 100%);
  max-height: min(90vh, 760px);
  overflow: auto;
  border: 1px solid #FED7AA;
  border-radius: 16px;
  background: #fff;
  padding: 18px 16px;
  box-shadow: 0 20px 60px rgba(249,115,22,.18);
  text-align: left;
}
.xjx-modal__panel h3 { margin: 0 30px 0 0; font-size: 18px; font-weight: 800; color: #0f172a; }
.xjx-modal__lead { margin: 6px 0 0; font-size: 13px; line-height: 1.55; color: #64748B; }
.xjx-modal__close {
  position: absolute; top: 10px; right: 10px;
  width: 32px; height: 32px; border: 0; border-radius: 8px;
  background: transparent; color: #94A3B8; font-size: 22px; line-height: 1;
  cursor: pointer;
}
.xjx-modal__close:hover { background: #F8FAFC; color: #0f172a; }

/* v2471-558 · 网点举报弹窗 */
.xjx-report-modal.show { display: flex; }
.xjx-report-modal .xjx-modal__panel { padding: 22px 24px 24px; }
.xjx-report-label { display: block; font-size: 14px; font-weight: 700; color: #0f172a; margin-bottom: 10px; }
.xjx-report-label em { color: #DC2626; margin-right: 4px; }
.xjx-report-label small { color: #94a3b8; font-weight: 500; margin-left: 6px; }
.xjx-report-field { margin-top: 18px; }
.xjx-report-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.xjx-report-option { display: flex; align-items: center; gap: 8px; padding: 10px 12px; border: 1px solid #e2e8f0; border-radius: 10px; background: #fff; cursor: pointer; font-size: 13px; color: #334155; transition: all .12s; }
.xjx-report-option:hover { border-color: #FDBA74; background: #FFF7ED; }
.xjx-report-option:has(input:checked) { border-color: #F97316; background: #FFF7ED; color: #9A3412; }
.xjx-report-option input { flex: none; margin: 0; accent-color: #F97316; }
.xjx-report-input,
.xjx-report-textarea { width: 100%; box-sizing: border-box; padding: 11px 13px; border: 1px solid #cbd5e1; border-radius: 10px; font-size: 14px; color: #0f172a; background: #fff; resize: vertical; }
.xjx-report-input:focus,
.xjx-report-textarea:focus { outline: none; border-color: #F97316; box-shadow: 0 0 0 3px rgba(249,115,22,.12); }
.xjx-report-input::placeholder,
.xjx-report-textarea::placeholder { color: #94a3b8; }
.xjx-report-actions { display: flex; gap: 12px; margin-top: 22px; }
.xjx-report-submit { flex: 1; border: 0; border-radius: 10px; padding: 12px 20px; font-size: 15px; font-weight: 700; color: #fff; background: linear-gradient(135deg,#F97316,#EA580C); cursor: pointer; box-shadow: 0 4px 14px rgba(249,115,22,.28); }
.xjx-report-submit:disabled { opacity: .65; cursor: default; }
.xjx-report-cancel { flex: none; border: 1px solid #e2e8f0; border-radius: 10px; padding: 12px 22px; font-size: 15px; font-weight: 600; color: #475569; background: #fff; cursor: pointer; }
.xjx-report-cancel:hover { background: #f8fafc; }
.xjx-report-msg { margin-top: 14px; font-size: 13px; line-height: 1.6; display: none; }
.xjx-report-msg.warn { color: #9A3412; }
.xjx-report-msg.ok { color: #059669; }
.xjx-report-msg.err { color: #DC2626; }
@media (max-width: 520px) {
  .xjx-report-options { grid-template-columns: 1fr; }
  .xjx-report-actions { flex-direction: column; }
  .xjx-report-cancel { width: 100%; }
}

/* v2471-579 · B 版交易闭环：用户自评弹窗 */
.xjx-fbself-modal.show { display: flex; }
.xjx-fbself-modal .xjx-modal__panel { padding: 22px 24px 24px; }
.xjx-fbself-field { margin-top: 18px; }
.xjx-fbself-label { display: block; font-size: 14px; font-weight: 700; color: #0f172a; margin-bottom: 10px; }
.xjx-fbself-label em { color: #DC2626; margin-right: 4px; }
.xjx-fbself-label small { color: #94a3b8; font-weight: 500; margin-left: 6px; }
.xjx-fbself-stars { display: flex; gap: 6px; font-size: 30px; line-height: 1; color: #E2E8F0; }
.xjx-fbself-star { cursor: pointer; user-select: none; transition: color .1s; }
.xjx-fbself-star.on { color: #F59E0B; }
.xjx-fbself-input,
.xjx-fbself-textarea { width: 100%; box-sizing: border-box; padding: 11px 13px; border: 1px solid #cbd5e1; border-radius: 10px; font-size: 14px; color: #0f172a; background: #fff; resize: vertical; }
.xjx-fbself-input:focus,
.xjx-fbself-textarea:focus { outline: none; border-color: #F97316; box-shadow: 0 0 0 3px rgba(249,115,22,.12); }
.xjx-fbself-input::placeholder,
.xjx-fbself-textarea::placeholder { color: #94a3b8; }
.xjx-fbself-anon { display: flex; align-items: center; gap: 8px; margin-top: 16px; font-size: 13px; color: #475569; cursor: pointer; }
.xjx-fbself-anon input { accent-color: #F97316; }
.xjx-fbself-actions { display: flex; gap: 12px; margin-top: 22px; }
.xjx-fbself-submit { flex: 1; border: 0; border-radius: 10px; padding: 12px 20px; font-size: 15px; font-weight: 700; color: #fff; background: linear-gradient(135deg,#F97316,#EA580C); cursor: pointer; box-shadow: 0 4px 14px rgba(249,115,22,.28); }
.xjx-fbself-submit:disabled { opacity: .65; cursor: default; }
.xjx-fbself-cancel { flex: none; border: 1px solid #e2e8f0; border-radius: 10px; padding: 12px 22px; font-size: 15px; font-weight: 600; color: #475569; background: #fff; cursor: pointer; }
.xjx-fbself-cancel:hover { background: #f8fafc; }
.xjx-fbself-msg { margin-top: 14px; font-size: 13px; line-height: 1.6; display: none; }
.xjx-fbself-msg.warn { color: #9A3412; }
.xjx-fbself-msg.ok { color: #059669; }
.xjx-fbself-msg.err { color: #DC2626; }
@media (max-width: 520px) {
  .xjx-fbself-actions { flex-direction: column; }
  .xjx-fbself-cancel { width: 100%; }
  .xjx-fbself-stars { font-size: 28px; }
}

/* v2471-579 · 详情页评价区底部「写评价」入口条 */
.xjx-detail-fb-writebar { margin-top: 16px; padding-top: 16px; border-top: 1px dashed #E2E8F0; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.xjx-detail-fb-writebar-tip { font-size: 13px; color: #64748b; line-height: 1.5; }
.xjx-fb-write-btn {
  flex: none; display: inline-flex; align-items: center; gap: 6px;
  height: 42px; padding: 0 22px; border: 0; border-radius: 10px;
  font-size: 15px; font-weight: 700; color: #fff; cursor: pointer;
  background: linear-gradient(135deg,#F97316,#EA580C); box-shadow: 0 4px 14px rgba(249,115,22,.28);
}
.xjx-fb-write-btn:hover { opacity: .94; }
.xjx-detail-fb-writebar.done .xjx-fb-write-btn { background: #E2E8F0; color: #94a3b8; box-shadow: none; cursor: default; }

/* v2471-735 · 我的评价列表（PC + H5 共用，h5-mobile.css 做移动端微调） */
.xjx-fb-list { display: flex; flex-direction: column; gap: 12px; }
.xjx-fb-item { background: #fff; border: 1px solid #eef2f7; border-radius: 12px; padding: 14px 16px; box-shadow: 0 1px 2px rgba(15,23,42,.04); }
.xjx-fb-head { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.xjx-fb-mch { font-size: 15px; font-weight: 700; color: #0f172a; }
.xjx-fb-stars { display: inline-flex; gap: 2px; }
.xjx-star { font-size: 15px; line-height: 1; color: #e2e8f0; }
.xjx-star.on { color: #F59E0B; }
.xjx-fb-badge { margin-left: auto; font-size: 12px; font-weight: 600; padding: 2px 9px; border-radius: 999px; background: #FEF3C7; color: #B45309; }
.xjx-fb-summary { margin-top: 8px; font-size: 14px; font-weight: 600; color: #1e293b; }
.xjx-fb-content { margin-top: 4px; font-size: 13px; line-height: 1.6; color: #475569; white-space: pre-wrap; word-break: break-word; }
.xjx-fb-imgs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.xjx-fb-img { width: 68px; height: 68px; object-fit: cover; border-radius: 8px; border: 1px solid #eef2f7; }
.xjx-fb-reply { margin-top: 10px; padding: 10px 12px; background: #F8FAFC; border-left: 3px solid #F97316; border-radius: 0 8px 8px 0; font-size: 13px; line-height: 1.6; color: #475569; }
.xjx-fb-reply-tag { display: inline-block; margin-right: 8px; font-size: 11px; font-weight: 700; color: #EA580C; background: #FFF7ED; padding: 1px 7px; border-radius: 4px; }
.xjx-fb-time { margin-top: 10px; font-size: 12px; color: #94a3b8; }


/* v2471-545 · 弹窗内容区：tab、步骤、图片全宽铺满，减少空白 */
.xjx-find-sn { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.xjx-find-sn-tab {
  appearance: none; border: 0; background: transparent; cursor: pointer;
  padding: 6px 12px; border-radius: 999px;
  font: inherit; font-size: 13px; font-weight: 600; color: #64748B;
  transition: all .15s;
}
.xjx-find-sn-tab:hover { background: #FFF7ED; color: #9A3412; }
.xjx-find-sn-tab.active { background: #F97316; color: #fff; box-shadow: 0 3px 10px rgba(249,115,22,.25); }
.xjx-find-sn-panels { position: relative; margin-top: 10px; }
.xjx-find-sn-panel {
  display: none;
  border: 1px solid #F1F5F9; border-radius: 12px; background: #FAFAFA;
  padding: 12px;
}
.xjx-find-sn-panel.active { display: flex; flex-direction: column; gap: 12px; }
.xjx-find-sn-step { display: flex; flex-direction: column; gap: 6px; }
.xjx-find-sn-step-head { display: flex; align-items: center; gap: 10px; }
.xjx-find-sn-step-dot {
  display: flex; align-items: center; justify-content: center;
  width: 22px; height: 22px; border-radius: 50%;
  background: #2563EB; color: #fff;
  font-size: 12px; font-weight: 800;
}
.xjx-find-sn-step-title { font-size: 14px; font-weight: 700; color: #0f172a; }
.xjx-find-sn-step-desc { margin: 0; font-size: 13px; line-height: 1.55; color: #64748B; }
.xjx-find-sn-step-img {
  width: 100%; max-width: 100%; height: auto; object-fit: contain;
  border-radius: 10px; background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
  cursor: zoom-in;
}
.xjx-find-sn-key {
  display: inline-block; vertical-align: middle;
  border: 1px dashed rgba(249,115,22,.35); border-radius: 6px;
  background: #FFF7ED; padding: 2px 7px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 13px; font-weight: 700; color: #F97316;
}
.xjx-find-sn-notice {
  border-radius: 10px; background: #FFF7ED; border: 1px solid #FED7AA;
  padding: 10px 12px;
}
.xjx-find-sn-notice-title { font-size: 13px; font-weight: 700; color: #9A3412; margin-bottom: 6px; }
.xjx-find-sn-notice ul { margin: 0; padding-left: 18px; font-size: 12px; line-height: 1.65; color: #7C2D12; }
.xjx-find-sn-notice li { margin: 0; }

/* 截图放大 lightbox */
.xjx-lightbox {
  position: fixed; inset: 0; z-index: 110;
  display: none; align-items: center; justify-content: center;
  padding: 12px;
}
.xjx-lightbox__backdrop { position: absolute; inset: 0; background: rgba(15,23,42,.85); }
.xjx-lightbox__close {
  position: absolute; top: 10px; right: 10px; z-index: 1;
  width: 36px; height: 36px; border: 0; border-radius: 8px;
  background: rgba(255,255,255,.15); color: #fff; font-size: 24px; line-height: 1;
  cursor: pointer;
}
.xjx-lightbox__close:hover { background: rgba(255,255,255,.25); }
.xjx-lightbox__img {
  position: relative; z-index: 1;
  max-width: 100%; max-height: 80vh; object-fit: contain;
  border-radius: 12px; background: #fff;
}
@media (max-width: 559px) {
  .xjx-modal { padding: 8px; }
  .xjx-modal__panel { padding: 14px 12px; border-radius: 14px; }
  .xjx-modal__panel h3 { font-size: 17px; }
  .xjx-find-sn-tab { padding: 5px 11px; font-size: 12px; }
  .xjx-find-sn-panel { padding: 10px; }
  .xjx-find-sn-step-title { font-size: 13px; }
  .xjx-find-sn-step-desc { font-size: 12px; }
  .xjx-find-sn-notice { padding: 8px 10px; }
}

/* v2471-247.3 · 根因修复：顶栏内部元素（mainnav 9 个链接 + 各种按钮）总宽超 viewport，
   把 body 撑到 1200px，后续页面元素继承 body 宽度，1024 视口下出现水平滚动条，
   视觉上右侧被裁切像"被遮挡"。全局加 overflow-x:hidden 防止水平溢出。
   下拉菜单（城市选择/登录弹窗）都是 fixed 定位不受影响。 */
html, body { overflow-x: hidden; max-width: 100vw; }

/* v2471-247.4 · warranty 页面布局强制收缩到 viewport（根因：body 被顶栏撑到 1200，
   .xjx-container 用 100% 解析成 1200 而非 viewport；用 100vw 直接锁 viewport 宽度） */
.xjx-warranty-layout { width: calc(100vw - 40px); max-width: calc(100vw - 40px); box-sizing: border-box; }
@media (min-width: 1280px) { .xjx-warranty-layout { width: 1120px; max-width: 1120px; } }
@media (max-width: 1024px) { .xjx-warranty-layout { grid-template-columns: minmax(0, 1fr) !important; padding: 16px !important; } }

/* ===== v2471-247 · about 页（v2471-199 升级版 · PC 端宽屏 hero + 整体放大） ===== */
.xjx-about { max-width: 1040px; margin: 0 auto; padding: 0 8px; }
.xjx-about-hero {
  background: linear-gradient(135deg, #FB923C 0%, #F97316 50%, #FB923C 100%);
  border: 1px solid #F97316;
  border-radius: 20px;
  padding: 56px 48px;
  text-align: center;
  margin-bottom: 24px;
  position: relative; overflow: hidden;
  box-shadow: 0 12px 36px rgba(249,115,22,.20);
}
/* v2471-247 · 左右分栏：logo 左 + 文字右 */
.xjx-about-hero-inner {
  display: flex; align-items: center; justify-content: center;
  gap: 56px;
  max-width: 920px; margin: 0 auto;
  text-align: left;
  position: relative; z-index: 2;
}
.xjx-about-hero-left { flex: none; }
/* 装饰光斑（参考 H5 about/index.vue 的 deco） */
.xjx-about-deco {
  position: absolute; border-radius: 50%;
  pointer-events: none; filter: blur(40px);
}
.xjx-about-deco-1 { top: -80px; right: -60px; width: 280px; height: 280px; background: radial-gradient(circle, #FB923C 0%, transparent 70%); opacity: .55; }
.xjx-about-deco-2 { bottom: -100px; left: -80px; width: 320px; height: 320px; background: radial-gradient(circle, #F97316 0%, transparent 70%); opacity: .45; }
.xjx-about-deco-3 { top: 40%; left: 50%; transform: translateX(-50%); width: 160px; height: 160px; background: radial-gradient(circle, #FED7AA 0%, transparent 70%); opacity: .50; }
/* v2471-247 · logo 放大到 200px + 浮起效果 + 淡入动画 */
.xjx-about-logo-img {
  width: 200px; height: 200px; object-fit: contain; display: block;
  position: relative; z-index: 2;
  filter: drop-shadow(0 14px 28px rgba(249,115,22,.32));
  animation: xjx-about-fade-up 0.65s cubic-bezier(.4,.0,.2,1);
  border-radius: 0 !important;
  margin: 0 !important;
}
@keyframes xjx-about-fade-up {
  from { opacity: 0; transform: translateY(20px) scale(.85); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.xjx-about-hero-right { flex: 1; min-width: 0; }
.xjx-about-name {
  font-size: 44px; font-weight: 800; color: #0f172a; margin: 0;
  letter-spacing: -1px;
  position: relative; z-index: 2;
  animation: xjx-about-fade-in 0.75s ease;
}
.xjx-about-name sup { font-size: 15px; color: #F97316; vertical-align: super; margin-left: 3px; }
.xjx-about-url {
  font-size: 14px; color: #94a3b8; margin: 10px 0 14px;
  position: relative; z-index: 2;
  animation: xjx-about-fade-in 0.85s ease;
}
@keyframes xjx-about-fade-in { from { opacity: 0; } to { opacity: 1; } }
.xjx-about-slogan {
  font-size: 19px; color: #EA580C; font-weight: 700; margin: 0 0 18px;
  letter-spacing: 0.5px;
  position: relative; z-index: 2;
  animation: xjx-about-fade-in 0.95s ease;
}
/* v2471-247 · 域名 chip：醒目但不抢戏，与 slogan 分层级 */
.xjx-about-domain {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 600; color: #475569;
  text-decoration: none;
  background: rgba(255,255,255,.7); backdrop-filter: blur(6px);
  border: 1px solid #FED7AA; border-radius: 999px;
  padding: 5px 12px; margin: 0 0 18px;
  transition: all .2s;
}
.xjx-about-domain:hover { color: #F97316; border-color: #F97316; background: #FFF7ED; transform: translateY(-1px); }
.xjx-about-domain svg { flex: none; }
.xjx-about-badges {
  display: flex; gap: 10px; flex-wrap: wrap;
  position: relative; z-index: 2;
  animation: xjx-about-fade-in 1.05s ease;
}
.xjx-about-badge {
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(255,255,255,.85); backdrop-filter: blur(8px);
  border: 1px solid #FED7AA; color: #9A3412;
  font-size: 13px; font-weight: 600;
  padding: 7px 16px; border-radius: 999px;
  box-shadow: 0 2px 8px rgba(249,115,22,.08);
  transition: all .2s;
}
.xjx-about-badge:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(249,115,22,.16); }

/* v2471-247 · 通用区块：宽度更大、padding 更宽 */
.xjx-about-block {
  background: #fff; border: 1px solid #e2e8f0; border-radius: 16px;
  padding: 30px 36px; margin-bottom: 20px;
  box-shadow: 0 1px 4px rgba(0,0,0,.03);
  transition: box-shadow .25s;
}
.xjx-about-block:hover { box-shadow: 0 4px 16px rgba(15,23,42,.06); }
.xjx-about-block-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 22px;
}
.xjx-about-block-head h3 { font-size: 20px; font-weight: 800; color: #0f172a; margin: 0; letter-spacing: -.3px; }
.xjx-about-tag {
  font-size: 12px; color: #F97316; background: #FFF7ED;
  padding: 4px 12px; border-radius: 999px; font-weight: 600;
  border: 1px solid #FED7AA;
}
.xjx-about-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.xjx-about-stat {
  background: #f8fafc; border: 1px solid #f1f5f9; border-radius: 14px;
  padding: 24px 16px; text-align: center;
  transition: all .25s;
}
.xjx-about-stat:hover { transform: translateY(-4px); box-shadow: 0 12px 24px rgba(15,23,42,.08); border-color: #F97316; }
.xjx-about-stat-ic {
  width: 56px; height: 56px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; margin: 0 auto 14px;
}
.xjx-ic-blue   { background: #EEF2FF; color: #6366F1; }
.xjx-ic-green  { background: #F0FDF4; color: #10B981; }
.xjx-ic-red    { background: #FEF2F2; color: #EF4444; }
.xjx-ic-orange { background: #FFF7ED; color: #F97316; }
.xjx-about-stat-v { font-size: 30px; font-weight: 800; color: #0f172a; line-height: 1.2; }
.xjx-about-stat-l { font-size: 13px; color: #94a3b8; margin-top: 6px; }
.xjx-about-values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.xjx-about-val {
  background: var(--acb); border: 1px solid transparent; border-radius: 14px;
  padding: 26px 22px;
  transition: all .25s;
}
.xjx-about-val:hover { transform: translateY(-3px); box-shadow: 0 10px 20px rgba(15,23,42,.06); }
.xjx-about-val-ic {
  width: 48px; height: 48px; border-radius: 12px;
  background: #fff; color: var(--ac);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
  box-shadow: 0 2px 6px rgba(15,23,42,.04);
}
.xjx-about-val-t { font-size: 17px; font-weight: 800; color: #0f172a; margin-bottom: 8px; }
.xjx-about-val-d { font-size: 13px; color: #64748b; line-height: 1.7; }
.xjx-about-intro { line-height: 2; color: #475569; font-size: 15px; }
.xjx-about-intro p { margin: 0 0 14px; }
.xjx-about-intro p:last-child { margin-bottom: 0; }
.xjx-about-intro strong { color: #F97316; font-weight: 700; }
.xjx-about-contact { line-height: 1.9; color: #475569; font-size: 15px; }
.xjx-about-contact p { margin: 0 0 10px; }
.xjx-about-contact p:last-child { margin-bottom: 0; }
.xjx-about-icp { border: 1px solid #f1f5f9; border-radius: 12px; overflow: hidden; }
.xjx-about-icp-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 20px;
}
.xjx-about-icp-row + .xjx-about-icp-row { border-top: 1px solid #f1f5f9; }
.xjx-about-icp-l { font-size: 14px; color: #94a3b8; }
.xjx-about-icp-v { font-size: 14px; color: #0f172a; font-weight: 600; font-family: 'SF Mono', 'Monaco', monospace; }
.xjx-about-thanks { text-align: center; color: #64748b; font-size: 15px; line-height: 2.2; }
.xjx-about-thanks p { margin: 0; }
.xjx-about-thanks strong { color: #F97316; font-weight: 700; }
/* v2471-586 · 发展历程时间轴（左侧竖线 + 圆点节点 + 卡片，手机/PC 同布局，无入场动画） */
.xjx-about-tl { position: relative; margin: 2px 0 0; padding: 2px 0; }
.xjx-about-tl-item { position: relative; padding: 0 0 22px 28px; }
.xjx-about-tl-item:last-child { padding-bottom: 0; }
.xjx-about-tl-item::before {
  content: ''; position: absolute; left: 7px; top: 7px; bottom: -2px; width: 2px;
  background: linear-gradient(180deg, #F97316, #FED7AA);
}
.xjx-about-tl-item:last-child::before { display: none; }
.xjx-about-tl-dot {
  position: absolute; left: 0; top: 3px; width: 16px; height: 16px; border-radius: 50%;
  background: #fff; border: 3px solid #F97316; box-sizing: border-box;
}
.xjx-about-tl-year { font-size: 15px; font-weight: 800; color: #F97316; margin: 0 0 6px; font-family: inherit; }
.xjx-about-tl-card {
  background: #fff; border: 1px solid #F1F5F9; border-radius: 10px; padding: 12px 14px;
  box-shadow: 0 1px 2px rgba(15,23,42,.04);
}
.xjx-about-tl-t { font-size: 14px; font-weight: 700; color: #0f172a; margin: 0 0 4px; }
.xjx-about-tl-d { font-size: 13px; color: #64748b; line-height: 1.6; margin: 0; }
@media (max-width: 768px) {
  .xjx-about-stats, .xjx-about-values { grid-template-columns: repeat(2, 1fr); }
  .xjx-about-hero { padding: 44px 20px 36px; }
  .xjx-about-hero-inner { flex-direction: column; gap: 24px; text-align: center; }
  .xjx-about-name { font-size: 28px; }
  .xjx-about-logo-img { width: 110px; height: 110px; }
  /* v2471-642 · H5 关于我们页卡片更贴边，减少左右空白 */
  .xjx-about { padding: 0; }
  .xjx-about-block { padding: 14px 10px; margin-bottom: 10px; border-radius: 10px; }
  .xjx-about-block-head { margin-bottom: 12px; }
  .xjx-about-block-head h3 { font-size: 17px; }
  .xjx-about-intro { line-height: 1.75; font-size: 14px; }
  .xjx-about-intro p { margin-bottom: 10px; }
  /* v2471-643 · H5 关于我们「特别鸣谢」去空行、左对齐、紧凑行距 */
  .xjx-about-thanks { text-align: left; line-height: 1.8; font-size: 14px; }
  .xjx-about-thanks p { margin: 0; }
  .xjx-about-tl-item { padding-left: 20px; padding-bottom: 14px; }
  .xjx-about-tl-card { padding: 10px 12px; }
  /* v2471-642 · H5 单页外层卡片（page-card / prose）收紧，消灭双层胶囊空白 */
  .xjx-page-card { border-radius: 8px; }
  .xjx-page-hero { padding: 18px 14px; }
  .xjx-page-hero-ic { width: 46px; height: 46px; border-radius: 10px; }
  .xjx-page-title { font-size: 20px; }
  .xjx-page-sub { font-size: 12px; }
  .xjx-prose { padding: 12px 10px 24px; }
  /* v2471-665 · H5 about 页保持紧凑，不被 PC 新增的 .xjx-prose-about 覆盖 */
  .xjx-prose-about { padding: 12px 10px 24px; }
  /* v2471-771 · H5 协议页移动端左右留白与 about 统一（12/10），避免 PC 的 28 在手机上过宽 */
  .xjx-prose-legal { padding: 12px 0 24px; max-width: 100%; }
  /* v2471-9xx · 免责声明/隐私/协议 移动端章节卡片：横向留白与「关于我们」卡片(14/10)对齐，
     消灭原 .xjx-legal-section 的 22px 双层大间隙（实测正文被推到距屏边约 45px） */
  .xjx-legal-section { padding: 14px 10px; margin-bottom: 10px; }
  .xjx-prose-about .xjx-about { padding: 0; }
  .xjx-prose-about .xjx-about-block { padding: 14px 10px; }
  .xjx-prose-about .xjx-about-block-head { margin-bottom: 12px; }
}

/* v2471-247.5 · 终极修复：body 直接子元素（topbar/header/mainnav/main/footer）被内部
   nowrap 链接或图标撑到 1200+，把 body 撑大后 .xjx-container margin:0 auto 居中产生
   88px 偏移，warranty layout 整体超出 viewport 被裁切。
   全局给 body > * 加 max-width: 100vw，强制 body 所有直接子元素锁 viewport 宽度。
   min-width:0 让 flex/grid 子元素能收缩，overflow-x:hidden 防止任何子元素溢出。 */
body > * { max-width: 100vw; min-width: 0; }

/* v2471-247.6 · mainnav-list 自身也限制 max-width：100vw 防止 9 个 nowrap 链接把 body 撑到 1200 */
.xjx-mainnav-list { width: min(1200px, 100vw); max-width: min(1200px, 100vw); margin: 0 auto; padding: 0 20px; box-sizing: border-box; }
.xjx-header, .xjx-topbar { max-width: 100vw; }

/* ===== v2471-247 page.html hero 右侧副 logo（修机侠® 您身边的手机服务专家） ===== */
.xjx-page-hero { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.xjx-page-hero-main { display: flex; align-items: center; gap: 18px; flex: 1; min-width: 0; }
.xjx-page-hero-titles { min-width: 0; }
.xjx-page-hero-logo {
  flex-shrink: 0; height: 68px; width: auto; max-width: 45%;
  opacity: 0.94;
  filter: drop-shadow(0 2px 6px rgba(249,115,22,.10));
  transition: opacity .25s, transform .25s;
}
.xjx-page-hero-logo:hover { opacity: 1; transform: translateY(-1px); }
@media (max-width: 1024px) { .xjx-page-hero-logo { height: 54px; max-width: 38%; } }
@media (max-width: 768px) { .xjx-page-hero-logo { display: none; } }

/* ===== v2471-448 · list.html 顶部筛选卡（参考首页关键词云：分组 chip 横向） ===== */
.xjx-filter-card { padding: 16px 20px; margin-bottom: 12px; }
.xjx-filter-head { margin-bottom: 12px; }
.xjx-filter-groups { display: flex; flex-direction: column; gap: 12px; }
.xjx-filter-group { display: flex; align-items: flex-start; gap: 12px; }
.xjx-filter-group-title { flex: 0 0 64px; font-size: 13px; font-weight: 700; color: #475569; padding-top: 7px; }
.xjx-filter-chips { display: flex; flex-wrap: wrap; gap: 8px; flex: 1; min-width: 0; }
/* 复用 .xjx-sidebar-chip（橙边 chip，hover/active 橙底），此处放大间距更透气 */
.xjx-filter-chips .xjx-sidebar-chip { padding: 6px 13px; font-size: 13px; }
.xjx-filter-active-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 14px; padding-top: 12px; border-top: 1px solid #f1f5f9; }
.xjx-filter-clear { margin-left: auto; color: #94a3b8; font-size: 13px; }
.xjx-filter-clear:hover { color: #F97316; }
.xjx-filter-districts { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-top: 12px; }

/* ===== v2471-247 list.html 城市 hero（H1 + 切换城市 + 区/县 chips）嵌入统一卡片 ===== */
.xjx-city-join-head {
  padding: 22px 26px 18px;
  border-bottom: 1px solid #f1f5f9;
  background: linear-gradient(135deg, #FFF7ED 0%, #FFFBEB 60%, #fff 100%);
  border-radius: 14px 14px 0 0;
}
.xjx-city-join-title-row {
  display: flex; align-items: center; justify-content: space-between;
  gap: 14px; flex-wrap: wrap;
  margin-bottom: 8px;
}
.xjx-city-join-title {
  font-size: 22px; font-weight: 800; color: #0f172a;
  margin: 0;
  letter-spacing: -0.3px;
}
.xjx-city-join-change {
  display: inline-flex; align-items: center;
  font-size: 13px; font-weight: 600; color: #EA580C;
  padding: 6px 14px; border-radius: 999px;
  background: #fff; border: 1px solid #FED7AA;
  text-decoration: none;
  transition: all .18s;
}
.xjx-city-join-change:hover {
  background: #F97316; color: #fff; border-color: transparent;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(249,115,22,.3);
}
.xjx-city-join-sub {
  font-size: 13px; color: #9A3412;
  margin-bottom: 14px;
}
.xjx-city-join-districts {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.xjx-city-join-grid-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 26px;
  border-bottom: 1px solid #f1f5f9;
  background: #fff;
}
.xjx-city-join-count {
  font-size: 14px; color: #475569;
}
.xjx-city-join-count #total-count {
  font-weight: 700; color: #0f172a;
  font-size: 16px;
  margin: 0 2px;
}
.xjx-city-join-sort {
  display: flex; gap: 14px; font-size: 13px; color: #64748B;
  align-items: center;
}
.xjx-city-join-sort a {
  color: #64748B; text-decoration: none;
  padding: 4px 0; position: relative;
}
.xjx-city-join-sort a:hover { color: #F97316; }
.xjx-city-join-sort a:hover::after {
  content: ''; position: absolute; bottom: -2px; left: 0; right: 0;
  height: 2px; background: #F97316; border-radius: 1px;
}
.xjx-district-chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 14px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  font-size: 13px;
  color: #475569;
  text-decoration: none;
  transition: all .18s;
  white-space: nowrap;
}
.xjx-district-chip:hover {
  border-color: #F97316;
  color: #F97316;
  transform: translateY(-1px);
}
.xjx-district-chip.active {
  background: linear-gradient(135deg, #F97316, #FB923C);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 3px 10px rgba(249,115,22,.3);
  font-weight: 700;
}
.xjx-district-chip .count {
  font-size: 11px;
  background: rgba(0,0,0,.08);
  padding: 1px 6px;
  border-radius: 999px;
  font-weight: 600;
}
.xjx-district-chip.active .count { background: rgba(255,255,255,.25); color: #fff; }
.xjx-district-more {
  display: inline-flex; align-items: center;
  padding: 7px 14px;
  background: transparent;
  color: #F97316;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}
/* v2471-289 · list 页城市合并卡片占满右侧整宽（之前 join 卡 x=380 right=1300，右边留 140px 空白；width:100% 让 join 右对齐 viewport） */
.xjx-city-join { width: 100%; }
/* v2471-293 · list 页改为整页 full-bleed（见下方 .xjx-list-page 规则解除 1200 容器限制），join 卡不再需要负 margin 撑出 viewport，恢复 .xjx-card 常规圆角 */
.xjx-city-join { border-radius: 14px; }
/* v2471-454 · 裁剪 list 页地图与 footer 之间的 body 背景色间隙（.xjx-card 默认 margin-bottom:16px 造成的灰条） */
.xjx-city-join { margin-bottom: 0; }
/* v2471-454 · 继续裁剪：city-join 卡片底部 padding 也去掉，地图下沿直接贴卡片底边 */
.xjx-city-join { padding-bottom: 0; }
/* v2471-455 · 列表页整体紧凑：city-join 卡片顶部 padding 由 20 收为 16 */
.xjx-list-page .xjx-city-join { padding-top: 16px; }
/* v2471-302 · 恢复统一容器：list 页与首页左右尺寸一致（撤销 v2471-293 的 full-bleed，用户明确要求所有页面参考首页留白） */
/* v2471-247 · xjx-city-join 卡片底部圆角（merge 入 merch-grid / pager） */
.xjx-city-join > .xjx-merch-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.xjx-city-join > .xjx-pager { padding: 0 26px 22px; }
.xjx-city-join > .xjx-join-wrap {
  padding: 26px 26px 0;
  background: transparent;
  box-shadow: none;
  border: 0;
  margin: 0;
}
.xjx-city-join > .xjx-join-wrap:last-child { border-radius: 0 0 14px 14px; }
@media (max-width: 768px) {
  .xjx-city-join-head { padding: 16px 18px 14px; }
  .xjx-city-join-title { font-size: 18px; }
  .xjx-city-join-grid-head { padding: 12px 18px; flex-wrap: wrap; gap: 8px; }
}

/* ===== v2471-247 维修问答"我要提问"弹窗 ===== */
.xjx-ask-mask {
  position: fixed; inset: 0; background: rgba(15,23,42,.55);
  z-index: 9000; display: flex; align-items: center; justify-content: center;
  padding: 20px; animation: xjx-ask-fade .2s ease;
}
@keyframes xjx-ask-fade { from { opacity: 0; } to { opacity: 1; } }
.xjx-ask-card {
  background: #fff; border-radius: 16px; max-width: 600px; width: 100%;
  max-height: 90vh; overflow-y: auto; padding: 26px 28px;
  box-shadow: 0 20px 60px rgba(15,23,42,.25); position: relative;
  animation: xjx-ask-pop .2s ease;
}
@keyframes xjx-ask-pop { from { transform: translateY(20px) scale(.96); } to { transform: translateY(0) scale(1); } }
.xjx-ask-close {
  position: absolute; top: 14px; right: 18px; width: 32px; height: 32px;
  border-radius: 50%; background: #f1f5f9; color: #94a3b8; font-size: 22px; line-height: 30px; text-align: center;
  cursor: pointer; transition: all .15s;
}
.xjx-ask-close:hover { background: #e2e8f0; color: #475569; }
.xjx-ask-head { margin-bottom: 18px; padding-right: 30px; }
.xjx-ask-head h2 { margin: 0 0 4px; font-size: 19px; color: #0f172a; font-weight: 800; }
.xjx-ask-head p { margin: 0; color: #94a3b8; font-size: 12px; }
.xjx-ask-field { margin-bottom: 14px; }
.xjx-ask-field label {
  display: block; font-size: 13px; color: #334155; font-weight: 700; margin-bottom: 6px;
}
.xjx-ask-field label .req { color: #ef4444; margin-left: 2px; }
.xjx-ask-field label .hint { font-weight: 400; color: #94a3b8; font-size: 11px; margin-left: 8px; }
.xjx-ask-field input,
.xjx-ask-field select,
.xjx-ask-field textarea {
  width: 100%; padding: 10px 12px; border: 1px solid #cbd5e1; border-radius: 8px;
  font-size: 14px; color: #0f172a; background: #fff; box-sizing: border-box;
  font-family: inherit;
}
.xjx-ask-field input:focus,
.xjx-ask-field select:focus,
.xjx-ask-field textarea:focus {
  outline: none; border-color: #F97316; box-shadow: 0 0 0 3px rgba(249,115,22,.12);
}
.xjx-ask-field textarea { resize: vertical; min-height: 100px; font-family: inherit; }
.xjx-ask-tip { font-size: 12px; color: #94a3b8; line-height: 1.7; background: #f8fafc; padding: 10px 12px; border-radius: 8px; margin-bottom: 14px; }
.xjx-ask-actions { display: flex; gap: 10px; justify-content: flex-end; margin-top: 6px; }
.xjx-ask-cancel {
  padding: 11px 22px; border: 1px solid #cbd5e1; background: #fff; color: #475569;
  border-radius: 10px; font-size: 14px; cursor: pointer; font-family: inherit;
}
.xjx-ask-cancel:hover { background: #f8fafc; }
.xjx-ask-submit {
  padding: 11px 22px; border: 0; color: #fff;
  background: linear-gradient(135deg,#F97316,#EA580C); border-radius: 10px; font-size: 14px; font-weight: 700;
  cursor: pointer; font-family: inherit; box-shadow: 0 4px 12px rgba(249,115,22,.3);
}
.xjx-ask-submit:hover { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(249,115,22,.4); }
.xjx-ask-submit:disabled { opacity: .6; cursor: default; transform: none; }
.xjx-ask-msg { margin-top: 12px; min-height: 24px; font-size: 13px; }
.xjx-ask-msg .ask-err { padding: 10px 14px; background: #FEE2E2; border: 1px solid #FECACA; color: #991B1B; border-radius: 8px; }
.xjx-ask-msg .ask-ok  { padding: 10px 14px; background: #D1FAE5; border: 1px solid #A7F3D0; color: #065F46; border-radius: 8px; }

/* ===== v2471-481 新闻公告：列表与详情进一步紧凑 ===== */

/* 列表：整齐统一行 */
.xjx-news-list { display: flex; flex-direction: column; }
.xjx-news-row {
  display: block; padding: 12px 10px; cursor: pointer;
  border-bottom: 1px solid #f1f5f9; transition: background .15s ease;
}
.xjx-news-row:last-child { border-bottom: 0; }
.xjx-news-row:hover { background: #FFF7ED; }
.xjx-news-titlerow { display: flex; align-items: center; gap: 8px; margin-bottom: 4px; flex-wrap: wrap; }
.xjx-news-title { font-size: 15px; font-weight: 700; color: #0f172a; line-height: 1.5; transition: color .15s; }
.xjx-news-row:hover .xjx-news-title { color: #EA580C; }
.xjx-news-summary { font-size: 12px; color: #64748b; line-height: 1.65; margin-bottom: 6px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.xjx-news-meta { display: flex; align-items: center; gap: 12px; font-size: 11px; color: #94a3b8; flex-wrap: wrap; }
.xjx-news-meta span { display: inline-flex; align-items: center; gap: 3px; }

/* 详情 */
.xjx-news-detail { background: #fff; border: 1px solid #eef2f7; border-radius: 12px; padding: 18px 20px; }
.xjx-news-crumb { font-size: 13px; color: #94a3b8; margin-bottom: 12px; }
.xjx-news-crumb a { color: #64748b; text-decoration: none; }
.xjx-news-crumb a:hover { color: #EA580C; }
.xjx-news-crumb span { color: #cbd5e1; margin: 0 6px; }
/* v2471-304 · 详情头部：标题左 + 返回列表按钮右 */
.xjx-news-detail-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.xjx-news-detail-head .xjx-news-detail-title { margin: 0; flex: 1; min-width: 0; }
.xjx-news-detail-meta { font-size: 12px; color: #94a3b8; padding-bottom: 10px; border-bottom: 1px solid #f1f5f9; margin-bottom: 12px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.xjx-news-detail-meta > span { display: inline-flex; align-items: center; gap: 4px; }
.xjx-news-detail-summary { font-size: 13px; color: #EA580C; font-weight: 600; background: #FFF7ED; border: 1px solid #FED7AA; border-radius: 10px; padding: 10px 12px; line-height: 1.7; margin-bottom: 12px; }
.xjx-news-detail-body { font-size: 14px; color: #334155; line-height: 1.8; }
.xjx-news-detail-body p { margin: 0 0 8px; }
.xjx-news-detail-body p.xjx-ann-p-sub { font-weight: 700; color: #0f172a; margin-top: 4px; }
.xjx-news-detail-foot { margin-top: 14px; padding-top: 10px; border-top: 1px solid #f1f5f9; font-size: 12px; color: #94a3b8; }

/* 复用：分类标签 / 置顶 / 返回按钮 */
.xjx-ann-tag { font-size: 11px; font-weight: 700; padding: 2px 9px; border-radius: 999px; }
.xjx-ann-pin { font-size: 11px; color: #F59E0B; font-weight: 700; }
.xjx-article-back { display: inline-flex; align-items: center; gap: 4px; font-size: 13px; color: #475569; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; padding: 7px 14px; margin-bottom: 16px; cursor: pointer; transition: all .15s; }
.xjx-article-back:hover { background: #FFF7ED; border-color: #FED7AA; color: #EA580C; }

/* 左侧栏 announce 专属美化 */
.xjx-sidebar.xjx-sidebar-announce { flex: 0 0 178px; max-width: 178px; }
/* v2471-307 · 品牌头轻盈化（紧凑 + 副标题调小调淡） */
.xjx-sidebar-brand {
  display: flex; align-items: center; gap: 9px;
  margin: -18px -14px 12px; padding: 12px 12px;
  background: linear-gradient(135deg,#F97316 0%,#FB923C 55%,#FDBA74 100%);
  color: #fff; border-radius: 10px 10px 0 0;
}
.xjx-sidebar-brand-icon { width: 28px; height: 28px; border-radius: 7px; background: rgba(255,255,255,.22); display: flex; align-items: center; justify-content: center; font-size: 15px; flex: 0 0 auto; }
.xjx-sidebar-brand-text { font-size: 14px; font-weight: 800; letter-spacing: 0; line-height: 1.2; }
.xjx-sidebar-brand-sub { font-size: 10px; opacity: .65; margin-top: 1px; }
/* v2471-307 · 公告分类项紧凑（padding/font 缩） */
.xjx-sidebar-announce .xjx-sidebar-item { padding: 8px 10px; font-size: 13px; }
.xjx-sidebar-announce .xjx-count { min-width: 22px; padding: 0 6px; font-size: 10px; }

@media (max-width: 900px) {
  .xjx-news-title { font-size: 15px; }
  .xjx-sidebar.xjx-sidebar-announce { flex: 0 0 140px; max-width: 140px; }
}

/* v2471-588 · 底部 logo 与顶部导航保持一致：无圆角胶囊、无白底/阴影，自然融入页脚背景 */
.xjx-footer-brand-img {
  display: block;
  width: 200px;
  max-width: 100%;
  height: auto;
  border-radius: 0;
  margin-bottom: 16px;
  box-shadow: none;
  background: transparent;
  padding: 0;
  box-sizing: border-box;
  object-fit: contain;
}

/* v2471-309 · xw360 同款：网点地图红色星星 marker */
.xjx-amap-star {
  width: 24px; height: 24px;
  background: #EF4444;
  color: #fff;
  font-size: 16px; font-weight: 800;
  text-align: center; line-height: 22px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,.35);
  cursor: pointer;
  transition: transform .15s, box-shadow .15s;
}
.xjx-amap-star:hover {
  transform: scale(1.2);
  box-shadow: 0 3px 10px rgba(239,68,68,.5);
}

/* v2471-341 · 首页地图：侠客 logo marker + 点击弹窗（xw360 风格） */
.xjx-amap-logo-marker {
  width: 40px; height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,.35);
  cursor: pointer;
  transition: transform .15s, box-shadow .15s;
  background: #fff;
}
.xjx-amap-logo-marker img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.xjx-amap-logo-marker:hover {
  transform: scale(1.15);
  box-shadow: 0 4px 14px rgba(249,115,22,.45);
}
.xjx-amap-popup {
  width: 240px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.xjx-amap-popup-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 14px 10px;
  border-bottom: 1px solid #f1f5f9;
}
.xjx-amap-popup-title {
  font-size: 15px; font-weight: 700; color: #0f172a;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  max-width: 190px;
}
.xjx-amap-popup-close {
  width: 22px; height: 22px; line-height: 20px; text-align: center;
  font-size: 18px; color: #94a3b8; cursor: pointer; border-radius: 4px;
  transition: color .15s, background .15s;
}
.xjx-amap-popup-close:hover { color: #64748b; background: #f1f5f9; }
.xjx-amap-popup-body {
  padding: 16px 14px 18px;
  text-align: center;
}
.xjx-amap-popup-avatar {
  width: 64px; height: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #f1f5f9;
  margin: 0 auto 10px;
  background: #FFF7ED;
}
.xjx-amap-popup-avatar.xjx-avatar-default {
  display: flex; align-items: center; justify-content: center;
  color: #F97316;
}
.xjx-amap-popup-name {
  font-size: 15px; font-weight: 700; color: #0f172a;
  margin-bottom: 6px;
}
.xjx-amap-popup-addr {
  font-size: 12px; color: #64748b;
  margin-bottom: 14px;
  line-height: 1.5;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden;
}
.xjx-amap-popup-btn {
  display: inline-block;
  padding: 8px 28px;
  background: linear-gradient(135deg,#EF4444,#DC2626);
  color: #fff; font-size: 14px; font-weight: 600;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(239,68,68,.35);
  transition: transform .15s, box-shadow .15s;
}
.xjx-amap-popup-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(239,68,68,.5);
  color: #fff;
}

/* v2471-337/v2471-373 · 首页地图卡随主内容区同宽（左侧菜单已移除，无需再跨越侧栏） */
.xjx-home-map-full {
  width: 100%;
  overflow: hidden;
}

/* v2471-342 · 首页地图：xw360 同款统计条 + 省市县下拉 + 左图右列表 */
.xjx-map-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 14px 18px;
  background: #fff;
  border-bottom: 1px solid #f1f5f9;
}
.xjx-map-stats { display: flex; align-items: center; gap: 20px; font-size: 14px; color: #334155; }
.xjx-map-stats-title { font-weight: 700; color: #0f172a; font-size: 15px; }
.xjx-map-stats b { color: #EF4444; font-size: 18px; margin: 0 4px; }
.xjx-map-actions { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; margin-left: auto; }
/* v2471-536 · 首页/网点列表下拉样式分离，避免一改两伤 */
.xjx-home-map-full .xjx-map-actions,
.xjx-list-map-full .xjx-map-actions { width: 320px; }
/* v2471-537 · 首页下拉与右侧网点列表左/右对齐：toolbar 有 18px 右内边距而 map-body 无，
   下拉整体被左移 18px；负 margin-right 抵消该差值，使下拉左右边与网点列(880–1200)重合 */
.xjx-home-map-full .xjx-map-actions { margin-right: -18px; }
.xjx-home-map-full .xjx-map-actions .xjx-map-select-wrap,
.xjx-list-map-full .xjx-map-actions .xjx-map-select-wrap { flex: 1 1 0; min-width: 0; }
.xjx-home-map-full .xjx-map-actions .xjx-map-select-trigger,
.xjx-list-map-full .xjx-map-actions .xjx-map-select-trigger { width: 100%; }
/* 网点列表页专有：定位按钮/状态另起一行 */
.xjx-list-map-full .xjx-map-actions::before { content: ''; flex-basis: 100%; order: 1; }
.xjx-list-map-full .xjx-map-actions .xjx-geo-locate-btn,
.xjx-list-map-full .xjx-map-actions .xjx-geo-status { order: 2; }
/* v2471-538 · 网点列表下拉（含定位按钮行）与右侧网点列左右对齐：抵消 toolbar 18px 右内边距 */
.xjx-list-map-full .xjx-map-actions { margin-right: -18px; }
.xjx-map-select { display: none; }
.xjx-geo-locate-btn {
  flex: none; padding: 4px 10px; border-radius: 4px; border: 1px solid #FDBA74;
  background: #FFF7ED; color: #C2410C; font-size: 12.5px; font-weight: 600;
  cursor: pointer; white-space: nowrap; transition: background .15s, border-color .15s;
}
.xjx-geo-locate-btn:hover { background: #FFEDD5; border-color: #F97316; }
.xjx-geo-locate-btn:disabled { opacity: .6; cursor: not-allowed; }
.xjx-geo-status { display: inline-flex; align-items: center; }
.xjx-geo-status .xjx-geo-on { color: #10B981; font-size: 12px; font-weight: 600; }
.xjx-geo-status .xjx-geo-off { color: #94a3b8; font-size: 12px; }
.xjx-map-select-wrap {
  position: relative; display: inline-block; flex: 1 1 0; min-width: 0; vertical-align: middle;
}
.xjx-map-select-trigger {
  padding: 4px 14px 4px 8px; border-radius: 4px;
  border: 1px solid #e2e8f0; background: #fff; color: #334155;
  font-size: 13px; line-height: 1.35; cursor: pointer;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%2364748b' stroke-width='1.5' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 4px center;
  transition: border-color .15s;
  user-select: none; -webkit-user-select: none;
}
.xjx-map-select-trigger:hover { border-color: #FDBA74; }
.xjx-map-select-trigger.active { border-color: #F97316; }
.xjx-map-select-dropdown {
  display: none; position: absolute; left: 0; top: 100%; margin-top: 3px;
  width: auto; min-width: 100%; max-height: 260px; overflow-y: auto;
  background: #fff; border: 1px solid #e2e8f0; border-radius: 4px;
  box-shadow: 0 6px 18px rgba(15,23,42,.12); z-index: 200;
}
.xjx-map-select-dropdown.up { top: auto; bottom: 100%; margin-top: 0; margin-bottom: 3px; }
.xjx-map-select-option {
  padding: 6px 10px; font-size: 13px; color: #334155; cursor: pointer;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  transition: background .1s, color .1s;
}
.xjx-map-select-option:hover { background: #FFF7ED; color: #F97316; }
.xjx-map-select-option.selected { background: #FFF7ED; color: #F97316; font-weight: 600; }
.xjx-map-body { display: flex; height: 480px; background: #fff; }
.xjx-map-left { position: relative; flex: 1; min-width: 0; }
.xjx-map-left #amap-container { width: 100%; height: 100%; }
.xjx-map-right { flex: 0 0 320px; max-width: 320px; border-left: 1px solid #f1f5f9; display: flex; flex-direction: column; }
.xjx-map-list-head {
  padding: 12px 14px; font-size: 15px; font-weight: 700; color: #0f172a;
  border-bottom: 1px solid #f1f5f9; background: #fafafa;
}
.xjx-map-list { flex: 1; overflow-y: auto; padding: 8px 0; }
.xjx-map-list-item {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 14px; text-decoration: none; color: inherit;
  border-bottom: 1px solid #f8fafc; transition: background .15s;
}
.xjx-map-list-item:hover, .xjx-map-list-item.active { background: #fff7ed; }
.xjx-map-list-rank {
  flex: 0 0 24px; width: 24px; height: 24px; line-height: 24px;
  text-align: center; border-radius: 50%; background: #e2e8f0;
  color: #64748b; font-size: 12px; font-weight: 700;
}
.xjx-map-list-item:nth-child(1) .xjx-map-list-rank { background: #EF4444; color: #fff; }
.xjx-map-list-item:nth-child(2) .xjx-map-list-rank { background: #F97316; color: #fff; }
.xjx-map-list-item:nth-child(3) .xjx-map-list-rank { background: #F59E0B; color: #fff; }
.xjx-map-list-info { flex: 1; min-width: 0; }
.xjx-map-list-name { font-size: 14px; font-weight: 600; color: #0f172a; margin-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.xjx-map-list-meta { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.xjx-map-list-tag { font-size: 11px; padding: 2px 6px; border-radius: 4px; background: #e0f2fe; color: #0284c7; }
.xjx-map-list-tag.verified { background: #dcfce7; color: #16a34a; }
.xjx-map-list-addr { font-size: 12px; color: #64748b; }
.xjx-map-list-thumb { flex: 0 0 64px; width: 64px; height: 48px; border-radius: 8px; object-fit: cover; border: 1px solid #e2e8f0; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,.04); }
.xjx-map-list-thumb.xjx-avatar-default { display: flex; align-items: center; justify-content: center; border-color: #ffedd5; background: #FFF7ED; color: #F97316; }
.xjx-map-list-thumb.xjx-avatar-default .xjx-avatar-ic { width: 50%; height: 50%; }
.xjx-map-list-pager {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 10px; border-top: 1px solid #f1f5f9; background: #fafafa;
  flex-wrap: wrap;
}
.xjx-page-btn {
  font-size: 13px; padding: 5px 12px; border: 1px solid #0ea5e9; background: #fff; color: #0284c7;
  border-radius: 4px; cursor: pointer; line-height: 1.4; transition: background .15s, color .15s;
}
.xjx-page-btn:hover:not(:disabled) { background: #0ea5e9; color: #fff; }
.xjx-page-btn:disabled { border-color: #cbd5e1; color: #94a3b8; background: #f1f5f9; cursor: not-allowed; }
.xjx-page-info { font-size: 13px; color: #0f172a; font-weight: 700; padding: 0 6px; min-width: 38px; text-align: center; }
.xjx-map-left .xjx-amap-float-repair { position: absolute; bottom: 16px; right: 16px; z-index: 10; }

/* v2471-342 · 数字 marker（xw360 同款红色水滴） */
.xjx-amap-num-marker {
  width: 28px; height: 36px; position: relative;
  background: url("data:image/svg+xml,%3Csvg width='28' height='36' viewBox='0 0 28 36' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 0C6.268 0 0 6.268 0 14c0 10.5 14 22 14 22s14-11.5 14-22C28 6.268 21.732 0 14 0z' fill='%23EF4444'/%3E%3C/svg%3E") no-repeat center/contain;
  display: flex; align-items: flex-start; justify-content: center;
  padding-top: 4px;
  cursor: pointer; transition: transform .15s;
}
.xjx-amap-num-marker:hover { transform: scale(1.15); }
.xjx-amap-num-marker span { color: #fff; font-size: 13px; font-weight: 800; line-height: 1; }

/* v2471-342 · 弹窗 close 按钮放到卡片右上角 */
.xjx-amap-popup { position: relative; width: 240px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
.xjx-amap-popup-head { position: relative; padding: 12px 36px 10px 14px; border-bottom: 1px solid #f1f5f9; }
.xjx-amap-popup-title { font-size: 15px; font-weight: 700; color: #0f172a; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; }
.xjx-amap-popup-close {
  position: absolute; top: 10px; right: 10px;
  width: 24px; height: 24px; line-height: 22px; text-align: center;
  font-size: 18px; color: #94a3b8; cursor: pointer; border-radius: 4px;
  transition: color .15s, background .15s;
}
.xjx-amap-popup-close:hover { color: #64748b; background: #f1f5f9; }

/* v2471-382 · 隐藏高德 InfoWindow 默认关闭按钮，避免与自定义 × 重复 */
.amap-info-close,
.amap-ui-infowindow-close,
.amap-ui-infowindow-close-btn,
.amap-lib-infowindow-close,
.amap-info-window-close {
  display: none !important;
}

/* v2471-345 · 未登录登录门（提交工单等需登录页，前端补强） */
.xjx-login-gate {
  max-width: 480px; margin: 40px auto; padding: 48px 28px 44px;
  text-align: center; background: #fff; border: 1px solid #f1f5f9;
  border-radius: 16px; box-shadow: 0 12px 32px rgba(15, 23, 42, .06);
}
.xjx-login-gate-ic {
  width: 72px; height: 72px; margin: 0 auto 18px;
  display: flex; align-items: center; justify-content: center;
  font-size: 34px; border-radius: 50%;
  background: linear-gradient(135deg, #FFF7ED, #FFEDD5);
  box-shadow: 0 8px 20px rgba(249, 115, 22, .15);
}
.xjx-login-gate-title {
  font-size: 18px; font-weight: 700; color: #0f172a; margin-bottom: 8px;
}
.xjx-login-gate-sub {
  font-size: 13px; color: #64748b; line-height: 1.7; margin-bottom: 22px;
}
.xjx-login-gate-btn {
  display: inline-block; padding: 11px 32px; border: 0; cursor: pointer;
  font-size: 14px; font-weight: 700; color: #fff;
  background: linear-gradient(135deg, #F97316, #EA580C);
  border-radius: 10px; transition: opacity .15s, transform .15s;
}
.xjx-login-gate-btn:hover { opacity: .92; transform: translateY(-1px); }
@media (max-width: 600px) {
  .xjx-login-gate { margin: 24px 16px; padding: 40px 20px 36px; }
}

/* 协议弹窗：底部上滑弹层（全站共享，抽离自 login.html，PC + H5 通用） */
.xjx-agree-modal { position: fixed; inset: 0; z-index: 3000; display: none; }
.xjx-agree-modal.open { display: block; }
.xjx-agree-backdrop { position: absolute; inset: 0; background: rgba(15,23,42,.45); -webkit-tap-highlight-color: transparent; }
.xjx-agree-sheet {
  position: absolute; left: 16px; right: 16px; bottom: 0;
  max-width: 680px; margin-left: auto; margin-right: auto;
  background: #fff; border-radius: 16px 16px 0 0;
  max-height: 72vh; display: flex; flex-direction: column;
  padding-bottom: max(4px, env(safe-area-inset-bottom, 0px));
  box-shadow: 0 -8px 30px rgba(15,23,42,.18);
  transform: translateY(100%); transition: transform .26s ease;
}
.xjx-agree-modal.open .xjx-agree-sheet { transform: translateY(0); }
.xjx-agree-sheet-hd {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 16px 10px; border-bottom: 1px solid #f1f5f9;
}
.xjx-agree-sheet-title { font-size: 15px; font-weight: 800; color: #0f172a; }
.xjx-agree-close {
  border: none; background: #f1f5f9; color: #64748b;
  width: 28px; height: 28px; border-radius: 999px; font-size: 18px; line-height: 1;
  display: flex; align-items: center; justify-content: center; padding: 0;
}
.xjx-agree-close:active { background: #e2e8f0; }
.xjx-agree-sheet-body { flex: 1 1 auto; min-height: 0; padding: 12px 16px 4px; overflow-y: auto; -webkit-overflow-scrolling: touch; }
.xjx-agree-sheet-body .xjx-prose { font-size: 13px; color: #475569; line-height: 1.7; }
.xjx-agree-sheet-body .xjx-prose h1,
.xjx-agree-sheet-body .xjx-prose h2,
.xjx-agree-sheet-body .xjx-prose h3 { font-size: 14px; font-weight: 700; color: #0f172a; margin: 14px 0 6px; }
.xjx-agree-sheet-body .xjx-prose p { margin: 0 0 10px; }
.xjx-agree-sheet-body .xjx-prose ul { padding-left: 18px; margin: 0 0 10px; }
.xjx-agree-sheet-body .xjx-prose li { margin-bottom: 4px; }
.xjx-agree-sheet-body .xjx-terms-loading { padding: 24px 0; text-align: center; color: #94a3b8; font-size: 13px; }
.xjx-agree-sheet-ft { padding: 10px 16px 4px; border-top: 1px solid #f1f5f9; flex: 0 0 auto; }
.xjx-agree-confirm {
  display: block; width: 100%; border: none;
  background: #F97316; color: #fff; font-size: 15px; font-weight: 700;
  height: 44px; border-radius: 12px; cursor: pointer; -webkit-tap-highlight-color: transparent;
}
.xjx-agree-confirm:active { background: #ea670c; }

/* v2471-891 · PC 底部免责声明：信息图标 + 浅灰底条（对比度 2.6:1 → 7.6:1，声明感强于纯灰/纯蓝，且不产生链接联想） */
@media (min-width: 768px) {
  #xjx-f-disclaimer.xjx-disc-ok {
    display: flex; align-items: flex-start; justify-content: center; gap: 7px;
    width: fit-content; max-width: 100%; margin: 12px auto 0;
    padding: 7px 18px;
    background: #F1F5F9; border-radius: 14px;
    color: #475569; font-size: 12px; line-height: 1.6; text-align: left;
  }
  #xjx-f-disclaimer.xjx-disc-ok::before {
    content: ''; flex: 0 0 auto; width: 14px; height: 14px; margin-top: 3px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='16' x2='12' y2='12'/%3E%3Cline x1='12' y1='8' x2='12.01' y2='8'/%3E%3C/svg%3E") center / contain no-repeat;
  }
}

/* v2471-892 · PC 底部声明区视觉优化：标签 chip 化降噪（橙→浅灰）、正文对比度 2.6:1→4.7:1、备案与声明分组分隔 */
@media (min-width: 768px) {
  .xjx-footer-brands-tag {
    min-width: 0; padding: 2px 8px; border-radius: 4px;
    background: #F1F5F9; color: #64748b; font-weight: 500; text-align: center;
  }
  .xjx-footer-brands-tag::after { content: none; }
  .xjx-footer-brands-text,
  .xjx-footer-record-content { color: #64748b; font-size: 12px; }
  .xjx-footer-record-row {
    padding-bottom: 8px; margin-bottom: 8px; border-bottom: 0.5px solid #e2e8f0;
  }
  .xjx-footer-brands-row + .xjx-footer-brands-row { margin-top: 6px; }
}

/* v2471-903 · PC 文档型单页：左侧菜单 + 右侧内容（紧凑版：去双层 padding、窄侧栏、密排） */
.xjx-doc-host.xjx-prose { padding: 0 10px; background: #fff; border-radius: 14px; }
.xjx-doc-grid { display: grid; grid-template-columns: 178px minmax(0, 1fr); gap: 12px; align-items: start; }
/* v2471-907 · 侧栏放松：菜单项行距拉开（此前过挤），卡片与上下留白收敛 */
/* v2471-911 · page-card overflow:hidden 会把 sticky 吸附基准劫持到自身（永不滚动的 scrollport），左栏 sticky 失效、滚动后与右栏错位；文档页放开（hero 已全局隐藏，无贴边裁剪需求），与 warranty 页 xjx-warranty-page-card 同思路 */
.xjx-page-card:has(.xjx-doc-grid) { overflow: visible; }
/* v2471-910 · sticky top 76px→10px：PC 头部非固定头，滚动后右侧内容贴视口顶而左栏悬停 76px 处，出现大段错位空白；改 10px 后滚动中两栏视觉齐平 */
.xjx-doc-side {
  position: sticky; top: 10px; background: #fff; border: 1px solid #e2e8f0;
  border-radius: 10px; padding: 10px 8px; max-height: calc(100vh - 20px); overflow-y: auto;
}
.xjx-doc-side-group { font-size: 12px; color: #94a3b8; font-weight: 700; padding: 12px 12px 5px; letter-spacing: .02em; }
.xjx-doc-side a {
  display: block; padding: 9px 12px; margin: 2px 0; border-radius: 8px;
  color: #334155; font-size: 13.5px; text-decoration: none; line-height: 1.5;
}
.xjx-doc-side a:hover { background: #f8fafc; color: #F97316; }
.xjx-doc-side a.active { background: #fff7ed; color: #F97316; font-weight: 700; }
.xjx-doc-main { min-width: 0; background: transparent; }
/* 内层内容区：覆盖 .xjx-prose 默认 32/48 大内边距（此前与外层叠加出近 100px 空白） */
/* v2471-904 · 字号降档（15px 正文/20px h2 太大，一页划好几屏）：正文 13.5px、h2 16px、h3 14.5px */
/* v2471-909 · 上下再收紧；padding-top 12px 与侧栏首项起始位齐平（上背齐） */
.xjx-doc-main.xjx-prose { padding: 12px 20px 16px; font-size: 13.5px; line-height: 1.65; }
.xjx-doc-main.xjx-prose h1 { font-size: 19px; margin: 0 0 8px; }
.xjx-doc-main.xjx-prose h2 { font-size: 16px; margin: 14px 0 8px; padding-left: 10px; border-left-width: 3px; }
.xjx-doc-main.xjx-prose h3 { font-size: 14.5px; margin: 14px 0 6px; }
.xjx-doc-main.xjx-prose h4 { font-size: 13.5px; margin: 12px 0 6px; }
.xjx-doc-main.xjx-prose p { margin: 0 0 8px; }
.xjx-doc-main.xjx-prose li { margin-bottom: 4px; }
.xjx-doc-main.xjx-prose table { font-size: 12.5px; }
/* v2471-905 · 协议章节卡片收紧：18px padding/14px 块距 → 12px/8px，标题/落款同步缩 */
.xjx-doc-main .xjx-legal-section { padding: 10px 16px; margin-bottom: 6px; border-radius: 10px; }
.xjx-doc-main .xjx-legal-header { margin-bottom: 6px; padding-bottom: 8px; }
.xjx-doc-main .xjx-legal-title { font-size: 18px; margin: 0 0 4px; }
.xjx-doc-main .xjx-legal-section-head { margin-bottom: 6px; }
.xjx-doc-main .xjx-legal-section-head h2 { font-size: 15px; padding-left: 9px; border-left-width: 3px; }
.xjx-doc-main .xjx-legal-section-body ol,
.xjx-doc-main .xjx-legal-section-body ul { margin: 0 0 8px; padding-left: 22px; }
.xjx-doc-main .xjx-legal-section-body li { margin-bottom: 3px; }
.xjx-doc-main.xjx-prose .xjx-about-block { padding: 14px 16px; margin-bottom: 8px; }
.xjx-doc-main.xjx-prose .xjx-about-block-head { margin-bottom: 10px; }
@media (max-width: 900px) {
  .xjx-doc-grid { grid-template-columns: 1fr; }
  .xjx-doc-side { display: none; }
}
