/*整体*/
.forget_container {
}

/*导航*/
.forget_container .ban {
    text-align: center;
    width: 1200px;
    height: 300px;
}

/*导航图*/
.forget_container .ban .ban_img {
    width: 100%;
    height: 100%;
}

/*Form表单*/
.forget_container .forget_form {
    margin: 0 auto;
    max-width: 460px;
    padding-top: 40px;
}

/*左标签*/
.forget_container .layui-form-label {
    font-size: 14px;
}

/*按钮边距*/
.forget_container .forget_form_item {
    margin-bottom: 15px;
}

/*区域*/
.forget_container .forget_carousel_item {
    height: 446px;
}

.forget_container .layui-this {
    height: 446px;
}

/*手机验证码*/
.forget_container .mob_verify {
    width: 228px;
    float: left;
    border-right: none;
}

/*按钮点击失效悬浮*/
.forget_container input[type="button"][disabled]:hover {
    cursor: not-allowed;
    opacity: 1;
}

/*获取短信动态码按钮*/
.forget_container #send_mobile {
    border: 1px solid #e6e6e6;
    border-left: none;
    color: #3c8dbc;
    padding: 0 0;
}

/*图形验证码*/
.forget_container .captcha-img {
    display: inline-block;
    height: 36px;
}

/*step背景*/
.forget_container .step-item-head.step-item-head-active {
    background: #3c8dbc;
}

.forget_container .step-item-head {
    border: 1px solid #3c8dbc;
    color: #3c8dbc;
}

.forget_container .step-item-tail i {
    background: #c5c5c5;
}

.forget_container .step-item-tail .step-item-tail-done {
    background: #3c8dbc;
}





