html, body, #login, .login {
    width: 100%;
    height: 100%;
}
#login {
    position: fixed;
    top: 0;
    left: 0;
}
.login_main_left {
    width: 30%;
    float: left;
}
.registered_main {
    width: 70%;
    float: right;
}
.input_style {
    padding-left: 50px;
}
.agreement > label > span {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 300;
    /*line-height: 20px;*/
    color: #202020;
    opacity: 1;
    text-decoration: none;
}
.registered_form_item {
    position: relative;
    margin-bottom: 20px;
}
.registered_form_item > img {
    position: absolute;
    display: block;
    top: calc(50% - 8px);
    left: 18px;
}
.The_third_arty_login {
    width: 390px;
    margin: 100px auto 0;
}
.The_third_arty_login_title {
    /*width: 128px;*/
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 300;
    line-height: 20px;
    color: #B4B4B4;
    opacity: 1;
    text-align: center;
    position: relative;
}
.The_third_arty_login_title > p {
    display: block;
    width: 128px;
    margin: 0 auto;
    background: #FFFfff;
    z-index: 999;
}
.login_way {
    width: 100px;
    margin: 30px auto 0;
}
.login_way > img {
    width: 30px;
    height: 30px;
    font-size: 0;
    float: left;
}
.qq {
    margin-left: 40px;
}

.The_third_arty_login_title > .horizontal_line {
    position: absolute;
    width: 390px;
    height: 1px;
    display: block;
    background: #E1E1E6;
    opacity: 1;
    top: calc(50% - 0.5px);
    left: 0;
    z-index: -1;
}
.bounced > .doubt {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 30px;
    color: #242424;
    opacity: 1;

}
