.ScanQR_errorBox__2ZIhq {
    position: absolute;
    top: 0;
    z-index: 200;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: hsla(0, 0%, 100%, .9)
}

.ScanQR_errorBox__2ZIhq>img {
    width: 120px;
    height: 120px
}

.ScanQR_errorBox__2ZIhq .ScanQR_btn__hqJ40 {
    width: 40px;
    height: 40px;
    background: #f3f4f7;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.AlertMention_alert__tNnkL i,
.AlertMention_alert__tNnkL svg {
    color: #884dff !important
}

.Account_userListBox__lnlaG {
    position: absolute;
    top: 52px;
    width: 100%;
    height: 192px;
    z-index: 100;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, .08), 0 4px 8px 0 rgba(0, 0, 0, .12);
    flex-shrink: 0;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .04)) drop-shadow(0 0 1px rgba(0, 0, 0, .04));
    overflow-y: scroll
}

.Account_userListBox__lnlaG .Account_userItem__prq_f {
    padding: 0 16px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    cursor: default
}

.Account_userListBox__lnlaG .Account_userItem__prq_f img {
    width: 24px;
    height: 24px
}

.Account_userListBox__lnlaG .Account_userItem__prq_f .Account_highlightClassName__5dUjh {
    color: #884dff;
    background-color: transparent;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1 1
}

.Account_userListBox__lnlaG .Account_userItem__prq_f .Account_userEmail__VTUOj {
    font-size: 16px;
    font-weight: 400;
    color: #2d2f39;
    width: 182px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1 1
}

.Account_userListBox__lnlaG .Account_userItem__prq_f i {
    font-size: 20px;
    color: #c2c5d6;
    cursor: pointer
}

.Account_userListBox__lnlaG .Account_userItem__prq_f:hover {
    background: #f9f9fb
}

.Account_accountInput__6_J0Q input {
    padding: 0;
    font-size: inherit;
    border: none;
    border-radius: 0;
    outline: none;
    background: transparent;
    color: inherit;
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    margin: 0
}

.Account_accountInput__6_J0Q .ant-input-suffix {
    display: flex;
    flex: none;
    align-items: center
}

.Account_accountInput__6_J0Q .ant-input-clear-icon {
    color: rgba(0, 0, 0, .25);
    font-size: 12px
}

.Account_accountInput__6_J0Q .ant-input-password-icon {
    color: rgba(0, 0, 0, .45)
}

.LoginForm_divider__RvtFm {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    position: relative;
    --tw-text-opacity: 1;
    color: #8d91a5;
    margin: 24px 0
}

@supports (color:rgb(0 0 0/0)) {
    .LoginForm_divider__RvtFm {
        color: rgb(141 145 165/var(--tw-text-opacity))
    }
}

.LoginForm_divider__RvtFm:after,
.LoginForm_divider__RvtFm:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 121px;
    height: 1px;
    background-color: rgba(11, 12, 14, .08)
}

@media(max-width:749px) {

    .LoginForm_divider__RvtFm:after,
    .LoginForm_divider__RvtFm:before {
        width: 100px
    }
}

.LoginForm_divider__RvtFm:before {
    left: 0
}

.LoginForm_divider__RvtFm:after {
    right: 0
}

.CodeBoxInput_container__ZHRDN {
    padding-top: 16px
}

.CodeBoxInput_container__ZHRDN input {
    height: 0;
    padding: 20px;
    float: left;
    margin-bottom: 20px;
}

.CodeBoxInput_container__ZHRDN .CodeBoxInput_itemWrap__wAmyz {
    max-width: 400px;
    display: flex;
    justify-content: space-between;
    gap: 14px
}

.CodeBoxInput_item__SJTRr {
    flex: 1 1;
    border-radius: 4px;
    border: 1px solid #e1e3eb;
    background: #fff;
    aspect-ratio: 5/6;
    color: #884dff !important;
    font-size: 32px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px !important
}

