.login-box{
    width: 50%;
    height:450px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    margin: auto;
    right: 0;
    bottom: 0;
    border-radius: 5px;
}
.forgetTitle{
    background: url("../images/wenhao.png") no-repeat left ;
    background-size: 20px 20px;
}
.stepBox{
    width:100%;
    display: flex;
    display: -webkit-flex;
    flex-direction:row;
    justify-content:center;
}
.stepBox>.step{
    margin: 0 10px;

}
.step-active{
    background: url("../images/dot.png") no-repeat left;
    color: #6eb6ff;
}
.step{
    padding:20px 15px;
    font-size: 20px;
}
.step-line{
    width: 100px;
    height:35px;
    border-bottom: 1px solid #ccc;
}
.step-main{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
}
.optBtn{
    background: #64b4ff;
    border: none;
    height: 40px;
    width: 170px;
    border-radius: 20px;
    font-size: 20px;
    color: #FFF;
    cursor: pointer;
    position: absolute;
    bottom:50px;
}
.step-inner{
    display: flex;
    display: -webkit-flex;
    flex-direction:row;
    justify-content:center;
}
.step-inner>div{
    height:44px;
    line-height:44px;
    color: #868585;
}
#sendVerifyCode{
    height:44px;
    width: 190px;
    border: none;
    background: #82c0ff;
    color: #fff;
    margin-left: 20px;
}
.inpBox > i.iconcheck{
    background: url('../images/iconcheck.png') center center no-repeat;
    background-size: 28px auto;
}
.verifylogin{
    background: #fff;
    width: 333px;
}
.step2 .verifylogin{
    margin-top: 50px;
}