:root { color-scheme: light; font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", system-ui, sans-serif; }
* { box-sizing: border-box; }
html, body { min-height: 100%; margin: 0; }
body { color: #212122; background: #f7f7f7; }
button { font: inherit; cursor: pointer; }
.withdraw-page { min-height: 100vh; padding: 20px 20px 50px; background: linear-gradient(180deg, rgba(101, 196, 170, .2), rgba(247, 247, 247, 0) 50%); }
.balance-panel { height: 321px; padding: 30px 30px 30px; border-radius: 14px; background: #fff; text-align: center; }
.balance-title { font-size: 20px; line-height: 23px; }
.balance-total { display: block; margin: 6px 0 29px; font-family: "Arial Rounded MT Bold", "PingFang SC", sans-serif; font-size: 45px; font-weight: 500; line-height: 55px; letter-spacing: -1px; }
.balance-breakdown { display: grid; grid-template-columns: 1.5fr 1.5fr 1fr; margin: 0 -30px 41px; }
.balance-breakdown div { display: flex; flex-direction: column; gap: 5px; color: rgba(33, 33, 34, .6); font-size: 18px; line-height: 20px; }
.balance-breakdown strong { color: #212122; font-family: "Arial Rounded MT Bold", "PingFang SC", sans-serif; font-size: 23px; font-weight: 500; line-height: 26px; letter-spacing: -.5px; }
.withdraw-action { display: block; width: 356px; height: 55px; border: 1px solid rgba(101, 196, 170, .4); border-radius: 28px; color: #fff; background: rgba(101, 196, 170, .4); font-size: 16px; line-height: 55px; }
.withdraw-menu { margin-top: 30px; overflow: hidden; border-radius: 10px; background: #fff; }
.menu-item { display: flex; align-items: center; width: 100%; height: 68px; padding: 0 20px; border: 0; border-bottom: 1px solid #f8f8f8; color: #000; background: #fff; text-decoration: none; text-align: left; font-size: 20px; line-height: 23px; }
.menu-item:last-child { border-bottom: 0; }
.menu-item > i { width: 13px; height: 13px; margin-left: auto; border-top: 2px solid #666; border-right: 2px solid #666; transform: rotate(45deg); }
.menu-icon { position: relative; display: inline-grid; width: 28px; height: 28px; flex: none; margin-right: 13px; place-items: center; color: #333; font-family: Georgia, serif; font-size: 20px; font-weight: 700; }
.yuan { border: 1.5px solid #333; border-radius: 50%; }
.yuan::after { position: absolute; right: -2px; bottom: -2px; width: 7px; height: 7px; border: 1px solid #f3b23b; border-radius: 50%; background: #fff; content: ""; }
.document { border: 1.5px solid #333; border-radius: 3px; font-size: 16px; }
.document::after { position: absolute; top: 4px; left: -4px; width: 6px; height: 10px; border: 1.5px solid #f3b23b; border-radius: 2px; background: #fff; content: ""; }
.report { border: 1.5px solid #333; border-radius: 2px; }
.report::before { position: absolute; top: 7px; left: 6px; width: 13px; height: 1.5px; background: #333; box-shadow: 0 5px #333; content: ""; }
.report::after { position: absolute; right: -2px; bottom: -2px; width: 9px; height: 9px; border-bottom: 1.5px solid #f3b23b; border-left: 1.5px solid #f3b23b; content: ""; }
.download { border: 1.5px solid #333; border-radius: 2px; }
.download::before { position: absolute; top: 4px; left: 12px; width: 2px; height: 12px; background: #f3b23b; content: ""; }
.download::after { position: absolute; top: 12px; left: 9px; width: 7px; height: 7px; border-right: 2px solid #f3b23b; border-bottom: 2px solid #f3b23b; content: ""; transform: rotate(45deg); }
.back-home { position: fixed; right: 19px; bottom: 80px; display: grid; width: 63px; height: 63px; place-items: center; border-radius: 50%; color: #333; background: #fff; box-shadow: 0 2px 9px rgba(0, 0, 0, .14); }
.back-home svg { width: 35px; height: 35px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.45; }
.toast { position: fixed; z-index: 2; left: 50%; bottom: 46px; padding: 11px 18px; border-radius: 22px; color: #fff; background: rgba(33, 33, 33, .84); font-size: 14px; opacity: 0; transform: translate(-50%, 14px); transition: .2s ease; pointer-events: none; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
@media (min-width: 641px) { .withdraw-page { max-width: 1054px; margin: 0 auto; padding: 40px 40px 80px; } .balance-panel { height: 560px; padding: 50px 60px 60px; border-radius: 24px; } .balance-title { font-size: 32px; line-height: 38px; } .balance-total { margin: 12px 0 50px; font-size: 72px; line-height: 88px; } .balance-breakdown { margin: 0 -60px 65px; } .balance-breakdown div { gap: 8px; font-size: 28px; line-height: 34px; } .balance-breakdown strong { font-size: 38px; line-height: 44px; } .withdraw-action { width: 100%; height: 88px; border-radius: 44px; font-size: 28px; line-height: 88px; } .withdraw-menu { margin-top: 48px; border-radius: 16px; } .menu-item { height: 108px; padding: 0 32px; font-size: 32px; line-height: 38px; } .menu-icon { width: 44px; height: 44px; margin-right: 20px; font-size: 30px; } .menu-item > i { width: 20px; height: 20px; } .back-home { right: calc(max(40px, (100vw - 1054px) / 2 + 40px)); bottom: 80px; width: 100px; height: 100px; } .back-home svg { width: 56px; height: 56px; } }