.CodeBoxInput_container__ZHRDN .CodeBoxInput_itemWrap__wAmyz .CodeBoxInput_errBorder__H9ZOs {
    border-color: #eb4747 !important
}

.CodeBoxInput_container__ZHRDN .CodeBoxInput_itemWrap__wAmyz .CodeBoxInput_highlight__UBuM1 {
    border-color: #884dff
}

.CodeBoxInput_container__ZHRDN .CodeBoxInput_itemWrap__wAmyz .CodeBoxInput_cursor__QVaMt {
    height: 32px;
    width: 2px;
    border-radius: 99px;
    background: #884dff;
    animation: CodeBoxInput_cursorAnimation__LQXTn 1s step-start infinite
}

@keyframes CodeBoxInput_cursorAnimation__LQXTn {

    0%,
    to {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

.CodeBoxInput_container__ZHRDN .CodeBoxInput_errorTip__p2YuP {
    padding-top: 6px
}

@media screen and (max-width:749px) {
    .CodeBoxInput_container__ZHRDN .CodeBoxInput_item__SJTRr {
        font-size: 24px !important
    }

    .CodeBoxInput_container__ZHRDN .CodeBoxInput_cursor__QVaMt {
        height: 24px !important
    }
}

.VerificationSwitch_switchModal__TluoS .ant-modal-close {
    color: rgba(0, 0, 0, .75)
}

.VerificationSwitch_switchModal__TluoS .ant-modal-close-x {
    width: 40px
}

.VerificationSwitch_verification-switch__5y_Ru {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    overflow: hidden;
    min-height: 158px
}

.VerificationSwitch_verification-switch__5y_Ru .VerificationSwitch_title__3KXT7 {
    height: 56px;
    text-align: left;
    padding: 16px 24px 12px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #2d2f39
}

.VerificationSwitch_verification-switch__5y_Ru .VerificationSwitch_option__vwWQb {
    position: relative;
    display: flex;
    align-items: center;
    height: 64px;
    margin: 16px 24px;
    padding: 16px;
    border: 1px solid #e1e3eb;
    border-radius: 8px;
    color: #2d2f39;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    cursor: pointer
}

.VerificationSwitch_verification-switch__5y_Ru .VerificationSwitch_option__vwWQb:hover {
    border: 1px solid #884dff
}

.VerificationSwitch_verification-switch__5y_Ru .VerificationSwitch_option__vwWQb:hover:after {
    box-shadow: 0 0 0 1px #884dff;
    background-color: #884dff
}

.VerificationSwitch_verification-switch__5y_Ru .VerificationSwitch_option__vwWQb:after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #e1e3eb
}

.VerificationSwitch_verification-switch__5y_Ru .VerificationSwitch_option__vwWQb.VerificationSwitch_active__kRZTB {
    border: 1px solid #884dff
}

.VerificationSwitch_verification-switch__5y_Ru .VerificationSwitch_option__vwWQb.VerificationSwitch_active__kRZTB:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #884dff;
    box-shadow: 0 0 0 1px #884dff;
    right: 16px;
    top: 50%;
    transform: translateY(-50%)
}

.PlatformVerify_verifyModalBox__h_6o5 {
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 0 1px 0 rgba(0, 0, 0, .08)
}

.PlatformVerify_verifyModalBox__h_6o5 .ant-modal {
    width: 400px !important
}

.PlatformVerify_verifyModalBox__h_6o5 .ant-modal-mask {
    display: none
}

.PlatformVerify_verifyModalBox__h_6o5 .ant-image-preview-wrap,
.PlatformVerify_verifyModalBox__h_6o5 .ant-modal-wrap {
    z-index: 100000
}

.PlatformVerify_verifyModalBox__h_6o5 .ant-modal-content {
    border-radius: 12px;
    overflow: hidden
}

.PlatformVerify_verifyModalBox__h_6o5 .ant-modal-close {
    top: 16px;
    right: 16px
}

.PlatformVerify_verifyModalBox__h_6o5 .ant-modal-close-x {
    width: 40px;
    height: 40px;
    line-height: 40px
}

