html, body {
    width: 100%;
    height: 100%;
}

.registered {
    width: 100%;
    background: url("https://energy01.oss-cn-shanghai.aliyuncs.com/upload/3A/web_static/login2.png")  no-repeat top center;
    background-size: 100% auto;
    margin: 1px auto 0;
    /*padding-bottom: 120px;*/
}
.registered_left {
    width: 30%;
    height: auto;
    float: left;
    position: relative;
}
.registered_left > img {
    width: 100%;
    height: auto;
    display: block;
}
.registered_left_conten {
    position: absolute;
    top: 38%;
    width: 100%;
    text-align: center;
}
.registered_left_title {
    font-size: 44px;
    font-family: PingFang SC;
    font-weight: 800;
    line-height: 62px;
    color: #FFFFFF;
    opacity: 1;
}
.registered_left_tip {
    width: 100%;
    font-size: 23px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 33px;
    color: #FFFFFF;
    opacity: 1;
    text-align: center;

}
.registered_main {
    width: 69%;
    float: right;
    /*padding-bottom: 120px;*/
}
.registered_main > .her {
    padding: 45px 47px 0 45px;
}
.registered_main > .her > p {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 300;
    line-height: 25px;
    color: #202020;
    opacity: 1;
}
.registered_form {
    margin-top: 49px;
}
.registered_form > .title {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 33px;
    color: #202020;
    opacity: 1;
    padding-bottom: 17px;
}
.old_and_new {
    width: 390px;
    height: 40px;
    border: 1px solid #E1E1E6;
    opacity: 1;
    border-radius: 4px;
    margin-top: 17px;
}
.old_and_new > p {
    float: left;
    width: 194px;
    height: 38px;
    text-align: center;
    line-height: 40px;
    opacity: 1;
    border-radius: 4px 0px 0px 4px;
    cursor: pointer;
}
.old {
    border-radius: 0px 4px 4px 0px;
}
.old_and_new > .new {
    background: #0062BE;
    color: #FFFfff;
}
.registered_form_item {

}

.registered_form_item {
    float: left;
    font-size: 14px;
}

.registered_form_item > p {
    margin-top: 16px;
    margin-bottom: 6px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 20px;
    color: #1E1E1E;
    opacity: 1;

}
.registered_form_item > p > span {
    color: red;
}
.input_style {
    height: 40px;
    background: #F6F6F9;
    opacity: 1;
    border-radius: 4px;
    border: 0 none;
    padding: 11px;
}
input::-webkit-input-placeholder {
    color: #B4B4B4;
}
textarea::-webkit-input-placeholder {
    color: #B4B4B4;
}
.choice{
    position: relative;
    float: left;
    margin-right: 11px;
    line-height: 35px;
}
.choice .radio{
    position: relative;
    display: inline-block;
    font-weight: 400;
    color: #0c4757;
    padding-left: 25px;
    cursor: pointer;
}
.choice .radio input{
    position: absolute;
    left: -9999px;
}
.choice .radio i{
    display: block;
    position: absolute;
    top: calc(50% - 7.5px);
    left: 0;
    width: 15px;
    height: 15px;
    outline: 0;
    border: 1px solid #E1E1E6;
    background: #ffffff;
    border-radius: 50%;
    transition: border-color .3s;
    -webkit-transition: border-color .3s;
}
.choice .radio input:checked+i{
    border-color: #E1E1E6;
}
.choice .radio input+i:after{
    position: absolute;
    content: '';
    top: -1px;
    left:-1px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 4px solid #0062BE;
    background-color: #ffffff;
    opacity: 0;
    transition: opacity .1s;
    -webkit-transition: opacity .1s;
}
.choice .radio input:checked+i:after{
    opacity: 1;
}
.send_verification_code {
    width: 100px;
    height: 40px;
    border: 0 none;
    background: #0062BE;
    border-radius: 4px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 300;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 1;

}
.submit_registered {
    background-image: url("../image/login3.png");
    background-size: 415px 75px;
    width: 415px;
    height: 75px;
    margin: 0 auto;
    margin-top: 8px;
    font-size: 16px;
    text-align: center;
    line-height: 75px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #FFFFFF;
    opacity: 1;

}
.new_form {
    display: none;
}
.title, .old_and_new, .old_form, .new_form, .agreement {
    width: 390px;
    margin: 0 auto;
}
.agreement > label > input {
    display: block;
    float: left;
}
.agreement > label > span {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 300;
    line-height: 12px;
    color: #0062BE;
    text-decoration: underline;
    opacity: 1;
    float: left;
    margin-left: 2px;
}
.bounced {
    position: fixed;
    left: calc(50% - 300px);
    top: calc(50% - 230px);
    width: 600px;
    height: 460px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 8px;
}
.bounced_succ_img {
    width: 362px;
    height: 134px;
    margin: 0 auto;
    margin-top: 41px;
    position: relative;
}
.bounced p {
    text-align: center;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 33px;
    color: #242424;
    opacity: 1;
    margin-top: 18px;
}
.bounced_down {
    position: absolute;
    width: 36px;
    height: 36px;
    top: 20px;
    right: -90px;
    display: block;
}
#mask {
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}
