@charset "utf-8";
/* 白酒在线收款商城 - 新增页面样式（收款页/结果页/查询页/通用补充） */

/* 顶部公告条 */
.notice-bar{background:#fff8e1;border-bottom:1px solid #ffe082;color:#d84315;font-size:13px;line-height:34px;height:34px;padding:0 12px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.notice-bar i{margin-right:6px;}

/* 自定义抢购描述内容区 */
.custom-intro{padding:10px 12px;background:#f9f9f9;}
.custom-intro img{width:100% !important;}

/* 套餐选择 */
.main .type-1 dd li{padding:8px 10px;font-size:14px;line-height:1.5;min-width:120px;}
.pkg.hover{border:2px solid #FF6666;color:#FF6666;}
.pkg.hover i.gou{position:absolute;bottom:0;right:0;background:url(s.jpg) no-repeat center center;background-size:15px 15px;width:15px;height:15px;display:block;}

/* 提交按钮加载态 */
.submit.loading{background:#ccc;pointer-events:none;}

/* ============ 收款页 ============ */
.cashier{max-width:750px;margin:0 auto;background:#f5f5f5;min-height:100vh;}
.cashier-header{background:#C60A1E;color:#fff;text-align:center;line-height:50px;height:50px;font-size:18px;position:relative;}
.cashier-header a{position:absolute;left:12px;color:#fff;font-size:14px;line-height:50px;}
.order-card{background:#fff;margin:12px 12px 0;border-radius:8px;padding:18px 16px;}
.order-card h3{font-size:16px;margin:0 0 12px;color:#333;}
.order-card .oc-row{display:flex;justify-content:space-between;line-height:2;font-size:14px;color:#666;}
.order-card .oc-row .v{color:#333;max-width:65%;text-align:right;word-break:break-all;}
.order-card .oc-total{border-top:1px dashed #eee;margin-top:10px;padding-top:10px;font-size:15px;}
.order-card .oc-total .amount{color:#C60A1E;font-size:26px;font-weight:bold;}
.pay-methods{background:#fff;margin:12px;border-radius:8px;padding:6px 16px;}
.pay-methods h3{font-size:16px;margin:12px 0;color:#333;}
.pay-item{display:flex;align-items:center;padding:14px 4px;border-bottom:1px solid #f2f2f2;cursor:pointer;}
.pay-item:last-child{border-bottom:none;}
.pay-item img{width:32px;height:32px;margin-right:12px;}
.pay-item .pi-name{flex:1;font-size:15px;color:#333;}
.pay-item .pi-radio{width:20px;height:20px;border:2px solid #ccc;border-radius:50%;position:relative;}
.pay-item.selected .pi-radio{border-color:#C60A1E;}
.pay-item.selected .pi-radio:after{content:"";position:absolute;left:3px;top:3px;width:10px;height:10px;background:#C60A1E;border-radius:50%;}
.pay-item.selected{background:#fff5f5;}
.pay-btn{display:block;margin:24px 12px;background:#C60A1E;color:#fff;text-align:center;line-height:48px;height:48px;border-radius:6px;font-size:17px;text-decoration:none;}
.pay-btn:active{background:#a50d1c;}
.pay-btn.disabled{background:#bbb;pointer-events:none;}
.cashier-tip{text-align:center;color:#999;font-size:12px;margin:16px;line-height:1.8;}

/* ============ 结果页 ============ */
.result-wrap{max-width:750px;margin:0 auto;background:#f5f5f5;min-height:100vh;}
.result-box{background:#fff;margin:30px 16px;border-radius:10px;padding:36px 20px;text-align:center;}
.result-icon{width:70px;height:70px;border-radius:50%;margin:0 auto 16px;line-height:70px;font-size:40px;color:#fff;}
.result-icon.ok{background:#4caf50;}
.result-icon.wait{background:#ff9800;}
.result-title{font-size:20px;font-weight:bold;margin-bottom:8px;}
.result-title.ok{color:#2e7d32;}
.result-title.wait{color:#e65100;}
.result-desc{color:#888;font-size:14px;line-height:1.8;}
.result-amount{color:#C60A1E;font-size:30px;font-weight:bold;margin:14px 0;}
.result-info{background:#fff;margin:12px 16px;border-radius:10px;padding:8px 18px;}
.result-info .ri-row{display:flex;justify-content:space-between;line-height:2.4;font-size:14px;color:#666;border-bottom:1px solid #f5f5f5;}
.result-info .ri-row:last-child{border-bottom:none;}
.result-info .ri-row .v{color:#333;max-width:65%;text-align:right;word-break:break-all;}
.result-actions{margin:24px 16px;display:flex;gap:12px;}
.result-actions a{flex:1;text-align:center;line-height:44px;height:44px;border-radius:6px;font-size:15px;text-decoration:none;}
.ra-primary{background:#C60A1E;color:#fff;}
.ra-plain{background:#fff;color:#C60A1E;border:1px solid #C60A1E;}

/* ============ 查询页 ============ */
.query-wrap{max-width:750px;margin:0 auto;background:#f5f5f5;min-height:100vh;}
.query-card{background:#fff;margin:20px 16px;border-radius:10px;padding:24px 20px;}
.query-card h3{font-size:17px;margin:0 0 18px;text-align:center;color:#333;}
.query-card input{width:100%;box-sizing:border-box;height:44px;line-height:44px;border:1px solid #ddd;border-radius:6px;padding:0 12px;font-size:14px;margin-bottom:14px;}
.query-card button{width:100%;height:46px;background:#C60A1E;color:#fff;border:0;border-radius:6px;font-size:16px;}
.query-result{background:#fff;margin:0 16px 20px;border-radius:10px;padding:16px 18px;}
.status-tag{display:inline-block;padding:2px 10px;border-radius:10px;font-size:12px;color:#fff;}
.st-0{background:#ff9800;}
.st-1{background:#4caf50;}
.st-2{background:#2196f3;}
.st-3{background:#9e9e9e;}
.qr-row{display:flex;justify-content:space-between;line-height:2.2;font-size:14px;color:#666;}
.qr-row .v{color:#333;max-width:60%;text-align:right;word-break:break-all;}

/* 遮罩提示 */
.toast-mask{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:99999;display:none;}
.toast-box{position:fixed;left:50%;top:45%;transform:translate(-50%,-50%);background:rgba(0,0,0,.78);color:#fff;padding:14px 24px;border-radius:8px;font-size:15px;z-index:100000;display:none;max-width:80%;text-align:center;line-height:1.6;}