.PlatformVerify_verifyModalBox__h_6o5 .ant-modal-close-x i {
    font-size: 24px;
    color: #313235
}

.PlatformVerify_verifyModalBox__h_6o5 .PlatformVerify_verifyBox__bzH8o .PlatformVerify_verifyContent__pCiyk {
    width: 100%;
    height: 176px;
    background: #f9f9fb;
    border-radius: 8px;
    margin: 24px 0 16px
}

.PlatformVerify_verifyModalBox__h_6o5 .PlatformVerify_verifyBox__bzH8o .PlatformVerify_verifyContent__pCiyk img {
    height: 100%
}

.PlatformVerify_verifyModalBox__h_6o5 .PlatformVerify_verifyBox__bzH8o .PlatformVerify_searchInput__ooctu {
    width: 100%;
    height: 48px;
    border: 1px solid #f3f4f7;
    border-radius: 4px;
    line-height: 48px;
    padding-left: 16px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-5;
    font-weight: 400
}

.PlatformVerify_verifyModalBox__h_6o5 .PlatformVerify_verifyBox__bzH8o .PlatformVerify_focusBorder__o4FNu {
    border: 1px solid #884dff
}

.PlatformVerify_verifyModalBox__h_6o5 .PlatformVerify_verifyBox__bzH8o .PlatformVerify_subBtn__BKJAn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f3f4f7;
    border-radius: 20px;
    font-size: 16px;
    font-family: SF Pro Text, SF Pro Text-8;
    font-weight: 700;
    text-align: center;
    color: #313235;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none
}

.PlatformVerify_verifyModalBox__h_6o5 .PlatformVerify_verifyBox__bzH8o .PlatformVerify_allowClick__lPYxH {
    background: #884dff;
    color: #fff;
    pointer-events: inherit
}

@media screen and (max-width:750px) {
    .PlatformVerify_verifyModalBox__h_6o5 .ant-modal {
        width: 311px !important
    }

    .PlatformVerify_verifyModalBox__h_6o5 .PlatformVerify_verifyBox__bzH8o .PlatformVerify_verifyContent__pCiyk img {
        transform: scale(.66);
        margin-left: -44px
    }
}

.VerifyCode_emailItem__9MbSr,
.VerifyCode_googleItem__o0cdr {
    margin-top: 32px
}

.VerifyCode_comfirmDesc__WV77o {
    font-size: 14px;
    font-weight: 400;
    color: #9194a1;
    line-height: 22px;
    margin-top: 8px
}

.VerifyCode_comfirmDesc__WV77o .VerifyCode_comfirmSend__PjTuo {
    font-weight: 600;
    color: #313235;
    text-align: center
}

.VerifyCode_comfirmDesc__WV77o .VerifyCode_comfirmSend__PjTuo span {
    color: #884dff;
    margin-left: 2px
}

.VerifyCode_confirmButton__4P3BZ {
    width: 100%;
    height: 40px;
    background: #884dff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
    margin-top: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center
}

.VerifyCode_emailButton__MQpiY {
    margin-top: 0
}

.VerifyCode_googleButton__UvIzu {
    margin-top: 24px
}

.VerifyCode_switchEmail__WwZal {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: #884dff;
    line-height: 22px;
    margin-top: 16px;
    cursor: pointer
}

.VerifyCode_verficationCode__O176b .VerifyCode_resendBox____jWm {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    float: right;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.VerifyCode_verficationCode__O176b .VerifyCode_resendBox____jWm .ant-statistic-content .ant-statistic-content-value {
    font-size: 14px;
    color: #8d91a5;
    font-weight: 400
}

.VerifyCode_verficationCode__O176b .VerifyCode_resendBox____jWm span {
    color: #884dff;
    cursor: pointer;
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.VerifyCode_loginButton__SODON {
    box-shadow: none
}

.VerifyCode_rotate__g1kk5 {
    transform: rotate(180deg)
}