#choose_account_iframe,#login_modal_iframe,#phone_login_iframe,#register_modal_iframe{display:none}

.modal_box {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    inset-inline-end: 0;
    bottom: 0;
    inset-inline-start: 0;
    overflow: auto;
    outline: 0;
    background-color: rgba(0, 0, 0, .45);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center
}

.modal_box .login_box {
    width: 942px;
    height: 505px;
    background: #fff;
    border-radius: 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.modal_box .login_box .login_left_box {
    width: 468px;
    height: 505px;
    position: relative
}

.modal_box .login_box .login_left_box .login_bg {
    position: absolute;
    width: 468px;
    height: 557px;
    left: 0px;
    top: -34px;
    z-index: 110
}

.modal_box .login_box .login_left_box .back {
    height: 58px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 150;
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 30px
}

.modal_box .login_box .login_left_box .back .img {
    width: 15px;
    height: auto;
    margin-right: 6px
}

.modal_box .login_box .login_left_box .qr_code {
    width: 225px;
    height: 446px;
    position: absolute;
    top: 58px;
    left: 0;
    z-index: 150;
    margin-left: 85px
}

.modal_box .login_box .login_left_box .qr_code .qr_code_box {
    width: 225px;
    height: 225px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px
}

.modal_box .login_box .login_left_box .qr_code .title {
    color: #fff;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-align: center
}

.modal_box .login_box .login_left_box .qr_code .remarks {
    color: #fff;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    margin-top: 6px;
    text-align: right
}

.modal_box .login_box .login_right_box {
    width: 460px;
    height: 505px;
    padding-left: 14px
}

.modal_box .login_box .login_right_box .title {
    width: 410px;
    height: 28px;
    color: #646464;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    padding: 40px 0;
    text-align: center
}

.modal_box .account_login_box {
    width: 608px;
    height: 485px;
    background: #fff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
}

.modal_box .account_login_box .title {
    width: 73px;
    height: 28px;
    color: #646464;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    border-bottom: 1px solid #044390;
    margin-top: 26px
}

.modal_box .account_login_box .input_box {
    margin-top: 40px
}

.modal_box .register_box {
    width: 538px;
    background: #fff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 32px
}

.modal_box .register_box .title {
    width: 73px;
    height: 28px;
    color: #646464;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    border-bottom: 1px solid #044390;
    margin-top: 32px
}

.modal_box .register_box .input_box {
    margin-top: 24px
}

.modal_box .input_box {
    width: 410px
}

.modal_box .input_box .label_input {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    padding: 13px 0 3px 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.modal_box .input_box .label_input .change_img {
    cursor: pointer
}

.modal_box .input_box .input_row {
    height: 52px;
    box-sizing: border-box;
    background: rgba(180, 182, 187, .13);
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 9px 10px 9px
}

.modal_box .input_box .input_row .img {
    width: 19px;
    height: auto;
    margin-right: 9px
}

.modal_box .input_box .input_row .login_input {
    flex: 1;
    height: 32px;
    border: 0px;
    background-color: rgba(0, 0, 0, 0);
    outline: none
}

.modal_box .input_box .input_row .remarks {
    font-size: 14px;
    margin-left: 9px;
    cursor: pointer
}

.modal_box .input_box .input_canvas_box,
.modal_box .input_box .input_code_box {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.modal_box .input_box .input_canvas_box .input_row,
.modal_box .input_box .input_code_box .input_row {
    width: 270px
}

.modal_box .input_box .input_canvas_box .canvas_box,
.modal_box .input_box .input_code_box .canvas_box {
    width: 130px;
    height: 52px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center
}

.modal_box .input_box .error_prompt {
    font-size: 14px;
    color: red;
    margin-top: 4px;
    display: none
}

.modal_box .input_box .input_code_box .send_code .remarks {
    font-family: Poppins;
    font-size: 14px;
    line-height: 17px;
    margin-top: 6px;
    text-align: right;
    cursor: pointer
}

.modal_box .button_box {
    width: 410px;
    margin-top: 30px
}

.modal_box .button_box .login_button {
    width: 410px;
    height: 60px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px 7px 5px 21px;
    color: #fff;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
    background: #044390
}

.modal_box .button_box .remarks {
    color: #6d7278;
    font-family: Poppins;
    font-size: 16px;
    line-height: 16px;
    margin-top: 16px;
    cursor: pointer;
    text-align: center
}

.modal_box .choose_account {
    width: 764px;
    min-height: 422px;
    background: #fff;
    border-radius: 8px
}

.modal_box .choose_account .title {
    width: 764px;
    height: 90px;
    background: #044390;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
    border-radius: 0 0 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: Inter;
    font-size: 24px;
    font-weight: 600
}

.modal_box .choose_account .choose_account_content {
    height: 200px;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.modal_box .choose_account .choose_account_content .choose_account_row {
    width: 700px;
    height: 52px;
    box-sizing: border-box;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px
}

.modal_box .choose_account .choose_account_content .choose_account_row .img {
    width: 22px;
    height: auto
}

.modal_box .choose_account .choose_account_content .choose_account_row .img_02 {
    width: 24px;
    height: auto;
    cursor: pointer
}

.modal_box .choose_account .choose_account_content .choose_account_row .login_input {
    flex: 1;
    height: 32px;
    border: 0px;
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    margin: 0 10px
}

.modal_box .choose_account .choose_account_content .choose_account_row .school_name {
    flex: 1;
    font-size: 14px;
    margin: 0 10px;
    color: rgba(0, 0, 0, .6)
}

.modal_box .choose_account .choose_account_content .select_school_box {
    width: 372px;
    height: 340px;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: 86px;
    right: -140px;
    box-shadow: 0px 3.79px 117.54px 0px rgba(0, 0, 0, .1);
    z-index: 200;
    display: none
}

.modal_box .choose_account .choose_account_content .select_school_box .school_title {
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e7eb;
    padding: 0 28px
}

.modal_box .choose_account .choose_account_content .select_school_box .school_title .school_title_left {
    color: #111827;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600
}

.modal_box .choose_account .choose_account_content .select_school_box .school_title .school_title_right {
    width: 185px;
    height: 32px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px
}

.modal_box .choose_account .choose_account_content .select_school_box .school_title .school_title_right .img {
    width: 14px;
    height: auto
}

.modal_box .choose_account .choose_account_content .select_school_box .school_title .school_title_right .input {
    flex: 1;
    height: 32px;
    border: 0px;
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    margin-left: 5px
}

.modal_box .choose_account .choose_account_content .select_school_box .school_list_box {
    width: 100%;
    height: 261px;
    overflow: auto
}

.modal_box .choose_account .choose_account_content .select_school_box .school_list_box .school_list:hover {
    background: lightgrey;
}

.modal_box .choose_account .choose_account_content .select_school_box .school_list_box .school_list {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    padding: 8px 0px;
    margin-left: 20px;
}

.modal_box .choose_account .choose_account_content .select_school_box .school_list_box .school_list .img {
    width: 28px;
    height: auto;
    margin-right: 16px
}

.modal_box .choose_account .button_box {
    width: 100%;
    height: 72px;
    border-top: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.modal_box .choose_account .button_box .forgot_password {
    color: #111827;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer
}

.modal_box .choose_account .button_box .login_button {
    width: 128px;
    height: 40px;
    background: #044390;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 12px 6px 12px;
    margin: 0px 8px;
    font-size: 14px;
    margin: 0 32px
}

::-webkit-scrollbar {
    display: none;
}