body{
    background-color: #fbfcff;
}
.signin_warp{
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    padding:40px 0px;
}
.warp h5{
    font-size: 16px;
}
.signin_content{
    width: 980px;
    margin: 30px auto;
}
.step{
    margin-bottom: 40px;
}
.signin_content .step li{
    float: left;
}
.signin_step span{
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #999;
    line-height: 30px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.signin_step .active{
    background-color: #5780fe;
    color: #fff;
    border: 1px solid #5780fe;
}
.signin_step{
    color: #676767;
    font-size: 14px;
    text-align: center;
}
.signin_lineae{
    height: 1px;
    background-color: #f2f2f2;
    width: 405px;
    margin-top:15px;
}
.signin_from{
    width: 415px;
    margin: 0 auto;
    text-align: right;
}
.signin_from label>span{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-right: 11px;
}
.signin_from label{
    display: block;
}
.signin_from .Registration_type{
    display: inline-block;
    border: 1px solid #f2f2f2;
    outline: none;
    width: 140px;
    height: 40px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    color: #4e566a;
    background-color: #fff;
    background-image: url(../Images/home.png);
    background-repeat: no-repeat;
    border-radius: 2px;
    margin: 10px 10px 10px 0;
}
.signin_from a:nth-child(2){
    margin-right: 14px;
}

.signin_from .btn_active{
    background-position: -30px -328px;
    border: none;
    color: #5780fe;
    
}
.signin_from input{
    width: 300px;
}
.signin_warp .lineae{
    width: 100%;
    height: 1px;
    background-color: #f2f2f2;
    margin: 20px;
}
.mailBox{
    position: relative;
    
}
.signin_from .mailBox_code{
    width: 160px;
    margin-right: 140px;
}
.signin_from .e_btn{
    display: inline-block;
    width: 137px;
    height: 40px;
    border: 1px solid #5780fe;
    color: #5780fe;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    border-radius: 3px;
    position: absolute;
    top: 10px;
    left: 277px;
}
.signin_from p{
    color: #cbcbcb;
    font-size: 10px;
    line-height: 30px;
    position: relative;
    left: -30px;
    top: -10px;
}
.signin_from .warning{
    display: inline-block;
    background-image: url(../Images/home.png);
    background-repeat: no-repeat;
    background-position:-242px -334px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: 130px;
}
.signin_from .next_step{
    width: 300px;
    height: 40px;
    background: #587ffd;
    margin-right: 40px;
    margin-top: 20px;
    border: none;
}
.next_step:hover{
    background:#1540ee; 
}

.hfdform>div>label>label{
    color: red;
    font-size: 14px;
    text-align: left;
    padding-left: 105px;
    margin-top: -10px;
}

/* 忘记密码 */

.forget_warp{
    background-color: #fff;
    width: 1200px;
    margin: 0px auto;
    box-shadow: 0px 0px 1px #cbcbcb;
    padding:100px 0px;
}
.forget_box{
    width: 300px;
    margin: 0 auto;
    padding-top: 100px;
}
.forget_box input{
    margin: 10px 0;
}
.get_btn {
    width: 120px;
    margin-left: 20px;
    background-color: #fff;
    color: #587ffd;
    border: 1px solid #587ffd;
}
.get_btn:hover{
    background: #587ffd;
    color: #fff;
}
.forget_box h5{
    color: #587ffd;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
#emil_code{
    width: 169px;
}
.email_box{
    display: inline-block;
    width: 330px;
}
.forget_box .layui-input-inline .btn{
    width: 324px;
    background-color: #fff;
    color: #587ffd;
    border: 1px solid #587ffd;
}
.forget_box .layui-input-inline .btn:hover{
    background: #587ffd;
    color: #fff;
}