/*
忘记密码
time:20200312
*/
.login_bg{
    position: relative;
    width: 100%;
}
.retrieve_bg_left{
    position:fixed;
    left: 0;
    top: 0;
    z-index: 1;
}
.retrieve_bg_right{
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.retrieve_logo{
    position: fixed;
    left: 36px;
    top: 25px;
    z-index: 9;
}
.retrieve{
    position: fixed;
    width: 600px;
    height: 460px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    z-index: 11;
    border-radius: 2px;
    box-shadow: 0px 5px 45px rgba(139,153,174,0.35);
}
.retrieve_top{
    float: left;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-family: Arial BoldMT;
    font-weight: bold;
    background: #ff6900;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.retrieve_center{
    padding-top: 3px;
    float: left;
    padding-left: 98px;
}
.form-horizontal .input_box{
    width: 410px;
    height: 60px;
    margin: 0;
}
.form-horizontal .read_box{
    line-height: 60px;
    font-size: 12px;
    color: #a3a3a3;
}
.form-horizontal .read_box img{
    margin-right: 5px;
    margin-bottom: 2px;
    display: none;
    float: left;
    margin-top: 23px;
    cursor: pointer;
}
.form-horizontal .read_box a{
    cursor: pointer;
    font-size: 12px;
    color: #a3a3a3;
    text-decoration: none;
}
.form-horizontal .read_box .read_check{
    display: block;
}
.form-horizontal .input_box .controls{
    margin:0;
    padding: 0;
    position: relative;
}
.form-horizontal .input_box .controls .tips_red{
    color: red;
    position: absolute;
    bottom: 7px;
    left: 12px;
}
.form-horizontal .input_box .controls input{
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
    padding: 0;
    margin: 0;
    margin-top: 23px;
    text-indent: 18px;
    color: #333;
    font-size: 14px;
}
.form-horizontal .code_box .controls input{
    width: 240px;
}
#verifyimg {
    float: right;
    width: 145px;
    height: 36px;
    margin-top: 23px;
}
#verifyimg img{
    width: 100%;
    border-radius: 5px;
}
.form-horizontal .input_box .controls .help-block{
    position: absolute;
    left: 0;
    top: 9px;
    color:#326bc0;
    font-size: 14px;
}
.form-horizontal .input_box .controls .help-block span{
    float: left;
    padding: 0;
    margin: 0;
    margin-left: 12px;
    margin-top: 2px;
    color: red;
}
.form-horizontal .input_box .controls i{
    display: none!important;
}
.mode_box .mode_text{
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
    margin: 0;
    text-indent: 18px;
    color: #333;
    font-size: 14px;
    padding-top: 23px;
}

.mode_box .mode_text b{
    font-weight: normal;
    color: #999;
}
.mode_box .mode_text .change_color{
    color: #333;
}
.mode_box .mode_text img{
    float: right;
    float: right;
    margin-right: 18px;
    margin-top: 16px;
}
.mode_box .mode_list{
    position: absolute;
    top: 55px;
    width: 410px;
    height: 73px;
    border-radius: 5px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.15);
    background: #fff;
    z-index: 20;
    top: 55px;
    display: none;
}
.mode_box .show_list{
    display: block;
}
.mode_box .mode_list p:first-child{
    border-bottom: 1px solid #ddd;
}
.mode_box .mode_list p{
    height: 36px;
    line-height: 36px;
    color: #999;
    font-size: 14px;
    margin: 0;
    text-indent: 12px;
}
.mode_box .mode_list .mode_check{
    background: #f8f8f8;
}
.mode_box .help-block{
    display: none;
}
.check_box .email_input{
    display: none;
}
.next_btn{
    float: left;
    width: 360px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 5px;
    font-size: 20px;
    border:none;
    padding: 0;
    box-shadow: none;
    margin-left: 25px;
    margin-top: 16px;
    text-align: center;
    position: relative;
}
.next_btn button{
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 20px;
    border:none;
    padding: 0;
    color: #fff;
    text-decoration: none;
    float: left;
    width: 100%;
    border-radius: 3px;
    background: #ff6900;
    cursor: pointer;
}
.retrieve_tab{
    float: left;
    width: 100%;
}
.retrieve_tab img{
    float: left;
    width: 408px;
    margin-top: 36px;
    margin-left: 100px;
}
.retrieve_tab p{
    height: 14px;
    margin: 0;
    margin-top: 14px;
    float: left;
}
.retrieve_tab p span{
    float: left;
    text-align: right;
    font-size: 14px;
    width: 192px;
    height: 14px;
    line-height: 14px;
}
.retrieve_tab p span:first-child{
    width: 172px;
}

.layer_box{
    display: none;
}
.layer_box .layer_mask{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 98;
    background: #000;
    opacity: 0.4;
}
.layer_content{
    position: fixed;
    width: 440px;
    height: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    z-index: 99;
    border-radius: 10px;
}
.layer_content .text_1{
    width: 100%;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    margin: 0;
    color: #333;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}
.layer_content .text_2{
    width: 100%;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    margin: 0;
    color: #333;
    text-align: center;
}
.layer_content a{
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #ddd;
    font-size: 20px;
    color: #ff6900;
    text-align: center;
    margin-top: 40px;
    text-decoration: none;
    cursor: pointer;
}
.success_box{
    float: left;
    width: 100%;
    height: auto;
}
.success_box .success_img{
    float: left;
    width: 72px;
    margin-top: 34px;
    margin-left: 264px;
}
.success_text{
    float: left;
    margin: 0;
    width: 100%;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
    color: #333;
    margin-top: 12px;
    text-align: center;
}
.go_home{
    float: left;
    width: 360px;
    height: 40px;
    padding: 0;
    box-shadow: none;
    margin-left: 120px;
    margin-top: 34px;
}
.go_home a{
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 20px;
    border:none;
    padding: 0;
    color: #fff;
    text-decoration: none;
    float: left;
    width: 100%;
    border-radius: 5px;
    background: #ff6900;
    cursor: pointer;
    text-align: center;
}

.form-horizontal .verify_group input {
  width: 200px;
  margin-right: 6px;
}
.form-horizontal .verify_group button {
  width: 150px;
  height: 39px;
  color: #ffffff;
  background-color: #ff6900;
  border-radius: 3px;
  border: 0;
  margin-top: 20px;
  margin-left: 15px;
}
.form-horizontal .verify_group button:disabled {
  background-color: #bbbbbb;
}
.phone_vcode_box .layer_content .vcode {
  float: left;
  margin-top: 10px;
  height: 34;
  height: 26px;
  margin-left: 30px;
}
#verifyimg {
  float: right;
  width: 145px;
  height: 36px;
  margin-top: 10px;
  margin-right: 35px;
}
#verifyimg img {
  width: 100%;
  border-radius: 5px;
}