html{
    width: 100%;
    height: 100%;
}
body{
    background-color: rgba(247,247,252,1);
    width: 100%;
    height: 100%;
    position: relative;
}
.regist_lab{
    width: 41.67%;
    margin: 0 auto;
    height: 70%;
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.regist_lab p{
    margin-top: 65px;
    font-size:16px;
    margin-bottom: 20px;
    font-family:'MicrosoftYaHei';
    font-weight:400;
    color:rgba(51,51,51,1);
}
.regist_title{
}
.regist_title span{
    margin-left: 18px;
    font-size:40px;
    font-family:'FZZZHUNHJW--GB1-0';
    font-weight:400;
    color:rgba(0,0,0,1);
    vertical-align: middle;
}
.regist_content{
    width:100%;
    height:74%;
    background-color: #fff;
    position: relative;
    padding: 65px 220px;
    box-sizing: border-box;
    min-width: 680px;
}
.regist_content .right_tip{
    position:absolute ;
    right: 0;
    top: 0;
}
.regist_content input{
    height: 40px;
    border: 1px solid #d2d2d2;
    padding-left:14px ;
    margin-bottom: 15px;
    box-sizing: border-box;
}
/*input:focus{*/
    /*border: 1px solid #0096ff;*/
/*}*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
input::-webkit-input-placeholder { /* WebKit browsers */
    color: rgba(168,168,168,.5);
    font-size: 14px;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: rgba(168,168,168,.5);
    font-size: 14px;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: rgba(168,168,168,.5);
    font-size: 14px;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: rgba(168,168,168,.5);
    font-size: 14px;
}
.regist_content .account_number,.regist_content .password_code,.regist_content .password_code_again{
    width: 100%;
}
.regist_content .img_number,.regist_content .verification_code{
    width: 50%;
}
.get_verification_code{
    width: 40%;
    float: right;
    height: 40px;
    display: inline-block;
    background-color: #f5f5f5;
    color: #9E9E9E;
    font-size:16px;
    font-family:'MicrosoftYaHei';
    font-weight:400;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.regist_content .longin_button{
    width: 100%;
    height: 40px;
    font-size: 20px;
    color: #fff;
    background-color: #0096ff;
    text-align: center;
    cursor: pointer;
    margin-top: 15px;
    font-family: "“Microsoft YaHei”";
}
.regist_content .login_old{
    width:100%;
    height:15px;
    font-size:14px;
    font-family:'MicrosoftYaHei';
    font-weight:400;
    color:rgba(120,120,120,1);
    text-align: center;
    margin-top: 25px;
    margin-bottom: 0;
    cursor: pointer;
}
.regist_lab .img_number_right{
    width: 40%;
    float: right;
    height: 40px;
    background: url("../images/img_code.png");
    color: #000;
    font-size: 25px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-weight: 700;
    position: relative;
}
.wrong_tip{
    /*margin-left: 20px;*/
    color: red;
    font-size:14px ;
    display: none;
}
.have_repeat{
    position: absolute;
    right: -120px;
    top:-55px;
    font-size: 14px;
    color: red;
    cursor: default;
    font-weight: 400;
    display: none;
}
.wrong_imgcode{
    position: absolute;
    right: -80px;
    top:0px;
    font-size: 14px;
    color: red;
    cursor: default;
    font-weight: 400;
    display: none;
}
.wrong_verification{
    position: absolute;
    right: -80px;
    top:55px;
    font-size: 14px;
    color: red;
    cursor: default;
    font-weight: 400;
    display: none;
}
.hide_box{
    width: 380px;
    height: 180px;
    margin: 0 auto;
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    font-size: 24px;
    color: #0096ff;
    line-height: 180px;
    text-align: center;
    background-color: #fff;
    box-shadow:0px 10px 30px 0px rgba(0,0,0,0.5);
}
@media screen and (max-width: 1441px) {
    .regist_lab{
        height: 85%;
    }
    .regist_content{
        width:100%;
        height:74%;
        background-color: #fff;
        position: relative;
        padding: 55px 140px;
        box-sizing: border-box;
        min-width: 580px;
    }
}
