@charset "UTF-8";#app{width:100%;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}ul,ol{list-style:none}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}input,textarea,button{font-family:inherit;font-size:inherit;outline:none;border:none;background:transparent}textarea{resize:none}:root{--primary: #f97316;--primary-light: #fb923c;--primary-bg: #fff7ed;--primary-bg-2: #fff8f3;--primary-border: #ffe0cc;--text-1: #111827;--text-2: #1f2937;--text-3: #6b7280;--text-4: #9ca3af;--text-5: #d1d5db;--bg-page: #f5f5f5;--bg-page-2: #f9fafb;--bg-card: #ffffff;--border-1: #f3f4f6}.bar-title{height:44px;background:#fff;display:flex;align-items:center;justify-content:center;position:sticky;top:0;z-index:99;border-bottom:1px solid var(--border-1)}.bar-title .bar-title-text{font-size:17px;font-weight:600;color:var(--text-1)}.bar-title .bar-title-back{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:#333;font-size:22px;line-height:1}.h5-toast{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);background:#000000b3;color:#fff;padding:10px 18px;border-radius:8px;font-size:14px;z-index:99999;pointer-events:none;animation:toast-fade .25s ease-out}@keyframes toast-fade{0%{opacity:0}to{opacity:1}}
