/* Mobile 国庆旅游专题 - 红金配色 */
.m-guoqing-page{background:#fffaf5;min-height:100vh}

/* Hero */
.m-gq-hero{position:relative;height:320px;overflow:hidden;display:flex;align-items:flex-end;justify-content:center;background-image:url('https://image.guojixing.com/banner/guoqing_banner/guoqing_m.png'),linear-gradient(135deg,#8b1a1a 0%,#c0392b 30%,#e74c3c 55%,#f39c12 80%,#f1c40f 100%);background-position:center center,0 0;background-size:cover,auto;background-repeat:no-repeat,no-repeat;background-color:#8b1a1a}
.m-gq-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(139,26,26,0.1) 60%,rgba(139,26,26,0.55) 100%)}
.m-gq-hero-inner{position:relative;z-index:2;display:flex;justify-content:center;align-items:center;width:100%;padding:0 16px 28px}
/* 浮动返回按钮 - 叠在 hero 左上角，不占整条导航 */
.m-gq-back{position:absolute;top:12px;left:12px;z-index:10;display:inline-flex;align-items:center;padding:6px 14px 6px 10px;border-radius:20px;background:rgba(255,255,255,0.82);backdrop-filter:blur(6px);color:#8b1a1a;font-size:13px;font-weight:600;text-decoration:none;box-shadow:0 2px 10px rgba(0,0,0,0.18);line-height:1}
.m-gq-back:active{background:rgba(255,255,255,1)}

/* 倒计时（红色主题 - 数字方块卡片样式，浮于 banner 底部） */
.m-gq-hero-cd{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:rgba(255,255,255,0.96);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,0.5);border-radius:12px;padding:10px 16px;color:#c0392b;box-shadow:0 6px 20px rgba(0,0,0,0.28)}
.m-gq-cd-label{font-size:13px;color:#8b1a1a;letter-spacing:1px;font-weight:600;line-height:1.2}
.m-gq-cd-num{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:40px;padding:0 6px;font-size:24px;font-weight:800;color:#fff;background:linear-gradient(135deg,#c0392b 0%,#e74c3c 100%);border-radius:8px;line-height:1;text-shadow:0 1px 2px rgba(0,0,0,0.2);box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 2px 6px rgba(192,57,43,0.4)}
.m-gq-cd-unit{font-size:15px;color:#8b1a1a;font-weight:600;line-height:1.2}

/* 快捷导航 */
.m-gq-nav{display:flex;background:#fff;border-bottom:1px solid rgba(192,57,43,0.1);position:sticky;top:0;z-index:50;box-shadow:0 2px 8px rgba(139,26,26,0.05)}
.m-gq-nav-item{flex:1;text-align:center;padding:12px 4px;font-size:13px;color:#555;text-decoration:none;white-space:nowrap;border-bottom:2px solid transparent;transition:all .2s}
.m-gq-nav-item:active,.m-gq-nav-item:hover{color:#c0392b;border-bottom-color:#c0392b}

/* 分区 - 最大宽度限制，防止横屏大屏拉扯变形 */
.m-gq-section{padding:16px 12px 20px;max-width:768px;margin:0 auto}
.m-gq-section-alt{background:linear-gradient(180deg,#fff5ed 0%,#fffaf5 100%)}
.m-gq-section .m-section-hd{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:12px}
.m-gq-section .m-section-title{font-size:18px;font-weight:700;color:#5a1a1a;margin:0;letter-spacing:1px;padding-left:0}
.m-gq-section .m-section-title:before{display:none}
.m-gq-section-sub{font-size:12px;color:#b57a5a}

/* 空状态 */
.m-gq-empty{text-align:center;padding:60px 20px}
.m-gq-empty-icon{font-size:48px;margin-bottom:12px}
.m-gq-empty p{font-size:14px;color:#b57a5a;margin:0}

/* 产品卡片（补充 _ProductCard 所需样式，与 home.css 的 m-product-card 横向布局配合） */
.m-product-list{padding:0 12px 8px}
.m-product-card{display:flex;background:#fafbfc;border-radius:12px;overflow:hidden;margin-bottom:10px;box-shadow:0 2px 8px rgba(0,0,0,.04);text-decoration:none;color:#333;transition:transform .15s,box-shadow .15s;border:1px solid rgba(0,0,0,.03)}
.m-product-card:active{transform:scale(.98);box-shadow:0 1px 4px rgba(0,0,0,.08)}
.m-product-img{width:128px;min-width:128px;height:96px;overflow:hidden;position:relative}
.m-product-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}
.m-product-card:active .m-product-img img{transform:scale(1.05)}
.m-product-days{position:absolute;top:4px;right:4px;background:rgba(0,0,0,.6);color:#fff;padding:2px 6px;border-radius:8px;font-size:10px;font-weight:500}
.m-product-discount{position:absolute;top:4px;left:4px;background:linear-gradient(135deg,#ff5a00,#ff7a3d);color:#fff;padding:2px 6px;border-radius:8px;font-size:10px;font-weight:700;box-shadow:0 1px 4px rgba(255,90,0,.4)}
.m-product-info{flex:1;padding:8px 12px 8px 10px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}
.m-product-name{font-size:13px;font-weight:600;color:#1a1a2e;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:38px;word-break:break-all}
.m-product-feature{font-size:11px;color:#888;line-height:1.4;margin-top:3px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}
.m-product-meta{margin-top:3px}
.m-product-meta-item{display:inline-block;font-size:10px;color:#1a73e8;background:rgba(26,115,232,.08);padding:1px 6px;border-radius:3px;line-height:1.6;margin-right:4px}
.m-product-limit{color:#ff5a00;background:rgba(255,90,0,.08)}
/* meta 与价格左右分布 */
.m-product-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;margin-top:auto;padding-top:4px}
.m-product-bottom .m-product-meta{margin-top:0;flex:1;min-width:0}
.m-product-bottom .m-product-price{margin-top:0;padding-top:0;flex-shrink:0}
.m-product-price{margin-top:auto;padding-top:4px}
.m-product-price em{font-size:11px;color:#ff4757;font-style:normal;font-weight:600}
.m-product-price strong{font-size:18px;color:#ff4757;font-weight:800;font-family:Arial,"Helvetica Neue",sans-serif;margin:0 1px;letter-spacing:-0.5px}
.m-product-price span{font-size:10px;color:#999;margin-left:2px}
.m-product-old{font-size:10px;color:#bbb;text-decoration:line-through;margin-left:6px}

/* CTA */
.m-gq-cta{background:linear-gradient(135deg,#8b1a1a 0%,#c0392b 40%,#e74c3c 70%,#f39c12 100%);padding:40px 20px;text-align:center;color:#fff}
.m-gq-cta h2{font-size:22px;font-weight:800;margin:0 0 10px;letter-spacing:2px;text-shadow:0 2px 8px rgba(0,0,0,0.2)}
.m-gq-cta p{font-size:13px;opacity:0.9;margin:0 0 20px;letter-spacing:1px}
.m-gq-cta-btn{display:inline-block;background:linear-gradient(135deg,#f39c12,#e67e22);color:#fff;padding:12px 40px;border-radius:30px;font-size:15px;font-weight:700;text-decoration:none;letter-spacing:2px;box-shadow:0 4px 16px rgba(243,156,18,0.4)}
.m-gq-cta-btn:active{transform:translateY(1px)}
