/* ============================================================
 * app-member-v12201.css
 * 会员中心三页精修（叠加层，加载于 app.css 之后）
 *  - 佣金中心：紫色主题 + 来源详情抽屉 + 说明条 + 免手续费徽标（贴合设计稿4）
 *  - 账户余额 / 订单记录：统一令牌微调（设计稿1 Design Tokens）
 * 令牌：主色 #165DFF/#3D88FF；佣金紫 #722ED1/#9254DE/#B37FEB；
 *       成功 #00B42A；警告 #FF7D00；圆角 8/12px；行高 48px；间距 8pt。
 * ============================================================ */

/* ---------- 顶部说明条（佣金中心 / 资金中心通用） ---------- */
.mb-notice-v12201{display:flex;align-items:flex-start;gap:10px;background:#f0f6ff;border:1px solid #d6e6ff;border-radius:12px;padding:13px 16px;margin:0 0 18px;color:#475467;font-size:13px;line-height:1.6}
.mb-notice-v12201 .mb-notice-ico-v12201{flex:0 0 auto;width:18px;height:18px;color:#165dff;margin-top:1px}
.mb-notice-v12201 .mb-notice-ico-v12201 svg{width:18px;height:18px}
.mb-notice-v12201 b{color:#1d2939;font-weight:700}
.mb-notice-v12201 a{color:#165dff;font-weight:700}
.mb-notice-v12201 .mb-notice-x-v12201{margin-left:auto;flex:0 0 auto;border:0;background:transparent;color:#98a2b3;cursor:pointer;width:20px;height:20px;display:grid;place-items:center;border-radius:6px}
.mb-notice-v12201 .mb-notice-x-v12201:hover{background:#e4edff;color:#475467}
.mb-notice-v12201 .mb-notice-x-v12201 svg{width:14px;height:14px}

/* ============================================================
 * 佣金中心 紫色主题：包裹在 .comm-theme-v12201 下，避免影响账户余额页
 * ============================================================ */
.comm-theme-v12201{--cm-purple:#722ED1;--cm-purple-2:#9254DE;--cm-purple-soft:#f4eefe}

/* KPI 图标分色：可用佣金(绿) / 提现冻结(紫) / 累计佣金(橙) / 已提现(深紫) */
.comm-theme-v12201 .wallet-stat-v12134 i.green{background:#e7f8ee;color:#00b42a}
.comm-theme-v12201 .wallet-stat-v12134 i.indigo{background:#f4eefe;color:#722ed1}
.comm-theme-v12201 .wallet-stat-v12134 i.orange{background:#fff1e8;color:#ff7d00}
.comm-theme-v12201 .wallet-stat-v12134 i.purple,
.comm-theme-v12201 .wallet-stat-v12134 i.deep{background:#efe6fb;color:#6429b8}

/* “佣金转入余额”主操作 → 紫色（设计稿核心引导色） */
.comm-theme-v12201 .wallet-recharge-v12134 .wallet-blue-btn-v12134,
.comm-theme-v12201 .wallet-recharge-v12134 .wallet-submit-v12134{background:linear-gradient(180deg,#8a4ee0,#722ed1);box-shadow:0 10px 18px rgba(114,46,209,.22)}
.comm-theme-v12201 .wallet-recharge-v12134 .wallet-blue-btn-v12134:hover{filter:brightness(1.03)}
/* 转入金额“全部转入”链接化 */
.comm-theme-v12201 .wallet-recharge-v12134 .wallet-normal-input-v12134 button[data-fill-amount]{color:#722ed1}
/* 转入说明提示底色偏紫 */
.comm-theme-v12201 .wallet-recharge-v12134 .wallet-manual-notice-v12142{background:#faf6ff;border-color:#ead9fb;color:#6b4aa0}

/* 转入确认弹窗高亮行 → 紫 */
.comm-theme-v12201 .wallet-confirm-list-v12134 .blue b{color:#722ed1}
.comm-theme-v12201 [data-transfer-confirm].wallet-blue-btn-v12134{background:linear-gradient(180deg,#8a4ee0,#722ed1);box-shadow:0 10px 18px rgba(114,46,209,.22)}

/* 佣金明细 / 来源 标签 → 紫底 */
.comm-theme-v12201 .ledger-tag-v12134.commission{background:#f1e9fd;color:#722ed1}

/* “佣金提现”仍用平台主色（蓝），与设计稿一致：提现入口为次操作 */
.comm-theme-v12201 .wallet-withdraw-open-v12176{border:1px solid #c9deff;color:#165dff;background:#fff}
.comm-theme-v12201 .wallet-withdraw-open-v12176:hover{background:#eef4ff}

/* 免手续费徽标 */
.cm-free-badge-v12201{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:700;color:#00a32a;background:#e7f8ee;border:1px solid #bdeccb;border-radius:999px;padding:4px 10px}
.cm-free-badge-v12201 svg{width:13px;height:13px}

/* ============================================================
 * 佣金来源记录：操作列 + 详情按钮
 * ============================================================ */
.cm-src-detail-btn-v12201{display:inline-flex;align-items:center;gap:4px;border:1px solid #e3d6f7;background:#fff;color:#722ed1;border-radius:8px;padding:5px 12px;font-size:13px;font-weight:700;cursor:pointer;transition:.15s}
.cm-src-detail-btn-v12201:hover{background:#f6f0ff;border-color:#c9b3ee}

/* ============================================================
 * 来源记录详情抽屉（复用钱包抽屉骨架，紫色点缀）
 * ============================================================ */
.cm-drawer-mask-v12201{position:fixed;inset:0;background:rgba(15,23,42,.42);opacity:0;visibility:hidden;transition:.2s;z-index:998}
.cm-drawer-mask-v12201.is-open{opacity:1;visibility:visible}
.cm-drawer-v12201{position:fixed;right:0;top:0;height:100vh;width:min(420px,92vw);background:#fff;box-shadow:-20px 0 50px rgba(15,23,42,.14);z-index:999;transform:translateX(102%);transition:transform .24s ease;display:flex;flex-direction:column;padding:0 24px 24px}
.cm-drawer-v12201.is-open{transform:translateX(0)}
.cm-drawer-head-v12201{display:flex;align-items:center;justify-content:space-between;height:60px;border-bottom:1px solid #eef1f6;position:sticky;top:0;background:#fff}
.cm-drawer-head-v12201 h2{margin:0;font-size:17px;font-weight:850}
.cm-drawer-head-v12201 button{border:0;background:transparent;color:#98a2b3;cursor:pointer;width:30px;height:30px;display:grid;place-items:center;border-radius:8px}
.cm-drawer-head-v12201 button:hover{background:#f2f4f7;color:#475467}
.cm-drawer-head-v12201 button svg{width:18px;height:18px}
.cm-drawer-body-v12201{flex:1;overflow-y:auto;padding-top:18px}
.cm-drawer-prod-v12201{display:flex;align-items:center;gap:12px;background:#faf7ff;border:1px solid #efe6fb;border-radius:12px;padding:12px 14px;margin-bottom:16px}
.cm-drawer-prod-v12201 .cm-drawer-cover-v12201{width:48px;height:48px;border-radius:10px;background:#fff;border:1px solid #efe6fb;display:grid;place-items:center;overflow:hidden;flex:0 0 48px;color:#722ed1;font-weight:800}
.cm-drawer-prod-v12201 .cm-drawer-cover-v12201 img{width:100%;height:100%;object-fit:cover}
.cm-drawer-prod-v12201 .cm-drawer-prod-main-v12201{min-width:0}
.cm-drawer-prod-v12201 .cm-drawer-prod-main-v12201 b{display:block;font-size:14px;font-weight:750;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.cm-drawer-prod-v12201 .cm-drawer-prod-main-v12201 strong{color:#722ed1;font-size:16px;font-weight:850}
.cm-drawer-list-v12201{display:flex;flex-direction:column}
.cm-drawer-list-v12201 div{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 2px;border-bottom:1px solid #f2f4f7;font-size:13px}
.cm-drawer-list-v12201 div:last-child{border-bottom:0}
.cm-drawer-list-v12201 span{color:#667085;flex:0 0 auto}
.cm-drawer-list-v12201 b{color:#1d2939;font-weight:700;text-align:right;word-break:break-all}
.cm-drawer-list-v12201 b.cm-amount-v12201{color:#722ed1;font-size:15px;font-weight:850}
.cm-drawer-foot-v12201{padding-top:16px}
.cm-drawer-foot-v12201 button{width:100%;height:44px;border:1px solid #e4e7ec;background:#fff;border-radius:10px;font-weight:750;color:#344054;cursor:pointer}
.cm-drawer-foot-v12201 button:hover{background:#f8fafc}

/* ============================================================
 * 三页通用令牌微调（设计稿1）：表格行高 48px、卡片圆角与阴影统一
 * ============================================================ */
.wallet-table-v12134 td{height:48px}
.account-shell .wallet-stat-v12134,
.account-shell .wallet-panel-v12134{border-radius:12px}
.ol-stat-v12176{border-radius:12px}

/* 来源记录表新增列在窄屏隐藏“备注”，保操作可见 */
@media(max-width:1080px){
  .cm-src-table-v12201 th.cm-hide-narrow-v12201,
  .cm-src-table-v12201 td.cm-hide-narrow-v12201{display:none}
}

/* ---------- 提现风险提示（黄色信息块，设计稿2/4） ---------- */
.mb-risk-v12201{margin:4px 0 4px;background:#fff8ec;border:1px solid #ffe2b0;border-radius:10px;padding:12px 14px}
.mb-risk-v12201 strong{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:800;color:#b54708;margin-bottom:6px}
.mb-risk-v12201 strong svg{width:15px;height:15px}
.mb-risk-v12201 ul{margin:0;padding-left:18px;color:#915930;font-size:12px;line-height:1.7}
.mb-risk-v12201 li{list-style:disc}

/* ============================================================
 * v1.22.02 用户中心异常修复与版面对齐收口版
 * 只覆盖用户中心订单/佣金/支付异常状态，不重写整站。
 * ============================================================ */
.front-v1210 .account-shell.container{align-items:start}
.front-v1210 .account-main{min-width:0}

/* 佣金中心：说明条与卡片版心收口 */
.front-v1210 .mb-notice-v12201{align-items:center;padding:11px 14px;margin:0 0 14px;border-radius:10px;min-height:44px;line-height:1.5}
.front-v1210 .mb-notice-v12201 .mb-notice-ico-v12201{margin-top:0}
.front-v1210 .mb-notice-v12201 .mb-notice-x-v12201{width:26px;height:26px}
.front-v1210 .comm-theme-v12201 .wallet-stat-grid-v12134{gap:14px;margin-bottom:14px}
.front-v1210 .comm-theme-v12201 .wallet-stat-v12134{min-height:78px;padding:14px 16px;align-items:center}
.front-v1210 .comm-theme-v12201 .wallet-stat-v12134 i{width:46px;height:46px;flex:0 0 46px}
.front-v1210 .comm-theme-v12201 .wallet-stat-v12134 strong{font-size:19px;line-height:1.1}
.front-v1210 .comm-theme-v12201 .wallet-main-grid-v12134{gap:14px;align-items:stretch}
.front-v1210 .comm-theme-v12201 .wallet-panel-v12134{border-radius:12px;padding:16px 18px}
.front-v1210 .comm-theme-v12201 .wallet-card-head-v12134 h2{font-size:19px;line-height:1.2;margin-bottom:4px}
.front-v1210 .comm-theme-v12201 .wallet-card-head-v12134 p{font-size:13px;line-height:1.5;color:#667085}
.front-v1210 .comm-theme-v12201 .wallet-ledger-panel-v12134{border-radius:12px;padding:16px 18px;margin-top:14px}
.front-v1210 .comm-theme-v12201 .empty-lite{min-height:70px;border-radius:10px;color:#667085;background:#fbfdff;border:1px dashed #d8e0ea}
.front-v1210 .cm-free-badge-v12201{height:28px;padding:0 12px;white-space:nowrap}

/* 订单筛选区：减少空白，所有控件上下对齐 */
.front-v1210 .ol-filter-v12176{padding:14px 18px;margin-bottom:14px;border-radius:12px}
.front-v1210 .ol-search-v12176{height:40px;margin-bottom:12px;border-radius:9px}
.front-v1210 .ol-filter-row-v12176{gap:10px 12px;align-items:center}
.front-v1210 .ol-pills-v12176{gap:7px}
.front-v1210 .ol-pills-v12176 a{height:30px;padding:0 15px;font-size:12.5px}
.front-v1210 .ol-dates-v12176 input{height:34px;width:142px}
.front-v1210 .ol-fact-v12176{gap:8px}
.front-v1210 .ol-btn-v12176{height:34px;border-radius:8px;padding:0 15px}
.front-v1210 .ol-btn-v12176.sm{height:30px;min-width:66px;padding:0 12px}
.front-v1210 .ol-btn-v12176.primary.sm{height:30px;min-width:66px;padding:0 12px}

/* 订单统计卡：统一高度与文字层级 */
.front-v1210 .ol-stats-v12176{gap:14px;margin-bottom:14px}
.front-v1210 .ol-stat-v12176{height:86px;padding:14px 16px;border-radius:12px;gap:14px}
.front-v1210 .ol-stat-v12176 i{width:44px;height:44px;flex-basis:44px;border-radius:12px}
.front-v1210 .ol-stat-v12176 span{font-size:12.5px}
.front-v1210 .ol-stat-v12176 strong{font-size:22px;margin:2px 0 1px;line-height:1.05}

/* 批量操作栏：固定为轻量一行工具条，不再撑成大空白区域 */
.front-v1210 .ol-toolbar-v12176{height:56px;min-height:56px;padding:0 16px;margin:0 0 10px;border-radius:12px;box-shadow:0 6px 18px rgba(15,23,42,.035)}
.front-v1210 .ol-toolbar-v12176 .ol-check-v12176{height:100%}
.front-v1210 .ol-tools-v12176{height:100%}
.front-v1210 .ol-toolbar-v12176 .ol-btn-v12176{height:34px;white-space:nowrap}

/* 订单卡片：固定列宽、订单号单行、字段层级清晰 */
.front-v1210 .ol-list-v12176{gap:12px}
.front-v1210 .ol-card-v12176{padding:16px 18px;border-radius:12px}
.front-v1210 .ol-card-main-v12176{grid-template-columns:22px 58px minmax(160px,1.15fr) 48px 92px 88px minmax(190px,1.05fr) 118px 170px;gap:12px;align-items:center}
.front-v1210 .ol-cover-v12176{width:58px;height:58px;border-radius:10px}
.front-v1210 .ol-prod-title-v12176{font-size:14px;font-weight:800;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;gap:6px}
.front-v1210 .ol-prod-v12176 small{font-size:12px;margin-top:4px}
.front-v1210 .ol-col-v12176>span{font-size:11.5px;margin-bottom:4px;color:#98a2b3;white-space:nowrap}
.front-v1210 .ol-col-v12176>b{font-size:13px;line-height:1.25}
.front-v1210 .ol-col-qty-v12176 b,.front-v1210 .ol-col-time-v12176 b{font-weight:800}
.front-v1210 .ol-col-amount-v12176>b{font-size:15px;font-weight:900;color:#101828;white-space:nowrap}
.front-v1210 .ol-status-v12176{height:23px;font-size:11.5px;padding:0 9px;white-space:nowrap}
.front-v1210 .ol-col-no-v12176{min-width:0}
.front-v1210 .ol-no-v12176{display:flex;align-items:center;gap:5px;max-width:100%;white-space:nowrap;word-break:normal;overflow:hidden;text-overflow:ellipsis;font-size:13px;font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:.01em}
.front-v1210 .ol-no-v12176 .ol-copy-v12176{flex:0 0 auto}
.front-v1210 .ol-col-time-v12176 b{display:block;white-space:normal;font-size:12.5px;line-height:1.35;color:#101828;font-variant-numeric:tabular-nums}
.front-v1210 .ol-ops-v12176{gap:7px;align-items:flex-end;min-width:0}
.front-v1210 .ol-ops-line-v12176{height:20px;gap:6px;white-space:nowrap}
.front-v1210 .ol-link-v12176{font-size:12.5px;font-weight:750}
.front-v1210 .ol-ops-btns-v12176{gap:7px;justify-content:flex-end}
.front-v1210 .ol-btn-v12176.ghost{background:#fff;color:#475467}
.front-v1210 .ol-btn-v12176.ghost:hover{background:#f7faff;color:#2563eb}

/* 参数预览/展开：字段对齐，长链接显示省略但复制值不变 */
.front-v1210 .ol-param-strip-v12176{margin-top:12px;padding:10px 12px;border-radius:10px;background:#f8fafc;gap:12px;min-height:52px}
.front-v1210 .ol-param-tag-v12176{min-width:86px;font-size:12.5px;line-height:1.25}
.front-v1210 .ol-param-tag-v12176 small{font-size:10.5px;margin-top:2px}
.front-v1210 .ol-param-preview-v12176{gap:10px 16px;align-items:center}
.front-v1210 .ol-param-preview-v12176 span{max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12.5px}
.front-v1210 .ol-expand-v12176{height:28px;padding:0 4px;white-space:nowrap}
.front-v1210 .ol-param-full-v12176{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px 10px;padding:12px;background:#fbfdff}
.front-v1210 .ol-param-full-v12176 div{min-height:38px;align-items:center;background:#fff;border:1px solid #eef2f6;border-radius:8px;padding:8px 10px;gap:10px}
.front-v1210 .ol-param-full-v12176 span{font-size:12px;white-space:nowrap;flex:0 0 auto;color:#667085}
.front-v1210 .ol-param-full-v12176 b{font-size:12.5px;max-width:none;min-width:0;flex:1;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;word-break:normal}

/* 支付弹窗：订单号单行与按钮层级 */
.front-v1210 .ol-pay-meta-v12176{align-items:center;gap:12px}
.front-v1210 .ol-pay-meta-v12176 b{min-width:0;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:800;font-variant-numeric:tabular-nums}
.front-v1210 .ol-modal-actions-v12176 .ol-btn-v12176{height:42px;border-radius:9px}
.front-v1210 .ol-pay-tip-v12176{line-height:1.5}

/* 订单详情抽屉：字段值不乱换行，底部按钮统一 */
.front-v1210 .od-kv b{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;word-break:normal;font-weight:800;font-variant-numeric:tabular-nums}
.front-v1210 .od-sec h3{font-size:15px;font-weight:850}
.front-v1210 .od-product b{font-size:14px;font-weight:850;line-height:1.35}
.front-v1210 .od-foot{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center}
.front-v1210 .od-btn{height:40px;min-width:0;white-space:nowrap;border-radius:9px}

/* 支付订单不存在：正式异常状态卡片 */
.front-v1210 .wallet-pay-missing-v12202{width:min(760px,100%);margin:0 auto;text-align:left;padding:30px 34px;border-radius:14px}
.front-v1210 .wallet-pay-missing-icon-v12202{width:46px;height:46px;border-radius:14px;background:#fff7ed;border:1px solid #fed7aa;color:#f97316;display:grid;place-items:center;font-size:24px;font-weight:900;margin-bottom:16px}
.front-v1210 .wallet-pay-missing-v12202 h1{margin:0 0 10px;font-size:26px;line-height:1.25;color:#101828;letter-spacing:-.02em}
.front-v1210 .wallet-pay-missing-v12202 p{margin:0 0 16px;color:#475467;font-size:14px;line-height:1.75;max-width:620px}
.front-v1210 .wallet-pay-missing-no-v12202{display:flex;align-items:center;gap:12px;background:#f8fafc;border:1px solid #eef2f6;border-radius:10px;padding:10px 12px;margin:0 0 18px;max-width:620px}
.front-v1210 .wallet-pay-missing-no-v12202 span{color:#667085;font-size:12px;white-space:nowrap}
.front-v1210 .wallet-pay-missing-no-v12202 b{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px;color:#101828;font-variant-numeric:tabular-nums}
.front-v1210 .wallet-pay-missing-actions-v12202{display:flex;gap:10px;flex-wrap:wrap}
.front-v1210 .wallet-pay-missing-actions-v12202 a{height:40px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;border-radius:9px;text-decoration:none;font-weight:850}

@media(max-width:1320px){
  .front-v1210 .ol-card-main-v12176{grid-template-columns:22px 56px minmax(150px,1fr) 44px 86px 84px minmax(170px,1fr) 108px 150px;gap:10px}
  .front-v1210 .ol-ops-line-v12176{display:none}
}
@media(max-width:1180px){
  .front-v1210 .ol-card-main-v12176{grid-template-columns:22px 56px minmax(150px,1.2fr) 86px 84px minmax(160px,1fr) 150px}
  .front-v1210 .ol-col-qty-v12176,.front-v1210 .ol-col-time-v12176{display:none}
  .front-v1210 .ol-param-full-v12176{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:860px){
  .front-v1210 .ol-toolbar-v12176{height:auto;min-height:56px;flex-wrap:wrap;padding:10px 12px}
  .front-v1210 .ol-card-main-v12176{grid-template-columns:1fr;gap:10px}
  .front-v1210 .ol-no-v12176{max-width:100%}
  .front-v1210 .ol-param-full-v12176{grid-template-columns:1fr}
  .front-v1210 .od-foot{grid-template-columns:1fr 1fr}
}

/* ============================================================
 * v1.22.03 用户中心三页视觉统一版
 * 统一订单记录 / 账户余额 / 佣金中心的版心、卡片、按钮、标题、空状态、表格视觉。
 * ============================================================ */
.front-v1210{
  --uc230-surface:#ffffff;
  --uc230-bg:#f5f7fb;
  --uc230-line:#e7edf5;
  --uc230-line-strong:#d8e2ee;
  --uc230-text:#101828;
  --uc230-sub:#667085;
  --uc230-muted:#98a2b3;
  --uc230-blue:#315be8;
  --uc230-blue-soft:#eef4ff;
  --uc230-radius:14px;
  --uc230-radius-sm:10px;
  --uc230-shadow:0 10px 26px rgba(15,23,42,.045);
  --uc230-shadow-hover:0 16px 36px rgba(15,23,42,.075);
}
.front-v1210 .account-shell.container{width:min(1240px,calc(100% - 36px));margin:0 auto;grid-template-columns:214px minmax(0,1fr);gap:24px;padding:24px 0 44px;align-items:start}
.front-v1210 .account-content{min-width:0;max-width:100%}
.front-v1210 .account-sidebar{border-radius:18px;border-color:var(--uc230-line);box-shadow:var(--uc230-shadow);padding:12px;background:rgba(255,255,255,.96)}
.front-v1210 .account-menu-group{padding:8px 6px;border-bottom:1px solid #eef2f6}
.front-v1210 .account-menu-group strong{padding:6px 10px 8px;margin:0;color:#8b96a8;font-size:13px;font-weight:750;letter-spacing:0;text-transform:none}
.front-v1210 .account-menu-group a{height:38px;min-height:38px;border-radius:10px;padding:0 11px;font-size:14px;font-weight:700;color:#475467;line-height:1}
.front-v1210 .account-menu-group a.active{background:var(--uc230-blue-soft);color:var(--uc230-blue);box-shadow:inset 0 0 0 1px rgba(49,91,232,.04)}
.front-v1210 .account-menu-group a.active .account-menu-ico-v12142{color:var(--uc230-blue)}

/* 三页顶部标题：统一高度、字号、间距 */
.front-v1210 .wallet-page-v12134,.front-v1210 .ol-page-v12176{padding:0 0 34px;color:var(--uc230-text)}
.front-v1210 .wallet-title-v12134,.front-v1210 .ol-title-v12176{height:auto;min-height:54px;margin:0 0 14px;padding:0;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;background:transparent;border:0;box-shadow:none}
.front-v1210 .wallet-title-v12134 h1,.front-v1210 .ol-title-v12176 h1{margin:0;font-size:24px;line-height:1.18;font-weight:900;letter-spacing:-.035em;color:#0f172a}
.front-v1210 .wallet-title-v12134 h1 span,.front-v1210 .ol-title-v12176 h1 span{color:#c1c9d6;font-weight:750;margin:0 6px}
.front-v1210 .wallet-title-v12134 p,.front-v1210 .ol-title-v12176 p{display:flex;align-items:center;gap:6px;margin:7px 0 0;color:var(--uc230-sub);font-size:13px;line-height:1.55;font-weight:500}
.front-v1210 .wallet-title-v12134 svg,.front-v1210 .ol-title-v12176 svg{width:15px;height:15px;flex:0 0 15px;color:var(--uc230-blue)}
.front-v1210 .wallet-safe-badge-v12176{height:30px;padding:0 12px;border-radius:999px;background:#ecfdf3;border:1px solid #c7efd3;color:#16803d;font-size:12px;font-weight:850;white-space:nowrap}

/* 通用卡片：统一圆角、边框、阴影、内边距 */
.front-v1210 .wallet-stat-v12134,.front-v1210 .ol-stat-v12176,.front-v1210 .wallet-panel-v12134,.front-v1210 .ol-filter-v12176,.front-v1210 .ol-toolbar-v12176,.front-v1210 .ol-card-v12176,.front-v1210 .panel-card,.front-v1210 .metric-card{background:var(--uc230-surface);border:1px solid var(--uc230-line);border-radius:var(--uc230-radius);box-shadow:var(--uc230-shadow)}
.front-v1210 .wallet-panel-v12134,.front-v1210 .panel-card{padding:18px;border-radius:var(--uc230-radius)}
.front-v1210 .wallet-stat-grid-v12134,.front-v1210 .ol-stats-v12176{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:0 0 14px}
.front-v1210 .ol-stats-v12176{grid-template-columns:repeat(5,minmax(0,1fr))}
.front-v1210 .wallet-stat-v12134,.front-v1210 .ol-stat-v12176{height:78px;min-height:78px;padding:14px 16px;gap:13px;transition:box-shadow .15s ease, transform .15s ease, border-color .15s ease}
.front-v1210 .wallet-stat-v12134:hover,.front-v1210 .ol-stat-v12176:hover{box-shadow:var(--uc230-shadow-hover);transform:translateY(-1px);border-color:var(--uc230-line-strong)}
.front-v1210 .wallet-stat-v12134 i,.front-v1210 .ol-stat-v12176 i{width:42px;height:42px;flex:0 0 42px;border-radius:12px}
.front-v1210 .wallet-stat-v12134 span,.front-v1210 .ol-stat-v12176 span{font-size:12px;color:var(--uc230-sub);font-weight:750;line-height:1.2}
.front-v1210 .wallet-stat-v12134 strong,.front-v1210 .ol-stat-v12176 strong{font-size:20px;line-height:1.1;font-weight:900;letter-spacing:-.025em;color:#0f172a;margin:2px 0 0;font-variant-numeric:tabular-nums}
.front-v1210 .wallet-stat-v12134 small,.front-v1210 .ol-stat-v12176 small{font-size:11.5px;color:#17a34a;margin-top:4px;line-height:1.1}

/* 三页操作区和表单控件：统一按钮高度、圆角、字号 */
.front-v1210 .wallet-blue-btn-v12134,.front-v1210 .wallet-plain-btn-v12134,.front-v1210 .wallet-withdraw-open-v12176,.front-v1210 .ol-btn-v12176,.front-v1210 .btn,.front-v1210 .uc3-btn{height:38px;border-radius:9px;font-size:13px;font-weight:850;display:inline-flex;align-items:center;justify-content:center;gap:7px;line-height:1;white-space:nowrap}
.front-v1210 .wallet-blue-btn-v12134,.front-v1210 .ol-btn-v12176.primary,.front-v1210 .btn.primary,.front-v1210 .uc3-btn.primary{background:linear-gradient(180deg,#426cff,#315be8);border-color:#315be8;color:#fff;box-shadow:0 8px 18px rgba(49,91,232,.18)}
.front-v1210 .wallet-plain-btn-v12134,.front-v1210 .ol-btn-v12176,.front-v1210 .btn.ghost,.front-v1210 .btn.secondary{background:#fff;border:1px solid #dfe6f0;color:#344054;box-shadow:none}
.front-v1210 .wallet-blue-btn-v12134:hover,.front-v1210 .ol-btn-v12176.primary:hover{filter:brightness(1.02)}
.front-v1210 input,.front-v1210 select,.front-v1210 textarea{border-radius:9px;border-color:#dfe6f0;color:#101828;font-size:13px}
.front-v1210 .wallet-normal-input-v12134,.front-v1210 .ol-search-v12176{border-radius:9px;border-color:#dfe6f0;background:#fff}
.front-v1210 .wallet-label-v12134{font-size:12.5px;font-weight:850;color:#344054;margin-bottom:8px}

/* 账户余额 / 佣金中心主体网格统一 */
.front-v1210 .wallet-main-grid-v12134{grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);gap:14px;align-items:stretch;margin-bottom:14px}
.front-v1210 .wallet-panel-head-v12134,.front-v1210 .wallet-card-head-v12134,.front-v1210 .wallet-ledger-head-v12134{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}
.front-v1210 .wallet-panel-head-v12134 h2,.front-v1210 .wallet-card-head-v12134 h2,.front-v1210 .wallet-ledger-head-v12134 h2{font-size:18px;line-height:1.2;margin:0 0 5px;font-weight:900;letter-spacing:-.02em;color:#101828}
.front-v1210 .wallet-panel-head-v12134 p,.front-v1210 .wallet-card-head-v12134 p,.front-v1210 .wallet-ledger-head-v12134 p,.front-v1210 .muted{font-size:13px;line-height:1.5;color:var(--uc230-sub);margin:0}
.front-v1210 .wallet-alert-v12134,.front-v1210 .wallet-manual-notice-v12142,.front-v1210 .mb-notice-v12201{border-radius:10px;font-size:12.5px;line-height:1.55}
.front-v1210 .wallet-commission-bar-v12176{border-radius:var(--uc230-radius);border:1px solid var(--uc230-line);box-shadow:var(--uc230-shadow);margin:0 0 14px;padding:14px 16px;background:#fff}
.front-v1210 .wallet-commission-text-v12176 b{font-size:14px;font-weight:900;color:#101828}
.front-v1210 .wallet-commission-text-v12176 small{font-size:12.5px;color:var(--uc230-sub);line-height:1.45}
.front-v1210 .wallet-commission-amount-v12176{font-weight:900;font-variant-numeric:tabular-nums}

/* 明细表 / 空状态统一 */
.front-v1210 .wallet-table-wrap-v12134{border-radius:12px;border:1px solid #eef2f6;overflow:hidden;background:#fff}
.front-v1210 .wallet-table-v12134{border-collapse:separate;border-spacing:0;table-layout:fixed;width:100%}
.front-v1210 .wallet-table-v12134 th{height:42px;padding:0 12px;background:#f8fafc;color:#667085;font-size:12px;font-weight:850;border-bottom:1px solid #eef2f6;white-space:nowrap}
.front-v1210 .wallet-table-v12134 td{height:48px;padding:0 12px;border-bottom:1px solid #f1f4f8;color:#344054;font-size:13px;vertical-align:middle;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.front-v1210 .wallet-table-v12134 tr:last-child td{border-bottom:0}
.front-v1210 .wallet-table-v12134 b,.front-v1210 .wallet-table-v12134 strong{font-weight:850;color:#101828;font-variant-numeric:tabular-nums}
.front-v1210 .wallet-filter-tabs-v12134{gap:7px;margin:0 0 12px}
.front-v1210 .wallet-filter-tabs-v12134 a{height:28px;padding:0 12px;border-radius:999px;font-size:12px;font-weight:850}
.front-v1210 .empty-lite{min-height:72px;padding:20px 18px;border-radius:12px;background:#fbfdff;border:1px dashed #d8e0ea;color:#667085;font-size:13px;display:grid;place-items:center;text-align:center}
.front-v1210 .wallet-ledger-footer-v12134,.front-v1210 .wallet-ledger-footer-v12137{min-height:46px;padding-top:12px;gap:12px;color:#667085;font-size:12.5px}

/* 订单记录：让筛选、统计、工具条、订单卡同版心同间距 */
.front-v1210 .ol-filter-v12176{padding:14px 18px;margin:0 0 14px;border-radius:var(--uc230-radius)}
.front-v1210 .ol-toolbar-v12176{margin:0 0 10px;border-radius:var(--uc230-radius);height:54px;min-height:54px;padding:0 16px}
.front-v1210 .ol-list-v12176{display:grid;gap:12px}
.front-v1210 .ol-card-v12176{padding:15px 18px;border-radius:var(--uc230-radius);transition:border-color .15s ease, box-shadow .15s ease}
.front-v1210 .ol-card-v12176:hover{border-color:var(--uc230-line-strong);box-shadow:var(--uc230-shadow-hover)}
.front-v1210 .ol-cover-v12176{border-radius:10px;border-color:#e7edf5;background:#f8fafc}
.front-v1210 .ol-prod-title-v12176{color:#101828;font-weight:900;letter-spacing:-.01em}
.front-v1210 .ol-prod-v12176 small,.front-v1210 .ol-col-v12176>span{color:#8b96a8;font-weight:700}
.front-v1210 .ol-col-v12176>b{color:#101828;font-weight:850;font-variant-numeric:tabular-nums}
.front-v1210 .ol-no-v12176{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;font-size:12.5px;letter-spacing:0}
.front-v1210 .ol-param-strip-v12176,.front-v1210 .ol-param-full-v12176{border-radius:10px;border-color:#eef2f6;background:#f8fafc}
.front-v1210 .ol-param-full-v12176 div{background:#fff;border-color:#eef2f6}
.front-v1210 .ol-pager-v12176{margin-top:12px;min-height:38px;color:#667085;font-size:12.5px}

/* 弹窗 / 抽屉 / 异常页和三页同一视觉 */
.front-v1210 .ol-modal-card-v12176,.front-v1210 .wallet-modal-card-v12134,.front-v1210 .od-panel,.front-v1210 .wallet-pay-card-v12134{border-radius:16px;box-shadow:0 24px 70px rgba(15,23,42,.18)}
.front-v1210 .ol-modal-card-v12176 h3,.front-v1210 .wallet-modal-card-v12134 h2,.front-v1210 .od-head h2{font-size:18px;font-weight:900;letter-spacing:-.02em;color:#101828}
.front-v1210 .od-sec{border-radius:12px;border-color:#eef2f6;background:#fff}
.front-v1210 .od-kv-grid{gap:8px 10px}
.front-v1210 .od-kv{border-radius:9px;background:#f8fafc;border:1px solid #eef2f6;padding:10px 12px}
.front-v1210 .wallet-pay-missing-v12202{border:1px solid var(--uc230-line);box-shadow:var(--uc230-shadow);background:#fff}

/* 响应式：保持电脑端优先，窄屏自然降级 */
@media(max-width:1300px){
  .front-v1210 .account-shell.container{width:calc(100% - 32px);grid-template-columns:214px minmax(0,1fr);gap:20px}
  .front-v1210 .wallet-main-grid-v12134{grid-template-columns:minmax(0,1fr) minmax(360px,.88fr)}
  .front-v1210 .wallet-stat-grid-v12134{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:1100px){
  .front-v1210 .account-shell.container{grid-template-columns:1fr;width:calc(100% - 28px)}
  .front-v1210 .wallet-main-grid-v12134{grid-template-columns:1fr}
  .front-v1210 .wallet-stat-grid-v12134{grid-template-columns:repeat(2,minmax(0,1fr))}
  .front-v1210 .ol-stats-v12176{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:760px){
  .front-v1210 .account-shell.container{width:calc(100% - 20px);padding:12px 0 80px}
  .front-v1210 .wallet-title-v12134,.front-v1210 .ol-title-v12176{display:block}
  .front-v1210 .wallet-title-v12134 h1,.front-v1210 .ol-title-v12176 h1{font-size:21px}
  .front-v1210 .wallet-stat-grid-v12134,.front-v1210 .ol-stats-v12176{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .front-v1210 .wallet-stat-v12134,.front-v1210 .ol-stat-v12176{height:auto;min-height:74px;padding:12px}
  .front-v1210 .wallet-panel-v12134,.front-v1210 .ol-filter-v12176,.front-v1210 .ol-card-v12176{padding:14px;border-radius:12px}
}


/* v1.22.04 用户中心交互闭环：弹窗、展开动画、反馈状态 */
.front-v1210 .ol-param-full-v12176{overflow:hidden;transition:max-height .22s ease,opacity .18s ease,transform .18s ease;opacity:0;transform:translateY(-3px);max-height:0}
.front-v1210 .ol-param-full-v12176.is-open{opacity:1;transform:translateY(0)}
.front-v1210 .ol-expand-v12176{transition:background .16s ease,color .16s ease,border-color .16s ease}
.front-v1210 .ol-expand-v12176.open{background:#eef4ff;color:#315be8;border-color:#cddaff}
.front-v1210 .ol-modal-v12176{animation:none}
.front-v1210 .ol-modal-v12176.open .ol-modal-mask-v12176{animation:uc12204FadeIn .16s ease both}
.front-v1210 .ol-modal-v12176.open .ol-modal-card-v12176{animation:uc12204PopIn .18s ease both}
.front-v1210 .ol-modal-actions-v12176 button[disabled],.front-v1210 .ol-modal-actions-v12176 .ol-btn-v12176[disabled]{cursor:not-allowed;opacity:.58;box-shadow:none;filter:grayscale(.05)}
.front-v1210 .ol-pay-tip-v12176{border-radius:10px;background:#fff4ed;border:1px solid #ffd7ba;color:#b45309;padding:10px 12px;margin:10px 0 0;font-size:12.5px;line-height:1.45}
.front-v1210 .ol-pay-tip-v12176 a{font-weight:850;color:#315be8;text-decoration:none}
.front-v1210 .ol-modal-card-v12176:focus-within{outline:0}
.front-v1210 .od-btn[disabled],.front-v1210 .wallet-blue-btn-v12134[disabled],.front-v1210 .wallet-plain-btn-v12134[disabled]{opacity:.58;cursor:not-allowed;box-shadow:none}
.front-v1210 [data-copy],.front-v1210 [data-copy-params],.front-v1210 [data-export-orders],.front-v1210 [data-bulk-copy],.front-v1210 [data-pay-done]{touch-action:manipulation}
.front-v1210 .wallet-mini-tip-v12136{position:fixed;z-index:2200;transform:translate(-50%,-100%);background:#101828;color:#fff;border-radius:999px;padding:7px 11px;font-size:12px;line-height:1;box-shadow:0 12px 30px rgba(15,23,42,.22);pointer-events:none;white-space:nowrap;animation:uc12204Tip .18s ease both}
@keyframes uc12204FadeIn{from{opacity:0}to{opacity:1}}
@keyframes uc12204PopIn{from{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}
@keyframes uc12204Tip{from{opacity:0;transform:translate(-50%,-86%)}to{opacity:1;transform:translate(-50%,-100%)}}

/* ============================================================
 * v1.22.05 用户中心资金页布局精修版
 * 资金页：在线充值主卡 + 提现轻卡；人工充值弹窗化；佣金中心间距收口。
 * ============================================================ */
.front-v1210 .wallet-balance-v12205 .wallet-main-grid-v12134{grid-template-columns:minmax(0,2.7fr) minmax(260px,.8fr);gap:14px;align-items:stretch;margin-bottom:14px}
.front-v1210 .wallet-balance-v12205 .wallet-recharge-v12134{min-height:0;padding:18px 18px 16px}
.front-v1210 .wallet-balance-v12205 .wallet-withdraw-v12134{padding:18px;display:flex;flex-direction:column;min-height:0}
.front-v1210 .wallet-balance-v12205 .wallet-withdraw-v12134 .wallet-panel-head-v12134{margin-bottom:12px}
.front-v1210 .wallet-balance-v12205 .wallet-withdraw-points-v12176{display:grid;gap:10px;margin:4px 0 14px;padding:0;list-style:none;flex:1}
.front-v1210 .wallet-balance-v12205 .wallet-withdraw-points-v12176 li{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid #eef2f6;border-radius:12px;background:#fbfdff}
.front-v1210 .wallet-balance-v12205 .wallet-withdraw-points-v12176 i{width:34px;height:34px;border-radius:10px;background:#f2f6ff;color:#315be8;display:grid;place-items:center;flex:0 0 34px}
.front-v1210 .wallet-balance-v12205 .wallet-withdraw-points-v12176 svg{width:17px;height:17px}
.front-v1210 .wallet-balance-v12205 .wallet-withdraw-points-v12176 b{display:block;font-size:13px;font-weight:900;color:#101828;line-height:1.25}
.front-v1210 .wallet-balance-v12205 .wallet-withdraw-points-v12176 small{display:block;margin-top:2px;font-size:12px;color:#667085;line-height:1.25}
.front-v1210 .wallet-balance-v12205 .wallet-withdraw-open-v12176{width:100%;height:40px;margin-top:auto;background:#fff;border:1px solid #315be8;color:#315be8;box-shadow:none}
.front-v1210 .wallet-balance-v12205 .wallet-withdraw-open-v12176:hover{background:#eef4ff}
.front-v1210 .wallet-balance-v12205 .wallet-alert-v12134{min-height:34px;padding:8px 12px;margin-bottom:13px;display:flex;align-items:center;gap:8px;overflow:hidden}
.front-v1210 .wallet-balance-v12205 .wallet-alert-v12134 span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.front-v1210 .wallet-balance-v12205 .wallet-quick-v12134{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin-bottom:10px}
.front-v1210 .wallet-balance-v12205 .wallet-quick-v12134 button{height:34px;border-radius:8px;font-size:13px;font-weight:850}
.front-v1210 .wallet-balance-v12205 .wallet-money-input-v12134{height:38px;margin-bottom:10px;border-radius:9px}
.front-v1210 .wallet-balance-v12205 .wallet-channel-list-v12134{display:grid;gap:8px;margin-bottom:10px}
.front-v1210 .wallet-balance-v12205 .wallet-channel-v12134{min-height:46px;border-radius:11px;padding:9px 12px}
.front-v1210 .wallet-balance-v12205 .wallet-channel-v12134 span strong{font-size:13px;font-weight:900;line-height:1.2}
.front-v1210 .wallet-balance-v12205 .wallet-channel-v12134 span small{font-size:11.5px;line-height:1.2;color:#667085}
.front-v1210 .wallet-balance-v12205 .wallet-recharge-note-v12142{padding:10px 12px;margin:10px 0;border-radius:10px}
.front-v1210 .wallet-balance-v12205 .wallet-recharge-note-v12142 ul{margin-top:5px;line-height:1.55}
.front-v1210 .wallet-balance-v12205 .wallet-submit-v12134{width:100%;height:40px;margin-top:2px}
.front-v1210 .wallet-manual-compact-v12205{display:flex!important;align-items:center;justify-content:space-between;gap:12px}
.front-v1210 .wallet-manual-compact-v12205 .wallet-channel-manual-head-v12142{display:flex;align-items:center;gap:10px;min-width:0;flex:1;padding:0!important;border:0!important;background:transparent!important}
.front-v1210 .wallet-manual-open-v12205{height:30px;padding:0 12px;border-radius:8px;border:1px solid #dfe6f0;background:#fff;color:#315be8;font-size:12px;font-weight:850;cursor:pointer;white-space:nowrap}
.front-v1210 .wallet-manual-open-v12205:hover{background:#eef4ff;border-color:#c9d8ff}
.front-v1210 .wallet-manual-modal-card-v12205{width:min(560px,92vw)}
.front-v1210 .wallet-modal-sub-v12205{margin:0 0 14px;color:#667085;font-size:13px;line-height:1.5}
.front-v1210 .wallet-manual-modal-form-v12205{display:block}
.front-v1210 .wallet-manual-grid-v12205{display:grid;grid-template-columns:1fr 1fr;gap:12px 12px}
.front-v1210 .wallet-manual-row-wide-v12205{grid-column:1/-1}
.front-v1210 .wallet-manual-grid-v12205 .wallet-manual-row-v12142{margin:0}
.front-v1210 .wallet-manual-grid-v12205 .wallet-manual-row-v12142>label:first-child{display:block;margin:0 0 7px;font-size:12.5px;font-weight:850;color:#344054}
.front-v1210 .wallet-manual-grid-v12205 input,.front-v1210 .wallet-manual-grid-v12205 select{height:38px;width:100%;border:1px solid #dfe6f0;border-radius:9px;padding:0 11px;background:#fff}
.front-v1210 .wallet-manual-grid-v12205 .wallet-upload-box-v12134{min-height:64px;border-radius:10px}
.front-v1210 .wallet-manual-modal-note-v12205{margin:12px 0 0;padding:10px 12px}
.front-v1210 .wallet-manual-modal-card-v12205 .wallet-modal-actions-v12134{margin-top:14px}

/* 佣金中心：收紧提现卡内部节奏，明细卡之间减少割裂 */
.front-v1210 .comm-tight-v12205 .mb-notice-v12201{margin-bottom:12px}
.front-v1210 .comm-tight-v12205 .wallet-stat-grid-v12134{margin-bottom:12px;gap:12px}
.front-v1210 .comm-tight-v12205 .wallet-main-grid-v12134{gap:12px;margin-bottom:12px}
.front-v1210 .comm-tight-v12205 .wallet-panel-v12134{padding:15px 16px!important}
.front-v1210 .comm-tight-v12205 .wallet-panel-head-v12134{margin-bottom:10px;align-items:center}
.front-v1210 .comm-tight-v12205 .wallet-label-v12134{margin-bottom:7px}
.front-v1210 .comm-tight-v12205 .wallet-method-tabs-v12134{gap:8px;margin-bottom:8px}
.front-v1210 .comm-tight-v12205 .wallet-method-tabs-v12134 label span{height:32px;border-radius:9px;font-size:12.5px}
.front-v1210 .comm-tight-v12205 .wallet-withdraw-open-v12176{width:100%;height:36px;margin:5px 0 8px}
.front-v1210 .comm-tight-v12205 .wallet-manual-notice-v12142{margin:0;padding:9px 12px}
.front-v1210 .comm-tight-v12205 .wallet-ledger-v12134{margin-top:0;margin-bottom:12px}
.front-v1210 .comm-tight-v12205 .wallet-ledger-footer-v12134{min-height:38px;padding-top:9px}
.front-v1210 .comm-tight-v12205 .wallet-table-wrap-v12134 + .wallet-ledger-footer-v12134{margin-top:0}
.front-v1210 .comm-tight-v12205 section.wallet-panel-v12134 + section.wallet-panel-v12134{margin-top:0}
.front-v1210 .comm-tight-v12205 .empty-lite{min-height:60px;padding:16px}

@media(max-width:1300px){
  .front-v1210 .wallet-balance-v12205 .wallet-main-grid-v12134{grid-template-columns:minmax(0,2fr) minmax(260px,.85fr)}
}
@media(max-width:1100px){
  .front-v1210 .wallet-balance-v12205 .wallet-main-grid-v12134{grid-template-columns:1fr}
  .front-v1210 .wallet-manual-grid-v12205{grid-template-columns:1fr}
}

/* ============================================================
 * v1.22.06 订单列表最终对齐版
 * 目标：订单列表与上方筛选/统计同版心，商品标题/订单号/时间单行，右侧操作区收窄，参数预览轻量化。
 * ============================================================ */
.front-v1210 .ol-page-v12176{max-width:100%;overflow:hidden}
.front-v1210 .ol-filter-v12176,
.front-v1210 .ol-stats-v12176,
.front-v1210 .ol-toolbar-v12176,
.front-v1210 .ol-list-v12176,
.front-v1210 .ol-pager-v12176{width:100%;max-width:100%;box-sizing:border-box}
.front-v1210 .ol-card-v12176{box-sizing:border-box;max-width:100%;overflow:hidden;padding:14px 16px}
.front-v1210 .ol-card-main-v12176{display:grid;grid-template-columns:22px 56px minmax(150px,1.35fr) 38px 80px 76px minmax(164px,.92fr) 126px 126px;gap:10px;align-items:center;max-width:100%;min-width:0}
.front-v1210 .ol-card-main-v12176>*{min-width:0}
.front-v1210 .ol-cover-v12176{width:56px;height:56px;flex:0 0 56px}
.front-v1210 .ol-prod-v12176{min-width:0;overflow:hidden}
.front-v1210 .ol-prod-head-v12206{display:flex;align-items:center;gap:6px;min-width:0;max-width:100%;height:22px;line-height:22px}
.front-v1210 .ol-prod-head-v12206 .ol-prod-title-v12176{flex:1;min-width:0;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13.5px;font-weight:900;line-height:22px;max-width:100%}
.front-v1210 .ol-type-badge-v12176{flex:0 0 auto;height:18px;line-height:18px;padding:0 6px;border-radius:5px;font-size:10.5px;font-weight:850;white-space:nowrap;margin-left:0}
.front-v1210 .ol-prod-v12176 small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px;font-size:11.5px;color:#8b96a8}
.front-v1210 .ol-col-v12176{min-width:0;overflow:hidden}
.front-v1210 .ol-col-v12176>span{font-size:11px;margin-bottom:3px;line-height:1.1}
.front-v1210 .ol-col-v12176>b{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.25}
.front-v1210 .ol-col-qty-v12176 b{font-size:13px;text-align:left}
.front-v1210 .ol-col-amount-v12176>b{font-size:14px;font-weight:900;white-space:nowrap}
.front-v1210 .ol-status-v12176{height:22px;padding:0 8px;font-size:11px;max-width:74px;overflow:hidden;text-overflow:ellipsis}
.front-v1210 .ol-no-v12176{display:flex!important;align-items:center;gap:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px;line-height:1.25;font-weight:850;max-width:100%}
.front-v1210 .ol-no-v12176 .ol-copy-v12176{width:18px;height:18px;flex:0 0 18px}
.front-v1210 .ol-col-time-v12176 b{white-space:nowrap!important;overflow:hidden;text-overflow:ellipsis;font-size:12px;line-height:1.25;font-weight:850;color:#101828}
.front-v1210 .ol-ops-v12176{width:126px;min-width:126px;max-width:126px;display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:6px;justify-self:end}
.front-v1210 .ol-ops-line-v12176{height:18px;display:flex;align-items:center;justify-content:flex-end;gap:5px;white-space:nowrap;overflow:hidden}
.front-v1210 .ol-link-v12176{font-size:12px;line-height:18px;font-weight:800;white-space:nowrap}
.front-v1210 .ol-ops-btns-v12176{display:grid;grid-template-columns:1fr 1fr;gap:6px;justify-content:stretch;width:100%}
.front-v1210 .ol-ops-btns-v12176 .ol-btn-v12176{width:100%;min-width:0;height:28px;padding:0 6px;font-size:12px;border-radius:8px}
.front-v1210 .ol-ops-btns-v12176 .ol-btn-v12176.ghost{grid-column:1 / -1}
.front-v1210 .ol-param-strip-v12176{display:grid;grid-template-columns:74px minmax(0,1fr) 82px;align-items:center;gap:10px;margin-top:10px;padding:8px 10px;min-height:42px;border-radius:9px;background:#f8fafc;border:1px solid #eef2f6;box-sizing:border-box}
.front-v1210 .ol-param-tag-v12176{min-width:0;font-size:12px;font-weight:850;line-height:1.15;color:#344054;white-space:nowrap}
.front-v1210 .ol-param-tag-v12176 small{display:block;margin-top:2px;font-size:9.5px;font-weight:700;color:#98a2b3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.front-v1210 .ol-param-preview-v12176{min-width:0;display:flex;align-items:center;gap:8px 14px;overflow:hidden;white-space:nowrap}
.front-v1210 .ol-param-preview-v12176 span{min-width:0;max-width:230px;font-size:12px;line-height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#475467}
.front-v1210 .ol-param-preview-v12176 span b{font-weight:850;color:#344054}
.front-v1210 .ol-expand-v12176{justify-self:end;height:26px;min-width:76px;padding:0 3px;font-size:12px;font-weight:850;border:0;background:transparent;color:#315be8;display:inline-flex;align-items:center;justify-content:flex-end;gap:3px;white-space:nowrap}
.front-v1210 .ol-expand-v12176 svg{width:13px;height:13px}
.front-v1210 .ol-expand-v12176.open{background:transparent;border-color:transparent;color:#315be8}
.front-v1210 .ol-param-full-v12176{margin-top:8px;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:10px;border-radius:9px}
.front-v1210 .ol-param-full-v12176 div{min-height:34px;padding:7px 9px;border-radius:8px}
.front-v1210 .ol-param-full-v12176 span{font-size:11.5px}
.front-v1210 .ol-param-full-v12176 b{font-size:12px}

@media(max-width:1320px){
  .front-v1210 .ol-card-main-v12176{grid-template-columns:22px 54px minmax(138px,1.25fr) 34px 74px 70px minmax(150px,.85fr) 112px 118px;gap:8px}
  .front-v1210 .ol-ops-v12176{width:118px;min-width:118px;max-width:118px}
  .front-v1210 .ol-link-v12176{font-size:11.5px}
  .front-v1210 .ol-ops-btns-v12176{gap:5px}
  .front-v1210 .ol-ops-btns-v12176 .ol-btn-v12176{font-size:11.5px;padding:0 4px}
}
@media(max-width:1180px){
  .front-v1210 .ol-card-main-v12176{grid-template-columns:22px 54px minmax(150px,1.2fr) 74px 70px minmax(145px,1fr) 118px;gap:8px}
  .front-v1210 .ol-col-qty-v12176,.front-v1210 .ol-col-time-v12176{display:none}
  .front-v1210 .ol-ops-v12176{width:118px;min-width:118px;max-width:118px}
  .front-v1210 .ol-param-strip-v12176{grid-template-columns:70px minmax(0,1fr) 78px}
}

/* ============================================================
 * v1.22.07 支付弹窗与订单详情体验版
 * 支付方式直接展示在弹窗内；取消“其他支付方式”跳转按钮；抽屉/列表支付同一入口。
 * ============================================================ */
.front-v1210 .ol-pay-modal-v12207{width:min(520px,calc(100vw - 32px));padding:22px;border-radius:18px}
.front-v1210 .ol-pay-modal-v12207 .ol-pay-amount-v12176{min-height:58px;border-radius:12px;background:#f8fafc;border:1px solid #eef2f6;padding:12px 14px;margin:12px 0 10px}
.front-v1210 .ol-pay-modal-v12207 .ol-pay-meta-v12176{display:flex;align-items:center;justify-content:space-between;min-height:34px;margin-bottom:12px;color:#667085;font-size:13px}
.front-v1210 .ol-pay-title-v12207{font-size:13px;font-weight:850;color:#344054;margin:8px 0 8px}
.front-v1210 .ol-pay-methods-v12207{display:grid;gap:9px;margin:0}
.front-v1210 .ol-pay-methods-v12207 label{position:relative;display:flex;align-items:center;gap:12px;border:1px solid #e5eaf3;border-radius:11px;padding:11px 13px;background:#fff;cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}
.front-v1210 .ol-pay-methods-v12207 label:hover{border-color:#cddaff;background:#f8fbff}
.front-v1210 .ol-pay-methods-v12207 label.active{border-color:#4169e1;background:#f3f7ff;box-shadow:0 0 0 2px rgba(65,105,225,.08)}
.front-v1210 .ol-pay-methods-v12207 .ol-pm-ico-v12176{width:34px;height:34px;border-radius:9px;background:#4169e1;color:#fff;display:grid;place-items:center;flex:0 0 auto;font-weight:900;overflow:hidden}
.front-v1210 .ol-pay-methods-v12207 .ol-pm-ico-v12176.channel{background:#f3f6fb;color:#2563eb;border:1px solid #e5eaf3}
.front-v1210 .ol-pay-methods-v12207 .ol-pm-ico-v12176 svg{display:block;width:24px;height:24px}
.front-v1210 .ol-pay-methods-v12207 label div{min-width:0;flex:1}
.front-v1210 .ol-pay-methods-v12207 label b{display:block;font-size:14px;font-weight:850;color:#101828;line-height:1.2}
.front-v1210 .ol-pay-methods-v12207 label small{display:block;margin-top:3px;font-size:12px;color:#667085;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.front-v1210 .ol-pay-methods-v12207 label i{width:16px;height:16px;border-radius:50%;border:1.5px solid #cbd5e1;background:#fff;flex:0 0 auto}
.front-v1210 .ol-pay-methods-v12207 label.active i{border-color:#4169e1;background:radial-gradient(circle at center,#4169e1 0 42%,transparent 45%)}
.front-v1210 .ol-pay-modal-v12207 .ol-modal-actions-v12176{grid-template-columns:1fr 1fr;margin-top:14px;gap:10px}
.front-v1210 .ol-pay-modal-v12207 .ol-pay-tip-v12176{margin-top:10px}
.front-v1210 .od-hero-actions .od-btn,.front-v1210 .od-foot .od-btn{height:40px;border-radius:10px;font-weight:800}
.front-v1210 .od-hero-actions .od-btn.primary,.front-v1210 .od-foot .od-btn.primary{box-shadow:0 10px 22px rgba(49,91,232,.18)}

/* v1.22.10 前台支付方式同步：后台名称/图标/角标统一展示 */
.front-v1210 .uc3-paymethods button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:38px}
.front-v1210 .uc3-paymethods button img{width:18px;height:18px;object-fit:contain;display:block}
.front-v1210 .uc3-paymethods button svg{width:18px;height:18px;flex:none}
.front-v1210 .uc3-paymethods button em,.front-v1210 .ol-pay-badge-v12210{font-style:normal;font-size:10px;line-height:1;padding:3px 5px;border-radius:999px;background:#eff6ff;color:#2563eb;margin-left:2px}
.front-v1210 .uc3-empty-pay-v12210{display:flex;align-items:center;min-height:38px;padding:0 12px;border:1px dashed #cbd5e1;border-radius:12px;color:#64748b;background:#f8fafc;font-size:13px}
.front-v1210 .ol-pay-method-v12176 label div em.ol-pay-badge-v12210{display:inline-flex;margin:0 0 0 6px;vertical-align:middle}
.front-v1210 .ops-btn svg,.front-v1210 .ops-btn img{width:15px;height:15px;margin-right:5px;vertical-align:-3px;object-fit:contain}

/* ============================================================
 * v1.22.15 前台资金页支付方式视觉收口版
 * 目标：充值金额、支付方式、充值说明、提交按钮形成清晰流程；支付方式卡片名称/图标/说明更统一；提现入口更像功能卡片。
 * ============================================================ */
.front-v1210 .wallet-balance-v12215{--wallet-blue:#315be8;--wallet-line:#e6edf7;--wallet-muted:#667085;--wallet-soft:#f8fbff;}
.front-v1210 .wallet-balance-v12215 .wallet-main-grid-v12134{grid-template-columns:minmax(0,2.75fr) minmax(286px,.82fr);gap:16px;align-items:start;margin-bottom:16px}
.front-v1210 .wallet-balance-v12215 .wallet-panel-v12134{border-color:var(--wallet-line);border-radius:18px;box-shadow:0 14px 36px rgba(15,23,42,.055)}
.front-v1210 .wallet-balance-v12215 .wallet-recharge-v12134{padding:18px 20px 20px;background:linear-gradient(180deg,#fff,#fcfdff)}
.front-v1210 .wallet-balance-v12215 .wallet-recharge-head-v12215{padding-bottom:12px;margin-bottom:14px;border-bottom:1px solid #eef3fa;align-items:center}
.front-v1210 .wallet-balance-v12215 .wallet-recharge-head-v12215 h2{font-size:20px;letter-spacing:-.03em}
.front-v1210 .wallet-balance-v12215 .wallet-recharge-head-v12215 p{font-size:13px;color:var(--wallet-muted);margin-top:5px}
.front-v1210 .wallet-balance-v12215 .wallet-recharge-head-v12215>b,.front-v1210 .wallet-balance-v12215 .wallet-withdraw-head-v12215>b{height:26px;padding:0 10px;border-radius:999px;background:#ecfdf3;color:#079455;font-size:12px;font-weight:900;display:inline-flex;align-items:center;white-space:nowrap}
.front-v1210 .wallet-balance-v12215 .wallet-alert-v12134{margin-bottom:14px;padding:9px 12px;border-radius:10px;background:#f8fbff;border-color:#d7e6ff;align-items:center}
.front-v1210 .wallet-balance-v12215 .wallet-alert-v12134 strong{font-size:12.5px;white-space:nowrap}
.front-v1210 .wallet-balance-v12215 .wallet-alert-v12134 span{font-size:12.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.front-v1210 .wallet-balance-v12215 .wallet-form-v12134{display:grid;gap:12px}
.front-v1210 .wallet-section-title-v12215{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:2px}
.front-v1210 .wallet-section-title-v12215 .wallet-label-v12134{margin:0;font-size:13px;font-weight:900;color:#182230}
.front-v1210 .wallet-section-title-v12215 span{font-size:12px;color:#98a2b3;white-space:nowrap}
.front-v1210 .wallet-balance-v12215 .wallet-quick-v12134{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin:0}
.front-v1210 .wallet-balance-v12215 .wallet-quick-v12134 button{height:38px;border-radius:10px;font-size:14px;font-weight:900;background:#fff;border-color:#dfe6f2;color:#25304a;box-shadow:0 1px 0 rgba(15,23,42,.02)}
.front-v1210 .wallet-balance-v12215 .wallet-quick-v12134 button.active,.front-v1210 .wallet-balance-v12215 .wallet-quick-v12134 button:hover{border-color:var(--wallet-blue);background:#f5f8ff;color:var(--wallet-blue)}
.front-v1210 .wallet-balance-v12215 .wallet-money-input-v12134{height:42px;margin:0;border-radius:10px;border-color:#dfe6f2;background:#fff;overflow:hidden}
.front-v1210 .wallet-balance-v12215 .wallet-money-input-v12134 span{width:44px;color:#667085;background:#f8fafc;border-right:1px solid #eef2f6;font-weight:900}
.front-v1210 .wallet-balance-v12215 .wallet-money-input-v12134 input{height:42px;font-size:16px;font-weight:900}
.front-v1210 .wallet-balance-v12215 .wallet-channel-list-v12134{display:grid;grid-template-columns:1fr;gap:9px;margin:0}
.front-v1210 .wallet-balance-v12215 .wallet-channel-v12134{min-height:58px;display:grid;grid-template-columns:34px minmax(0,1fr) 20px;align-items:center;gap:12px;padding:11px 14px;border:1px solid #dfe6f2;border-radius:13px;background:#fff;box-shadow:0 1px 0 rgba(15,23,42,.02);transition:border-color .16s,background .16s,box-shadow .16s,transform .16s}
.front-v1210 .wallet-balance-v12215 .wallet-channel-v12134:hover{border-color:#b9ccff;box-shadow:0 10px 24px rgba(49,91,232,.06);transform:translateY(-1px)}
.front-v1210 .wallet-balance-v12215 .wallet-channel-v12134:has(input:checked){border-color:var(--wallet-blue);background:#f7f9ff;box-shadow:0 12px 28px rgba(49,91,232,.085)}
.front-v1210 .wallet-balance-v12215 .wallet-channel-v12134>input{position:absolute;opacity:0;pointer-events:none}
.front-v1210 .wallet-balance-v12215 .wallet-channel-v12134>i,.front-v1210 .wallet-balance-v12215 .wallet-channel-manual-head-v12142>i{width:34px;height:34px;border-radius:12px;background:#eef6ff;display:grid;place-items:center;color:var(--wallet-blue);overflow:hidden;flex:0 0 34px}
.front-v1210 .wallet-balance-v12215 .wallet-channel-v12134:has(input:checked)>i,.front-v1210 .wallet-balance-v12215 .wallet-channel-manual-head-v12142:has(input:checked)>i{background:var(--wallet-blue);color:#fff}
.front-v1210 .wallet-balance-v12215 .wallet-channel-v12134 svg,.front-v1210 .wallet-balance-v12215 .wallet-channel-v12134 img{width:18px;height:18px;object-fit:contain}
.front-v1210 .wallet-balance-v12215 .wallet-channel-v12134 span{min-width:0;display:block}
.front-v1210 .wallet-balance-v12215 .wallet-channel-v12134 strong{display:block;font-size:14px;font-weight:950;color:#101828;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.front-v1210 .wallet-balance-v12215 .wallet-channel-v12134 small{display:block;margin-top:3px;font-size:12px;line-height:1.35;color:var(--wallet-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.front-v1210 .wallet-balance-v12215 .wallet-channel-v12134 em{width:18px;height:18px;border-radius:50%;border:1.5px solid #cbd5e1;display:block;background:#fff;justify-self:end}
.front-v1210 .wallet-balance-v12215 .wallet-channel-v12134:has(input:checked) em{border:5px solid var(--wallet-blue);background:#fff}
.front-v1210 .wallet-balance-v12215 .wallet-channel-manual-v12142{grid-template-columns:minmax(0,1fr) auto;min-height:58px;padding:11px 14px}
.front-v1210 .wallet-balance-v12215 .wallet-channel-manual-head-v12142{display:grid!important;grid-template-columns:34px minmax(0,1fr) 20px!important;gap:12px!important;align-items:center!important;width:100%}
.front-v1210 .wallet-balance-v12215 .wallet-channel-manual-head-v12142 em{width:18px;height:18px;border-radius:50%;border:1.5px solid #cbd5e1;display:block;background:#fff;justify-self:end}
.front-v1210 .wallet-balance-v12215 .wallet-channel-manual-head-v12142:has(input:checked) em{border:5px solid var(--wallet-blue)}
.front-v1210 .wallet-balance-v12215 .wallet-manual-open-v12205{height:32px;border-radius:9px;background:#fff;color:var(--wallet-blue);border-color:#cdd9ff;font-weight:900}
.front-v1210 .wallet-balance-v12215 .wallet-recharge-note-v12215{margin:2px 0 0;padding:11px 13px;border-radius:12px;background:#f8fafc;border:1px solid #edf2f7;color:#475467}
.front-v1210 .wallet-balance-v12215 .wallet-recharge-note-v12215 strong{font-size:12.5px;color:#344054;margin-bottom:5px;display:flex;align-items:center;gap:6px}
.front-v1210 .wallet-balance-v12215 .wallet-recharge-note-v12215 ul{display:grid;gap:2px;margin:0;padding-left:16px}
.front-v1210 .wallet-balance-v12215 .wallet-recharge-note-v12215 li{font-size:12px;line-height:1.5;color:#667085}
.front-v1210 .wallet-balance-v12215 .wallet-submit-v12134{height:42px;border-radius:11px;margin-top:0;font-size:14px;font-weight:950;box-shadow:0 10px 20px rgba(49,91,232,.16)}
.front-v1210 .wallet-balance-v12215 .wallet-withdraw-v12215{padding:18px;background:linear-gradient(180deg,#fff,#fcfdff)}
.front-v1210 .wallet-balance-v12215 .wallet-withdraw-head-v12215{align-items:center;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid #eef3fa}
.front-v1210 .wallet-balance-v12215 .wallet-withdraw-head-v12215 h2{font-size:19px;letter-spacing:-.03em}
.front-v1210 .wallet-balance-v12215 .wallet-withdraw-head-v12215 p{font-size:13px;color:var(--wallet-muted);margin-top:5px}
.front-v1210 .wallet-balance-v12215 .wallet-withdraw-points-v12176{display:grid;gap:10px;margin:0 0 14px}
.front-v1210 .wallet-balance-v12215 .wallet-withdraw-points-v12176 li{min-height:64px;padding:12px;border:1px solid #edf2f7;border-radius:14px;background:#fbfdff;display:flex;align-items:center;gap:12px}
.front-v1210 .wallet-balance-v12215 .wallet-withdraw-points-v12176 li i{width:34px;height:34px;border-radius:12px;background:#f1f5ff;color:var(--wallet-blue);display:grid;place-items:center;flex:0 0 34px}
.front-v1210 .wallet-balance-v12215 .wallet-withdraw-points-v12176 li b{font-size:14px;color:#101828;line-height:1.25}
.front-v1210 .wallet-balance-v12215 .wallet-withdraw-points-v12176 li small{font-size:12px;color:var(--wallet-muted);line-height:1.35;margin-top:2px;display:block}
.front-v1210 .wallet-balance-v12215 .wallet-withdraw-open-v12176{height:42px;border-radius:11px;font-size:14px;font-weight:950;background:#fff;border:1px solid var(--wallet-blue);color:var(--wallet-blue);box-shadow:none}
.front-v1210 .wallet-balance-v12215 .wallet-withdraw-open-v12176:hover{background:#f5f8ff}
.front-v1210 .wallet-balance-v12215 .wallet-ledger-v12134{margin-top:0}
@media(max-width:1300px){.front-v1210 .wallet-balance-v12215 .wallet-main-grid-v12134{grid-template-columns:minmax(0,2.1fr) minmax(270px,.9fr)}}
@media(max-width:1100px){.front-v1210 .wallet-balance-v12215 .wallet-main-grid-v12134{grid-template-columns:1fr}.front-v1210 .wallet-balance-v12215 .wallet-alert-v12134 span,.front-v1210 .wallet-section-title-v12215 span{white-space:normal}.front-v1210 .wallet-balance-v12215 .wallet-quick-v12134{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:640px){.front-v1210 .wallet-balance-v12215 .wallet-channel-manual-v12142{grid-template-columns:1fr}.front-v1210 .wallet-balance-v12215 .wallet-manual-open-v12205{width:100%}.front-v1210 .wallet-balance-v12215 .wallet-quick-v12134{grid-template-columns:repeat(2,minmax(0,1fr))}}
