*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased}html{font-size:14px}@media (min-width: 375px){html{font-size:15px}}@media (min-width: 414px){html{font-size:16px}}@media (min-width: 480px){html{font-size:18px}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f5f7fa;color:#333;line-height:1.5;max-width:100vw;overflow-x:hidden}#root{min-height:100vh;display:flex;flex-direction:column}.scrollable{-webkit-overflow-scrolling:touch}.border-1px{position:relative}.border-1px:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background-color:#eee;transform:scaleY(.5);transform-origin:0 100%}:root{--safe-area-top: env(safe-area-inset-top, 0px);--safe-area-bottom: env(safe-area-inset-bottom, 0px)}.container{padding-top:var(--safe-area-top);padding-bottom:var(--safe-area-bottom)}.app-header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;height:50px;padding:0 15px;background-color:#fff;box-shadow:0 2px 10px #00000014}.app-header .header-left,.app-header .header-right{flex:0 0 50px;display:flex;align-items:center}.app-header .header-title{flex:1;font-size:18px;font-weight:600;text-align:center;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-header .icon-button{background:none;border:none;padding:8px;display:flex;align-items:center;justify-content:center;color:#333;font-size:20px;cursor:pointer}.app-header .icon-button:active{opacity:.7}.app-header .header-placeholder{width:24px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:8px;font-size:16px;line-height:1;cursor:pointer;transition:all .2s ease;border:none;position:relative;overflow:hidden}.btn.full-width{width:100%}.btn:disabled{opacity:.6;cursor:not-allowed}.btn .spinner{display:inline-block;width:16px;height:12px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite;margin-right:8px}.btn.primary{background-color:#3a86ff;color:#fff}.btn.primary:hover:not(:disabled){background-color:#2667cc}.btn.primary:active:not(:disabled){background-color:#1a4d99}.btn.outline{background-color:transparent;color:#3a86ff;border:1px solid #3a86ff}.btn.outline:hover:not(:disabled){background-color:#3a86ff1a}.btn.outline:active:not(:disabled){background-color:#3a86ff33}.btn.danger{background-color:#ef476f;color:#fff}.btn.danger:hover:not(:disabled){background-color:#d93a5f}.btn.small{padding:8px 16px;font-size:14px}.btn.center{margin-left:auto;margin-right:auto;display:block}.input-field{margin-bottom:20px}.input-field.has-error .input-control{border-color:#ef476f}.input-field .input-label{margin-bottom:8px;font-size:14px;color:#555;display:flex;align-items:center}.input-field .input-label .input-icon{transform:translateY(2px);margin-right:8px;color:#666}.input-field .input-control{width:100%;padding:10px 15px;border:1px solid #ddd;border-radius:8px;font-size:16px;transition:border-color .2s}.input-field .input-control:focus{border-color:#3a86ff;outline:none;box-shadow:0 0 0 2px #3a86ff33}.input-field .input-control::placeholder{color:#aaa}.input-field .input-error{color:#ef476f;font-size:13px;margin-top:5px}.query-page{padding:1rem;display:flex;flex-direction:column;min-height:100vh}.query-page .form-container{flex:1;display:flex;flex-direction:column;justify-content:center;max-width:500px;margin:0 auto;width:100%}.query-page .form-container .illustration{margin-top:-20px;text-align:center;margin-bottom:2rem}.query-page .form-container .illustration .logo-container{display:flex;justify-content:center;align-items:center;gap:28px;margin-bottom:20px}.query-page .form-container .illustration .logo-container .logo1{width:80px;height:80px;object-fit:contain;-webkit-user-select:none;user-select:none}@media (max-width: 375px){.query-page .form-container .illustration .logo-container .logo1{width:70px;height:70px}}.query-page .form-container .illustration .logo-container .logo2{width:97px;height:97px;object-fit:contain;-webkit-user-select:none;user-select:none}@media (max-width: 375px){.query-page .form-container .illustration .logo-container .logo2{width:85px;height:85px}}.query-page .form-container .illustration h2{font-size:1.5rem;margin-bottom:.5rem;color:#333}.query-page .form-container .illustration p{color:#666;font-size:.9rem}.query-page .form-container .query-form{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px #0000000d}.query-page .form-container .query-form .error-message{background:#ffebee;color:#ef476f;padding:.8rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem}.query-page .footer-note{text-align:center;color:#999;font-size:.8rem;padding:1rem 0;margin-top:auto}.query-page .beian-footer{width:100%;padding:12px 0;text-align:center;position:relative;bottom:0;left:0;z-index:100}.query-page .beian-footer .beian-content{font-size:12px;color:#666}.query-page .beian-footer .beian-content a{color:#666;text-decoration:none;margin-left:5px}.query-page .beian-footer .beian-content a:hover{color:#1890ff}.detail-page{padding-bottom:20px;background-color:#f5f7fa;min-height:100vh}.detail-page .loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:60vh}.detail-page .loading-container .loading-spinner{width:40px;height:40px;border:4px solid rgba(58,134,255,.2);border-radius:50%;border-top-color:#3a86ff;animation:spin 1s linear infinite;margin-bottom:16px}.detail-page .loading-container p{color:#666;font-size:16px}.detail-page .error-container{padding:40px 20px;text-align:center}.detail-page .error-container .error-message{color:#ef476f;margin-bottom:20px;font-size:16px}.detail-page .card{background:#fff;border-radius:12px;margin:12px 12px 16px;box-shadow:0 2px 8px #0000000d}.detail-page .card .card-header{display:flex;align-items:center;padding:16px;border-bottom:1px solid #f0f0f0}.detail-page .card .card-header svg{margin-right:8px;color:#3a86ff}.detail-page .card .card-header h3{font-size:16px;font-weight:600;margin:0;color:#333}.detail-page .card .card-body{padding:16px}.detail-page .card .order-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f5f5f5}.detail-page .card .order-item:last-child{border-bottom:none}.detail-page .card .order-item .item-info{flex:1}.detail-page .card .order-item .item-info .item-name{font-size:15px;color:#333;margin-bottom:4px}.detail-page .card .order-item .item-info .item-price{font-size:14px;color:#ef476f;font-weight:500}.detail-page .card .order-item .item-quantity{color:#666;font-size:14px}.detail-page .card .info-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #f5f5f5}.detail-page .card .info-row:last-child{border-bottom:none}.detail-page .card .info-row .info-label{display:flex;align-items:center;color:#666;min-width:150px}.detail-page .card .info-row .info-label svg{margin-right:8px;color:#888}.detail-page .card .info-row .info-value{color:#333;font-weight:500;text-align:right}@keyframes spin{to{transform:rotate(360deg)}}@supports (padding-bottom: env(safe-area-inset-bottom)){.detail-page{padding-bottom:calc(20px + env(safe-area-inset-bottom))}}.status-tag{display:inline-flex;align-items:center;padding:3px 8px;border-radius:6px;font-size:12px;font-weight:500;border:1px solid;color:#909399;background:#f4f4f5;border-color:#e9e9eb}.status-tag[data-status="0"]{color:#909399;background:#f4f4f5;border-color:#e9e9eb}.status-tag[data-status="1"]{color:#e6a23c;background:#fdf6ec;border-color:#faecd8}.status-tag[data-status="2"],.status-tag[data-status="3"],.status-tag[data-status="4"]{color:#409eff;background:#ecf5ff;border-color:#d9ecff}.status-tag[data-status="5"]{color:#67c23a;background:#f0f9eb;border-color:#e1f3d8}
