.nav_tabLeft>span{
    color: #666666;
    font-size: 24px;
}
.nav_tabLeft>a{
    width:76px;
    height:30px;
    border:1px solid rgba(0,140,214,1);
    border-radius:15px;
    line-height: 30px;
    text-align: center;
    color: #008CD6 !important;
    font-size: 12px;
    margin-left: 20px;
}

#forget_content{
    padding-top: 80px;
    background: #f7f7f7; 
    padding-bottom: 100px;
}
.forget_text{
    height: 56px;
    line-height: 56px;
    color: #434343;
    font-size: 14px;
}
.forget_container{
    background: #fff;
    height: 440px;
    padding: 50px 200px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}
input[type="text"] {
    width:400px;
    display: inline-block;
    height:48px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(230,230,230,1);
    border-radius:5px;
    padding-left: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.layui-form-item .layui-input-inline{
    width: 400px;
}

.layui-btn{
    width:200px;
    height:42px;
    background:linear-gradient(135deg,rgba(52,174,255,1),rgba(64,126,255,1));
    border-radius:21px;
    padding: 0;
    margin-top: 20px;
}
.layui-btn:hover{
    opacity: 1;
}

.layui-form-label{
    font-size: 14px;
    width: 125px;
}
.get_test{
    width:160px;
    height:48px;
    background:rgba(247,247,247,1);
    border:1px solid rgba(230,230,230,1);
    border-radius:5px;
    color: #008CD6;
    font-size: 14px;
    margin-left: 20px;
    margin-top: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.get_test:hover{
    color: #008CD6;
}
.layui-form-item  .identify_code{
   width:auto;
    float: none;
    margin-left: 5px;
    margin-right: 0;
    color: #666666;
    font-size: 12px;
}
.identify_code>a{
    color: #008CD6;
}   
.layui-input-block{
    margin-left: 155px;
}

.forget_container>img{
    margin-bottom: 80px;
}


.passwordtext{
    height: 38px;
    line-height: 38px;
    font-size:14px;
    font-family:MicrosoftYaHei-Bold;
    font-weight:bold;
    color:rgba(51,51,51,1);
}

.layui-word-aux{
    color: #F02800 !important;
    padding: 13px 0!important;

}

/* 设置密码成功 */
.setSuccess{
    width: 100%;
    text-align: center;
}
.success_password{
    font-size:14px;
    line-height: 14px;
    font-weight:400;
    color:rgba(19,191,105,1);
    margin: 34px 0 10px;
}
.remeber_password{
    font-size:12px;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height: 12px;
    margin-bottom: 40px;
}
.return_index{
    width:200px;
    height:48px;
    display: block;
    margin: 40px  auto 19px;
    background:linear-gradient(135deg,rgba(52,174,255,1),rgba(64,126,255,1));
    border-radius:24px;
    font-size:16px;
    font-weight:bold;
    color:rgba(247,247,247,1);
    text-align: center;
    line-height: 48px;
}
.return_index:hover{
    color: #fff;
}

.second,.third,.fourth{
    display: none;
}