@charset "UTF-8";

.svg-icon {
    width: 1em;
    height: 1em;
    fill: currentColor;
    vertical-align: middle
}

:root,
:host {
    --van-checkbox-size: 20px;
    --van-checkbox-border-color: var(--van-gray-5);
    --van-checkbox-duration: var(--van-duration-fast);
    --van-checkbox-label-margin: var(--van-padding-xs);
    --van-checkbox-label-color: var(--van-text-color);
    --van-checkbox-checked-icon-color: var(--van-primary-color);
    --van-checkbox-disabled-icon-color: var(--van-gray-5);
    --van-checkbox-disabled-label-color: var(--van-text-color-3);
    --van-checkbox-disabled-background: var(--van-border-color);
}

:root {
    --text-black: #000;
    --text-white: #fff;
    --bg-weight: rgba(255, 255, 255, .19);
    --golden-gradient: linear-gradient(60deg, #fcecb9, #efc26f);
    --box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    --van-floating-bubble-background: transparent !important;
}

:root,
:host {
    --van-image-preview-index-text-color: var(--van-white);
    --van-image-preview-index-font-size: var(--van-font-size-md);
    --van-image-preview-index-line-height: var(--van-line-height-md);
    --van-image-preview-index-text-shadow: 0 1px 1px var(--van-gray-8);
    --van-image-preview-overlay-background: rgba(0, 0, 0, .9);
    --van-image-preview-close-icon-size: 22px;
    --van-image-preview-close-icon-color: var(--van-gray-5);
    --van-image-preview-close-icon-margin: var(--van-padding-md);
    --van-image-preview-close-icon-z-index: 1;
}

:root,
:host {
    --van-swipe-indicator-size: 6px;
    --van-swipe-indicator-margin: var(--van-padding-sm);
    --van-swipe-indicator-active-opacity: 1;
    --van-swipe-indicator-inactive-opacity: .3;
    --van-swipe-indicator-active-background: var(--van-primary-color);
    --van-swipe-indicator-inactive-background: var(--van-border-color);
}

:root,
:host {
    --van-image-placeholder-text-color: var(--van-text-color-2);
    --van-image-placeholder-font-size: var(--van-font-size-md);
    --van-image-placeholder-background: var(--van-background);
    --van-image-loading-icon-size: 32px;
    --van-image-loading-icon-color: var(--van-gray-4);
    --van-image-error-icon-size: 32px;
    --van-image-error-icon-color: var(--van-gray-4);
}

:root,
:host {
    --van-notify-text-color: var(--van-white);
    --van-notify-padding: var(--van-padding-xs) var(--van-padding-md);
    --van-notify-font-size: var(--van-font-size-md);
    --van-notify-line-height: var(--van-line-height-md);
    --van-notify-primary-background: var(--van-primary-color);
    --van-notify-success-background: var(--van-success-color);
    --van-notify-danger-background: var(--van-danger-color);
    --van-notify-warning-background: var(--van-warning-color);
}

:root,
:host {
    --van-dialog-width: 320px;
    --van-dialog-small-screen-width: 90%;
    --van-dialog-font-size: var(--van-font-size-lg);
    --van-dialog-transition: var(--van-duration-base);
    --van-dialog-radius: 16px;
    --van-dialog-background: var(--van-background-2);
    --van-dialog-header-font-weight: var(--van-font-bold);
    --van-dialog-header-line-height: 24px;
    --van-dialog-header-padding-top: 26px;
    --van-dialog-header-isolated-padding: var(--van-padding-lg) 0;
    --van-dialog-message-padding: var(--van-padding-lg);
    --van-dialog-message-font-size: var(--van-font-size-md);
    --van-dialog-message-line-height: var(--van-line-height-md);
    --van-dialog-message-max-height: 60vh;
    --van-dialog-has-title-message-text-color: var(--van-gray-7);
    --van-dialog-has-title-message-padding-top: var(--van-padding-xs);
    --van-dialog-button-height: 48px;
    --van-dialog-round-button-height: 36px;
    --van-dialog-confirm-button-text-color: var(--van-primary-color);
}

:root,
:host {
    --van-action-bar-button-height: 40px;
    --van-action-bar-button-warning-color: var(--van-gradient-orange);
    --van-action-bar-button-danger-color: var(--van-gradient-red);
}

:root,
:host {
    --van-button-mini-height: 24px;
    --van-button-mini-padding: 0 var(--van-padding-base);
    --van-button-mini-font-size: var(--van-font-size-xs);
    --van-button-small-height: 32px;
    --van-button-small-padding: 0 var(--van-padding-xs);
    --van-button-small-font-size: var(--van-font-size-sm);
    --van-button-normal-padding: 0 15px;
    --van-button-normal-font-size: var(--van-font-size-md);
    --van-button-large-height: 50px;
    --van-button-default-height: 44px;
    --van-button-default-line-height: 1.2;
    --van-button-default-font-size: var(--van-font-size-lg);
    --van-button-default-color: var(--van-text-color);
    --van-button-default-background: var(--van-background-2);
    --van-button-default-border-color: var(--van-gray-4);
    --van-button-primary-color: var(--van-white);
    --van-button-primary-background: var(--van-primary-color);
    --van-button-primary-border-color: var(--van-primary-color);
    --van-button-success-color: var(--van-white);
    --van-button-success-background: var(--van-success-color);
    --van-button-success-border-color: var(--van-success-color);
    --van-button-danger-color: var(--van-white);
    --van-button-danger-background: var(--van-danger-color);
    --van-button-danger-border-color: var(--van-danger-color);
    --van-button-warning-color: var(--van-white);
    --van-button-warning-background: var(--van-warning-color);
    --van-button-warning-border-color: var(--van-warning-color);
    --van-button-border-width: var(--van-border-width);
    --van-button-radius: var(--van-radius-md);
    --van-button-round-radius: var(--van-radius-max);
    --van-button-plain-background: var(--van-white);
    --van-button-disabled-opacity: var(--van-disabled-opacity);
    --van-button-icon-size: 1.2em;
    --van-button-loading-icon-size: 20px;
}

:root,
:host {
    --van-action-bar-background: var(--van-background-2);
    --van-action-bar-height: 50px;
}

:root,
:host {
    --van-toast-max-width: 70%;
    --van-toast-font-size: var(--van-font-size-md);
    --van-toast-text-color: var(--van-white);
    --van-toast-loading-icon-color: var(--van-white);
    --van-toast-line-height: var(--van-line-height-md);
    --van-toast-radius: var(--van-radius-lg);
    --van-toast-background: rgba(0, 0, 0, .7);
    --van-toast-icon-size: 36px;
    --van-toast-text-min-width: 96px;
    --van-toast-text-padding: var(--van-padding-xs) var(--van-padding-sm);
    --van-toast-default-padding: var(--van-padding-md);
    --van-toast-default-width: 88px;
    --van-toast-default-min-height: 88px;
    --van-toast-position-top-distance: 20%;
    --van-toast-position-bottom-distance: 20%;
}

:root,
:host {
    --van-loading-text-color: var(--van-text-color-2);
    --van-loading-text-font-size: var(--van-font-size-md);
    --van-loading-spinner-color: var(--van-gray-5);
    --van-loading-spinner-size: 30px;
    --van-loading-spinner-duration: .8s;
}

:root,
:host {
    --van-floating-bubble-size: 48px;
    --van-floating-bubble-initial-gap: 24px;
    --van-floating-bubble-icon-size: 28px;
    --van-floating-bubble-background: var(--van-primary-color);
    --van-floating-bubble-color: var(--van-background-2);
    --van-floating-bubble-z-index: 999;
    --van-floating-bubble-border-radius: var(--van-radius-max);
}

:root,
:host {
    --van-popup-background: var(--van-background-2);
    --van-popup-transition: transform var(--van-duration-base);
    --van-popup-round-radius: 16px;
    --van-popup-close-icon-size: 22px;
    --van-popup-close-icon-color: var(--van-gray-5);
    --van-popup-close-icon-margin: 16px;
    --van-popup-close-icon-z-index: 1;
}

:root,
:host {
    --van-overlay-z-index: 1;
    --van-overlay-background: rgba(0, 0, 0, .7);
}

:root,
:host {
    --van-badge-size: 16px;
    --van-badge-color: var(--van-white);
    --van-badge-padding: 0 3px;
    --van-badge-font-size: var(--van-font-size-sm);
    --van-badge-font-weight: var(--van-font-bold);
    --van-badge-border-width: var(--van-border-width);
    --van-badge-background: var(--van-danger-color);
    --van-badge-dot-color: var(--van-danger-color);
    --van-badge-dot-size: 8px;
    --van-badge-font: -apple-system-font, helvetica neue, arial, sans-serif;
}

:root,
:host {
    --van-black: #000;
    --van-white: #fff;
    --van-gray-1: #f7f8fa;
    --van-gray-2: #f2f3f5;
    --van-gray-3: #ebedf0;
    --van-gray-4: #dcdee0;
    --van-gray-5: #c8c9cc;
    --van-gray-6: #969799;
    --van-gray-7: #646566;
    --van-gray-8: #323233;
    --van-red: #ee0a24;
    --van-blue: #1989fa;
    --van-orange: #ff976a;
    --van-orange-dark: #ed6a0c;
    --van-orange-light: #fffbe8;
    --van-green: #07c160;
    --van-gradient-red: linear-gradient(to right, #ff6034, #ee0a24);
    --van-gradient-orange: linear-gradient(to right, #ffd01e, #ff8917);
    --van-primary-color: var(--van-blue);
    --van-success-color: var(--van-green);
    --van-danger-color: var(--van-red);
    --van-warning-color: var(--van-orange);
    --van-text-color: var(--van-gray-8);
    --van-text-color-2: var(--van-gray-6);
    --van-text-color-3: var(--van-gray-5);
    --van-active-color: var(--van-gray-2);
    --van-active-opacity: .6;
    --van-disabled-opacity: .5;
    --van-background: var(--van-gray-1);
    --van-background-2: var(--van-white);
    --van-background-3: var(--van-white);
    --van-padding-base: 4px;
    --van-padding-xs: 8px;
    --van-padding-sm: 12px;
    --van-padding-md: 16px;
    --van-padding-lg: 24px;
    --van-padding-xl: 32px;
    --van-font-bold: 600;
    --van-font-size-xs: 10px;
    --van-font-size-sm: 12px;
    --van-font-size-md: 14px;
    --van-font-size-lg: 16px;
    --van-line-height-xs: 14px;
    --van-line-height-sm: 18px;
    --van-line-height-md: 20px;
    --van-line-height-lg: 22px;
    --van-base-font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    --van-price-font: avenir-heavy, "PingFang SC", helvetica neue, arial, sans-serif;
    --van-duration-base: .3s;
    --van-duration-fast: .2s;
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
}

html {
    -webkit-tap-highlight-color: transparent;
}

*,
:before,
:after {
    --un-rotate: 0;
    --un-rotate-x: 0;
    --un-rotate-y: 0;
    --un-rotate-z: 0;
    --un-scale-x: 1;
    --un-scale-y: 1;
    --un-scale-z: 1;
    --un-skew-x: 0;
    --un-skew-y: 0;
    --un-translate-x: 0;
    --un-translate-y: 0;
    --un-translate-z: 0;
    --un-pan-x: ;
    --un-pan-y: ;
    --un-pinch-zoom: ;
    --un-scroll-snap-strictness: proximity;
    --un-ordinal: ;
    --un-slashed-zero: ;
    --un-numeric-figure: ;
    --un-numeric-spacing: ;
    --un-numeric-fraction: ;
    --un-border-spacing-x: 0;
    --un-border-spacing-y: 0;
    --un-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
    --un-ring-shadow: 0 0 rgba(0, 0, 0, 0);
    --un-shadow-inset: ;
    --un-shadow: 0 0 rgba(0, 0, 0, 0);
    --un-ring-inset: ;
    --un-ring-offset-width: 0px;
    --un-ring-offset-color: #fff;
    --un-ring-width: 0px;
    --un-ring-color: rgba(147, 197, 253, .5);
    --un-blur: ;
    --un-brightness: ;
    --un-contrast: ;
    --un-drop-shadow: ;
    --un-grayscale: ;
    --un-hue-rotate: ;
    --un-invert: ;
    --un-saturate: ;
    --un-sepia: ;
    --un-backdrop-blur: ;
    --un-backdrop-brightness: ;
    --un-backdrop-contrast: ;
    --un-backdrop-grayscale: ;
    --un-backdrop-hue-rotate: ;
    --un-backdrop-invert: ;
    --un-backdrop-opacity: ;
    --un-backdrop-saturate: ;
    --un-backdrop-sepia: ;
}

*,
:before,
:after {
    --un-rotate: 0;
    --un-rotate-x: 0;
    --un-rotate-y: 0;
    --un-rotate-z: 0;
    --un-scale-x: 1;
    --un-scale-y: 1;
    --un-scale-z: 1;
    --un-skew-x: 0;
    --un-skew-y: 0;
    --un-translate-x: 0;
    --un-translate-y: 0;
    --un-translate-z: 0;
    --un-pan-x: ;
    --un-pan-y: ;
    --un-pinch-zoom: ;
    --un-scroll-snap-strictness: proximity;
    --un-ordinal: ;
    --un-slashed-zero: ;
    --un-numeric-figure: ;
    --un-numeric-spacing: ;
    --un-numeric-fraction: ;
    --un-border-spacing-x: 0;
    --un-border-spacing-y: 0;
    --un-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
    --un-ring-shadow: 0 0 rgba(0, 0, 0, 0);
    --un-shadow-inset: ;
    --un-shadow: 0 0 rgba(0, 0, 0, 0);
    --un-ring-inset: ;
    --un-ring-offset-width: 0px;
    --un-ring-offset-color: #fff;
    --un-ring-width: 0px;
    --un-ring-color: rgba(147, 197, 253, .5);
    --un-blur: ;
    --un-brightness: ;
    --un-contrast: ;
    --un-drop-shadow: ;
    --un-grayscale: ;
    --un-hue-rotate: ;
    --un-invert: ;
    --un-saturate: ;
    --un-sepia: ;
    --un-backdrop-blur: ;
    --un-backdrop-brightness: ;
    --un-backdrop-contrast: ;
    --un-backdrop-grayscale: ;
    --un-backdrop-hue-rotate: ;
    --un-backdrop-invert: ;
    --un-backdrop-opacity: ;
    --un-backdrop-saturate: ;
    --un-backdrop-sepia: ;
}

*,
:before,
:after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

*,
:before,
:after {
    --un-rotate: 0;
    --un-rotate-x: 0;
    --un-rotate-y: 0;
    --un-rotate-z: 0;
    --un-scale-x: 1;
    --un-scale-y: 1;
    --un-scale-z: 1;
    --un-skew-x: 0;
    --un-skew-y: 0;
    --un-translate-x: 0;
    --un-translate-y: 0;
    --un-translate-z: 0;
    --un-pan-x: ;
    --un-pan-y: ;
    --un-pinch-zoom: ;
    --un-scroll-snap-strictness: proximity;
    --un-ordinal: ;
    --un-slashed-zero: ;
    --un-numeric-figure: ;
    --un-numeric-spacing: ;
    --un-numeric-fraction: ;
    --un-border-spacing-x: 0;
    --un-border-spacing-y: 0;
    --un-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
    --un-ring-shadow: 0 0 rgba(0, 0, 0, 0);
    --un-shadow-inset: ;
    --un-shadow: 0 0 rgba(0, 0, 0, 0);
    --un-ring-inset: ;
    --un-ring-offset-width: 0px;
    --un-ring-offset-color: #fff;
    --un-ring-width: 0px;
    --un-ring-color: rgba(147, 197, 253, .5);
    --un-blur: ;
    --un-brightness: ;
    --un-contrast: ;
    --un-drop-shadow: ;
    --un-grayscale: ;
    --un-hue-rotate: ;
    --un-invert: ;
    --un-saturate: ;
    --un-sepia: ;
    --un-backdrop-blur: ;
    --un-backdrop-brightness: ;
    --un-backdrop-contrast: ;
    --un-backdrop-grayscale: ;
    --un-backdrop-hue-rotate: ;
    --un-backdrop-invert: ;
    --un-backdrop-opacity: ;
    --un-backdrop-saturate: ;
    --un-backdrop-sepia: ;
}

*,
:before,
:after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

::backdrop {
    --un-rotate: 0;
    --un-rotate-x: 0;
    --un-rotate-y: 0;
    --un-rotate-z: 0;
    --un-scale-x: 1;
    --un-scale-y: 1;
    --un-scale-z: 1;
    --un-skew-x: 0;
    --un-skew-y: 0;
    --un-translate-x: 0;
    --un-translate-y: 0;
    --un-translate-z: 0;
    --un-pan-x: ;
    --un-pan-y: ;
    --un-pinch-zoom: ;
    --un-scroll-snap-strictness: proximity;
    --un-ordinal: ;
    --un-slashed-zero: ;
    --un-numeric-figure: ;
    --un-numeric-spacing: ;
    --un-numeric-fraction: ;
    --un-border-spacing-x: 0;
    --un-border-spacing-y: 0;
    --un-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
    --un-ring-shadow: 0 0 rgba(0, 0, 0, 0);
    --un-shadow-inset: ;
    --un-shadow: 0 0 rgba(0, 0, 0, 0);
    --un-ring-inset: ;
    --un-ring-offset-width: 0px;
    --un-ring-offset-color: #fff;
    --un-ring-width: 0px;
    --un-ring-color: rgba(147, 197, 253, .5);
    --un-blur: ;
    --un-brightness: ;
    --un-contrast: ;
    --un-drop-shadow: ;
    --un-grayscale: ;
    --un-hue-rotate: ;
    --un-invert: ;
    --un-saturate: ;
    --un-sepia: ;
    --un-backdrop-blur: ;
    --un-backdrop-brightness: ;
    --un-backdrop-contrast: ;
    --un-backdrop-grayscale: ;
    --un-backdrop-hue-rotate: ;
    --un-backdrop-invert: ;
    --un-backdrop-opacity: ;
    --un-backdrop-saturate: ;
    --un-backdrop-sepia: ;
}

.base-alarm-logo-btn {
    position: relative
}

.base-alarm-logo-btn.rotate {
    animation: zy 1.5s linear infinite
}

html,
body {
    background: var(--bg);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

#app {
    position: relative;
    margin: 0 auto;
    max-width: 720px;
    color: var(--btn-text);
    background: var(--bg);
    font-size: 14px;
    font-family: Helvetica Neue, Helvetica, sans-serif;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
}

.a-t-21 .base-logo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.a-t-21 .font-Lexend {
    font-family: Lexend, Helvetica Neue, Helvetica, sans-serif;
}

input,
textarea {
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, Arial, sans-serif;
    font-size: 16px !important;
}

.c-\$primary,
.text-\$primary {
    color: var(--primary);
}

.text-24px {
    font-size: 24px;
}

.mt-\$mg {
    margin-top: var(--mg);
}

.items-center,
[items-center=""] {
    align-items: center;
}

.flex,
[flex=""] {
    display: flex;
}

.w-100px {
    width: 100px;
}

.h-100px {
    height: 100px;
}

.relative,
[relative=""] {
    position: relative;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

.a-t-21 {
    --radius: 12px;
    --btn-radius: 50px;
    --card-radius: 10px;
    --padding: 26px;
    --mg: 16px;
    --btn-bg3: #fcecb9;
    --btn-bg4: #efc26f;
    --card-bg: #f4f3ea;
    --shadow: 0 4px 12px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    color: var(--btn-text);
}

.login2 .small-logo {
    margin-right: 5px;
    width: 50px;
    height: 50px
}

.login2 .small-logo .site-img {
    width: 100%;
    height: 100%
}

#navBarItem21 .no-login-part .base-help-btn {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-card);
    border-radius: 5px;
}

#navBarItem21 {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}



.h-full,
[h-full=""] {
    height: 100%;
}

input,
textarea,
button {
    outline: none;
    border: none;
}

body,
html,
a,
img,
div,
form,
select,
input,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
dd,
dl,
dt,
p,
label,
em,
span,
cude,
i {
    margin: 0;
    padding: 0;
}

.a-t-21 .container-login {
    padding: var(--mg);
    min-height: calc(var(--vh) * 100);
    position: relative;
}

#navBarItem21 .base-lang-wrap {
    background: var(--bg-card);
    border-radius: 5px;
    margin-right: 0;
    padding: 4px 8px 4px 6px;
}

.a-t-21 .base-lang-wrap {
    background: var(--bg-card);
    border-radius: 5px;
    margin-right: 0;
    padding: 4px 8px 4px 6px;
}


.base-lang-wrap {
    display: inline-flex;
    align-items: center;
    padding: 0 10px 0 6px;
    font-size: 12px;
    height: 28px;
    cursor: pointer;
}

.a-t-21 *:not(.van-icon) {
    font-family: SpaceGrotesk, Helvetica Neue, Helvetica, sans-serif;
}

.justify-between,
[justify-between=""] {
    justify-content: space-between;
}

.items-center,
[items-center=""] {
    align-items: center;
}


.w-100\%,
.w-full,
[w-full=""] {
    width: 100%;
}

.rd-50\% {
    border-radius: 50%;
}



.h-full,
[h-full=""] {
    height: 100%;
}

img {
    border: none;
    vertical-align: top;
}


.items-center,
[items-center=""] {
    align-items: center;
}

.flex-col {
    flex-direction: column;
}

.flex,
[flex=""] {
    display: flex;
}

.a-t-21 .container-login .login-content {
    position: relative;
    z-index: 1;
}

.a-t-21 .container-login .container-form {
    position: relative;
    z-index: 1;
    padding: 24px 35px;
    background: var(--bg);
    background: transparent;
}


.container-form {
    background: var(--bg-card);
}

.rd-\$radius {
    border-radius: var(--radius);
}

.a-t-21 .base-user-tab {
    position: relative;
    width: 100%;
    background: transparent;
    margin-bottom: 34px;
}


.base-user-tab {
    background: var(--bg-input);
}

.a-t-21 .base-user-tab .tab-item.active {
    position: relative;
    background: transparent;
    color: var(--btn-text);
    font-weight: 700;
    font-size: 16px;
}

.base-user-tab .tab-item.active {
    background: var(--bg-weight);
}

.a-t-21 .base-user-tab .tab-item {
    width: 50%;
    color: var(--text-gray);
    align-items: flex-start;
}

.a-t-21 .base-user-tab .tab-item.active div {
    position: relative;
    z-index: 1;
}

.a-t-21 .base-user-tab .tab-item div {
    line-height: 21px;
    display: flex;
    padding: 10px 0;
    align-items: center;
}

.a-t-21 .base-user-tab .tab-item.active.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    animation: showWidth .1s ease-in-out;
    border-bottom: 2px solid var(--btn-text);
}

.text-center {
    text-align: center;
}

.justify-center,
[justify-center=""] {
    justify-content: center;
}

.items-center,
[items-center=""] {
    align-items: center;
}

.a-t-21 .container-login form {
    animation: slide-in-right .3s cubic-bezier(.25, .46, .45, .94) both;
}

.a-t-21 .base-input {
    line-height: 22px;
    margin-top: 24px;
}

.base-input {
    font-size: 16px;
    line-height: 22px;
}

.mt-0\! {
    margin-top: 0 !important;
}

.a-t-21 .base-input .label {
    font-size: 14px;
    margin-bottom: 10px;
    color: var(--text-gray);
}

.a-t-21 .base-input .input-box {
    padding: 0 var(--mg);
    box-sizing: border-box;
    height: 48px;
    background: transparent;
    border-radius: var(--card-radius);
    position: relative;
    display: flex;
    align-items: center;
}

.a-t-21 .container-login .base-input .input-box:before {
    content: "";
    background: var(--primary);
    opacity: .4;
}

.a-t-21 .base-input .input-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: var(--text-gray);
    width: 100%;
    height: 100%;
    border-radius: var(--card-radius);
    opacity: .1;
    pointer-events: none;
}

