:root{--orange: #fb7701;--orange-d: #d45f00;--wine: #8b1d2c;--bg: #f4f4f4;--text: #1f1f1f;--muted: #888;--card: #fff}*{box-sizing:border-box}html,body,#app{margin:0;min-height:100%;background:var(--bg);color:var(--text);font-family:PingFang TC,Noto Sans TC,Microsoft JhengHei,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:inherit}.page{max-width:720px;margin:0 auto;padding:12px 12px 88px}.mhead{position:sticky;top:0;z-index:30;background:#fff;display:flex;align-items:center;gap:10px;padding:10px 12px}.mhead .avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;background:#f3f3f3;flex-shrink:0}.mhead .avatar img{width:100%;height:100%;object-fit:cover}.mhead form{flex:1}.lang-btn{flex-shrink:0;border:0;background:var(--orange);color:#fff;border-radius:16px;padding:7px 11px;font-size:12px;font-weight:700;cursor:pointer}.mhead input{width:100%;border:0;background:#f3f3f3;border-radius:22px;padding:10px 16px;outline:none;font-size:14px}.carousel{position:relative;overflow:hidden;background:#eee}.carousel .track{display:flex;transition:transform .4s ease}.carousel a{min-width:100%;position:relative}.carousel img{width:100%;height:210px;object-fit:contain;background:linear-gradient(180deg,#fff4ea,#ffd7b0)}.carousel a:after{content:"";position:absolute;left:0;right:0;bottom:0;height:72px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.45))}.carousel .cap{position:absolute;left:14px;bottom:16px;color:#fff;z-index:1;font-weight:800;font-size:16px;text-shadow:0 1px 6px rgba(0,0,0,.45);max-width:70%}.dots{position:absolute;left:0;right:0;bottom:8px;display:flex;justify-content:center;gap:6px}.dots i{width:6px;height:6px;border-radius:50%;background:#ffffff80;display:block}.dots i.on{width:16px;border-radius:4px;background:#fff}.quick{background:var(--wine);display:grid;grid-template-columns:repeat(4,1fr);padding:16px 8px 14px;text-align:center;color:#fff}.quick a{color:#fff;font-size:12px}.quick .ico{width:48px;height:48px;border-radius:50%;margin:0 auto 8px;display:flex;align-items:center;justify-content:center;font-size:20px}.quick .c1{background:linear-gradient(180deg,#ff8aa0,#f43f5e)}.quick .c2{background:linear-gradient(180deg,#8b7cff,#5b4bff)}.quick .c3{background:linear-gradient(180deg,#7dd3fc,#0ea5e9)}.quick .c4{background:linear-gradient(180deg,#67e8f9,#06b6d4)}.notice{display:flex;align-items:center;gap:8px;background:#fff;margin:0;padding:10px 12px;font-size:13px}.notice .hot{background:#fb7701;color:#fff;border-radius:10px;padding:1px 7px;font-size:11px;font-weight:700}.notice .txt{flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.tiles{display:grid;grid-template-columns:1fr 1fr;background:#fff}.tiles a{min-height:150px;padding:14px 12px;border:1px solid #f2f2f2;display:flex;flex-direction:column;justify-content:space-between}.tiles .tn{font-size:16px;font-weight:800}.tiles .tg{display:inline-block;margin-top:6px;background:#ffe4cc;color:#d45f00;border-radius:10px;font-size:11px;padding:1px 8px}.tiles img{width:100%;height:72px;object-fit:contain;margin-top:8px}.guess{padding:16px 12px 8px;font-size:18px;font-weight:800}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding:0 8px 20px}.card{background:var(--card);border-radius:10px;overflow:hidden}.card .thumb{aspect-ratio:1;object-fit:cover;background:#f0f0f0}.card .meta{padding:8px 10px 12px}.card .title{font-size:13px;height:36px;overflow:hidden}.price{color:var(--orange);font-weight:800}.price small{font-size:12px;font-weight:600}.tabbar{position:fixed;left:0;right:0;bottom:0;height:60px;background:#fff;display:flex;border-top:1px solid #eee;z-index:20}.tabbar a{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:11px;color:#888;gap:2px}.tabbar a.active{color:var(--orange);font-weight:700}.tabbar svg{width:22px;height:22px}.btn{background:var(--orange);color:#fff;border:0;border-radius:22px;padding:10px 18px;font-weight:700;cursor:pointer}.btn.ghost{background:#fff;color:var(--orange);border:1px solid var(--orange)}.btn.block{width:100%}.input,textarea,select{width:100%;border:1px solid #e5e5e5;border-radius:10px;padding:10px 12px;background:#fff;font-size:14px}.muted{color:var(--muted);font-size:12px}.row{display:flex;gap:10px;align-items:center}.section-title{font-size:16px;font-weight:800;margin:16px 0 10px}.cats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.cats a{background:#fff;border-radius:12px;padding:10px 4px;text-align:center;font-size:12px}.cats img{width:48px;height:48px;margin:0 auto 6px;border-radius:10px;object-fit:cover;background:#ffe8d6}.toast{position:fixed;left:50%;top:40%;transform:translate(-50%,-50%);background:#000000c7;color:#fff;padding:10px 16px;border-radius:8px;z-index:99}.stat{background:#fff;border-radius:12px;padding:14px;flex:1}.stat b{display:block;font-size:20px;color:var(--orange)}.panel{background:#fff;border-radius:12px;padding:14px;margin-bottom:12px}.menu a{display:block;padding:12px 0;border-bottom:1px solid #f2f2f2}.tabs{display:flex;gap:8px;overflow:auto;padding-bottom:8px}.tabs span{padding:6px 12px;border-radius:16px;background:#fff;font-size:13px;cursor:pointer;white-space:nowrap}.tabs span.on{background:var(--orange);color:#fff}.topbar{position:sticky;top:0;z-index:20;background:#fff;color:#222;display:flex;align-items:center;gap:10px;padding:10px 14px;border-bottom:1px solid #f0f0f0}.topbar img.logo{width:32px;height:32px;object-fit:contain;flex-shrink:0}.topbar .search{flex:1;background:#f3f3f3;color:#333;border:0;border-radius:20px;padding:8px 14px;outline:none}.hlink{color:#666;font-size:12px;white-space:nowrap;padding:0 4px}@media (min-width: 900px){.page,.mall{max-width:1100px;margin:0 auto}.grid{grid-template-columns:repeat(4,1fr)}.carousel img{height:320px}}
