@charset "UTF-8";
:root{--green:#07C160;--green-dark:#04A24E;--green-pale:#f0fff6;--text:#333;--muted:#777;--line:#e8e8e8}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px}body{margin:0;font-family:"Microsoft YaHei","PingFang SC",sans-serif;font-size:14px;line-height:1.8;color:var(--text);background:#f5f7f5;min-height:100vh;display:flex;flex-direction:column}main{flex:1}a{color:#058b43;text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}img{max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.5}h1{font-size:28px;margin-bottom:8px}h2{font-size:22px;margin-bottom:12px}h3{font-size:17px;margin-bottom:10px}p{margin-bottom:14px}ul,ol{padding-left:22px}strong{font-weight:700}[hidden]{display:none!important}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #07984c;outline-offset:3px}.container{width:min(1160px,calc(100% - 40px));margin-inline:auto}.narrow{max-width:900px}.skip-link{position:fixed;top:-100px;left:15px;z-index:100;background:#fff;padding:8px 13px}.skip-link:focus{top:8px}.site-header{position:sticky;top:0;z-index:100;background:#fff;box-shadow:0 2px 8px #0000000d}.nav-row{height:60px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;gap:8px;align-items:center;flex-shrink:0;color:var(--green)}.brand:hover{text-decoration:none}.brand-mark{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:var(--green);color:#fff;font-size:16px;font-weight:700}.brand-title{display:block;font-size:18px;font-weight:700;line-height:1.5}.brand-subtitle{display:block;font-size:10px;line-height:1.4;color:#5f7469}.nav-links{display:flex;gap:26px;align-items:center}.nav-links a{font-size:14px;color:#555;white-space:nowrap}.nav-links a:hover,.nav-links a[aria-current=page]{color:var(--green)}.nav-links a[aria-current=page]{font-weight:700}.nav-links a:last-child{background:var(--green);color:#fff;padding:7px 16px;border-radius:20px}.menu-toggle{display:none;background:#fff;border:1px solid #d9e9df;color:#078640;border-radius:6px;padding:5px 10px}.page-heading{width:100%;max-width:none;background:linear-gradient(135deg,#02582b 0%,#07C160 55%,#04A24E 100%);color:#fff;padding:27px max(20px,calc((100vw - 1160px)/2)) 29px;margin-bottom:0}.page-heading.narrow{padding-inline:max(20px,calc((100vw - 900px)/2))}.page-heading h1{font-size:28px;margin-bottom:8px}.page-heading p{font-size:14px;color:rgba(255,255,255,.94);max-width:880px;line-height:1.8;margin-bottom:0}.page-content{padding-top:24px;padding-bottom:50px}.notice{background:#f0fff6;border:1px solid #bce8cd;border-radius:10px;padding:15px 18px;color:#326546;line-height:1.8;font-size:13px}.notice strong{color:#165c35}.notice.compact{padding:12px 15px;font-size:13px}.page-section-note{margin:0 0 20px}.content-layout{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(265px,1fr);gap:24px;align-items:start}.form-panel,.card{background:#fff;border-radius:12px;border:1px solid #eee;box-shadow:0 2px 12px #00000005;padding:28px 30px}.form-panel h2{font-size:17px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #edf3ef;color:#222}.form-panel+.form-panel{margin-top:20px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.field{display:flex;flex-direction:column;gap:6px}.field.full{grid-column:1/-1}.field label{font-size:14px;font-weight:700;color:#333}.required{color:#e23b37}.field input,.field select,.field textarea{width:100%;min-height:44px;padding:10px 13px;border:1.5px solid #e1e6e3;border-radius:8px;background:#fff;color:#333;font-size:14px;outline:none;transition:border-color .15s}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #07c16012}.field input::placeholder,.field textarea::placeholder{color:#999}.field textarea{min-height:104px;resize:vertical}.field .hint{font-size:12px;color:#888;line-height:1.7;margin:0}.fine-print{font-size:12px;color:#888;line-height:1.8}.consents{margin-top:23px;padding-top:15px;border-top:1px solid #eee}.consent{display:flex;align-items:flex-start;gap:9px;font-size:13px;color:#666;line-height:1.75;margin:13px 0}.consent input{flex-shrink:0;width:16px;height:16px;margin:3px 0 0;accent-color:var(--green)}.consent strong{color:#345944}.submit-area{border-top:1px solid #eee;padding-top:20px;margin-top:20px}.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:42px;padding:9px 20px;background:var(--green);color:#fff;border:1px solid var(--green);border-radius:8px;font-size:14px;font-weight:700;line-height:1.6}.button:hover{background:var(--green-dark);text-decoration:none}.button.secondary{background:#fff;color:#058b43;border-color:#bedecb;font-weight:400}.button.secondary:hover{background:#f0fff6}.button:disabled{background:#b2dfcc;color:#fff;border-color:#b2dfcc}.submit-area .button{width:100%;min-height:48px;font-size:15px}.submit-area .fine-print{margin-top:7px}.status-message{padding:12px 16px;border-radius:9px;border:1px solid #c9e6d5;background:#f0fff6;color:#2b6a45;margin:0 0 16px;font-size:13px;line-height:1.7}.status-message.error{background:#fff2f0;border-color:#f3cbc3;color:#b83e2c}.status-message.success{background:#f0fff6;border-color:#93d8b1;color:#176f3c}.aside-card{background:#fff;border:1px solid #e5eee8;border-radius:12px;padding:24px;margin-bottom:18px}.aside-card h2,.aside-card h3{font-size:17px;margin-bottom:13px}.aside-card p,.aside-card li{font-size:13px;color:#777;line-height:1.8}.aside-price{font-size:40px;font-weight:700;line-height:1.2;color:var(--green);margin:15px 0 10px}.aside-price small{font-size:20px;margin-right:2px}.mini-list{display:flex;flex-direction:column;margin:16px 0 0;gap:8px}.mini-list span{font-size:13px;color:#555;border-bottom:1px solid #f0f0f0;padding-bottom:8px}.mini-list span:last-child{border:0;padding-bottom:0}.divider-top{border-top:1px solid #e9e9e9;padding-top:17px;margin-top:18px}.text-link{font-size:13px}.actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin-top:20px}.no-margin{margin:0}.muted{color:#777}.honeypot{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);opacity:0}.receipt{padding:28px 30px;border:1px solid #c7e8d4;border-radius:12px;background:#fff;margin-top:22px;overflow-wrap:anywhere}.receipt h2{font-size:22px}.receipt dl{margin:17px 0}.receipt dt{font-size:12px;color:#888;margin-top:11px}.receipt dd{margin:3px 0 0;font-size:15px;line-height:1.8}.token-text{font-family:Consolas,monospace;background:#f0fff6;border-radius:6px;padding:9px 12px;font-size:13px!important}.query-grid{display:grid;grid-template-columns:1fr;gap:18px}.query-grid .button{margin-top:2px}.legal-sheet{background:#fff;padding:30px 36px;border:1px solid #eee;border-radius:12px}.legal-meta{font-size:12px;color:#888;border-bottom:1px solid #eee;padding-bottom:15px;margin-bottom:20px}.legal-sheet h2{font-size:18px;margin:25px 0 10px;color:#222}.legal-sheet h2:first-child{margin-top:0}.legal-sheet p,.legal-sheet li{font-size:14px;line-height:1.9;color:#666}.legal-sheet li{margin-bottom:7px}.legal-sheet strong{color:#333}.legal-sheet .notice{margin-bottom:22px}.legal-sheet .notice p{color:#326546;margin-bottom:0}.definition-list{margin:0}.definition-list .definition-row{display:grid;grid-template-columns:145px 1fr;gap:18px;padding:14px 0;border-bottom:1px solid #eee}.definition-list dt{font-size:13px;color:#888;margin:0}.definition-list dd{font-size:14px;margin:0;color:#444;overflow-wrap:anywhere}.contact-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:22px}.contact-grid+.form-panel{margin-top:22px}.contact-card h2{font-size:19px;padding-bottom:13px;margin-bottom:14px;border-bottom:1px solid #edf3ef}.contact-card p{font-size:13px;color:#777}.qr-box{margin-top:18px;margin-left:0}.qr-box img{display:block;max-width:180px;max-height:220px;object-fit:contain;background:#fff;border:1px solid #eee;padding:7px}.qr-box figcaption{font-size:11px;color:#888;margin-top:7px}.change-table{width:100%;border-collapse:collapse;font-size:13px;margin-top:14px}.change-table th,.change-table td{padding:13px 14px;text-align:left;vertical-align:top;border-bottom:1px solid #e6eee8}.change-table th{background:#f0fff6;color:#296940;font-size:13px}.change-table td{color:#666;line-height:1.8}.change-table td:first-child{font-weight:700;color:#444;min-width:100px}.table-scroll{overflow-x:auto}.timeline{list-style:none;margin:22px 0 0;padding:0}.timeline li{position:relative;padding:0 0 22px 25px;margin-left:6px;border-left:1px solid #c8e9d4}.timeline li:last-child{padding-bottom:0;border-left:0}.timeline li:before{content:"";position:absolute;left:-4px;top:8px;width:8px;height:8px;border-radius:50%;background:var(--green)}.timeline strong{display:block;font-size:14px}.timeline p{font-size:13px;color:#777;margin:5px 0 0;white-space:pre-wrap}.timeline time{font-size:11px;color:#888}.status-pill{display:inline-block;background:#f0fff6;color:#078641;padding:4px 10px;border-radius:5px;font-size:12px}.site-footer{background:#222;color:#aaa;padding:27px 0 20px;font-size:12px}.footer-top{display:flex;justify-content:space-between;gap:30px;margin-bottom:18px}.footer-title{font-size:14px;font-weight:700;color:#ddd;margin-bottom:8px}.footer-description{font-size:12px;color:#aaa;max-width:670px;margin-bottom:0;line-height:1.8}.footer-links{display:flex;flex-wrap:wrap;gap:15px;align-items:flex-start;padding-top:3px;font-size:12px}.site-footer a{color:#ccc}.site-footer a:hover{color:#fff}.footer-bottom{border-top:1px solid #3a3a3a;padding-top:13px;display:flex;justify-content:space-between;gap:20px;font-size:11px;color:#999}.noscript{padding:12px 18px;background:#fff7e8;color:#946521;text-align:center;font-size:13px}.service-intro{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:20px}.intro-item{background:#fff;border:1px solid #e4eee8;padding:17px 20px;border-radius:10px}.intro-item h2{font-size:15px;color:#255e3d;margin:0 0 6px}.intro-item p{font-size:12px;color:#888;margin:0;line-height:1.8}.loading-text{color:#888}.single-column{max-width:760px}
@media(max-width:1000px){.nav-links{gap:15px}.nav-links a{font-size:12px}.brand-title{font-size:16px}.brand-subtitle{font-size:9px}.nav-links a:last-child{padding:6px 11px}.content-layout{gap:20px;grid-template-columns:minmax(0,1.7fr) minmax(245px,1fr)}.form-panel,.card{padding:24px}.aside-card{padding:21px}}
@media(max-width:760px){html{scroll-padding-top:75px}.container{width:calc(100% - 32px)}.nav-row{height:60px;position:relative;gap:10px}.brand-mark{width:30px;height:30px;font-size:15px;border-radius:7px}.brand-title{font-size:16px}.brand-subtitle{font-size:9px}.menu-toggle{display:block;font-size:12px}.nav-links{display:none;position:absolute;top:60px;left:-16px;right:-16px;background:#fff;padding:8px 16px 14px;border-bottom:1px solid #e4eee8;box-shadow:0 7px 10px #00000005;flex-direction:column;align-items:stretch;gap:0}.nav-links.is-open{display:flex}.nav-links a{padding:9px 0;font-size:14px}.nav-links a:last-child{border-radius:0;background:#fff;color:#058b43;padding:9px 0}.page-heading,.page-heading.narrow{width:100%;padding:22px 16px 24px}.page-heading h1{font-size:24px;margin-bottom:8px}.page-heading p{font-size:13px;line-height:1.85}.page-content{padding-top:18px;padding-bottom:35px}.content-layout{grid-template-columns:1fr;gap:20px}.form-panel,.card{padding:21px 18px;border-radius:11px}.form-panel h2{font-size:16px}.form-grid{grid-template-columns:1fr;gap:17px}.field input,.field select,.field textarea{font-size:14px}.notice{padding:12px 15px;font-size:12px}.status-message{padding:11px 14px;font-size:12px}.consent{font-size:12px;gap:8px}.fine-print{font-size:11px}.aside-card{padding:21px;margin-bottom:15px}.aside-price{font-size:35px}.legal-sheet{padding:23px 20px}.legal-sheet h2{font-size:17px;margin-top:22px}.legal-sheet p,.legal-sheet li{font-size:13px}.legal-meta{font-size:11px}.contact-grid{grid-template-columns:1fr;gap:17px}.contact-grid+.form-panel{margin-top:17px}.contact-card h2{font-size:17px}.definition-list .definition-row{grid-template-columns:100px 1fr;gap:12px;padding:12px 0}.definition-list dt{font-size:12px}.definition-list dd{font-size:13px}.change-table th,.change-table td{font-size:12px;padding:11px}.change-table td:first-child{min-width:85px}.receipt{padding:23px 19px}.receipt .actions .button{width:100%}.receipt h2{font-size:20px}.button{font-size:13px;padding:9px 17px}.footer-top{display:block;margin-bottom:15px}.footer-title{font-size:13px}.footer-description{font-size:11px}.footer-links{margin-top:15px;font-size:11px;gap:13px}.footer-bottom{flex-direction:column;gap:5px;font-size:10px}.site-footer{padding:24px 0 19px}.service-intro{grid-template-columns:1fr;gap:0;border:1px solid #e4eee8;border-radius:10px;overflow:hidden;background:#fff;margin-bottom:17px}.intro-item{border:0;border-bottom:1px solid #edf3ef;border-radius:0;padding:13px 16px}.intro-item:last-child{border-bottom:0}.intro-item h2{font-size:14px;margin-bottom:3px}.intro-item p{font-size:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.field input,.field select,.field textarea{transition:none}}

.page-content > .form-panel + .form-panel{margin-top:22px}.contact-card .qr-box img{width:200px;height:auto;max-width:100%;max-height:none}

.application-steps{display:flex;list-style:none;padding:0;max-width:780px;margin:0 auto 24px;justify-content:space-between;gap:12px;color:#888}.application-steps li{display:flex;align-items:center;gap:8px;font-size:14px}.application-steps b{display:inline-grid;place-items:center;background:#e5ebe7;border-radius:50%;width:30px;height:30px}.application-steps .active{color:#079849;font-weight:bold}.application-steps .active b{background:#07c160;color:#fff}@media(max-width:600px){.application-steps{gap:6px}.application-steps li{font-size:12px;gap:4px}.application-steps b{width:24px;height:24px}}
