
        *{margin:0;padding:0;box-sizing:border-box}
        body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;background:#f5f5f5;min-height:100vh}
        .page{display:none;min-height:100vh;background:#f5f5f5}
        .page.active{display:block}
        /* 特殊布局页激活时保持flex */
        .page.active.success-page{display:flex}
        .page.active.scan-page{display:block}
        .page.active.cover-page{display:block}
        .top-bar{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;padding:15px 20px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100}
        .top-bar-white{background:#fff;color:#333;box-shadow:0 2px 10px rgba(0,0,0,0.1)}
        .top-bar-back{font-size:24px;cursor:pointer;width:40px}
        .top-bar-title{font-size:18px;font-weight:bold;text-align:center;flex:1}
        .top-bar-menu{font-size:24px;cursor:pointer;width:40px;text-align:right}
        .content{padding:15px;padding-bottom:80px}
        .card{background:#fff;border-radius:15px;padding:20px;margin-bottom:15px;box-shadow:0 2px 10px rgba(0,0,0,0.05)}
        .card-title{font-size:16px;font-weight:bold;color:#333;margin-bottom:15px;display:flex;align-items:center;gap:8px}
        .btn{display:inline-block;padding:12px 25px;border-radius:25px;font-size:14px;font-weight:bold;text-align:center;border:none;cursor:pointer}
        .btn-primary{background:linear-gradient(135deg,#e6b73f,#d4a12a);color:#1a1a2e}
        .btn-secondary{background:#fff;color:#e6b73f;border:2px solid #e6b73f}
        .btn-block{width:100%;padding:15px;font-size:16px}
        .btn:active{transform:scale(0.98)}
        .bottom-nav{position:fixed;bottom:0;left:0;right:0;background:#fff;display:flex;justify-content:space-around;padding:10px 0 25px;box-shadow:0 -2px 10px rgba(0,0,0,0.1);z-index:100}
        .nav-item{text-align:center;padding:5px 15px;cursor:pointer;color:#999;font-size:12px}
        .nav-item.active{color:#e6b73f}
        .nav-icon{font-size:24px;margin-bottom:3px}
        .price{color:#e6b73f;font-weight:bold}
        .tag{display:inline-block;padding:3px 8px;border-radius:3px;font-size:11px}
        .tag-red{background:#ff4d4f;color:#fff}
        .tag-orange{background:#ffa940;color:#fff}
        .tag-green{background:#52c41a;color:#fff}
        .badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;border-radius:9px;background:#ff4d4f;color:#fff;font-size:11px;padding:0 5px}

        /*发票管理*/
        .invoice-item{background:#fafafa;border-radius:12px;padding:15px;margin-bottom:12px;cursor:pointer;transition:transform 0.15s}
        .invoice-item:active{transform:scale(0.99)}
        .invoice-item:last-child{margin-bottom:0}
        .invoice-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
        .invoice-type-tag{padding:3px 10px;border-radius:10px;font-size:12px;font-weight:bold}
        .tag-company{background:#e6f7ff;color:#1890ff}
        .tag-personal{background:#fff7e6;color:#fa8c16}
        .invoice-status{margin-left:auto}
        .invoice-item-body{margin-bottom:12px}
        .invoice-item-row{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px solid #eee;font-size:13px}
        .invoice-item-row:last-child{border-bottom:none}
        .invoice-label{color:#888}
        .invoice-value{color:#333;font-weight:500}
        .invoice-item-actions{display:flex;gap:10px;padding-top:10px;border-top:1px solid #eee}
        .invoice-btn{flex:1;padding:8px;border-radius:8px;border:none;font-size:13px;cursor:pointer;transition:opacity 0.15s}
        .invoice-btn:active{opacity:0.8}
        .btn-reject{background:#fff;color:#f5222d;border:1px solid #f5222d}
        .btn-confirm{background:#52c41a;color:#fff}
        .invoice-done{opacity:0.7}
        .invoice-done .invoice-item-actions{display:none}
        
        /* 复制按钮 */
        .copy-btn{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:#f0f0f0;border:1px solid #ddd;border-radius:6px;font-size:12px;color:#666;cursor:pointer;transition:all 0.15s;margin-left:10px;}
        .copy-btn:hover{background:#e6b73f;color:#fff;border-color:#e6b73f;}
        .copy-btn:active{transform:scale(0.95);}
        .copy-btn.copied{background:#52c41a;color:#fff;border-color:#52c41a;}
        .invoice-info-row{display:flex;align-items:center;justify-content:space-between;padding:10px;background:#fafafa;border-radius:8px;margin-bottom:12px;}
        .invoice-info-row:last-child{margin-bottom:0;}
        .invoice-info-label{color:#888;font-size:14px;}
        .invoice-info-value-wrap{display:flex;align-items:center;gap:0;}
        .invoice-info-value{font-weight:bold;font-size:14px;}
        .mb-10{margin-bottom:10px}
        .mb-15{margin-bottom:15px}
        .mb-20{margin-bottom:20px}
        .mt-15{margin-top:15px}
        .flex-between{justify-content:space-between;align-items:center;display:flex}
        .font-14{font-size:14px}
        .color-888{color:#888}


        .mall-order-detail-status{display:flex;align-items:center;background:linear-gradient(135deg,#ff9800,#ffb74d);color:#fff;padding:20px;margin:15px;border-radius:12px}
        .mall-order-detail-status-icon{font-size:40px;margin-right:15px}
        .mall-order-detail-status-title{font-size:18px;font-weight:bold;margin-bottom:5px}
        .mall-order-detail-status-desc{font-size:13px;opacity:0.9}
        .mall-order-detail-section{margin-bottom:15px}
        .mall-order-detail-section-title{font-size:14px;font-weight:bold;color:var(--guochao-text);padding:15px 15px 10px}
        .mall-order-detail-card{background:#fff;margin:0 15px;border-radius:12px;overflow:hidden}
        .mall-order-detail-row{display:flex;justify-content:space-between;padding:12px 15px;border-bottom:1px solid #f5f5f5}
        .mall-order-detail-row:last-child{border-bottom:none}
        .mall-order-detail-label{color:#888;font-size:14px}
        .mall-order-detail-value{color:var(--guochao-text);font-size:14px;font-weight:500}
        .mall-order-detail-goods{display:flex;padding:15px}
        .mall-order-detail-goods-img{width:70px;height:70px;background:linear-gradient(135deg,#ff8c42,#ff6b35);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:32px;margin-right:12px}
        .mall-order-detail-goods-info{flex:1}
        .mall-order-detail-goods-name{font-size:15px;font-weight:bold;color:var(--guochao-text);margin-bottom:5px}
        .mall-order-detail-goods-spec{font-size:12px;color:#888;margin-bottom:8px}
        .mall-order-detail-goods-price{font-size:14px;color:var(--guochao-text)}
        .mall-order-detail-actions{display:flex;gap:10px;padding:15px;margin-top:20px}
        .mall-order-detail-btn{flex:1;padding:12px;border-radius:22px;font-size:14px;font-weight:bold;text-align:center;border:none;cursor:pointer}
        .mall-order-detail-btn-gray{background:#f5f5f5;color:#666}
        .mall-order-detail-btn-red{background:linear-gradient(135deg,var(--guochao-red),#c9202f);color:#fff}
        
        /* ========== 查看物流页面样式 ========== */
        .mall-logistics-status{display:flex;align-items:center;background:linear-gradient(135deg,#2196f3,#64b5f6);color:#fff;padding:20px;margin:15px;border-radius:12px}
        .mall-logistics-status-icon{font-size:40px;margin-right:15px}
        .mall-logistics-status-title{font-size:18px;font-weight:bold;margin-bottom:5px}
        .mall-logistics-status-desc{font-size:13px;opacity:0.9}
        .mall-logistics-card{background:#fff;margin:15px;padding:15px;border-radius:12px}
        .mall-logistics-company{display:flex;align-items:center}
        .mall-logistics-company-icon{width:50px;height:50px;background:#f0f5ff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:24px;margin-right:12px}
        .mall-logistics-company-name{font-size:16px;font-weight:bold;color:var(--guochao-text);margin-bottom:5px}
        .mall-logistics-company-code{font-size:13px;color:#666}
        .mall-logistics-timeline{background:#fff;margin:15px;padding:15px;border-radius:12px}
        .mall-logistics-timeline-title{font-size:14px;font-weight:bold;color:var(--guochao-text);margin-bottom:15px}
        .mall-logistics-timeline-item{display:flex;padding-left:20px;position:relative;padding-bottom:20px}
        .mall-logistics-timeline-item:last-child{padding-bottom:0}
        .mall-logistics-timeline-item::before{content:'';position:absolute;left:5px;top:8px;bottom:0;width:2px;background:#e0e0e0}
        .mall-logistics-timeline-item:last-child::before{display:none}
        .mall-logistics-timeline-item::after{content:'';position:absolute;left:0;top:8px;width:12px;height:12px;border-radius:50%;background:#e0e0e0;border:2px solid #fff}
        .mall-logistics-timeline-active::after{background:var(--guochao-red);width:14px;height:14px;left:-1px;top:7px}
        .mall-logistics-timeline-active .mall-logistics-timeline-desc{color:var(--guochao-red);font-weight:bold}
        .mall-logistics-timeline-content{flex:1}
        .mall-logistics-timeline-time{font-size:12px;color:#888;margin-bottom:3px}
        .mall-logistics-timeline-desc{font-size:14px;color:var(--guochao-text)}
        .mall-logistics-tip{display:flex;align-items:flex-start;background:#fffbe6;margin:15px;padding:12px;border-radius:8px;border:1px solid #ffe58f}
        .mall-logistics-tip-icon{margin-right:8px;font-size:16px}
        .mall-logistics-tip-text{font-size:13px;color:#ad6800;line-height:1.5}
        
        /* ========== 提醒发货页面样式 ========== */
        .mall-remind-card{background:#fff;text-align:center;padding:30px 20px;border-radius:12px;margin-bottom:15px}
        .mall-remind-icon{font-size:60px;margin-bottom:15px}
        .mall-remind-title{font-size:18px;font-weight:bold;color:var(--guochao-text);margin-bottom:10px}
        .mall-remind-desc{font-size:14px;color:#666;line-height:1.6}
        .mall-remind-order{background:#fff;border-radius:12px;margin-bottom:15px;overflow:hidden}
        .mall-remind-order-title{font-size:14px;font-weight:bold;color:var(--guochao-text);padding:15px 15px 10px}
        .mall-remind-order-info{padding:0 15px 15px}
        .mall-remind-order-row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #f5f5f5;font-size:14px}
        .mall-remind-order-row:last-child{border-bottom:none}
        .mall-remind-order-row span:first-child{color:#888}
        .mall-remind-order-row span:last-child{color:var(--guochao-text)}
        .mall-remind-actions{padding:15px}

        /*首页封面*/
        .cover-page{min-height:100vh;background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460);position:relative;overflow:hidden}
        .cover-page::before{content:'';position:absolute;top:-50%;right:-30%;width:80%;height:150%;background:radial-gradient(circle,rgba(230,183,63,0.1),transparent 60%);animation:pulse 8s ease-in-out infinite}
        @keyframes pulse{0%,100%{transform:scale(1);opacity:0.5}50%{transform:scale(1.1);opacity:0.8}}
        @keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
        .cover-header{padding:50px 20px 30px;text-align:center;position:relative;z-index:2}
        .cover-logo{width:100px;height:100px;background:linear-gradient(145deg,#e6b73f,#d4a12a);border-radius:25px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;font-size:50px;box-shadow:0 10px 40px rgba(230,183,63,0.4);animation:float 3s ease-in-out infinite}
        .cover-brand{font-size:36px;font-weight:bold;color:#fff;margin-bottom:8px;letter-spacing:8px}
        .cover-tagline{font-size:18px;color:#e6b73f;letter-spacing:3px;margin-bottom:10px;font-weight:bold}
        .cover-slogan{font-size:13px;color:rgba(255,255,255,0.7);letter-spacing:2px}
        .brand-story{padding:20px;position:relative;z-index:2}
        .story-card{background:rgba(255,255,255,0.1);backdrop-filter:blur(10px);border-radius:20px;padding:25px;margin-bottom:20px;border:1px solid rgba(255,255,255,0.15)}
        .story-title{font-size:18px;color:#e6b73f;margin-bottom:15px;display:flex;align-items:center;gap:10px}
        .story-content{font-size:14px;color:rgba(255,255,255,0.9);line-height:1.8}
        .story-content p{margin-bottom:12px}
        .highlight{color:#e6b73f;font-weight:bold}
        .features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;padding:0 20px 25px;position:relative;z-index:2}
        .feature-item{background:rgba(255,255,255,0.08);backdrop-filter:blur(10px);border-radius:15px;padding:20px 15px;text-align:center;border:1px solid rgba(255,255,255,0.1)}
        .feature-icon{font-size:32px;margin-bottom:10px}
        .feature-name{font-size:14px;color:#fff;font-weight:bold;margin-bottom:5px}
        .feature-desc{font-size:11px;color:rgba(255,255,255,0.6)}
        .entry-section{padding:20px;position:relative;z-index:2}
        .entry-btn{display:block;width:100%;padding:16px 20px;margin-bottom:12px;border-radius:50px;font-size:16px;font-weight:bold;text-align:center;border:none;cursor:pointer}
        .btn-customer{background:linear-gradient(135deg,#e6b73f,#d4a12a);color:#1a1a2e;box-shadow:0 8px 25px rgba(230,183,63,0.4)}
        .btn-marketer{background:rgba(255,255,255,0.15);color:#fff;border:2px solid rgba(255,255,255,0.3)}
        .btn-store{background:rgba(255,255,255,0.1);color:#fff;border:2px solid rgba(255,255,255,0.2)}
        .btn-admin{background:rgba(230,183,63,0.2);color:#e6b73f;border:2px solid rgba(230,183,63,0.3)}
        .cover-footer{text-align:center;padding:20px;position:relative;z-index:2}
        .cover-footer p{font-size:12px;color:rgba(255,255,255,0.5);margin-bottom:5px}

        /* ===== 首页角色目录样式 ===== */
        .role-section{margin-bottom:20px}
        .role-header{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:14px 14px 0 0;margin-bottom:0}
        .role-header.role-customer{background:linear-gradient(135deg,rgba(230,183,63,0.9),rgba(212,161,42,0.9))}
        .role-header.role-marketer{background:linear-gradient(135deg,rgba(255,87,34,0.85),rgba(198,40,40,0.85))}
        .role-header.role-store{background:linear-gradient(135deg,rgba(33,150,243,0.85),rgba(13,71,161,0.85))}
        .role-header.role-admin{background:linear-gradient(135deg,rgba(76,175,80,0.85),rgba(27,94,32,0.85))}
        .role-icon{font-size:28px;width:44px;height:44px;background:rgba(255,255,255,0.2);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
        .role-title{font-size:17px;font-weight:bold;color:#fff}
        .role-subtitle{font-size:12px;color:rgba(255,255,255,0.8);margin-top:2px}
        .role-pages{background:rgba(255,255,255,0.07);border-radius:0 0 14px 14px;overflow:hidden}
        .sub-role-label{display:flex;align-items:center;padding:10px 12px 4px;background:rgba(255,255,255,0.05)}
        .page-link{display:flex;align-items:center;gap:12px;padding:13px 14px;border-bottom:1px solid rgba(255,255,255,0.06);cursor:pointer;transition:background 0.2s}
        .page-link:last-child{border-bottom:none}
        .page-link:active,.page-link:hover{background:rgba(255,255,255,0.1)}
        .page-link-icon{font-size:22px;width:38px;height:38px;background:rgba(255,255,255,0.12);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
        .page-link-info{flex:1;min-width:0}
        .page-link-name{font-size:14px;font-weight:bold;color:#fff;margin-bottom:2px}
        .page-link-desc{font-size:11px;color:rgba(255,255,255,0.55);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
        .page-link-arrow{font-size:20px;color:rgba(255,255,255,0.35);flex-shrink:0}
        .disabled-link{opacity:0.7;cursor:default}
        .disabled-link:active,.disabled-link:hover{background:transparent}

        /*扫码领券*/
        .scan-page{background:linear-gradient(135deg,#e6b73f,#d4a12a);min-height:100vh;padding:20px}
        .coupon-card{background:#fff;border-radius:20px;overflow:hidden;margin:20px 0;box-shadow:0 10px 40px rgba(0,0,0,0.2)}
        .coupon-header{background:linear-gradient(135deg,#ff6b35,#ff8c42);padding:30px 20px;text-align:center;color:#fff}
        .coupon-value{font-size:48px;font-weight:bold}
        .coupon-value span{font-size:24px}
        .coupon-desc{font-size:14px;opacity:0.9;margin-top:10px}
        .coupon-body{padding:25px 20px}
        .coupon-rule{display:flex;align-items:center;gap:10px;margin-bottom:12px;font-size:13px;color:#666}
        .coupon-rule-icon{color:#e6b73f;font-weight:bold}
        .coupon-footer{padding:20px}
        .coupon-get-btn{width:100%;padding:15px;background:linear-gradient(135deg,#ff6b35,#ff8c42);color:#fff;border:none;border-radius:30px;font-size:16px;font-weight:bold;cursor:pointer}
        .bind-info{background:rgba(255,255,255,0.2);border-radius:10px;padding:15px;margin-top:15px;color:#fff;font-size:13px}
        .bind-info-title{font-weight:bold;margin-bottom:8px}

        /*成功页*/
        .success-page{min-height:100vh;background:linear-gradient(135deg,#52c41a,#73d13d);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center;color:#fff}
        .success-icon{font-size:80px;margin-bottom:20px}
        .success-title{font-size:24px;font-weight:bold;margin-bottom:10px}
        .success-desc{font-size:14px;opacity:0.9;margin-bottom:30px}

        /*门店列表*/
        .store-list{padding:15px}
        .store-card{background:#fff;border-radius:15px;padding:20px;margin-bottom:15px;box-shadow:0 2px 10px rgba(0,0,0,0.05)}
        .store-banner{width:100%;height:120px;background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:10px;margin-bottom:15px;display:flex;align-items:center;justify-content:center;font-size:60px}
        .store-name{font-size:18px;font-weight:bold;color:#333;margin-bottom:10px}
        .store-meta{display:flex;flex-wrap:wrap;gap:15px;font-size:13px;color:#888;margin-bottom:15px}
        .store-meta-item{display:flex;align-items:center;gap:5px}
        
        /*零售产品快捷入口*/
        .retail-entrance{background:linear-gradient(135deg,#fff8e1,#fff3cd);border:1px solid #ffe082;border-radius:12px;padding:15px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;margin-top:10px;transition:all 0.15s}
        .retail-entrance:active{transform:scale(0.98)}
        .retail-entrance-left{display:flex;align-items:center;gap:12px}
        .retail-entrance-icon{width:50px;height:50px;background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:28px;box-shadow:0 2px 8px rgba(0,0,0,0.08)}
        .retail-entrance-info{}
        .retail-entrance-title{font-size:15px;font-weight:bold;color:#333;margin-bottom:3px}
        .retail-entrance-desc{font-size:12px;color:#888}
        .retail-entrance-arrow{font-size:24px;color:#ccc}

        /*菜品商城 - 左侧分类导航*/
        .mall-container{display:flex;min-height:calc(100vh - 60px - 70px)}
        .food-category{width:85px;background:#f8f8f8;padding:10px 0;flex-shrink:0}
        .category-item{padding:12px 10px;text-align:center;font-size:13px;color:#666;cursor:pointer;border-left:3px solid transparent;transition:all 0.2s}
        .category-item:active{background:#fff}
        .category-active{background:#fff;color:#e6b73f;font-weight:bold;border-left-color:#e6b73f}
        .category-normal{background:#f8f8f8}
        .food-list{flex:1;padding:0 12px 15px;overflow-y:auto}
        .food-item{display:flex;gap:10px;padding:12px 0;border-bottom:1px solid #f5f5f5;background:#fff;margin-bottom:2px;border-radius:8px;padding:10px}
        .food-item:last-child{border-bottom:none}
        .food-img{width:80px;height:80px;background:linear-gradient(135deg,#ff8c42,#ff6b35);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:36px;flex-shrink:0}
        .food-info{flex:1;display:flex;flex-direction:column;justify-content:space-between;min-width:0}
        .food-name{font-size:15px;font-weight:bold;color:#333;margin-bottom:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
        .food-desc{font-size:12px;color:#888;margin-bottom:5px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
        .food-sales{font-size:11px;color:#999;margin-bottom:5px}
        .food-bottom{display:flex;justify-content:space-between;align-items:center}
        .food-price{color:#e6b73f;font-weight:bold;font-size:15px}
        .food-add{width:26px;height:26px;background:#e6b73f;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#1a1a2e;font-size:16px;font-weight:bold;cursor:pointer}

        /* 分类滚动指示器 */
        .category-scroll-indicator{position:absolute;top:0;left:0;right:0;height:50px;pointer-events:none;z-index:10}

        /* 菜品数量控制 */
        .food-qty-control{display:flex;align-items:center;gap:8px}
        .food-qty-btn{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:bold;cursor:pointer;border:none;transition:all 0.15s}
        .food-qty-minus{background:#f0f0f0;color:#666}
        .food-qty-minus:active{background:#e0e0e0}
        .food-qty-plus{background:#e6b73f;color:#1a1a2e}
        .food-qty-plus:active{background:#d4a537}
        .food-qty-num{font-size:15px;font-weight:bold;color:#333;min-width:20px;text-align:center}

        /* 分类区域标记 */
        .category-section{scroll-margin-top:10px}

        /*购物车栏*/
        .cart-bar{position:fixed;bottom:70px;left:0;right:0;background:#1a1a2e;padding:10px 20px;display:flex;align-items:center;justify-content:space-between;z-index:90}
        .cart-icon-wrap{position:relative}
        .cart-icon{font-size:28px;color:#e6b73f}
        .cart-count{position:absolute;top:-5px;right:-8px;background:#ff4d4f;color:#fff;font-size:11px;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 5px}
        .cart-total{color:#fff;font-size:16px}
        .cart-total-price{color:#e6b73f;font-weight:bold;font-size:18px}
        .cart-btn{background:#e6b73f;color:#1a1a2e;border:none;padding:12px 25px;border-radius:25px;font-weight:bold;cursor:pointer}

        /*订单页*/
        .order-store{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;padding:20px;margin:-15px -15px 15px;cursor:pointer;border-radius:0}
        .order-store-name{font-size:18px;font-weight:bold;margin-bottom:8px;display:flex;align-items:center;justify-content:space-between}
        .order-store-addr{font-size:13px;opacity:0.8}
        .order-store-change{font-size:12px;opacity:0.7;background:rgba(255,255,255,0.2);padding:4px 10px;border-radius:10px}
        .form-item{display:flex;align-items:center;padding:15px 0;border-bottom:1px solid #f5f5f5}
        .form-label{width:80px;font-size:14px;color:#888;flex-shrink:0}
        .form-input{flex:1;border:none;font-size:14px;outline:none;background:transparent}
        .form-select{flex:1;border:none;font-size:14px;outline:none;background:transparent}
        .order-total{background:#fff9e6;padding:15px;border-radius:10px;margin-top:15px}
        .order-total-row{display:flex;justify-content:space-between;margin-bottom:8px;font-size:14px}
        .order-final{font-size:18px;font-weight:bold;color:#e6b73f}
        .coupon-tip{background:#fff3e0;border:1px solid #ffcc80;border-radius:10px;padding:15px;margin:15px 0}
        .coupon-tip-title{color:#ff9800;font-weight:bold;margin-bottom:8px}
        .coupon-tip-desc{font-size:13px;color:#666}
        .coupon-tip-warn{background:#fff3cd;border:1px solid #ffd180;border-radius:8px;padding:10px;margin-top:10px;font-size:12px;color:#e65100;display:flex;align-items:flex-start;gap:8px}
        .coupon-available{display:flex;align-items:center;gap:10px;margin-top:10px}
        .coupon-use-btn{background:#ff9800;color:#fff;border:none;padding:8px 15px;border-radius:15px;font-size:12px;cursor:pointer}
        
        /*订单类型标签*/
        .order-type-tag{display:inline-block;padding:3px 10px;border-radius:10px;font-size:12px;font-weight:bold}
        .order-type-booking{background:#e3f2fd;color:#1976d2}
        .order-type-budan{background:#fce4ec;color:#c2185b}
        .order-type-dinshi{background:#e8f5e9;color:#388e3c}
        
        /*门店选择弹窗*/
        .store-picker-item{background:#f8f8f8;border-radius:12px;padding:15px;margin-bottom:10px;cursor:pointer;transition:all 0.15s}
        .store-picker-item:active{background:#e6b73f;color:#fff}
        .store-picker-name{font-size:16px;font-weight:bold;margin-bottom:5px}
        .store-picker-addr{font-size:13px;color:#888}

        /*支付*/
        .pay-amount{text-align:center;padding:40px 0;background:#fff;margin:-15px -15px 15px;border-radius:0 0 30px 30px}
        .pay-amount-label{font-size:14px;color:#888;margin-bottom:10px}
        .pay-amount-value{font-size:42px;font-weight:bold;color:#e6b73f}
        .pay-method{display:flex;align-items:center;padding:18px 15px;background:#fff;margin-bottom:10px;border-radius:10px;cursor:pointer}
        .pay-method-icon{font-size:28px;margin-right:15px}
        .pay-method-name{flex:1;font-size:15px;color:#333}
        .pay-method-check{width:22px;height:22px;border:2px solid #ddd;border-radius:50%;display:flex;align-items:center;justify-content:center}
        .pay-method-checked{border-color:#e6b73f;background:#e6b73f;color:#fff}

        /*个人中心*/
        .profile-header{background:linear-gradient(135deg,#e6b73f,#d4a12a);padding:30px 20px 40px;color:#fff}
        .profile-info{display:flex;align-items:center;gap:15px}
        .profile-avatar{width:60px;height:60px;background:rgba(255,255,255,0.3);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:30px}
        .profile-name{font-size:18px;font-weight:bold;margin-bottom:5px}
        .profile-id{font-size:12px;opacity:0.8}
        .profile-source{margin-top:20px;background:rgba(255,255,255,0.15);border-radius:10px;padding:12px 15px;display:flex;justify-content:space-between;align-items:center}
        .profile-source-label{font-size:13px;opacity:0.9}
        .profile-source-name{font-weight:bold}
        .coupon-preview{background:#fff;margin:-30px 15px 15px;border-radius:15px;padding:20px;box-shadow:0 5px 20px rgba(0,0,0,0.1)}
        .coupon-preview-item{display:flex;align-items:center;gap:15px}
        .coupon-preview-icon{width:50px;height:50px;background:linear-gradient(135deg,#ff6b35,#ff8c42);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:24px}
        .coupon-preview-info{flex:1}
        .coupon-preview-title{font-weight:bold;color:#333;margin-bottom:3px}
        .coupon-preview-desc{font-size:12px;color:#888}
        .coupon-preview-arrow{color:#ccc;font-size:20px}
        .menu-list{padding:15px}
        .menu-section{background:#fff;border-radius:15px;margin-bottom:15px;overflow:hidden}
        .menu-row{display:flex;align-items:center;padding:15px 20px;border-bottom:1px solid #f5f5f5;cursor:pointer}
        .menu-row:last-child{border-bottom:none}
        .menu-row:hover{background:#fafafa}
        .menu-icon{width:35px;height:35px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;margin-right:12px}
        .menu-icon-orange{background:#fff3e0;color:#ff9800}
        .menu-icon-red{background:#ffebee;color:#f44336}
        .menu-icon-green{background:#e8f5e9;color:#4caf50}
        .menu-icon-purple{background:#f3e5f5;color:#9c27b0}
        .menu-label{flex:1;font-size:15px;color:#333}
        .menu-arrow{color:#ccc;font-size:18px}

        /*订单列表*/
        .order-tabs{display:flex;background:#fff;padding:15px;gap:10px}
        .order-tab{flex:1;padding:10px;text-align:center;border-radius:10px;font-size:14px;cursor:pointer;background:#f5f5f5;color:#666}
        .order-tab.active{background:#fff9e6;color:#e6b73f;font-weight:bold}
        .order-list{padding:15px}
        .order-card{background:#fff;border-radius:15px;padding:15px;margin-bottom:12px;box-shadow:0 2px 10px rgba(0,0,0,0.05)}
        .order-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #f5f5f5}
        .order-card-no{font-size:14px;font-weight:bold;color:#333}
        .order-card-status{font-size:12px;padding:3px 10px;border-radius:10px}
        .status-new{background:#fff3e0;color:#ff9800}
        .status-confirmed{background:#e3f2fd;color:#2196f3}
        .status-completed{background:#e8f5e9;color:#4caf50}
        .order-card-info{font-size:13px;color:#666;margin-bottom:8px}
        .order-card-items{background:#fafafa;padding:10px;border-radius:8px;margin-bottom:10px}
        .order-card-item{display:flex;justify-content:space-between;font-size:13px;margin-bottom:5px}
        .order-card-footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}
        .order-card-total{font-size:14px;font-weight:bold;color:#e6b73f}
        .order-card-actions{display:flex;gap:6px;flex-wrap:wrap}
        .order-action-btn{padding:6px 10px;border-radius:15px;font-size:12px;border:none;cursor:pointer}
        .btn-confirm{background:#e6b73f;color:#fff}
        .btn-cancel{background:#f5f5f5;color:#666}
        .btn-print{background:#1890ff;color:#fff}
        .btn-print:active{background:#096dd9}
        .payment-status{font-size:11px;margin-left:8px;font-weight:normal}

        /*发票*/
        .invoice-type{display:flex;gap:15px;margin-bottom:20px}
        .invoice-type-item{flex:1;padding:15px;background:#fff;border:2px solid #eee;border-radius:10px;text-align:center;cursor:pointer}
        .invoice-type-item.active{border-color:#e6b73f;background:#fff9e6}
        .invoice-type-icon{font-size:30px;margin-bottom:8px}
        .invoice-type-name{font-size:14px;color:#333;font-weight:bold}
        .invoice-input{width:100%;padding:12px 15px;border:1px solid #eee;border-radius:8px;font-size:14px;margin-bottom:12px;outline:none}

        /*鸡蛋商城*/
        .goods-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;padding:15px}
        .goods-item{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,0.05)}
        .goods-img{height:120px;background:linear-gradient(135deg,#ffecb3,#ffd54f);display:flex;align-items:center;justify-content:center;font-size:50px}
        .goods-info{padding:12px}
        .goods-name{font-size:14px;color:#333;margin-bottom:8px;font-weight:bold}
        .goods-bottom{display:flex;justify-content:space-between;align-items:center}
        .goods-price{color:#e6b73f;font-weight:bold}

        /*商品管理（门店）*/
        .goods-list{display:flex;flex-direction:column;gap:12px}
        .goods-card{display:flex;background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,0.05);cursor:pointer;transition:transform 0.15s}
        .goods-card:active{transform:scale(0.98)}
        .goods-card-offline{opacity:0.6}
        .goods-card-img{width:100px;min-height:100px;display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0}
        .goods-card-info{flex:1;padding:12px;display:flex;flex-direction:column;justify-content:space-between}
        .goods-card-name{font-size:14px;font-weight:bold;color:#333;margin-bottom:3px}
        .goods-card-desc{font-size:12px;color:#888;margin-bottom:8px}
        .goods-card-bottom{display:flex;justify-content:space-between;align-items:center}
        .goods-card-price{font-size:16px;color:#e6b73f;font-weight:bold}
        .goods-card-sales{font-size:11px;color:#999}
        .goods-card-status{margin-top:5px}
        
        /*商品上传图片*/
        .goods-upload-img{width:80px;height:80px;border-radius:10px;display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0}
        .goods-upload-add{background:#fafafa;border:2px dashed #ddd;cursor:pointer}
        .goods-upload-add:active{background:#f0f0f0}
        
        /*标签颜色*/
        .tag-gray{background:#f5f5f5;color:#999}

        /*营销中心*/
        .marketer-header{background:linear-gradient(135deg,#1a1a2e,#16213e);padding:25px 20px 35px;color:#fff}
        .marketer-info{display:flex;align-items:center;gap:15px}
        .marketer-avatar{width:60px;height:60px;background:#e6b73f;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px}
        .marketer-name{font-size:20px;font-weight:bold;margin-bottom:5px}
        .marketer-role{font-size:13px;opacity:0.8;background:rgba(255,255,255,0.2);padding:3px 12px;border-radius:10px;display:inline-block}
        .marketer-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:20px}
        .marketer-stat{text-align:center;background:rgba(255,255,255,0.1);padding:12px 8px;border-radius:10px}
        .marketer-stat-value{font-size:18px;font-weight:bold;color:#e6b73f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;display:block}
        .team-count{font-size:22px} /* 团队人数数字更大，确保五位数能放得下 */
        .marketer-stat-label{font-size:11px;opacity:0.8;margin-top:3px}
        .role-switch{background:#fff;margin:-20px 15px 15px;border-radius:15px;padding:15px;box-shadow:0 5px 20px rgba(0,0,0,0.1);display:flex;gap:10px}
        .role-btn{flex:1;padding:10px;border:1px solid #eee;background:#fff;border-radius:10px;text-align:center;font-size:13px;cursor:pointer}
        .role-btn.active{background:#fff9e6;border-color:#e6b73f;color:#e6b73f;font-weight:bold}
        .parent-info{background:rgba(255,255,255,0.9);border-radius:12px;padding:12px 16px;display:flex;align-items:center;gap:12px;border:1px solid #f0e6cc}
        .parent-info-label{font-size:12px;color:#888;white-space:nowrap}
        .parent-info-content{flex:1;display:flex;justify-content:space-between;align-items:center}
        .parent-name{font-size:14px;font-weight:bold;color:#333}
        .parent-phone{font-size:13px;color:#666}
        .marketer-menu{padding:0 15px}
        .marketer-menu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
        .marketer-menu-item{background:#fff;border-radius:15px;padding:20px 10px;text-align:center;box-shadow:0 2px 10px rgba(0,0,0,0.05);cursor:pointer}
        .marketer-menu-item:active{transform:scale(0.95)}
        .marketer-menu-icon{font-size:28px;margin-bottom:10px}
        .marketer-menu-text{font-size:12px;color:#333}
        /* 订单徽章样式 */
        .order-badge {
            position: absolute;
            top: 8px;
            right: 8px;
            background: #ff4d4f;
            color: #fff;
            font-size: 11px;
            font-weight: bold;
            min-width: 20px;
            height: 20px;
            line-height: 20px;
            border-radius: 10px;
            padding: 0 6px;
        }
        .marketer-menu-item{position:relative}

        /*门店管理*/
        .store-header{background:linear-gradient(135deg,#1a1a2e,#16213e);padding:20px;color:#fff}
        .store-header-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}
        .store-header-name{font-size:18px;font-weight:bold}
        .store-header-status{background:#52c41a;padding:3px 10px;border-radius:10px;font-size:12px}
        .store-today-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
        .store-today-stat{background:rgba(255,255,255,0.1);padding:12px;border-radius:10px;text-align:center}
        .store-today-value{font-size:20px;font-weight:bold;color:#e6b73f}
        .store-today-label{font-size:11px;opacity:0.8;margin-top:3px}


        /*房间管理*/
        .room-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:0}
        .room-section-title{grid-column:1/-1;font-size:13px;color:#888;font-weight:bold;padding:10px 0 5px;margin-top:10px}
        .room-section-title:first-child{margin-top:0}
        .room-item{background:#fff;border-radius:15px;padding:15px;text-align:center;box-shadow:0 2px 10px rgba(0,0,0,0.05);cursor:pointer;position:relative;transition:transform 0.15s}
        .room-item:active{transform:scale(0.98)}
        .room-icon{font-size:30px;margin-bottom:5px}
        .room-name{font-size:14px;font-weight:bold;color:#333;margin-bottom:3px}
        .room-capacity{font-size:11px;color:#888;margin-bottom:5px}
        .room-status{font-size:11px;padding:3px 8px;border-radius:10px;display:inline-block}
        .room-free{background:#e8f5e9;color:#4caf50}
        .room-used{background:#ffebee;color:#f44336}
        .room-booked{background:#fff3e0;color:#ff9800}
        .room-offline{background:#f5f5f5;color:#999}
        .room-qr{position:absolute;top:8px;right:8px;font-size:16px;opacity:0.6}
        
        /*房间类型选择*/
        .room-type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
        .room-type-item{background:#fafafa;border:2px solid #eee;border-radius:12px;padding:15px;text-align:center;cursor:pointer;transition:all 0.2s}
        .room-type-item.active{border-color:#e6b73f;background:#fff9e6}

        /*系统管理*/
        .admin-header{background:linear-gradient(135deg,#1a1a2e,#16213e);padding:25px 20px 35px;color:#fff;text-align:center}
        .admin-logo{font-size:50px;margin-bottom:10px}
        .admin-title{font-size:22px;font-weight:bold}
        .admin-subtitle{font-size:13px;opacity:0.8;margin-top:5px}
        .admin-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:20px}
        .admin-stat{background:rgba(255,255,255,0.1);padding:12px 5px;border-radius:10px;text-align:center}
        .admin-stat-value{font-size:18px;font-weight:bold;color:#e6b73f}
        .admin-stat-label{font-size:10px;opacity:0.8;margin-top:3px}
        .admin-menu-section{background:#fff;border-radius:15px;margin-bottom:15px;overflow:hidden}
        .admin-menu-header{padding:15px;font-size:16px;font-weight:bold;color:#333;border-bottom:1px solid #f5f5f5;display:flex;align-items:center;gap:10px}
        .admin-menu-icon{font-size:20px}

        /*下线/用户列表*/
        .filter-bar{display:flex;gap:10px;padding:15px;overflow-x:auto}
        .filter-item{padding:8px 15px;background:#fff;border:1px solid #eee;border-radius:20px;font-size:13px;white-space:nowrap;cursor:pointer;flex-shrink:0}
        .filter-active{background:#e6b73f;color:#fff;border-color:#e6b73f}
        .user-list{padding:0 15px}
        .user-card{background:#fff;border-radius:12px;padding:15px;margin-bottom:12px;display:flex;align-items:center;gap:12px;box-shadow:0 2px 8px rgba(0,0,0,0.05)}
        .user-avatar{width:45px;height:45px;background:linear-gradient(135deg,#e6b73f,#d4a12a);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px}
        .user-info{flex:1}
        .user-name{font-size:15px;font-weight:bold;color:#333;margin-bottom:3px}
        .user-meta{font-size:12px;color:#888}
        .user-stats{text-align:right;display:flex;align-items:center;gap:0}
        .user-stat-row{display:flex;flex-direction:column;align-items:center;min-width:55px}
        .user-stat-divider{width:1px;height:30px;background:#eee;margin:0 8px}
        .user-phone{font-size:12px;color:#666}

        /* 团队管理Tab */
        .team-tab-bar{display:flex;background:#fff;padding:0 15px;gap:0;border-bottom:1px solid #f0f0f0}
        .team-tab{flex:1;text-align:center;padding:12px 0;font-size:14px;color:#888;cursor:pointer;border-bottom:2px solid transparent;transition:all 0.2s}
        .team-tab.active{color:#e6b73f;border-bottom-color:#e6b73f;font-weight:bold}

        /* 搜索框 */
        .team-search-bar{padding:10px 15px;background:#f5f5f5}
        .team-search-input-wrap{background:#fff;border-radius:20px;padding:8px 15px;display:flex;align-items:center;box-shadow:0 1px 4px rgba(0,0,0,0.06)}

        /* 客户分页 */
        .team-pagination{background:#fff;border-top:1px solid #f0f0f0;padding:12px 15px;display:flex;justify-content:space-between;align-items:center}
        .pagination-info{font-size:13px;color:#888}
        .pagination-btns{display:flex;gap:4px;align-items:center}
        .page-btn{min-width:32px;height:32px;border-radius:6px;border:1px solid #ddd;background:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;cursor:pointer;color:#666}
        .page-btn.active{background:#e6b73f;color:#fff;border-color:#e6b73f;font-weight:bold}
        .page-btn.disabled{opacity:0.4;cursor:default}
        .user-stat-value{font-size:16px;font-weight:bold;color:#e6b73f}
        .user-stat-label{font-size:11px;color:#888}

        /*统计图表占位*/
        .chart-placeholder{height:200px;background:linear-gradient(135deg,#fff9e6,#fff3cd);border-radius:15px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#e6b73f;margin-bottom:15px}
        .chart-icon{font-size:40px;margin-bottom:10px}
        .chart-tip{font-size:13px}
        .stats-detail{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
        .stats-detail-item{background:#fff;border-radius:12px;padding:15px}
        .stats-detail-label{font-size:12px;color:#888;margin-bottom:5px}
        .stats-detail-value{font-size:20px;font-weight:bold;color:#333}

        /*提现*/
        .withdraw-balance{background:linear-gradient(135deg,#e6b73f,#d4a12a);padding:25px 20px;border-radius:15px;margin-bottom:20px;color:#fff}
        .withdraw-balance-label{font-size:14px;opacity:0.9;margin-bottom:8px}
        .withdraw-balance-value{font-size:36px;font-weight:bold}
        .withdraw-quick{display:flex;gap:10px;margin-bottom:20px}
        .withdraw-quick-btn{flex:1;padding:10px;background:#fff;border:1px solid #eee;border-radius:8px;text-align:center;font-size:13px;cursor:pointer}
        .withdraw-quick-btn.active{background:#fff9e6;border-color:#e6b73f;color:#e6b73f}
        .withdraw-record-item{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #f5f5f5;font-size:13px}
        .withdraw-record-date{color:#888}
        .withdraw-record-amount{font-weight:bold;color:#4caf50}

        /*二维码*/
        .qrcode-section{padding:30px 20px;text-align:center}
        .qrcode-box{background:#fff;border-radius:20px;padding:30px;display:inline-block;box-shadow:0 10px 30px rgba(0,0,0,0.1)}
        .qrcode-placeholder{width:180px;height:180px;background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:15px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:60px}
        .qrcode-tip{font-size:13px;color:#888;margin-bottom:15px}
        .qrcode-link{background:#f5f5f5;padding:12px 15px;border-radius:8px;font-size:12px;color:#666;word-break:break-all;margin-bottom:15px}
        .share-btns{display:flex;gap:15px;justify-content:center}
        .share-btn{padding:10px 20px;border-radius:25px;font-size:13px;border:none;cursor:pointer;display:flex;align-items:center;gap:8px}
        .share-wechat{background:#07c160;color:#fff}
        .share-friend{background:#576b95;color:#fff}
        .share-save{background:#e6b73f;color:#fff}

        /*登录页*/
        .login-content{padding-top:50px}
        .login-header{text-align:center;margin-bottom:40px}
        .login-icon{font-size:60px;margin-bottom:15px}
        .login-title{font-size:22px;font-weight:bold;color:#333}
        .login-subtitle{font-size:13px;color:#888;margin-top:8px}

        /* ===== 全面优化样式 ===== */

        /* 页面过渡动画 */
        .page { animation: none; }
        .page.active { animation: fadeSlideIn 0.25s ease; }
        @keyframes fadeSlideIn {
            from { opacity: 0; transform: translateY(8px); }
            to   { opacity: 1; transform: translateY(0); }
        }

        /* 顶部栏优化 */
        .top-bar { box-shadow: 0 2px 12px rgba(0,0,0,0.15); }
        .top-bar-white { background: #fff; border-bottom: 1px solid #f0f0f0; }
        .top-bar-back {
            font-size: 20px; cursor: pointer; width: 40px; height: 40px;
            display: flex; align-items: center; justify-content: center;
            border-radius: 10px; transition: background 0.2s;
        }
        .top-bar-back:active { background: rgba(0,0,0,0.08); }

        /* 按钮悬停/点击效果 */
        .btn { transition: all 0.18s ease; }
        .btn:active { transform: scale(0.96) !important; opacity: 0.9; }
        .btn-primary:hover { filter: brightness(1.05); }
        .entry-btn { transition: all 0.2s ease; }
        .entry-btn:active { transform: scale(0.97); }

        /* 卡片升级 */
        .card { box-shadow: 0 3px 16px rgba(0,0,0,0.07); border-radius: 18px; }
        .card:hover { box-shadow: 0 5px 20px rgba(0,0,0,0.1); }

        /* 菜单项点击效果 */
        .menu-row { transition: background 0.15s; border-radius: 10px; }
        .menu-row:active { background: #fff9e6; }
        .marketer-menu-item { transition: all 0.18s; }
        .marketer-menu-item:active { transform: scale(0.93); background: #fff9e6; }

        /* 底部导航优化 */
        .bottom-nav {
            background: rgba(255,255,255,0.96);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border-top: 1px solid rgba(0,0,0,0.06);
            box-shadow: 0 -4px 20px rgba(0,0,0,0.08);
        }
        .nav-item { transition: all 0.18s; border-radius: 10px; }
        .nav-item:active { transform: scale(0.92); }
        .nav-item.active .nav-icon { transform: scale(1.15); }

        /* 订单Tab优化 */
        .order-tab { transition: all 0.18s; border-radius: 10px; }
        .order-tab.active { background: #fff9e6; color: #e6b73f; font-weight: bold; box-shadow: 0 2px 8px rgba(230,183,63,0.2); }

        /* 订单卡片优化 */
        .order-card {
            border-radius: 18px;
            box-shadow: 0 3px 16px rgba(0,0,0,0.06);
            transition: box-shadow 0.2s;
            overflow: hidden;
        }
        .order-card:active { box-shadow: 0 1px 8px rgba(0,0,0,0.1); }
        .order-action-btn { transition: all 0.15s; border-radius: 18px; font-weight: bold; }
        .order-action-btn:active { transform: scale(0.95); }
        .btn-confirm { background: linear-gradient(135deg,#e6b73f,#d4a12a); color: #fff; }
        .btn-cancel { background: #f5f5f5; color: #666; }

        /* 状态标签优化 */
        .status-new { background: #fff3e0; color: #ff9800; font-weight: bold; border-radius: 12px; }
        .status-confirmed { background: #e3f2fd; color: #1976d2; font-weight: bold; border-radius: 12px; }
        .status-completed { background: #e8f5e9; color: #388e3c; font-weight: bold; border-radius: 12px; }

        /* 购物车栏优化 */
        .cart-bar {
            border-radius: 0;
            background: linear-gradient(135deg,#1a1a2e,#16213e);
            box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
        }
        .cart-btn { transition: all 0.18s; }
        .cart-btn:active { transform: scale(0.95); }

        /* 食品图片区域优化 */
        .food-img { box-shadow: 0 4px 12px rgba(0,0,0,0.12); }
        .food-add { transition: all 0.18s; box-shadow: 0 3px 10px rgba(230,183,63,0.4); }
        .food-add:active { transform: scale(0.85); }

        /* 用户卡片优化 */
        .user-card { border-radius: 16px; transition: box-shadow 0.18s; }
        .user-card:active { box-shadow: 0 1px 8px rgba(0,0,0,0.08); }

        /* 二维码区域优化 */
        .qrcode-box { box-shadow: 0 10px 40px rgba(0,0,0,0.12); }
        .share-btn { transition: all 0.18s; }
        .share-btn:active { transform: scale(0.95); }

        /* 提现快捷按钮 */
        .withdraw-quick-btn { transition: all 0.18s; border-radius: 10px; }
        .withdraw-quick-btn:active { transform: scale(0.95); }
        .withdraw-quick-btn.active { background: #fff9e6; border-color: #e6b73f; color: #e6b73f; font-weight: bold; }

        /* 营销中心Header */
        .marketer-header { border-radius: 0 0 25px 25px; }
        .marketer-stat { border-radius: 12px; transition: background 0.15s; }
        .marketer-stat:active { background: rgba(255,255,255,0.2); }

        /* 封面页优化 */
        .cover-brand { text-shadow: 0 3px 20px rgba(0,0,0,0.3); }
        .cover-logo { box-shadow: 0 15px 50px rgba(230,183,63,0.5) !important; }
        .story-card { transition: transform 0.2s; }

        /* 门店卡片 */
        .store-card { border-radius: 18px; overflow: hidden; transition: box-shadow 0.2s; }
        .store-banner { border-radius: 12px; }
        
        /* 门店零售商城按钮 */
        .retail-store-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;background:#fff8e1;border:1px solid #ffe082;border-radius:10px;font-size:14px;color:#e65100;font-weight:500;cursor:pointer;transition:all 0.15s;}
        .retail-store-btn:active{background:#fff3cd;transform:scale(0.98);}
        
        /* 门店零售商城页面 */
        .store-retail-header{background:linear-gradient(135deg,#fff8e1,#fff3cd);padding:20px;text-align:center;border-bottom:1px solid #ffe082;}
        .store-retail-title{font-size:18px;font-weight:bold;color:#e65100;margin-bottom:5px;}
        .store-retail-subtitle{font-size:13px;color:#888;}

        /* 管理员用户卡片统计行 */
        .user-stats-row{display:flex;gap:15px;margin-top:8px;}
        .user-stat-box{background:#f8f8f8;border-radius:8px;padding:8px 12px;min-width:80px;text-align:center;}
        .user-stat-box .user-stat-value{font-size:15px;font-weight:bold;color:#e6b73f;}
        .user-stat-box .user-stat-label{font-size:11px;color:#888;margin-top:2px;}

        /* 弹窗样式 */
        .modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.5);z-index:1000;display:none;align-items:center;justify-content:center;}
        .modal-overlay.active{display:flex;}
        .modal-content{background:#fff;border-radius:16px;width:90%;max-width:400px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;}
        .modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #eee;}
        .modal-title{font-size:18px;font-weight:bold;color:#333;}
        .modal-close{font-size:28px;color:#999;cursor:pointer;line-height:1;}
        .modal-body{flex:1;overflow-y:auto;padding:20px;}
        .modal-footer{display:flex;gap:12px;padding:15px 20px;border-top:1px solid #eee;}
        .modal-footer .btn{flex:1;}

        /* 商品网格 */
        .goods-item { border-radius: 16px; transition: box-shadow 0.2s; }
        .goods-item:active { box-shadow: 0 1px 8px rgba(0,0,0,0.1); }

        /* 输入框优化 */
        .invoice-input:focus { border-color: #e6b73f; outline: none; box-shadow: 0 0 0 3px rgba(230,183,63,0.15); transition: all 0.18s; }
        .form-input:focus, .form-select:focus { color: #333; }

        /* 发票类型选择 */
        .invoice-type-item { transition: all 0.18s; border-radius: 14px; }
        .invoice-type-item:active { transform: scale(0.97); }

        /* 房间卡片 */
        .room-item { transition: all 0.18s; cursor: pointer; }
        .room-item:active { transform: scale(0.95); box-shadow: 0 1px 8px rgba(0,0,0,0.1); }
        .room-status { font-weight: bold; border-radius: 12px; }

        /* 登录页美化 */
        .login-content { background: linear-gradient(to bottom, #fff9e6 0%, #fff 100%); min-height: 100vh; }

        /* 滚动条美化 */
        ::-webkit-scrollbar { width: 4px; height: 4px; }
        ::-webkit-scrollbar-track { background: transparent; }
        ::-webkit-scrollbar-thumb { background: #e6b73f; border-radius: 4px; }

        /* 过渡Tab指示器 */
        .filter-item { transition: all 0.18s; }
        .filter-item:active { transform: scale(0.95); }
        .filter-active { box-shadow: 0 3px 10px rgba(230,183,63,0.3); }

        /* 数字徽标动画 */
        .badge { animation: popIn 0.25s ease; }
        @keyframes popIn { from { transform: scale(0); } to { transform: scale(1); } }

        /* 购物车详情弹窗 */
        .cart-detail-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.5);z-index:999;display:none;}
        .cart-detail-modal.active{display:block;}
        .cart-detail-sheet{position:absolute;bottom:0;left:0;right:0;background:#fff;border-radius:20px 20px 0 0;max-height:70vh;overflow:hidden;display:flex;flex-direction:column;}
        .cart-detail-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #eee;}
        .cart-detail-title{font-size:18px;font-weight:bold;color:#333;}
        .cart-detail-clear{font-size:13px;color:#ff4d4f;cursor:pointer;}
        .cart-detail-list{flex:1;overflow-y:auto;padding:15px 20px;}
        .cart-detail-item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #f5f5f5;}
        .cart-detail-item:last-child{border-bottom:none;}
        .cart-detail-name{flex:1;font-size:15px;color:#333;font-weight:500;}
        .cart-detail-price{color:#e6b73f;font-weight:bold;font-size:15px;min-width:60px;text-align:right;}
        .cart-detail-qty{display:flex;align-items:center;gap:10px;}
        .cart-qty-btn{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:bold;cursor:pointer;border:none;transition:all 0.15s;}
        .cart-qty-minus{background:#f0f0f0;color:#999;}
        .cart-qty-minus:active{background:#e0e0e0;}
        .cart-qty-plus{background:#e6b73f;color:#1a1a2e;}
        .cart-qty-plus:active{background:#d4a537;}
        .cart-qty-num{font-size:16px;font-weight:bold;color:#333;min-width:24px;text-align:center;}
        .cart-detail-footer{padding:15px 20px 35px;border-top:1px solid #eee;}

        /* Admin统计栏 */
        .admin-stat { border-radius: 12px; transition: background 0.15s; }
        .admin-stats { margin: 20px 0 0; }

        /* 空状态提示 */
        .empty-tip { text-align: center; padding: 50px 20px; color: #ccc; font-size: 14px; }
        .empty-tip-icon { font-size: 60px; margin-bottom: 15px; }

        /* 成功页优化 */
        .success-page { background: linear-gradient(135deg,#52c41a,#73d13d,#95de64) !important; }
        .success-icon { animation: bounceIn 0.6s ease; }
        @keyframes bounceIn {
            0% { transform: scale(0); opacity: 0; }
            60% { transform: scale(1.2); opacity: 1; }
            100% { transform: scale(1); }
        }

        /* 优惠券美化 */
        .coupon-card { box-shadow: 0 8px 30px rgba(0,0,0,0.12) !important; }
        .coupon-tip { border-radius: 14px; border-left: 4px solid #ff9800; }

        /* 图表占位图 */
        .chart-placeholder { background: linear-gradient(135deg,#fff9e6,#fff3cd) !important; border: 2px dashed #e6b73f; }

        /* store-header */
        .store-header { border-radius: 0 0 25px 25px; }
        .store-today-stat { border-radius: 12px; }


        /* 业绩统计页面 */
        .perf-role-tabs { display: flex; background: #fff; padding: 10px 15px; gap: 10px; border-bottom: 1px solid #eee; }
        .perf-role-tab { flex: 1; text-align: center; padding: 10px; border-radius: 8px; font-size: 14px; color: #666; background: #f5f5f5; cursor: pointer; transition: all 0.3s; }
        .perf-role-tab.active { background: linear-gradient(135deg, #e6b73f, #f0c060); color: #fff; font-weight: bold; }
        .perf-summary { background: linear-gradient(135deg, #52c41a, #73d13d); border-radius: 12px; padding: 20px; margin-bottom: 15px; text-align: center; }
        .perf-summary-label { font-size: 13px; color: rgba(255,255,255,0.85); margin-bottom: 5px; }
        .perf-summary-value { font-size: 32px; font-weight: bold; color: #fff; }
        .perf-filter { display: flex; background: #fff; padding: 12px 15px; gap: 8px; border-radius: 10px; margin-bottom: 15px; }
        .perf-filter-btn { flex: 1; text-align: center; padding: 8px; border-radius: 6px; font-size: 13px; color: #666; background: #f5f5f5; cursor: pointer; transition: all 0.3s; }
        .perf-filter-btn.active { background: #e6b73f; color: #fff; font-weight: bold; }
        .perf-list { margin-top: 10px; }
        .perf-list-header { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; padding: 10px 0; font-size: 12px; color: #999; text-align: center; border-bottom: 1px solid #f0f0f0; }
        .perf-list-row { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; padding: 12px 0; font-size: 13px; color: #333; text-align: center; border-bottom: 1px solid #f5f5f5; }
        .perf-list-date { color: #666; font-weight: 500; }
        .perf-list-value { color: #e6b73f; }
        .perf-list-footer { display: flex; justify-content: space-between; align-items: center; padding: 15px 0 5px; border-top: 2px solid #eee; margin-top: 5px; }
        .perf-list-footer-label { font-size: 14px; color: #333; font-weight: bold; }
        .perf-list-footer-value { font-size: 18px; color: #52c41a; font-weight: bold; }
        
        /* 收入来源Tab */
        .income-source-tabs { display: flex; background: linear-gradient(135deg, #1a1a2e, #16213e); padding: 15px; gap: 12px; }
        .income-source-tab { flex: 1; background: rgba(255,255,255,0.1); border-radius: 12px; padding: 15px 12px; text-align: center; cursor: pointer; transition: all 0.3s; border: 1px solid transparent; }
        .income-source-tab.active { background: rgba(255,255,255,0.95); border-color: rgba(255,255,255,0.3); }
        .income-source-tab.active .income-source-icon { transform: scale(1.1); }
        .income-source-tab.active .income-source-name { color: #1a1a2e; font-weight: bold; }
        .income-source-icon { font-size: 28px; margin-bottom: 8px; transition: transform 0.3s; }
        .income-source-name { font-size: 14px; color: rgba(255,255,255,0.9); }
        .income-overview { background: linear-gradient(135deg, #1a1a2e, #16213e); border-radius: 15px; padding: 25px 20px; margin-bottom: 15px; text-align: center; }
        .income-overview-item { }
        .income-overview-value { font-size: 36px; font-weight: bold; color: #fff; }
        .income-overview-label { font-size: 14px; color: rgba(255,255,255,0.8); margin-top: 8px; }

        /* 赠券管理页面 */
        .share-balance-row { display: flex; align-items: center; padding: 15px; }
        .share-balance-item { flex: 1; text-align: center; }
        .share-balance-label { font-size: 13px; color: #888; margin-bottom: 5px; }
        .share-balance-value { font-size: 30px; font-weight: bold; color: #e6b73f; }
        .share-balance-divider { width: 1px; height: 50px; background: #eee; }
        .share-balance-item-balance .share-balance-value { color: #52c41a; }
        .share-record-item { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px solid #f5f5f5; }
        .share-record-item:last-child { border-bottom: none; }
        .share-record-info { flex: 1; }
        .share-record-name { font-weight: bold; font-size: 14px; color: #333; margin-bottom: 3px; }
        .share-record-meta { font-size: 12px; color: #999; }
        .share-record-amount { font-size: 15px; font-weight: bold; color: #ff4d4f; }

        /* 转赠弹窗 */
        #page-transfer-modal, #page-transfer-success { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 1000; background: rgba(0,0,0,0.5); }
        #page-transfer-modal.active, #page-transfer-success.active { display: block; }
        .modal-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
        .modal-content { position: absolute; bottom: 0; left: 0; right: 0; background: #fff; border-radius: 20px 20px 0 0; padding: 0 0 env(safe-area-inset-bottom); max-height: 85vh; overflow-y: auto; animation: slideUp 0.3s ease; }
        .modal-content-success { bottom: 50%; transform: translateY(50%); border-radius: 20px; left: 20px; right: 20px; width: auto; max-height: none; padding: 30px; }
        @keyframes slideUp { from { transform: translateY(100%); } to { transform: translateY(0); } }
        .modal-header { display: flex; justify-content: center; align-items: center; padding: 18px 20px; border-bottom: 1px solid #f0f0f0; position: relative; }
        .modal-title { font-size: 17px; font-weight: bold; color: #333; }
        .modal-close { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 20px; color: #999; cursor: pointer; }
        .modal-body { padding: 20px; }

        /* 佣金管理页面 */
        .commission-tabs { display: flex; background: #fff; padding: 0 15px; border-bottom: 1px solid #eee; }
        .commission-tab { flex: 1; text-align: center; padding: 14px 0; font-size: 14px; color: #666; border-bottom: 3px solid transparent; cursor: pointer; transition: all 0.3s; }
        .commission-tab.active { color: #e6b73f; border-bottom-color: #e6b73f; font-weight: bold; }
        .commission-content { display: none; }
        .commission-content.active { display: block; }

        /* 入款账户信息 */
        .account-info { background: #fafafa; border-radius: 10px; padding: 12px 15px; margin-top: 10px; }
        .account-info-row { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; border-bottom: 1px solid #f0f0f0; }
        .account-info-row:last-child { border-bottom: none; }
        .account-info-label { font-size: 13px; color: #888; }
        .account-info-value { font-size: 14px; color: #333; font-weight: 500; }

        /* 提现金额输入 */
        .withdraw-amount-input { display: flex; align-items: center; background: #fff; border-radius: 10px; padding: 15px; margin-bottom: 12px; border: 1px solid #eee; }
        .withdraw-amount-symbol { font-size: 24px; color: #333; margin-right: 10px; }
        .withdraw-amount-field { flex: 1; border: none; font-size: 22px; outline: none; color: #333; }
        .withdraw-quick { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
        .withdraw-quick-btn { text-align: center; padding: 10px; background: #f5f5f5; border-radius: 6px; font-size: 13px; color: #666; cursor: pointer; transition: all 0.2s; }
        .withdraw-quick-btn:active { background: #e6b73f; color: #fff; transform: scale(0.95); }

        /* 提现记录样式 */
        .withdraw-record-item { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px solid #f5f5f5; }
        .withdraw-record-item:last-child { border-bottom: none; }
        .withdraw-record-info { flex: 1; }
        .withdraw-record-date { font-size: 13px; color: #666; }
        .withdraw-record-name { font-size: 12px; color: #999; margin-top: 3px; }
        .withdraw-record-status { font-size: 11px; padding: 2px 8px; }
        .withdraw-record-amount { font-size: 16px; font-weight: bold; color: #e6b73f; }
        .withdraw-record-amount.withdraw-record-pending { color: #faad14; }
        .withdraw-record-amount.withdraw-record-success { color: #52c41a; }
        /* 提现手续费提示 */
        .withdraw-fee-tip{display:flex;align-items:flex-start;background:#fffbe6;border:1px solid #ffe58f;border-radius:10px;padding:12px 15px;margin-top:15px}
        .withdraw-fee-icon{font-size:20px;margin-right:10px;flex-shrink:0}
        .withdraw-fee-text{flex:1}
        .withdraw-fee-title{font-size:13px;font-weight:bold;color:#d48806;margin-bottom:4px}
        .withdraw-fee-content{font-size:13px;color:#8c6d1f;margin-bottom:6px}
        .withdraw-fee-content strong{color:#fa541c;font-weight:bold;font-size:16px}
        .withdraw-fee-calc{font-size:13px;color:#666;padding-top:6px;border-top:1px dashed #ffe58f}
        .withdraw-fee-calc span{color:#52c41a;font-weight:bold;font-size:15px}
        /* 提现密码输入 */
        .withdraw-pwd-section{margin-top:15px;padding-top:15px;border-top:1px dashed #eee}
        .withdraw-pwd-label{font-size:13px;color:#666;margin-bottom:10px}
        .withdraw-pwd-input{display:flex;gap:8px}
        .withdraw-pwd-field{flex:1;padding:12px 15px;border:1px solid #e6e6e6;border-radius:8px;font-size:16px;letter-spacing:4px;text-align:center;outline:none}
        .withdraw-pwd-field:focus{border-color:#e6b73f}
        .withdraw-pwd-tip{font-size:11px;color:#999;margin-top:8px;text-align:right}
        .withdraw-pwd-tip a{color:#e6b73f;text-decoration:none}
        /* 交易密码设置弹窗 */
        .pwd-modal-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.5);z-index:2000;align-items:center;justify-content:center}
        .pwd-modal-overlay.active{display:flex}
        .pwd-modal{background:#fff;border-radius:16px;width:90%;max-width:360px;overflow:hidden}
        .pwd-modal-header{background:linear-gradient(135deg,var(--guochao-red),var(--guochao-red-dark));color:#fff;text-align:center;padding:20px}
        .pwd-modal-title{font-size:18px;font-weight:bold}
        .pwd-modal-close{position:absolute;right:15px;top:15px;font-size:20px;color:#fff;cursor:pointer}
        .pwd-modal-body{padding:20px}
        .pwd-input-group{margin-bottom:15px}
        .pwd-input-label{font-size:13px;color:#666;margin-bottom:8px;display:block}
        .pwd-input-row{display:flex;align-items:center;background:#f8f8f8;border-radius:8px;padding:0 12px}
        .pwd-input-row input{flex:1;padding:12px 0;border:none;background:transparent;font-size:16px;outline:none}
        .pwd-input-row .pwd-toggle{font-size:18px;cursor:pointer;padding:5px}
        .pwd-input-row .pwd-send-btn{padding:8px 12px;background:var(--guochao-red);color:#fff;border:none;border-radius:6px;font-size:12px;cursor:pointer}
        .pwd-input-row .pwd-send-btn:disabled{background:#ccc}
        .pwd-step-indicator{display:flex;justify-content:center;gap:8px;margin-bottom:20px}
        .pwd-step{width:8px;height:8px;border-radius:50%;background:#e6e6e6}
        .pwd-step.active{background:var(--guochao-red);width:24px;border-radius:4px}
        .pwd-step.done{background:#52c41a}
        .pwd-submit-btn{width:100%;padding:14px;background:linear-gradient(135deg,var(--guochao-red),var(--guochao-red-dark));color:#fff;border:none;border-radius:25px;font-size:16px;font-weight:bold;cursor:pointer}
        .pwd-submit-btn:disabled{background:#ccc}

        /* 转赠人员选择 */
        .transfer-person-filter { display: flex; gap: 8px; margin-bottom: 15px; flex-wrap: wrap; }
        .transfer-filter-btn { padding: 6px 14px; background: #f5f5f5; border-radius: 20px; font-size: 13px; color: #666; cursor: pointer; transition: all 0.2s; }
        .transfer-filter-btn.active { background: #e6b73f; color: #fff; }
        .transfer-person-item { display: flex; align-items: center; padding: 12px; background: #fafafa; border-radius: 10px; margin-bottom: 10px; cursor: pointer; transition: all 0.2s; }
        .transfer-person-item:active { background: #f0f0f0; transform: scale(0.98); }
        .transfer-person-item.selected { background: #fff8e6; border: 1px solid #e6b73f; }
        .transfer-person-avatar { width: 44px; height: 44px; background: linear-gradient(135deg, #e6b73f, #f0c060); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 18px; font-weight: bold; margin-right: 12px; }
        .transfer-person-info { flex: 1; }
        .transfer-person-name { font-size: 15px; font-weight: bold; color: #333; }
        .transfer-person-meta { font-size: 12px; color: #999; margin-top: 3px; }
        .transfer-person-check { width: 24px; height: 24px; border-radius: 50%; background: #e6e6e6; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 14px; }
        .transfer-person-item.selected .transfer-person-check { background: #e6b73f; }
        .transfer-selected-info { display: flex; align-items: center; padding: 15px; background: #fff8e6; border-radius: 10px; }
        .transfer-selected-label { font-size: 13px; color: #666; }
        .transfer-selected-name { font-size: 15px; font-weight: bold; color: #e6b73f; margin-left: 8px; }

        /* 消费Tab */
        .consume-tip { text-align: center; padding: 40px 20px; background: linear-gradient(135deg, #fff9e6, #fff3cd); border-radius: 15px; margin-bottom: 15px; }
        .consume-tip-icon { font-size: 50px; margin-bottom: 15px; }
        .consume-tip-title { font-size: 18px; font-weight: bold; color: #333; margin-bottom: 8px; }
        .consume-tip-desc { font-size: 14px; color: #888; }
        .consume-store-item { display: flex; align-items: center; padding: 15px 0; border-bottom: 1px solid #f5f5f5; cursor: pointer; transition: all 0.2s; }
        .consume-store-item:last-child { border-bottom: none; }
        .consume-store-item:active { background: #fafafa; }
        .consume-store-icon { font-size: 30px; margin-right: 12px; }
        .consume-store-info { flex: 1; }
        .consume-store-name { font-size: 15px; font-weight: bold; color: #333; }
        .consume-store-addr { font-size: 12px; color: #999; margin-top: 3px; }
        .consume-store-arrow { font-size: 18px; color: #ccc; }

        /* 成功弹窗 */
        #page-commission-transfer-success, #page-commission-withdraw-success { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 1000; background: rgba(0,0,0,0.5); }
        #page-commission-transfer-success.active, #page-commission-withdraw-success.active { display: block; }
        .transfer-success-icon { font-size: 60px; text-align: center; margin-bottom: 15px; }
        .transfer-success-title { font-size: 20px; font-weight: bold; color: #333; text-align: center; margin-bottom: 10px; }
        .transfer-success-info { font-size: 14px; color: #666; text-align: center; }
        .transfer-role-hint { display: flex; align-items: center; background: #fffbe6; border: 1px solid #ffe58f; border-radius: 10px; padding: 12px 15px; margin-bottom: 20px; }
        .transfer-role-hint-icon { font-size: 18px; margin-right: 10px; }
        .transfer-role-hint-text { font-size: 13px; color: #ad6800; flex: 1; }
        .transfer-section-title { font-size: 14px; font-weight: bold; color: #333; margin-bottom: 12px; margin-top: 5px; }
        .transfer-target-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 15px; }
        .transfer-target-card { background: #f5f5f5; border-radius: 12px; padding: 15px 8px; text-align: center; cursor: pointer; border: 2px solid transparent; transition: all 0.2s; }
        .transfer-target-card.active { background: #fff7e6; border-color: #e6b73f; }
        .transfer-target-icon { font-size: 28px; margin-bottom: 6px; }
        .transfer-target-name { font-size: 14px; font-weight: bold; color: #333; margin-bottom: 4px; }
        .transfer-target-desc { font-size: 11px; color: #999; }
        .transfer-balance-tip { display: flex; align-items: center; background: #f6ffed; border: 1px solid #b7eb8f; border-radius: 8px; padding: 10px 15px; margin-bottom: 15px; }
        .transfer-balance-tip-icon { margin-right: 8px; }
        .transfer-balance-tip-text { font-size: 13px; color: #52c41a; }
        .transfer-amount-box { display: flex; align-items: center; background: #fff; border: 2px solid #e6e6e6; border-radius: 12px; padding: 15px; margin-bottom: 10px; }
        .transfer-amount-input { flex: 1; border: none; font-size: 28px; font-weight: bold; color: #333; outline: none; text-align: center; background: transparent; }
        .transfer-amount-unit { font-size: 18px; color: #666; margin-left: 10px; }
        .transfer-amount-tip { font-size: 12px; color: #999; text-align: center; margin-bottom: 15px; }
        .transfer-quick-amount { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
        .transfer-quick-btn { text-align: center; padding: 8px 0; background: #f5f5f5; border-radius: 6px; font-size: 13px; color: #666; cursor: pointer; transition: all 0.2s; }
        .transfer-quick-btn:hover, .transfer-quick-btn:active { background: #ffe58f; color: #ad6800; }
        /* 手机号输入 */
        .transfer-phone-section { margin-bottom: 20px; }
        .transfer-phone-input-box { display: flex; gap: 10px; margin-bottom: 8px; }
        .transfer-phone-input { flex: 1; border: 1px solid #d9d9d9; border-radius: 8px; padding: 12px 15px; font-size: 16px; outline: none; transition: border-color 0.2s; }
        .transfer-phone-input:focus { border-color: #faad14; }
        .transfer-phone-search-btn { padding: 12px 20px; background: linear-gradient(135deg, #faad14, #ffc53d); color: #fff; border: none; border-radius: 8px; font-size: 14px; font-weight: 500; cursor: pointer; white-space: nowrap; }
        .transfer-phone-search-btn:active { opacity: 0.8; }
        .transfer-phone-tip { font-size: 12px; color: #999; }
        /* 对方信息卡片 */
        .transfer-user-info { margin-top: 15px; }
        .transfer-user-info-card { display: flex; align-items: center; padding: 15px; background: linear-gradient(135deg, #fffbe6, #fff7cc); border: 1px solid #ffe58f; border-radius: 12px; }
        .transfer-user-avatar { font-size: 36px; margin-right: 12px; }
        .transfer-user-details { flex: 1; }
        .transfer-user-name { font-size: 16px; font-weight: 600; color: #333; }
        .transfer-user-role { font-size: 13px; color: #666; margin-top: 2px; }
        .transfer-user-check { font-size: 24px; color: #52c41a; }
        /* 转赠成功 */
        .transfer-success-icon { font-size: 60px; text-align: center; margin-bottom: 15px; }
        .transfer-success-title { font-size: 20px; font-weight: bold; color: #333; text-align: center; margin-bottom: 10px; }
        .transfer-success-info { font-size: 14px; color: #666; text-align: center; }

        /* 门店监控页面 */
        .store-monitor-filter { display: flex; background: #fff; padding: 12px 15px; gap: 8px; border-bottom: 1px solid #eee; }
        .store-filter-btn { flex: 1; text-align: center; padding: 10px; border-radius: 8px; font-size: 13px; color: #666; background: #f5f5f5; cursor: pointer; transition: all 0.3s; }
        .store-filter-btn.active { background: linear-gradient(135deg, #e6b73f, #f0c060); color: #fff; font-weight: bold; }
        .store-monitor-header { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 15px; border-bottom: 1px solid #f5f5f5; margin-bottom: 15px; }
        .store-monitor-title { font-size: 16px; font-weight: bold; color: #333; }
        .store-monitor-performance { text-align: right; }
        .store-monitor-label { font-size: 12px; color: #888; margin-bottom: 3px; }
        .store-monitor-value { font-size: 20px; font-weight: bold; color: #e6b73f; }
        .store-monitor-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 15px; }
        .store-monitor-stat { background: #fafafa; border-radius: 8px; padding: 12px 8px; text-align: center; }
        .store-monitor-stat-value { font-size: 18px; font-weight: bold; color: #333; }
        .store-monitor-stat-label { font-size: 12px; color: #888; margin-top: 4px; }
        .store-monitor-info { background: #fafafa; border-radius: 10px; padding: 10px 12px; }
        .store-info-row { display: flex; align-items: center; padding: 8px 0; border-bottom: 1px solid #f0f0f0; }
        .store-info-row:last-child { border-bottom: none; }
        .store-info-icon { font-size: 14px; margin-right: 8px; }
        .store-info-label { font-size: 13px; color: #888; width: 50px; }
        .store-info-value { flex: 1; font-size: 14px; color: #333; }
        .store-info-phone { color: #e6b73f; cursor: pointer; text-decoration: none; }

        /* 收入记录 */
        .share-record-income { background: #f6ffed; border-radius: 8px; padding: 12px 15px !important; margin-bottom: 10px; border: none; }
        .share-record-income-amount { color: #52c41a !important; font-weight: bold; }

        /* 人员选择列表 */
        .transfer-person-list { max-height: 200px; overflow-y: auto; margin-bottom: 15px; background: #fafafa; border-radius: 10px; padding: 5px; }
        .transfer-person-group { margin-bottom: 10px; }
        .transfer-person-group-title { font-size: 12px; color: #999; padding: 5px 10px; font-weight: bold; }
        .transfer-person-item { display: flex; justify-content: space-between; align-items: center; padding: 12px 15px; background: #fff; border-radius: 8px; margin-bottom: 5px; cursor: pointer; transition: all 0.2s; border: 2px solid transparent; }
        .transfer-person-item:active { background: #fff7e6; border-color: #e6b73f; }
        .transfer-person-item.selected { background: #fff7e6; border-color: #e6b73f; }
        .transfer-person-info { flex: 1; }
        .transfer-person-name { font-size: 14px; font-weight: bold; color: #333; margin-bottom: 2px; }
        .transfer-person-meta { font-size: 12px; color: #999; }
        .transfer-person-check { font-size: 18px; color: #e6b73f; opacity: 0; transition: opacity 0.2s; }
        .transfer-person-item.selected .transfer-person-check { opacity: 1; }

        /* 已选人员 */
        .transfer-selected-person { display: flex; align-items: center; background: #fff7e6; border: 1px solid #ffe58f; border-radius: 8px; padding: 12px 15px; margin-bottom: 15px; }
        .transfer-selected-label { font-size: 13px; color: #ad6800; margin-right: 8px; }
        .transfer-selected-name { font-size: 14px; font-weight: bold; color: #ad6800; }



 
/* ========== 特价商城样式（按设计稿100%还原） ========== */
        /* 国潮配色常量 */
        :root {
            --guochao-red: #a12e3b;
            --guochao-red-dark: #8a252f;
            --guochao-red-light: #c4454f;
            --guochao-green: #026e70;
            --guochao-green-dark: #015456;
            --guochao-white: #ffffff;
            --guochao-bg: #f5f5f5;
            --guochao-text: #333333;
            --guochao-text-light: #666666;
            --dark-bg: #25252d;
            --dark-bg2: #1c1c22;
        }
        
        /* 1. 头部导航 - 商城LOGO + 搜索 + 购物车 */
        .mall-header {
            background: linear-gradient(135deg, var(--guochao-red), var(--guochao-red-dark));
            padding: 10px 15px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
        }
        .mall-header-left {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .mall-logo {
            width: 32px;
            height: 32px;
            border-radius: 8px;
        }
        .mall-title {
            color: #fff;
            font-size: 16px;
            font-weight: bold;
        }
        .mall-search-box {
            flex: 1;
            background: rgba(255,255,255,0.15);
            border: 2px solid rgba(255,255,255,0.3);
            border-radius: 20px;
            padding: 6px 15px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .mall-search-icon {
            font-size: 14px;
            opacity: 0.8;
        }
        .mall-search-input {
            flex: 1;
            background: transparent;
            border: none;
            outline: none;
            color: #fff;
            font-size: 13px;
            font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
        }
        .mall-search-input::placeholder {
            color: rgba(255,255,255,0.6);
        }
        .mall-header-right {
            display: flex;
            align-items: center;
        }
        .mall-cart-icon {
            font-size: 24px;
            cursor: pointer;
        }
        
        /* 2. Banner区域 */
        .mall-banner {
            background: linear-gradient(135deg, var(--guochao-red), var(--guochao-red-dark));
            padding: 30px 20px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        .mall-banner::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -30%;
            width: 80%;
            height: 200%;
            background: radial-gradient(circle, rgba(255,255,255,0.1), transparent 60%);
        }
        .mall-banner-text {
            color: #fff;
            font-size: 22px;
            font-weight: bold;
            font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
            position: relative;
            z-index: 1;
            letter-spacing: 3px;
        }
        .mall-banner-sub {
            color: rgba(255,255,255,0.85);
            font-size: 13px;
            margin-top: 8px;
            font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
            letter-spacing: 2px;
        }
        
        /* 3. 公告与类别区 */
        .mall-announcement-bar {
            background: var(--dark-bg);
            padding: 12px 15px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 15px;
        }
        .mall-announcement-left {
            display: flex;
            align-items: center;
            gap: 8px;
            flex: 1;
        }
        .mall-announcement-icon {
            font-size: 18px;
        }
        .mall-announcement-label {
            color: #fff;
            font-size: 13px;
            font-weight: bold;
            font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
        }
        .mall-announcement-scroll {
            flex: 1;
            overflow: hidden;
        }
        .mall-announcement-content {
            color: rgba(255,255,255,0.7);
            font-size: 12px;
            font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
            white-space: nowrap;
            animation: scroll-left 15s linear infinite;
        }
        @keyframes scroll-left {
            0% { transform: translateX(100%); }
            100% { transform: translateX(-100%); }
        }
        .mall-category-btn {
            display: flex;
            align-items: center;
            gap: 5px;
            color: rgba(255,255,255,0.7);
            font-size: 12px;
            font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
            cursor: pointer;
            padding: 5px 10px;
            background: rgba(255,255,255,0.1);
            border-radius: 15px;
        }
        .mall-category-arrow {
            font-size: 14px;
        }
        
        /* 4. 主要分类区域 */
        .mall-main-categories {
            background: var(--dark-bg2);
            padding: 30px 20px 40px;
            position: relative;
            overflow: hidden;
        }
        .mall-category-bg {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(180deg, var(--dark-bg2), #141418);
        }
        .mall-category-cloud {
            position: absolute;
            width: 120px;
            height: 60px;
            background: rgba(255,255,255,0.03);
            border-radius: 50%;
        }
        .mall-category-cloud.cloud-left {
            top: 10px;
            left: 20px;
        }
        .mall-category-cloud.cloud-right {
            bottom: 20px;
            right: 30px;
        }
        .mall-category-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 15px;
            position: relative;
            z-index: 1;
        }
        .mall-main-category-item {
            text-align: center;
            cursor: pointer;
        }
        .mall-main-category-icon {
            width: 55px;
            height: 55px;
            background: rgba(255,255,255,0.1);
            border-radius: 50%;
            margin: 0 auto 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s;
        }
        .mall-main-category-icon img {
            width: 30px;
            height: 30px;
        }
        .mall-main-category-item:active .mall-main-category-icon {
            transform: scale(0.95);
            background: rgba(255,255,255,0.15);
        }
        .mall-main-category-name {
            color: rgba(255,255,255,0.9);
            font-size: 12px;
            font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
        }
        
        /* 5. 热门产品 & 更多好物区域 */
        .mall-products-section {
            background: #f5f5f5;
            padding: 15px 12px;
            padding-bottom: 90px;
        }
        .mall-section-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 12px;
        }
        .mall-section-title {
            color: #333;
            font-size: 16px;
            font-weight: bold;
            font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
        }
        .mall-section-more {
            color: #888;
            font-size: 12px;
            font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
        }
        .mall-products-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 10px;
        }
        .mall-product-card {
            background: #fff;
            border-radius: 10px;
            overflow: hidden;
            cursor: pointer;
            transition: transform 0.2s;
        }
        .mall-product-card:active {
            transform: scale(0.98);
        }
        .mall-product-image {
            width: 100%;
            height: 140px;
            background: linear-gradient(135deg, #f8f8f8, #e8e8e8);
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }
        .mall-product-emoji {
            font-size: 60px;
        }
        .mall-product-tag-red {
            position: absolute;
            top: 8px;
            left: 8px;
            background: var(--guochao-red);
            color: #fff;
            font-size: 10px;
            padding: 2px 8px;
            border-radius: 3px;
            font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
        }
        .mall-product-tag-green {
            position: absolute;
            top: 8px;
            left: 8px;
            background: var(--guochao-green);
            color: #fff;
            font-size: 10px;
            padding: 2px 8px;
            border-radius: 3px;
            font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
        }
        .mall-product-info {
            padding: 10px;
        }
        .mall-product-name {
            font-size: 14px;
            font-weight: bold;
            color: #333;
            font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
            margin-bottom: 4px;
        }
        .mall-product-desc {
            font-size: 11px;
            color: #888;
            font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
            margin-bottom: 8px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        .mall-product-bottom {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        .mall-product-price {
            display: flex;
            align-items: baseline;
            gap: 5px;
        }
        .mall-price-current {
            color: var(--guochao-red);
            font-size: 16px;
            font-weight: bold;
            font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
        }
        .mall-price-original {
            color: #bbb;
            font-size: 11px;
            text-decoration: line-through;
            font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
        }
        .mall-product-add {
            width: 26px;
            height: 26px;
            background: var(--guochao-green);
            border-radius: 50%;
            color: #fff;
            font-size: 18px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-family: Arial, sans-serif;
        }
        
        /* 7. 底部栏目导航 */
        .mall-bottom-nav {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background: #fff;
            display: flex;
            justify-content: space-around;
            padding: 10px 0;
            box-shadow: 0 -2px 10px rgba(0,0,0,0.08);
            z-index: 50;
        }
        .mall-nav-item {
            text-align: center;
            cursor: pointer;
        }
        .mall-nav-icon {
            font-size: 22px;
            margin-bottom: 2px;
        }
        .mall-nav-text {
            font-size: 11px;
            color: #888;
            font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
        }
        .mall-nav-item:active .mall-nav-icon {
            transform: scale(0.9);
        }
        
        /* 底部购物车悬浮栏 */
        .mall-cart-bar {
            position: fixed;
            bottom: 85px;
            left: 15px;
            right: 15px;
            background: var(--guochao-green);
            border-radius: 25px;
            padding: 10px 15px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            box-shadow: 0 4px 15px rgba(2, 110, 112, 0.3);
            z-index: 51;
        }
        .mall-cart-bar-left {
            display: flex;
            align-items: center;
            gap: 8px;
            position: relative;
        }
        .mall-cart-bar-icon {
            font-size: 24px;
        }
        .mall-cart-bar-count {
            position: absolute;
            top: -5px;
            left: 18px;
            background: var(--guochao-red);
            color: #fff;
            font-size: 10px;
            font-weight: bold;
            padding: 2px 6px;
            border-radius: 10px;
            font-family: Arial, sans-serif;
        }
        .mall-cart-bar-right {
            background: rgba(255,255,255,0.2);
            color: #fff;
            font-size: 14px;
            font-weight: bold;
            padding: 8px 20px;
            border-radius: 15px;
            font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
            cursor: pointer;
        }
        
        /* 商品详情弹窗 - 国潮风格 */
        .product-detail-overlay {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,0.5);
            z-index: 2000;
            display: none;
            align-items: flex-end;
            justify-content: center;
        }
        .product-detail-overlay.active {
            display: flex;
        }
        .product-detail-sheet {
            background: #fff;
            border-radius: 20px 20px 0 0;
            width: 100%;
            max-width: 420px;
            max-height: 90vh;
            overflow-y: auto;
            animation: slideUp 0.3s ease;
        }
        @keyframes slideUp {
            from { transform: translateY(100%); }
            to { transform: translateY(0); }
        }
        .product-detail-header {
            position: relative;
            padding: 50px 20px 18px;
            text-align: center;
            background: linear-gradient(135deg, #fafafa, #fff);
        }
        .product-detail-close {
            position: absolute;
            top: 12px;
            right: 12px;
            width: 30px;
            height: 30px;
            background: #f0f0f0;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            cursor: pointer;
            z-index: 10;
        }
        .product-detail-emoji {
            font-size: 90px;
            margin-bottom: 12px;
            filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
        }
        
        /* 多图轮播样式 */
        .product-detail-gallery {
            position: relative;
            width: 100%;
            overflow: hidden;
            background: linear-gradient(135deg, #fff5f5, #fff);
        }
        .pd-gallery-slides {
            position: relative;
            width: 100%;
            height: 100%;
        }
        .pd-gallery-slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: none;
            align-items: center;
            justify-content: center;
        }
        .pd-gallery-slide.active {
            display: flex;
        }
        .pd-gallery-emoji {
            font-size: 120px;
            filter: drop-shadow(0 8px 16px rgba(0,0,0,0.15));
        }
        .pd-gallery-dots {
            position: absolute;
            bottom: 15px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 8px;
        }
        .pd-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: rgba(0,0,0,0.2);
            cursor: pointer;
        }
        .pd-dot.active {
            background: var(--guochao-red);
            width: 20px;
            border-radius: 4px;
        }
        .pd-gallery-tags {
            position: absolute;
            top: 15px;
            left: 15px;
        }
        
        /* 价格与名称区 */
        .pd-info-section {
            padding: 18px 20px;
            border-bottom: 1px solid #f0f0f0;
        }
        .pd-price-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 12px;
        }
        .pd-member-price-wrap {
            display: flex;
            align-items: baseline;
            gap: 4px;
        }
        .pd-member-label {
            font-size: 12px;
            color: var(--guochao-red);
            background: #fff0f0;
            padding: 2px 8px;
            border-radius: 4px;
        }
        .pd-price-symbol {
            font-size: 18px;
            color: var(--guochao-red);
            font-weight: bold;
        }
        .pd-price-value {
            font-size: 32px;
            color: var(--guochao-red);
            font-weight: bold;
        }
        .pd-original-wrap {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .pd-original-label {
            font-size: 13px;
            color: #999;
            text-decoration: line-through;
        }
        .pd-save-badge {
            font-size: 12px;
            color: #fff;
            background: var(--guochao-green);
            padding: 3px 10px;
            border-radius: 10px;
        }
        .pd-name {
            font-size: 20px;
            font-weight: bold;
            color: var(--guochao-text);
            margin-bottom: 6px;
        }
        .pd-desc {
            font-size: 13px;
            color: #888;
        }
        
        /* 商品规格 */
        .pd-specs-section {
            padding: 18px 20px;
            border-bottom: 1px solid #f0f0f0;
        }
        .pd-section-title {
            font-size: 15px;
            font-weight: bold;
            color: var(--guochao-text);
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .pd-spec-list {
            background: #f8f8f8;
            border-radius: 10px;
            padding: 12px;
        }
        .pd-spec-item {
            display: flex;
            justify-content: space-between;
            padding: 8px 0;
            border-bottom: 1px solid #eee;
            font-size: 13px;
        }
        .pd-spec-item:last-child {
            border-bottom: none;
        }
        .pd-spec-label {
            color: #888;
        }
        .pd-spec-val {
            color: var(--guochao-text);
            font-weight: 500;
        }
        
        /* 购买须知 */
        .pd-tips-section {
            padding: 18px 20px;
        }
        .pd-tips-list {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }
        .pd-tip-item {
            font-size: 12px;
            color: var(--guochao-green);
            background: #f0f8f8;
            padding: 6px 12px;
            border-radius: 15px;
        }
        
        /* 底部：数量选择 + 加入购物车 */
        .pd-footer {
            position: sticky;
            bottom: 0;
            left: 0;
            right: 0;
            background: #fff;
            border-top: 1px solid #f0f0f0;
            padding: 12px 20px;
            padding-bottom: max(12px, env(safe-area-inset-bottom));
        }
        .pd-qty-wrap {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 12px;
        }
        .pd-qty-label {
            font-size: 14px;
            color: var(--guochao-text);
            font-weight: 500;
        }
        .pd-qty-ctrl {
            display: flex;
            align-items: center;
            background: #f5f5f5;
            border-radius: 8px;
            overflow: hidden;
        }
        .pd-qty-btn {
            width: 36px;
            height: 36px;
            background: transparent;
            border: none;
            font-size: 18px;
            color: var(--guochao-text);
            cursor: pointer;
            transition: background 0.2s;
        }
        .pd-qty-btn:active {
            background: #e0e0e0;
        }
        .pd-qty-val {
            min-width: 40px;
            text-align: center;
            font-size: 16px;
            font-weight: bold;
            color: var(--guochao-text);
        }
        .pd-footer-btns {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .pd-cart-icon-btn {
            position: relative;
            width: 48px;
            height: 48px;
            background: #f8f8f8;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }
        .pd-cart-badge {
            position: absolute;
            top: -4px;
            right: -4px;
            min-width: 18px;
            height: 18px;
            background: var(--guochao-red);
            color: #fff;
            font-size: 11px;
            border-radius: 9px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
        }
        .pd-add-cart-btn {
            flex: 1;
            height: 48px;
            background: linear-gradient(135deg, var(--guochao-red), #c9202f);
            color: #fff;
            border: none;
            border-radius: 12px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
            transition: transform 0.2s, box-shadow 0.2s;
        }
        .pd-add-cart-btn:active {
            transform: scale(0.98);
        }
        .pd-add-cart-btn:hover {
            box-shadow: 0 4px 12px rgba(161, 46, 59, 0.4);
        }
        
        /* ========== 订单确认页样式 ========== */
        .order-confirm-card {
            background: #fff;
            border-radius: 12px;
            margin-bottom: 10px;
            overflow: hidden;
        }
        .occ-header {
            display: flex;
            align-items: center;
            padding: 14px 16px;
            border-bottom: 1px solid #f0f0f0;
        }
        .occ-icon {
            font-size: 16px;
            margin-right: 8px;
        }
        .occ-title {
            flex: 1;
            font-size: 15px;
            font-weight: bold;
            color: var(--guochao-text);
        }
        .occ-sub {
            font-size: 13px;
            color: #999;
            margin-right: 4px;
        }
        .occ-arrow {
            color: #ccc;
            font-size: 16px;
        }
        .occ-empty {
            padding: 12px 16px;
            font-size: 14px;
            color: var(--guochao-red);
            font-weight: 500;
        }
        .occ-address-info {
            padding: 12px 16px;
        }
        .occ-user-row {
            display: flex;
            align-items: center;
            margin-bottom: 6px;
        }
        .occ-user-name {
            font-size: 16px;
            font-weight: bold;
            color: var(--guochao-text);
        }
        .occ-user-phone {
            font-size: 14px;
            color: #666;
            margin-left: 12px;
        }
        .occ-address-detail {
            font-size: 13px;
            color: #888;
            line-height: 1.4;
        }
        
        /* 订单商品项 */
        .order-goods-item {
            display: flex;
            align-items: center;
            padding: 12px 16px;
            border-bottom: 1px solid #f5f5f5;
        }
        .order-goods-item:last-child {
            border-bottom: none;
        }
        .order-goods-img {
            width: 56px;
            height: 56px;
            background: linear-gradient(135deg, #f8f8f8, #f0f0f0);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 32px;
            margin-right: 12px;
        }
        .order-goods-info {
            flex: 1;
        }
        .order-goods-name {
            font-size: 14px;
            font-weight: bold;
            color: var(--guochao-text);
            margin-bottom: 4px;
        }
        .order-goods-desc {
            font-size: 12px;
            color: #999;
        }
        .order-goods-right {
            text-align: right;
        }
        .order-goods-price {
            font-size: 15px;
            font-weight: bold;
            color: var(--guochao-red);
        }
        .order-goods-qty {
            font-size: 12px;
            color: #999;
            margin-top: 2px;
        }
        
        /* 费用明细 */
        .order-fee-list {
            padding: 12px 16px;
        }
        .order-fee-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 8px 0;
            font-size: 14px;
            color: #666;
        }
        .order-fee-total {
            border-top: 1px solid #f0f0f0;
            margin-top: 8px;
            padding-top: 12px;
            font-weight: bold;
            color: var(--guochao-text);
        }
        
        /* 底部去支付栏 */
        .order-pay-bar {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            height: 60px;
            background: #fff;
            border-top: 1px solid #f0f0f0;
            display: flex;
            align-items: center;
            padding: 0 16px;
            padding-bottom: env(safe-area-inset-bottom);
            z-index: 100;
        }
        .order-pay-amount {
            flex: 1;
            font-size: 15px;
            color: var(--guochao-text);
        }
        .order-pay-btn {
            width: 120px;
            height: 44px;
            background: linear-gradient(135deg, var(--guochao-red), #c9202f);
            color: #fff;
            border: none;
            border-radius: 22px;
            font-size: 16px;
            font-weight: bold;
            cursor: pointer;
        }
        
        /* ========== 支付页面样式 ========== */
        .pay-amount-card {
            background: linear-gradient(135deg, var(--guochao-red), #c9202f);
            color: #fff;
            text-align: center;
            padding: 30px 20px;
            border-radius: 12px;
            margin-bottom: 10px;
        }
        .pay-amount-label {
            font-size: 14px;
            opacity: 0.9;
            margin-bottom: 8px;
        }
        .pay-amount-value {
            font-size: 36px;
            font-weight: bold;
        }
        .pay-order-info {
            background: rgba(255,255,255,0.15);
            border-radius: 8px;
            padding: 12px;
            margin-top: 16px;
            font-size: 13px;
            opacity: 0.9;
        }
        
        .pay-methods-card {
            background: #fff;
            border-radius: 12px;
            margin-bottom: 10px;
        }
        .pay-methods-title {
            font-size: 15px;
            font-weight: bold;
            color: var(--guochao-text);
            padding: 14px 16px;
            border-bottom: 1px solid #f0f0f0;
        }
        .pay-method-item {
            display: flex;
            align-items: center;
            padding: 14px 16px;
            border-bottom: 1px solid #f5f5f5;
            cursor: pointer;
            transition: background 0.2s;
        }
        .pay-method-item:last-child {
            border-bottom: none;
        }
        .pay-method-item:active {
            background: #f8f8f8;
        }
        .pay-method-item.selected {
            background: #fff8f8;
        }
        .pay-method-icon {
            width: 40px;
            height: 40px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            margin-right: 12px;
        }
        .pay-method-icon.wechat { background: #07c160; }
        .pay-method-icon.alipay { background: #1677ff; }
        .pay-method-icon.bank { background: #ee6b4d; }
        .pay-method-name {
            flex: 1;
            font-size: 15px;
            color: var(--guochao-text);
            font-weight: 500;
        }
        .pay-method-check {
            width: 22px;
            height: 22px;
            border-radius: 50%;
            border: 2px solid #ddd;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
        }
        .pay-method-item.selected .pay-method-check {
            background: var(--guochao-red);
            border-color: var(--guochao-red);
            color: #fff;
        }
        
        /* 底部支付按钮 */
        .pay-bar {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            height: 70px;
            background: #fff;
            border-top: 1px solid #f0f0f0;
            display: flex;
            align-items: center;
            padding: 0 16px;
            padding-bottom: env(safe-area-inset-bottom);
            z-index: 100;
        }
        .pay-bar-btn {
            width: 100%;
            height: 48px;
            background: linear-gradient(135deg, var(--guochao-red), #c9202f);
            color: #fff;
            border: none;
            border-radius: 24px;
            font-size: 17px;
            font-weight: bold;
            cursor: pointer;
            box-shadow: 0 4px 12px rgba(161, 46, 59, 0.3);
        }
        
        /* 支付成功/失败页 */
        .pay-result-card {
            background: #fff;
            border-radius: 12px;
            padding: 30px 20px;
            text-align: center;
            margin-bottom: 15px;
        }
        .pay-result-icon {
            font-size: 64px;
            margin-bottom: 16px;
        }
        .pay-result-title {
            font-size: 20px;
            font-weight: bold;
            color: var(--guochao-text);
            margin-bottom: 8px;
        }
        .pay-result-desc {
            font-size: 14px;
            color: #888;
        }
        .pay-result-amount {
            font-size: 28px;
            font-weight: bold;
            color: var(--guochao-red);
            margin: 16px 0;
        }
        .pay-result-btns {
            display: flex;
            gap: 12px;
            margin-top: 20px;
        }
        .pay-result-btn {
            flex: 1;
            height: 44px;
            border-radius: 22px;
            font-size: 15px;
            font-weight: 500;
            cursor: pointer;
            border: none;
        }
        .pay-result-btn-primary {
            background: linear-gradient(135deg, var(--guochao-red), #c9202f);
            color: #fff;
        }
        .pay-result-btn-secondary {
            background: #f5f5f5;
            color: var(--guochao-text);
        }
        .product-detail-tags {
            display: flex;
            gap: 6px;
            justify-content: center;
            margin-bottom: 10px;
        }
        .product-detail-tag {
            padding: 3px 10px;
            background: var(--guochao-red);
            color: #fff;
            border-radius: 10px;
            font-size: 11px;
            font-weight: bold;
            font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
        }
        .product-detail-name {
            font-size: 20px;
            font-weight: bold;
            color: var(--guochao-text);
            margin-bottom: 6px;
            font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
        }
        .product-detail-desc {
            font-size: 13px;
            color: #888;
        }
        .product-detail-price-row {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 15px 18px;
            background: linear-gradient(135deg, var(--guochao-red), var(--guochao-red-dark));
        }
        .product-detail-current-price {
            display: flex;
            align-items: baseline;
            gap: 2px;
        }
        .product-detail-currency {
            font-size: 16px;
            color: #fff;
            font-weight: bold;
        }
        .product-detail-current {
            font-size: 32px;
            font-weight: bold;
            color: #fff;
        }
        .product-detail-original-price {
            display: flex;
            align-items: baseline;
            gap: 2px;
        }
        .product-detail-original-text {
            font-size: 13px;
            color: rgba(255,255,255,0.6);
            text-decoration: line-through;
        }
        .product-detail-original {
            font-size: 14px;
            color: rgba(255,255,255,0.6);
            text-decoration: line-through;
        }
        .product-detail-save {
            margin-left: auto;
            background: rgba(255,255,255,0.2);
            color: #fff;
            padding: 3px 10px;
            border-radius: 10px;
            font-size: 11px;
            font-weight: bold;
        }
        .product-detail-body {
            padding: 18px;
        }
        .product-detail-section {
            margin-bottom: 18px;
        }
        .product-detail-section:last-child {
            margin-bottom: 0;
        }
        .product-detail-section-title {
            font-size: 14px;
            font-weight: bold;
            color: var(--guochao-text);
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 6px;
            font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
        }
        .product-detail-specs {
            background: #f8f8f8;
            border-radius: 10px;
            padding: 12px;
        }
        .product-detail-spec-item {
            display: flex;
            justify-content: space-between;
            padding: 8px 0;
            border-bottom: 1px solid #eee;
            font-size: 13px;
        }
        .product-detail-spec-item:last-child {
            border-bottom: none;
        }
        .product-detail-spec-label {
            color: #888;
        }
        .product-detail-spec-value {
            color: var(--guochao-text);
            font-weight: 500;
        }
        .product-detail-tips {
            background: #fafafa;
            border-radius: 10px;
            padding: 12px;
        }
        .product-detail-tip-item {
            font-size: 13px;
            color: #666;
            padding: 5px 0;
            padding-left: 8px;
            position: relative;
        }
        .product-detail-tip-item::before {
            content: '•';
            position: absolute;
            left: 0;
            color: var(--guochao-red);
            font-weight: bold;
        }
        .product-detail-footer {
            padding: 12px 18px;
            padding-bottom: 30px;
            display: flex;
            gap: 10px;
            background: #fff;
            border-top: 1px solid #f0f0f0;
        }
        .product-detail-cart-btn {
            width: 48px;
            height: 48px;
            background: #f5f5f5;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
            cursor: pointer;
        }
        .product-detail-add-btn {
            flex: 1;
            background: linear-gradient(135deg, var(--guochao-green), var(--guochao-green-dark));
            color: #fff;
            padding: 14px;
            border-radius: 22px;
            font-size: 15px;
            font-weight: bold;
            border: none;
            cursor: pointer;
            box-shadow: 0 3px 12px rgba(2, 110, 112, 0.25);
            font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
        }
        
        /* 底部购物车栏 - 国潮风格 */
        .mall-bottom-bar {
            position: fixed;
            bottom: 60px;
            left: 0;
            right: 0;
            background: #fff;
            padding: 10px 15px;
            display: flex;
            align-items: center;
            box-shadow: 0 -2px 12px rgba(0,0,0,0.06);
            z-index: 100;
        }
        .mall-bottom-cart {
            width: 46px;
            height: 46px;
            background: linear-gradient(135deg, var(--guochao-red), var(--guochao-red-dark));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            margin-right: 10px;
            box-shadow: 0 3px 10px rgba(161, 46, 59, 0.25);
        }
        .mall-bottom-cart span:first-child {
            font-size: 22px;
        }
        .mall-bottom-cart-badge {
            position: absolute;
            top: -4px;
            right: -4px;
            min-width: 18px;
            height: 18px;
            background: var(--guochao-green);
            border-radius: 9px;
            color: #fff;
            font-size: 11px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .mall-bottom-info {
            flex: 1;
        }
        .mall-bottom-total {
            font-size: 13px;
            color: #666;
        }
        .mall-bottom-total span {
            color: var(--guochao-red);
            font-weight: bold;
            font-size: 18px;
            font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
        }
        .mall-bottom-checkout {
            background: linear-gradient(135deg, var(--guochao-green), var(--guochao-green-dark));
            color: #fff;
            padding: 12px 24px;
            border-radius: 22px;
            font-weight: bold;
            font-size: 14px;
            box-shadow: 0 3px 12px rgba(2, 110, 112, 0.25);
            font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
        }
        
        /* 复购弹窗 - 国潮绿色调整 */
        .repurchase-modal-content {
            max-width: 360px;
            margin: 20px auto;
        }
        .repurchase-your-price {
            background: linear-gradient(135deg, var(--guochao-green), var(--guochao-green-dark));
            border-radius: 14px;
            padding: 22px;
            text-align: center;
            color: #fff;
            margin-bottom: 18px;
        }
        .repurchase-your-label {
            font-size: 12px;
            opacity: 0.9;
            margin-bottom: 6px;
        }
        .repurchase-your-value {
            font-size: 44px;
            font-weight: bold;
        }
        .repurchase-your-level {
            font-size: 13px;
            opacity: 0.9;
            margin-top: 4px;
        }
        .repurchase-compare {
            background: #f8f8f8;
            border-radius: 10px;
            padding: 12px;
            margin-bottom: 12px;
        }
        .repurchase-compare-title {
            font-size: 12px;
            color: #666;
            margin-bottom: 10px;
            text-align: center;
        }
        .repurchase-compare-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 8px;
        }
        .repurchase-compare-item {
            background: #fff;
            border-radius: 8px;
            padding: 10px;
            text-align: center;
            border: 2px solid transparent;
            transition: all 0.2s;
        }
        .repurchase-compare-item.active {
            border-color: var(--guochao-green);
            background: #f0fffe;
        }
        .repurchase-compare-level {
            font-size: 11px;
            color: #666;
            margin-bottom: 3px;
        }
        .repurchase-compare-price {
            font-size: 15px;
            font-weight: bold;
            color: #333;
        }
        .repurchase-compare-item.active .repurchase-price {
            color: var(--guochao-green);
        }
        .repurchase-desc {
            background: #fafafa;
            border-radius: 10px;
            padding: 12px;
            margin-bottom: 18px;
        }
        .repurchase-desc-title {
            font-size: 12px;
            font-weight: bold;
            color: #333;
            margin-bottom: 8px;
        }
        .repurchase-desc-item {
            font-size: 12px;
            color: #666;
            margin-bottom: 5px;
            padding-left: 4px;
        }
        .repurchase-desc-item:last-child {
            margin-bottom: 0;
        }
        .repurchase-btn {
            background: linear-gradient(135deg, var(--guochao-green), var(--guochao-green-dark));
            border: none;
            font-size: 15px;
            padding: 14px;
            color: #fff;
            font-weight: bold;
            font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
        }
        
        /* 购物车页面 */
        .mall-cart-empty {
            text-align: center;
            padding: 60px 20px;
        }
        .mall-cart-empty-icon {
            font-size: 60px;
            margin-bottom: 15px;
            opacity: 0.5;
        }
        .mall-cart-empty-text {
            font-size: 16px;
            color: #888;
        }
        .mall-cart-item {
            display: flex;
            background: #fff;
            padding: 14px;
            border-radius: 12px;
            margin-bottom: 10px;
            box-shadow: 0 2px 6px rgba(0,0,0,0.04);
        }
        .mall-cart-item-img {
            width: 70px;
            height: 70px;
            background: linear-gradient(135deg, #f8f8f8, #f0f0f0);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 32px;
            margin-right: 12px;
        }
        .mall-cart-item-info {
            flex: 1;
        }
        .mall-cart-item-name {
            font-size: 14px;
            font-weight: bold;
            color: var(--guochao-text);
            margin-bottom: 4px;
            font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
        }
        .mall-cart-item-price {
            font-size: 14px;
            color: var(--guochao-red);
            font-weight: bold;
        }
        .mall-cart-item-control {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-top: 8px;
        }
        .mall-cart-qty-btn {
            width: 28px;
            height: 28px;
            background: #f5f5f5;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-size: 16px;
        }
        .mall-cart-qty-num {
            font-size: 14px;
            min-width: 28px;
            text-align: center;
            font-weight: bold;
        }
        .mall-cart-footer {
            position: fixed;
            bottom: 70px;
            left: 0;
            right: 0;
            background: #fff;
            padding: 12px 18px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            box-shadow: 0 -2px 12px rgba(0,0,0,0.06);
        }
        .mall-cart-total {
            font-size: 15px;
            color: var(--guochao-text);
            font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
        }
        .mall-cart-total span {
            color: var(--guochao-red);
            font-weight: bold;
            font-size: 18px;
        }
        .district-item.disabled{background:#f5f5f5;color:#ccc;cursor:not-allowed;border-color:#e0e0e0;text-decoration:line-through;opacity:0.7}
        .district-item.disabled::after{content:'';position:absolute;top:50%;left:0;right:0;height:1px;background:#ddd;transform:rotate(-15deg)}
        .district-taken-tag{display:none;position:absolute;top:-1px;right:-1px;background:#ff4d4f;color:#fff;font-size:9px;padding:2px 5px;border-radius:0 8px 0 4px;font-weight:bold;line-height:1.2}
        .district-item.disabled .district-taken-tag{display:block}
        .district-selected-info{background:linear-gradient(135deg,#fff8e1,#fff3cd);padding:12px;border-radius:10px;text-align:center;font-size:14px;margin-bottom:10px;border:1px solid #ffe082}
        .district-note{font-size:13px;color:#888;background:#f8f8f8;padding:10px;border-radius:8px;text-align:center}
        .commission-item{display:flex;padding:12px 0;border-bottom:1px solid #f5f5f5}
        .commission-item:last-child{border-bottom:none}
        .commission-role{width:80px;font-weight:bold;color:#e6b73f;font-size:14px}
        .commission-detail{flex:1;font-size:13px;color:#666}
        .pay-amount{text-align:center;font-size:20px;font-weight:bold;margin-bottom:20px;padding:15px;background:#fff8e1;border-radius:10px}
        .pay-amount span{color:#ff5722}
        .pay-methods{margin-bottom:20px}
        .pay-method{display:flex;align-items:center;padding:15px;border:1px solid #eee;border-radius:10px;margin-bottom:10px;cursor:pointer;transition:all 0.2s}
        .pay-method:hover{border-color:#e6b73f}.pay-method.active{border-color:#e6b73f;background:#fffef8}
        .pay-method-icon{font-size:24px;margin-right:12px}.pay-method-name{flex:1;font-size:15px}
        .pay-method-check{color:#e6b73f;font-size:18px;display:none}.pay-method.active .pay-method-check{display:block}
        
        /* ===== 商城弹窗样式（默认隐藏）===== */
        .mall-modal-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.5);z-index:1000;align-items:center;justify-content:center}
        .mall-modal-overlay.active{display:flex}
        .mall-modal-box{background:#fff;border-radius:16px;width:90%;max-width:360px;max-height:80vh;overflow-y:auto}
        .mall-modal-sm .mall-modal-box{max-width:300px}
        .mall-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f0f0f0}
        .mall-modal-title{font-size:17px;font-weight:bold;color:#333}
        .mall-modal-close{font-size:24px;color:#999;cursor:pointer;line-height:1}
        
        /* 会员登录弹窗样式 */
        .mall-login-logo{text-align:center;padding:20px 0 24px}
        .mall-login-brand{font-size:20px;font-weight:bold;color:var(--guochao-text);margin-bottom:4px}
        .mall-login-sub{font-size:13px;color:#888}
        .mall-form-group{margin-bottom:18px}
        .mall-form-label{font-size:13px;color:#666;margin-bottom:8px;display:block}
        .mall-form-input{width:100%;padding:12px 14px;border:1.5px solid #e8e8e8;border-radius:10px;font-size:14px;outline:none;transition:border-color 0.2s;box-sizing:border-box}
        .mall-form-input:focus{border-color:var(--guochao-red)}
        .mall-phone-input-wrap{position:relative;width:100%;margin-bottom:15px}
        .mall-phone-prefix{position:absolute;left:14px;top:50%;transform:translateY(-50%);font-size:14px;color:#666;pointer-events:none}
        .mall-phone-input{padding:12px 14px 12px 55px;border:1.5px solid #e8e8e8;border-radius:10px;font-size:14px;outline:none;width:100%;box-sizing:border-box;background:#fff}
        .mall-sms-wrap{display:flex;gap:10px;margin-bottom:15px}
        .mall-sms-input{flex:1;padding:12px 14px;border:1.5px solid #e8e8e8;border-radius:10px;font-size:14px;outline:none;box-sizing:border-box}
        .mall-sms-btn{min-width:100px;padding:12px 8px;background:#f5f5f5;color:var(--guochao-red);border:none;border-radius:10px;font-size:13px;font-weight:500;cursor:pointer;white-space:nowrap}
        .mall-login-agree{margin:16px 0 20px;font-size:12px;color:#888}
        .mall-link{color:var(--guochao-red)}
        .mall-login-btn{width:100%;padding:14px;background:linear-gradient(135deg,var(--guochao-red),#c9202f);color:#fff;border:none;border-radius:24px;font-size:16px;font-weight:bold;cursor:pointer;font-family:'Microsoft YaHei','微软雅黑',sans-serif}
        .mall-login-tips{text-align:center;font-size:11px;color:#aaa;margin-top:12px}
        
        /* ========== 推广人员报单页面样式 ========== */
        .order-role-intro{background:linear-gradient(135deg,#fff9f0,#fff5e6);margin:15px;border-radius:12px;overflow:hidden}
        .order-intro-header{display:flex;align-items:center;gap:8px;padding:15px;background:linear-gradient(135deg,#ff9800,#ffb74d);color:#fff}
        .order-intro-icon{font-size:20px}
        .order-intro-title{font-size:15px;font-weight:bold}
        .order-intro-content{padding:15px}
        .order-intro-item{display:flex;align-items:center;margin-bottom:12px}
        .order-intro-item:last-child{margin-bottom:0}
        .order-intro-level{min-width:80px;padding:6px 12px;background:linear-gradient(135deg,var(--guochao-red),#c9202f);color:#fff;border-radius:16px;font-size:13px;font-weight:bold;text-align:center}
        .order-intro-desc{font-size:13px;color:#666;margin-left:12px;flex:1}
        .order-intro-note{padding:12px 15px;background:#fff3e0;font-size:12px;color:#e65100;border-top:1px dashed #ffcc80}
        .upgrade-tip{display:flex;align-items:center;background:linear-gradient(135deg,#fff3e0,#ffe0b2);border:2px solid #ff9800;border-radius:12px;padding:15px;margin:15px}
        .upgrade-icon{font-size:32px;margin-right:12px}
        .upgrade-text{flex:1}
        .upgrade-title{font-size:14px;font-weight:bold;color:#e65100;margin-bottom:4px}
        .upgrade-desc{font-size:13px;color:#f57c00}
        .upgrade-desc strong{font-size:18px;font-weight:bold}
        
        /* 优化后的产品包卡片样式 */
        .package-select-title{font-size:16px;font-weight:bold;color:var(--guochao-text);padding:15px 15px 10px}
        .package-card{display:flex;align-items:center;background:#fff;border-radius:16px;margin:0 15px 12px;padding:15px;cursor:pointer;transition:all 0.3s;border:2px solid #f0f0f0;box-shadow:0 2px 8px rgba(0,0,0,0.04)}
        .package-card.selected{border-color:var(--guochao-red);background:linear-gradient(135deg,#fff,#fff8f8);box-shadow:0 4px 12px rgba(161,46,59,0.15)}
        .package-card-left{display:flex;align-items:center;margin-right:12px}
        .package-icon{width:50px;height:50px;background:linear-gradient(135deg,#f5f5f5,#eee);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:28px}
        .package-card.selected .package-icon{background:linear-gradient(135deg,var(--guochao-red),#c9202f)}
        .package-check{width:22px;height:22px;border:2px solid #ddd;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-left:8px;font-size:12px;color:var(--guochao-red);transition:all 0.2s}
        .package-card.selected .package-check{border-color:var(--guochao-red);background:var(--guochao-red);color:#fff}
        .package-card-content{flex:1}
        .package-name{font-size:16px;font-weight:bold;color:var(--guochao-text);margin-bottom:4px}
        .package-desc{font-size:12px;color:#888;margin-bottom:8px}
        .package-tags{display:flex;gap:6px}
        .package-tag{padding:3px 8px;background:#f5f5f5;color:#666;font-size:11px;border-radius:10px}
        .package-tag-hot{background:#fff3e0;color:#e65100}
        .package-tag-vip{background:#fff8e1;color:#ff8f00}
        .package-price{text-align:center;padding-left:12px;border-left:1px dashed #eee}
        .package-price-num{font-size:20px;color:var(--guochao-red);font-weight:bold}
        .package-card-district{background:linear-gradient(135deg,#fff,#fff8e1)}
        .package-card-district .package-price-num{color:#ff8f00}
        
        .district-select-card{margin-top:15px}
        .district-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:10px 0}
        .district-item{text-align:center;padding:10px 5px;background:#fff;border:1.5px solid #e8e8e8;border-radius:8px;font-size:12px;cursor:pointer;transition:all 0.2s;position:relative}
        .district-item:hover:not(.taken){background:#f0fff0;border-color:#52c41a}
        .district-item.selected{background:#f0fff0;border-color:#52c41a;color:#52c41a;font-weight:bold}
        .district-item.taken{background:#f5f5f5;color:#ccc;cursor:not-allowed}
        .district-taken-tag{position:absolute;top:-6px;right:-6px;background:#999;color:#fff;font-size:9px;padding:2px 5px;border-radius:8px}
        .district-selected-info{padding:12px;background:#e8f5e9;border-radius:8px;margin-top:10px;text-align:center;font-size:14px}
        .district-note{padding:10px 0 5px;font-size:11px;color:#999}
        
        /* ========== 注册弹窗样式 ========== */
        .reg-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);z-index:9999;display:none;align-items:center;justify-content:center;padding:20px}
        .reg-modal-overlay.active{display:flex}
        .reg-modal-box{background:#fff;border-radius:16px;width:100%;max-width:380px;overflow:hidden;animation:modalSlideUp 0.3s ease}
        @keyframes modalSlideUp{from{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}
        .reg-modal-header{background:linear-gradient(135deg,var(--guochao-red),var(--guochao-red-dark));color:#fff;text-align:center;padding:25px 20px}
        .reg-modal-logo{width:64px;height:auto;margin:0 auto 10px;display:block;image-rendering:-webkit-optimize-contrast}
        .reg-modal-title{font-size:20px;font-weight:bold;margin-bottom:5px}
        .reg-modal-subtitle{font-size:12px;opacity:0.9}
        .reg-modal-close{position:absolute;top:15px;right:15px;width:30px;height:30px;background:rgba(255,255,255,0.2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;color:#fff;cursor:pointer;border:none}
        .reg-modal-body{padding:25px 20px}
        .reg-form-group{margin-bottom:18px}
        .reg-form-label{display:block;font-size:13px;color:#666;margin-bottom:8px;font-weight:500}
        .reg-form-input{width:100%;padding:12px 14px;border:1.5px solid #e8e8e8;border-radius:10px;font-size:14px;outline:none;box-sizing:border-box;transition:border-color 0.3s}
        .reg-form-input:focus{border-color:var(--guochao-red)}
        .reg-form-input::placeholder{color:#bbb}
        .reg-sms-wrap{display:flex;gap:10px}
        .reg-sms-wrap .reg-form-input{flex:1}
        .reg-sms-btn{min-width:100px;padding:12px 8px;background:#f5f5f5;color:var(--guochao-red);border:none;border-radius:10px;font-size:13px;font-weight:500;cursor:pointer}
        .reg-sms-btn:disabled{background:#eee;color:#999;cursor:not-allowed}
        .reg-agree{margin:20px 0;font-size:12px;color:#888;display:flex;align-items:flex-start;gap:8px}
        .reg-agree input{width:16px;height:16px;margin-top:2px;accent-color:var(--guochao-red)}
        .reg-agree a{color:var(--guochao-red);text-decoration:none}
        .reg-submit-btn{width:100%;padding:14px;background:linear-gradient(135deg,var(--guochao-red),#c9202f);color:#fff;border:none;border-radius:24px;font-size:16px;font-weight:bold;cursor:pointer;font-family:inherit}
        .reg-submit-btn:disabled{background:#ccc;cursor:not-allowed}
        .reg-tip{text-align:center;font-size:11px;color:#aaa;margin-top:15px}
        .reg-tip a{color:var(--guochao-red);text-decoration:none}
        
        /* ========== 购物订单页面样式 ========== */
        .mall-report-shortcut{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#fff8f8,#fff5f5);margin:15px;border-radius:12px;padding:15px;cursor:pointer;border:1px solid #ffe0e0}
        .mall-report-shortcut-left{display:flex;align-items:center;gap:12px}
        .mall-report-shortcut-icon{width:44px;height:44px;background:linear-gradient(135deg,var(--guochao-red),#c9202f);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:22px}
        .mall-report-shortcut-info{flex:1}
        .mall-report-shortcut-title{font-size:14px;font-weight:bold;color:var(--guochao-red);margin-bottom:2px}
        .mall-report-shortcut-desc{font-size:13px;color:#666;margin-bottom:2px}
        .mall-report-shortcut-meta{font-size:12px;color:#999}
        .mall-report-shortcut-arrow{font-size:24px;color:#ccc}
        .mall-orders-stats{display:flex;background:#fff;margin:15px;border-radius:12px;padding:15px 10px}
        .mall-orders-stat{flex:1;text-align:center;cursor:pointer}
        .mall-orders-stat-num{font-size:22px;font-weight:bold;color:var(--guochao-red);margin-bottom:4px}
        .mall-orders-stat-label{font-size:11px;color:#888}
        .mall-orders-tabs{display:flex;background:#fff;margin:0 15px;border-radius:12px 12px 0 0;padding:0 10px}
        .mall-orders-tab{flex:1;text-align:center;padding:12px 0;font-size:14px;color:#666;cursor:pointer;position:relative}
        .mall-orders-tab.active{color:var(--guochao-red);font-weight:bold}
        .mall-orders-tab.active::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:30px;height:3px;background:var(--guochao-red);border-radius:2px}
        .mall-order-card{background:#fff;margin:12px 15px;border-radius:12px;padding:15px;box-shadow:0 2px 8px rgba(0,0,0,0.04)}
        .mall-order-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;border-bottom:1px solid #f5f5f5;margin-bottom:12px}
        .mall-order-shop{font-size:13px;font-weight:bold;color:var(--guochao-text)}
        .mall-order-status{font-size:12px;padding:3px 10px;border-radius:12px}
        .status-pending{background:#fff3e0;color:#ff9800}
        .status-shipped{background:#e3f2fd;color:#2196f3}
        .status-done{background:#e8f5e9;color:#4caf50}
        .mall-order-goods{margin-bottom:12px}
        .mall-order-goods-item{display:flex;gap:12px;padding:8px 0}
        .mall-order-goods-img{width:60px;height:60px;background:linear-gradient(135deg,#f8f8f8,#f0f0f0);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:30px}
        .mall-order-goods-info{flex:1}
        .mall-order-goods-name{font-size:14px;font-weight:bold;color:var(--guochao-text);margin-bottom:4px}
        .mall-order-goods-spec{font-size:12px;color:#888;margin-bottom:4px}
        .mall-order-goods-price{font-size:13px;color:#666}
        .mall-order-footer{display:flex;justify-content:space-between;align-items:center;padding-top:10px;border-top:1px solid #f5f5f5}
        .mall-order-time{font-size:12px;color:#999}
        .mall-order-total{font-size:14px;color:var(--guochao-text)}
        .mall-order-total span{color:var(--guochao-red);font-weight:bold}
        .mall-order-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:12px}
        .mall-order-btn{padding:8px 16px;border-radius:16px;font-size:13px;cursor:pointer;border:none}
        .mall-order-btn-gray{background:#f5f5f5;color:#666}
        .mall-order-btn-red{background:linear-gradient(135deg,var(--guochao-red),#c9202f);color:#fff}
        .mall-order-section-title{font-size:14px;font-weight:bold;color:var(--guochao-text);padding:15px 15px 5px}
        
        /* ========== 报单详情页面样式 ========== */
        .report-status-card{display:flex;align-items:center;background:linear-gradient(135deg,var(--guochao-red),#c9202f);color:#fff;padding:20px;margin:15px;border-radius:12px}
        .report-status-icon{font-size:36px;margin-right:15px}
        .report-status-title{font-size:18px;font-weight:bold;margin-bottom:5px}
        .report-status-status{font-size:14px;opacity:0.9}
        .report-section{margin-bottom:15px}
        .report-section-title{font-size:14px;font-weight:bold;color:var(--guochao-text);padding:15px 15px 10px}
        .report-product-card{display:flex;background:#fff;margin:0 15px;border-radius:12px;padding:15px}
        .report-product-img{width:60px;height:60px;background:#f5f5f5;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:30px;margin-right:15px}
        .report-product-name{font-size:15px;font-weight:bold;color:var(--guochao-text);margin-bottom:5px}
        .report-product-desc{font-size:12px;color:#888;margin-bottom:8px}
        .report-product-price{font-size:18px;color:var(--guochao-red);font-weight:bold}
        .report-info-card{background:#fff;margin:0 15px;border-radius:12px;overflow:hidden}
        .report-info-row{display:flex;justify-content:space-between;padding:12px 15px;border-bottom:1px solid #f5f5f5}
        .report-info-row:last-child{border-bottom:none}
        .report-info-label{font-size:14px;color:#888}
        .report-info-value{font-size:14px;color:var(--guochao-text)}
        .report-price{color:var(--guochao-red);font-weight:bold}
        .report-cert-card{background:#fff;margin:0 15px;border-radius:12px;padding:15px}
        .report-cert-header{display:flex;align-items:center;margin-bottom:15px}
        .report-cert-icon{font-size:28px;margin-right:10px}
        .report-cert-title{font-size:16px;font-weight:bold;color:var(--guochao-text)}
        .report-cert-body{background:#f9f9f9;border-radius:8px;padding:12px;margin-bottom:12px}
        .report-cert-item{font-size:13px;color:#666;margin-bottom:8px}
        .report-cert-item:last-child{margin-bottom:0}
        .report-cert-item span{color:#888}
        .report-cert-btn{width:100%;padding:12px;background:linear-gradient(135deg,var(--guochao-green),var(--guochao-green-dark));color:#fff;border:none;border-radius:8px;font-size:14px;cursor:pointer}
        .report-history-card{background:#fff;margin:0 15px;border-radius:12px;overflow:hidden}
        .report-history-item{display:flex;justify-content:space-between;align-items:center;padding:14px 15px;border-bottom:1px solid #f5f5f5}
        .report-history-item:last-child{border-bottom:none}
        .report-history-item.report-history-done{background:#f0fff0}
        .report-history-name{font-size:14px;color:var(--guochao-text);font-weight:500;margin-bottom:3px}
        .report-history-date{font-size:12px;color:#888}
        .report-history-price{font-size:15px;color:var(--guochao-red);font-weight:bold}
        .report-history-summary{background:#fff;margin:10px 15px 0;border-radius:8px;padding:12px;display:flex;justify-content:space-between;font-size:13px;color:#666}
        .report-history-summary strong{color:var(--guochao-red)}
        .report-action-bar{padding:15px;position:sticky;bottom:0;background:#fff}
        .report-rebuy-btn{width:100%;padding:14px;background:linear-gradient(135deg,var(--guochao-red),#c9202f);color:#fff;border:none;border-radius:25px;font-size:16px;font-weight:bold;cursor:pointer}
        
        /* ========== 个人资料页面样式 ========== */
        .profile-header{background:linear-gradient(135deg,var(--guochao-red),var(--guochao-red-dark));color:#fff;text-align:center;padding:25px 20px 30px}
        .profile-avatar{width:70px;height:70px;background:rgba(255,255,255,0.2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:36px;margin:0 auto 12px}
        .profile-name{font-size:20px;font-weight:bold;margin-bottom:6px}
        .profile-level{font-size:13px;opacity:0.9}
        .profile-section{margin-bottom:20px}
        .profile-section-title{font-size:14px;font-weight:bold;color:var(--guochao-text);padding:15px 15px 10px}
        .profile-card{background:#fff;margin:0 15px;border-radius:12px;overflow:hidden}
        .profile-item{display:flex;justify-content:space-between;align-items:center;padding:14px 15px;border-bottom:1px solid #f5f5f5}
        .profile-item:last-child{border-bottom:none}
        .profile-item-label{font-size:14px;color:#888}
        .profile-item-value{font-size:14px;color:var(--guochao-text);font-weight:500}
        .profile-phone{color:var(--guochao-red)}
        .profile-bank{color:#666;font-family:monospace;letter-spacing:2px}
        .level-value{color:var(--guochao-red)}
        .coupon-value{color:var(--guochao-green);font-weight:bold}
        .profile-contact-btns{display:flex;gap:10px;padding:12px 15px}
        .profile-contact-btn{flex:1;padding:10px;border-radius:20px;font-size:13px;border:none;cursor:pointer}
        .profile-contact-btn-wechat{background:#e8f5e9;color:#4caf50}
        .profile-contact-btn-phone{background:#fff3e0;color:#ff9800}
        .profile-action-row{padding:10px 15px}
        .profile-action-btn{width:100%;padding:10px;background:#f5f5f5;color:var(--guochao-text);border:none;border-radius:8px;font-size:13px;cursor:pointer}
        .profile-setting-item{display:flex;justify-content:space-between;align-items:center;padding:14px 15px;border-bottom:1px solid #f5f5f5;cursor:pointer}
        .profile-setting-item:last-child{border-bottom:none}
        .profile-setting-left{font-size:14px;color:var(--guochao-text)}
        .profile-setting-right{font-size:13px;color:#999}
        .profile-bound{color:var(--guochao-green)}
        
        /* 收银台/支付页面样式 */
        .pay-page{background:#f5f5f5;min-height:100vh;padding-bottom:80px}
        .pay-header{background:linear-gradient(135deg,var(--guochao-red),#8a2535);color:#fff;padding:20px;text-align:center;border-radius:0 0 24px 24px}
        .pay-header-title{font-size:13px;opacity:0.8;margin-bottom:8px}
        .pay-header-amount{font-size:40px;font-weight:bold}
        .pay-header-symbol{font-size:20px}
        .pay-order-info{background:#fff;margin:15px;border-radius:12px;padding:15px}
        .pay-order-row{display:flex;justify-content:space-between;padding:8px 0;font-size:14px}
        .pay-order-row:first-child{border-bottom:1px solid #f0f0f0;padding-bottom:12px;margin-bottom:4px}
        .pay-order-label{color:#888}
        .pay-order-val{color:var(--guochao-text)}
        .pay-methods{background:#fff;margin:0 15px;border-radius:12px;padding:15px}
        .pay-method-title{font-size:15px;font-weight:bold;color:var(--guochao-text);margin-bottom:15px}
        .pay-method-item{display:flex;align-items:center;padding:14px 0;border-bottom:1px solid #f5f5f5;cursor:pointer}
        .pay-method-item:last-child{border-bottom:none}
        .pay-method-icon{font-size:24px;margin-right:12px}
        .pay-method-name{flex:1;font-size:15px;color:var(--guochao-text)}
        .pay-method-check{color:var(--guochao-red);font-size:18px;display:none}
        .pay-method.active .pay-method-check{display:block}
        .pay-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;padding:12px 15px;padding-bottom:max(12px,env(safe-area-inset-bottom));box-shadow:0 -2px 10px rgba(0,0,0,0.05);display:flex;align-items:center;gap:15px}
        .pay-bar-total{flex:1}
        .pay-bar-label{font-size:12px;color:#888}
        .pay-bar-amount{font-size:20px;font-weight:bold;color:var(--guochao-red)}
        .pay-bar-btn{flex:1;padding:14px;background:linear-gradient(135deg,var(--guochao-red),#c9202f);color:#fff;border:none;border-radius:24px;font-size:16px;font-weight:bold;cursor:pointer}
        
        /* 收银台页面补充样式 */
        .pay-amount-card{background:linear-gradient(135deg,var(--guochao-red),#8a2535);color:#fff;text-align:center;padding:25px 20px;border-radius:0 0 24px 24px;margin:-1px -15px 15px}
        .pay-amount-label{font-size:13px;opacity:0.85;margin-bottom:8px}
        .pay-amount-number{font-size:42px;font-weight:bold;margin-bottom:8px}
        .pay-amount-symbol{font-size:22px}
        .pay-order-no{font-size:12px;opacity:0.7}
        .pay-methods-card{background:#fff;margin:0 15px 15px;border-radius:12px;padding:15px}
        .pay-methods-title{font-size:15px;font-weight:bold;color:var(--guochao-text);margin-bottom:12px}
        .pay-method-item2{display:flex;align-items:center;padding:14px 0;border-bottom:1px solid #f5f5f5;cursor:pointer}
        .pay-method-item2:last-child{border-bottom:none}
        .pay-method-icon-bg{width:42px;height:42px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-right:12px}
        .pay-method-info2{flex:1}
        .pay-method-name2{font-size:15px;font-weight:500;color:var(--guochao-text);margin-bottom:2px}
        .pay-method-sub2{font-size:12px;color:#999}
        .pay-method-radio{width:20px;height:20px;border:2px solid #ddd;border-radius:50%;display:flex;align-items:center;justify-content:center}
        .pay-method-radio.active{border-color:var(--guochao-red);background:var(--guochao-red)}
        .pay-method-radio.active::after{content:'✓';color:#fff;font-size:12px}
        
        /* 订单摘要和安全提示 */
        .pay-summary-card{background:#fff;margin:0 15px 15px;border-radius:12px;padding:15px}
        .pay-summary-title{font-size:15px;font-weight:bold;color:var(--guochao-text);margin-bottom:12px}
        .pay-summary-row{display:flex;justify-content:space-between;padding:8px 0;font-size:14px}
        .pay-summary-row span:first-child{color:#888}
        .pay-summary-row span:last-child{color:var(--guochao-text)}
        .pay-secure-tip{text-align:center;font-size:12px;color:#999;padding:10px 15px}
        .pay-confirm-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;padding:12px 15px;padding-bottom:max(12px,env(safe-area-inset-bottom));box-shadow:0 -2px 10px rgba(0,0,0,0.08);display:flex;align-items:center;justify-content:space-between}
        .pay-confirm-amount{font-size:14px;color:var(--guochao-text)}
        .pay-confirm-btn{padding:12px 32px;background:linear-gradient(135deg,var(--guochao-red),#c9202f);color:#fff;border:none;border-radius:22px;font-size:15px;font-weight:bold;cursor:pointer}
        
        /* 会员登录输入框修正 */
        .mall-modal-body{font-family:'Microsoft YaHei','微软雅黑',sans-serif}
        .mall-form-label{display:block;font-size:13px;color:#666;margin-bottom:8px;font-weight:500}
        .mall-phone-input-wrap{position:relative;margin-bottom:15px}
        .mall-phone-prefix{position:absolute;left:14px;top:50%;transform:translateY(-50%);font-size:14px;color:#666}
        .mall-phone-input{padding:12px 14px 12px 50px !important}
        .mall-sms-wrap{display:flex;gap:10px;align-items:center}
        .mall-sms-input{flex:1;min-width:0}
        
        /* 清空购物车弹窗 */
        .mall-clear-btns{display:flex;gap:12px}
        .mall-clear-cancel-btn{flex:1;padding:12px;border:1.5px solid #e0e0e0;background:#fff;color:#666;border-radius:10px;font-size:14px;cursor:pointer}
        .mall-clear-confirm-btn{flex:1;padding:12px;border:none;background:var(--guochao-red);color:#fff;border-radius:10px;font-size:14px;cursor:pointer}
        
        /* 开票信息样式 */
        .invoice-type-tabs{display:flex;gap:10px;margin:0 0 15px}
        .inv-tab{flex:1;padding:10px 8px;text-align:center;font-size:13px;color:#666;background:#f5f5f5;border-radius:8px;cursor:pointer;transition:all 0.2s}
        .inv-tab.active{background:var(--guochao-red);color:#fff;font-weight:500}
        .mall-form-group{margin-bottom:15px}
        .mall-form-label{font-size:13px;color:#666;margin-bottom:6px;display:block;font-weight:500}
        .mall-form-input{width:100%;padding:10px 12px;border:1px solid #e8e8e8;border-radius:8px;font-size:14px;outline:none;transition:border-color 0.2s;box-sizing:border-box;background:#fff}
        .mall-form-input:focus{border-color:var(--guochao-red)}
        .mall-modal-body{padding:20px}
        


