/* flow.dwt — extracted inline styles -> flow.css */
.cart-flow-root * { margin:0; padding:0; box-sizing:border-box; -webkit-tap-highlight-color:transparent; font-family:"PingFang SC","Microsoft YaHei","Helvetica Neue",sans-serif; }
.cart-flow-root { color:#0F172A; display:flex; flex-direction:column; min-height:100vh; min-height:100dvh; }
.cart-flow-root .phone { width:100%; max-width:480px; min-width:0; margin:0 auto; flex:1; min-height:0; background:#F3F7F9; display:flex; flex-direction:column; position:relative; overflow:hidden; }
.cart-flow-root .screen { flex:1; min-height:0; overflow-y:auto; overflow-x:hidden; -webkit-overflow-scrolling:touch; display:flex; flex-direction:column; scrollbar-width:none; }
.cart-flow-root .screen::-webkit-scrollbar { display:none; }

/* 设计令牌 */
.cart-flow-root .vA { --pri:#0E9C9B; --pri-soft:rgba(14,156,155,.14); --blue:#1D7FD6; --ink:#0F172A; --sub:#7C8BA1; background:#F3F7F9; }
.cart-flow-root .vA .hero { background:linear-gradient(135deg,#0EA5A4 0%,#1D7FD6 55%,#2563EB 100%); color:#fff; padding:0 0 46px; border-radius:0 0 26px 26px; position:relative; }
.cart-flow-root .vA .hero::after { content:""; position:absolute; inset:0; background:radial-gradient(420px 180px at 85% -20%, rgba(255,255,255,.28), transparent); pointer-events:none; }
.cart-flow-root .vA .nav { display:flex; align-items:center; height:52px; padding:0 14px; position:relative; z-index:2; top:auto; right:auto; width:auto; background:transparent; }
.cart-flow-root .vA .nav .back { width:34px; height:34px; border-radius:50%; background:rgba(255,255,255,.16); display:flex; align-items:center; justify-content:center; color:#fff; }
.cart-flow-root .vA .nav .title { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); font-size:17px; font-weight:600; width:auto; line-height:normal; }
.cart-flow-root .vA .steps { display:flex; align-items:center; justify-content:center; gap:8px; margin:6px 0 14px; position:relative; z-index:2; }
.cart-flow-root .vA .step { display:flex; align-items:center; gap:6px; font-size:12px; color:rgba(255,255,255,.65); }
.cart-flow-root .vA .step .dot { width:20px; height:20px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:11px; background:rgba(255,255,255,.18); flex:none; }
.cart-flow-root .vA .step.on { color:#fff; font-weight:600; }
.cart-flow-root .vA .step.on .dot { background:#fff; color:#0E9C9B; }
.cart-flow-root .vA .step .bar { width:26px; height:2px; background:rgba(255,255,255,.3); border-radius:2px; margin:0 2px; }
.cart-flow-root .vA .trust-line { display:flex; align-items:center; justify-content:center; gap:6px; font-size:12px; color:rgba(255,255,255,.9); position:relative; z-index:2; }
.cart-flow-root .vA .body { padding:0 16px; margin-top:-32px; position:relative; z-index:3; display:flex; flex-direction:column; gap:14px; padding-bottom:140px; }
.cart-flow-root .vA .card { background:#fff; border-radius:18px; padding:16px; box-shadow:0 6px 24px rgba(23,80,140,.08); position:relative; }
.cart-flow-root .vA .sec-title { display:flex; align-items:center; gap:8px; font-size:14px; font-weight:700; margin-bottom:12px; color:#12324B; }
.cart-flow-root .vA .sec-title .ic { width:24px; height:24px; border-radius:7px; background:#E6FAF8; color:#0E9C9B; display:flex; align-items:center; justify-content:center; flex:none; }
.cart-flow-root .vA .toast { position:absolute; left:50%; top:96px; transform:translate(-50%,-16px); background:rgba(15,23,42,.92); color:#fff; font-size:13px; padding:10px 18px; border-radius:999px; display:flex; align-items:center; gap:8px; opacity:0; pointer-events:none; transition:opacity .3s, transform .3s; z-index:50; white-space:nowrap; }
.cart-flow-root .vA .toast.show { opacity:1; transform:translate(-50%,0); }
.cart-flow-root .vA .toast svg { color:#4ADE80; }
.cart-flow-root .vA .btn { width:100%; border:none; cursor:pointer; font-family:inherit; font-size:16px; font-weight:600; color:#fff; border-radius:14px; padding:14px; transition:transform .15s, box-shadow .2s; position:relative; }
.cart-flow-root .vA .btn:active { transform:scale(.98); }
.cart-flow-root .vA .btn.loading { color:transparent; pointer-events:none; }
.cart-flow-root .vA .btn.loading::after { content:""; position:absolute; left:50%; top:50%; width:20px; height:20px; margin:-10px 0 0 -10px; border:2.5px solid rgba(255,255,255,.4); border-top-color:#fff; border-radius:50%; animation:spin .7s linear infinite; }
@keyframes spin { to { transform:rotate(360deg); } }
.cart-flow-root .vA .cta-secure { display:flex; align-items:center; justify-content:center; gap:5px; font-size:11px; color:#7C8BA1; margin-bottom:8px; }
.cart-flow-root .vA .cta-dock { position:absolute; left:0; right:0; bottom:0; padding:0 12px calc(12px + env(safe-area-inset-bottom)); z-index:20; }
.cart-flow-root .vA .dock-panel { background:#fff; border-radius:18px 18px 0 0; box-shadow:0 -6px 24px rgba(15,23,42,.08); padding:12px 16px; }

/* 选择圆点 */
.cart-flow-root .vA .check { width:22px; height:22px; border-radius:50%; border:2px solid #C6D2DE; display:flex; align-items:center; justify-content:center; cursor:pointer; flex:none; transition:all .2s; color:#fff; position:relative; }
.cart-flow-root .vA .check svg { opacity:0; transform:scale(.5); transition:all .2s; }
.cart-flow-root .vA .check.on { background:linear-gradient(135deg,#0EA5A4,#2563EB); border-color:transparent; box-shadow:0 4px 10px rgba(20,130,190,.3); }
.cart-flow-root .vA .check.on svg { opacity:1; transform:scale(1); }

/* 购物车 */
.cart-flow-root .vA .card.cart-item + .card.cart-item { margin-top:12px; }
.cart-flow-root .vA .ship-tag { display:inline-flex; align-items:center; gap:5px; font-size:11px; font-weight:600; color:#0B7285; background:linear-gradient(120deg,#E6FAF8,#E8F1FE); border:1px solid #C9EFE7; border-radius:999px; padding:3px 10px; }
.cart-flow-root .vA .item { display:flex; gap:12px; align-items:flex-start; margin-top:12px; height:auto; overflow:visible; width:auto; padding-bottom:0; }
.cart-flow-root .vA .item .pic { width:86px; height:86px; border-radius:14px; background:linear-gradient(150deg,#FDF8EC,#F5EEDC); display:flex; align-items:center; justify-content:center; flex:none; border:1px solid #F0E8D2; overflow:hidden; padding:0; margin:0; line-height:normal; }
.cart-flow-root .vA .item .pic img { max-width:92%; max-height:92%; object-fit:contain; }
.cart-flow-root .vA .item .info { flex:1; min-width:0; padding:0; border:none; color:inherit; }
.cart-flow-root .vA .item .name { font-size:15px; font-weight:700; line-height:1.45; color:#12324B; padding-right:34px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; background:transparent; margin-bottom:0; }
.cart-flow-root .vA .item .spec { display:inline-block; font-size:11px; color:#7C8BA1; background:#F4F6F9; border-radius:6px; padding:2px 8px; margin-top:6px; }
.cart-flow-root .vA .item .price-row { display:flex; align-items:center; justify-content:space-between; margin-top:12px; margin-bottom:0; }
.cart-flow-root .vA .price { color:#F0506E; font-weight:700; }
.cart-flow-root .vA .price .num { font-size:18px; }
.cart-flow-root .vA .stepper { display:flex; align-items:center; border:1px solid #E3EAF1; border-radius:999px; overflow:hidden; }
.cart-flow-root .vA .stepper button { width:27px; height:28px; border:none; background:#F7FAFC; color:#12324B; font-size:15px; cursor:pointer; font-family:inherit; transition:background .15s; }
.cart-flow-root .vA .stepper button:hover { background:#EAF1F7; }
.cart-flow-root .vA .stepper .qty { min-width:28px; text-align:center; font-size:14px; font-weight:600; border:none; background:transparent; }
.cart-flow-root .vA .del { position:absolute; top:14px; right:14px; width:34px; height:34px; border-radius:50%; border:none; background:#FFF1F3; color:#F0506E; cursor:pointer; display:flex; align-items:center; justify-content:center; flex:none; transition:background .15s; z-index:2; padding:0; margin:0; line-height:normal; }
.cart-flow-root .vA .del:hover { background:#FFE4E8; }
.cart-flow-root .vA .empty { text-align:center; padding:36px 0 26px; color:#9AAABD; font-size:13px; }
.cart-flow-root .vA .empty .ic { width:64px; height:64px; margin:0 auto 12px; border-radius:20px; background:#EFF4F8; display:flex; align-items:center; justify-content:center; color:#B9C7D4; }
.cart-flow-root .vA .empty-actions { display:flex; gap:10px; justify-content:center; margin-top:16px; }
.cart-flow-root .vA .c-btn2 { display:inline-flex; align-items:center; justify-content:center; padding:10px 24px; border-radius:999px; background:#0E9C9B; color:#fff; font-size:13px; font-weight:600; text-decoration:none; border:none; width:auto; height:auto; line-height:normal; }
.cart-flow-root .vA .c-btn2.ghost { background:#EAF1F7; color:#12324B; }
.cart-flow-root .vA .dock-row { display:flex; align-items:center; gap:10px; }
.cart-flow-root .vA .dock-row .sel-all { display:flex; align-items:center; gap:8px; font-size:13px; color:#51606F; cursor:pointer; }
.cart-flow-root .vA .dock-sum { flex:1; text-align:right; font-size:12px; color:#7C8BA1; }
.cart-flow-root .vA .dock-sum b { color:#F0506E; font-size:19px; font-weight:700; }
.cart-flow-root .vA .btn-pay { background:linear-gradient(135deg,#0EA5A4,#2563EB); box-shadow:0 10px 24px rgba(24,110,190,.35); padding:13px 26px; width:auto; font-size:15px; flex:none; }
.cart-flow-root .vA .btn-pay:disabled { background:linear-gradient(135deg,#A9C4CE,#A9BEDC); box-shadow:none; cursor:not-allowed; }
.cart-flow-root .vA .cart-trust { display:flex; gap:8px; }
.cart-flow-root .vA .cart-trust span { flex:1; display:flex; align-items:center; justify-content:center; gap:5px; font-size:11px; color:#51707E; background:#fff; border-radius:10px; padding:8px 4px; box-shadow:0 4px 14px rgba(23,80,140,.06); }
.cart-flow-root .vA .cart-trust svg { color:#0E9C9B; }
.cart-flow-root .vA .fav-box .fav-line { font-size:12.5px; color:#51606F; line-height:1.7; }
.cart-flow-root .vA .fav-box .fav-act { margin-top:10px; }
.cart-flow-root .vA .fav-box .fav-btn { padding:10px; font-size:14px; }
.cart-flow-root .vA .fav-gift { display:inline-flex; align-items:center; gap:4px; font-size:12px; }

@media (min-width:560px){
  .cart-flow-root { align-items:center; }
  .cart-flow-root .phone { flex:none; height:92vh; margin:4vh auto; border-radius:36px; box-shadow:0 24px 60px rgba(15,23,42,.16), 0 0 0 8px #0B1220, 0 0 0 10px #2A3548; }
}

.consignee-flow-root * { margin:0; padding:0; box-sizing:border-box; -webkit-tap-highlight-color:transparent; font-family:"PingFang SC","Microsoft YaHei","Helvetica Neue",sans-serif; }
.consignee-flow-root { color:#0F172A; display:flex; flex-direction:column; min-height:100vh; min-height:100dvh; }
.consignee-flow-root .phone { width:100%; max-width:480px; min-width:0; margin:0 auto; flex:1; min-height:0; background:#F3F7F9; display:flex; flex-direction:column; position:relative; overflow:hidden; }
.consignee-flow-root .screen { flex:1; min-height:0; overflow-y:auto; overflow-x:hidden; -webkit-overflow-scrolling:touch; display:flex; flex-direction:column; scrollbar-width:none; }
.consignee-flow-root .screen::-webkit-scrollbar { display:none; }

/* 设计令牌 */
.consignee-flow-root .vA { --pri:#0E9C9B; --pri-soft:rgba(14,156,155,.14); --blue:#1D7FD6; --ink:#0F172A; --sub:#7C8BA1; background:#F3F7F9; }
.consignee-flow-root .vA .hero { background:linear-gradient(135deg,#0EA5A4 0%,#1D7FD6 55%,#2563EB 100%); color:#fff; padding:0 0 46px; border-radius:0 0 26px 26px; position:relative; }
.consignee-flow-root .vA .hero::after { content:""; position:absolute; inset:0; background:radial-gradient(420px 180px at 85% -20%, rgba(255,255,255,.28), transparent); pointer-events:none; }
.consignee-flow-root .vA .nav { display:flex; align-items:center; height:52px; padding:0 14px; position:relative; z-index:2; top:auto; right:auto; width:auto; background:transparent; }
.consignee-flow-root .vA .nav .back { width:34px; height:34px; border-radius:50%; background:rgba(255,255,255,.16); display:flex; align-items:center; justify-content:center; color:#fff; }
.consignee-flow-root .vA .nav .title { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); font-size:17px; font-weight:600; width:auto; line-height:normal; }
.consignee-flow-root .vA .steps { display:flex; align-items:center; justify-content:center; gap:8px; margin:6px 0 14px; position:relative; z-index:2; }
.consignee-flow-root .vA .step { display:flex; align-items:center; gap:6px; font-size:12px; color:rgba(255,255,255,.65); }
.consignee-flow-root .vA .step .dot { width:20px; height:20px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:11px; background:rgba(255,255,255,.18); flex:none; }
.consignee-flow-root .vA .step.on { color:#fff; font-weight:600; }
.consignee-flow-root .vA .step.on .dot { background:#fff; color:#0E9C9B; }
.consignee-flow-root .vA .step.done .dot { color:#0E9C9B; }
.consignee-flow-root .vA .step .bar { width:26px; height:2px; background:rgba(255,255,255,.3); border-radius:2px; margin:0 2px; }
.consignee-flow-root .vA .trust-line { display:flex; align-items:center; justify-content:center; gap:6px; font-size:12px; color:rgba(255,255,255,.9); position:relative; z-index:2; }
.consignee-flow-root .vA .body { padding:0 16px; margin-top:-32px; position:relative; z-index:3; display:flex; flex-direction:column; gap:14px; padding-bottom:24px; }

/* 智能解析卡 */
.consignee-flow-root .vA .cf-parse-card { border:1.5px solid transparent; background:linear-gradient(#fff,#fff) padding-box, linear-gradient(120deg,#0EA5A4,#2563EB) border-box; box-shadow:0 8px 28px rgba(14,120,190,.16); border-radius:18px; padding:16px; position:relative; }
.consignee-flow-root .vA .cf-parse-head { display:flex; align-items:center; gap:8px; }
.consignee-flow-root .vA .cf-parse-ic { width:30px; height:30px; border-radius:9px; background:linear-gradient(135deg,#0EA5A4,#2563EB); display:flex; align-items:center; justify-content:center; color:#fff; flex:none; }
.consignee-flow-root .vA .cf-parse-titles { display:flex; align-items:center; gap:6px; }
.consignee-flow-root .vA .cf-parse-title { font-size:15px; font-weight:700; color:#12324B; }
.consignee-flow-root .vA .cf-parse-beta { font-size:10px; color:#0E9C9B; background:#E6FAF8; padding:2px 7px; border-radius:999px; font-weight:600; }
.consignee-flow-root .vA .cf-parse-sub { font-size:12px; color:#7C8BA1; margin:4px 0 10px; }
.consignee-flow-root .vA .cf-parse-text { min-height:74px; resize:vertical; }
.consignee-flow-root .vA .cf-parse-actions { display:flex; align-items:center; gap:10px; margin-top:10px; }
.consignee-flow-root .vA .cf-parse-btn { background:linear-gradient(135deg,#0EA5A4,#2563EB); box-shadow:0 8px 20px rgba(24,110,190,.3); border:none; color:#fff; font-size:14px; font-weight:600; border-radius:999px; padding:11px 22px; cursor:pointer; font-family:inherit; display:inline-flex; align-items:center; gap:6px; transition:transform .15s, opacity .2s; }
.consignee-flow-root .vA .cf-parse-btn:active { transform:scale(.98); }
.consignee-flow-root .vA .cf-parse-btn.is-loading { opacity:.8; cursor:default; }
.consignee-flow-root .vA .cf-parse-btn .addr-parse-spinner { width:13px; height:13px; border:2px solid rgba(255,255,255,.4); border-top-color:#fff; border-radius:50%; animation:spin .7s linear infinite; display:inline-block; }
.consignee-flow-root .vA .cf-parse-status { font-size:12px; line-height:1.5; flex:1; }
.consignee-flow-root .vA .cf-parse-status.is-ok { color:#0B9E8E; }
.consignee-flow-root .vA .cf-parse-status.is-warn { color:#B7791F; }
.consignee-flow-root .vA .cf-parse-status.is-loading { color:#7C8BA1; }

/* 通用卡片 / 字段 / 输入 */
.consignee-flow-root .vA .cf-fields { display:flex; flex-direction:column; gap:14px; }
.consignee-flow-root .vA .cf-card { background:#fff; border-radius:18px; padding:16px; box-shadow:0 6px 24px rgba(23,80,140,.08); }
.consignee-flow-root .vA .cf-card + .cf-card { margin-top:14px; }
.consignee-flow-root .vA .cf-sec-title { display:flex; align-items:center; gap:8px; font-size:14px; font-weight:700; margin-bottom:12px; color:#12324B; }
.consignee-flow-root .vA .cf-sec-title .cf-ic { width:24px; height:24px; border-radius:7px; background:#E6FAF8; color:#0E9C9B; display:flex; align-items:center; justify-content:center; flex:none; }
.consignee-flow-root .vA .cf-field { display:flex; flex-direction:column; gap:6px; margin-bottom:14px; }
.consignee-flow-root .vA .cf-field:last-child { margin-bottom:0; }
.consignee-flow-root .vA .cf-field label { font-size:13px; font-weight:600; display:flex; align-items:center; gap:4px; color:#12324B; }
.consignee-flow-root .vA .cf-field .req { color:#F0506E; font-size:14px; line-height:1; }
.consignee-flow-root .vA .cf-field .cf-opt { font-weight:400; color:#9AA3AF; font-size:12px; }
.consignee-flow-root .vA .cf-ipt { width:100%; font-size:15px; color:#0F172A; border:1.5px solid #E0E8F0; background:#F7FAFC; border-radius:12px; padding:12px 14px; outline:none; transition:border-color .2s, box-shadow .2s, background .2s; font-family:inherit; box-sizing:border-box; }
.consignee-flow-root .vA .cf-ipt::placeholder { color:#A6B0BF; }
.consignee-flow-root .vA .cf-ipt:focus { border-color:var(--pri,#0E9C9B); background:#fff; box-shadow:0 0 0 4px var(--pri-soft,rgba(14,156,155,.14)); }
.consignee-flow-root .vA select.cf-ipt { appearance:none; -webkit-appearance:none; cursor:pointer; background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2394A3B8' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><path d='m6 9 6 6 6-6'/></svg>"); background-repeat:no-repeat; background-position:right 12px center; padding-right:34px; }
.consignee-flow-root .vA .cf-region-row { display:grid; grid-template-columns:1fr 1fr 1fr; gap:8px; }
/* 手机号：区号 + 号码在同一胶囊内，与注册页样式一致 */
.consignee-flow-root .vA .cf-phone-row { display:flex; align-items:stretch; background:#fff; border:1.5px solid #E0E8F0; border-radius:12px; overflow:hidden; transition:border-color .2s, box-shadow .2s; }
.consignee-flow-root .vA .cf-phone-row:focus-within { border-color:var(--pri,#0E9C9B); box-shadow:0 0 0 4px var(--pri-soft,rgba(14,156,155,.14)); }
.consignee-flow-root .vA .cf-cc-wrap { flex:none; width:140px; position:relative; display:flex; border-right:1px solid #E0E8F0; }
.consignee-flow-root .vA .cf-cc { width:100%; padding:12px 22px 12px 12px; font-size:15px; white-space:nowrap; border:0; background:transparent; color:#0F172A; outline:none; appearance:none; -webkit-appearance:none; background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394A3B8' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><path d='m6 9 6 6 6-6'/></svg>"); background-repeat:no-repeat; background-position:right 8px center; }
.consignee-flow-root .vA .cf-phone-row > input[name="mobile"],
.consignee-flow-root .vA .cf-phone-row > .cf-ipt { flex:1; border:0; background:transparent; border-radius:0; padding:12px 14px; min-width:0; outline:none; }
.consignee-flow-root .vA .cf-phone-row > input[name="mobile"]:focus,
.consignee-flow-root .vA .cf-phone-row > .cf-ipt:focus { background:#fff; box-shadow:none; }
.consignee-flow-root .vA .cf-shield-note { display:flex; align-items:center; gap:6px; font-size:11.5px; color:#7C8BA1; margin-bottom:8px; }
.consignee-flow-root .vA .cf-shield-note svg { color:#0E9C9B; flex:none; }

/* 底部结算 dock */
.consignee-flow-root .vA .cf-cta-dock { position:sticky; bottom:12px; margin-top:16px; background:linear-gradient(to top,#fff 70%,rgba(255,255,255,0)); padding-top:6px; }
.consignee-flow-root .vA .cf-cta-secure { display:flex; align-items:center; justify-content:center; gap:5px; font-size:11px; color:#7C8BA1; margin-bottom:7px; }
.consignee-flow-root .vA .cf-btn-cta { width:100%; border:none; cursor:pointer; font-family:inherit; font-size:16px; font-weight:600; color:#fff; border-radius:14px; padding:14px; background:linear-gradient(135deg,#0EA5A4,#2563EB); box-shadow:0 10px 24px rgba(24,110,190,.35); transition:transform .15s; }
.consignee-flow-root .vA .cf-btn-cta:active { transform:scale(.98); }
.consignee-flow-root .vA .cf-btn-drop { width:100%; border:none; cursor:pointer; font-family:inherit; font-size:13px; color:#7C8BA1; background:#EFF4F8; border-radius:12px; padding:10px; margin-top:10px; }

.consignee-flow-root .vA .cf-tip { font-size:12px; color:#9AA3AF; line-height:1.6; text-align:center; padding:4px 8px 8px; }

/* 已保存地址列表 */
.consignee-flow-root .vA .cf-saved-list { display:flex; flex-direction:column; gap:10px; }
.consignee-flow-root .vA .cf-saved-title { font-size:14px; font-weight:700; color:#12324B; display:flex; align-items:center; gap:6px; margin-bottom:2px; }
.consignee-flow-root .vA .cf-saved-title::before { content:""; width:4px; height:14px; border-radius:2px; background:linear-gradient(180deg,#0EA5A4,#2563EB); }
.consignee-flow-root .vA .cf-saved-card { background:#fff; border-radius:14px; padding:14px; box-shadow:0 4px 16px rgba(23,80,140,.07); display:flex; align-items:center; gap:10px; cursor:pointer; transition:all .2s; border:1.5px solid transparent; }
.consignee-flow-root .vA .cf-saved-card:active { transform:scale(.99); }
.consignee-flow-root .vA .cf-saved-card.on { border-color:#0EA5A4; background:#F0FAF9; }
.consignee-flow-root .vA .cf-saved-info { flex:1; min-width:0; }
.consignee-flow-root .vA .cf-saved-who { font-size:15px; font-weight:700; color:#12324B; margin-bottom:5px; }
.consignee-flow-root .vA .cf-saved-tel { font-size:13px; color:#51606F; font-weight:400; margin-left:6px; }
.consignee-flow-root .vA .cf-saved-addr { font-size:12.5px; color:#51606F; line-height:1.5; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.consignee-flow-root .vA .cf-saved-check { flex:none; font-size:12px; color:#0B7285; background:var(--pri-soft); border-radius:999px; padding:6px 12px; font-weight:600; }

@keyframes spin { to { transform:rotate(360deg); } }

@media (min-width:560px){
  .consignee-flow-root .phone { flex:none; height:92vh; margin:4vh auto; border-radius:36px; box-shadow:0 24px 60px rgba(15,23,42,.16), 0 0 0 8px #0B1220, 0 0 0 10px #2A3548; }
}

/* ===== 确认订单 · 方案A 信任蓝绿（作用域：.checkout-flow-root .vA） ===== */
.checkout-flow-root .vA { --pri:#0E9C9B; --pri-soft:rgba(14,156,155,.14); --blue:#1D7FD6; --ink:#0F172A; --sub:#7C8BA1; background:#F3F7F9; position:relative; min-height:100vh; min-height:100dvh; display:flex; flex-direction:column; }
.checkout-flow-root .vA .hero { background:linear-gradient(135deg,#0EA5A4 0%,#1D7FD6 55%,#2563EB 100%); color:#fff; padding:0 0 46px; border-radius:0 0 26px 26px; position:relative; }
.checkout-flow-root .vA .hero::after { content:""; position:absolute; inset:0; background:radial-gradient(420px 180px at 85% -20%, rgba(255,255,255,.28), transparent); pointer-events:none; }
.checkout-flow-root .vA .nav { display:flex; align-items:center; height:52px; padding:0 14px; position:relative; z-index:2; top:auto; right:auto; width:auto; background:transparent; }
.checkout-flow-root .vA .nav .back { width:34px; height:34px; border-radius:50%; background:rgba(255,255,255,.16); display:flex; align-items:center; justify-content:center; color:#fff; text-decoration:none; }
.checkout-flow-root .vA .nav .title { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); font-size:17px; font-weight:600; width:auto; line-height:normal; }
.checkout-flow-root .vA .steps { display:flex; align-items:center; justify-content:center; gap:8px; margin:6px 0 14px; position:relative; z-index:2; }
.checkout-flow-root .vA .step { display:flex; align-items:center; gap:6px; font-size:12px; color:rgba(255,255,255,.65); }
.checkout-flow-root .vA .step .dot { width:20px; height:20px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:11px; background:rgba(255,255,255,.18); flex:none; }
.checkout-flow-root .vA .step.on { color:#fff; font-weight:600; }
.checkout-flow-root .vA .step.on .dot { background:#fff; color:#0E9C9B; }
.checkout-flow-root .vA .step .bar { width:26px; height:2px; background:rgba(255,255,255,.3); border-radius:2px; margin:0 2px; }
.checkout-flow-root .vA .trust-line { display:flex; align-items:center; justify-content:center; gap:6px; font-size:12px; color:rgba(255,255,255,.9); position:relative; z-index:2; }
.checkout-flow-root .vA .body { padding:0 16px; margin-top:-32px; position:relative; z-index:3; display:flex; flex-direction:column; gap:14px; padding-bottom:130px; }
.checkout-flow-root .vA .card { background:#fff; border-radius:18px; padding:16px; box-shadow:0 6px 24px rgba(23,80,140,.08); }
.checkout-flow-root .vA .sec-title { display:flex; align-items:center; gap:8px; font-size:14px; font-weight:700; margin-bottom:12px; color:#12324B; }
.checkout-flow-root .vA .sec-title .ic { width:24px; height:24px; border-radius:7px; background:#E6FAF8; color:#0E9C9B; display:flex; align-items:center; justify-content:center; flex:none; }
.checkout-flow-root .vA .sec-title .modify { margin-left:auto; font-size:12px; font-weight:600; color:#0B7285; background:var(--pri-soft); border-radius:999px; padding:5px 12px; text-decoration:none; }
/* 全局 style.css 污染防御 */
.checkout-flow-root .vA .order_box, .checkout-flow-root .vA .table_box, .checkout-flow-root .vA .dl_box, .checkout-flow-root .vA dl, .checkout-flow-root .vA dd, .checkout-flow-root .vA dt, .checkout-flow-root .vA p { margin:0; padding:0; border:none; background:transparent; width:auto; height:auto; line-height:normal; }
.checkout-flow-root .vA .table_box { display:flex; flex-direction:column; }
/* 地址卡 */
.checkout-flow-root .vA .addr-card { position:relative; overflow:hidden; }
.checkout-flow-root .vA .addr-card .stripe { position:absolute; top:0; left:0; right:0; height:6px; background:repeating-linear-gradient(45deg,#0EA5A4 0 14px,#fff 14px 28px,#2563EB 28px 42px,#fff 42px 56px); opacity:.85; }
.checkout-flow-root .vA .addr-top { display:flex; align-items:flex-start; gap:10px; margin-top:6px; }
.checkout-flow-root .vA .addr-top .who { font-size:16px; font-weight:700; color:#12324B; }
.checkout-flow-root .vA .addr-top .tel { font-size:14px; color:#51606F; margin-left:8px; font-weight:400; }
.checkout-flow-root .vA .addr-line { display:flex; align-items:flex-start; gap:8px; margin-top:10px; font-size:13.5px; color:#51606F; line-height:1.6; }
.checkout-flow-root .vA .addr-line svg { color:#0E9C9B; flex:none; margin-top:2px; }
.checkout-flow-root .vA .btn-edit { border:none; background:var(--pri-soft); color:#0B7285; font-size:12px; font-weight:600; border-radius:999px; padding:6px 14px; cursor:pointer; font-family:inherit; flex:none; text-decoration:none; }
/* 表单行 */
.checkout-flow-root .vA .co-row { display:grid; grid-template-columns:102px 1fr; align-items:center; min-height:52px; border-bottom:1px solid #F2F6F8; cursor:pointer; }
.checkout-flow-root .vA .co-row:last-child { border-bottom:none; }
.checkout-flow-root .vA .co-row .co-lb { font-size:13.5px; color:#51606F; display:flex; align-items:center; gap:6px; white-space:nowrap; }
.checkout-flow-root .vA .co-row .co-lb .must { font-size:10px; color:#0B7285; background:var(--pri-soft); border-radius:4px; padding:1px 5px; font-weight:600; }
.checkout-flow-root .vA .co-row .co-val { font-size:14px; color:#12324B; position:relative; padding-right:18px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; text-align:right; }
.checkout-flow-root .vA .co-row .co-val::after { content:""; position:absolute; right:2px; top:50%; width:8px; height:8px; border-right:2px solid #94A3B8; border-bottom:2px solid #94A3B8; transform:translateY(-70%) rotate(45deg); }
.checkout-flow-root .vA .co-row .co-val.unsel { color:#9AAABD; }
.checkout-flow-root .vA .co-row.switch-row { cursor:default; }
.checkout-flow-root .vA .co-row .co-input { width:100%; border:none; background:transparent; font-size:14px; color:#12324B; font-family:inherit; outline:none; text-align:right; }
.checkout-flow-root .vA .co-row .co-input::placeholder { color:#B3BFCC; }
/* 选项展开面板 */
.checkout-flow-root .vA .dl_box { margin:2px 0 12px; padding:6px 10px; border:1px solid #E3EAF1; border-radius:12px; background:#F8FBFD; }
.checkout-flow-root .vA .dl_box p { display:flex; align-items:center; gap:8px; padding:8px 0; font-size:14px; color:#12324B; border-bottom:1px dashed #EDF2F6; }
.checkout-flow-root .vA .dl_box p:last-child { border-bottom:none; }
.checkout-flow-root .vA .dl_box label { cursor:pointer; display:flex; align-items:center; gap:8px; }
.checkout-flow-root .vA .radio { appearance:none; -webkit-appearance:none; width:18px; height:18px; border:2px solid #C6D2DE; border-radius:50%; flex:none; cursor:pointer; position:relative; margin:0; background:#fff; }
.checkout-flow-root .vA .radio:checked { border-color:#0EA5A4; background:linear-gradient(135deg,#0EA5A4,#2563EB); }
.checkout-flow-root .vA .radio:checked::after { content:""; position:absolute; left:4px; top:4px; width:6px; height:6px; border-radius:50%; background:#fff; }
.checkout-flow-root .vA .dl_box .radio { margin-right:0; }
/* 提示条 */
.checkout-flow-root .vA .notice { display:flex; align-items:flex-start; gap:8px; background:#F0FAF9; border:1px solid #D3F0ED; border-radius:12px; padding:10px 12px; font-size:12px; color:#0B7285; line-height:1.6; margin-top:8px; }
.checkout-flow-root .vA .notice svg { flex:none; margin-top:1px; }
/* 优惠与备注卡片去掉下拉箭头 */
.checkout-flow-root .vA .pref-box .co-row .co-val { padding-right:0; }
.checkout-flow-root .vA .pref-box .co-row .co-val::after { display:none; }
/* 短信提醒切换 */
.checkout-flow-root .vA .switch-row .co-val { display:flex; align-items:center; justify-content:flex-end; gap:10px; overflow:visible; padding-right:0; }
.checkout-flow-root .vA .switch-row .co-val.integral-val { flex-wrap:wrap; gap:6px 10px; }
.checkout-flow-root .vA .sms-label { font-size:12px; color:#7C8BA1; line-height:1.4; max-width:none; white-space:nowrap; }
.checkout-flow-root .vA .switch { position:relative; width:44px; height:25px; border-radius:999px; background:#D5DEE7; cursor:pointer; transition:background .2s; flex:none; }
.checkout-flow-root .vA .switch::after { content:""; position:absolute; top:2.5px; left:2.5px; width:20px; height:20px; border-radius:50%; background:#fff; box-shadow:0 2px 6px rgba(15,23,42,.2); transition:left .2s; }
.checkout-flow-root .vA .switch.on { background:linear-gradient(135deg,#0EA5A4,#2563EB); }
.checkout-flow-root .vA .switch.on::after { left:21.5px; }
.checkout-flow-root .vA .switch-row input[type="radio"],
.checkout-flow-root .vA .switch-row input[type="radio"].radio { display:none !important; position:absolute; opacity:0; width:0; height:0; border:none; background:transparent; pointer-events:none; }
.checkout-flow-root .vA .integral-notice { width:100%; font-size:11px; color:#E5484D; line-height:1.4; margin-top:4px; text-align:right; }
.checkout-flow-root .vA .integral-val .co-input { flex:none; width:120px; min-width:120px; max-width:160px; text-align:right; padding-right:0; background:#F7FAFC; border:1.5px solid #E3EAF1; border-radius:8px; padding:6px 10px; color:#12324B; }
/* 商品列表 */
.checkout-flow-root .vA .goods-row { display:flex; gap:10px; align-items:flex-start; padding-bottom:12px; border-bottom:1px dashed #EDF2F6; }
.checkout-flow-root .vA .goods-row:last-of-type { border-bottom:none; }
.checkout-flow-root .vA .goods-row .pic { width:52px; height:52px; border-radius:10px; background:linear-gradient(150deg,#FDF8EC,#F5EEDC); border:1px solid #F0E8D2; display:flex; align-items:center; justify-content:center; flex:none; overflow:hidden; }
.checkout-flow-root .vA .goods-row .pic img { max-width:100%; max-height:100%; object-fit:contain; }
.checkout-flow-root .vA .goods-row .g-info { flex:1; min-width:0; }
.checkout-flow-root .vA .goods-row .g-name { font-size:13px; color:#12324B; line-height:1.5; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; text-decoration:none; }
.checkout-flow-root .vA .goods-row .g-sub { font-size:11px; color:#9AAABD; margin-top:3px; }
.checkout-flow-root .vA .goods-row .g-price { font-size:14px; font-weight:600; color:#12324B; white-space:nowrap; }
/* 金额汇总 - order_total.lbi 渲染到这里 */
.checkout-flow-root .vA #ECS_ORDERTOTAL .o-amounts { padding-top:12px; display:flex; flex-direction:column; gap:8px; }
.checkout-flow-root .vA #ECS_ORDERTOTAL .arow { display:flex; justify-content:space-between; font-size:13px; color:#7C8BA1; }
.checkout-flow-root .vA #ECS_ORDERTOTAL .arow .cut { color:#0E9C9B; }
.checkout-flow-root .vA #ECS_ORDERTOTAL .total { display:flex; justify-content:space-between; align-items:baseline; padding-top:10px; border-top:1px solid #F2F6F8; margin-top:2px; }
.checkout-flow-root .vA #ECS_ORDERTOTAL .total .lb2 { font-size:13.5px; color:#12324B; font-weight:600; }
.checkout-flow-root .vA #ECS_ORDERTOTAL .total .val2 { font-size:21px; font-weight:700; background:linear-gradient(120deg,#0EA5A4,#2563EB); -webkit-background-clip:text; background-clip:text; color:transparent; }
.checkout-flow-root .vA .fee-note { font-size:11px; color:#9AAABD; line-height:1.7; text-align:center; padding-top:2px; }
/* 底部结算 dock */
.checkout-flow-root .vA .cta-dock { position:absolute; left:0; right:0; bottom:0; padding:10px 16px calc(14px + env(safe-area-inset-bottom)); z-index:20; background:linear-gradient(to top,#F3F7F9 65%,transparent); }
.checkout-flow-root .vA .cta-secure { display:flex; align-items:center; justify-content:center; gap:5px; font-size:11px; color:#7C8BA1; margin-bottom:7px; }
.checkout-flow-root .vA .dock-pay { display:flex; align-items:center; gap:12px; }
.checkout-flow-root .vA .dock-pay .sum { flex:1; font-size:12px; color:#7C8BA1; }
.checkout-flow-root .vA .dock-pay .sum b { font-size:20px; color:#F0506E; }
.checkout-flow-root .vA .dock-pay .sum small { display:block; font-size:10px; color:#9AAABD; margin-top:1px; }
.checkout-flow-root .vA .btn-submit { background:linear-gradient(135deg,#0EA5A4,#2563EB); box-shadow:0 10px 24px rgba(24,110,190,.35); color:#fff; border:none; cursor:pointer; font-family:inherit; font-size:15px; font-weight:600; border-radius:14px; padding:13px 34px; width:auto; }
.checkout-flow-root .vA .btn-submit:active { transform:scale(.98); }

/* ===== 购买成功 · 方案A 信任蓝绿（作用域：.done-flow-root .vA） ===== */
.done-flow-root .vA { --pri:#0E9C9B; --pri-soft:rgba(14,156,155,.14); --blue:#1D7FD6; --ink:#0F172A; --sub:#7C8BA1; background:#F3F7F9; position:relative; min-height:100vh; min-height:100dvh; display:flex; flex-direction:column; }
.done-flow-root .vA .hero { background:linear-gradient(135deg,#0EA5A4 0%,#1D7FD6 55%,#2563EB 100%); color:#fff; padding:0 0 46px; border-radius:0 0 26px 26px; position:relative; }
.done-flow-root .vA .hero::after { content:""; position:absolute; inset:0; background:radial-gradient(420px 180px at 85% -20%, rgba(255,255,255,.28), transparent); pointer-events:none; }
.done-flow-root .vA .nav { display:flex; align-items:center; height:52px; padding:0 14px; position:relative; z-index:2; top:auto; right:auto; width:auto; background:transparent; }
.done-flow-root .vA .nav .back { width:34px; height:34px; border-radius:50%; background:rgba(255,255,255,.16); display:flex; align-items:center; justify-content:center; color:#fff; text-decoration:none; }
.done-flow-root .vA .nav .title { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); font-size:17px; font-weight:600; width:auto; line-height:normal; color:#fff; }
.done-flow-root .vA .steps { display:flex; align-items:center; justify-content:center; gap:8px; margin:6px 0 14px; position:relative; z-index:2; }
.done-flow-root .vA .step { display:flex; align-items:center; gap:6px; font-size:12px; color:rgba(255,255,255,.65); }
.done-flow-root .vA .step .dot { width:20px; height:20px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:11px; background:rgba(255,255,255,.18); flex:none; }
.done-flow-root .vA .step.on { color:#fff; font-weight:600; }
.done-flow-root .vA .step.on .dot { background:#fff; color:#0E9C9B; }
.done-flow-root .vA .step .bar { width:26px; height:2px; background:rgba(255,255,255,.3); border-radius:2px; margin:0 2px; }
.done-flow-root .vA .trust-line { display:flex; align-items:center; justify-content:center; gap:6px; font-size:12px; color:rgba(255,255,255,.9); position:relative; z-index:2; }
.done-flow-root .vA .body { padding:0 16px; margin-top:-32px; position:relative; z-index:3; display:flex; flex-direction:column; gap:14px; padding-bottom:36px; }
.done-flow-root .vA .card { background:#fff; border-radius:18px; padding:16px; box-shadow:0 6px 24px rgba(23,80,140,.08); }
.done-flow-root .vA .sec-title { display:flex; align-items:center; gap:8px; font-size:14px; font-weight:700; margin-bottom:12px; color:#12324B; }
.done-flow-root .vA .sec-title .ic { width:24px; height:24px; border-radius:7px; background:#E6FAF8; color:#0E9C9B; display:flex; align-items:center; justify-content:center; flex:none; }
.done-flow-root .vA .toast { position:fixed; left:50%; top:96px; transform:translate(-50%,-16px); background:rgba(15,23,42,.92); color:#fff;
  font-size:13px; padding:10px 18px; border-radius:999px; display:flex; align-items:center; gap:8px; opacity:0; pointer-events:none;
  transition:opacity .3s, transform .3s; z-index:90; white-space:nowrap; }
.done-flow-root .vA .toast.show { opacity:1; transform:translate(-50%,0); }
.done-flow-root .vA .toast svg { color:#4ADE80; }
.done-flow-root .vA .cta-secure { display:flex; align-items:center; justify-content:center; gap:5px; font-size:11px; color:#7C8BA1; }
/* 全局 style.css 污染防御 */
.done-flow-root .vA .order_box, .done-flow-root .vA .table_box, .done-flow-root .vA .bcont, .done-flow-root .vA dl, .done-flow-root .vA dd, .done-flow-root .vA dt, .done-flow-root .vA p, .done-flow-root .vA h6, .done-flow-root .vA ul, .done-flow-root .vA li { margin:0; padding:0; border:none; background:transparent; width:auto; height:auto; line-height:normal; list-style:none; color:inherit; font-size:inherit; }
/* ===== 成功头区 ===== */
.done-flow-root .vA .success-card { text-align:center; padding:22px 16px 18px; }
.done-flow-root .vA .succ-ring { width:72px; height:72px; margin:0 auto 14px; border-radius:50%;
  background:linear-gradient(135deg,#0EA5A4,#2563EB); display:flex; align-items:center; justify-content:center;
  box-shadow:0 12px 30px rgba(20,130,190,.35); animation:donePop .5s cubic-bezier(.2,1.6,.4,1); position:relative; }
.done-flow-root .vA .succ-ring::after { content:""; position:absolute; inset:-8px; border-radius:50%; border:2px solid rgba(14,156,155,.25);
  animation:doneRipple 1.8s ease-out infinite; }
@keyframes donePop { 0% { transform:scale(.4); opacity:0; } 100% { transform:scale(1); opacity:1; } }
@keyframes doneRipple { 0% { transform:scale(.85); opacity:1; } 100% { transform:scale(1.25); opacity:0; } }
.done-flow-root .vA .succ-title { font-size:19px; font-weight:700; color:#12324B; }
.done-flow-root .vA .succ-sub { font-size:12.5px; color:#7C8BA1; margin-top:6px; line-height:1.6; }
.done-flow-root .vA .order-no { display:flex; align-items:center; justify-content:center; gap:8px; margin-top:14px;
  background:#F7FAFC; border:1px dashed #C9D8E4; border-radius:999px; padding:9px 16px; font-size:13px; color:#51606F; }
.done-flow-root .vA .order-no b { font-weight:700; color:#12324B; letter-spacing:.5px; font-variant-numeric:tabular-nums; }
.done-flow-root .vA .btn-copy { border:none; background:var(--pri-soft); color:#0B7285; font-size:11px; font-weight:600; border-radius:999px;
  padding:4px 10px; cursor:pointer; font-family:inherit; display:inline-flex; align-items:center; gap:4px; transition:background .15s; line-height:normal; height:auto; width:auto; }
.done-flow-root .vA .btn-copy:hover { background:#D8F4F1; }
/* ===== 订单信息 ===== */
.done-flow-root .vA .form-row { display:grid; grid-template-columns:96px 1fr; align-items:center; min-height:50px; border-bottom:1px solid #F2F6F8; }
.done-flow-root .vA .form-row:last-child { border-bottom:none; }
.done-flow-root .vA .form-row .lb { font-size:13.5px; color:#7C8BA1; display:flex; align-items:center; gap:6px; white-space:nowrap; }
.done-flow-root .vA .form-row .val { font-size:14px; color:#12324B; text-align:right; font-weight:600; }
.done-flow-root .vA .form-row .val.plain { font-weight:500; }
.done-flow-root .vA .form-row .val em { font-style:normal; color:#0E9C9B; }
.done-flow-root .vA .amount-row { display:flex; justify-content:space-between; align-items:baseline; padding-top:12px; margin-top:4px; border-top:1px solid #F2F6F8; }
.done-flow-root .vA .amount-row .lb2 { font-size:13.5px; color:#12324B; font-weight:600; }
.done-flow-root .vA .amount-row .val2 { font-size:22px; font-weight:700; background:linear-gradient(120deg,#0EA5A4,#2563EB); -webkit-background-clip:text; background-clip:text; color:transparent; font-variant-numeric:tabular-nums; }
/* ===== 虚拟卡 ===== */
.done-flow-root .vA .vc-name { font-size:13px; font-weight:600; color:#2359B1; margin-top:6px; }
.done-flow-root .vA .vc-row { display:flex; flex-wrap:wrap; gap:6px 18px; font-size:12.5px; color:#51606F; padding:8px 0; border-bottom:1px dashed #EDF2F6; }
.done-flow-root .vA .vc-row:last-child { border-bottom:none; }
.done-flow-root .vA .vc-row b { color:#F0506E; font-weight:700; }
/* ===== 支付提示 ===== */
.done-flow-root .vA .notice { display:flex; flex-direction:column; align-items:flex-start; gap:8px; background:#F0FAF9; border:1px solid #D3F0ED; border-radius:12px; padding:12px; font-size:12px; color:#0B7285; line-height:1.6; }
.done-flow-root .vA .notice svg { flex:none; margin-top:1px; }
.done-flow-root .vA .notice .btn-view-order { display:block; width:100%; text-align:center; text-decoration:none; font-size:15px; font-weight:700; color:#fff; background:linear-gradient(135deg,#0EA5A4,#2563EB); border-radius:14px; padding:13px 0; box-shadow:0 10px 26px rgba(24,110,190,.38); -webkit-tap-highlight-color:transparent; transition:transform .15s; box-sizing:border-box; }
.done-flow-root .vA .notice .btn-view-order:active { transform:scale(.98); }
.done-flow-root .vA .pay-channels { display:flex; gap:8px; }
.done-flow-root .vA .pay-channels span { flex:1; display:flex; align-items:center; justify-content:center; gap:5px; font-size:11px; color:#51707E; background:#F7FAFC; border:1px solid #EDF2F6; border-radius:10px; padding:8px 4px; }
.done-flow-root .vA .pay-channels svg { color:#0E9C9B; }
/* ===== 支付 CTA（原生支付代码输出，仅做视觉套壳） ===== */
.done-flow-root .vA .pay-cta { display:flex; flex-direction:column; gap:8px; min-width:0; }
.done-flow-root .vA .pay-online { text-align:center; min-width:0; }
.done-flow-root .vA .pay-online > div, .done-flow-root .vA .pay-online > form { margin:0; padding:0; background:transparent; border:none; width:auto; height:auto; line-height:normal; text-align:inherit; min-width:0; }
.done-flow-root .vA .pay-online a,
.done-flow-root .vA .pay-online button,
.done-flow-root .vA .pay-online input[type="button"],
.done-flow-root .vA .pay-online input[type="submit"],
.done-flow-root .vA .pay-online input[type="image"] { display:block; width:100%; max-width:100%; border:none; cursor:pointer; font-family:inherit;
  font-size:16.5px; font-weight:600; letter-spacing:.5px; color:#fff; line-height:normal; height:auto;
  background:linear-gradient(135deg,#0EA5A4,#2563EB); border-radius:14px; padding:16px; text-align:center; text-decoration:none;
  -webkit-appearance:none; appearance:none; box-shadow:0 12px 28px rgba(24,110,190,.4); transition:transform .15s;
  box-sizing:border-box; }
.done-flow-root .vA .pay-online a:active,
.done-flow-root .vA .pay-online button:active,
.done-flow-root .vA .pay-online input:active { transform:scale(.98); }
.done-flow-root .vA .pay-online input[type="image"] { height:auto; object-fit:contain; }
/* ===== 底部链接 ===== */
.done-flow-root .vA .links { display:flex; align-items:center; justify-content:center; gap:10px; font-size:13px; color:#7C8BA1; }
.done-flow-root .vA .links a { color:#1D7FD6; text-decoration:none; display:inline-flex; align-items:center; gap:4px; }

/* ===== 登录/注册 · 方案A 信任蓝绿（作用域：.login-flow-root .vA） ===== */
.login-flow-root .vA { --pri:#0E9C9B; --pri-soft:rgba(14,156,155,.14); --blue:#1D7FD6; --ink:#0F172A; --sub:#7C8BA1; background:#F3F7F9; position:relative; min-height:100vh; min-height:100dvh; display:flex; flex-direction:column; }
.login-flow-root .vA *, .login-flow-root .vA *::before, .login-flow-root .vA *::after { box-sizing:border-box; -webkit-tap-highlight-color:transparent; }
.login-flow-root .vA .hero { background:linear-gradient(135deg,#0EA5A4 0%,#1D7FD6 55%,#2563EB 100%); color:#fff; padding:0 0 46px; border-radius:0 0 26px 26px; position:relative; }
.login-flow-root .vA .hero::after { content:""; position:absolute; inset:0; background:radial-gradient(420px 180px at 85% -20%, rgba(255,255,255,.28), transparent); pointer-events:none; }
.login-flow-root .vA .nav { display:flex; align-items:center; height:52px; padding:0 14px; position:relative; z-index:2; top:auto; right:auto; width:auto; background:transparent; }
.login-flow-root .vA .nav .back { width:34px; height:34px; border-radius:50%; background:rgba(255,255,255,.16); display:flex; align-items:center; justify-content:center; color:#fff; text-decoration:none; }
.login-flow-root .vA .nav .title { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); font-size:17px; font-weight:600; width:auto; line-height:normal; color:#fff; }
.login-flow-root .vA .steps { display:flex; align-items:center; justify-content:center; gap:8px; margin:6px 0 14px; position:relative; z-index:2; }
.login-flow-root .vA .step { display:flex; align-items:center; gap:6px; font-size:12px; color:rgba(255,255,255,.65); }
.login-flow-root .vA .step .dot { width:20px; height:20px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:11px; background:rgba(255,255,255,.18); flex:none; }
.login-flow-root .vA .step.on { color:#fff; font-weight:600; }
.login-flow-root .vA .step.on .dot { background:#fff; color:#0E9C9B; }
.login-flow-root .vA .step .bar { width:26px; height:2px; background:rgba(255,255,255,.3); border-radius:2px; margin:0 2px; }
.login-flow-root .vA .trust-line { display:flex; align-items:center; justify-content:center; gap:6px; font-size:12px; color:rgba(255,255,255,.9); position:relative; z-index:2; }
.login-flow-root .vA .body { padding:0 16px; margin-top:-32px; position:relative; z-index:3; display:flex; flex-direction:column; gap:14px; padding-bottom:36px; }
.login-flow-root .vA .card { background:#fff; border-radius:18px; padding:18px 16px; box-shadow:0 6px 24px rgba(23,80,140,.08); }
/* 全局 style.css 污染防御 */
.login-flow-root .vA .form-card, .login-flow-root .vA form, .login-flow-root .vA dl, .login-flow-root .vA dd, .login-flow-root .vA dt, .login-flow-root .vA p, .login-flow-root .vA ul, .login-flow-root .vA li, .login-flow-root .vA h1, .login-flow-root .vA h2, .login-flow-root .vA a, .login-flow-root .vA img, .login-flow-root .vA span { margin:0; padding:0; border:none; background:transparent; width:auto; height:auto; line-height:normal; list-style:none; color:inherit; font-size:inherit; }
/* 欢迎/价值 */
.login-flow-root .vA .welcome { text-align:center; padding-top:6px; }
.login-flow-root .vA .welcome .badge-ic { width:64px; height:64px; margin:0 auto 12px; border-radius:20px; background:linear-gradient(135deg,#0EA5A4,#2563EB); display:flex; align-items:center; justify-content:center; box-shadow:0 12px 28px rgba(20,130,190,.32); color:#fff; }
.login-flow-root .vA .welcome h2 { font-size:19px; font-weight:700; color:#12324B; }
.login-flow-root .vA .welcome p { font-size:12.5px; color:#7C8BA1; margin-top:6px; line-height:1.6; }
.login-flow-root .vA .benefits { display:flex; gap:8px; margin-top:14px; }
.login-flow-root .vA .benefits span { flex:1; display:flex; flex-direction:column; align-items:center; gap:5px; font-size:11px; color:#51707E; background:#F7FAFC; border:1px solid #EDF2F6; border-radius:12px; padding:10px 4px; font-weight:600; }
.login-flow-root .vA .benefits svg { color:#0E9C9B; }
/* 动作区 */
.login-flow-root .vA .actions { display:flex; flex-direction:column; gap:12px; }
.login-flow-root .vA .btn { width:100%; border:none; cursor:pointer; font-family:inherit; color:#fff; border-radius:14px; transition:transform .15s, box-shadow .2s, background .2s; position:relative; display:flex; align-items:center; justify-content:center; gap:8px; -webkit-appearance:none; appearance:none; }
.login-flow-root .vA .btn:active { transform:scale(.98); }
.login-flow-root .vA .btn-login { background:linear-gradient(135deg,#0EA5A4,#2563EB); box-shadow:0 12px 28px rgba(24,110,190,.4); padding:15px; font-size:16.5px; font-weight:700; letter-spacing:.5px; }
.login-flow-root .vA .btn-reg { background:#fff; color:#0B7285; border:1.5px solid #BFE9E5; padding:14px; font-size:15px; font-weight:600; }
.login-flow-root .vA .btn-reg:hover { background:#F4FCFB; }
.login-flow-root .vA .divider { display:flex; align-items:center; gap:12px; font-size:11.5px; color:#A6B0BF; margin:4px 0; }
.login-flow-root .vA .divider::before, .login-flow-root .vA .divider::after { content:""; flex:1; height:1px; background:#E6EDF3; }
.login-flow-root .vA .btn-guest { background:transparent; color:#51606F; padding:12px; font-size:14px; font-weight:500; }
.login-flow-root .vA .btn-guest svg { color:#9AAABD; transition:transform .2s; }
.login-flow-root .vA .btn-guest:hover svg { transform:translateX(3px); }
/* 合作账号 */
.login-flow-root .vA .social { text-align:center; }
.login-flow-root .vA .social-t { font-size:13px; color:#7C8BA1; margin-bottom:12px; }
.login-flow-root .vA .social-row { display:flex; align-items:center; justify-content:center; gap:16px; }
.login-flow-root .vA .social-row a { display:inline-flex; }
.login-flow-root .vA .social-row img { width:38px; height:38px; border-radius:50%; display:block; box-shadow:0 4px 12px rgba(23,80,140,.1); }
/* 安全页脚 */
.login-flow-root .vA .sec-foot { display:flex; flex-direction:column; align-items:center; gap:7px; padding-top:4px; }
.login-flow-root .vA .sec-foot .row { display:flex; align-items:center; gap:5px; font-size:11px; color:#9AAABD; }
.login-flow-root .vA .sec-foot .row svg { color:#0E9C9B; }
.login-flow-root .vA .sec-foot .chips { display:flex; gap:6px; }
.login-flow-root .vA .sec-foot .chips span { font-size:10px; color:#51707E; background:#fff; border-radius:999px; padding:3px 10px; box-shadow:0 3px 10px rgba(23,80,140,.06); }
/* 注册面板 */
.login-flow-root .vA .reg-panel { display:flex; flex-direction:column; gap:12px; }
.login-flow-root .vA .reg-back { align-self:flex-start; display:inline-flex; align-items:center; gap:4px; border:none; background:transparent; color:#51606F; font-size:14px; font-family:inherit; cursor:pointer; padding:4px 0; }
.login-flow-root .vA .reg-closed { font-size:15px; color:#E5484D; text-align:center; padding:20px 0; }
.login-flow-root .vA .form-card { display:flex; flex-direction:column; gap:12px; padding:18px 16px; }
.login-flow-root .vA .field { display:flex; gap:8px; }
.login-flow-root .vA .field .inputBg, .login-flow-root .vA .inputBg { flex:1; width:100%; height:46px; border:1px solid #E2EBF0; border-radius:12px; padding:0 14px; font-size:15px; color:#12324B; background:#fff; font-family:inherit; line-height:normal; }
.login-flow-root .vA .inputBg:focus { outline:none; border-color:#0E9C9B; box-shadow:0 0 0 3px rgba(14,156,155,.15); }
.login-flow-root .vA .country-wrap { position:relative; display:flex; flex:1; gap:0; }
.login-flow-root .vA .country-trigger { flex:none; display:flex; align-items:center; gap:4px; height:46px; padding:0 10px 0 12px; border:1px solid #E2EBF0; border-right:none; border-radius:12px 0 0 12px; background:#F7FAFC; color:#12324B; font-size:14px; font-weight:600; cursor:pointer; user-select:none; -webkit-tap-highlight-color:transparent; }
.login-flow-root .vA .country-trigger svg { color:#7C8BA1; }
.login-flow-root .vA .country-wrap .inputBg { border-radius:0 12px 12px 0; }
.login-flow-root .vA .country-menu { display:none; position:absolute; left:0; top:calc(100% + 6px); min-width:180px; max-height:240px; overflow-y:auto; background:#fff; border-radius:12px; box-shadow:0 8px 28px rgba(23,80,140,.14); z-index:30; padding:6px 0; margin:0; }
.login-flow-root .vA .country-menu.open { display:block; }
.login-flow-root .vA .country-menu li { list-style:none; padding:9px 14px; font-size:13.5px; color:#12324B; cursor:pointer; }
.login-flow-root .vA .country-menu li.active, .login-flow-root .vA .country-menu li:hover { color:#0E9C9B; background:#F3F7F9; }
.login-flow-root .vA .code-field .inputBg { flex:1; }
.login-flow-root .vA .code-btn { flex:none; border:none; cursor:pointer; font-family:inherit; color:#fff; font-size:13px; font-weight:600; background:linear-gradient(135deg,#0EA5A4,#2563EB); border-radius:12px; padding:0 14px; height:46px; white-space:nowrap; -webkit-appearance:none; appearance:none; }
.login-flow-root .vA .captcha-img { flex:none; height:46px; border-radius:12px; border:1px solid #E2EBF0; cursor:pointer; }
.login-flow-root .vA .agree { display:flex; align-items:center; gap:6px; font-size:12.5px; color:#7C8BA1; }
.login-flow-root .vA .agree input { width:16px; height:16px; }
.login-flow-root .vA .agree a { color:#1D7FD6; text-decoration:none; }
.login-flow-root .vA .reg-submit { margin-top:4px; }
.login-flow-root .vA .reg-gift { font-size:13px; color:#E5484D; text-align:center; }
/* toast */
.login-flow-root .vA .toast { position:fixed; left:50%; top:96px; transform:translate(-50%,-16px); background:rgba(15,23,42,.92); color:#fff; font-size:13px; padding:10px 18px; border-radius:999px; display:flex; align-items:center; gap:8px; opacity:0; pointer-events:none; transition:opacity .3s, transform .3s; z-index:90; white-space:nowrap; }
.login-flow-root .vA .toast.show { opacity:1; transform:translate(-50%,0); }
.login-flow-root .vA .toast svg { color:#4ADE80; }
