@charset "UTF-8";.uc-button-medium-maxsize,.uc-button-text.uc-button-medium,.uc-button-default.uc-button-medium,.uc-button-primary.uc-button-medium,.uc-button-halftone.uc-button-medium,.uc-button-transparent.uc-button-medium{max-width:152px}:root[data-screen=medium] .uc-button-medium-maxsize,:root[data-screen=medium] .uc-button-text.uc-button-medium,:root[data-screen=medium] .uc-button-default.uc-button-medium,:root[data-screen=medium] .uc-button-primary.uc-button-medium,:root[data-screen=medium] .uc-button-halftone.uc-button-medium,:root[data-screen=medium] .uc-button-transparent.uc-button-medium{max-width:245px}:root[data-screen=large] .uc-button-medium-maxsize,:root[data-screen=large] .uc-button-text.uc-button-medium,:root[data-screen=large] .uc-button-default.uc-button-medium,:root[data-screen=large] .uc-button-primary.uc-button-medium,:root[data-screen=large] .uc-button-halftone.uc-button-medium,:root[data-screen=large] .uc-button-transparent.uc-button-medium{max-width:280px}.uc-button-large-maxsize,.uc-button-default.uc-button-large,.uc-button-primary.uc-button-large,.uc-button-halftone.uc-button-large,.uc-button-transparent.uc-button-large{max-width:296px}:root[data-screen=medium] .uc-button-large-maxsize,:root[data-screen=medium] .uc-button-default.uc-button-large,:root[data-screen=medium] .uc-button-primary.uc-button-large,:root[data-screen=medium] .uc-button-halftone.uc-button-large,:root[data-screen=medium] .uc-button-transparent.uc-button-large{max-width:320px}:root[data-screen=large] .uc-button-large-maxsize,:root[data-screen=large] .uc-button-default.uc-button-large,:root[data-screen=large] .uc-button-primary.uc-button-large,:root[data-screen=large] .uc-button-halftone.uc-button-large,:root[data-screen=large] .uc-button-transparent.uc-button-large{max-width:344px}.uc-button{margin:0;box-sizing:border-box;cursor:pointer;user-select:none;border:none;-webkit-tap-highlight-color:rgba(0,0,0,0);transform-origin:center center;overflow:hidden}:root[data-font=true] .uc-button{font-variation-settings:"wght" 750}.uc-button{font-weight:500;background:none;padding:0 12px;text-align:center;position:relative}.uc-button:focus{outline:none}.uc-button{--button-light-background: var(--custom-button-light-background, var(--custom-button-background));--button-dark-background: var(--custom-button-dark-background, var(--custom-button-background));--button-light-color: var(--custom-button-light-color, var(--custom-button-color));--button-dark-color: var(--custom-button-dark-color, var(--custom-button-color));--button-hover-light-background: var(--custom-button-hover-light-background, var(--button-hover-background));--button-hover-dark-background: var(--custom-button-hover-dark-background, var(--button-hover-background));--button-disable-light-background: var(--custom-button-disable-light-background, var(--coui-color-disable));--button-disable-dark-background: var(--custom-button-disable-dark-background, var(--coui-color-disable))}.uc-button-default,.uc-button-primary,.uc-button-halftone,.uc-button-transparent{min-width:52px;border-radius:999px}.uc-button-default.uc-button-small,.uc-button-primary.uc-button-small,.uc-button-halftone.uc-button-small,.uc-button-transparent.uc-button-small{line-height:20px;min-width:52px;font-size:14px;padding-top:4px;padding-bottom:4px}.uc-button-default.uc-button-medium,.uc-button-primary.uc-button-medium,.uc-button-halftone.uc-button-medium,.uc-button-transparent.uc-button-medium,.uc-button-default.uc-button-large,.uc-button-primary.uc-button-large,.uc-button-halftone.uc-button-large,.uc-button-transparent.uc-button-large{font-size:16px;line-height:24px;display:block;width:100%;padding-top:10px;padding-bottom:10px}.uc-button-loading{display:flex;align-items:center;justify-content:center}.uc-button-loading-with-text .uc-button-loading-animation{margin-left:3px}:root[data-rtl=true] .uc-button-loading-with-text .uc-button-loading-animation{margin-left:0;margin-right:3px}.uc-button-loading-with-text .uc-button-loading-animation span{margin-top:5px}.uc-button-loading-animation{display:inline-block;font-size:0;vertical-align:top}.uc-button-loading-animation span{width:2px;height:2px;border-radius:50%;overflow:hidden;display:inline-block;vertical-align:middle}.uc-button-loading-animation span:not(:last-of-type){margin-right:2px}.uc-button-loading-animation span:nth-child(1){animation-duration:1.532s;animation-name:flash;animation-timing-function:linear;animation-iteration-count:infinite;animation-delay:0s;opacity:0}.uc-button-loading-animation span:nth-child(2){animation-duration:1.532s;animation-name:flash;animation-timing-function:linear;animation-iteration-count:infinite;animation-delay:.333s;opacity:0}.uc-button-loading-animation span:nth-child(3){animation-duration:1.532s;animation-name:flash;animation-timing-function:linear;animation-iteration-count:infinite;animation-delay:.666s;opacity:0}.uc-button-default{background-color:rgba(0,0,0,.08)}:root[data-theme=dark] .uc-button-default{background-color:rgba(255,255,255,.15)}.uc-button-default{color:rgba(0,0,0,.9)}:root[data-theme=dark] .uc-button-default{color:rgba(255,255,255,.9)}.uc-button-default .uc-button-loading-dot{background-color:rgba(0,0,0,.9)}:root[data-theme=dark] .uc-button-default .uc-button-loading-dot{background-color:rgba(255,255,255,.9)}.uc-button-default:not(.uc-button-disabled):active,.uc-button-default.uc-button-hover{outline:none;background:linear-gradient(0deg,rgba(0,0,0,.12),rgba(0,0,0,.12)),rgba(0,0,0,.08)}:root[data-theme=dark] .uc-button-default:not(.uc-button-disabled):active,:root[data-theme=dark] .uc-button-default.uc-button-hover{background:linear-gradient(0deg,rgba(255,255,255,.2),rgba(255,255,255,.2)),#484848}.uc-button-default.uc-button-disabled{cursor:not-allowed;color:rgba(0,0,0,.26)}:root[data-theme=dark] .uc-button-default.uc-button-disabled{color:rgba(255,255,255,.3)}.uc-button-default.uc-button-disabled{background-color:rgba(0,0,0,.08)}:root[data-theme=dark] .uc-button-default.uc-button-disabled{background-color:rgba(255,255,255,.15)}.uc-button-primary{background:#06f;background:var(--button-light-background, var(--primary-background-color));color:#fff;color:var(--button-light-color, #ffffff)}.uc-button-primary .uc-button-loading-dot{background-color:#fff;background-color:var(--button-light-color, #ffffff)}:root[data-theme=dark] .uc-button-primary{background:#247cff;background:var(--button-dark-background, var(--primary-background-color));color:#fff;color:var(--button-dark-color, #ffffff)}:root[data-theme=dark] .uc-button-primary .uc-button-loading-dot{background-color:#fff;background-color:var(--button-light-color, #ffffff)}.uc-button-primary:not(.uc-button-disabled):active,.uc-button-primary.uc-button-hover{outline:none;background:linear-gradient(0deg,rgba(0,0,0,.12),rgba(0,0,0,.12)),#06f;background:var(--button-hover-light-background, linear-gradient(0deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .12)), var(--primary-background-color))}:root[data-theme=dark] .uc-button-primary:not(.uc-button-disabled):active,:root[data-theme=dark] .uc-button-primary.uc-button-hover{background:linear-gradient(0deg,rgba(255,255,255,.2),rgba(255,255,255,.2)),#247cff;background:var(--button-hover-dark-background, linear-gradient(0deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), var(--primary-background-color))}.uc-button-primary.uc-button-disabled{cursor:not-allowed;background:var(--button-disable-light-background, rgba(0, 102, 255, .3));color:rgba(255,255,255,.54)}:root[data-theme=dark] .uc-button-primary.uc-button-disabled{background:var(--button-disable-dark-background, rgba(36, 124, 255, .3));color:rgba(255,255,255,.16)}.uc-button-halftone{background:rgba(0,102,255,.15);background:var(--button-light-background, var(--coui-color-container-theme-halftone));color:#06f;color:var(--button-light-color, var(--primary-text-color))}.uc-button-halftone .uc-button-loading-dot{background-color:#06f;background-color:var(--button-light-color, var(--primary-text-color))}:root[data-theme=dark] .uc-button-halftone{background:rgba(36,124,255,.25);background:var(--button-dark-background, var(--coui-color-container-theme-halftone));color:#5c9dff;color:var(--button-dark-color, var(--primary-text-color))}:root[data-theme=dark] .uc-button-halftone .uc-button-loading-dot{background-color:#5c9dff;background-color:var(--button-dark-color, var(--primary-text-color))}.uc-button-halftone:not(.uc-button-disabled):active,.uc-button-halftone.uc-button-hover{outline:none;background:linear-gradient(0deg,rgba(0,0,0,.12),rgba(0,0,0,.12)),rgba(0,102,255,.15);background:var(--button-hover-light-background, linear-gradient(0deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .12)), var(--coui-color-container-theme-halftone))}:root[data-theme=dark] .uc-button-halftone:not(.uc-button-disabled):active,:root[data-theme=dark] .uc-button-halftone.uc-button-hover{background:linear-gradient(0deg,rgba(255,255,255,.2),rgba(255,255,255,.2)),rgba(36,124,255,.25);background:var(--button-hover-dark-background, linear-gradient(0deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, .2)), var(--coui-color-container-theme-halftone))}.uc-button-halftone.uc-button-disabled{cursor:not-allowed;color:rgba(0,0,0,.26)}:root[data-theme=dark] .uc-button-halftone.uc-button-disabled{color:rgba(255,255,255,.3)}.uc-button-halftone.uc-button-disabled{background-color:rgba(0,0,0,.08)}:root[data-theme=dark] .uc-button-halftone.uc-button-disabled{background-color:rgba(255,255,255,.15)}.uc-button-transparent{background:rgba(255,255,255,.2);color:#fff}.uc-button-transparent .uc-button-loading-dot{background-color:#fff}.uc-button-transparent:not(.uc-button-disabled):active,.uc-button-transparent.uc-button-hover{outline:none;background:linear-gradient(0deg,rgba(255,255,255,.2),rgba(255,255,255,.2)),rgba(255,255,255,.2)}.uc-button-transparent.uc-button-disabled{cursor:not-allowed;color:rgba(255,255,255,.3)}.uc-button-text{color:#06f;color:var(--button-light-color, var(--primary-text-color))}:root[data-font-scale=enlarged] .uc-button-text{padding:0 16px}.uc-button-text.uc-button-small,.uc-button-text.uc-button-medium,.uc-button-text.uc-button-large{padding-top:4px;padding-bottom:4px;border-radius:999px}.uc-button-text.uc-button-small{font-size:12px;line-height:16px}.uc-button-text.uc-button-medium{font-size:14px;line-height:20px}.uc-button-text.uc-button-large{font-size:16px;line-height:24px;border-radius:999px}.uc-button-text .uc-button-loading-dot{background-color:#06f;background-color:var(--button-light-color, var(--primary-text-color))}:root[data-theme=dark] .uc-button-text{color:#5c9dff;color:var(--button-dark-color, var(--primary-text-color))}:root[data-theme=dark] .uc-button-text .uc-button-loading-dot{background-color:#5c9dff;background-color:var(--button-dark-color, var(--primary-text-color))}.uc-button-text .uc-ripple-wave{background-color:rgba(0,0,0,.12)}:root[data-theme=dark] .uc-button-text .uc-ripple-wave{background-color:rgba(255,255,255,.2)}.uc-button-text.uc-button-disabled{cursor:not-allowed;color:rgba(0,0,0,.26)}:root[data-theme=dark] .uc-button-text.uc-button-disabled{color:rgba(255,255,255,.3)}@keyframes flash{0%{opacity:.2}10%{opacity:.5}15%{opacity:1}35%{opacity:1}40%{opacity:.5}50%{opacity:.2}to{opacity:.2}}.uc-ripple{position:absolute;width:100%;height:100%;left:0;top:0;z-index:0;overflow:hidden;pointer-events:none;contain:strict;touch-action:none}.uc-ripple-wave{position:absolute;top:0;left:0;border-radius:50%;opacity:0;pointer-events:none;overflow:hidden;background-color:rgba(0,0,0,.12)}:root[data-theme=dark] .uc-ripple-wave{background-color:rgba(255,255,255,.2)}.uc-motion-effect__drop{transform-origin:top}.uc-motion-effect__blur{overflow:hidden}.uc-motion-effect__switch__container{position:relative;overflow:hidden}.uc-motion-effect__switch__item{height:100%;left:0;right:0;top:0}.uc-motion-effect__change__container{position:relative}.uc-motion-effect__change__item{left:0;right:0;top:0}.uc-overflow-hidden{overflow:hidden}.uc-mask{position:fixed;top:0;left:0;width:100%;height:100%;touch-action:none;background-color:rgba(0,0,0,.2)}:root[data-theme=dark] .uc-mask{background-color:rgba(0,0,0,.5)}.uc-mask-fade-enter,.uc-mask-fade-appear， .uc-mask-fade-exit-done{opacity:0}.uc-mask-fade-enter-active,.uc-mask-fade-appear-active{opacity:1;transition:opacity .25s}.uc-mask-fade-exit-active{opacity:0;transition:opacity .25s}.uc-mask-hide{display:none}.uc-dialog{position:fixed;left:0;top:0;width:100%;height:100%;overflow:hidden}.uc-dialog-hide{display:none}.uc-dialog-body{position:absolute;touch-action:none;border-radius:24px;background-color:#fff}:root[data-theme=dark] .uc-dialog-body{background-color:#1e1e1e}.uc-dialog-body{box-sizing:border-box;overflow:hidden;user-select:none;display:flex;flex-direction:column}.uc-dialog-body-header{position:relative;padding:16px 24px 0;flex:none}.uc-dialog-body-header:has(.uc-dialog-body-header-right){display:flex;align-items:center;justify-content:space-between}.uc-dialog-body-header:has(.uc-dialog-body-header-right) .uc-dialog-body-header-title{flex:1 1 auto}.uc-dialog-body-header-title{padding:8px 0 6px;color:rgba(0,0,0,.9)}:root[data-theme=dark] .uc-dialog-body-header-title{color:rgba(255,255,255,.9)}:root[data-font=true] .uc-dialog-body-header-title{font-variation-settings:"wght" 750}.uc-dialog-body-header-title{font-weight:500;font-size:18px;line-height:26px;text-align:center}.uc-dialog-body:not(:has(.uc-dialog-body-header)){padding-top:16px}.uc-dialog-body-container-desc{color:rgba(0,0,0,.9)}:root[data-theme=dark] .uc-dialog-body-container-desc{color:rgba(255,255,255,.9)}.uc-dialog-body-container-desc{font-size:14px;line-height:20px}:root[data-font=true] .uc-dialog-body-container-desc{font-variation-settings:"wght" 550}.uc-dialog-body-container-desc{font-weight:400;padding:0 24px 4px}.uc-dialog-body-footer{flex:none}.uc-dialog-body-footer-action-row{min-height:52px;display:flex;align-items:stretch;justify-content:center;position:relative}.uc-dialog-body-footer-action-row:after{content:"";position:absolute;left:24px;right:24px;bottom:0;height:1px;background-color:rgba(0,0,0,.12)}:root[data-theme=dark] .uc-dialog-body-footer-action-row:after{background-color:rgba(255,255,255,.2)}.uc-dialog-body-footer-action-row:after{transform:scaleY(.33);transform-origin:0 100%}.uc-dialog-body-footer-action-row:last-child{min-height:64px}.uc-dialog-body-footer-action-row:last-child:after{content:none}.uc-dialog-body-footer-action-row:last-child .uc-dialog-action:not(.uc-dialog-action-secondary){padding-bottom:6px}.uc-dialog-body-footer-action-row:last-child:first-child{height:auto;min-height:58px;justify-content:space-between}.uc-dialog-body-footer-action-row:last-child:first-child-recommend{padding:0;margin-top:0;margin-bottom:0!important;min-height:78px}.uc-dialog-body-footer-action-row:last-child:first-child .uc-dialog-action{padding-bottom:10px}.uc-dialog-body-footer-action-row:last-child:first-child .uc-dialog-action.uc-dialog-action-recommend+.uc-dialog-action:before,.uc-dialog-body-footer-action-row:last-child:first-child .uc-dialog-action.uc-dialog-action-secondary+.uc-dialog-action:before{content:none}.uc-dialog-body-footer-action-row:last-child:first-child .uc-dialog-action.uc-dialog-action-recommend:not(:only-of-type),.uc-dialog-body-footer-action-row:last-child:first-child .uc-dialog-action.uc-dialog-action-secondary:not(:only-of-type){margin-bottom:10px}.uc-dialog-body-footer-action-row:last-child:first-child .uc-dialog-action.uc-dialog-action-recommend:not(:only-of-type):first-child,.uc-dialog-body-footer-action-row:last-child:first-child .uc-dialog-action.uc-dialog-action-secondary:not(:only-of-type):first-child{margin-left:12px;margin-right:8px}.uc-dialog-body-footer-action-row:last-child:first-child .uc-dialog-action.uc-dialog-action-recommend:not(:only-of-type):last-child,.uc-dialog-body-footer-action-row:last-child:first-child .uc-dialog-action.uc-dialog-action-secondary:not(:only-of-type):last-child{margin-left:8px;margin-right:12px}.uc-dialog-body-footer-action-row-recommend{padding:4px 32px;min-height:auto;margin-top:12px}.uc-dialog-body-footer-action-row-recommend:after{content:none}.uc-dialog-body-footer-action-row-recommend:last-child{min-height:auto;margin-bottom:28px}.uc-dialog-body-footer-action-row-recommend:first-child:last-child{padding:0;margin-top:0;margin-bottom:0!important;min-height:78px}.uc-dialog-body-footer-action-row-recommend:first-child:last-child .uc-dialog-action-recommend:only-of-type,.uc-dialog-body-footer-action-row-recommend:first-child:last-child .uc-dialog-action-secondary:only-of-type{min-height:auto;margin:16px 32px 32px}.uc-dialog-body-footer-action-row-recommend+.uc-dialog-body-footer-action-row-recommend{margin-top:8px}.uc-dialog-action{width:100%;display:flex;align-items:center;justify-content:center;border-radius:0!important;flex:1 1 auto;position:relative;color:#06f;color:var(--primary-text-color)}:root[data-theme=dark] .uc-dialog-action{color:#5c9dff;color:var(--primary-text-color)}.uc-dialog-action-recommend{max-width:none!important;height:auto!important;color:#fff;border-radius:999px!important;align-self:center}:root[data-theme=dark] .uc-dialog-action-recommend{color:#fff}.uc-dialog-action-secondary{max-width:none!important;height:auto!important;border-radius:999px!important;align-self:center;color:rgba(0,0,0,.9)}:root[data-theme=dark] .uc-dialog-action-secondary{color:rgba(255,255,255,.9)}.uc-dialog-action-danger{color:#db382c}:root[data-theme=dark] .uc-dialog-action-danger{color:#ff6c61}.uc-dialog-action-text{width:100%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.uc-dialog-action:last-child:before{content:"";position:absolute;left:0;height:20px;top:50%;transform:translateY(-50%);border-left:1px solid;border-left-color:rgba(0,0,0,.12)}:root[data-theme=dark] .uc-dialog-action:last-child:before{border-left-color:rgba(255,255,255,.2)}:root[data-rtl=true] .uc-dialog-action:last-child:before{left:auto;right:0}.uc-dialog-action:first-child:before{content:none}.uc-dialog-assignment .uc-dialog-body{max-height:600px;top:auto;bottom:24px;bottom:calc(var(--safe-bottom-height) + 24px);left:50%;max-width:360px;width:calc(100vw - 32px);transform:translate3d(-50%,calc(100% + 40px),0);transform-origin:50% 50%}.uc-dialog-assignment .uc-dialog-body-exit,.uc-dialog-assignment .uc-dialog-body-exit-active{transform:translate3d(-50%,calc(100% + 40px),0);transition:transform cubic-bezier(.3,0,1,1) .25s}.uc-dialog-assignment .uc-dialog-body-enter-done,.uc-dialog-assignment .uc-dialog-body-enter-active{transform:translate3d(-50%,0,0);transition:transform cubic-bezier(0,0,.15,1) .25s}:root[data-screen=large] .uc-dialog-assignment .uc-dialog-body{left:50%;top:50%;bottom:auto;max-width:360px;width:calc(100vw - 32px);transform:translate3d(-50%,-50%,0) scale3d(.8,.8,.8);transform-origin:50% 50%;opacity:0}:root[data-screen=medium] :root[data-screen=large] .uc-dialog-assignment .uc-dialog-body{width:360px}:root[data-screen=large] :root[data-screen=large] .uc-dialog-assignment .uc-dialog-body{width:360px}:root[data-screen=large] .uc-dialog-assignment .uc-dialog-body-exit,:root[data-screen=large] .uc-dialog-assignment .uc-dialog-body-exit-active{opacity:0;transform:translate3d(-50%,-50%,0) scaleZ(1);transition:all .15s cubic-bezier(.1,0,.9,1)}:root[data-screen=large] .uc-dialog-assignment .uc-dialog-body-enter-done,:root[data-screen=large] .uc-dialog-assignment .uc-dialog-body-enter-active{opacity:1;transform:translate3d(-50%,-50%,0) scaleZ(1);transition:all .25s cubic-bezier(.1,0,.1,1)}@media screen and (orientation:portrait)and (min-width:600px)and (max-width:840px)and (min-height:840px){.uc-dialog-assignment .uc-dialog-body{left:50%;top:50%;bottom:auto;max-width:360px;width:calc(100vw - 32px);transform:translate3d(-50%,-50%,0) scale3d(.8,.8,.8);transform-origin:50% 50%;opacity:0}:root[data-screen=medium] .uc-dialog-assignment .uc-dialog-body{width:360px}:root[data-screen=large] .uc-dialog-assignment .uc-dialog-body{width:360px}.uc-dialog-assignment .uc-dialog-body-exit,.uc-dialog-assignment .uc-dialog-body-exit-active{opacity:0;transform:translate3d(-50%,-50%,0) scaleZ(1);transition:all .15s cubic-bezier(.1,0,.9,1)}.uc-dialog-assignment .uc-dialog-body-enter-done,.uc-dialog-assignment .uc-dialog-body-enter-active{opacity:1;transform:translate3d(-50%,-50%,0) scaleZ(1);transition:all .25s cubic-bezier(.1,0,.1,1)}}.uc-dialog-assignment .uc-dialog-body-container{flex:1 1 auto;overflow-y:auto}@media screen and (max-height:664px){.uc-dialog-assignment .uc-dialog-body{max-height:calc(100vh - 64px - var(--safe-bottom-height))}:root[data-screen=large] .uc-dialog-assignment .uc-dialog-body{max-height:calc(100vh - 80px)}}.uc-dialog-alert .uc-dialog-body{min-height:168px;max-height:470px;top:auto;bottom:24px;bottom:calc(var(--safe-bottom-height) + 24px);left:50%;max-width:360px;width:calc(100vw - 32px);transform:translate3d(-50%,calc(100% + 40px),0);transform-origin:50% 50%}.uc-dialog-alert .uc-dialog-body-exit,.uc-dialog-alert .uc-dialog-body-exit-active{transform:translate3d(-50%,calc(100% + 40px),0);transition:transform cubic-bezier(.3,0,1,1) .25s}.uc-dialog-alert .uc-dialog-body-enter-done,.uc-dialog-alert .uc-dialog-body-enter-active{transform:translate3d(-50%,0,0);transition:transform cubic-bezier(0,0,.15,1) .25s}:root[data-screen=large] .uc-dialog-alert .uc-dialog-body{left:50%;top:50%;bottom:auto;max-width:360px;width:calc(100vw - 32px);transform:translate3d(-50%,-50%,0) scale3d(.8,.8,.8);transform-origin:50% 50%;opacity:0}:root[data-screen=medium] :root[data-screen=large] .uc-dialog-alert .uc-dialog-body{width:360px}:root[data-screen=large] :root[data-screen=large] .uc-dialog-alert .uc-dialog-body{width:360px}:root[data-screen=large] .uc-dialog-alert .uc-dialog-body-exit,:root[data-screen=large] .uc-dialog-alert .uc-dialog-body-exit-active{opacity:0;transform:translate3d(-50%,-50%,0) scaleZ(1);transition:all .15s cubic-bezier(.1,0,.9,1)}:root[data-screen=large] .uc-dialog-alert .uc-dialog-body-enter-done,:root[data-screen=large] .uc-dialog-alert .uc-dialog-body-enter-active{opacity:1;transform:translate3d(-50%,-50%,0) scaleZ(1);transition:all .25s cubic-bezier(.1,0,.1,1)}@media screen and (orientation:portrait)and (min-width:600px)and (max-width:840px)and (min-height:840px){.uc-dialog-alert .uc-dialog-body{left:50%;top:50%;bottom:auto;max-width:360px;width:calc(100vw - 32px);transform:translate3d(-50%,-50%,0) scale3d(.8,.8,.8);transform-origin:50% 50%;opacity:0}:root[data-screen=medium] .uc-dialog-alert .uc-dialog-body{width:360px}:root[data-screen=large] .uc-dialog-alert .uc-dialog-body{width:360px}.uc-dialog-alert .uc-dialog-body-exit,.uc-dialog-alert .uc-dialog-body-exit-active{opacity:0;transform:translate3d(-50%,-50%,0) scaleZ(1);transition:all .15s cubic-bezier(.1,0,.9,1)}.uc-dialog-alert .uc-dialog-body-enter-done,.uc-dialog-alert .uc-dialog-body-enter-active{opacity:1;transform:translate3d(-50%,-50%,0) scaleZ(1);transition:all .25s cubic-bezier(.1,0,.1,1)}}.uc-dialog-alert .uc-dialog-body-header-only{flex:1 1 auto;display:flex;align-items:center}.uc-dialog-alert .uc-dialog-body-header-only .uc-dialog-body-header-title{flex:1 1 auto}.uc-dialog-alert .uc-dialog-body-container{flex:1 1 auto;overflow-y:auto;display:flex;align-items:center;min-height:56px}.uc-dialog-alert .uc-dialog-body-container>div{flex:1}.uc-dialog-alert-content{padding:8px 24px}:root[data-font=true] .uc-dialog-alert-content{font-variation-settings:"wght" 550}.uc-dialog-alert-content{font-weight:400;font-size:14px;line-height:20px;color:rgba(0,0,0,.9)}:root[data-theme=dark] .uc-dialog-alert-content{color:rgba(255,255,255,.9)}.uc-dialog-loading .uc-dialog-body{width:152px!important;border-radius:12px;left:50%;top:50%;bottom:auto;max-width:360px;width:calc(100vw - 32px);transform:translate3d(-50%,-50%,0) scale3d(.8,.8,.8);transform-origin:50% 50%;opacity:0}:root[data-screen=medium] .uc-dialog-loading .uc-dialog-body{width:360px}:root[data-screen=large] .uc-dialog-loading .uc-dialog-body{width:360px}.uc-dialog-loading .uc-dialog-body-exit,.uc-dialog-loading .uc-dialog-body-exit-active{opacity:0;transform:translate3d(-50%,-50%,0) scaleZ(1);transition:all .15s cubic-bezier(.1,0,.9,1)}.uc-dialog-loading .uc-dialog-body-enter-done,.uc-dialog-loading .uc-dialog-body-enter-active{opacity:1;transform:translate3d(-50%,-50%,0) scaleZ(1);transition:all .25s cubic-bezier(.1,0,.1,1)}.uc-dialog-loading .uc-dialog-body-header{padding:0 24px 28px}.uc-dialog-loading .uc-dialog-body-header-title{padding:0;font-size:12px}:root[data-font=true] .uc-dialog-loading .uc-dialog-body-header-title{font-variation-settings:"wght" 550}.uc-dialog-loading .uc-dialog-body-header-title{font-weight:400;color:rgba(0,0,0,.54)}:root[data-theme=dark] .uc-dialog-loading .uc-dialog-body-header-title{color:rgba(255,255,255,.54)}.uc-dialog-loading .uc-dialog-body-header-title{line-height:16px}.uc-dialog-loading .uc-dialog-body-container{padding:35px 24px 15px;order:-1}.uc-dialog-loading .uc-dialog-body-container:first-child{padding:35px 24px 33px}.uc-dialog-confirmation .uc-dialog-body{max-height:600px;top:auto;bottom:24px;bottom:calc(var(--safe-bottom-height) + 24px);left:50%;max-width:360px;width:calc(100vw - 32px);transform:translate3d(-50%,calc(100% + 40px),0);transform-origin:50% 50%}.uc-dialog-confirmation .uc-dialog-body-exit,.uc-dialog-confirmation .uc-dialog-body-exit-active{transform:translate3d(-50%,calc(100% + 40px),0);transition:transform cubic-bezier(.3,0,1,1) .25s}.uc-dialog-confirmation .uc-dialog-body-enter-done,.uc-dialog-confirmation .uc-dialog-body-enter-active{transform:translate3d(-50%,0,0);transition:transform cubic-bezier(0,0,.15,1) .25s}.uc-dialog-confirmation .uc-dialog-body-header{padding:16px 24px 0}.uc-dialog-confirmation .uc-dialog-body-container-desc{padding:6px 24px 4px}:root[data-font=true] .uc-dialog-confirmation .uc-dialog-body-container-desc{font-variation-settings:"wght" 550}.uc-dialog-confirmation .uc-dialog-body-container-desc{font-weight:400;font-size:14px;line-height:20px;color:rgba(0,0,0,.9)}:root[data-theme=dark] .uc-dialog-confirmation .uc-dialog-body-container-desc{color:rgba(255,255,255,.9)}.uc-dialog-ff .uc-dialog-mask{opacity:0!important}.uc-dialog-ff .uc-dialog-body{width:360px;box-shadow:0 4px 32px 2px rgba(0,0,0,.12);left:0;top:0;bottom:auto;max-height:none;transform:none!important;transition:opacity .15s cubic-bezier(.1,0,.9,1)!important}.uc-auto-center{display:flex;justify-content:center}.uc-auto-center-content{flex:0 1 auto;word-break:break-word}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.uc-loading{display:flex;justify-content:center;align-items:center}.uc-loading-spin{width:26px;height:26px}.uc-loading-spin svg{display:block;width:100%;height:100%;animation:spin 1.25s linear infinite}.uc-loading-spin svg path{stroke:#000}:root[data-theme=dark] .uc-loading-spin svg path{stroke:#fff}.uc-loading-spin svg path{stroke-opacity:.9}:root[data-font=true] .uc-loading-text{font-variation-settings:"wght" 550}.uc-loading-text{font-weight:400;font-size:14px;line-height:20px;color:rgba(0,0,0,.54)}:root[data-theme=dark] .uc-loading-text{color:rgba(255,255,255,.54)}.uc-loading-text{margin-top:15px}.uc-loading-default{flex-direction:column}.uc-loading-default.uc-loading-mask .uc-loading-spin{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.12);border-radius:50%}.uc-loading-default.uc-loading-mask .uc-loading-spin svg{width:26px;height:26px}.uc-loading-default.uc-loading-mask .uc-loading-spin svg path{stroke:#fff}.uc-loading-small .uc-loading-spin{width:14px;height:14px}.uc-loading-small .uc-loading-spin svg path{stroke-opacity:.26}:root[data-theme=dark] .uc-loading-small .uc-loading-spin svg path{stroke-opacity:.3}.uc-loading-small .uc-loading-text{color:rgba(0,0,0,.26)}:root[data-theme=dark] .uc-loading-small .uc-loading-text{color:rgba(255,255,255,.3)}.uc-loading-small .uc-loading-text{font-size:12px;margin-left:5px;margin-top:0}.uc-empty{display:flex;width:100%;height:100%;flex-direction:column;justify-content:center;align-items:center}.uc-empty-container{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:-5%}.uc-empty-image{width:280px;height:200px}.uc-empty-image-item{display:block;width:100%;height:100%}@media screen and (max-width:359px),(max-height:419px){.uc-empty-image{width:168px;height:120px}}:root[data-font=true] .uc-empty-title{font-variation-settings:"wght" 750}.uc-empty-title{font-weight:500;font-size:16px;line-height:22px;color:rgba(0,0,0,.9)}:root[data-theme=dark] .uc-empty-title{color:rgba(255,255,255,.9)}.uc-empty-title+.uc-empty-desc{margin-top:2px}:root[data-font=true] .uc-empty-desc{font-variation-settings:"wght" 550}.uc-empty-desc{font-weight:400;font-size:12px;line-height:16px;color:rgba(0,0,0,.54)}:root[data-theme=dark] .uc-empty-desc{color:rgba(255,255,255,.54)}.uc-empty-slot{margin-top:10px;flex-direction:column;justify-content:center;align-items:center}.uc-empty-small .uc-empty-image{width:168px;height:120px}.uc-empty-light .uc-empty-title,.uc-empty-light .uc-empty-desc{color:rgba(0,0,0,.26)!important}.uc-empty-dark .uc-empty-title,.uc-empty-dark .uc-empty-desc{color:rgba(255,255,255,.3)!important}.uc-image{overflow:hidden}.uc-image-img{display:block;width:100%;height:100%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.uc-image-img-fadeIn{animation:fadeIn .5s ease-in}.uc-image-fallback,.uc-image-placeholder{height:100%;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.08)}:root[data-theme=dark] .uc-image-fallback,:root[data-theme=dark] .uc-image-placeholder{background-color:rgba(255,255,255,.15)}.uc-image-placeholder{min-height:150px}.uc-image-fallback svg{width:32px;height:32px}.uc-image-fallback svg path{fill:#000}:root[data-theme=dark] .uc-image-fallback svg path{fill:#fff}.uc-number-input{display:flex;align-items:center;justify-content:center;user-select:none}.uc-number-input-container{position:relative;width:100%;display:flex;justify-content:space-between;--input-items-width: calc(42px * var(--input-length));--input-items-margin: calc(16px * calc(var(--input-length) - 1));max-width:calc(var(--input-items-width) + var(--input-items-margin))}.uc-number-input-item{width:42px;height:46px;border-radius:8px;display:flex;align-items:center;justify-content:center}:root[data-font=true] .uc-number-input-item{font-variation-settings:"wght" 750}.uc-number-input-item{font-weight:500;font-size:30px;color:rgba(0,0,0,.9)}:root[data-theme=dark] .uc-number-input-item{color:rgba(255,255,255,.9)}.uc-number-input-item{margin-left:4px;box-sizing:border-box;background-color:#fff}:root[data-theme=dark] .uc-number-input-item{background-color:rgba(255,255,255,.1)}:root[data-rtl=true] .uc-number-input-item{margin-left:0;margin-right:12px}.uc-number-input-item span{width:10px;height:10px;background-color:rgba(0,0,0,.9)}:root[data-theme=dark] .uc-number-input-item span{background-color:rgba(255,255,255,.9)}.uc-number-input-item span{border-radius:50%}.uc-number-input-item:first-of-type{margin-left:0}:root[data-rtl=true] .uc-number-input-item:first-of-type{margin-right:0}.uc-number-input-item-focused{border:1.6px solid;border-color:#06f;border-color:var(--primary-text-color)}:root[data-theme=dark] .uc-number-input-item-focused{border-color:#5c9dff;border-color:var(--primary-text-color)}.uc-number-input-input{user-select:auto;position:absolute;z-index:-1;left:0;top:0;width:1px;box-sizing:border-box;height:1px;padding:0;caret-color:transparent;overflow:hidden;color:transparent;opacity:0;background-color:transparent;box-shadow:none;outline:none;border:none;margin:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}@keyframes cursor-flicker{0%{opacity:0}50%{opacity:1}to{opacity:0}}.uc-popup{position:fixed;display:none;background-color:#fff}:root[data-theme=dark] .uc-popup{background-color:#333}.uc-popup-left{width:50%;height:100%;left:0;top:0}.uc-popup-left-enter{display:block;transform:translate3d(-100%,0,0)}.uc-popup-left-enter-done,.uc-popup-left-exit,.uc-popup-left-enter-active{display:block;transform:translateZ(0);transition:transform cubic-bezier(0,0,.15,1) .25s}.uc-popup-left-exit-active{transform:translate3d(-100%,0,0);display:block;transition:transform cubic-bezier(.3,0,1,1) .25s}.uc-popup-right{width:50%;height:100%;right:0;top:0}.uc-popup-right-enter{display:block;transform:translate3d(100%,0,0)}.uc-popup-right-enter-done,.uc-popup-right-exit,.uc-popup-right-enter-active{display:block;transform:translateZ(0);transition:transform cubic-bezier(0,0,.15,1) .25s}.uc-popup-right-exit-active{transform:translate3d(100%,0,0);display:block;transition:transform cubic-bezier(.3,0,1,1) .25s}.uc-popup-bottom{width:100%;height:50%;bottom:0;left:0}.uc-popup-bottom-enter{display:block;transform:translate3d(0,100%,0)}.uc-popup-bottom-enter-done,.uc-popup-bottom-exit,.uc-popup-bottom-enter-active{display:block;transform:translateZ(0);transition:transform cubic-bezier(0,0,.15,1) .25s}.uc-popup-bottom-exit-active{transform:translate3d(0,100%,0);display:block;transition:transform cubic-bezier(.3,0,1,1) .25s}.uc-popup-top{width:100%;height:50%;top:0;left:0}.uc-popup-top-enter{display:block;transform:translate3d(0,-100%,0)}.uc-popup-top-enter-done,.uc-popup-top-exit,.uc-popup-top-enter-active{display:block;transform:translateZ(0);transition:transform cubic-bezier(0,0,.15,1) .25s}.uc-popup-top-exit-active{transform:translate3d(0,-100%,0);display:block;transition:transform cubic-bezier(.3,0,1,1) .25s}.uc-popup-center{width:50%;height:50%;left:50%;top:50%;transform:translate3d(-50%,-50%,0)}.uc-popup-center-enter{opacity:0;display:block;transform:translate3d(-50%,-50%,0) scale3d(.8,.8,.8)}.uc-popup-center-enter-done,.uc-popup-center-exit,.uc-popup-center-enter-active{opacity:1;display:block;transform:translate3d(-50%,-50%,0) scaleZ(1);transition:transform .25s cubic-bezier(.1,0,.1,1),opacity .25s cubic-bezier(.1,0,.1,1)}.uc-popup-center-exit-active{opacity:0;display:block;transform:translate3d(-50%,-50%,0) scale3d(.8,.8,.8);transition:transform .15s cubic-bezier(.1,0,.9,1),opacity .25s cubic-bezier(.1,0,.1,1)}.uc-toast{position:fixed;width:max-content;left:50%;transform:translate(-50%) scale3d(.8,.8,.8);background-color:#fff}:root[data-theme=dark] .uc-toast{background-color:#333}.uc-toast{box-shadow:0 4px 32px 2px rgba(0,0,0,.12);padding:14px 24px;border-radius:32px;box-sizing:border-box;max-width:calc(100vw - 32px)}:root[data-screen=medium] .uc-toast{max-width:calc(75vw - 38px)}:root[data-screen=large] .uc-toast{max-width:calc(50vw - 46px)}.uc-toast{opacity:0;z-index:110}.uc-toast-content{display:flex;align-items:center}.uc-toast-content-icon{margin-left:-8px;margin-right:10px;width:20px;height:20px;border-radius:5px;overflow:hidden;flex-shrink:0}:root[data-rtl=true] .uc-toast-content-icon{margin-right:-8px;margin-left:10px}.uc-toast-content-text{color:rgba(0,0,0,.9)}:root[data-theme=dark] .uc-toast-content-text{color:rgba(255,255,255,.9)}.uc-toast-content-text{line-height:20px}:root[data-font=true] .uc-toast-content-text{font-variation-settings:"wght" 750}.uc-toast-content-text{font-weight:500;font-size:14px;word-break:break-word;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.uc-toast-exit,.uc-toast-exit-active{opacity:0;transform:translate(-50%) scale3d(.8,.8,.8);transition:all .3s cubic-bezier(.3,0,.1,1)}.uc-toast-enter-done,.uc-toast-enter-active{opacity:1;transform:translate(-50%) scaleZ(1);transition:all .3s cubic-bezier(.3,0,.1,1)}.uc-toast-destroyed{transition-duration:.1s!important}.micro-app-wrapper{position:relative;width:100%;height:100%}.micro-app-container{width:100%;height:100%}.micro-app-loading,.micro-app-error{width:100%;height:calc(100vh - 60px);display:flex;justify-content:center;align-items:center;flex-direction:column}.identity-tag{display:flex;box-sizing:border-box;width:fit-content;min-width:55px;height:17px;border-radius:16px;background-color:rgba(0,0,0,.26);align-items:center;justify-content:center;padding:1.5px 5px 1.5px 4px}.identity-tag span{font-size:10px;font-weight:600;line-height:14px;color:#fff;transform:translateY(.5px)}.identity-tag :global .uc-image{margin-right:2px}.identity-tag :global .uc-image-placeholder{background-color:transparent}.identity-tag-STANDARD{background:linear-gradient(280.64deg,#e2a958 8.4%,#fbd8a1 86.69%)}.identity-tag-STANDARD .identity-tag__text{color:#60411d}.identity-tag-PREMIUM{background:linear-gradient(90deg,#1f1731,#483f3f)}.identity-tag-PREMIUM .identity-tag__text{background:linear-gradient(0deg,#ffdec1,#ffdec1),linear-gradient(201.69deg,rgba(255,255,255,.4) 19.9%,rgba(255,255,255,.06) 70.33%);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.identity-tag-DELUXE{background:linear-gradient(90deg,#18388d,#1c2a63),linear-gradient(90deg,#007178,#004148),linear-gradient(280.64deg,#fbd8a1 8.4%,#e2a958 92.58%)}.identity-tag-DELUXE .identity-tag__text{background:linear-gradient(0deg,#ffdeb1,#ffdeb1),linear-gradient(201.69deg,rgba(255,255,255,.4) 19.9%,rgba(255,255,255,.06) 70.33%);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.identity-tag-ULTIMATE{background:linear-gradient(270deg,#1e1731,#564283)}.identity-tag-ULTIMATE .identity-tag__text{background:linear-gradient(99.69deg,#f7c59e 14.84%,#fef0e8 80.01%),linear-gradient(201.69deg,rgba(255,255,255,.4) 19.9%,rgba(255,255,255,.06) 70.33%);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}._container_1t8la_29{position:relative;display:inline-block}._moduleChange_1t8la_34{display:flex;align-items:center;cursor:pointer}._moduleChange_1t8la_34 ._moduleName_1t8la_39{font-size:12px;line-height:16px;font-weight:500;margin-right:4px;white-space:nowrap}._moduleChange_1t8la_34 ._triangle_1t8la_46{display:inline-flex;transition:transform .2s ease}._modulePanel_1t8la_51{width:270px;background-color:#fff;box-shadow:0 6px 20px rgba(0,0,0,.08);position:absolute;top:calc(100% + 8px);left:-53px;border-radius:12px;z-index:90;padding:6px 6px 10px;box-sizing:border-box}:root:not([data-screen=small]) ._modulePanel_1t8la_51{left:0}._modulePanel_1t8la_51 ._panelHeader_1t8la_67{font-size:14px;line-height:20px;display:flex;align-items:center;color:rgba(0,0,0,.9);margin-top:10px;margin-bottom:10px}._modulePanel_1t8la_51 ._panelHeader_1t8la_67 ._icon_1t8la_76{margin-right:6px;margin-left:12px;display:inline-flex}._modulePanel_1t8la_51 ._panelHeader_1t8la_67 ._title_1t8la_81{font-weight:500}._modulePanel_1t8la_51 ._menuList_1t8la_84{display:flex;flex-wrap:wrap}._modulePanel_1t8la_51 ._menuList_1t8la_84 li{border-radius:12px;padding:8px 0;box-sizing:border-box;text-align:center;cursor:pointer;margin-right:6px;margin-bottom:6px}._modulePanel_1t8la_51 ._menuList_1t8la_84 li:hover{background-color:rgba(0,0,0,.08)}:root[data-theme=dark] ._modulePanel_1t8la_51 ._menuList_1t8la_84 li:hover{background-color:rgba(255,255,255,.15)}._modulePanel_1t8la_51 ._menuList_1t8la_84 li:nth-of-type(4n){margin-right:0}._modulePanel_1t8la_51 ._menuList_1t8la_84 li p{font-size:10px;font-weight:500;line-height:14px;color:rgba(0,0,0,.9)}:root[data-theme=dark] ._modulePanel_1t8la_51 ._menuList_1t8la_84 li p{color:rgba(255,255,255,.9)}._modulePanel_1t8la_51 ._menuList_1t8la_84 li p{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._modulePanel_1t8la_51 ._menuList_1t8la_84 li .uc-image{width:36px;height:36px;margin:0 12px 8px}._activeItem_1t8la_127{background-color:rgba(0,0,0,.08)}:root[data-theme=dark] ._activeItem_1t8la_127{background-color:rgba(255,255,255,.15)}._rotate_1t8la_134{transform:rotate(180deg)}:root[data-screen=large] ._moduleChange_1t8la_34 ._moduleName_1t8la_39{font-size:16px;line-height:20px;margin-right:8px}._pwdPopup_5804o_29{width:328px;height:auto;background-color:#fff;border-radius:24px;padding:24px 24px 16px;box-sizing:border-box}._pwdPopup_5804o_29 ._title_5804o_37{font-size:18px;line-height:26px;color:rgba(0,0,0,.9)}:root[data-theme=dark] ._pwdPopup_5804o_29 ._title_5804o_37{color:rgba(255,255,255,.9)}._pwdPopup_5804o_29 ._title_5804o_37{text-align:center;font-weight:500;display:flex;align-items:center;justify-content:center}._pwdPopup_5804o_29 .uc-number-input-item{background-color:rgba(0,0,0,.04)}:root[data-screen=large] ._pwdPopup_5804o_29{width:572px;padding:48px 60px}:root[data-screen=large] ._pwdPopup_5804o_29 ._title_5804o_37{font-size:24px;line-height:34px;font-weight:600}._input_5804o_65{position:relative;padding:24px 0}._input_5804o_65 .uc-number-input-container{max-width:452px!important}:root[data-screen=large] ._input_5804o_65{padding:32px 0}._errorMsg_5804o_76{height:22px;font-size:10px;color:#db382c}:root[data-theme=dark] ._errorMsg_5804o_76{color:#ff6c61}._errorMsg_5804o_76{line-height:22px}._btnGroup_5804o_88{width:100%;display:flex;flex-direction:column-reverse;justify-content:center;align-items:center;gap:8px;margin-top:20px}._btnGroup_5804o_88 .uc-button-medium{max-width:296px!important}:root[data-screen=large] ._btnGroup_5804o_88{flex-direction:row;margin-top:28px}._btn_5804o_88{width:100px;height:30px;border:1px solid #e6ebf0;border-radius:4px;font-size:12px;line-height:30px;background-color:#fff;text-align:center;color:#565656;padding:0;margin:0;outline:none;cursor:pointer}._submit_5804o_121{background-color:#007aff;color:#fff;border:none;margin-left:36px}._submit_5804o_121:disabled{background-color:#f5f6f7;color:#bbc0cb;cursor:not-allowed}._logo_13bt3_29{display:flex;align-items:center;width:fit-content;cursor:pointer}._logo_13bt3_29 img{width:15px;height:12px;margin-right:5px}._logo_13bt3_29 p{color:rgba(0,0,0,.9)}:root[data-theme=dark] ._logo_13bt3_29 p{color:rgba(255,255,255,.9)}._logo_13bt3_29 p{font-size:12px;line-height:16px;font-weight:600;white-space:nowrap}:root[data-screen=medium] ._logo_13bt3_29 img{width:25px;height:20px;margin-right:5px}:root[data-screen=large] ._logo_13bt3_29 img{width:40px;height:32px;margin-right:8px}:root[data-screen=large] ._logo_13bt3_29 p{font-size:16px;line-height:20px}._container_oatfi_29{width:fit-content;display:flex;align-items:center;position:relative;cursor:pointer;z-index:90}._container_oatfi_29 ._languageText_oatfi_37{font-size:12px;line-height:16px;font-weight:400;margin:0 2px;white-space:nowrap}._container_oatfi_29 ._triangle_oatfi_44{width:7px;height:5px;transition:all .3s ease;display:inline-flex;align-items:center}._container_oatfi_29 ._rotate_oatfi_51{transform:rotate(180deg)}:root[data-screen=large] ._container_oatfi_29 ._languageText_oatfi_37{font-size:16px;line-height:20px}._languageList_oatfi_60{position:absolute;top:32px;min-width:125px;max-height:316px;background:#fff;box-shadow:0 20px 36px rgba(16,22,82,.06);border-radius:12px;overflow-y:auto;overflow-x:hidden;z-index:2;border:1px solid #ebecf0}._languageList_oatfi_60 ul{list-style:none;margin:0;padding:0}._languageList_oatfi_60 li{padding:13px 16px;text-align:left;cursor:pointer;position:relative}._languageList_oatfi_60 li:hover{background-color:#f9fafc}._languageList_oatfi_60 li:after{content:"";position:absolute;left:16px;right:16px;bottom:0;height:1px;background:#f7f7f7}._languageList_oatfi_60 li:last-child:after{display:none}._languageList_oatfi_60 li p{padding:0;font-size:16px;line-height:22px;color:#424242;letter-spacing:.02px;font-weight:500;margin:0}._profile_3tr1h_29{display:flex;align-items:center;cursor:pointer;position:relative;z-index:90;min-width:120px;flex-shrink:0}._profile_3tr1h_29 ._triangle_3tr1h_38{width:7px;height:5px;transition:all .3s ease;display:inline-flex;align-items:center;margin-left:2px;flex:0 0 auto}._profile_3tr1h_29 ._rotate_3tr1h_47{transform:rotate(180deg)}._avatar_3tr1h_51{width:24px;height:24px;border-radius:50%;background-image:url(data:image/png;base64,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);background-size:contain}._userName_3tr1h_59{margin:0 2px 0 4px;font-size:12px;line-height:16px;font-weight:400;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:92px}:root:not([data-screen=small]) ._userName_3tr1h_59{max-width:200px}:root[data-screen=large] ._avatar_3tr1h_51{width:32px;height:32px}:root[data-screen=large] ._userName_3tr1h_59{font-size:16px;line-height:20px}._menu_3tr1h_83{position:absolute;top:32px;right:-7px;min-width:125px;max-height:316px;background:#fff;box-shadow:0 20px 36px rgba(16,22,82,.06);border-radius:12px;overflow-y:auto;overflow-x:hidden;z-index:2;border:1px solid #ebecf0}._menu_3tr1h_83 ul{list-style:none;margin:0;padding:0}._menu_3tr1h_83 li{padding:13px 16px;font-size:16px;line-height:22px;color:#424242;letter-spacing:.02px;font-weight:500;text-align:left;cursor:pointer;position:relative}._menu_3tr1h_83 li:hover{background-color:#f9fafc}._menu_3tr1h_83 li:after{content:"";position:absolute;left:16px;right:16px;bottom:0;height:1px;background:#f7f7f7}._menu_3tr1h_83 li:last-child:after{display:none}._commonHeader_1yz25_29{display:flex;align-items:center;justify-content:flex-start;padding:8px 12px;background-color:#fff;flex-wrap:wrap;column-gap:8px;row-gap:0}._commonHeader_1yz25_29 ._left_1yz25_39{display:flex;align-items:center;justify-content:flex-start;gap:0;min-width:0;flex:1 1 auto}._commonHeader_1yz25_29 ._right_1yz25_47{display:flex;align-items:center;justify-content:flex-end;gap:12px;min-width:120px;flex:1 1 auto}._commonHeader_1yz25_29._wrapped_1yz25_55{padding-top:6px;padding-bottom:6px}._commonHeader_1yz25_29._wrapped_1yz25_55 ._right_1yz25_47{justify-content:space-between}:root:not([data-screen=small]) ._commonHeader_1yz25_29{padding:8px 16px;column-gap:12px}:root[data-screen=large] ._commonHeader_1yz25_29{padding:8px 24px;column-gap:16px}:root[data-screen=large] ._commonHeader_1yz25_29 ._right_1yz25_47{gap:16px}._divider_1yz25_74{width:1px;height:16px;background-color:rgba(0,0,0,.12);margin:0 6px}._titleWrapper_ecmnd_29{display:flex;align-items:center;gap:6px}._title_ecmnd_29{font-size:16px;line-height:21px;font-weight:500;color:rgba(0,0,0,.9)}:root[data-theme=dark] ._title_ecmnd_29{color:rgba(255,255,255,.9)}._verifyPage_ecf6a_29{min-height:calc(100vh - var(--macro-navbar-height, 48px));padding:24px 40px;background-color:rgba(0,0,0,.08)}:root[data-theme=dark] ._verifyPage_ecf6a_29{background-color:rgba(255,255,255,.15)}._verifyPage_ecf6a_29{display:flex;flex-direction:column;gap:24px;box-sizing:border-box}._content_ecf6a_44{flex:1;min-height:0;padding:24px;background-color:#fff;box-sizing:border-box;border-radius:12px;display:flex;flex-direction:column;gap:16px}._center_ecf6a_56{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;padding:24px 0}._footer_ecf6a_65{flex:none;text-align:center}._wrapper_j6dyz_29{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;background:#f6f7f9;color:rgba(0,0,0,.88);font-size:14px;line-height:20px;border-radius:12px}._text_j6dyz_42{flex:1;min-width:0;color:rgba(0,0,0,.54)}:root[data-theme=dark] ._text_j6dyz_42{color:rgba(255,255,255,.54)}._upgradeBtn_j6dyz_51{flex:none;padding:0;color:#1677ff}._copyright_178sr_29{background-color:transparent}._copyright_178sr_29 ._text_178sr_32{font-size:12px;line-height:16px;text-align:center;color:rgba(0,0,0,.54)}:root[data-theme=dark] ._copyright_178sr_29 ._text_178sr_32{color:rgba(255,255,255,.54)}._copyright_178sr_29 ._text_178sr_32 a{color:rgba(0,0,0,.54)}:root[data-theme=dark] ._copyright_178sr_29 ._text_178sr_32 a{color:rgba(255,255,255,.54)}._fallbackEmpty_19jqy_29{width:100%;height:100%;flex-direction:column;justify-content:center;align-items:center;display:flex}._cont_19jqy_38{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:-5%}._imgCont_19jqy_46{width:280px;height:280px}._title_19jqy_51{font-weight:400;font-size:16px;line-height:21px;color:#db382c;margin-top:2px}._desc_19jqy_59{font-weight:400;font-size:12px;line-height:16px;color:#db382c;margin-top:2px}:root{--primary-background-color: #0066ff;--primary-text-color: #0066ff;--coui-color-container-theme-halftone: rgba(0, 102, 255, .15);--coui-color-focus: rgba(0, 102, 255, .12);--coui-color-focus-outline: rgba(0, 102, 255, .4);--coui-color-disable: rgba(0, 102, 255, .3)}*[tabindex]{outline:none}:root[data-theme=dark]{--primary-background-color: #247cff;--primary-text-color: #5c9dff;--coui-color-container-theme-halftone: rgba(36, 124, 255, .25);--coui-color-focus: rgba(36, 124, 255, .2);--coui-color-focus-outline: rgba(36, 124, 255, .4);--coui-color-disable: rgba(36, 124, 255, .3)}html,body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,fieldset,form,label,input,legend,table,caption,tbody,tfoot,thead,tr,th,td,textarea,article,aside,audio,canvas,figure,footer,header,mark,menu,nav,section,time,video{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}article,aside,dialog,figure,footer,header,hgroup,nav,section,blockquote{display:block}ul,ol{list-style:none}img{border:0 none;vertical-align:top}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}strong,em,i{font-style:normal;font-weight:400}ins{text-decoration:underline}del{text-decoration:line-through}mark{background:none}input::-ms-clear{display:none!important}html,body{width:100%;height:100%;font-family:PingFangSC-Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}body{font-size:14px;color:#5d5d5d;height:100%;min-height:600px;background-position:50% 50%;background-size:cover}a{text-decoration:none;color:rgba(0,0,0,.9)}a:hover{text-decoration:underline}[v-cloak]{display:none}::-webkit-scrollbar{height:8px;width:6px}::-webkit-scrollbar-track{background-color:transparent;-webkit-border-radius:2em;-moz-border-radius:2em;border-radius:2em}::-webkit-scrollbar-thumb{background:rgba(0,0,0,.12);-webkit-border-radius:2em;-moz-border-radius:2em;border-radius:2em;min-height:80px}.stop_img_select{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-khtml-user-select:none;user-select:none}*{-webkit-tap-highlight-color:rgba(0,0,0,0)}
