@charset "UTF-8";.pc-action-sheet{--nutui-actionsheet-item-danger: var(--pc-color-danger, #ff3b5c)}.login{display:flex;flex-direction:column;align-items:center;padding:3.6rem 1.2rem calc(env(safe-area-inset-bottom) + 1.6rem);min-height:100vh;box-sizing:border-box;background:var(--pc-color-bg, #f6f7f9)}.login__brand{display:flex;flex-direction:column;align-items:center;margin-bottom:1.8rem}.login__logo{width:4.2rem;height:4.2rem;border-radius:1.1rem;background:var(--pc-color-primary, #18181b);margin-bottom:.8rem}.login__title{font-size:1.3rem;font-weight:600;color:var(--pc-color-text, #111827)}.login__subtitle{font-size:.7rem;color:var(--pc-color-muted, #8a8f98);margin-top:.4rem}.login__warn{width:100%;margin-bottom:.8rem;padding:.5rem .7rem;border-radius:var(--pc-radius-sm, .4rem);background:rgba(255,59,92,.1);color:var(--pc-color-danger, #ff3b5c);font-size:.65rem;text-align:center;box-sizing:border-box}.login__fields{width:100%;display:flex;flex-direction:column;gap:.7rem}.login__field{width:100%;box-sizing:border-box;display:flex;align-items:center;height:2.6rem;padding:0 .8rem;border-radius:var(--pc-radius-md, .6rem);background:var(--pc-color-control-bg, #f4f6f9);border:.05rem solid var(--pc-color-border, rgba(17, 24, 39, .08))}.login__field--code{gap:.4rem}.login__code-btn{flex-shrink:0;font-size:.7rem;font-weight:600;color:var(--pc-color-primary, #18181b);white-space:nowrap}.login__code-btn.is-disabled{color:var(--pc-color-muted, #8a8f98)}.login__field .nut-input{flex:1;padding:0;background:transparent}.login__field .nut-input-native,.login__field taro-input-core{height:1.2rem;min-height:1.2rem;line-height:1.2rem;font-size:.8rem;color:var(--pc-color-text, #111827);background:transparent;outline:none;caret-color:var(--pc-color-text, #111827)}.login__field .nut-input-native:-webkit-autofill,.login__field taro-input-core:-webkit-autofill{-webkit-text-fill-color:var(--pc-color-text, #111827);-webkit-transition:background-color 9999s ease-in-out 0s;transition:background-color 9999s ease-in-out 0s}.login__submit.nut-button{width:100%;height:2.4rem;min-height:2.4rem;margin-top:1.2rem;border-radius:.6rem;background:var(--pc-color-primary, #18181b);border-color:var(--pc-color-primary, #18181b);color:var(--pc-color-primary-text, #fff);font-size:.8rem;font-weight:600}.login__switch{color:var(--pc-color-muted, #8a8f98);font-size:.7rem;margin-top:1rem}.login__field--mobile{display:flex;align-items:center}.login__dial{flex:none;margin-right:.8rem;padding:.4rem .2rem;color:var(--brand-primary, #333);font-size:1.5rem;white-space:nowrap}.login__tabs{display:flex;gap:1.2rem;margin-bottom:.8rem}.login__tab{font-size:.75rem;color:var(--pc-color-muted, #8a8f98);padding-bottom:.2rem}.login__tab.is-on{color:var(--pc-color-text, #111827);font-weight:600;border-bottom:.1rem solid var(--pc-color-primary, #18181b)}.login__fields--extras{margin-top:.7rem}.conn-bar{width:100%;padding:.3rem .6rem;font-size:.65rem;text-align:center}.conn-bar.is-warn{background:rgba(245,158,11,.14);color:#d97706}.conn-bar.is-error{background:rgba(255,59,92,.14);color:var(--pc-color-danger, #ff3b5c)}.pc-avatar{width:2.4rem;height:2.4rem;border-radius:.5rem;overflow:hidden;flex-shrink:0;background:var(--pc-color-avatar-bg, #f4f4f5);color:var(--pc-color-avatar-text, #52525b);display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700}.pc-avatar__img{width:100%;height:100%;display:block}.pc-avatar__text{line-height:1}.pc-avatar--sm{width:1.9rem;height:1.9rem;border-radius:.4rem;font-size:.7rem}.pc-avatar--lg{width:2.9rem;height:2.9rem;border-radius:.7rem;font-size:1.1rem}.fpicker{display:flex;flex-direction:column;max-height:72vh;background:var(--pc-color-card, #fff)}.fpicker__head{display:flex;align-items:center;justify-content:space-between;padding:.7rem .8rem;border-bottom:.05rem solid var(--pc-color-border, rgba(17, 24, 39, .08))}.fpicker__title{font-size:.8rem;font-weight:600;color:var(--pc-color-text, #111827)}.fpicker__cancel{font-size:.75rem;color:var(--pc-color-muted, #8a8f98)}.fpicker__confirm{font-size:.75rem;font-weight:600;color:var(--pc-color-primary, #18181b)}.fpicker__name-field{padding:.3rem .8rem;border-bottom:.05rem solid var(--pc-color-border, rgba(17, 24, 39, .08))}.fpicker__name-field .nut-input{padding:.4rem 0;font-size:.75rem}.fpicker__list{flex:1;min-height:0;overflow-y:auto;padding-bottom:calc(env(safe-area-inset-bottom) + .4rem)}.fpicker__item.nut-checkbox{width:100%;padding:.5rem .8rem;margin:0;border-bottom:.05rem solid var(--pc-color-border, rgba(17, 24, 39, .08))}.fpicker__row{display:flex;align-items:center;gap:.6rem}.fpicker__name{font-size:.75rem;color:var(--pc-color-text, #111827)}.fpicker__empty{padding:1.8rem .8rem;text-align:center;color:var(--pc-color-muted, #8a8f98);font-size:.7rem}.pc-tabbar.nut-tabbar{position:fixed;left:0;right:0;bottom:0;z-index:100;background:var(--pc-color-card, #fff);border-top:.05rem solid var(--pc-color-border, rgba(17, 24, 39, .08));box-shadow:0 -.05rem .3rem var(--pc-color-shadow, rgba(0, 0, 0, .08))}.pc-tabbar.nut-tabbar .nut-tabbar,.pc-tabbar.nut-tabbar .nut-tabbar__content,.pc-tabbar.nut-tabbar .nut-tabbar-item{background:var(--pc-color-card, #fff)}.pc-tabbar.nut-tabbar .nut-tabbar-item{min-height:2.5rem;padding-top:.3rem;padding-bottom:.2rem}.pc-tabbar.nut-tabbar .nut-tabbar-item-icon-box{display:flex;align-items:center;justify-content:center}.pc-tabbar.nut-tabbar .nut-tabbar-item-title{font-size:.55rem;line-height:1.4}.page-shell{display:flex;flex-direction:column;height:100%;min-height:0;background:var(--pc-color-bg)}.page-shell__nav{flex:0 0 auto;background:var(--pc-color-elevated, rgba(255, 255, 255, .96));border-bottom:.05rem solid var(--pc-color-border, rgba(17, 24, 39, .08));z-index:20}.page-shell__nav,.page-shell__nav .nut-navbar,.page-shell__nav .nut-navbar__placeholder,.page-shell__nav .nut-navbar__content,.page-shell__nav [class*=nut-navbar]{background-color:var(--pc-color-elevated, rgba(255, 255, 255, .96))}.page-shell__nav .nut-navbar__title,.page-shell__nav .nut-navbar-title,.page-shell__nav [class*=title]{font-size:.9rem;font-weight:700;color:var(--pc-color-text, #111827)}.page-shell__body{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.page-shell__back-glyph{font-size:1.4rem;line-height:1;color:var(--pc-color-text)}.page-shell__tab-safe-area{height:env(safe-area-inset-bottom,0rem)}.money-card{width:11.6rem;border-radius:.6rem;overflow:hidden;color:#fff;display:flex;flex-wrap:wrap;align-items:center;padding:.7rem .7rem 0}.money-card--rp{background:linear-gradient(135deg,#f0573f,#e5433d)}.money-card--tf{background:linear-gradient(135deg,#f7a03c,#f08a1d)}.money-card.is-done{opacity:.72}.money-card__icon{font-size:1.5rem;line-height:1;margin-right:.6rem}.money-card__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem;padding-bottom:.6rem}.money-card__amount{font-size:1rem;font-weight:700}.money-card__title{font-size:.75rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.money-card__status{font-size:.6rem;opacity:.85}.money-card__foot{width:100%;margin:0 -.7rem;padding:.25rem .7rem;background:rgba(0,0,0,.12);font-size:.55rem;opacity:.9}.sset{min-height:100%;background:var(--pc-color-bg, #f6f7f9)}.sset__group{margin-top:.6rem}.sset__group .nut-cell-group__wrap{margin:0}.sset__check{color:var(--pc-color-primary, #18181b);font-weight:700}.sset__hint{display:block;padding:.6rem .8rem 0;font-size:.6rem;color:var(--pc-color-muted, #8a8f98)}.wallet{min-height:100%}.wallet__card{margin:.6rem;padding:1rem .8rem;border-radius:.6rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;display:flex;flex-direction:column}.wallet__card-label{font-size:.65rem;opacity:.85}.wallet__card-amount{font-size:1.5rem;font-weight:600;margin-top:.2rem}.wallet__card-row{display:flex;margin-top:.7rem}.wallet__card-cell{flex:1;display:flex;flex-direction:column}.wallet__card-sub{font-size:.6rem;opacity:.85}.wallet__card-subval{font-size:.7rem;margin-top:.1rem}.wallet__group{margin:.6rem}.wallet__err{display:block;padding:.4rem .8rem;color:#e54d42;font-size:.65rem}.wallet__hint{display:block;padding:.6rem .8rem;color:#909399;font-size:.65rem;text-align:center}.wallet__actions{margin:1rem .8rem}.wallet-detail__row{display:flex;padding:.6rem .8rem;border-bottom:.05rem solid #f2f2f2}.wallet-detail__label{color:#909399;font-size:.7rem}.wallet-detail__value{flex:1;text-align:right;color:#303133;font-size:.7rem}.wallet--form{padding:.8rem}.wallet__seg{display:flex;gap:.5rem;margin-bottom:.7rem}.wallet__seg-item{flex:1;text-align:center;padding:.45rem 0;border-radius:.5rem;font-size:.7rem;background:var(--pc-color-control-bg, #f4f6f9);color:var(--pc-color-muted, #8a8f98);border:.05rem solid var(--pc-color-border, rgba(17, 24, 39, .08))}.wallet__seg-item.is-on{background:#fdeceb;color:#e5433d;border-color:#e5433d;font-weight:600}.wallet__field{display:flex;align-items:center;height:2.6rem;padding:0 .7rem;margin-bottom:.6rem;border-radius:.6rem;background:#fff;border:.05rem solid var(--pc-color-border, rgba(17, 24, 39, .08))}.wallet__field-label{flex-shrink:0;font-size:.7rem;color:var(--pc-color-text, #111827);margin-right:.6rem}.wallet__field .nut-input{flex:1;padding:0;background:transparent}.wallet__cta.nut-button{margin-top:1rem;height:2.3rem;border-radius:.6rem;font-size:.8rem;font-weight:600}.wallet__cta--rp.nut-button{background:#e5433d;border-color:#e5433d}.wallet__cta--tf.nut-button{background:#f08a1d;border-color:#f08a1d}.wallet__cta-plain.nut-button{margin-top:.5rem;height:2.2rem;border-radius:.6rem}.rp-detail__head{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:1.3rem .8rem 1.1rem;background:linear-gradient(160deg,#f0573f,#e5433d);color:#fff}.rp-detail__sender{font-size:.75rem;font-weight:600}.rp-detail__greeting{font-size:.65rem;opacity:.9}.rp-detail__my-amount{font-size:1.7rem;font-weight:700;margin-top:.4rem}.rp-detail__my-note{font-size:.6rem;opacity:.85}.rp-detail__open.nut-button{margin-top:.6rem;background:#fcd34d;border-color:#fcd34d;color:#7c2d12;font-weight:700;border-radius:1.1rem;padding:0 1.7rem}.rp-detail__summary{display:block;padding:.6rem .8rem;font-size:.6rem;color:var(--pc-color-muted, #8a8f98)}.rp-detail__claims{background:#fff}.rp-detail__claim{display:flex;align-items:center;gap:.5rem;padding:.5rem .8rem;border-bottom:.05rem solid var(--pc-color-border, rgba(17, 24, 39, .06))}.rp-detail__claim-main{flex:1;display:flex;flex-direction:column;gap:.1rem}.rp-detail__claim-name{font-size:.7rem;color:var(--pc-color-text, #111827)}.rp-detail__claim-time{font-size:.55rem;color:var(--pc-color-muted, #8a8f98)}.rp-detail__claim-side{display:flex;flex-direction:column;align-items:flex-end;gap:.1rem}.rp-detail__claim-amount{font-size:.7rem;font-weight:600}.rp-detail__best{font-size:.55rem;color:#d97706}.tf-send__to{display:block;font-size:.75rem;font-weight:600;margin-bottom:.7rem}.tf-confirm{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:1.5rem .8rem;background:#fff;border-radius:.6rem}.tf-confirm__title{font-size:.75rem}.tf-confirm__amount{font-size:1.7rem;font-weight:700}.tf-confirm__remark{font-size:.65rem;color:var(--pc-color-muted, #8a8f98)}.tf-detail__head{display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:1.4rem .8rem}.tf-detail__icon{font-size:2rem}.tf-detail__amount{font-size:1.6rem;font-weight:700}.tf-detail__status{font-size:.65rem;color:#16a34a}.tf-detail__status.is-refunded{color:var(--pc-color-muted, #8a8f98)}
