*{box-sizing:border-box;margin:0;padding:0}:root{--primary: #2a7bff;--primary-deep: #1c62d6;--primary-light: #eaf2ff;--bg: #f5f7fa;--card: #ffffff;--text: #222222;--muted: #8c8c8c;--line: #ebedf0;--danger: #fa2c19;--gold: #ff9500;--success: #07c160;--radius: 10px;--radius-lg: 16px;--shadow: 0 2px 8px rgba(31, 45, 61, .06)}html,body{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,Helvetica Neue,Arial,sans-serif;background:var(--bg);color:var(--text);font-size:14px;-webkit-font-smoothing:antialiased;max-width:100%}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}input,textarea,select,button{font-family:inherit;outline:none}button{cursor:pointer}.topbar{position:sticky;top:0;z-index:50;height:50px;display:flex;align-items:center;padding:0 10px;background:#027dff;color:#fff}.topbar .back{width:34px;height:34px;display:flex;align-items:center;justify-content:center;font-size:20px}.topbar .brand{flex:1;text-align:center;font-size:17px;font-weight:700;letter-spacing:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar .ops{display:flex;gap:4px}.topbar .ops .icbtn{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ffffff24;font-size:17px;position:relative}.topbar .ops .dot{position:absolute;top:5px;right:5px;min-width:14px;height:14px;border-radius:8px;background:#ff2c54;color:#fff;font-size:9px;line-height:14px;text-align:center;padding:0 3px}.topbar.plain{background:#fff;color:var(--text);border-bottom:1px solid var(--line)}.topbar.plain .brand{color:var(--text);font-weight:700}.tabbar{position:fixed;left:0;right:0;bottom:0;z-index:60;height:64px;display:flex;background:#fff;border-top:1px solid var(--line);padding-bottom:env(safe-area-inset-bottom)}.tabbar a{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#9aa3b2;font-size:11px}.tabbar a.active{color:var(--primary);font-weight:600}.tabbar .ic{font-size:24px;line-height:27px;position:relative;height:27px;display:flex;align-items:center}.tabbar .ic .badge{position:absolute;top:-4px;right:-10px;min-width:14px;height:14px;border-radius:8px;background:#ff2c54;color:#fff;font-size:9px;line-height:14px;text-align:center;padding:0 3px}.chat-fab{position:fixed;right:14px;bottom:75px;z-index:70;width:40px;height:40px;border-radius:50%;background:#1890ff;color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;box-shadow:0 4px 12px #2a7bff66}.chat-fab .badge{position:absolute;top:-2px;right:-2px;min-width:16px;height:16px;border-radius:8px;background:#ff2c54;color:#fff;font-size:10px;line-height:16px;text-align:center;padding:0 3px}.page{min-height:calc(100vh - 100px);padding-bottom:66px}.page.no-tab{padding-bottom:30px}.home-banner{margin:12px 12px 0;border-radius:14px;overflow:hidden;position:relative;aspect-ratio:375/178;background:linear-gradient(135deg,#0b3b8f,#2a7bff)}.home-banner .slide{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;display:flex;flex-direction:column;justify-content:center;padding:20px}.home-banner .slide h2{color:#fff;font-size:24px;font-weight:800}.home-banner .slide p{color:#ffffffd9;font-size:13px;margin-top:6px}.home-banner .dots{position:absolute;bottom:8px;left:0;right:0;display:flex;justify-content:center;gap:5px}.home-banner .dots i{width:6px;height:6px;border-radius:3px;background:#ffffff80}.home-banner .dots i.on{width:14px;background:#fff}.notice-bar{margin:10px 12px 0;height:34px;display:flex;align-items:center;gap:8px;background:#fff;border-radius:8px;padding:0 12px;font-size:12px;color:var(--muted)}.notice-bar .ic{color:var(--gold)}.notice-bar .txt{flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.cat-group{margin:10px 12px 0;background:#fff;border-radius:12px;padding:12px 8px 14px}.cat-group .head{display:flex;align-items:center;padding:0 8px 10px}.cat-group .head .bar{width:4px;height:16px;border-radius:2px;background:var(--primary);margin-right:8px}.cat-group .head .name{font-size:15px;font-weight:700}.cat-group .head .more{margin-left:auto;font-size:12px;color:var(--muted)}.cat-grid{display:grid;grid-template-columns:repeat(3,1fr);row-gap:14px}.cat-item{display:flex;flex-direction:column;align-items:center;gap:6px}.cat-item .pic{width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;color:#fff}.cat-item .name{font-size:12px;color:#444}.goods-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;padding:10px 12px}.goods-card{background:#fff;border-radius:10px;overflow:hidden}.goods-card .img{aspect-ratio:1/1;background:#eef2f7;position:relative}.goods-card .img img{width:100%;height:100%;object-fit:cover}.goods-card .tag-flag{position:absolute;top:6px;left:0;background:linear-gradient(90deg,var(--primary),#2a7bff);color:#fff;font-size:10px;padding:2px 8px;border-radius:0 8px 8px 0}.goods-card .info{padding:8px 10px 10px}.goods-card .t{font-size:13px;line-height:1.45;height:38px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.goods-card .p{display:flex;align-items:baseline;gap:4px;margin-top:6px;color:var(--danger);font-weight:700}.goods-card .p .sym{font-size:11px}.goods-card .p .num{font-size:17px}.goods-card .extra{display:flex;justify-content:space-between;align-items:center;margin-top:4px;font-size:11px;color:var(--muted)}.goods-card .buy{color:var(--primary);font-weight:600}.card{background:var(--card);border-radius:12px;padding:14px;margin:10px 12px;box-shadow:var(--shadow)}.card h3{font-size:15px;margin-bottom:10px}.card .title-row{display:flex;align-items:center;margin-bottom:10px}.card .title-row .bar{width:4px;height:16px;border-radius:2px;background:var(--primary);margin-right:8px}.card .title-row .name{font-size:15px;font-weight:700}.detail-hero{background:#fff}.detail-hero .imgbox{aspect-ratio:1/1;background:#eef2f7}.detail-hero .imgbox img{width:100%;height:100%;object-fit:cover}.detail-hero .body{padding:14px 14px 16px}.detail-hero h1{font-size:17px;line-height:1.45;font-weight:600}.detail-hero .price-row{display:flex;align-items:baseline;gap:6px;margin:8px 0;color:var(--danger)}.detail-hero .price-row .num{font-size:24px;font-weight:800}.detail-hero .meta{display:flex;gap:10px;font-size:12px;color:var(--muted);flex-wrap:wrap}.chips{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}.chip{padding:4px 10px;border-radius:999px;font-size:11px;color:var(--primary);background:var(--primary-light);border:1px solid #cfe0ff}.chip.gold{color:var(--gold);background:#fff7e6;border-color:#ffe7ba}.detail-bar{position:fixed;left:0;right:0;bottom:0;z-index:70;height:56px;background:#fff;border-top:1px solid var(--line);display:flex;align-items:center;padding:0 12px;gap:10px;padding-bottom:env(safe-area-inset-bottom)}.detail-bar .icons{display:flex;gap:16px}.detail-bar .icons .mi{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:10px;color:var(--muted)}.detail-bar .icons .mi .ic{font-size:20px}.detail-bar .btn-main{flex:1;height:40px;border:0;border-radius:20px;background:linear-gradient(90deg,#ff3b30,#fa2c19);color:#fff;font-size:15px;font-weight:700}.sheet-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:90}.sheet{position:fixed;left:0;right:0;bottom:0;z-index:91;background:#fff;border-radius:16px 16px 0 0;padding:16px 14px calc(16px + env(safe-area-inset-bottom))}.sheet .handle{width:36px;height:4px;border-radius:2px;background:#e5e7eb;margin:0 auto 14px}.sheet .row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f5f6f8}.sheet .row label{color:var(--muted);font-size:13px}.sheet input,.sheet textarea,.sheet select{width:60%;text-align:right;border:0;font-size:14px;color:var(--text)}.sheet .qty{display:flex;align-items:center;gap:12px}.sheet .qty button{width:26px;height:26px;border-radius:50%;border:1px solid var(--line);background:#fff;font-size:16px}.sheet .qty .n{min-width:40px;text-align:center;font-size:16px}.btn{display:block;width:100%;padding:12px;border:0;border-radius:24px;background:var(--primary);color:#fff;font-size:15px;font-weight:600;text-align:center}.btn.plain{background:#fff;color:var(--text);border:1px solid var(--line)}.btn.danger{background:var(--danger)}.btn.gold{background:linear-gradient(90deg,#ffb400,#ff9500)}.btn:disabled{opacity:.5}.field{margin:12px}.field label{display:block;font-size:13px;color:#555;margin-bottom:6px}.field input,.field textarea,.field select{width:100%;padding:11px 12px;border:1px solid var(--line);border-radius:10px;font-size:14px;background:#fff}.field textarea{min-height:76px;resize:vertical}.auth-bg{min-height:100vh;background:linear-gradient(180deg,#2a7bff,#1c62d6 34%,#f5f7fa 34%);padding:46px 24px 30px}.auth-logo{text-align:center;color:#fff}.auth-logo .nm{font-size:26px;font-weight:800;letter-spacing:2px}.auth-logo .sub{margin-top:6px;font-size:13px;opacity:.9}.auth-card{margin-top:30px;background:#fff;border-radius:14px;padding:24px 20px;box-shadow:0 8px 30px #00000014}.auth-card .title{font-size:18px;font-weight:700;margin-bottom:4px}.auth-card .subtitle{font-size:12px;color:var(--muted);margin-bottom:18px}.auth-card .input{display:flex;align-items:center;border:1px solid var(--line);border-radius:10px;margin-bottom:12px;padding:0 12px;height:46px}.auth-card .input .pre{color:var(--muted);margin-right:8px}.auth-card .input input{flex:1;border:0;height:100%;font-size:15px}.auth-links{display:flex;justify-content:space-between;font-size:13px;color:var(--primary);margin-top:14px}.auth-tip{text-align:center;margin-top:16px;font-size:12px;color:#999;background:#f6f8fb;border-radius:8px;padding:8px}.row{display:flex;align-items:center;justify-content:space-between;padding:13px 12px;background:#fff;border-bottom:1px solid #f1f2f5}.row .l{color:#444;display:flex;align-items:center;gap:8px}.row .r{color:#222;font-size:13px}.row .chev{color:#c0c4cc}.tag{display:inline-block;padding:2px 8px;border-radius:999px;font-size:11px}.tag.wait{background:#fff7e6;color:#d48806}.tag.done{background:#f6ffed;color:#389e0d}.tag.proc{background:#e6f7ff;color:#1890ff}.tag.pay{background:#f0f5ff;color:#2f54eb}.tag.close{background:#f0f0f0;color:#999}.tag.red{background:#fff1f0;color:#ff4d4f}.order-tabs{display:flex;gap:2px;padding:8px 12px;overflow-x:auto}.order-tabs span{flex:none;padding:7px 16px;border-radius:999px;background:#fff;font-size:13px;color:#555}.order-tabs span.on{background:var(--primary);color:#fff;font-weight:600}.order-card{background:#fff;margin:10px 12px;border-radius:12px;padding:12px;box-shadow:var(--shadow)}.order-card .head{display:flex;justify-content:space-between;align-items:center;padding-bottom:10px;border-bottom:1px solid #f3f4f6}.order-card .orderno{font-size:12px;color:#999}.order-card .item{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid #f7f8fa}.order-card .item:last-child{border-bottom:0}.order-card .item img{width:56px;height:56px;border-radius:8px;object-fit:cover;background:#eef2f7}.order-card .item .info{flex:1}.order-card .item .t{font-size:13px}.order-card .item .sub{font-size:11px;color:var(--muted);margin-top:2px}.order-card .foot{display:flex;justify-content:space-between;align-items:center;padding-top:8px}.order-card .foot .sum{font-size:13px;color:#555}.order-card .foot .ops{display:flex;gap:8px}.mini-btn{padding:5px 14px;border-radius:999px;border:1px solid var(--line);background:#fff;font-size:12px;color:#555}.mini-btn.pri{border-color:var(--primary);color:var(--primary)}.member-hero{background:linear-gradient(160deg,#2a7bff,#1c62d6);color:#fff;padding:24px 16px 70px}.member-hero .me{display:flex;align-items:center;gap:14px}.member-hero .avatar{width:60px;height:60px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:28px;border:2px solid #fff}.member-hero .who .nm{font-size:18px;font-weight:700}.member-hero .who .id{font-size:12px;opacity:.85;margin-top:4px}.member-assets{margin:-48px 12px 0;background:#fff;border-radius:12px;padding:16px 10px;box-shadow:0 6px 20px #00000014;display:flex;justify-content:space-around;text-align:center}.member-assets .it .num{font-size:18px;font-weight:800;color:var(--text)}.member-assets .it .lab{font-size:11px;color:var(--muted);margin-top:4px}.member-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;background:#fff;border-radius:12px;margin:10px 12px;padding:14px 6px}.member-grid a{display:flex;flex-direction:column;align-items:center;gap:6px;font-size:11px;color:#444}.member-grid .ic{font-size:22px}.seg{display:flex;background:#f1f3f6;border-radius:10px;padding:3px;margin:10px 12px}.seg span{flex:1;text-align:center;padding:7px 0;border-radius:8px;font-size:13px;color:#555}.seg span.on{background:#fff;color:var(--primary);font-weight:600;box-shadow:0 1px 3px #0000000f}.empty{text-align:center;color:#999;padding:50px 0}.empty .em{font-size:46px;margin-bottom:10px}.empty .tip{font-size:13px}.amount{color:var(--danger);font-weight:700}.muted{color:var(--muted);font-size:12px}.mt8{margin-top:8px}.strong{font-weight:700}.card-code{padding:12px;background:#f0f5ff;border-radius:10px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:15px;letter-spacing:1px;margin-bottom:8px;word-break:break-all}.fict{margin-top:6px;padding:10px;background:#fffbe6;border:1px solid #ffe58f;border-radius:8px;font-size:13px;color:#874d00;word-break:break-all}.msg-item{display:flex;align-items:flex-start;gap:10px;background:#fff;padding:12px;border-bottom:1px solid #f1f2f5}.msg-item .av{width:40px;height:40px;border-radius:10px;background:var(--primary-light);display:flex;align-items:center;justify-content:center;font-size:18px;flex:none}.msg-item .info{flex:1}.msg-item .t{font-size:14px;font-weight:600}.msg-item .c{font-size:12px;color:var(--muted);margin-top:3px}.msg-item .tm{font-size:11px;color:#c0c4cc;flex:none}.article-card{background:#fff;border-radius:12px;margin:10px 12px;padding:14px;box-shadow:var(--shadow)}.article-card .t{font-size:15px;font-weight:600}.article-card .tm{font-size:12px;color:var(--muted);margin-top:6px}.article-body{padding:4px 4px 20px;line-height:1.9;font-size:14px;color:#333}.prog{display:flex;gap:10px;padding:8px 0}.prog .dot{width:8px;height:8px;border-radius:50%;background:var(--primary);margin-top:6px;flex:none}.pc-header{display:none;background:#fff;border-bottom:1px solid var(--line)}.pc-header .pc-in{max-width:1200px;margin:0 auto;height:68px;display:flex;align-items:center;gap:28px;padding:0 20px}.pc-header .logo{display:flex;align-items:center;gap:10px;font-size:22px;font-weight:800;color:var(--primary-deep);flex:none}.pc-header .logo .mk{width:34px;height:34px;border-radius:8px;background:linear-gradient(135deg,#1a6de0,#2a7bff);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px}.pc-header .search{flex:1;max-width:560px;display:flex;height:40px;border:2px solid var(--primary);border-radius:22px;overflow:hidden}.pc-header .search input{flex:1;border:0;padding:0 16px;font-size:14px}.pc-header .search button{width:88px;border:0;background:var(--primary);color:#fff;font-size:14px}.pc-header .user{margin-left:auto;display:flex;gap:18px;font-size:13px;color:#555;flex:none}.pc-header .user a:hover{color:var(--primary)}.pc-subnav{display:none;background:#fff;border-bottom:1px solid var(--line)}.pc-subnav .pc-in{max-width:1200px;margin:0 auto;padding:14px 20px;display:flex;gap:8px;flex-wrap:wrap}.pc-subnav a{display:flex;flex-direction:column;align-items:center;gap:6px;font-size:12px;color:#444;padding:10px 18px;border-radius:10px}.pc-subnav a:hover{background:var(--primary-light);color:var(--primary)}.pc-subnav a .ic{font-size:24px}.pc-footer{display:none;background:#1a1a1a;color:#9aa3b2;margin-top:40px}.pc-footer .pc-in{max-width:1200px;margin:0 auto;padding:34px 20px}.pc-footer .promise{display:flex;justify-content:space-between;border-bottom:1px solid #333;padding-bottom:22px;margin-bottom:22px}.pc-footer .promise .it{display:flex;align-items:center;gap:10px;font-size:14px;color:#e5e7eb}.pc-footer .promise .it .ic{font-size:22px}.pc-footer .cols{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;font-size:13px}.pc-footer .cols h4{color:#fff;font-size:14px;margin-bottom:10px}.pc-footer .cols a{display:block;padding:3px 0}.pc-footer .cols a:hover{color:#fff}.pc-footer .copy{text-align:center;margin-top:26px;font-size:12px;color:#666}.pc-body{max-width:1200px;margin:0 auto;padding:20px}.pc-sidebar{display:none;width:220px;flex:none;background:#fff;border-radius:12px;padding:12px 0;align-self:start;position:sticky;top:12px}.pc-sidebar .it{display:flex;align-items:center;gap:10px;padding:11px 20px;font-size:14px;color:#444;border-left:3px solid transparent}.pc-sidebar .it:hover{color:var(--primary);background:#fafbfd}.pc-sidebar .it.on{color:var(--primary);border-left-color:var(--primary);background:var(--primary-light);font-weight:600}.pc-main{flex:1;min-width:0}.goods-row{display:flex;align-items:center;gap:16px;background:#fff;border-radius:10px;padding:14px 18px;margin-bottom:12px;border:1px solid #eef0f3}.goods-row .img{width:88px;height:88px;border-radius:6px;overflow:hidden;background:#eef2f7;flex:none}.goods-row .img img{width:100%;height:100%;object-fit:cover}.goods-row .info{flex:1;min-width:0}.goods-row .t{font-size:16px;font-weight:600;color:#333}.goods-row .t .tg{display:inline-block;margin-left:8px;padding:1px 8px;border-radius:4px;font-size:11px;font-weight:400;background:#e6f7ff;color:#1890ff;vertical-align:2px}.goods-row .d{font-size:12px;color:#999;margin-top:6px}.goods-row .chips{display:flex;gap:6px;margin-top:8px}.goods-row .chips .chip{font-size:11px}.goods-row .side{flex:none;text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.goods-row .side .p{color:#ff4d4f;font-weight:800;font-size:20px}.goods-row .side .buy{border:0;background:var(--primary);color:#fff;font-size:13px;padding:7px 18px;border-radius:16px}.fab-support{display:none;position:fixed;right:24px;top:38%;z-index:80;width:52px;padding:8px 0 10px;border-radius:26px;background:#fff;box-shadow:0 4px 16px #1f2d3d26;text-align:center;font-size:11px;color:#555}.fab-support .ic{font-size:22px;display:block;margin-bottom:2px}@media(min-width:1024px){body{background:#f0f2f5}.pc-header,.pc-subnav,.pc-footer,.fab-support,.pc-sidebar{display:block}.pc-body{display:flex}.mobile-only{display:none!important}.topbar,.tabbar,.chat-fab{display:none}.page{max-width:none;margin:0;padding:0}.home-block,.notice-bar{max-width:1160px;margin-left:auto;margin-right:auto}.home-banner{max-width:1160px;margin-left:auto;margin-right:auto;aspect-ratio:21/9}.detail-hero{max-width:1200px;margin:0 auto;display:flex;gap:24px;padding:16px}.detail-hero .imgbox{width:420px;aspect-ratio:1/1;border-radius:12px;overflow:hidden;flex:none}.detail-hero .body{flex:1;padding:6px 0}.detail-bar{position:static;max-width:1160px;margin:0 auto 20px;border-radius:12px;border:1px solid var(--line)}.card{max-width:1160px;margin:0 auto 16px}.order-card{margin:0 0 14px}.member-hero{border-radius:0 0 20px 20px}.member-assets,.member-grid{max-width:720px;margin-left:auto;margin-right:auto}.auth-card{max-width:420px;margin-left:auto;margin-right:auto}}.mobile-footer{padding:18px 16px 80px;text-align:center;font-size:11px;color:#9aa3b2;line-height:1.9}@media(min-width:1024px){.mobile-footer{display:none}}.m-list{padding:8px 12px 20px}.m-card{display:block;background:#fff;border-radius:12px;padding:12px;margin-bottom:10px;box-shadow:var(--shadow)}.m-card .m-top{border-bottom:1px dashed #f0f2f5;padding-bottom:8px}.m-card .m-title{font-size:14px;font-weight:600;color:#333}.m-card .m-time{font-size:11px;color:var(--muted);margin-top:4px}.m-card .m-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:10px}.m-card .m-left{display:flex;align-items:center;gap:10px}.m-card .m-left img{width:44px;height:44px;border-radius:8px;object-fit:cover;background:#eef2f7}.m-card .m-tag{display:inline-block;padding:1px 8px;border-radius:4px;background:#e6f7ff;color:#1890ff;font-size:11px}.m-card .m-price{color:var(--danger);font-size:12px;margin-top:4px}.m-card .m-price b{font-size:18px}.m-card .m-buy{border:1px solid var(--primary);color:var(--primary);background:#fff;font-size:12px;padding:6px 16px;border-radius:16px}.m-card .m-buy.off{border-color:#ccc;color:#999}.pc-only{display:none}@media(min-width:1024px){.pc-only{display:flex}.m-list{display:none}}.topbar .wicon{width:18px;height:18px;filter:brightness(0) invert(1)}.tabbar .ticon{width:24px;height:24px;object-fit:contain;filter:grayscale(1) opacity(.55)}.tabbar a.active .ticon{filter:none}.chat-fab img{width:20px;height:20px;filter:brightness(0) invert(1)}.fab-support .ficon{width:22px;height:22px;display:block;margin:0 auto 2px}.empty .spinner{width:26px;height:26px;border:3px solid #e5e9f0;border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 8px}@keyframes spin{to{transform:rotate(360deg)}}.empty .em img{width:56px;height:56px;opacity:.8}.pc-subnav a .ic{width:30px;height:30px;object-fit:contain;border-radius:8px}.pc-footer .fic{width:20px;height:20px;color:#9ec3ff}@media(min-width:1024px){.pc-header{height:100px;display:block;background:#fffdfd;border:0}.pc-header .pc-in{max-width:1300px;height:100px;padding:23px 0;margin:0 auto;gap:0}.pc-header .logo{width:200px;height:55px}.pc-header .logo img{width:200px;height:55px;object-fit:contain}.pc-menu{width:461px;height:45px;display:flex;align-items:center;gap:24px;padding-left:0}.pc-menu a{height:46px;line-height:46px;color:#111;font-size:20px;font-weight:600;white-space:nowrap}.pc-menu a.on{color:#fa2c19;font-weight:600;border-bottom:2px solid #fa2c19}.pc-header .search{flex:0 0 300px;max-width:300px;height:50px;border:1px solid #e5e7eb;border-radius:15px;margin-left:0}.pc-header .search input{min-width:0;font-size:14px;padding:0 11px}.pc-header .search button{width:46px;height:50px;display:flex;align-items:center;justify-content:center}.pc-header .search button svg{width:16px;height:16px}.user-tools{margin-left:32px;display:flex;align-items:center;gap:17px;height:50px}.user-tools .account-name{max-width:121px;font-size:12px;color:#fff;background:#1677ff;border-radius:3px;padding:8px 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-tools a{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;border-radius:50%;background:#fff}.user-tools img{width:17px;height:17px;object-fit:contain}.user-tools a:last-child img{width:19px;height:19px}.pc-subnav{display:none!important}.pc-wrap{width:1300px;margin:16px auto 0;display:block}.pc-hero-row{display:flex;gap:12px;width:1300px;height:364px}.pc-banner{width:917px;height:362px;position:relative;overflow:hidden;border-radius:5px}.pc-banner>img{width:917px;height:362px;object-fit:cover}.pc-dots{position:absolute;left:0;right:0;bottom:8px;display:flex;justify-content:center;gap:4px}.pc-dots i{width:6px;height:6px;border-radius:50%;background:#fff9}.pc-dots i.on{background:#1677ff}.pc-user-card{width:371px;height:364px;background:#fff;border:1px solid #eee;border-radius:15px;padding:12px}.pc-user-top{height:150px;padding:14px 0 20px;text-align:center}.pc-user-top img{width:68px;height:68px;border-radius:4px;object-fit:cover;margin:0 auto 7px}.pc-user-name{font-size:14px;color:#333}.pc-user-sub{font-size:12px;color:#9b9fa8;margin-top:4px}.pc-user-actions{display:flex;justify-content:center;gap:8px;margin-top:1px}.pc-user-actions a{width:84px;height:30px;border:1px solid #e5e7eb;border-radius:4px;text-align:center;line-height:28px;color:#515a6e;font-size:12px}.pc-user-actions a:last-child{color:#fff;border-color:#1677ff;background:#1677ff}.pc-user-links{display:grid;grid-template-columns:1fr 1fr;gap:8px 12px;padding-top:18px}.pc-user-links a{height:32px;border:1px solid #e5e7eb;border-radius:4px;text-align:center;line-height:30px;color:#515a6e;font-size:12px}.pc-service-group{width:1274px;margin:0 13px}.pc-hero-row+.pc-service-group{margin-top:25px}.pc-service-head{height:68px;display:flex;align-items:center;border-bottom:1px dashed #edf0f3}.pc-service-head>span{width:4px;height:17px;background:#1677ff;border-radius:2px;margin-right:8px}.pc-service-head b{font-size:16px;font-weight:400;color:#333}.pc-service-head a{margin-left:auto;color:#9b9fa8;font-size:12px}.pc-service-items{height:166px;padding:25px 0;display:flex}.pc-service-item{width:255px;height:100px;padding:0 8px;text-align:center}.pc-service-item img{width:66px;height:66px;object-fit:contain;margin:0 auto 6px}.pc-service-item span{display:block;font-size:13px;color:#333}.pc-service-promises{display:none}.pc-wrap+*{display:none}.pc-footer{margin-top:29px;min-height:458px}.pc-footer .pc-in{max-width:1300px;padding:0 13px}.pc-footer .promise{height:100px;padding:0 0 22px;margin:0;align-items:center}.pc-footer .cols{grid-template-columns:repeat(4,1fr) 2fr;gap:20px}.pc-footer .footer-qrs{display:flex;gap:16px;justify-content:flex-end}.pc-footer .footer-qrs div{text-align:center;color:#fff;font-size:12px}.pc-footer .footer-qrs img{width:100px;height:100px;object-fit:cover;margin-top:8px}}.pc-service-float{display:none}@media(min-width:1024px){.pc-service-float{position:fixed;z-index:80;right:0;top:357px;width:118px;height:186px;display:flex;align-items:stretch}.pc-service-float>a{width:88px;height:88px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;background:#fff;color:#515a6e;font-size:12px}.pc-service-float>a:first-child{border-radius:10px 0 0;background:#1677ff;color:#fff}.pc-service-float>a:nth-child(2){position:absolute;left:0;top:88px;border-radius:0 0 0 10px}.pc-service-float>a img{width:30px;height:30px;object-fit:contain}.pc-service-float>a:first-child img{filter:brightness(0) invert(1)}.pc-service-float>button{position:absolute;left:-30px;top:74px;width:30px;height:32px;border:0;background:#fff;color:#9b9fa8;font-size:20px;border-radius:5px 0 0 5px}}.pc-list-page{display:none}@media(min-width:1024px){.pc-list-page{display:block;width:1300px;margin:16px auto 0;color:#515a6e}.pc-dir-row{width:1300px;height:115px;display:flex;background:transparent}.pc-category-row{height:114px}.pc-dir-title{width:96px;flex:none;background:#fafbfc;padding:9px 0 0;text-align:center;color:#333;font-size:14px;font-weight:700}.pc-dir-items{flex:1;height:100%;padding:12px 16px 0;display:flex;align-content:flex-start;gap:2px;overflow:hidden}.pc-dir-items a{width:113px;height:96px;flex:none;margin:0 2px;border-radius:6px;display:inline-flex;flex-direction:column;align-items:center;color:#111;font-size:12px}.pc-dir-items a.on{color:#3b8cfe}.pc-dir-items a img{width:50px;height:50px;object-fit:contain;margin-top:6px;border-radius:4px}.pc-dir-items a span{width:111px;height:26px;padding:4px 10px 0;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pc-sort-row{width:1300px;height:56px;display:flex;align-items:center;gap:24px;padding:0 24px;background:#f7f8fa;font-size:14px}.pc-sort-row>span{width:43px;color:#262626;white-space:nowrap}.pc-sort-row>span.on{font-weight:600}.pc-page-numbers{margin-left:auto;width:auto!important;color:#999!important;font-size:12px}.pc-product-list{width:1300px;padding-top:12px}.pc-product-card{width:1300px;height:136px;padding:12px;margin-bottom:12px;border-radius:4px;background:#fff;display:flex;align-items:center;color:#515a6e}.pc-product-card .product-img{width:110px;height:110px;flex:none}.pc-product-card .product-img img{width:110px;height:110px;border-radius:4px;object-fit:cover}.pc-product-card .product-info{width:776px;height:110px;padding-left:12px;display:flex;flex-direction:column;align-items:flex-start}.pc-product-card .product-title{height:20px;line-height:20px;color:#515a6e;font-size:14px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:760px}.pc-product-card .product-number{height:17px;line-height:17px;color:#a8a9b3;font-size:12px;margin-top:4px}.pc-product-card .product-tags{display:flex;height:23px;margin-top:auto;padding-left:1px;gap:6px}.pc-product-card .product-tags span{height:23px;padding:2px 5px;border-radius:2px;background:#004ce4;color:#fff;font-size:12px;line-height:19px}.pc-product-card .product-tags span+span{background:#fa2c19}.pc-product-card .product-services{width:89px;height:110px;flex:none;padding-top:17px;display:flex;flex-direction:column;gap:5px}.pc-product-card .product-services span{height:22px;line-height:22px;color:#004ce4;font-size:14px;white-space:nowrap}.pc-product-card .product-buy{width:67px;height:110px;flex:none;padding-top:24px;display:flex;flex-direction:column;align-items:stretch}.pc-product-card .product-buy>div{height:16px;line-height:16px;color:#fa2c19;font-size:16px;font-weight:700;white-space:nowrap}.pc-product-card .product-buy a{width:67px;height:27px;margin-top:12px;padding:4px 8px;border-radius:2px;background:#5783fc;color:#fff;font-size:12px;line-height:19px;text-align:center;white-space:nowrap}.pc-load-more{max-width:180px;margin:12px auto 24px}}.mobile-detail-only{display:block}.pc-detail-only{display:none}@media(min-width:1024px){.mobile-detail-only{display:none!important}.pc-detail-only{display:block}.detail-crumb{width:1300px;margin:16px auto 8px;height:26px;line-height:26px;color:#9b9fa8;font-size:13px}.detail-hero{width:1300px;max-width:1300px;height:520px;margin:0 auto;padding:0;display:flex;gap:24px;background:transparent}.detail-hero .imgbox{width:440px;height:440px;margin:0;border-radius:6px;overflow:hidden;background:#fff;flex:none}.detail-hero .imgbox img{width:440px;height:440px;object-fit:cover}.detail-hero .body{height:520px;flex:1;padding:4px 0;background:#fff}.detail-hero .price-row{margin:0 0 8px;color:#fa2c19}.detail-hero .price-row .num{font-size:26px}.detail-hero h1{font-size:20px;margin-bottom:10px}.detail-hero .meta{font-size:13px;gap:18px}.detail-field{min-height:29px;display:flex;align-items:center;font-size:14px;color:#515a6e}.detail-field label{width:60px;color:#9b9fa8}.detail-field b{color:#fa2c19;font-size:18px}.detail-favor{color:#fa2c19;font-size:22px}.detail-favor-icon{width:22px;height:22px;object-fit:contain}.pc-buy-form{position:relative;width:620px;margin-top:12px;padding:16px 18px;background:#f7f8fa;border:1px solid #e5e7eb;border-radius:6px;display:grid;grid-template-columns:80px 1fr 80px 1fr;gap:10px 12px;align-items:center}.pc-buy-form>label:not(.agree){font-size:13px;color:#666}.pc-buy-form input,.pc-buy-form select{width:100%;height:32px;border:1px solid #d9dde5;border-radius:4px;background:#fff;padding:0 8px;font-size:13px}.pc-buy-form .pc-form-total{grid-column:2 / -1;color:#fa2c19;font-size:22px;font-weight:700}.pc-buy-form .pc-agree{grid-column:1 / -1;font-size:12px;color:#666;display:flex;align-items:center;gap:5px}.pc-buy-form .pc-agree input{width:auto;height:auto}.pc-buy-form .pc-agree a{color:#1677ff}.pc-buy-form button{height:38px;border:0;border-radius:4px;background:#fa2c19;color:#fff;font-size:14px}.pc-buy-form button.batch{background:#fff;color:#1677ff;border:1px solid #1677ff}.detail-hero+.card{width:1300px;max-width:1300px;margin:0 auto 16px}}.pc-auth-header{display:none}@media(min-width:1024px){.lg-page{min-height:900px;height:100vh;padding:0;display:grid;grid-template-columns:45.07% 54.93%;background:#fff}.lg-page .geo{display:none}.lg-page .logo{grid-column:1;height:100%;margin:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px}.lg-page .logo-img{width:292px;height:87px;object-fit:contain}.lg-page .txt{display:block;text-align:center}.lg-page .txt .sub{font-size:32px;color:#0e1728;font-weight:600}.lg-page .txt .stats{display:flex;align-items:baseline;justify-content:center;gap:12px;margin-top:20px;color:#8a8f99}.lg-page .txt .stats b{color:#1677ff;font-size:26px}.lg-page .txt .stats small{font-size:13px}.lg-page>.pc-auth-card{grid-column:2;grid-row:1;width:448px!important;max-width:448px!important;height:485px;margin:144px auto 0;padding:40px 40px 32px;border-radius:0;box-shadow:none}.lg-page>.card .pc-auth-header{display:block;height:64px;margin-bottom:24px;font-size:26px;font-weight:700;color:#09090b}.lg-page>.card .pc-auth-header a{float:right;font-size:13px;font-weight:400;color:#1677ff;margin-top:10px}.lg-page>.card .tabs{margin-bottom:18px}.lg-page>.card .tabs span{font-size:14px}.lg-page>.card .in{height:46px;margin-bottom:6px}.lg-page>.card .in input{font-size:14px}.lg-page>.card .mainbtn{height:40px;font-size:14px;margin-top:16px}.lg-page>.card .agree{font-size:12px;margin-top:14px}.lg-page>.card .quick,.lg-page>.card .third,.lg-page>.card .demo-tip{display:none}.lg-footer{display:none}}.pc-register-header{display:none}@media(min-width:1024px){.rg-page{min-height:900px;height:100vh;padding:0;display:grid;grid-template-columns:45.07% 54.93%;background:#fff}.rg-page .geo{display:none}.rg-page .logo{grid-column:1;height:100%;margin:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px}.rg-page .brand-logo{width:292px;height:87px;object-fit:contain}.rg-page>.pc-register-card{grid-column:2;grid-row:1;width:401px!important;max-width:401px!important;height:588px;margin:156px auto 0;padding:40px 40px 32px;border-radius:0;box-shadow:none}.rg-page>.pc-register-card .pc-register-header{display:block;height:64px;margin-bottom:24px;font-size:26px;font-weight:700;color:#09090b}.rg-page>.pc-register-card .pc-register-header a{float:right;font-size:13px;font-weight:400;color:#1677ff;margin-top:10px}.rg-page>.pc-register-card .in{height:44px;margin-bottom:0}.rg-page>.pc-register-card .in:nth-of-type(5){height:45px}.rg-page>.pc-register-card .in:nth-of-type(6){height:59px}.rg-page>.pc-register-card .mainbtn{height:40px;font-size:14px;margin-top:16px}.rg-page>.pc-register-card .agree{font-size:12px;margin-top:14px}.rg-page>.pc-register-card .switch{display:none}.rg-footer{display:none}}.pc-category-page{display:none}@media(min-width:1024px){.pc-category-page{display:block;width:1300px;margin:16px auto 0;color:#515a6e}.pc-category-toolbar{height:44px;display:flex;align-items:center;gap:8px;padding:0 13px;font-size:14px;color:#9b9fa8;background:#fff}.pc-category-toolbar b{color:#333;font-weight:400}.pc-category-toolbar i{font-style:normal;color:#c0c4cc}.pc-category-views{margin-left:auto;display:flex;gap:14px}.pc-category-views span{color:#9b9fa8}.pc-category-views .on{color:#1677ff}.pc-category-group{width:1300px;background:#fff;margin-bottom:12px;padding:0 13px}.pc-category-head{height:56px;display:flex;align-items:center;border-bottom:1px solid #edf0f3}.pc-category-head>span{width:4px;height:17px;border-radius:2px;background:#1677ff;margin-right:8px}.pc-category-head b{font-size:16px;font-weight:400;color:#333}.pc-category-items{display:grid;grid-template-columns:repeat(6,1fr);padding:18px 0 20px}.pc-category-items a{height:100px;display:flex;flex-direction:column;align-items:center;color:#333;font-size:13px}.pc-category-items a img{width:50px;height:50px;object-fit:contain;margin-bottom:8px}.gd-page{display:none}}.pc-orders-page{display:none}@media(min-width:1024px){.pc-orders-page{display:flex;width:1300px;min-height:700px;margin:16px auto 0;gap:14px;background:transparent;color:#515a6e}.pc-orders-side{width:199px;flex:none;background:#fff;padding:8px 0}.pc-orders-side>a,.pc-orders-side .side-title{display:flex;align-items:center;width:199px;height:40px;margin:2px 0;padding:0 16px 0 24px;font-size:14px;color:#515a6e}.pc-orders-side .side-title{height:44px;padding-left:24px;border-radius:4px}.pc-orders-side .side-title.open{background:#fafbfc}.pc-orders-side .sub{padding-left:48px}.pc-orders-side .sub.active{color:#2a7bff;background:#f0f8ff}.pc-orders-main{width:1086px;background:#fff}.pc-orders-card-head{height:38px;display:flex;align-items:center;gap:24px;padding:0 12px;border-bottom:1px solid #f0f1f3;font-size:14px}.pc-orders-card-head b{color:#333;font-weight:600}.pc-orders-card-head span{color:#8c8c8c;font-size:13px}.pc-orders-form{height:238px;padding:14px 12px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px 16px;border-bottom:1px solid #f1f2f5}.pc-form-batch,.pc-form-title{grid-column:1 / -1;color:#333;font-size:14px}.pc-form-title{margin-top:-6px}.pc-orders-form label{display:flex;align-items:center;gap:10px;font-size:13px;color:#515a6e}.pc-orders-form select{flex:1;height:32px;border:1px solid #d9dde5;border-radius:4px;background:#fff;color:#9b9fa8;padding:0 8px;font-size:13px}.pc-form-actions{grid-column:1 / -1;display:flex;align-items:center;gap:8px;justify-content:flex-end}.pc-form-actions button{min-width:62px;height:32px;border:1px solid #d9dde5;border-radius:4px;color:#515a6e;background:#fff;font-size:13px}.pc-form-actions button:first-child{color:#fff;border-color:#1677ff;background:#1677ff}.pc-orders-results{min-height:172px;padding:48px 24px}.pc-empty{text-align:center;color:#00000040;font-size:14px}.pc-order-results-list{display:flex;flex-direction:column;gap:8px}.pc-order-result{min-height:44px;display:grid;grid-template-columns:2fr 1fr 3fr 1fr;align-items:center;padding:0 14px;border:1px solid #eef0f3;font-size:13px}.pc-order-result b{color:#2a7bff}.orders-page{display:none}}.pc-member-page{display:none}@media(min-width:1024px){.member-mobile-content{display:none}.pc-member-page{display:flex;width:1300px;min-height:700px;margin:16px auto 0;gap:14px;color:#515a6e}.pc-member-side{width:199px;flex:none;background:#fff;padding:8px 0}.pc-member-side>a,.pc-member-side .side-title{display:flex;align-items:center;width:199px;height:40px;margin:2px 0;padding:0 16px 0 24px;font-size:14px;color:#515a6e}.pc-member-side .side-title{height:44px;border-radius:4px}.pc-member-side .side-title.open{background:#fafbfc}.pc-member-side .sub{padding-left:48px}.pc-member-side .sub:hover{background:#f0f8ff;color:#2a7bff}.pc-member-main{width:1088px}.pc-person-card{height:340px;padding:12px;background:#fff;border:1px solid #f0f0f0;border-radius:4px}.pc-person-info{height:147px;display:flex;align-items:flex-start;padding:9px 0 8px}.pc-person-info>img{width:110px;height:110px;border-radius:4px;object-fit:cover}.pc-person-info>div{margin-left:16px;padding-top:4px;color:#919191;font-size:14px;line-height:25px}.pc-person-name{color:#333;font-size:18px;line-height:28px}.pc-person-status{display:inline-block;color:#fa2c19;font-size:12px}.pc-person-line b{color:#333;font-weight:400}.pc-balance-grid{height:76px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;border-top:1px solid #f0f1f3}.pc-balance-grid div{text-align:center;font-size:14px;color:#9b9fa8}.pc-balance-grid b{display:block;margin-top:3px;color:#fa2c19;font-size:18px;font-weight:600}.pc-balance-actions{display:flex;justify-content:center;gap:8px}.pc-balance-actions a{width:90px;height:32px;text-align:center;line-height:30px;border:1px solid #1677ff;border-radius:4px;color:#1677ff;font-size:13px}.pc-balance-actions a:first-child{background:#1677ff;color:#fff}.pc-order-stats{height:118px;display:flex;align-items:center;justify-content:space-around;padding:0 12px;margin-top:16px;background:#fff;border:1px solid #f0f0f0;border-radius:4px}.pc-order-stats a{width:18%;text-align:center;color:#515a6e}.pc-order-stats strong{display:block;font-size:14px;font-weight:400}.pc-order-stats span{display:block;margin-top:12px;color:#9b9fa8;font-size:12px}.pc-member-orders{height:275px;margin-top:16px;background:#fff;border:1px solid #f0f0f0;border-radius:4px}.pc-orders-title{height:38px;display:flex;align-items:center;gap:18px;padding:0 12px;border-bottom:1px solid #f0f1f3}.pc-orders-title b{color:#333;font-size:14px}.pc-orders-title a{color:#1677ff;font-size:13px}.pc-orders-table-head{height:40px;display:grid;grid-template-columns:3fr 1fr 2fr 3fr 1fr;align-items:center;padding:0 12px;background:#fafbfc;color:#8c8c8c;font-size:13px}.pc-orders-empty{height:173px;padding-top:76px;text-align:center;color:#00000040;font-size:14px}}.pc-message-page{display:none}@media(min-width:1024px){.mobile-message-content{display:none}.pc-message-page{display:flex;width:1300px;min-height:700px;margin:16px auto 0;gap:14px;color:#515a6e}.pc-message-side{width:199px;flex:none;background:#fff;padding:8px 0}.pc-message-side>a,.pc-message-side .side-title{display:flex;align-items:center;height:40px;margin:2px 0;padding:0 16px 0 24px;font-size:14px;color:#515a6e}.pc-message-side .side-title{height:44px;padding-left:24px}.pc-message-side .side-title.open{background:#fafbfc}.pc-message-side .sub{padding-left:48px}.pc-message-side .sub.active{color:#2a7bff;background:#f0f8ff}.pc-message-main{width:1086px;background:#fff}.pc-message-head{height:38px;display:flex;align-items:center;padding:0 12px;border-bottom:1px solid #f0f1f3}.pc-message-head b{color:#333;font-size:14px}.pc-message-filter{height:126px;padding:22px 12px 12px;display:grid;grid-template-columns:1fr 1fr 180px;gap:14px;border-bottom:1px solid #f1f2f5}.pc-message-filter label{display:flex;align-items:center;gap:10px;font-size:13px;color:#515a6e}.pc-message-filter input,.pc-message-filter select{flex:1;height:32px;border:1px solid #d9dde5;border-radius:4px;padding:0 8px;background:#fff;font-size:13px;color:#9b9fa8}.message-actions{display:flex;gap:8px;align-items:center}.message-actions button,.pc-message-batch button{height:32px;min-width:62px;border:1px solid #d9dde5;border-radius:4px;background:#fff;color:#515a6e;font-size:13px}.message-actions .primary{background:#1677ff;border-color:#1677ff;color:#fff}.pc-message-batch{height:58px;display:flex;align-items:center;gap:8px;padding:0 12px}.pc-message-table{margin:0 12px;border:1px solid #f0f1f3}.message-table-head{height:40px;display:grid;grid-template-columns:4fr 2fr 3fr 1fr;align-items:center;padding:0 12px;background:#fafbfc;color:#8c8c8c;font-size:13px}.message-empty{height:172px;padding-top:75px;text-align:center;color:#00000040;font-size:14px}}.pc-service-page{display:none}@media(min-width:1024px){.service-page{display:none}.pc-service-page{display:block;width:1300px;height:412px;margin:16px auto 0;color:#515a6e}.pc-service-breadcrumb{height:46px;padding:12px 18px;background:transparent;border-radius:16px 16px 0 0;display:flex;gap:8px;align-items:center;font-size:14px;color:#00000073}.pc-service-breadcrumb i{font-style:normal;color:#c5c9d0}.pc-service-breadcrumb b{color:#515a6e;font-weight:400}.pc-service-card{width:1300px;height:350px;background:#fff;border:1px solid #f0f1f3;border-radius:4px}.pc-service-card-head{height:38px;display:flex;align-items:center;padding:0 12px;border-bottom:1px solid #f0f1f3;font-size:14px;color:#515a6e}.pc-service-card-body{height:312px;padding:12px}.pc-contact-row{height:145px;padding:12px 24px;display:flex;align-items:flex-start;border-bottom:1px solid #f0f1f3}.pc-contact-row:last-child{border-bottom:0}.pc-contact-icon{width:30px;height:30px;margin-right:18px}.pc-contact-icon img{width:30px;height:30px;object-fit:contain}.pc-contact-copy{height:120px;display:flex;flex-direction:column;gap:8px}.pc-contact-copy b{font-size:16px;font-weight:400;color:#515a6e}.pc-contact-copy span{font-size:14px;color:#8c8c8c}.pc-contact-copy a{font-size:13px;color:#1677ff;margin-top:10px}.pc-contact-qr{margin-left:auto;width:120px;height:120px;position:relative}.pc-contact-qr img{width:120px;height:120px;object-fit:cover}.pc-contact-qr span{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000080;color:#fff;opacity:0;font-size:13px}.pc-contact-qr:hover span{opacity:1}}.pc-wallet-page{display:none}@media(min-width:1024px){.wallet-mobile-content{display:none}.pc-wallet-page{display:flex;width:1300px;min-height:700px;margin:16px auto 0;gap:14px;color:#515a6e}.pc-wallet-side{width:199px;flex:none;background:#fff;padding:8px 0}.pc-wallet-side>a,.pc-wallet-side .side-title{display:flex;align-items:center;height:40px;margin:2px 0;padding:0 16px 0 24px;font-size:14px;color:#515a6e}.pc-wallet-side .side-title{height:44px;padding-left:24px}.pc-wallet-side .side-title.open{background:#fafbfc}.pc-wallet-side .sub{padding-left:48px}.pc-wallet-side .sub.active{color:#2a7bff;background:#f0f8ff}.pc-wallet-main{width:1086px;background:#fff}.pc-wallet-head{height:38px;display:flex;align-items:center;padding:0 12px;border-bottom:1px solid #f0f1f3;font-size:14px;color:#333}.pc-wallet-summary{height:204px;margin:11px 12px 12px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.pc-wallet-summary>div{border-radius:12px;padding:20px;color:#fff;background:linear-gradient(135deg,#ff9a3d,#ff7c2f)}.pc-wallet-summary span{display:block;font-size:14px;opacity:.9}.pc-wallet-summary b{display:block;margin-top:15px;font-size:24px;font-weight:600}.wallet-summary-head{display:flex;justify-content:space-between;align-items:center}.wallet-summary-head b{margin-top:0}.wallet-summary-details{display:flex;gap:80px;margin-top:35px}.wallet-summary-details strong{font-size:16px}.wallet-summary-actions{display:flex;gap:8px;margin-top:18px}.pc-wallet-primary a,.pc-wallet-commission a{display:inline-block;padding:5px 16px;border:1px solid rgba(255,255,255,.8);border-radius:4px;color:#fff;font-size:13px}.pc-wallet-commission>a{margin-top:88px}.pc-wallet-ledger{margin:0 12px}.pc-ledger-tabs{height:46px;display:flex;align-items:center;gap:28px;border-bottom:1px solid #f0f1f3}.pc-ledger-tabs span{height:46px;line-height:46px;font-size:14px;color:#515a6e;position:relative}.pc-ledger-tabs span.on{color:#1677ff}.pc-ledger-tabs span.on:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:#1677ff}.pc-ledger-tabs a{margin-left:auto;color:#1677ff;font-size:13px}.pc-ledger-filter{height:92px;display:grid;grid-template-columns:1.5fr 1fr 1fr 180px;gap:12px;align-items:center}.pc-ledger-filter label{display:flex;align-items:center;gap:8px;font-size:13px}.pc-ledger-filter input,.pc-ledger-filter select{flex:1;min-width:0;height:32px;border:1px solid #d9dde5;border-radius:4px;padding:0 8px;font-size:12px}.pc-ledger-filter button{height:32px;min-width:60px;margin-left:8px;border:1px solid #d9dde5;border-radius:4px;background:#fff;color:#515a6e}.pc-ledger-filter button.primary{background:#1677ff;border-color:#1677ff;color:#fff}.pc-ledger-table{border:1px solid #f0f1f3}.ledger-head{height:39px;display:grid;grid-template-columns:2fr 1.5fr repeat(4,1fr) 2fr;align-items:center;padding:0 12px;background:#fafbfc;color:#8c8c8c;font-size:13px}.ledger-empty{height:173px;text-align:center;padding-top:75px;color:#00000040;font-size:14px}}@media(min-width:1024px){.pc-menu a:last-child{display:none}.service-route~.pc-service-float{display:none}.service-route+.mobile-footer+.pc-service-float{display:none}.service-route+.mobile-footer+.pc-service-float+.pc-footer{margin-top:16px}}.pc-announcement-page{display:none}@media(min-width:1024px){.mobile-announcement-content{display:none}.pc-announcement-page{display:block;width:1300px;height:398px;margin:16px auto 0;color:#515a6e}.pc-announcement-breadcrumb{height:46px;padding:12px 18px;display:flex;align-items:center;gap:8px;color:#fff;background:#1677ff;border-radius:16px 16px 0 0;font-size:14px}.pc-announcement-breadcrumb i{color:#ffffffbf;font-style:normal}.pc-announcement-breadcrumb b{color:#fff;font-weight:400}.pc-announcement-card{width:1300px;height:336px;background:#fff;border:1px solid #f0f1f3;border-radius:4px}.pc-announcement-head{height:38px;display:flex;align-items:center;padding:0 12px;border-bottom:1px solid #f0f1f3;color:#515a6e;font-size:14px}.pc-announcement-body{padding:12px}.pc-announcement-row{height:73px;display:grid;grid-template-columns:32px 1fr;align-items:center;padding:12px 24px;border-bottom:1px solid #f0f1f3;font-size:14px}.pc-announcement-row .index{width:32px;height:32px;line-height:32px;text-align:center;border-radius:50%;background:#e6f7ff;color:#1890ff}.pc-announcement-row .announcement-copy{padding-left:16px;display:flex;flex-direction:column;gap:4px}.pc-announcement-row .title{color:#0071be;font-size:14px;font-weight:700}.pc-announcement-row .title:hover{color:#1677ff}.pc-announcement-row .date{color:#00000073;text-align:left;font-size:14px}.pc-announcement-pagination{height:32px;margin-top:24px;display:flex;align-items:center;justify-content:flex-end;color:#515a6e;font-size:14px}.pc-announcement-pagination .total{margin-right:8px}.pc-announcement-pagination button,.pc-announcement-pagination .current{width:32px;height:32px;border:0;border-radius:4px;background:transparent;color:#515a6e;font-size:14px;margin-right:8px;text-align:center;line-height:32px}.pc-announcement-pagination button{border:1px solid #f0f1f3;color:#00000040}.pc-announcement-pagination .current{color:#2a7bff;font-weight:600;background:#fff}}@media(min-width:1024px){.pc-order-breadcrumb{width:1300px;height:46px;margin:16px auto 0;padding:12px 18px;color:#00000073;font-size:14px;background:transparent}.status-hero{width:1300px;height:118px;margin:0 auto 16px;padding:18px;border:1px solid #f0f1f3;border-radius:4px;background:#fff;text-align:left;position:relative}.status-hero .ic{width:38px;height:38px;margin-right:12px;vertical-align:middle}.status-hero .st{display:inline-block;vertical-align:middle;font-size:20px;font-weight:600}.status-hero .tip{position:absolute;left:68px;top:67px;font-size:13px;color:#9b9fa8}.status-hero+.card,.status-hero~.card{width:1300px;max-width:1300px;margin:0 auto 16px;border-radius:4px;box-shadow:none;border:1px solid #f0f1f3}.status-hero~.ops{width:1300px;margin:0 auto 20px;padding:0}.status-hero~.ops .btn{width:180px}}
