@import"https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700&family=Lato:wght@300;400;700&display=swap";.app{min-height:100vh;background:transparent}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease}.fade-enter-from,.fade-leave-to{opacity:0}:root{--font-body: "Lato", "PingFang SC", "Microsoft Yahei", sans-serif;--font-display: "EB Garamond", "Lato", "PingFang SC", "Microsoft Yahei", serif;--brand-700: #172554;--brand-600: #1e40af;--brand-500: #1e3a8a;--brand-400: #3b5bcc;--brand-200: #c7d2fe;--brand-50: #eef2ff;--accent-600: #b45309;--accent-500: #d97706;--accent-100: #fef3c7;--ink-900: #0f172a;--ink-700: #334155;--ink-600: #475569;--ink-500: #64748b;--ink-300: #cbd5e1;--bg: #f8fafc;--surface: #ffffff;--surface-muted: #f1f5f9;--border: #e2e8f0;--shadow-1: 0 8px 20px rgba(15, 23, 42, .08);--shadow-2: 0 16px 40px rgba(15, 23, 42, .12);--radius-sm: 10px;--radius-md: 14px;--radius-lg: 20px;--hero-gradient: linear-gradient(135deg, #1e3a8a 0%, #0f172a 100%);--soft-glow: radial-gradient(900px circle at 10% 10%, rgba(30, 58, 138, .18), transparent 45%), radial-gradient(800px circle at 90% 15%, rgba(14, 116, 144, .12), transparent 50%), linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);--el-color-primary: var(--brand-500);--el-color-primary-light-3: var(--brand-200);--el-color-primary-dark-2: var(--brand-600);--el-border-radius-base: 10px;--el-font-family: var(--font-body);--el-box-shadow-light: var(--shadow-1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);font-size:14px;line-height:1.6;color:var(--ink-700);background:var(--soft-glow);background-attachment:fixed;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--ink-900);letter-spacing:.5px}a{color:inherit}.container{max-width:1560px;margin:0 auto;padding:0 24px}.card{background-color:var(--surface);border-radius:var(--radius-md);box-shadow:var(--shadow-1);padding:24px;border:1px solid rgba(226,232,240,.7);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.glass-card{background:#ffffffdb;border-radius:var(--radius-lg);box-shadow:var(--shadow-2);border:1px solid rgba(226,232,240,.6);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border:none;border-radius:999px;font-size:14px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;text-decoration:none}.btn-primary{background:var(--brand-500);color:#fff;box-shadow:0 10px 24px #14b8a659}.btn-primary:hover{transform:translateY(-1px);background:var(--brand-600)}.btn-secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.7)}.btn-secondary:hover{background:#ffffff26}.btn-accent{background:var(--accent-500);color:#2b1700}.nav-item.router-link-active{color:var(--brand-600);background-color:#1e3a8a1f}.form-group{margin-bottom:16px}.form-label{display:block;margin-bottom:6px;font-weight:600;color:var(--ink-700)}.form-control{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px;transition:border-color .2s ease,box-shadow .2s ease;background:var(--surface)}.form-control:focus{outline:none;border-color:var(--brand-400);box-shadow:0 0 0 3px #2dd4bf33}.section-title{font-size:2rem;text-align:center;margin-bottom:2.5rem}.reveal-up{animation:revealUp .7s ease both}@keyframes revealUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){*{scroll-behavior:auto!important}.reveal-up{animation:none!important}}@media (max-width: 768px){.container{padding:0 16px}.card{padding:18px}}:root{--h5-primary: #e23a45;--h5-primary-600: #c52832;--h5-primary-soft: #fde7ea;--h5-text: #1f2937;--h5-muted: #6b7280;--h5-bg: #f5f6f8;--h5-card: #ffffff;--h5-border: #e5e7eb;--h5-shadow: 0 12px 30px rgba(15, 23, 42, .08);--h5-radius: 18px}.h5-app{min-height:100vh;background:var(--h5-bg);color:var(--h5-text);font-family:var(--font-body);position:relative;overflow-x:hidden}.h5-app,.h5-app *{box-sizing:border-box}.h5-header{position:sticky;top:0;z-index:10;height:56px;background:#111827;color:#fff;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;padding:0 12px}.h5-icon-btn{width:32px;height:32px;display:grid;place-items:center;border:none;background:transparent;color:#fff;font-size:24px;cursor:pointer}.h5-header-title{text-align:center;line-height:1.2}.h5-header-main{font-size:16px;font-weight:600}.h5-header-sub{font-size:11px;color:#fff9}.h5-dots{width:4px;height:4px;border-radius:50%;background:#fff;display:inline-block;box-shadow:0 -8px #fff,0 8px #fff}.h5-shell{max-width:420px;margin:0 auto;padding:16px 16px 96px;box-sizing:border-box;overflow-x:hidden;width:100%}.h5-apply-web{--h5-primary: var(--brand-500);--h5-primary-600: var(--brand-600);--h5-primary-soft: var(--brand-50);--h5-text: var(--ink-900);--h5-muted: var(--ink-600);--h5-bg: transparent;--h5-card: var(--surface);--h5-border: var(--border);--h5-shadow: var(--shadow-1);--h5-radius: var(--radius-md);background:transparent;color:var(--ink-700);font-family:var(--font-body)}.h5-apply-web .h5-shell{max-width:1040px;padding:14px 18px 30px;margin:0 auto}.h5-apply-web .h5-card{box-shadow:0 14px 30px #0f172a14;border:1px solid rgba(148,163,184,.2);border-radius:18px;padding:22px 22px 20px}.h5-apply-web .h5-fee-banner{border-color:#d9770647;background:linear-gradient(120deg,#fff7edf5,#e0f2fed1);color:#b45309;padding:16px 20px;border-radius:16px;font-size:15px;margin-bottom:16px}.h5-apply-web .h5-fee-banner span:first-child{font-size:.96rem;letter-spacing:.01em}.h5-apply-web .h5-fee-banner span:last-child{padding:4px 10px;border-radius:999px;background:#b453091f;font-size:.92rem}.h5-apply-web .h5-submit{width:240px;margin:0;background:var(--brand-500);border-radius:12px;box-shadow:0 12px 24px #1e3a8a33}.h5-apply-web .h5-submit:disabled{background:var(--ink-300)}.h5-apply-web .h5-secondary{width:240px;margin:0;border-radius:12px;border-color:var(--brand-500);color:var(--brand-500)}.h5-apply-web .h5-section-header{margin-bottom:16px;position:relative;padding-bottom:10px}.h5-apply-web .h5-section-header:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,#94a3b859,#94a3b800)}.h5-apply-web .h5-section-title{font-size:22px;font-weight:700;color:var(--ink-900);letter-spacing:.01em;display:inline-flex;align-items:center;gap:10px}.h5-apply-web .h5-section-title:before{content:"";width:5px;height:22px;border-radius:6px;background:linear-gradient(180deg,var(--brand-500),#38bdf8)}.h5-apply-web .h5-form{gap:16px}.h5-apply-web .h5-field label{font-size:14px;font-weight:600;color:var(--ink-700);margin-bottom:8px}.h5-apply-web .h5-input,.h5-apply-web .h5-select,.h5-apply-web .h5-textarea{border-radius:10px;border:1px solid rgba(148,163,184,.45);padding:12px 14px;font-size:15px;background:#f8fbff}.h5-apply-web .h5-input:focus,.h5-apply-web .h5-select:focus,.h5-apply-web .h5-textarea:focus{outline:none;border-color:#1e3a8a80;box-shadow:0 0 0 3px #1e3a8a1f;background:#fff}.h5-apply-web .h5-chip-row{gap:10px}.h5-apply-web .h5-card-overdue .h5-form{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:16px;row-gap:16px}.h5-apply-web .h5-card-overdue .h5-field-region,.h5-apply-web .h5-card-overdue .h5-field-textarea,.h5-apply-web .h5-card-overdue .h5-field-radio{grid-column:1/-1}.h5-apply-web .h5-chip-input{min-height:46px;border-radius:10px;background:#f8fbff;padding:10px 12px;font-size:14px}.h5-apply-web .h5-radio-group,.h5-apply-web .h5-checkbox-group{gap:12px}.h5-apply-web .h5-radio,.h5-apply-web .h5-checkbox{font-size:14px}.h5-action-bar{margin-top:14px;display:grid;gap:10px}.h5-action-tip{color:var(--h5-muted);font-size:12px}.h5-action-buttons{display:grid;gap:8px}.h5-apply-web .h5-action-bar{margin-top:18px;border:1px solid rgba(148,163,184,.22);background:#f8fafcc7;border-radius:16px;padding:14px}.h5-apply-web .h5-action-tip{font-size:13px;color:var(--ink-600)}.h5-apply-web .h5-action-buttons{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}@media (max-width: 900px){.h5-apply-web .h5-shell{padding:0;max-width:100%}.h5-apply-web .h5-card{border-radius:14px;padding:16px}.h5-apply-web .h5-card-overdue .h5-form{grid-template-columns:1fr}.h5-apply-web .h5-section-title{font-size:20px}.h5-apply-web .h5-action-buttons{grid-template-columns:1fr}.h5-apply-web .h5-secondary,.h5-apply-web .h5-submit{width:100%}}.h5-card{background:var(--h5-card);border-radius:var(--h5-radius);box-shadow:var(--h5-shadow);padding:16px;overflow-x:hidden}.h5-card+.h5-card{margin-top:16px}.h5-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.h5-section-title{font-size:16px;font-weight:600}.h5-section-link{color:var(--h5-muted);font-size:13px}.h5-hero-card{display:grid;gap:12px;background:linear-gradient(135deg,#fff,#fdf0f1)}.h5-hero-brand{display:flex;gap:12px;align-items:center}.h5-hero-logo{width:52px;height:52px;border-radius:14px;background:var(--h5-primary-soft);color:var(--h5-primary);display:grid;place-items:center;font-weight:700}.h5-hero-text h3{font-size:16px;margin:0 0 6px}.h5-hero-text p{color:var(--h5-muted);font-size:13px;margin:0}.h5-hero-date{color:var(--h5-muted);font-size:12px}.h5-news-list{display:grid;gap:10px}.h5-news-item{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;padding:8px 0;border-bottom:1px dashed var(--h5-border)}.h5-news-item:last-child{border-bottom:none}.h5-news-badge{border:1px solid var(--h5-primary);color:var(--h5-primary);font-size:11px;padding:2px 6px;border-radius:999px}.h5-news-title{font-size:13px;color:var(--h5-text)}.h5-news-date{font-size:12px;color:var(--h5-muted)}.h5-team-card{display:grid;gap:10px}.h5-team-photo{width:100%;height:160px;border-radius:14px;background:linear-gradient(135deg,#dbeafe,#fde2e2)}.h5-team-meta h4{margin:0 0 6px;font-size:15px}.h5-team-meta p{margin:0;font-size:13px;color:var(--h5-muted)}.h5-banner{background:linear-gradient(135deg,#fee2e2,#fff7ed);border-radius:16px;padding:16px;display:grid;gap:12px}.h5-banner h3{margin:0;font-size:18px}.h5-banner button{align-self:flex-start;background:var(--h5-primary);color:#fff;border:none;padding:8px 14px;border-radius:999px;font-size:13px;cursor:pointer}.h5-form{display:grid;gap:14px}.h5-field label{font-size:13px;color:var(--h5-muted);display:block;margin-bottom:6px}.h5-input,.h5-select{width:100%;border:1px solid var(--h5-border);border-radius:12px;padding:10px 12px;font-size:14px;background:#fff;box-sizing:border-box;max-width:100%;min-width:0}.h5-chip-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.h5-chip-input{text-align:left;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:none;background:#f9fafb;border:1px solid var(--h5-border);border-radius:12px;padding:8px;font-size:12px;box-sizing:border-box;max-width:100%;min-width:0;width:100%;display:flex;align-items:center;justify-content:space-between;gap:6px;cursor:pointer;color:var(--h5-text)}.h5-chip-input:disabled{cursor:not-allowed;color:var(--h5-muted);background:#f1f5f9}.h5-chip-select{position:relative}.h5-chip-select.open .h5-chip-input{border-color:var(--h5-primary);box-shadow:0 0 0 3px #e23a4526}.h5-chip-select.disabled .h5-chip-input{cursor:not-allowed}.h5-chip-label.placeholder{color:var(--h5-muted)}.h5-chip-caret{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #94a3b8}.h5-chip-options{position:absolute;top:calc(100% + 6px);left:0;right:0;max-height:240px;overflow-y:auto;-webkit-overflow-scrolling:touch;background:#fff;border:1px solid var(--h5-border);border-radius:12px;box-shadow:var(--h5-shadow);z-index:30;padding:4px 0}.h5-chip-option{width:100%;text-align:left;padding:8px 12px;border:none;background:transparent;font-size:13px;color:var(--h5-text);cursor:pointer}.h5-chip-option:hover,.h5-chip-option.active{background:var(--h5-primary-soft);color:var(--h5-primary);font-weight:600}.h5-radio-group,.h5-checkbox-group{display:grid;gap:10px}.h5-radio,.h5-checkbox{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--h5-text)}.h5-radio input,.h5-checkbox input{width:16px;height:16px}.h5-upload-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.h5-upload-card{border:1px dashed var(--h5-border);border-radius:14px;padding:12px;text-align:center;background:#f9fafb;display:grid;gap:8px}.h5-upload-card img{width:100%;height:110px;object-fit:cover;border-radius:10px}.h5-upload-card button{background:var(--h5-primary-soft);color:var(--h5-primary-600);border:none;padding:6px 10px;border-radius:999px;font-size:12px;cursor:pointer}.h5-upload-list{display:grid;gap:10px}.h5-upload-trigger button{background:var(--h5-primary);color:#fff;border:none;padding:8px 12px;border-radius:10px;font-size:12px;cursor:pointer}.h5-upload-files{display:grid;gap:6px}.h5-upload-file{font-size:12px;color:var(--h5-muted);word-break:break-all}.h5-submit{width:100%;border:none;border-radius:14px;padding:14px;font-size:16px;font-weight:600;background:var(--h5-primary);color:#fff;cursor:pointer}.h5-submit:disabled{background:#f3b6bb;cursor:not-allowed}.h5-fee-banner{padding:12px 16px;border-radius:14px;border:1px solid #f9c2c6;background:var(--h5-primary-soft);color:var(--h5-primary);display:flex;justify-content:space-between;align-items:center;font-weight:600;flex-wrap:wrap;gap:8px;margin-bottom:12px;width:100%;box-sizing:border-box}.h5-fee-banner span{min-width:0;max-width:100%;word-break:break-all}.h5-tabbar{position:fixed;left:50%;transform:translate(-50%);bottom:0;width:min(420px,100%);height:62px;background:#fff;border-top:1px solid var(--h5-border);display:grid;grid-template-columns:repeat(4,1fr);z-index:20}.h5-tabbar-item{text-decoration:none;color:var(--h5-muted);display:grid;place-items:center;gap:4px;font-size:11px}.h5-tabbar-item.active{color:var(--h5-primary)}.h5-tabbar-icon{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.6}.h5-complaint{position:fixed;right:16px;bottom:82px;width:56px;height:56px;border-radius:50%;border:none;background:#fff;box-shadow:var(--h5-shadow);display:grid;place-items:center;color:var(--h5-primary);gap:2px;font-size:11px;cursor:pointer;z-index:21}.h5-complaint svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.6}.h5-empty{padding:32px 12px;text-align:center;color:var(--h5-muted);font-size:13px}.h5-empty svg{width:120px;height:120px;margin-bottom:12px;opacity:.6}.h5-profile-card{background:linear-gradient(135deg,#fef2f2,#fee2e2);border-radius:18px;padding:16px;display:grid;gap:12px}.h5-profile-header{display:flex;align-items:center;gap:12px}.h5-avatar{width:52px;height:52px;border-radius:50%;background:#fff;border:2px solid #fff}.h5-profile-name{font-size:16px;font-weight:600}.h5-profile-phone{font-size:13px;color:var(--h5-muted)}.h5-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;text-align:center}.h5-stat-item{background:#fff;border-radius:12px;padding:8px;font-size:12px;color:var(--h5-muted)}.h5-stat-item strong{display:block;font-size:16px;color:var(--h5-text);margin-top:4px}.h5-list{display:grid;gap:12px}.h5-list-item{background:#fff;border-radius:14px;padding:14px 16px;display:flex;justify-content:space-between;align-items:center;font-size:14px;color:var(--h5-text)}.h5-list-item span{color:var(--h5-muted)}.h5-muted{color:var(--h5-muted);font-size:12px}@media (min-width: 768px){.h5-shell{padding:24px 20px 96px}}
