html, body {
    height: 100%;
    width: 100%;
}

.login-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    background: #f3f3f3;
}

.banner {
    width: 375px;
    height: 100%;
    background: #1E9FFF;
    background-size: 100% 100%;
}

.login-content-box {
    height: 100%;
    width: calc(100%);
}

.header {
    width: 100%;
    height: 80px;
}

.logo {
    height: 40px;
    width: 200px;
    padding: 20px;
}

.login-form {
    height: 500px;
    width: 630px;
    background: #fff;
    /*border-radius: 4px;*/
    padding: 20px 45px;
    margin: 120px auto 80px;
    /*box-shadow: 0 20px 50px 0 hsl(0deg 0% 64% / 10%);*/
    box-shadow: 0px 4px 8px 0px rgba(86, 190, 178, 0.19);
    border-radius: 10px;
}

.reg_form_box {
    width: 100%;
    height: 400px;
    text-align: center;
    margin-top: 50px;
}

.login_tab {
    overflow: hidden;
}

.login_label {
    font-size: 22px;
    color: #bbb;
    width: 44px;
    height: 40px;
    float: left;
    cursor: pointer;
}

.label_active {
    font-weight: 500;
    color: #333 !important;
    border-bottom: 4px solid #1E9FFF;
}

.login_form_box {
    width: 100%;
    height: 400px;
    text-align: center;
    margin-top: 50px;
}

.form_input {
    height: 20px;
    width: 354px;
    padding: 20px;
    border: none;
    background: #F6F6F6;
}

.user_word {
    width: 350px;
    height: 25px;
    margin-top: 20px;
    padding-left: 30px;
}

.user_word span {
    display: inline-block;
    float: left;
    color: #999;
}

.user_login_submit {
    text-align: center;
    border: none;
    padding: 0 20px;
    background: #1E9FFF;
    border-radius: 6px;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 400px;
    height: 50px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.login-tool {
    width: 100%;
    height: 20px;
    margin-top: 20px;
}

.login-tool div {
    float: left;
}

.login-tool div a {
    font-size: 17px;
    color: #1E9FFF;
}

.footer {
    text-align: center;
    color: #999;
}

.footer a {
    color: #393D49;
}

.form_input_code_div {
    padding: 20px 0 0;
    align-items: center;
    justify-content: space-between;
}

.code {
    height: 60px;
    padding: 0 11px;
    color: #1E9FFF;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    cursor: pointer;
}

.user_word a {
    color: #1E9FFF;
}

.shop-sub-title {
    color: #fff;
    position: absolute;
    display: block;
    bottom: 50px;
    left: 50px;
}

.shop-title {
    color: #fff;
    position: absolute;
    display: block;
    bottom: 80px;
    left: 92px;
}