*{
    margin: 0;
    padding: 0;
}
.index-last-foot {
    background: #FFFFFF;
}
.login_head_top{
    width: 100%;
    height: 79px;
    background-color: white;
}
.login_head_box{
    height: 79px;
    display: flex;
    align-items: center;
}
.login_head_top img{
    width: 158px;
    height: 38px;
    object-fit: contain;
    cursor: pointer;
}
.login_head_fenge{
    width: 1px;
    height: 20px;
    background: #CCCCCC;
    margin: 0 20px 0 23px;
}
.login_head_text{
    height: 79px;
    font-size: 24px;
    color: #333333;
    line-height: 79px;
}


.register_input_ID{
    width: 398px;
    height: 38px;
    border: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    margin: 0 auto;
    position: relative;
}
.register_input_ID img,.register_input_KEY img{
    width: 24px;
    height: 24px;
    margin: 0 8px 0 10px ;
}
.register_input_ID input,.register_input_KEY input{
    flex: 1;
    outline: none;
    border: none;
    font-size: 14px;
    color: #999999;
}

.register_input_KEY{
    width: 398px;
    height: 38px;
    border: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    margin: 20px auto 20px;
    position: relative;
}
.register_input_KEY button{
    width: 100px;
    height: 34px;
    background: #4FC2B8;
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF;
    border: none;
    margin-right: 2px;
    cursor: pointer;
}
.register_tryErr{
    width: 200px;
    height: 20px;
    line-height:20px;
    font-size: 12px;
    color: #F79131;
    visibility: hidden;
}



.input_ID,.input_KEY{
    width: 280px;
    height: 38px;
    border: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}
.input_KEY button{
    width: 100px;
    height: 34px;
    background: #F79131;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF;
    margin-left: 52px;
    cursor: pointer;
}


.red-alarm {
    border: 1px solid #F79131 !important;
}
.red-alarm:after {
    content: attr(data-content-after);
    font-size: 12px;
    color: #F79131;
    position: absolute;
    bottom: -20px;
}


.input_ID img,.input_KEY img{
    width: 24px;
    height: 24px;
    margin: 0 11px 0 6px ;
}
.input_ID input,.input_KEY input{
    outline: none;
    border: none;
    font-size: 14px;
    color: #999999;
    flex: 1;
}

/*滑块*/
#drag2 {
    position: relative;
    background-color: #e8e8e8;
    width: 400px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    margin: 20px auto 0;
}
#drag2 .drag_bg {
    background-color: rgba(79, 194, 184, 1);
    height: 30px;
    width: 0px;
    border-radius: 4px;
}
#drag2 .drag_text {
    position: absolute;
    top: 0px;
    width: 400px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    font-size: 14px;
    line-height: 30px;
    color: rgba(153, 153, 153, 1);
}
#drag2 .handler {
    position: absolute;
    top: 0;
    left: 0px;
    width: 36px;
    height: 30px;
    border-radius: 4px;
    /*border: 1px solid #ccc;*/
    cursor: move;
}
.handler_bg {
    background: #fff url(../imgs/auth/slide.png) no-repeat center;
    background-size: 100% 100%;
}
.handler_ok_bg {
    background: #fff url(../imgs/auth/slideAfter.png) no-repeat center;
    background-size: 100% 100%;
}







.findPassword{
    width: 100%;
    min-height: 480px;
    background: linear-gradient(rgba(79, 194, 184, 1),white);
}
.findPasswordBox_partOne,
.findPasswordBox_partTwo,
.findPasswordBox_partThree{
    width: 940px;
    height: 400px;
    background: #FFFFFF;
    border-radius: 8px;
    margin: 0 auto;
}
.findPasswordBox_partOne form,
.findPasswordBox_partTwo form,
.findPasswordBox_partThree form
{
    width: 400px;
    margin:0 auto;
}
.nextBtn{
    width: 300px;
    height: 36px;
    background: #108391;
    font-size: 18px;
    color: #FFFFFF;
    border: none;
    margin: 34px 0 0 50px;
    cursor: pointer;
}
.part2Tips{
    width: 400px;
    height: 15px;
    font-size: 14px;
    color: #108391;
    margin: 43px auto 0;
    text-align: center;
}
.findPasswordBox_partTwo .input_KEY{
    width: 400px;
}
.findPasswordBox_partTwo .input_KEY img{
    margin: 0 8px 0 10px;
}
.sure{
    width: 300px;
    height: 36px;
    background: #108391;
    font-size: 18px;
    color: #FFFFFF;
    border: none;
    margin: 22px 0 0 50px;
    cursor: pointer;
}
.partThreebox{
    width: 400px;
    margin:50px auto 0;
}
.partThreebox img{
    width: 87px;
    height: 105px;
    margin-left: 156px;
}
.partThreebox_text{
    width: 100px;
    height: 14px;
    font-size: 14px;
    color: #333333;
    margin-top: 13px;
    margin-left: 150px;
}
.gotoLogin{
    width: 300px;
    height: 36px;
    background: #108391;
    font-size: 18px;
    color: #FFFFFF;
    border: none;
    margin: 58px 0 0 50px;
    cursor: pointer;
}
.steps{
    padding-top: 40px;
    display: flex;
   margin-left: 215px;
}
.stepsItem{
    width: 170px;
    height: 30px;
    /*background: #CCCCCC;*/
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #FFFFFF;
}
.findPasswordBox_partTwo .keyErr{
    width: 200px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #F79131;
}
.oneitemGrey{
    background-image: url(../imgs/auth/check_grey.png);
    background-size: 100% 100%;
}
.oneItemActive{
    background-image: url(../imgs/auth/checkActive.png);
    background-size: 100% 100%;
}
.twoGrey{
    background-image: url(../imgs/auth/password_grey.png);
    background-size: 100% 100%;
}
.twoActive{
    background-image: url(../imgs/auth/twoActive.png);
    background-size: 100% 100%;
}
.threeGrey{
    background-image: url(../imgs/auth/done_grey.png);
    background-size: 100% 100%;
}
.threeActive{
    background-image: url(../imgs/auth/doneActive.png);
    background-size: 100% 100%;
}

