:root{--adm-radius-s:4px;--adm-radius-m:8px;--adm-radius-l:12px;--adm-font-size-1:9px;--adm-font-size-2:10px;--adm-font-size-3:11px;--adm-font-size-4:12px;--adm-font-size-5:13px;--adm-font-size-6:14px;--adm-font-size-7:15px;--adm-font-size-8:16px;--adm-font-size-9:17px;--adm-font-size-10:18px;--adm-color-primary:#1677ff;--adm-color-success:#00b578;--adm-color-warning:#ff8f1f;--adm-color-danger:#ff3141;--adm-color-yellow:#ff9f18;--adm-color-orange:#ff6430;--adm-color-wathet:#e7f1ff;--adm-color-text:#333333;--adm-color-text-secondary:#666666;--adm-color-weak:#999999;--adm-color-light:#cccccc;--adm-color-border:#eeeeee;--adm-color-background:#ffffff;--adm-color-highlight:var(--adm-color-danger);--adm-color-white:#ffffff;--adm-color-box:#f5f5f5;--adm-color-text-light-solid:var(--adm-color-white);--adm-color-text-dark-solid:#000000;--adm-color-fill-content:var(--adm-color-box);--adm-font-size-main:var(--adm-font-size-5);--adm-font-family:-apple-system,blinkmacsystemfont,"Helvetica Neue",helvetica,segoe ui,arial,roboto,"PingFang SC","miui","Hiragino Sans GB","Microsoft Yahei",sans-serif;--adm-border-color:var(--adm-color-border)}html[data-prefers-color-scheme=dark]{--adm-color-primary:#3086ff;--adm-color-success:#34b368;--adm-color-warning:#ffa930;--adm-color-danger:#ff4a58;--adm-color-yellow:#ffa930;--adm-color-orange:#e65a2b;--adm-color-wathet:#0d2543;--adm-color-text:#e6e6e6;--adm-color-text-secondary:#b3b3b3;--adm-color-weak:#808080;--adm-color-light:#4d4d4d;--adm-color-border:#2b2b2b;--adm-color-box:#0a0a0a;--adm-color-background:#1a1a1a;--adm-color-background-body:var(--adm-color-background);--adm-border-color:var(--adm-color-border)}:root{-webkit-tap-highlight-color:rgba(0,0,0,0)}html{background-color:var(--adm-color-background-body)}body{color:var(--adm-color-text);font-size:var(--adm-font-size-main);font-family:var(--adm-font-family)}a,button{cursor:pointer}a{color:var(--adm-color-primary);transition:opacity .2s ease-in-out}a:active{opacity:.8}.adm-plain-anchor{color:unset;transition:none}.adm-plain-anchor:active{opacity:unset}body.adm-overflow-hidden{overflow:hidden!important}div.adm-px-tester{--size:1;height:calc(var(--size) / 2 * 2px);width:0;position:fixed;left:-100vw;top:-100vh;pointer-events:none}.adm-button,div.adm-px-tester{-webkit-user-select:none;-moz-user-select:none;user-select:none}.adm-button{--color:var(--adm-color-text-light-solid);--text-color:var(--adm-button-text-color,var(--adm-color-text));--background-color:var(--adm-button-background-color,var(--adm-color-background));--border-radius:var(--adm-button-border-radius,4px);--border-width:var(--adm-button-border-width,1px);--border-style:var(--adm-button-border-style,solid);--border-color:var(--adm-button-border-color,var(--adm-color-border));color:var(--text-color);background-color:var(--background-color);position:relative;display:inline-block;box-sizing:border-box;height:auto;padding:7px 12px;margin:0;font-size:var(--adm-font-size-9);line-height:1.4;text-align:center;border:var(--border-width) var(--border-style) var(--border-color);border-radius:var(--border-radius);cursor:pointer;transition:opacity .15s ease}.adm-button:focus{outline:none}.adm-button:before{position:absolute;top:0;left:0;transform:translate(calc(var(--border-width) * -1),calc(var(--border-width) * -1));width:100%;height:100%;background-color:var(--adm-color-text-dark-solid);border:var(--border-width) var(--border-style) var(--adm-color-text-dark-solid);border-radius:var(--border-radius);opacity:0;content:" ";box-sizing:content-box}.adm-button:active:before{opacity:.08}.adm-button-default.adm-button-fill-outline{--background-color:transparent;--border-color:var(--adm-color-text)}.adm-button-default.adm-button-fill-none{--background-color:transparent;--border-width:0px}.adm-button:not(.adm-button-default){--text-color:var(--adm-color-text-light-solid);--background-color:var(--color);--border-color:var(--color)}.adm-button:not(.adm-button-default).adm-button-fill-outline{--text-color:var(--color);--background-color:transparent}.adm-button:not(.adm-button-default).adm-button-fill-none{--text-color:var(--color);--background-color:transparent;--border-width:0px}.adm-button-primary{--color:var(--adm-color-primary)}.adm-button-success{--color:var(--adm-color-success)}.adm-button-danger{--color:var(--adm-color-danger)}.adm-button-warning{--color:var(--adm-color-warning)}.adm-button-block{display:block;width:100%}.adm-button-disabled{cursor:not-allowed;opacity:.4}.adm-button-disabled:active:before{display:none}.adm-button.adm-button-mini{padding-top:3px;padding-bottom:3px;font-size:var(--adm-font-size-main)}.adm-button.adm-button-mini.adm-button-shape-rounded{padding-left:9px;padding-right:9px}.adm-button.adm-button-small{padding-top:3px;padding-bottom:3px;font-size:var(--adm-font-size-7)}.adm-button.adm-button-large{padding-top:11px;padding-bottom:11px;font-size:var(--adm-font-size-10)}.adm-button.adm-button-shape-rounded{--border-radius:1000px}.adm-button.adm-button-shape-rectangular{--border-radius:0}.adm-button-loading{vertical-align:bottom}.adm-button-loading-wrapper{display:flex;height:1.4em;align-items:center;justify-content:center}.adm-button-loading-wrapper>.adm-loading{opacity:.6}.adm-dot-loading{display:inline-block}.adm-card{background:var(--adm-color-background);border-radius:var(--adm-card-border-radius,8px);padding:0 var(--adm-card-padding-inline,12px)}.adm-card-header{position:relative;display:flex;justify-content:space-between;align-items:center;gap:var(--adm-card-header-gap,8px);box-sizing:border-box;padding:var(--adm-card-header-padding-block,12px) 0}.adm-card-header:not(:last-child){border-bottom:solid var(--adm-card-header-border-width,.5px) var(--adm-card-header-border-color,var(--adm-color-border))}.adm-card-header-title{font-size:var(--adm-font-size-7);line-height:1.4;font-weight:700}.adm-card-body{padding:var(--adm-card-body-padding-block,12px) 0}.adm-checkbox{--icon-size:22px;--font-size:var(--adm-font-size-9);--gap:8px;display:inline-flex;vertical-align:text-bottom;justify-content:flex-start;align-items:center;cursor:pointer}.adm-checkbox input{display:none}.adm-checkbox .adm-checkbox-icon{flex:none;border:1px solid var(--adm-color-light);border-radius:var(--icon-size);box-sizing:border-box;width:var(--icon-size);height:var(--icon-size);color:var(--adm-color-text-light-solid)}.adm-checkbox .adm-checkbox-icon>svg{display:block;width:100%;height:100%}.adm-checkbox.adm-checkbox-block{display:flex}.adm-checkbox.adm-checkbox-checked .adm-checkbox-icon{border-color:var(--adm-color-primary);background-color:var(--adm-color-primary)}.adm-checkbox.adm-checkbox-disabled{cursor:not-allowed}.adm-checkbox.adm-checkbox-disabled .adm-checkbox-content{opacity:.4}.adm-checkbox.adm-checkbox-disabled .adm-checkbox-icon.adm-checkbox-icon{color:var(--adm-color-light);border-color:var(--adm-color-light);background-color:var(--adm-color-fill-content)}.adm-checkbox .adm-checkbox-custom-icon{font-size:var(--icon-size)}.adm-checkbox.adm-checkbox-indeterminate .adm-checkbox-icon{background-color:var(--adm-color-background);color:var(--adm-color-primary)}.adm-checkbox-content{flex:0 1 auto;font-size:var(--font-size);padding-left:var(--gap)}.adm-dialog{--z-index:var(--adm-dialog-z-index,1000);---z-index:var(--z-index)}.adm-dialog .adm-center-popup{--z-index:var(---z-index)}.adm-dialog-body{width:100%;max-height:70vh;font-size:var(--adm-font-size-6);overflow:hidden;display:flex;flex-direction:column}.adm-dialog-body>*{flex:none}.adm-dialog-body>.adm-dialog-content{flex:auto}.adm-dialog-body:not(.adm-dialog-with-image){padding-top:20px}.adm-dialog-image-container{margin-bottom:12px;max-height:40vh}.adm-dialog-header,.adm-dialog-title{margin-bottom:8px;padding:0 12px}.adm-dialog-title{font-weight:700;font-size:var(--adm-font-size-10);line-height:25px;text-align:center}.adm-dialog-content{padding:0 12px 20px;max-height:70vh;overflow-x:hidden;overflow-y:auto;font-size:var(--adm-font-size-7);line-height:1.4;color:var(--adm-color-text)}.adm-dialog-content-empty{padding:0;height:12px}.adm-dialog-footer{-webkit-user-select:none;-moz-user-select:none;user-select:none}.adm-dialog-footer .adm-dialog-action-row{display:flex;align-items:stretch;border-top:.5px solid var(--adm-color-border)}.adm-dialog-footer .adm-dialog-action-row>*{flex:1}.adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button{padding:10px;font-size:var(--adm-font-size-10);line-height:25px;border-radius:0;border-right:.5px solid var(--adm-color-border)}.adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button-bold{font-weight:700}.adm-dialog-footer .adm-dialog-action-row>.adm-dialog-button:last-child{border-right:none}.adm-dialog-image-container{overflow-y:auto}.adm-auto-center{display:flex;justify-content:center}.adm-auto-center-content{flex:0 1 auto}.adm-center-popup{--background-color:var(--adm-center-popup-background-color,var(--adm-color-background));--border-radius:var(--adm-center-popup-border-radius,8px);--max-width:var(--adm-center-popup-max-width,75vw);--min-width:var(--adm-center-popup-min-width,280px);--z-index:var(--adm-center-popup-z-index,1000);position:fixed;z-index:var(--z-index)}.adm-center-popup .adm-center-popup-mask{z-index:0}.adm-center-popup-wrap{position:fixed;z-index:1;top:50%;left:50%;width:auto;min-width:var(--min-width);max-width:var(--max-width);transform:translate(-50%,-50%)}.adm-center-popup-body{background-color:var(--background-color);border-radius:var(--border-radius)}.adm-center-popup-close{position:absolute;z-index:100;right:8px;top:8px;cursor:pointer;padding:4px;font-size:18px;color:var(--adm-color-weak)}.adm-mask{--z-index:var(--adm-mask-z-index,1000);position:fixed;z-index:var(--z-index);display:block}.adm-mask,.adm-mask-aria-button{top:0;left:0;width:100%;height:100%}.adm-mask-aria-button{position:absolute;z-index:0;pointer-events:none}.adm-mask-content{z-index:1}.adm-image{--width:var(--adm-image-width,auto);--height:var(--adm-image-height,auto);width:var(--width);height:var(--height);display:block;overflow:hidden}.adm-image-img{width:100%;height:100%}.adm-image-tip{position:relative;background-color:var(--adm-color-fill-content);height:100%;min-height:24px;min-width:24px}.adm-image-tip>svg{width:24px;height:24px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:var(--adm-color-weak)}.adm-form{--border-inner:solid 1px var(--adm-border-color);--border-top:solid 1px var(--adm-border-color);--border-bottom:solid 1px var(--adm-border-color);--prefix-width:6.8em;---border-inner:var(--border-inner);---border-top:var(--border-top);---border-bottom:var(--border-bottom);---prefix-width:var(--prefix-width)}.adm-form .adm-list.adm-list{--padding-left:16px;--padding-right:12px;--border-inner:var(---border-inner);--border-top:var(---border-top);--border-bottom:var(---border-bottom)}.adm-form .adm-form-footer{padding:20px 12px}.adm-form .adm-form-item-horizontal.adm-list-item{--prefix-width:var(---prefix-width)}.adm-form-list-operation{text-align:center;color:var(--adm-color-primary)}.adm-form-item+.adm-form-item{border-top:none}.adm-form-item-label{display:block;height:100%;line-height:1.5;box-sizing:border-box;position:relative;color:var(--adm-color-text-secondary)}.adm-form-item-label .adm-form-item-required-asterisk{position:absolute;left:-.6em;top:0;font-family:SimSun,sans-serif;color:var(--adm-color-danger);-webkit-user-select:none;-moz-user-select:none;user-select:none}.adm-form-item-label .adm-form-item-required-text{margin-left:4px;color:var(--adm-color-weak)}.adm-form-item-label-help{margin-left:4px;cursor:pointer}.adm-form-item-child{display:flex}.adm-form-item-child-position-normal{justify-content:normal}.adm-form-item-child-position-normal>*{flex:auto}.adm-form-item-child-position-right{justify-content:flex-end}.adm-form-item-child-position-right>*{flex:none}.adm-form-item-feedback-error{color:var(--adm-color-danger);margin-top:4px}.adm-form-item-feedback-warning{color:var(--adm-color-warning);margin-top:4px}.adm-form-item.adm-form-item-hidden{display:none}.adm-form-item.adm-form-item-horizontal.adm-list-item{--align-items:stretch}.adm-form-item.adm-form-item-horizontal .adm-list-item-content-prefix{padding-top:12px;padding-bottom:12px}.adm-form-item.adm-form-item-horizontal .adm-list-item-content-extra{align-self:center}.adm-form-item.adm-form-item-vertical .adm-form-item-label{font-size:var(--adm-font-size-7);margin-bottom:4px}.adm-list{--header-font-size:var(--adm-font-size-7);--prefix-width:"auto";--prefix-padding-right:12px;--align-items:center;--active-background-color:var(--adm-color-border);--border-inner:solid 1px var(--adm-color-border);--border-top:solid 1px var(--adm-color-border);--border-bottom:solid 1px var(--adm-color-border);--padding-left:12px;--padding-right:12px;--font-size:var(--adm-font-size-9);--extra-max-width:70%}.adm-list-header{color:var(--adm-color-weak);font-size:var(--header-font-size);padding:8px var(--padding-right) 8px var(--padding-left)}.adm-list-body{background-color:var(--adm-color-background);overflow:hidden;font-size:var(--font-size)}.adm-list-body-inner{margin-top:-1px}.adm-list-default .adm-list-body{border-top:var(--border-top);border-bottom:var(--border-bottom)}.adm-list-card{margin:12px}.adm-list-card .adm-list-body{border-radius:8px}.adm-list-card .adm-list-header{padding-left:0}.adm-list-item{display:block;padding-left:var(--padding-left);position:relative;background-color:var(--adm-color-background);line-height:1.5}.adm-list-item-description,.adm-list-item-title{color:var(--adm-color-weak);font-size:var(--adm-font-size-main)}.adm-list-item-content{display:flex;align-items:var(--align-items);justify-content:flex-start;border-top:var(--border-inner);padding-right:var(--padding-right)}.adm-list-item-content-prefix{width:var(--prefix-width);flex:none;padding-right:var(--prefix-padding-right)}.adm-list-item-content-main{flex:auto;padding:12px 0}.adm-list-item-content-extra{flex:none;padding-left:12px;font-size:var(--adm-font-size-7);color:var(--adm-color-weak);max-width:var(--extra-max-width)}.adm-list-item-content-arrow{flex:none;display:flex;align-items:center;margin-left:4px;color:var(--adm-color-light);font-size:19px}.adm-list-item-disabled{cursor:not-allowed}.adm-list-item-disabled.adm-list-item-disabled>.adm-list-item-content>*{opacity:.4;pointer-events:none}a.adm-list-item:active:not(.adm-list-item-disabled){background-color:var(--active-background-color)}a.adm-list-item:active:not(.adm-list-item-disabled):after{content:" ";display:block;position:absolute;width:100%;bottom:-1px;left:0;border-bottom:var(--border-inner)}.adm-popover{--z-index:var(--adm-popover-z-index,1030);--background:#ffffff;--arrow-size:8px;--content-padding:8px 12px;color:var(--adm-color-text);position:absolute;top:0;left:0;z-index:var(--z-index);white-space:normal;text-align:left;cursor:auto;-webkit-user-select:text;-moz-user-select:text;user-select:text;animation:none}.adm-popover.adm-popover-dark{--background:rgba(0,0,0,0.75);--adm-color-text:#ffffff;color:#ffffff}.adm-popover.adm-popover-dark .adm-popover-inner{box-shadow:none}.adm-popover:after{position:absolute;background:rgba(255,255,255,.01);content:""}.adm-popover-hidden{display:none}.adm-popover-inner{background-color:var(--background);background-clip:padding-box;border-radius:8px;box-shadow:0 0 30px 0 rgba(51,51,51,.2);font-size:var(--adm-font-size-7);width:-moz-max-content;width:max-content;min-width:32px;max-width:calc(100vw - 24px);overflow-y:hidden}.adm-popover-inner-content{padding:var(--content-padding)}.adm-popover-arrow{width:var(--arrow-size);overflow:visible;background:transparent}.adm-popover-arrow,.adm-popover-arrow-icon{position:absolute;display:block;height:var(--arrow-size)}.adm-popover-arrow-icon{width:calc(var(--arrow-size) / 8 * 15);top:50%;left:50%;transform:translate(-50%,-50%) rotate(var(--arrow-icon-rotate))}.adm-popover .adm-popover-arrow{color:var(--background)}.adm-popover-menu{--border-color:var(--adm-color-border)}.adm-popover-menu.adm-popover{--content-padding:0}.adm-popover-menu-list{overflow:hidden;min-width:120px}.adm-popover-menu-list-inner{margin-top:-1px}.adm-popover-menu-list-scroll{padding-right:2px;overflow-y:scroll;-webkit-overflow-scrolling:auto}.adm-popover-menu-list-scroll::-webkit-scrollbar{-webkit-appearance:none;width:4px}.adm-popover-menu-list-scroll::-webkit-scrollbar-thumb{border-radius:4px;background-color:#ddd}.adm-popover-menu-item{display:flex;padding-left:20px;justify-content:flex-start;align-items:center;position:relative}.adm-popover-menu-item-icon{flex:none;padding-right:8px;font-size:20px}.adm-popover-menu-item-text{flex:auto;padding:14px 20px 14px 0;border-top:1px solid var(--border-color)}.adm-popover-menu-item-disabled{cursor:not-allowed}.adm-popover-menu-item-disabled>*{opacity:.4}.adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled){background-color:var(--border-color)}.adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled):after{content:" ";display:block;position:absolute;width:100%;bottom:-1px;left:0;border-bottom:1px solid var(--border-color)}.adm-popover.adm-popover-dark.adm-popover-menu{--border-color:var(--adm-color-text);--background:rgba(0,0,0,0.9)}.adm-input{--font-size:var(--adm-font-size-9);--color:var(--adm-color-text);--placeholder-color:var(--adm-color-light);--text-align:left;--background-color:transparent;display:flex;justify-content:flex-start;align-items:center;width:100%;max-width:100%;max-height:100%;min-height:24px;background-color:var(--background-color)}.adm-input-disabled{opacity:.4;cursor:not-allowed}.adm-input-element{flex:auto;display:inline-block;box-sizing:border-box;width:100%;max-width:100%;max-height:100%;padding:0;margin:0;color:var(--color);font-size:var(--font-size);line-height:1.5;background:transparent;border:0;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-height:1.5em;text-align:var(--text-align)}.adm-input-element::-moz-placeholder{color:var(--placeholder-color);font-family:inherit}.adm-input-element::placeholder{color:var(--placeholder-color);font-family:inherit}.adm-input-element:-webkit-autofill{background-color:transparent}.adm-input-element:-moz-read-only{cursor:default}.adm-input-element:read-only{cursor:default}.adm-input-element:invalid{box-shadow:none}.adm-input-element::-ms-clear,.adm-input-element::-ms-reveal{display:none}.adm-input-element::-webkit-search-cancel-button,.adm-input-element::-webkit-search-decoration{display:none}.adm-input-element:disabled{opacity:1}.adm-input-element[type=date],.adm-input-element[type=datetime-local],.adm-input-element[type=time]{min-height:1.5em}.adm-input-element[type=search]{-webkit-appearance:none}.adm-input-element[readonly]{pointer-events:none}.adm-input-clear{flex:none;margin-left:8px;color:var(--adm-color-light);padding:4px;cursor:pointer}.adm-input-clear:active{color:var(--adm-color-weak)}.adm-input-clear .antd-mobile-icon{display:block;font-size:var(--adm-font-size-7)}.adm-popup{--z-index:var(--adm-popup-z-index,1000);position:fixed;z-index:var(--z-index)}.adm-popup-body{position:fixed;background-color:var(--adm-color-background);z-index:calc(var(--z-index) + 10)}.adm-popup-body .adm-popup-close-icon{position:absolute;z-index:100}.adm-popup-body-position-bottom{width:100%;bottom:0;left:0}.adm-popup-body-position-bottom .adm-popup-close-icon{right:8px;top:8px}.adm-popup-body-position-top{width:100%;top:0;left:0}.adm-popup-body-position-top .adm-popup-close-icon{right:8px;bottom:8px}.adm-popup-body-position-left{height:100%;top:0;left:0}.adm-popup-body-position-left .adm-popup-close-icon{right:8px;top:8px}.adm-popup-body-position-right{height:100%;top:0;right:0}.adm-popup-body-position-right .adm-popup-close-icon{left:8px;top:8px}.adm-popup-close-icon{cursor:pointer;padding:4px;font-size:18px;line-height:1;color:var(--adm-color-weak)}.adm-result{padding:32px 12px;background-color:var(--adm-color-background)}.adm-result-icon{box-sizing:border-box;width:64px;height:64px;margin:0 auto 20px;padding:6px}.adm-result-icon .antd-mobile-icon{font-size:52px}.adm-result-title{color:var(--adm-color-text);font-size:var(--adm-font-size-10);line-height:1.4;text-align:center}.adm-result-description{margin-top:8px;color:var(--adm-color-weak);font-size:var(--adm-font-size-main);line-height:1.4;text-align:center}.adm-result-success .adm-result-icon .antd-mobile-icon{color:var(--adm-color-primary)}.adm-result-error .adm-result-icon .antd-mobile-icon{color:var(--adm-color-danger)}.adm-result-info .adm-result-icon .antd-mobile-icon{color:var(--adm-color-primary)}.adm-result-waiting .adm-result-icon .antd-mobile-icon{color:var(--adm-color-success)}.adm-result-warning .adm-result-icon .antd-mobile-icon{color:var(--adm-color-warning)}.adm-safe-area{--multiple:var(--adm-safe-area-multiple,1);display:block;width:100%}.adm-safe-area-position-top{padding-top:calc(env(safe-area-inset-top) * var(--multiple))}.adm-safe-area-position-bottom{padding-bottom:calc(env(safe-area-inset-bottom) * var(--multiple))}.adm-search-bar{--height:32px;--padding-left:8px;--background:var(--adm-color-fill-content);--border-radius:6px;--placeholder-color:var(--adm-color-weak);---placeholder-color:var(--placeholder-color);display:flex;justify-content:center;align-items:center;height:var(--height)}.adm-search-bar .adm-search-bar-input-box{flex:auto;background:var(--background);border-radius:var(--border-radius);border:1px solid transparent;display:flex;justify-content:center;align-items:center;padding-left:var(--padding-left)}.adm-search-bar .adm-search-bar-input-box .adm-search-bar-input-box-icon{flex:none;color:var(--adm-color-light);font-size:var(--adm-font-size-8)}.adm-search-bar .adm-search-bar-input-box .adm-search-bar-input{flex:auto;padding:4px 8px 4px 4px;height:calc(var(--height) - 2px);box-sizing:border-box}.adm-search-bar .adm-search-bar-input-box .adm-search-bar-input.adm-input{--placeholder-color:var(---placeholder-color);--font-size:var(--adm-font-size-7)}.adm-search-bar .adm-search-bar-input-box .adm-search-bar-input .adm-input-element{line-height:19px}.adm-search-bar .adm-search-bar-input-box .adm-search-bar-input.adm-search-bar-input-without-icon{padding-left:8px}.adm-search-bar .adm-search-bar-suffix{flex:none;margin-left:4px}.adm-search-bar .adm-search-bar-cancel-button.adm-button{padding:3px 12px}.adm-search-bar-active .adm-input.adm-input.adm-input{--placeholder-color:var(--adm-color-light)}.adm-search-bar-active .adm-search-bar-input-box{border-color:var(--adm-color-primary);background:var(--adm-color-background)}.adm-spin-loading{--color:var(--adm-color-weak);--size:32px;width:var(--size);height:var(--size)}.adm-spin-loading-svg{width:100%;height:100%;animation:adm-spin-loading-rotate .8s linear infinite}.adm-spin-loading-svg>.adm-spin-loading-fill{stroke:var(--color)}@keyframes adm-spin-loading-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.adm-toast-mask .adm-toast-wrap{position:fixed;top:0;left:0;width:100%;height:100%;text-align:center}.adm-toast-mask .adm-toast-main{display:inline-block;position:relative;top:50%;transform:translateY(-50%);width:auto;max-width:204px;max-height:70%;overflow:auto;color:white;word-break:break-all;background-color:rgba(0,0,0,.7);border-radius:8px;pointer-events:all;font-size:var(--adm-font-size-7);line-height:1.5;box-sizing:border-box;text-align:initial}.adm-toast-mask .adm-toast-main-text{padding:12px;min-width:0}.adm-toast-mask .adm-toast-main-icon{padding:35px 12px;min-width:150px}.adm-toast-mask .adm-toast-main-icon .adm-toast-icon{text-align:center;margin-bottom:8px;font-size:36px;line-height:1}.adm-toast-loading{--size:48px;margin:0 auto 8px}.error-boundary-box,body{background-color:#000}.error-boundary-box{position:fixed;top:0;left:0;right:0;bottom:0;overflow-y:auto}.component-stack{width:100%;word-break:break-all;text-align:left}.Layout_container__peqhh{background-color:rgba(0,0,0,0);height:100%;max-width:7.5rem;margin:0 auto;display:flex;flex-direction:column;-webkit-text-size-adjust:100%}.Layout_header__RPiR_{background:#000;box-sizing:border-box;position:fixed;top:0;z-index:1000;height:1.2rem;display:flex;align-items:center;width:100vw;max-width:7.5rem}.Layout_scroll-content__qBzEk{flex:1;height:100%;height:-moz-fit-content;height:fit-content;scroll-behavior:smooth;position:relative}.Layout_scroll-content-mobile__TiG2P{padding-bottom:0}.basic-layout .adm-image .adm-image-tip{display:none!important}.PhoneOrEmailInput_wrap__fIjdA{position:relative}.PhoneOrEmailInput_input-preset__nj7_6{min-width:1.68rem;background:#232323}#iframeOfSpaceSlider{animation:show .3s ease-in-out}.space-slider-wrap{position:fixed;left:0;top:0;background:transparent;z-index:10}.space-slider-wrap,.space-slider-wrap .iframe{width:100%;height:100%}@keyframes show{0%{display:none;opacity:0;height:0;overflow:hidden}to{display:block;opacity:1;height:100%;overflow:hidden}}.TriggerLangBtn_lang-btn__gRCq8{position:relative;height:.61rem;color:#fff;border-radius:.24rem;background:linear-gradient(180deg,#1c2d3f,#4ba2ff);display:flex;align-items:center;justify-content:center;padding:.06rem;margin-left:.16rem}.TriggerLangBtn_lang-btn-border__XPFvv{background:linear-gradient(180deg,#346cc1,#010d10);height:100%;box-sizing:border-box;border-radius:.2rem;padding:0 .2rem;display:flex;align-items:center;font-size:.23rem}.GlobalLoading_wrap__dF1gU{z-index:100;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.GlobalLoading_wrap-loading__AU8aU{width:.5rem;height:.5rem}.GlobalLoading_wrap-loading__AU8aU:before{content:"";width:.5rem;height:.5rem;position:fixed;z-index:1000;left:50%;top:50%;background-image:url(/logo/loading.png);background-size:cover;opacity:.7;animation:GlobalLoading_roating__JG0M2 3s linear infinite}.GlobalLoading_wrap-fixed__dtPDm{position:fixed;background:#000}@keyframes GlobalLoading_roating__JG0M2{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.AppHeader_wrap__LGlFi{width:100%;height:.54rem;background:#000;color:#fff;display:flex;align-items:center;justify-content:center}.AppHeader_title__8DoBH{font-size:.21rem}.RegisterTip_wrap__8fV0g{flex:1;box-sizing:border-box;width:100%;text-align:left;background-size:100% auto;padding:1.2rem .2rem 0;position:relative}.RegisterTip_wrap__8fV0g:after,.RegisterTip_wrap__8fV0g:before{content:"";display:block;width:100%;height:100%;left:0;top:0;background:url(/logo/imgs/register_tip_bg.svg) no-repeat;background-size:120% auto;position:absolute;z-index:0;background-position-x:0;background-position-y:-.59rem}.RegisterTip_wrap__8fV0g:after{opacity:.5}.RegisterTip_banner_title_1__dfqCs{text-align:center;font-size:.64rem;font-weight:600;height:.74rem;line-height:.74rem;position:relative;z-index:1}.RegisterTip_banner_title_2__Pp_1X{text-align:center;font-size:.76rem;font-weight:600;margin:0 auto;width:-moz-fit-content;width:fit-content;background:linear-gradient(90deg,#2c86ff,#53effd);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;height:1.05rem;line-height:1.05rem;position:relative;z-index:1}.RegisterTip_banner_title_3__BTzWu{text-align:center;font-size:.44rem;font-weight:600;line-height:.5rem;margin-top:.22rem;position:relative;z-index:1}.RegisterTip_banner_title_4__OqkcU{text-align:center;font-size:.26rem;line-height:.324rem;margin-top:.2rem;position:relative;z-index:1}.DownloadRegisterTip_wrap__3HqId{box-sizing:border-box;width:100%;text-align:left;padding:0 .3rem}.DownloadRegisterTip_download-title__RWZ8X{height:.46rem;min-width:2.26rem;font-size:.33rem;line-height:.46rem;font-weight:500;color:#fff}.DownloadRegisterTip_banner-title__JtTDV{display:flex;flex-direction:row;height:.96rem;line-height:.96rem}.DownloadRegisterTip_banner-title-img-1__F9Zxj{display:inline-flex;width:4.33rem;height:.96rem}.DownloadRegisterTip_banner-title-img-2__m74Tf{width:1.35rem;height:.96rem;margin:0 .15rem}.DownloadRegisterTip_banner-title-img-3__auojt{margin-top:.2rem;width:3.96rem;height:.5rem}.DownloadRegisterTip_paragraph__ccGpH{margin-top:.09rem;min-height:.96rem;font-size:.69rem}.DownloadRegisterTip_paragraph-text__ylSYZ{color:#fff;margin-right:.08rem}.DownloadRegisterTip_paragraph-text-primary__SYNXc{color:#0084ff}.DownloadRegisterTip_paragraph-text-gold__WonbL{font-weight:500;background-image:linear-gradient(287deg,#fa8631,#fdfc5e);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);-webkit-user-select:text;-moz-user-select:text;user-select:text}@supports not (-webkit-text-fill-color:transparent){.DownloadRegisterTip_paragraph-text-gold__WonbL{color:rgba(0,0,0,0)}}.DownloadRegisterTip_sub-paragraph__RPcWg{margin-top:.13rem;min-height:.5rem;font-size:.36rem}.DownloadRegisterTip_sub-paragraph-text__odPn1{color:#fff}.DownloadRegisterTip_sub-paragraph-text-primary__ZOnyr{color:#0084ff}.DownloadProductList_download-product-list__Zr_oe{list-style:none;z-index:100;width:100%;margin-top:.26rem;margin-bottom:0;padding:.22rem .3rem 0;box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:wrap}.DownloadProductList_download-product-list-item-linkable__zK_8k{cursor:pointer}.DownloadProductList_download-product-list-item__ilsgg{height:.95rem;background:#000;font-size:.21rem;border:1px solid hsla(0,0%,100%,.3);box-sizing:border-box;border-radius:.15rem;margin-bottom:.29rem;display:flex;flex-direction:row;justify-content:center}.DownloadProductList_download-product-list-item-animate___nuSm{animation:DownloadProductList_download-list-item-zoom-and-fade-in__3HlNS .8s ease-in-out}.DownloadProductList_download-product-list-item__ilsgg:nth-child(2n-1){width:calc(50% - .14rem)}.DownloadProductList_download-product-list-item__ilsgg:nth-child(2n){min-width:calc(50% - .14rem)}.DownloadProductList_download-product-list-item__ilsgg a{font-size:.21rem}.DownloadProductList_download-product-list-item-image__1QZMA{flex:1;display:block;display:flex;justify-content:center;align-items:center}.DownloadProductList_download-product-list-item-image__1QZMA img{width:.46rem;height:.46rem;margin:auto}.DownloadProductList_download-product-list-item-image-ios__trbPC img{width:.46rem;height:.5635rem;margin:auto}.DownloadProductList_download-product-list-item-info__NJ9jl{flex:2;padding-top:.13rem;padding-bottom:.16rem}.DownloadProductList_download-product-list-item-info-title__A48vC{display:block;height:.29rem;margin-bottom:.04rem;font-size:.2082rem}.DownloadProductList_download-product-list-item-info-desc__3WNPb{font-size:.24rem;font-weight:500;line-height:.33rem}.DownloadProductList_download-dialog-image__7f0kF{min-width:3.5rem;max-width:7.5rem}@keyframes DownloadProductList_download-list-item-zoom-and-fade-in__3HlNS{0%{transform:translateY(-50%) scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.InnerModalMask_inner-tip-mask__gfBvQ{position:fixed;z-index:1000;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7)}.ModalFriendlyReminderTip_registered-tip-mask__e0a4f{position:fixed;z-index:1000;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.2)}.ModalFriendlyReminderTip_registered-tip__NH1aL{position:absolute;left:50%;top:58%;transform:translateX(-50%) translateY(-50%);background:linear-gradient(0deg,#1a1f27,#001f50);border-radius:.3rem}.ModalFriendlyReminderTip_description__NcHY5{min-height:2.1rem;max-height:2.46rem;overflow-y:auto;margin-top:.15rem;padding:0 .28rem;font-weight:400;font-size:.24rem;color:#b1b3c7;line-height:.42rem;text-align:center;font-style:normal}.ModalFriendlyReminderTip_main__0ulKI{margin-top:20%}.ModalFriendlyReminderTip_tip-content__38tp1{width:100%;text-align:center;font-weight:600;margin-top:.21rem;color:#fff;line-height:.3rem;font-style:normal}.ModalFriendlyReminderTip_tip-content__38tp1 h1{margin-top:.21rem;height:.5rem;font-weight:600;font-size:.36rem;color:#fff;text-align:center;line-height:.5rem;font-style:normal}.ModalFriendlyReminderTip_banner-wrap__LEMnn{position:absolute;top:.3rem;left:0;right:0;width:100%;height:.7rem;margin-bottom:.21rem}.ModalFriendlyReminderTip_banner-wrap__LEMnn img{position:absolute;bottom:-50%;left:50%;transform:translateX(-50%);display:block;height:3.74rem;margin-bottom:.21rem}.ModalFriendlyReminderTip_title-wrap__bj87i{width:100%}.ModalFriendlyReminderTip_left-logo__5sMHX{width:2.36rem;height:.24rem}.ModalFriendlyReminderTip_golden-tip-text__Wo6OQ,.ModalFriendlyReminderTip_tip-text__KnAYz{color:#1e92ff}.ModalFriendlyReminderTip_right-logo__H_F85{width:.46rem;height:.46rem}.ModalFriendlyReminderTip_btn-area__bw8Tt{padding:0 5%;margin-bottom:.6rem;box-sizing:border-box;width:100%;text-align:center}.ModalFriendlyReminderTip_goto-btn__yPC9v{position:relative;width:100%;height:.8rem;margin-top:.3rem;border-radius:.55rem;border:none;background:linear-gradient(270deg,rgb(0,129,255),rgb(24,32,255))}.ModalFriendlyReminderTip_goto-btn-inner__aCrEW{position:absolute;padding:.18rem 0;top:1px;left:1px;right:1px;bottom:1px;border-radius:.5rem;background:#1a1f27}.ModalFriendlyReminderTip_btn-area-primary-btn__lxT8o{margin-top:.4rem;width:100%;min-height:.8rem;background:linear-gradient(287deg,#0072ff,#7affe7);box-shadow:.02rem .03rem 0 0 #000;border-radius:.55rem}.ModalFriendlyReminderTip_btn-area-register-btn__DsGQH{display:block;min-height:.4rem;font-weight:400;font-size:.28rem;color:#fff;text-align:center;font-style:normal;text-decoration-line:underline;margin-top:.4rem}.ModalRegisteredTip_registered-tip-mask__N60_5{position:fixed;z-index:1000;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.2)}.ModalRegisteredTip_registered-tip__nnIEh{position:absolute;left:50%;top:58%;transform:translateX(-50%) translateY(-50%);background:linear-gradient(0deg,#1a1f27,#001f50);border-radius:.3rem}.ModalRegisteredTip_main__q5cju{margin-top:20%}.ModalRegisteredTip_tip-content__GQiOm{width:100%;font-weight:600;color:#fff;line-height:.3rem;font-style:normal;text-align:center}.ModalRegisteredTip_tip-content__GQiOm h1{font-weight:400;font-size:.36rem;color:#fff;line-height:.5rem;font-style:normal}.ModalRegisteredTip_banner-wrap__X5LPZ{position:absolute;top:.3rem;left:0;right:0;width:100%;height:.7rem}.ModalRegisteredTip_banner-wrap__X5LPZ img{position:absolute;bottom:-50%;left:50%;height:3.74rem;margin:0 auto;transform:translateX(-50%);display:block}.ModalRegisteredTip_title-wrap__gEBri{width:100%}.ModalRegisteredTip_left-logo__93Uxn{width:2.36rem;height:.24rem}.ModalRegisteredTip_golden-tip-text__vzChA,.ModalRegisteredTip_tip-text__hE_we{color:#1e92ff}.ModalRegisteredTip_right-logo__9g6uK{width:.46rem;height:.46rem}.ModalRegisteredTip_btn-area__w7o4I{padding:0 .4rem;box-sizing:border-box;width:100%;text-align:center;margin-bottom:.6rem}.ModalRegisteredTip_goto-btn__615cH{position:relative;width:100%;min-height:.8rem;margin-top:.2rem;border-radius:.55rem;border:none;background:linear-gradient(270deg,rgb(0,129,255),rgb(24,32,255))}.ModalRegisteredTip_goto-btn-inner__oycQ9{position:absolute;padding:.18rem 0;top:1px;left:1px;right:1px;bottom:1px;border-radius:.5rem;background:#1a1f27}.ModalRegisteredTip_btn-area-primary-btn__v_Jz5{width:100%;min-height:.8rem;background:linear-gradient(287deg,#0072ff,#7affe7);box-shadow:.02rem .03rem 0 0 #000;border-radius:.55rem;margin:.53rem 0 .1rem}.ModalRegisteredTip_btn-area-register-btn__N2CDb{display:block;height:.4rem;font-weight:400;font-size:.28rem;color:#fff;line-height:.4rem;text-align:center;font-style:normal;text-decoration-line:underline;margin-top:.4rem}.ModalRegisteredTip_tip-wrap__wAaDy{width:100%;min-height:.84rem;font-weight:500;font-size:.28rem;line-height:.42rem;text-align:center;font-style:normal;margin-top:.21rem;padding-left:.4rem;padding-right:.4rem;box-sizing:border-box}.ModalRegisteredTip_primary-text__G8o01{color:#0084ff}.PopLangList_wrap__gqT0Z{padding:.1rem;box-sizing:border-box;display:flex;flex-direction:column;background:#0e0e16}.PopLangList_close-btn__EcBNL{width:.3rem;height:.3rem;margin-top:.3rem;margin-left:.3rem;cursor:pointer}.PopLangList_select-title__MW5SB{font-size:.52rem;margin-top:.7rem;margin-bottom:.28rem;margin-left:.29rem}.PopLangList_lang-list__I_ovM{overflow-y:auto}.PopLangList_lang-list__I_ovM ul{padding:0 .3rem 0 .29rem;margin:0}.PopLangList_lang-list__I_ovM li{list-style:none;text-decoration:none;border-bottom:1px solid #20212c}.PopLangList_item__tlduy{font-size:.28rem;padding-top:.4rem;padding-bottom:.4rem;color:#b1b3c7;cursor:pointer}.PopLangList_active-item__1nfhq{position:relative;padding-top:.4rem;padding-bottom:.4rem;font-size:.28rem;color:#f5f5f5;font-weight:600}.PopLangList_active-item-icon__P_Moy{position:absolute;top:50%;margin-top:-.24rem;right:.3rem;height:.48rem;width:.48rem}.PopLangList_preset-code__LyOvV{float:right}.PopLangList_clearfix__yqPeE{width:100%}.PopLangList_clearfix__yqPeE:after{content:"";display:table;clear:both}.PopSelectLangList_wrap__hxdIE{width:100%;height:calc(100vh - 3.37rem);display:flex;flex-direction:column;padding:.4rem;box-sizing:border-box}.PopSelectLangList_header__d_BAV{text-align:center}.PopSelectLangList_list__eRJaJ{margin-top:0;margin-bottom:0;padding-left:0;overflow-y:auto;text-align:center}.PopSelectLangList_list-item__BycJw{position:relative;color:#fff;margin-top:.4rem;height:1.1rem;border-radius:.2rem;border:.02rem solid #444651}.PopSelectLangList_list-item__BycJw img{padding:0;position:absolute;top:50%;height:.39rem;width:.52rem;margin:0 0 0 .3rem;transform:translateY(-50%);box-sizing:border-box}.PopSelectLangList_list-item-content__4C04O{position:relative;margin-left:1.02rem;line-height:1.1rem;text-align:left;font-size:.3rem}.PopSelectLangList_list-item-content-main__gkwM5{display:inline-flex;max-width:4.3rem;display:-webkit-box;word-wrap:overflow-wrap;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}.PopSelectLangList_list-item-content-preset-code__4nkEr{position:absolute;top:50%;right:.45rem;transform:translateY(-50%)}.PopSelectLangList_form-search__5hksC{height:1rem;background:#20212c;border-radius:.2rem;border:1px solid #6e7082;margin-top:.4rem;backdrop-filter:blur(.1rem)}.PopSelectLangList_list-active-item__jLIzq{color:#fff;background:#1130b8}.PopSelectLangList_list-disabled-item__Fpvr2{background-color:#3f3f3f;opacity:.5;cursor:not-allowed}.pop-select-lang-list .adm-search-bar .adm-search-bar-input-box{background-color:transparent;height:100%}.PopSelectPhoneCode_wrap__JAs2c{width:100%;height:calc(100vh - 3.37rem);display:flex;flex-direction:column;padding:.4rem;box-sizing:border-box}.PopSelectPhoneCode_header__2LXY0{text-align:center}.PopSelectPhoneCode_list___Oy1U{margin-top:0;margin-bottom:0;padding-left:0;overflow-y:auto;text-align:center}.PopSelectPhoneCode_list-item__E3uUh{position:relative;color:#fff;margin-top:.4rem;height:1.1rem;border-radius:.2rem;border:.02rem solid #444651}.PopSelectPhoneCode_list-item__E3uUh img{padding:0;position:absolute;top:50%;height:.39rem;width:.52rem;margin:0 0 0 .3rem;transform:translateY(-50%);box-sizing:border-box}.PopSelectPhoneCode_list-item-content__CehvC{position:relative;margin-left:1.02rem;line-height:1.1rem;text-align:left;font-size:.3rem}.PopSelectPhoneCode_list-item-content-main__e6gYy{display:inline-flex;max-width:4.3rem;display:-webkit-box;word-wrap:overflow-wrap;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}.PopSelectPhoneCode_list-item-content-preset-code__DdJpV{position:absolute;top:50%;right:.45rem;transform:translateY(-50%)}.PopSelectPhoneCode_form-search__1ede0{height:1rem;background:#20212c;border-radius:.2rem;border:1px solid #6e7082;margin-top:.4rem;backdrop-filter:blur(.1rem)}.PopSelectPhoneCode_list-active-item__B4P2r{color:#fff;background:#1130b8}.PopSelectPhoneCode_list-disabled-item__U5H48{background-color:#3f3f3f;opacity:.5;cursor:not-allowed}.ServiceTermsContent_wrap__mBLTi{height:calc(100vh - 3.28rem);display:flex;flex-direction:column;background-color:#1a1c25}.ServiceTermsContent_title__D_IW1{margin-top:.58rem;font-weight:600;font-size:.36rem;color:#fff;line-height:.5rem;text-align:center;font-style:normal}.ServiceTermsContent_content__AJZZ4{width:100%;font-weight:400;font-size:.28rem;color:#b1b3c7;padding:0 .48rem;margin-top:.38rem;box-sizing:border-box;line-height:.42rem;text-align:left;font-style:normal;overflow-y:auto;white-space:pre-wrap;word-break:break-all}.VerifyCodeBtn_wrap__y6Cev{display:inline-block;min-height:.46rem;font-size:.28rem;color:#fff}.VerifyCodeBtn_loading-wrap__jPrlh{display:inline-block;position:relative;top:.037rem}.VerifyCodeBtn_countdown-wrap__fjD32{display:inline-block;min-height:.46rem;font-size:.28rem;width:.84rem}.DialogBtn_alert-btn__2VU6t{height:.8rem;width:calc(100% - .8rem);background:#1130b8;color:#fff;margin-top:.3rem;margin-left:.4rem;margin-right:.4rem;border-radius:.2rem;transition:opacity .25s ease-in-out}.DialogBtn_alert-btn-img__EwqfD{width:.44rem}.DialogBtn_alert-btn__2VU6t:hover{opacity:.75}.Dialog_overlay__3t4qF{display:none;z-index:2001;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7)}.Dialog_overlay-open__c01aF{display:block;animation:Dialog_fade-in__BfQ_l .3s ease-in-out}.Dialog_inner__eHtfG{z-index:2002;position:fixed;top:50%;left:50%;right:0;transform:translateY(-50%) translateX(-50%);overflow:visible;width:5.8rem;min-width:5.8rem;max-width:7.5rem;background:#1a1c25;border-radius:.36rem}.Dialog_inner-title__z8ELp{width:100%;height:.4rem;font-weight:600;font-size:.28rem;color:#fff;line-height:.4rem;margin-top:.4rem;text-align:center;font-style:normal}.Dialog_inner-close-icon___9E6A{position:absolute;top:.4rem;right:.4rem;cursor:pointer;width:.28rem;height:.28rem}.Dialog_inner-open__pIzNS{display:block;animation:Dialog_fade-in__BfQ_l .3s ease-in-out}.Dialog_inner-content__YZxS4{margin:.3rem .4rem;font-weight:400;font-size:.28rem;color:#b1b3c7;line-height:.4rem;text-align:center;font-style:normal}@keyframes Dialog_fade-in__BfQ_l{0%{opacity:0}to{opacity:1}}.SwitchPasswordIcon_password-input-icon-wrap__OrBV7{width:100%;height:100%;padding-right:.3rem;padding-top:.3rem;box-sizing:border-box}.SwitchPasswordIcon_password-input-icon__45_Rz{position:relative;top:.08rem;cursor:pointer;width:.36rem;height:.36rem}body,html{margin:0;padding:0;font-size:.14rem;height:100%}html{overflow:auto}body{box-sizing:border-box}#__next{height:100%}h1,h2,h3,h4,h5,h6{margin:0}button{border:none;outline:none}::-webkit-scrollbar{display:none;width:.08rem;height:.08rem}::-webkit-scrollbar-track{background:#1e1f2b;border-radius:.04rem}::-webkit-scrollbar-thumb{background:#a4b4c1;border-radius:.03rem}::-webkit-scrollbar-button{display:none}::-webkit-scrollbar-corner{background:#1e1f2b}:root{--input-bg-color:#1f1f2b;--input-text-color:#fff;--input-border-color:transparent}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 .3rem var(--input-bg-color) inset!important;-webkit-text-fill-color:var(--input-text-color)!important;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;box-shadow:inset 0 0 0 1000000rem transparent!important;background-color:var(--input-bg-color)!important;color:#fff;box-sizing:border-box}input[type=password]:-webkit-autofill,input[type=password]:-webkit-autofill:focus,input[type=password]:-webkit-autofill:hover{-webkit-text-fill-color:var(--input-text-color)!important}.lang-main-page .adm-list-body,.lang-main-page .adm-list-body .adm-form-item,.lang-main-page .adm-list-body .adm-list-body-inner{background-color:transparent!important}.lang-main-page .adm-list-body .adm-list-item-content-main{padding-top:0;padding-bottom:0;margin-bottom:.3rem}.lang-main-page .adm-list-body .adm-list-item-content-main:has(div.adm-form-item-feedback-error){margin-bottom:.79rem}.lang-main-page .adm-list-body .adm-list-item-content-main.has-error-feedback{margin-bottom:.79rem}.lang-main-page .adm-list-body .adm-list-item-content-main:has(div.adm-form-item-feedback-error) .adm-list-item-description{bottom:-.6rem}.lang-main-page .adm-list-body .adm-list-item-content-main.has-error-feedback .adm-list-item-description{bottom:-.6rem}.lang-main-page .adm-form .adm-list .adm-list-item .adm-list-item-description.long-error-tip{bottom:-.75rem}.lang-main-page .adm-list-item:has(div.adm-form-item-feedback-error) .adm-list-item-content-extra{bottom:.39rem}.lang-main-page .adm-list-item.has-error-feedback .adm-list-item-content-extra{bottom:.39rem}.lang-main-page .adm-list-item-content-main.has-checkbox-icon,.lang-main-page .aggree-form-item .adm-list-item-content-main{margin-bottom:0;margin-top:.3rem}.lang-main-page .aggree-form-item .adm-list-item-content-main.has-error-feedback{margin-bottom:0}.lang-main-page .adm-list-body .adm-list-item{border-bottom:.4rem;padding-left:0!important}.lang-main-page .adm-list-item-content-main{position:relative}.lang-main-page .adm-list-item-description{z-index:1;position:absolute;bottom:-.4rem;padding-left:.3rem;left:0;min-width:6.8rem;white-space:wrap}.lang-main-page .adm-list-body .adm-list-item-content-extra{position:relative;bottom:.15rem;height:1rem;line-height:1rem;background:#232323;border-radius:0 .2rem .2rem 0;border-radius:.2rem}.form_item_email_or_phone .adm-list-item-content-extra{margin-left:.2rem!important;padding-left:0!important}.form_item_password .lang-main-page .adm-list-item{padding-left:0}.form_item_password .adm-input{border-radius:.2rem 0 0 .2rem!important}.form_item_password .adm-list-item-content-extra{border-radius:0 .2rem .2rem 0!important;left:-1px}.lang-main-page .adm-list-item .adm-list-item-content{padding:0;margin:0}.lang-main-page .adm-list-body,.lang-main-page .adm-list-item .adm-list-item-content{border:none}.lang-main-page .adm-list-item .adm-checkbox .adm-checkbox-icon{border-radius:.05rem}.lang-main-page input.adm-input-element::-moz-placeholder{position:relative;top:.03rem;color:#6e7082;opacity:1}.lang-main-page input.adm-input-element::placeholder{position:relative;top:.03rem;color:#6e7082;opacity:1}.lang-main-page input.adm-input-element{font-size:.28rem;padding:.3rem;background:#232323}.lang-main-page .adm-list-item-description .adm-form-item-feedback-error{color:#b1b3c7;padding-left:.05rem;margin-top:0;z-index:0}.adm-popup ul .adm-image .adm-image-tip,.lang-main-page .adm-image .adm-image-tip,.lang-register-page .adm-image .adm-image-tip{display:none!important}.lang-main-page .adm-list-item-description .adm-form-item-feedback-error:before{content:"";position:absolute;background-image:url(/logo/error-message-icon.png);background-size:100% 100%;height:.28rem;width:.28rem;color:#3d3d3d;top:50%;left:0;text-align:center;font-size:.16rem;font-weight:800;font-family:FontAwesome;transform:translateY(-50%);border-radius:50%}.lang-main-page .adm-checkbox-icon{width:.3rem;height:.3rem}.lang-main-page .adm-checkbox-content{padding-left:.16rem;box-sizing:border-box;font-size:.24rem;color:#898989}.lang-main-page .adm-list-item-content-main:has(div.adm-checkbox-icon){margin-bottom:0;margin-top:.3rem}.lang-main-page .aggree-form-item .adm-list-item-description{display:none}.lang-main-page .aggree-form-item .adm-list-item-content-main:has(div.adm-form-item-feedback-error){margin-bottom:0}.lang-main-page .code-input-form-item .adm-list-item-content-extra{height:0;opacity:0;padding-left:0!important}@keyframes handle_phone_img_animation{0%{opacity:0;width:0}to{opacity:1;width:80%}}.handle_phone_img_animation{animation:handle_phone_img_animation 2s ease forwards}@keyframes fade-in_animation{0%{opacity:0;transform:translateY(1rem);color:#a4a4a2}to{opacity:1;transform:translateY(0);color:#fff}}.fade_in{animation:fade-in_animation 2s ease forwards}@keyframes fade-in_animation_text{0%{opacity:0;color:#a4a4a2}to{opacity:1;color:#fff}}.fade_in_line_text{animation:fade-in_animation_text 2s ease forwards}@keyframes fade_in_animation_benifit_content_card{0%{opacity:0;transform:translateY(2.5rem);color:#a4a4a2}to{opacity:1;transform:translateY(0);color:#fff}}.benifit_content_card_animation{animation:fade_in_animation_benifit_content_card 1s ease forwards}@keyframes fade_in_left_animation{0%{opacity:0;transform:translateX(-2rem)}to{opacity:1;transform:translateX(0)}}@keyframes fade_in_right_animation{0%{opacity:0;transform:translateX(2rem)}to{opacity:1;transform:translateX(0)}}.fade_in_left{animation:fade_in_left_animation 1s ease forwards}.fade_in_right{animation:fade_in_right_animation 1s ease forwards}@keyframes earn_daily_earn_rewards_list_item_marker_line_animation{0%{opacity:0;transform:translateX(2rem)}to{opacity:1;transform:translateX(0)}}.earn_daily_earn_rewards_list_item_marker_line{animation:earn_daily_earn_rewards_list_item_marker_line_animation 2s ease forwards}.ActivityEntrance_flex-box__yp_J_{display:flex;flex-direction:column;height:100vh;background-color:#000;color:#fff;max-width:7.5rem;width:100%;margin:0 auto;position:relative;padding:.3rem 0;box-sizing:border-box;overflow-x:hidden}.ButtonLoading_loadingContent__o2TtG{width:1rem;height:1rem}