/* ============ 首页分类 Tab ============ */
.cat-tabs {
  position: sticky; top: 44px; z-index: 9;
  margin: 10px 12px 0; background: #fff; border-radius: 10px;
  display: flex; gap: 6px; padding: 10px 8px; overflow-x: auto; -webkit-overflow-scrolling: touch;
}
.cat-tabs::-webkit-scrollbar { display: none; }
.cat-tabs .ct { flex: none; padding: 5px 14px; border-radius: 15px; background: #f4f5f7; font-size: 12px; color: #555; cursor:pointer; }
.cat-tabs .ct.on { background: linear-gradient(90deg,#ff6a00,#ff5000); color:#fff; font-weight:600; }

/* 瀑布流：单列商品列表 */
.feed { padding-bottom: 10px; }

/* 分类头 */
.section-head { display:flex; align-items:center; gap:8px; padding: 14px 16px 0; }
.section-head .bar { width:4px; height:16px; border-radius:2px; background:linear-gradient(#ff6a00,#ff5000); }
.section-head .txt { font-size:15px; font-weight:700; }

/* ============ 商品详情 ============ */
.detail { padding-bottom: 70px; }
.swiper { position: relative; width:100%; overflow:hidden; background:#f0f0f0; }
.swiper .track { display:flex; transition: transform .3s ease; }
.swiper .track img { width:100%; flex:none; aspect-ratio:1/1; object-fit:cover; display:block; }
.swiper .dots { position:absolute; bottom:10px; left:0; right:0; display:flex; justify-content:center; gap:6px; }
.swiper .dots .dot { width:6px; height:6px; border-radius:3px; background:rgba(255,255,255,.6); }
.swiper .dots .dot.on { background:#ff5000; width:14px; }
.detail .d-body { background:#fff; margin:10px 12px 0; border-radius:10px; padding:14px; }
.detail .d-price { color:#ff5000; }
.detail .d-price .cur { font-size:26px; font-weight:800; }
.detail .d-price .old { color:#bbb; text-decoration:line-through; font-size:13px; margin-left:8px; }
.detail .d-rebate { display:inline-flex; align-items:center; background:#fff3e8; color:#ff5000; font-size:12px; padding:3px 8px; border-radius:5px; font-weight:600; margin-top:6px; }
.detail .d-title { font-size:16px; font-weight:600; line-height:1.5; margin-top:10px; }
.detail .d-sub { font-size:12px; color:#999; margin-top:6px; }
.detail .d-meta { display:flex; gap:14px; margin-top:10px; padding-top:10px; border-top:1px dashed #eee; font-size:12px; color:#777; }
.detail .d-meta b { color:#ff5000; }
.detail .d-tags { display:flex; flex-wrap:wrap; gap:6px; margin-top:12px; }
.detail .d-tags .tg { background:#f0f2f5; color:#666; font-size:11px; padding:3px 8px; border-radius:4px; }
.detail .d-desc { margin:10px 12px 0; background:#fff; border-radius:10px; padding:14px; }
.detail .d-desc .hd { font-size:14px; font-weight:700; margin-bottom:8px; }
.detail .d-desc p { font-size:13px; color:#555; line-height:1.7; }
.detail .earn { margin:10px 12px 0; background:#fff; border-radius:10px; padding:14px; display:flex; align-items:center; justify-content:space-between; }
.detail .earn .lb { font-size:13px; color:#555; }
.detail .earn .val { font-size:16px; font-weight:800; color:#ff5000; }
.detail-bar {
  position: fixed; bottom:0; left:50%; transform:translateX(-50%); width:100%; max-width:480px; height:56px;
  background:#fff; border-top:1px solid #eee; display:flex; align-items:center; gap:10px; padding:0 12px; z-index:30;
}
.detail-bar .btn { flex:1; height:40px; border-radius:20px; border:none; color:#fff; font-size:14px; font-weight:600; }
.detail-bar .btn.share { flex:none; width:110px; background:linear-gradient(90deg,#ffb800,#ff9000); }
.detail-bar .btn.buy { background:linear-gradient(90deg,#ff6a00,#ff5000); }
/* ============ 下单确认弹窗 ============ */
.buy-modal { position: fixed; inset: 0; z-index: 90; display: flex; align-items: flex-end; justify-content: center; }
.buy-mask { position: absolute; inset: 0; background: rgba(0,0,0,.55); }
.buy-sheet {
  position: relative; width: 100%; max-width: 420px; background: #fff; border-radius: 14px 14px 0 0;
  padding: 0 0 16px; animation: sheetUp .22s ease-out;
}
.buy-hd { position: relative; padding: 18px 16px 14px; border-bottom: 1px solid #f0f0f0; }
.buy-cover { position: absolute; top: -28px; left: 16px; width: 88px; height: 88px; border-radius: 10px; background:#fff; box-shadow:0 4px 14px rgba(0,0,0,.12); object-fit: cover; }
.buy-close { position: absolute; top: 8px; right: 8px; width: 28px; height: 28px; border: none; background: transparent; font-size: 22px; color: #aaa; cursor: pointer; line-height: 1; }
.buy-p { margin-left: 104px; display: flex; align-items: baseline; gap: 10px; }
.buy-p .cur { font-size: 22px; font-weight: 800; color: #ff5000; }
.buy-p .stock { font-size: 12px; color: #999; }
.buy-t { margin-left: 104px; margin-top: 6px; font-size: 13px; color: #333; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.buy-row { display:flex; align-items: center; justify-content: space-between; padding: 14px 16px; }
.buy-row .lb { font-size: 14px; color: #333; }
.buy-row.total { border-top: 1px solid #f0f0f0; }
.buy-row.total .t-price { font-size: 20px; font-weight: 800; color: #ff5000; }
.buy-row.earn .t-comm { font-size: 16px; font-weight: 700; color: #ff9000; }
.buy-row .qty-pick { display: flex; align-items: center; gap: 4px; }
.buy-row .qty-pick .qty-btn { width: 28px; height: 28px; border-radius: 50%; border: 1px solid #ddd; background: #fff; color: #333; font-size: 18px; font-weight: 600; cursor: pointer; line-height: 1; }
.buy-row .qty-pick .qty-btn:disabled { opacity: .4; cursor: not-allowed; }
.buy-row .qty-pick .qty-num { min-width: 36px; text-align: center; font-size: 16px; font-weight: 600; color: #333; }
.buy-actions { display: flex; gap: 8px; padding: 8px 16px 0; }
.buy-actions .b-cancel { flex: 1; padding: 12px 0; background: #f5f6f8; color: #333; border: none; border-radius: 999px; font-size: 15px; cursor: pointer; }
.buy-actions .b-confirm { flex: 2; padding: 12px 0; background: linear-gradient(90deg,#ff6a00,#ff5000); color: #fff; border: none; border-radius: 999px; font-size: 15px; font-weight: 700; cursor: pointer; }
.buy-actions .b-confirm:disabled { opacity: .6; }

/* ============ 钱包 / 资产 ============ */
.asset-card { margin:12px; background:linear-gradient(135deg,#ff6a00,#ff5000); border-radius:14px; color:#fff; padding:20px; box-shadow:0 6px 16px rgba(255,90,54,.28); }
.asset-card .lb { font-size:12px; opacity:.9; }
.asset-card .big { font-size:34px; font-weight:800; margin-top:4px; }
.asset-card .rows { display:flex; margin-top:16px; }
.asset-card .rows .cell { flex:1; text-align:center; }
.asset-card .rows .cell + .cell { border-left:1px solid rgba(255,255,255,.25); }
.asset-card .rows .v { font-size:16px; font-weight:700; }
.asset-card .rows .k { font-size:11px; opacity:.9; margin-top:2px; }
.withdraw-btn { margin:0 12px 10px; height:44px; border-radius:22px; background:linear-gradient(90deg,#ff6a00,#ff5000); color:#fff; font-size:14px; font-weight:600; border:none; width:calc(100% - 24px); }
.flow { background:#fff; border-radius:10px; margin:10px 12px; overflow:hidden; }
.flow .fitem { display:flex; align-items:center; justify-content:space-between; padding:12px 14px; border-bottom:1px solid #f4f4f4; }
.flow .fitem:last-child { border-bottom:none; }
.flow .f-t { font-size:13px; color:#333; }
.flow .f-s { font-size:11px; color:#999; margin-top:3px; }
.flow .f-a { font-size:14px; font-weight:700; }
.flow .f-a.in { color:#ff5000; }
.flow .f-a.out { color:#333; }
.flow .flow-badge { display:inline-block; margin-left:6px; font-size:10px; line-height:1; padding:2px 6px; border-radius:8px; vertical-align:middle; font-weight:600; }
.flow .flow-badge.b-pending { color:#b88209; background:#fdf6ec; border:1px solid #faecd8; }
.flow .flow-badge.b-ok { color:#2e9b4e; background:#eaf8ee; border:1px solid #c9efd3; }
.flow .flow-badge.b-no { color:#d9534f; background:#fdeaea; border:1px solid #f7caca; }
.flow .f-r { font-size:11px; color:#d9534f; margin-top:4px; line-height:1.4; padding-left:2px; }

/* ============ 订单 ============ */
.o-merge { display:flex; align-items:center; gap:10px; background:#fff; margin:10px 12px 0; padding:10px 14px; border-radius:12px; box-shadow:0 2px 8px rgba(0,0,0,.04); }
.o-merge .ck-all { display:flex; align-items:center; gap:6px; font-size:13px; color:#333; cursor:pointer; }
.o-merge input, .o-check { width:16px; height:16px; accent-color:#ff5000; flex:none; cursor:pointer; }
.o-merge .m-pay { margin-left:auto; background:linear-gradient(90deg,#ff6a00,#ff5000); color:#fff; border:none; border-radius:18px; padding:8px 16px; font-size:13px; font-weight:600; cursor:pointer; }
.o-merge .m-pay:disabled { opacity:.5; cursor:not-allowed; }
.order-item { background:#fff; border-radius:10px; margin:10px 12px; overflow:hidden; }
.order-item .o-top { display:flex; align-items:center; gap:8px; padding:10px 14px; border-bottom:1px solid #f4f4f4; font-size:12px; color:#999; }
.order-item .o-top .o-check { margin-right:2px; }
.order-item .o-body { display:flex; gap:10px; padding:12px 14px; }
.order-item .o-img { width:60px; height:60px; border-radius:8px; object-fit:cover; background:#f0f0f0; flex:none; }
.order-item .o-info { flex:1; }
.order-item .o-t { font-size:13px; line-height:1.4; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.order-item .o-b { display:flex; justify-content:space-between; margin-top:8px; font-size:12px; color:#777; }
.order-item .o-price { color:#ff5000; font-weight:700; }
.badge { display:inline-block; font-size:11px; padding:2px 8px; border-radius:4px; }
.badge.pending { background:#fff3e8; color:#ff8c1a; }
.badge.paid { background:#e8f7ff; color:#1890ff; }
.badge.finished { background:#e8f9e8; color:#52c41a; }
.badge.refunded { background:#f0f0f0; color:#999; }
.badge.cancelled { background:#f0f0f0; color:#999; }
.o-actions { display:flex; gap:8px; margin:0 14px 12px; }
.o-actions .o-cancel { flex:1; background:#fff; border:1px solid #ddd; color:#666; border-radius:8px; padding:9px 0; font-size:14px; cursor:pointer; }
.o-actions .o-pay { flex:2; background:#ff5000; color:#fff; border:none; border-radius:8px; padding:9px 0; font-size:14px; font-weight:600; cursor:pointer; }
.o-actions .o-cancel:disabled,
.o-actions .o-pay:disabled { opacity:.6; }
.o-qty { display:inline-block; margin-left:6px; padding:1px 6px; background:#fff3e8; color:#ff5000; border-radius:8px; font-size:11px; }
.o-pay { display:block; width:calc(100% - 28px); margin:0 14px 12px; padding:9px 0; background:#ff5000; color:#fff; border:none; border-radius:8px; font-size:14px; font-weight:600; cursor:pointer; }
.o-pay:disabled { opacity:.6; }

/* ============ 团队 ============ */
.team-card { margin:12px; background:#fff; border-radius:14px; display:flex; padding:20px 0; box-shadow:0 2px 8px rgba(0,0,0,.04); }
.team-card .cell { flex:1; text-align:center; }
.team-card .cell + .cell { border-left:1px solid #f0f0f0; }
.team-card .v { font-size:20px; font-weight:800; color:#ff5000; }
.team-card .k { font-size:11px; color:#999; margin-top:4px; }
.invite-btn { margin:0 12px 10px; width:calc(100% - 24px); height:44px; border-radius:22px; background:linear-gradient(90deg,#ff6a00,#ff5000); color:#fff; font-size:14px; font-weight:600; border:none; }
.my-inviter { background:#fff; border-radius:10px; margin:10px 12px; padding:12px 14px; }
.my-inviter .mi-label { font-size:12px; color:#999; margin-bottom:8px; }
.my-inviter .mi-row { display:flex; align-items:center; gap:10px; cursor:pointer; }
.my-inviter .mi-row .ava { width:36px; height:36px; border-radius:50%; background:#ff6a00; color:#fff; display:flex; align-items:center; justify-content:center; font-weight:700; font-size:14px; flex:none; }
.my-inviter .mi-row .m-info { flex:1; }
.my-inviter .mi-row .m-phone { font-size:13px; color:#333; }
.my-inviter .mi-row .m-time { font-size:11px; color:#999; margin-top:3px; }
.my-inviter .mi-empty { font-size:12px; color:#999; background:#fafafa; border:1px dashed #eee; border-radius:8px; padding:10px 12px; }
.member { background:#fff; border-radius:10px; margin:10px 12px; overflow:hidden; }
.member .mitem { display:flex; align-items:center; gap:10px; padding:12px 14px; border-bottom:1px solid #f4f4f4; }
.member .mitem:last-child { border-bottom:none; }
.member .ava { width:36px; height:36px; border-radius:50%; background:#ff6a00; color:#fff; display:flex; align-items:center; justify-content:center; font-weight:700; font-size:14px; flex:none; }
.member .m-info { flex:1; }
.member .m-phone { font-size:13px; color:#333; }
.member .m-time { font-size:11px; color:#999; margin-top:3px; }
.member .m-c { font-size:14px; color:#ff5000; font-weight:700; }

/* ============ 我的 ============ */
.profile-top { background:linear-gradient(135deg,#ff6a00,#ff5000); padding:26px 16px; display:flex; align-items:center; gap:14px; color:#fff; }
.profile-top .ava { width:60px; height:60px; border-radius:50%; background:rgba(255,255,255,.25); display:flex; align-items:center; justify-content:center; font-size:26px; overflow:hidden; flex:none; }
.profile-top .ava img { width:100%; height:100%; object-fit:cover; }
.profile-top .nm { font-size:18px; font-weight:700; }
.profile-top .ph { font-size:12px; opacity:.9; margin-top:4px; }
.profile-card { background:#fff; border-radius:14px; margin:12px; overflow:hidden; box-shadow:0 2px 8px rgba(0,0,0,.04); }
.profile-card .pc-row { display:flex; align-items:center; gap:10px; padding:14px 16px; border-bottom:1px solid #f4f4f4; cursor:pointer; }
.profile-card .pc-row:last-child { border-bottom:none; }
.profile-card .pc-ic { width:22px; height:22px; }
.profile-card .pc-lb { flex:1; font-size:14px; color:#333; }
.profile-card .pc-ar { color:#ccc; font-size:14px; }

/* 我的邀请人卡片 */
.inviter-card { background:#fff; border-radius:14px; margin:12px; padding:14px 16px; box-shadow:0 2px 8px rgba(0,0,0,.04); }
.inviter-card .mi-label { font-size:13px; color:#999; margin-bottom:10px; }
.inviter-card .mi-row { display:flex; align-items:center; gap:10px; }
.inviter-card .ava.sm { width:40px; height:40px; border-radius:50%; overflow:hidden; background:#ffece0; color:#ff5000; display:flex; align-items:center; justify-content:center; font-size:16px; font-weight:600; flex:none; }
.inviter-card .ava.sm img { width:100%; height:100%; object-fit:cover; }
.inviter-card .m-info { flex:1; min-width:0; }
.inviter-card .m-nm { font-size:15px; color:#333; font-weight:600; }
.inviter-card .m-code { font-size:12px; color:#999; margin-top:2px; }
.inviter-card .mi-badge { font-size:12px; color:#1aad19; background:#e8f8ec; padding:3px 10px; border-radius:10px; flex:none; }
.inviter-card .mi-input { flex:1; height:38px; border:1px solid #e5e5e5; border-radius:8px; padding:0 12px; font-size:14px; outline:none; }
.inviter-card .mi-input:focus { border-color:#ff5000; }
.inviter-card .mi-btn { height:38px; padding:0 18px; border:none; border-radius:8px; background:linear-gradient(90deg,#ff6a00,#ff5000); color:#fff; font-size:14px; font-weight:600; flex:none; }
.inviter-card .mi-btn:disabled { opacity:.6; }
.inviter-card .mi-tip { font-size:11px; color:#bbb; margin-top:8px; }

/* ============ 平台规则页 ============ */
.rules { padding:12px 12px 40px; }
.rules-hero { background:linear-gradient(120deg,#fff1e6,#ffe3cf); border-radius:14px; padding:18px 18px; margin-bottom:12px; }
.rules-hero-t { font-size:17px; font-weight:800; color:#ff5000; }
.rules-hero-s { font-size:12px; color:#a06a45; margin-top:4px; }
.rules-sec { background:#fff; border-radius:12px; padding:14px 16px; margin-bottom:10px; box-shadow:0 2px 8px rgba(0,0,0,.04); }
.rules-sec h3 { font-size:14px; font-weight:700; color:#222; margin:0 0 8px; padding-left:10px; border-left:3px solid #ff5000; }
.rules-sec p { font-size:13px; color:#555; line-height:1.7; margin:0 0 8px; }
.rules-sec p:last-child { margin-bottom:0; }
.rules-foot { text-align:center; color:#bbb; font-size:12px; margin-top:8px; }

/* ============ 收银台支付弹窗 ============ */
.pay-modal { position:fixed; inset:0; z-index:95; display:flex; align-items:flex-end; justify-content:center; }
.pay-mask { position:absolute; inset:0; background:rgba(0,0,0,.55); }
.pay-sheet { position:relative; width:100%; max-width:420px; background:#fff; border-radius:14px 14px 0 0; padding:0 0 18px; animation:sheetUp .22s ease-out; max-height:90vh; overflow:auto; }
.pay-hd { position:relative; padding:16px; text-align:center; border-bottom:1px solid #f0f0f0; }
.pay-hd .tt { font-size:16px; font-weight:700; color:#222; }
.pay-hd .x { position:absolute; top:8px; right:14px; font-size:24px; color:#aaa; cursor:pointer; line-height:1; }
.pay-summary { padding:14px 16px 4px; }
.pay-line { display:flex; justify-content:space-between; font-size:13px; color:#444; margin-bottom:10px; }
.pay-line .pl-t { flex:1; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; margin-right:12px; }
.pay-line .pl-p { color:#333; flex:none; }
.pay-total { display:flex; justify-content:space-between; align-items:center; padding:12px 16px; border-top:1px dashed #eee; border-bottom:1px dashed #eee; }
.pay-total .pt-val { color:#ff5000; font-size:18px; font-weight:800; }
.pay-methods { padding:12px 16px 6px; }
.pm { display:flex; align-items:center; gap:10px; padding:12px; border:1px solid #eee; border-radius:10px; margin-bottom:10px; cursor:pointer; transition:border-color .15s,background .15s; }
.pm.on { border-color:#ff5000; background:#fff7f3; }
.pm-ic { width:26px; height:26px; border-radius:6px; color:#fff; font-size:13px; font-weight:700; display:flex; align-items:center; justify-content:center; flex:none; }
.pm-ic.wx { background:#09bb07; }
.pm-ic.ali { background:#1677ff; }
.pm-lb { flex:1; font-size:14px; color:#333; }
.pm-ck { color:#ff5000; font-weight:700; opacity:0; }
.pm.on .pm-ck { opacity:1; }
.pay-confirm { margin:6px 16px 0; width:calc(100% - 32px); height:46px; border:none; border-radius:23px; background:linear-gradient(90deg,#ff6a00,#ff5000); color:#fff; font-size:16px; font-weight:700; cursor:pointer; transition:opacity .15s; }
.pay-confirm:disabled { cursor:default; }
.pay-confirm.paying { background:#ff8a4d; }
.pay-confirm.done { background:#09bb07; }
.spinner-dot { display:inline-block; width:14px; height:14px; border:2px solid rgba(255,255,255,.45); border-top-color:#fff; border-radius:50%; animation:spin .7s linear infinite; vertical-align:-2px; margin-right:6px; }
@keyframes spin { to { transform:rotate(360deg); } }

/* ============ 登录弹窗 ============ */
.mask { position:fixed; inset:0; background:rgba(0,0,0,.5); z-index:100; display:flex; align-items:center; justify-content:center; }
.auth-card { width:320px; background:#fff; border-radius:14px; padding:24px 20px; }
.auth-card .a-title { font-size:17px; font-weight:700; text-align:center; }
.auth-card .a-sub { font-size:12px; color:#999; text-align:center; margin-top:4px; }
.auth-card .field { margin-top:14px; position:relative; }
.auth-card .field input { width:100%; height:44px; border:1px solid #e6e6e6; border-radius:8px; padding:0 12px; font-size:14px; }
.auth-card .field input:focus { outline:none; border-color:#ff5000; }
.auth-card .field .send { position:absolute; right:6px; top:7px; height:30px; padding:0 10px; border:none; background:#fff3e8; color:#ff5000; border-radius:15px; font-size:12px; font-weight:600; }
.auth-card .field .send:disabled { color:#bbb; background:#f4f4f4; }
.auth-card .a-hint { font-size:11px; color:#999; margin-top:8px; }
.auth-card .a-btn { width:100%; height:44px; border-radius:22px; border:none; background:linear-gradient(90deg,#ff6a00,#ff5000); color:#fff; font-size:15px; font-weight:600; margin-top:18px; }
.auth-card .a-close { position:absolute; }
.auth-card .close-row { text-align:right; margin-bottom:6px; }
.auth-card .close-row button { background:none; border:none; font-size:16px; color:#999; }

/* 提示 toast */
#toast { position:fixed; left:50%; top:18%; transform:translateX(-50%); background:rgba(0,0,0,.78); color:#fff; font-size:13px; padding:10px 18px; border-radius:20px; z-index:200; max-width:80%; opacity:0; transition:opacity .25s; pointer-events:none; }
#toast.show { opacity:1; }

/* ============ 分销海报分享弹窗 ============ */
.poster-modal { position: fixed; inset: 0; z-index: 80; display: flex; align-items: flex-end; justify-content: center; }
.poster-mask { position: absolute; inset: 0; background: rgba(0,0,0,.55); backdrop-filter: blur(2px); }
.poster-sheet {
  position: relative; width: 100%; max-width: 420px; background: #f6f6f8; border-radius: 16px 16px 0 0;
  padding: 12px 0 16px; animation: sheetUp .22s ease-out; max-height: 88vh; overflow-y: auto;
}
@keyframes sheetUp { from { transform: translateY(40%); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.sheet-hd { display: flex; align-items: center; justify-content: space-between; padding: 0 16px 8px; }
.sheet-hd .tt { font-size: 15px; font-weight: 700; color: #222; }
.sheet-hd .x { font-size: 22px; color: #aaa; cursor: pointer; line-height: 1; padding: 2px 6px; }
.sheet-cancel { margin: 4px 16px 0; padding: 12px 0; background: #fff; border-radius: 12px; font-size: 14px; color: #333; text-align: center; cursor: pointer; }

.poster-card {
  margin: 0 16px; background: #fff; border-radius: 12px; overflow: hidden;
  box-shadow: 0 4px 18px rgba(0,0,0,.06);
}
.poster-card .hd { display: flex; align-items: center; padding: 14px 14px 10px; background: linear-gradient(135deg,#fff7ed,#fff1f1); }
.poster-card .hd .logo {
  width: 34px; height: 34px; border-radius: 8px; background: linear-gradient(135deg,#ff5000,#ff6a00);
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-size: 17px; font-weight: 800; margin-right: 10px;
}
.poster-card .hd .hd-info { flex: 1; }
.poster-card .hd .hd-t { font-size: 14px; font-weight: 700; color: #222; line-height: 1.2; }
.poster-card .hd .hd-s { font-size: 11px; color: #888; margin-top: 4px; }

.poster-card .goods-row { display: flex; padding: 12px 14px; gap: 12px; }
.poster-card .g-img { width: 96px; height: 96px; border-radius: 8px; background: #fafafa; overflow: hidden; flex: none; }
.poster-card .g-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.poster-card .g-info { flex: 1; min-width: 0; display: flex; flex-direction: column; justify-content: space-between; }
.poster-card .g-t { font-size: 13px; font-weight: 600; color: #222; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.poster-card .g-s { font-size: 11px; color: #888; margin-top: 4px; line-height: 1.2; }
.poster-card .g-p { margin-top: 6px; display: flex; align-items: baseline; gap: 8px; }
.poster-card .g-p .cur { font-size: 19px; font-weight: 800; color: #ff5000; }
.poster-card .g-p .old { font-size: 11px; color: #aaa; text-decoration: line-through; }
.poster-card .g-r { font-size: 12px; color: #555; margin-top: 4px; }
.poster-card .g-r b { color: #ff5000; font-weight: 800; }

.poster-card .qr-row { display: flex; align-items: center; padding: 14px; gap: 14px; background: #fff8f5; border-top: 1px dashed #f3d4c4; }
.poster-card .qr-box { width: 110px; height: 110px; background: #fff; border: 1px solid #eee; border-radius: 6px; padding: 6px; flex: none; }
.poster-card .qr-box img { width: 100%; height: 100%; object-fit: contain; }
.poster-card .qr-info { flex: 1; }
.poster-card .qr-t1 { font-size: 13px; font-weight: 700; color: #222; }
.poster-card .qr-t2 { font-size: 12px; color: #555; margin-top: 6px; }
.poster-card .qr-t2 b { font-size: 14px; color: #ff5000; letter-spacing: 1px; margin-left: 2px; }
.poster-card .qr-t3 { font-size: 11px; color: #888; margin-top: 6px; }

.poster-card .poster-foot {
  font-size: 11px; color: #888; padding: 10px 14px 14px; text-align: center; letter-spacing: .5px;
  background: linear-gradient(180deg,#fff,#fff7ef);
}

.sheet-actions {
  display: flex; gap: 8px; padding: 12px 16px 0;
}
.sheet-actions .act {
  flex: 1; background: #fff; border: none; padding: 14px 0 12px; border-radius: 12px;
  display: flex; flex-direction: column; align-items: center; gap: 4px; cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
}
.sheet-actions .act .ic { font-size: 22px; line-height: 1; }
.sheet-actions .act .lb { font-size: 12px; color: #333; }
.sheet-actions .act:active { transform: scale(.97); }
