html,
body {
    min-height: 100%;
}
.record_title{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: calc(100% - 80px);
    padding: 0 40px;
    /* background: linear-gradient(to bottom, #a0d3fd 0%, #a9d7fd 100%); */
    padding-top: 10px;
    padding-bottom: 20px;
}
.top_img_box{
    height: 80px;
    line-height: 80px;
}
.top_img_box img{
    margin-top: 45px;
}
.body_gradient {
    background: linear-gradient(to bottom, #a0d3fd 0%, #e6f2fe 100%);
    padding-top: 30%;
}

.login_ball_content {
    margin-bottom: 20px;
}

.login_ball {
    margin: 0 auto;
    width: 224px;
    height: 226px;
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    background-color: #fff;
}

.login_ball img {
    width: 100%;
    height: 100%;
}

.login_content {
    margin: 0 auto;
}

.login_content_box {
    padding: 0 100px;
    margin-top: 66px;
}

.inner {
    background-color: #fff;
    border-radius: 12px;
    padding-bottom: 64px;
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.16);
    z-index: 1;
}

.login_content_box_login {
    text-align: center;
    padding-top: 62px;
    font-size: 40px;
    color: #0a70db;
    text-align: center;
    font-weight: bold;
}

.login_content_box_username {
    padding: 0 40px;
}

.login_content_box_username_content {
    border-bottom: 2px solid #f2f2f2;
    padding: 0 0 22px 0;
    margin-top: 56px;
    display: inline-block;
    align-items: center;
    font-size: 0;
    position: relative;
}

.login_content_box_username_content input {
    border: none;
    letter-spacing: 0.1rem;
    font-size: 32px;
    width: calc(100% - 116px);
}

.password input {
    /* letter-spacing: 1.4rem; */
    /* font-weight: normal; */
}

.login_content_box_username_content img {
    margin-right: 20px;
    width: 48px;
    height: 48px;
    display: inline-block;
    vertical-align: top;
    margin-top: -3px;
}

.login_content_box_username_content .eye {
    margin-right: 0;
    width: 32px;
    height: 32px;
    margin-top: 2px;
}

.login_content_box_remember {
    padding-left: 40px;
    padding-top: 40px;
}

.login_content_box_remember_inner {
    font-size: 0;
    margin-bottom: 20px;
}

.login_content_box_remember_inner span {
    font-size: 24px;
}

.login_content_box_remember_inner img {
    vertical-align: top;
    margin-right: 10px;
}

.inner_null img {
    margin-top: -2px;
}

.login_content_box_remember_inner .protocol {
    color: #1175DD;
}

.login_content_box_submit {
    margin: 60px 20px 0 20px;
}

.login_content_box_submit div {
    background: #0A70DB;
    height: 74px;
    line-height: 74px;
    font-size: 32px;
    border-radius: 12px;
    color: #fff;
    text-align: center;
}

.login_content_box_version {
    margin-top: 60px;
    text-align: right;
    color: #666;
    font-size: 20px;
    padding-right: 24px;
    font-family: "思源黑体";
}

.login_content_footer_top {
    margin: 0 124px;
    height: 44px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.16);
    z-index: -1;
    margin-top: -22px;
    position: relative;
}

.login_content_footer_bottom {
    margin: 0 144px;
    height: 40px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.16);
    z-index: -2;
    margin-top: -20px;
    position: relative;
}

.validate_password,
.validate_password_new,
.validate_password_new_again {
    font-size: 20px;
    color: red;
    margin-top: 15px;
    display: none;
}