.base-input .input-box .input-left-slot {
    display: flex;
    cursor: pointer;
    align-items: center;
}

.a-t-21 .base-input .input-left-slot {
    margin-right: 10px;
    position: relative;
    z-index: 1;
}

.w-24px {
    width: 24px;
}

.text-22px,
[text-22px=""] {
    font-size: 22px;
}

.base-input .input-box input,
.base-input .input-box textarea {
    width: 100%;
    height: 100%;
    background: transparent;
    font-size: 14px;
}

.a-t-21 .base-input input {
    position: relative;
    z-index: 1;
}

.mr-2px {
    margin-right: 2px;
}

.base-input.is-password input {
    padding-right: 35px;
}



input,
textarea {
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, Arial, sans-serif;
    font-size: 16px !important;
}

.base-input .input-box .input-pwd-eye-slot {
    position: absolute;
    bottom: 0;
    right: -15px;
    top: 0;
    display: flex;
    align-items: center;
    padding: 0 8px;
    cursor: pointer;
}

.a-t-21 .base-input .input-right-slot,
.a-t-21 .base-input .input-pwd-eye-slot {
    position: relative;
    z-index: 2;
}

.cursor-pointer,
[cursor-pointer=""] {
    cursor: pointer;
}

.base-input .input-box .input-right-slot {
    position: absolute;
    bottom: 1px;
    right: 12px;
    top: 1px;
    padding-left: 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.a-t-21 .base-input .input-right-slot,
.a-t-21 .base-input .input-pwd-eye-slot {
    position: relative;
    z-index: 2;
}

.justify-end {
    justify-content: flex-end;
}

.items-center,
[items-center=""] {
    align-items: center;
}

.flex,
[flex=""] {
    display: flex;
}

.mt-16px {
    margin-top: 16px;
}

.a-t-21 .container-login .login-content .login-tools,
.a-t-21 .container-login .login-content .login-tools .base-main-btn {
    margin-top: 30px;
}

.a-t-21 .container-login .login-content .login-tools,
.a-t-21 .container-login .login-content .login-tools .base-main-btn {
    margin-top: 30px;
}

.a-t-21 .base-main-btn {
    position: relative;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    height: 52px;
    border-radius: var(--btn-radius);
    box-shadow: var(--btn-shadow);
    color: var(--btn-text2);
}

.base-main-btn {
    background: var(--primary);
}

.a-t-21 .base-main-btn-content {
    border-radius: var(--btn-radius);
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    text-align: center;
}

.a-t-21 .container-login .login-content .login-tools .register-btn {
    width: 100%;
    background: var(--bg);
    border-radius: var(--btn-radius);
    border: 1px solid var(--btn-text);
    color: var(--btn-text);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    margin: 20px auto 0;
    font-size: 16px;
}