@charset "UTF-8";*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{margin:0;padding:0;min-height:100%;background:#f5f6f8;color:#16181d;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Helvetica Neue,Microsoft YaHei,sans-serif;font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased;text-size-adjust:100%}input,button,textarea{font-family:inherit;font-size:inherit;color:inherit}#h5-app{min-height:100vh}.h5-page{max-width:560px;margin:0 auto;min-height:100vh;padding:0 16px calc(96px + env(safe-area-inset-bottom));position:relative}.h5-page--plain{padding-bottom:calc(28px + env(safe-area-inset-bottom))}.h5-topbar{display:flex;align-items:center;gap:9px;padding:calc(14px + env(safe-area-inset-top)) 0 14px}.h5-topbar img{width:26px;height:26px;display:block}.h5-topbar .h5-topbar-name{font-size:14.5px;font-weight:600;letter-spacing:.5px;color:#16181d}.h5-topbar .h5-topbar-tag{margin-left:auto;font-size:11.5px;color:#8d939c}.h5-card{background:#fff;border-radius:16px;padding:18px 16px;box-shadow:0 1px 2px #1018280a,0 6px 20px -8px #10182814;margin-bottom:12px}.h5-card--flush{padding:0;overflow:hidden}.h5-card-head{margin-bottom:14px}.h5-card-head h2{margin:0;font-size:16.5px;font-weight:650;letter-spacing:.2px}.h5-card-head p{margin:5px 0 0;font-size:12.5px;color:#5b6169;line-height:1.6}.h5-info{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px solid #e6e8ec;font-size:14px}.h5-info:last-child{border-bottom:none;padding-bottom:0}.h5-info .h5-info-k{color:#5b6169;flex:none}.h5-info .h5-info-v{font-weight:600;text-align:right;word-break:break-all}.h5-info .h5-info-v--amount{color:#1d5bbf;font-size:17px;letter-spacing:.3px}.h5-field{margin-bottom:16px}.h5-field:last-of-type{margin-bottom:4px}.h5-label{display:flex;align-items:center;gap:5px;font-size:13px;font-weight:600;color:#5b6169;margin-bottom:7px}.h5-label .h5-req{color:#d92d20;font-weight:400}.h5-label .h5-label-tip{margin-left:auto;font-size:11.5px;font-weight:400;color:#8d939c}.h5-input,.h5-textarea{width:100%;min-height:50px;padding:13px 14px;border:1.5px solid #e6e8ec;border-radius:12px;background:#fbfbfc;outline:none;transition:border-color .2s cubic-bezier(.32,.72,0,1),background .2s cubic-bezier(.32,.72,0,1),box-shadow .2s cubic-bezier(.32,.72,0,1);-webkit-appearance:none;-moz-appearance:none;appearance:none}.h5-input::placeholder,.h5-textarea::placeholder{color:#b6bac1}.h5-input:focus,.h5-textarea:focus{border-color:#1d5bbf;background:#fff;box-shadow:0 0 0 4px #1d5bbf1a}.h5-input.is-error,.h5-textarea.is-error{border-color:#d92d20;background:#fffbfb}.h5-input.is-error:focus,.h5-textarea.is-error:focus{box-shadow:0 0 0 4px #d92d201a}.h5-input:disabled,.h5-textarea:disabled{background:#f2f3f5;color:#8d939c}.h5-textarea{min-height:76px;resize:none;line-height:1.65}.h5-error{display:flex;align-items:center;gap:4px;margin-top:6px;font-size:12px;color:#d92d20}.h5-seg{display:flex;gap:8px}.h5-seg button{flex:1;min-height:46px;border:1.5px solid #e6e8ec;border-radius:12px;background:#fbfbfc;color:#5b6169;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s cubic-bezier(.32,.72,0,1)}.h5-seg button.is-active{border-color:#1d5bbf;background:#eaf1fd;color:#1d5bbf;font-weight:600}.h5-seg button:active{transform:scale(.97)}.h5-btn{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;min-height:52px;border:none;border-radius:14px;background:#1d5bbf;color:#fff;font-size:16px;font-weight:600;letter-spacing:.5px;cursor:pointer;transition:transform .16s cubic-bezier(.32,.72,0,1),opacity .2s cubic-bezier(.32,.72,0,1),background .2s cubic-bezier(.32,.72,0,1)}.h5-btn:active:not(:disabled){transform:scale(.975);background:#14318f}.h5-btn:disabled{opacity:.45;cursor:not-allowed}.h5-btn--ghost{background:#fff;color:#1d5bbf;border:1.5px solid rgba(29,91,191,.32)}.h5-btn--ghost:active:not(:disabled){background:#eaf1fd;transform:scale(.975)}.h5-btn--sm{min-height:44px;font-size:14.5px}.h5-foot{position:fixed;left:0;right:0;bottom:0;z-index:20;max-width:560px;margin:0 auto;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:#f5f6f8eb;border-top:1px solid rgba(16,24,40,.05)}@supports (backdrop-filter: blur(12px)){.h5-foot{background:#f5f6f8c7;-webkit-backdrop-filter:blur(12px) saturate(160%);backdrop-filter:blur(12px) saturate(160%)}}.h5-steps{display:flex;align-items:center;gap:6px;margin-bottom:16px}.h5-steps .h5-step{flex:1;height:4px;border-radius:2px;background:#10182814;overflow:hidden;position:relative}.h5-steps .h5-step:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;background:#1d5bbf;transform:scaleX(0);transform-origin:left center;transition:transform .5s cubic-bezier(.32,.72,0,1)}.h5-steps .h5-step.is-done:after,.h5-steps .h5-step.is-active:after{transform:scaleX(1)}.h5-steps .h5-step.is-active:after{background:linear-gradient(90deg,#1d5bbf,#3b82f6)}.h5-steps-text{display:flex;align-items:baseline;gap:8px;margin:-8px 0 14px;font-size:12.5px;color:#8d939c}.h5-steps-text b{font-size:14px;color:#1d5bbf;font-weight:600}.h5-status{text-align:center;padding:34px 20px 30px}.h5-status-icon{width:74px;height:74px;margin:0 auto 18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:34px}.h5-status-icon.is-pending{background:#fff8eb;color:#e18b00}.h5-status-icon.is-ok{background:#ecfdf3;color:#12a150}.h5-status-icon.is-expired{background:#f2f3f5;color:#8d939c}.h5-status h2{margin:0 0 8px;font-size:19px;font-weight:650}.h5-status p{margin:0;font-size:13.5px;color:#5b6169;line-height:1.75}.h5-pulse{animation:h5-pulse 2.1s ease-in-out infinite}@keyframes h5-pulse{0%,to{box-shadow:0 0 #e18b003d}55%{box-shadow:0 0 0 14px #e18b0000}}.h5-check{stroke-dasharray:40;stroke-dashoffset:40;animation:h5-check .55s cubic-bezier(.65,0,.35,1) .1s forwards}@keyframes h5-check{to{stroke-dashoffset:0}}.h5-reject{border-radius:16px;background:#fef3f2;border:1.5px solid #fecdca;padding:16px;margin-bottom:12px}.h5-reject-head{display:flex;align-items:center;gap:8px;margin-bottom:10px}.h5-reject-head .h5-reject-badge{flex:none;padding:2px 9px;border-radius:999px;font-size:11.5px;font-weight:600;color:#fff;background:#d92d20}.h5-reject-head .h5-reject-badge--end{background:#7a271a}.h5-reject-head .h5-reject-type{font-size:15px;font-weight:650;color:#912018}.h5-reject-head .h5-reject-code{margin-left:auto;font-size:11.5px;color:#912018b3}.h5-reject-desc{margin:0 0 12px;font-size:13.5px;line-height:1.75;color:#7a271a}.h5-reject-items{border-radius:11px;background:#ffffffb8;padding:4px 12px}.h5-reject-items .h5-reject-item{display:flex;gap:10px;padding:9px 0;border-bottom:1px solid rgba(217,45,32,.1);font-size:13px;line-height:1.6}.h5-reject-items .h5-reject-item:last-child{border-bottom:none}.h5-reject-items .h5-reject-item .h5-reject-item-k{flex:none;min-width:62px;color:#912018bf}.h5-reject-items .h5-reject-item .h5-reject-item-v{flex:1;color:#912018;font-weight:500}.h5-reject-meta{margin-top:10px;font-size:11.5px;color:#912018a6;text-align:right}.h5-notice{display:flex;gap:9px;padding:12px 14px;border-radius:12px;background:#eaf1fd;font-size:12.5px;line-height:1.7;color:#123c7a;margin-bottom:12px}.h5-notice .h5-notice-icon{flex:none;font-size:15px;line-height:1.35}.h5-notice--warn{background:#fff8eb;color:#7a4a00}.h5-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:#16181d6b}@supports (backdrop-filter: blur(6px)){.h5-mask{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}}.h5-mask-box{width:210px;padding:26px 20px 22px;border-radius:18px;background:#fff;text-align:center;box-shadow:0 20px 48px -12px #1018284d}.h5-ring{width:46px;height:46px;margin:0 auto 14px;border-radius:50%;border:3px solid rgba(29,91,191,.14);border-top-color:#1d5bbf;animation:h5-spin .85s linear infinite}@keyframes h5-spin{to{transform:rotate(360deg)}}.h5-mask-text{font-size:14px;font-weight:600;color:#16181d}.h5-mask-sub{margin-top:5px;font-size:12px;color:#8d939c}.h5-reveal{opacity:0;translate:0 12px;transition:opacity .52s cubic-bezier(.32,.72,0,1),translate .52s cubic-bezier(.32,.72,0,1);will-change:opacity,translate}.h5-reveal.is-in{opacity:1;translate:0 0}.h5-fade-enter-active,.h5-fade-leave-active{transition:opacity .26s cubic-bezier(.32,.72,0,1),translate .26s cubic-bezier(.32,.72,0,1)}.h5-fade-enter-from{opacity:0;translate:0 8px}.h5-fade-leave-to{opacity:0;translate:0 -6px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.h5-reveal{opacity:1;translate:none}}@media (min-width: 600px){body{background:radial-gradient(1100px 420px at 50% -10%,rgba(29,91,191,.07),transparent 62%),#f5f6f8}}
