/* html,body{
    width: 100%;
    height:100%;
    background:url('../images/exam_login.png') no-repeat center top;
    background-size: cover;
}
.exam_box{
    width:100%;
    height: 100%;
    position: relative;
}
.exam_box .exam_boxlogin{
    position: absolute;
    width:650px;
    height:750px;
    left: 50%;top:50%;
    margin-left: -325px;
    margin-top: -375px;
    background:#fff;
    border-radius: 30px;
    box-shadow: 0px 0px 4px 5px rgba(150, 150, 150, 0.3);
}
.exam_box .exam_boxlogin .exam_boxlogin_cont{
    width:430px;
    margin:0 auto;
    padding:100px 0;
}
.exam_boxlogin_cont h2{
    width:100%;
    text-align: center;
    font-size: 34px;
    color:#000;
}
.exam_boxlogin_cont form{
    width:440px;
    height:400px;
    text-align: center;
    margin: 0 auto;
}
form ul li{
    width:100%;
    padding:0!important;
    margin-bottom: 30px;
}
form ul li .error-tips p{
    margin:0;
    text-align: left;
}
form ul li .form-div{
    left: 20px!important;
    top: 60px!important;
}
form .error-tips p{
    margin:0;
    text-align: left;
}
form ul li input{
    width: 440px!important;
    height:58px!important;
    margin: 0!important;
    padding:0!important;
    text-indent: 20px;
    background:#fff!important;
    border:2px solid #dddddd!important;
    color:#0f0f0f!important;
}
form ul li .pro_mes{
    left:0;top:60px;
    color:#f70b0b;
}
#send_code_mes input{
    width: 280px!important;
    left:0!important;
}
#send_code_mes .code-again .code-btn{
    width: 100px!important;
    height: 56px!important;
    line-height: 56px!important;
}

form .form-btn{
    width: 440px;
    margin-top: 30px;
}
form .form-btn a{
    width:440px!important;
}
form .remember-form{
    width:100%;
    height:40px;
    display: flex;
    justify-content: space-between;
}
form .remember-form .forgot-password{
    top:0;
}
#wechaticon{
    width: 100%;
    height:70px;
    margin-top: 20px;
}
#wechaticon img{
    display: block;
    margin: 0 auto;
    width: 50px;
    height:50px;
    cursor: pointer;
} */

html,body{
    width: 100%;
    height:100%;
    background:url('../images/exam_login.png') no-repeat center top;
    background-size: cover;
}
.exam_box{
    width:100%;
    height: 100%;
    position: relative;
}
.exam_box .exam_boxlogin{
    position: absolute;
    width:550px;
    height:564px;
    left: 50%;top:50%;
    margin-left: -275px;
    margin-top: -282px;
    background:#fff;
    border-radius: 25px;
    box-shadow: 0px 0px 4px 5px rgba(150, 150, 150, 0.3);
}
.exam_box .exam_boxlogin .exam_boxlogin_cont{
    width:430px;
    margin:0 auto;
    padding:35px 0;
}
.exam_boxlogin_cont h2{
    width:100%;
    text-align: center;
    font-size: 30px;
    color:#000;
}
.exam_boxlogin_cont form{
    width:430px;
    height:350px;
    text-align: center;
    margin: 0 auto;
}
form ul li{
    width:100%;
    padding:0!important;
    margin-bottom: 30px;
}
form ul li .error-tips p{
    margin:0;
    text-align: left;
}
form ul li .form-div{
    left: 20px!important;
    top: 60px!important;
}
form .error-tips p{
    margin:0;
    text-align: left;
}
form ul li input{
    width: 430px!important;
    height:50px!important;
    margin: 0!important;
    padding:0!important;
    text-indent: 20px;
    background:#fff!important;
    border:2px solid #dddddd!important;
    color:#0f0f0f!important;
}
form ul li .pro_mes{
    left:0;top:60px;
    color:#f70b0b;
}
#send_code_mes input{
    width: 280px!important;
    left:0!important;
}
#send_code_mes .code-again .code-btn{
    width: 100px!important;
    height: 56px!important;
    line-height: 56px!important;
}

form .form-btn{
    width: 430px;
    margin-top:10px;
}
form .form-btn a{
    width:430px!important;
}
form .remember-form{
    width:100%;
    height:40px;
    display: flex;
    justify-content: space-between;
}
form .remember-form .forgot-password{
    top:0;
}
#wechaticon{
    width: 100%;
    height:60px;
    margin-top: 20px;
}
#wechaticon img{
    display: block;
    margin: 0 auto;
    width: 50px;
    height:50px;
    cursor: pointer;
}