:root { --green:#07805a; --green-2:#19a273; --green-soft:#e9f7f1; --orange:#ff7046; --ink:#25362f; --muted:#83908a; --line:#e7ece9; --paper:#fff; --bg:#f4f7f5; }
* { box-sizing:border-box; -webkit-tap-highlight-color:transparent; }
body { margin:0; color:var(--ink); background:radial-gradient(circle at 75% 8%,#d9f4e8 0,transparent 28%),linear-gradient(135deg,#edf5f1,#f8f4ee); font-family:"PingFang SC","Microsoft YaHei",system-ui,sans-serif; }
button,input { font:inherit; } button { cursor:pointer; }
.preview-stage { min-height:100vh; display:flex; align-items:center; justify-content:center; gap:90px; padding:38px; }
.preview-copy { width:360px; }.preview-badge { display:inline-block; padding:7px 12px; color:var(--green); font-size:12px; font-weight:700; background:rgba(255,255,255,.72); border:1px solid rgba(7,128,90,.14); border-radius:999px; }.preview-copy h1 { margin:20px 0 12px; font-size:56px; line-height:1.12; letter-spacing:-.06em; }.preview-copy>p { color:#64736d; font-size:15px; line-height:1.8; }.preview-points { display:flex; flex-wrap:wrap; gap:9px; margin-top:24px; }.preview-points span { padding:8px 11px; color:#527067; font-size:11px; background:rgba(255,255,255,.75); border-radius:8px; }
.phone-frame { position:relative; width:410px; height:min(850px,calc(100vh - 32px)); padding:10px; background:#111815; border:1px solid rgba(255,255,255,.5); border-radius:42px; box-shadow:0 35px 90px rgba(17,60,45,.25),inset 0 0 0 2px #3d4642; }
.phone-speaker { position:absolute; z-index:12; top:17px; left:50%; width:78px; height:21px; background:#111815; border-radius:0 0 15px 15px; transform:translateX(-50%); }
.miniapp { position:relative; overflow:hidden; width:100%; height:100%; background:var(--bg); border-radius:32px; }
.status-bar { position:absolute; z-index:10; top:0; left:0; right:0; display:flex; height:27px; align-items:center; justify-content:space-between; padding:0 19px; color:#26362f; font-size:10px; font-weight:700; background:rgba(255,255,255,.96); }.status-icons { font-size:8px; letter-spacing:.04em; }
.wechat-bar { position:absolute; z-index:9; top:27px; left:0; right:0; display:flex; height:45px; align-items:center; justify-content:center; background:rgba(255,255,255,.96); border-bottom:1px solid rgba(0,0,0,.04); }.wechat-bar strong { font-size:14px; }.wechat-capsule { position:absolute; right:10px; top:8px; padding:6px 9px; color:#3e4a45; font-size:10px; border:1px solid #d8ddda; border-radius:15px; }.back-button { position:absolute; left:8px; top:3px; width:38px; height:38px; color:#26362f; font-size:30px; line-height:1; background:transparent; border:0; }
.page-stack { position:absolute; top:72px; right:0; bottom:59px; left:0; overflow:hidden; }.app-page { display:none; overflow-y:auto; width:100%; height:100%; background:var(--bg); scrollbar-width:none; }.app-page::-webkit-scrollbar { display:none; }.app-page.active { display:block; animation:page-in .18s ease both; } @keyframes page-in { from { opacity:.4; transform:translateX(7px); } to { opacity:1; transform:none; } }
.hero { padding:19px 15px 22px; color:#fff; background:linear-gradient(135deg,#087b58,#18a473 72%,#43b88e); border-radius:0 0 23px 23px; box-shadow:0 7px 20px rgba(9,113,80,.14); }.brand-line { display:flex; align-items:flex-start; justify-content:space-between; }.brand-line h2 { margin:0; font-size:25px; letter-spacing:.04em; }.brand-line p { margin:3px 0 0; color:rgba(255,255,255,.78); font-size:11px; }.safe-tag { display:flex; align-items:center; gap:5px; margin-top:2px; padding:6px 8px; color:rgba(255,255,255,.88); font-size:9px; background:rgba(255,255,255,.13); border:1px solid rgba(255,255,255,.18); border-radius:14px; }.safe-tag i { width:5px; height:5px; background:#baffdb; border-radius:50%; }
.search-box { display:flex; height:50px; align-items:center; margin-top:17px; padding:5px 5px 5px 12px; background:#fff; border-radius:13px; box-shadow:0 7px 15px rgba(0,65,42,.15); }.search-symbol { color:#6e7a75; font-size:24px; transform:rotate(-15deg); }.search-box input { flex:1; min-width:0; padding:0 5px; color:#34443e; font-size:11px; border:0; outline:0; }.search-box button { padding:0 7px; color:var(--green); font-size:10px; background:transparent; border:0; }.search-box #searchButton { height:39px; padding:0 12px; color:#fff; font-weight:700; background:var(--orange); border-radius:9px; }.hero-note { margin:9px 0 0; color:rgba(255,255,255,.7); font-size:9px; text-align:center; }
.home-content { padding:12px 14px 22px; }.notice { display:flex; align-items:center; gap:7px; padding:10px 11px; background:#fff; border-radius:10px; box-shadow:0 3px 14px rgba(30,75,58,.04); }.notice span { padding:3px 6px; color:var(--green); font-size:8px; font-weight:700; background:var(--green-soft); border-radius:4px; }.notice p { margin:0; color:#69756f; font-size:9px; }
.benefit-row { display:grid; grid-template-columns:repeat(3,1fr); gap:5px; margin-top:9px; padding:12px 8px; background:#fff; border-radius:10px; }.benefit-row>div { display:flex; align-items:center; justify-content:center; gap:6px; }.benefit-row b { display:grid; width:25px; height:25px; place-items:center; color:var(--green); font-size:10px; background:var(--green-soft); border-radius:8px; }.benefit-row span strong,.benefit-row span small { display:block; }.benefit-row strong { font-size:9px; }.benefit-row small { margin-top:2px; color:#9aa39f; font-size:7px; }
.section-head { display:flex; align-items:baseline; justify-content:space-between; margin:20px 2px 9px; }.section-head h3 { margin:0; font-size:14px; }.section-head small { color:#8f9995; font-size:8px; }.section-head em { padding:3px 5px; color:#ec653e; font-size:7px; font-style:normal; background:#fff0eb; border-radius:4px; }
.platform-row { display:grid; grid-template-columns:repeat(4,1fr); padding:13px 5px; background:#fff; border-radius:11px; }.platform-row button { display:flex; flex-direction:column; align-items:center; color:#34433e; background:transparent; border:0; }.platform-icon { display:grid; width:42px; height:42px; place-items:center; font-size:15px; font-style:normal; font-weight:800; border-radius:13px; }.platform-icon.tb { color:#ff6235; background:#fff0eb; }.platform-icon.jd { color:#df343c; background:#ffedef; }.platform-icon.pdd { color:#d93930; background:#ffedeb; }.platform-icon.all { color:#0c8460; background:#e9f7f1; }.platform-row span { margin-top:6px; font-size:9px; font-weight:650; }.platform-row small { margin-top:2px; color:#a0a8a4; font-size:7px; }
.campaign { overflow:hidden; position:relative; display:flex; height:88px; align-items:center; justify-content:space-between; margin-top:12px; padding:14px 16px; color:#71361c; background:linear-gradient(120deg,#fff2d9,#ffe2c1); border-radius:12px; }.campaign span { padding:3px 6px; color:#fff; font-size:7px; background:#f17845; border-radius:4px; }.campaign h3 { margin:6px 0 3px; font-size:14px; }.campaign p { margin:0; color:#a56c50; font-size:8px; }.campaign-coins { position:relative; width:105px; height:64px; }.campaign-coins i { position:absolute; display:grid; width:44px; height:44px; place-items:center; color:#d75d34; font-style:normal; font-weight:800; background:#ffd77e; border:4px solid #ffecb9; border-radius:50%; box-shadow:0 7px 13px rgba(162,85,38,.12); }.campaign-coins i:nth-child(1){right:3px;top:0}.campaign-coins i:nth-child(2){right:39px;top:22px;width:35px;height:35px;font-size:10px}.campaign-coins i:nth-child(3){left:1px;top:5px;width:29px;height:29px;font-size:9px}
.product-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:9px; }.product-card { overflow:hidden; padding:0; text-align:left; background:#fff; border:0; border-radius:11px; box-shadow:0 4px 16px rgba(29,71,55,.05); }.product-image { position:relative; width:100%; aspect-ratio:1.12; overflow:hidden; background:#eff4f1; }.product-image img { width:100%; height:100%; object-fit:cover; }.product-image span { position:absolute; left:7px; top:7px; padding:3px 5px; color:#fff; font-size:7px; background:rgba(23,34,30,.66); border-radius:4px; }.product-body { padding:8px 9px 10px; }.product-title { display:-webkit-box; overflow:hidden; height:30px; margin:0; color:#293832; font-size:10px; line-height:15px; -webkit-line-clamp:2; -webkit-box-orient:vertical; }.coupon-line { display:flex; align-items:center; gap:5px; margin-top:5px; }.coupon-line span { padding:2px 4px; color:#ee613a; font-size:7px; border:1px solid #ffbba7; border-radius:3px; }.coupon-line small { color:#99a29e; font-size:7px; }.price-line { display:flex; align-items:end; justify-content:space-between; margin-top:7px; }.price-line strong { color:#f05f37; font-size:16px; }.price-line strong small { font-size:8px; }.price-line b { padding:3px 5px; color:#07805a; font-size:7px; background:#e8f7f1; border-radius:4px; }.end-note { margin:20px 0 6px; color:#adb5b1; font-size:8px; text-align:center; }
.inner-page { padding:13px 14px 20px; }.inner-search { display:flex; height:43px; align-items:center; padding-left:10px; background:#fff; border-radius:10px; }.inner-search>span { color:#79847f; font-size:20px; }.inner-search input { flex:1; min-width:0; padding:0 6px; font-size:10px; border:0; outline:0; }.inner-search button { align-self:stretch; padding:0 13px; color:#fff; font-size:10px; font-weight:700; background:var(--green); border:0; border-radius:9px; }.filter-row { display:flex; justify-content:space-between; padding:13px 10px 10px; }.filter-row button { color:#77837e; font-size:9px; background:transparent; border:0; }.filter-row button.active { color:var(--green); font-weight:750; }.search-summary { display:flex; justify-content:space-between; padding:7px 2px 10px; color:#7d8983; font-size:8px; }.search-summary small { color:#a0a9a5; }.product-list { display:flex; flex-direction:column; gap:9px; }.list-product { display:grid; grid-template-columns:105px 1fr; gap:11px; padding:9px; text-align:left; background:#fff; border:0; border-radius:11px; }.list-product img { width:105px; height:105px; object-fit:cover; background:#eef3f0; border-radius:8px; }.list-product h3 { display:-webkit-box; overflow:hidden; margin:3px 0 7px; font-size:11px; line-height:16px; -webkit-line-clamp:2; -webkit-box-orient:vertical; }.list-product p { margin:0; color:#9aa39f; font-size:8px; }.list-product .list-bottom { display:flex; align-items:end; justify-content:space-between; margin-top:18px; }.list-product .list-bottom strong { color:#f05f37; font-size:16px; }.list-product .list-bottom span { padding:4px 6px; color:var(--green); font-size:8px; background:var(--green-soft); border-radius:5px; }
.product-page { padding-bottom:72px; }.product-hero-image { position:relative; width:100%; height:300px; background:#fff; }.product-hero-image img { width:100%; height:100%; object-fit:contain; }.product-hero-image span { position:absolute; left:13px; bottom:13px; padding:5px 8px; color:#fff; font-size:9px; background:rgba(26,38,33,.72); border-radius:6px; }.detail-card { margin:9px 10px 0; padding:14px; background:#fff; border-radius:12px; }.detail-price { display:flex; align-items:center; gap:8px; }.detail-price strong { color:#f25e35; font-size:23px; }.detail-price del { color:#abb3af; font-size:9px; }.detail-price span { padding:4px 6px; color:#e45532; font-size:8px; background:#fff0eb; border-radius:5px; }.detail-card h2 { margin:9px 0 10px; font-size:15px; line-height:1.45; }.shop-line { display:flex; justify-content:space-between; margin:0; color:#919b96; font-size:8px; }.shop-line b { color:#65736d; }.rebate-card { display:flex; align-items:center; justify-content:space-between; margin:9px 10px 0; padding:13px 14px; color:#075e43; background:linear-gradient(120deg,#e6f7ef,#f1fbf6); border:1px solid #cdeadd; border-radius:12px; }.rebate-title { display:flex; align-items:center; gap:8px; }.rebate-title>span { display:grid; width:31px; height:31px; place-items:center; color:#fff; font-size:12px; font-weight:800; background:var(--green); border-radius:9px; }.rebate-title strong,.rebate-title small { display:block; }.rebate-title strong { font-size:11px; }.rebate-title small { margin-top:3px; color:#6d9082; font-size:7px; }.rebate-money { font-size:19px; }.steps-card,.detail-info { margin:9px 10px 0; padding:14px; background:#fff; border-radius:12px; }.steps-card h3,.detail-info h3 { margin:0 0 12px; font-size:11px; }.steps { display:flex; align-items:center; justify-content:space-between; }.steps>div { display:flex; flex-direction:column; align-items:center; gap:6px; }.steps i { display:grid; width:24px; height:24px; place-items:center; color:var(--green); font-size:8px; font-style:normal; font-weight:750; background:var(--green-soft); border-radius:50%; }.steps span { color:#65716c; font-size:7px; }.steps>b { color:#c4ccc8; font-weight:400; }.detail-info p { margin:0; color:#7c8782; font-size:8px; line-height:1.7; }.buy-bar { position:absolute; z-index:6; right:0; bottom:0; left:0; display:flex; height:64px; align-items:center; padding:7px 10px; background:#fff; border-top:1px solid #edf0ee; box-shadow:0 -5px 18px rgba(20,55,42,.07); }.favorite-button { width:47px; color:#58655f; font-size:17px; background:transparent; border:0; }.favorite-button small { display:block; margin-top:2px; font-size:7px; }.buy-bar>div { flex:1; padding-left:5px; }.buy-bar>div span,.buy-bar>div small { display:block; font-size:8px; }.buy-bar>div span b { color:#ef5c36; font-size:13px; }.buy-bar>div small { margin-top:3px; color:#89948f; }.buy-bar>div small b { color:var(--green); }.buy-button { height:45px; padding:0 21px; color:#fff; font-size:12px; font-weight:750; background:linear-gradient(110deg,#ff8a4c,#f15e39); border:0; border-radius:12px; box-shadow:0 7px 14px rgba(239,95,57,.2); }
.orders-tabs { position:sticky; z-index:3; top:-13px; display:flex; justify-content:space-around; margin:-13px -14px 10px; padding:13px 0 8px; background:#fff; }.orders-tabs button { position:relative; padding:7px 4px; color:#7d8883; font-size:9px; background:transparent; border:0; }.orders-tabs button.active { color:var(--green); font-weight:750; }.orders-tabs button.active::after { content:""; position:absolute; left:50%; bottom:0; width:17px; height:2px; background:var(--green); border-radius:2px; transform:translateX(-50%); }.order-guide { padding:10px 12px; color:#577267; background:#e9f7f1; border-radius:9px; }.order-guide span { font-size:9px; font-weight:750; }.order-guide p { margin:3px 0 0; font-size:7px; }.order-list { display:flex; flex-direction:column; gap:9px; margin-top:10px; }.order-card { padding:12px; background:#fff; border-radius:11px; }.order-head { display:flex; justify-content:space-between; padding-bottom:9px; border-bottom:1px solid #edf0ee; }.order-head span { font-size:9px; font-weight:700; }.order-head b { color:#bd7a19; font-size:8px; }.order-body { display:grid; grid-template-columns:58px 1fr; gap:9px; padding:10px 0; }.order-body .order-art { display:grid; width:58px; height:58px; place-items:center; font-size:26px; background:#f1f5f3; border-radius:8px; }.order-body h3 { margin:3px 0 7px; font-size:10px; }.order-body p { margin:0; color:#929c97; font-size:7px; }.order-money { display:flex; align-items:end; justify-content:space-between; padding-top:9px; border-top:1px solid #edf0ee; }.order-money span { color:#8b9590; font-size:8px; }.order-money span b { color:#47554f; }.order-money>strong { color:var(--green); font-size:12px; }
.wallet-page { padding:13px 14px 22px; }.wallet-hero { padding:21px 19px 17px; color:#fff; background:linear-gradient(135deg,#087b58,#19a473); border-radius:16px; box-shadow:0 11px 24px rgba(8,123,88,.18); }.wallet-hero>p { margin:0; color:rgba(255,255,255,.72); font-size:9px; }.wallet-hero h2 { display:inline-block; margin:7px 0 17px; font-size:30px; }.wallet-hero>button { float:right; margin-top:7px; padding:8px 13px; color:var(--green); font-size:9px; font-weight:750; background:#fff; border:0; border-radius:16px; }.wallet-hero>div { display:grid; grid-template-columns:1fr 1fr; padding-top:13px; border-top:1px solid rgba(255,255,255,.18); }.wallet-hero>div span:last-child { padding-left:20px; border-left:1px solid rgba(255,255,255,.18); }.wallet-hero strong,.wallet-hero small { display:block; }.wallet-hero strong { font-size:13px; }.wallet-hero small { margin-top:3px; color:rgba(255,255,255,.67); font-size:7px; }.wallet-notice { display:flex; gap:7px; margin-top:10px; padding:10px; color:#557069; background:#fff; border-radius:9px; }.wallet-notice span { color:var(--green); }.wallet-notice p { margin:0; font-size:8px; }.record-card,.rules-card { margin-top:10px; padding:0 13px 4px; background:#fff; border-radius:11px; }.record-card .section-head { margin:0 -1px; padding:14px 0 10px; border-bottom:1px solid #edf0ee; }.money-record { display:flex; align-items:center; gap:9px; padding:12px 0; border-bottom:1px solid #edf0ee; }.money-record:last-child { border:0; }.money-record>i { display:grid; width:33px; height:33px; place-items:center; color:var(--green); font-size:10px; font-style:normal; font-weight:750; background:var(--green-soft); border-radius:9px; }.money-record>span { flex:1; }.money-record strong,.money-record small { display:block; }.money-record strong { font-size:9px; }.money-record small { margin-top:3px; color:#99a29e; font-size:7px; }.money-record>b { color:var(--green); font-size:11px; }.rules-card { padding:14px; }.rules-card h3 { margin:0 0 7px; font-size:11px; }.rules-card p { margin:0; color:#7f8a85; font-size:8px; line-height:1.7; }
.profile-page { padding-bottom:22px; }.profile-hero { display:flex; align-items:center; gap:12px; padding:26px 20px 34px; color:#fff; background:linear-gradient(140deg,#087b58,#1ca87a); }.avatar { display:grid; width:52px; height:52px; place-items:center; color:var(--green); font-size:22px; font-weight:800; background:#fff; border-radius:17px; }.profile-hero h2 { margin:0 0 5px; font-size:16px; }.profile-hero p { margin:0; color:rgba(255,255,255,.72); font-size:8px; }.profile-hero button { margin-left:auto; color:rgba(255,255,255,.8); font-size:24px; background:transparent; border:0; }.saving-card { position:relative; display:grid; grid-template-columns:1fr 1px 1fr; margin:-17px 13px 0; padding:17px 15px 29px; background:#fff; border-radius:13px; box-shadow:0 7px 20px rgba(28,69,54,.08); }.saving-card span { text-align:center; }.saving-card small,.saving-card strong { display:block; }.saving-card small { color:#8c9792; font-size:8px; }.saving-card strong { margin-top:5px; color:#ef6038; font-size:17px; }.saving-card i { height:31px; background:#e8ecea; }.saving-card button { position:absolute; right:0; bottom:0; left:0; padding:7px; color:var(--green); font-size:8px; background:#f0faf5; border:0; border-radius:0 0 13px 13px; }.menu-card { margin:11px 13px 0; padding:0 13px; background:#fff; border-radius:12px; }.menu-card button { display:flex; width:100%; align-items:center; gap:10px; padding:13px 0; text-align:left; background:transparent; border:0; border-bottom:1px solid #edf0ee; }.menu-card button:last-child { border:0; }.menu-card i { display:grid; width:31px; height:31px; place-items:center; color:var(--green); font-size:9px; font-style:normal; font-weight:750; background:var(--green-soft); border-radius:9px; }.menu-card span { flex:1; }.menu-card strong,.menu-card small { display:block; }.menu-card strong { font-size:10px; }.menu-card small { margin-top:3px; color:#99a29e; font-size:7px; }.menu-card b { color:#aab2ae; font-size:16px; font-weight:400; }.operator-note { margin:21px 0 0; color:#a4aca8; font-size:8px; line-height:1.7; text-align:center; }
.tabbar { position:absolute; z-index:8; right:0; bottom:0; left:0; display:grid; height:59px; grid-template-columns:repeat(4,1fr); padding-bottom:4px; background:rgba(255,255,255,.97); border-top:1px solid #e7ece9; }.tabbar button { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:2px; color:#8e9893; background:transparent; border:0; }.tabbar i { font-size:17px; font-style:normal; line-height:1; }.tabbar span { font-size:8px; }.tabbar button.active { color:var(--green); font-weight:750; }
.modal-layer { position:absolute; z-index:20; inset:0; display:grid; place-items:center; padding:25px; background:rgba(21,34,29,.5); backdrop-filter:blur(4px); }.modal-layer[hidden] { display:none; }.mini-modal { width:100%; padding:25px 22px 20px; text-align:center; background:#fff; border-radius:18px; box-shadow:0 20px 55px rgba(0,0,0,.2); }.success-mark { display:grid; width:48px; height:48px; margin:0 auto 11px; place-items:center; color:#fff; font-size:22px; background:var(--green); border-radius:50%; box-shadow:0 8px 18px rgba(7,128,90,.22); }.mini-modal h3 { margin:0; font-size:15px; }.mini-modal p { margin:13px 0 9px; padding:11px; color:#df603a; font-size:14px; font-weight:700; background:#fff3ed; border-radius:9px; }.mini-modal small { display:block; color:#7f8a85; font-size:8px; line-height:1.65; }.mini-modal button { width:100%; margin-top:16px; padding:11px; color:#fff; font-size:11px; font-weight:750; background:var(--green); border:0; border-radius:10px; }.toast { position:absolute; z-index:25; left:50%; bottom:78px; padding:9px 13px; color:#fff; font-size:9px; background:rgba(26,37,32,.88); border-radius:8px; transform:translateX(-50%); white-space:nowrap; }.toast[hidden] { display:none; }
@media(max-width:850px){body{background:#111815}.preview-stage{display:block;padding:0}.preview-copy{display:none}.phone-frame{width:100%;height:100vh;padding:0;border:0;border-radius:0;box-shadow:none}.phone-speaker{display:none}.miniapp{border-radius:0}}
