* {
    margin: 0;
    padding: 0;
}

body {
    background: url("../images/login_bgi.png") no-repeat;
    width: 100%;
    height: 100%;
    min-width: 1000px;
    min-height: 650px;
    position: absolute;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #ccc
}

::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
}

.app_main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
}

.login_form_box {
    display: flex;
    flex-direction: column;
    background-color: #FFF;
    padding: 20px;
    width: 448px;
    height: 559px;
    border-radius: 12px;
    box-shadow: 0 2px 20px 0 rgba(206, 208, 216, 0.48);
    overflow: hidden;
    position: relative;
}

/*二维码*/
.login_form_code {
    text-align: end;
}

.login_form_code > img {
    width: 24px;
    height: 24px;
}

/*图标*/
.login_form_logo {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
}

.login_form_logo_img {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    border: 1px solid #f7f7f7;
}

.login_form_logo_img > img {
    width: 48px;
    height: 48px;
}

.login_form_logo_title {
    font-size: 28px;
    margin-left: 10px;
}

/*切换页签*/
.login_form_tabs {
    display: flex;
    justify-content: center;
    margin: 28px 0;

}

.login_form_tab {
    font-size: 18px;
    margin: 0 10px;
    color: #98A1ABFF;
    cursor: pointer;
    user-select: none;
}

.login_form_tab_checked {
    color: #000;
}

.login_form_tab_checked > .login_form_tab_sel {
    background-color: #66b1ff;
    height: 4px;
    width: 26px;
    display: block;
    margin: 10px auto;
    border-radius: 4px;
}


.login_form {
    display: flex;
    flex-direction: column;
    padding: 0 30px;
}

.login_form_item {
    display: flex;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    margin: 13px 0;
    padding: 10px 10px;
    align-items: center;
}

.login_form_icon {
    width: 18px;
    height: 20px;

    margin: 0 10px;
}

.login_form_input {
    width: 80%;
}

.login_form_input > input {
    height: 30px;
    width: 100%;
    border: 0;
}

.login_form_input > input:focus {
    border: 0;
    outline: none;
}

.login_form_btn {
    display: flex;
    justify-content: center;
    border: 1px solid #2a91fd;
    background-color: #2a91fd;
    color: #fff;
    margin: 13px 0;
    padding: 15px 10px;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
    align-items: center;
}

.login_form_btn_a {
    display: flex;
    justify-content: space-around;
    margin: 15px 0;
    padding: 10px 10px;
}

.login_form_btn_a > span {
    color: #2a91fd;
    cursor: pointer;
    user-select: none;
    text-decoration: underline;
}

.login_form_title {
    display: flex;
    justify-content: center;
}

.login_form_title > span {
    overflow-wrap: break-word;
    color: rgba(9, 48, 91, 1);
    font-size: 18px;
    font-family: SourceHanSansCN-Regular;
    line-height: 90px;
    text-align: justify;
    user-select: none;
}

.login_bottom {
    /*width: 250px;*/
    display: flex;
    justify-content: center;
    position: absolute;
    top: calc(100% - 185px);
    height: 180px;
    align-items: flex-end;
    flex-direction: row;
    right: 36px;
}

.login_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 8px 10px;
    width: 100%;

}

.login_head_title {
    user-select: none;
}

.login_head_icon {
    cursor: pointer;
    user-select: none;
    background: url("../images/login_close.png") no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
}

.login_form_qr_code > .login_body {
    width: 100%;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_form_qr_code > .login_body > div {
    width: 282px;
    height: 282px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_form_register > .login_body {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
}

.login_tail {

}

.login_form_qr_code {
    height: 559px;
    width: 497px;
    align-items: center;
}

.login_form_register {
    height: 559px;
    width: 497px;
    align-items: center;
}

.login_register_input_box {
    display: flex;
    align-items: center;
    justify-content: center;
}


.login_register_input > input {
    height: 20px;
    width: 100%;
    border: 0;
}

.login_register_btn {
    display: flex;
    justify-content: center;
    border: 1px solid #2a91fd;
    background-color: #2a91fd;
    color: #fff;
    margin: 13px 0;
    padding: 10px 10px;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
    align-items: center;
}

.login_register_btn_a {
    display: flex;
    justify-content: space-around;
    margin: 10px 0;
    padding: 10px 10px;
}

.login_register_btn_a > span {
    color: #2a91fd;
    cursor: pointer;
    user-select: none;
}

.login_form_retrieve {
    height: 435px;
    width: 497px;
    align-items: center;
}

.login_form_retrieve > .login_body {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
}


.login_login_code {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    padding: 5px;

}

.login_down_code {
    width: 135px;
    height: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    padding: 8px;
}