body{
    background-color: #f2f4f5;
}
#web_main .container{
    border: 1px solid #e5e5e5;
    height: 460px;
    background: #fff;
    margin: 40px auto 60px;
    min-width: 980px;
    max-width: 1200px;
    padding: 0 40px;
}

.password-title {
    position: relative;
    padding-left: 32px;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #ddd;
    background: url(../../img/password_icon_08.png) no-repeat left center;
    font-size: 24px;
    color: #333;
}

.step-box {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 80px;
}

.step-box span.active {
    background-image: url(../../img/password_icon_03.png);
    color: #4E78FD;
}
.step-box span {
    position: relative;
    display: inline-block;
    padding-right: 16px;
    line-height: 80px;
    background: url(../../img/password_icon_04.png) no-repeat left center;
    font-size: 14px;
    color: #999;
}

.step-box span:last-child {
    padding-right: 0;
}

.step-box span:before {
    display: inline-block;
    width: 24px;
    padding-left: 7.5px;
    font-weight: bold;
    color: #fff;
}

.step-box span i {
    position: absolute;
    right: 0;
    top: 34px;
    content: '';
    width: 8px;
    height: 12px;
    background: url(../../img/password_icon_05.png) no-repeat left center;
}
.step-box span.active i {
    background-image: url(../../img/password_icon_06.png);
}
.step-box .step1:before {
    content: '1';
}
.step-box .step2:before {
    content: '2';
}
.step-box .step3:before {
    content: '3';
}
.step-box .step4:before {
    content: '4';
}

/* 找回密码title end*/

.password-info {
    margin-top: 24px;
    font-size: 14px;
    color: #999;
}
#web_main .container .form {
    width: 400px;
    margin: 40px auto 0;
}
.question-item,
.question-item input {
    background-color: #f7f7f7;
    color: #999;
}
.row-item {
    margin-top: 24px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    font-size: 14px;
}
.row-item:first-child {
    margin-top: 0;
}
.row-item span {
    position: relative;
    display: inline-block;
    width: 90px;
    text-align: left;
    color: #999;
}
.row-item span:before {
    display: inline-block;
    content: '';
    width: 15px;
}
.row-item span:after {
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    width: 1px;
    height: 20px;
    background-color: #e6e6e6;
}
.row-item .input {
    width: 290px;
    border: none;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    outline: none;
}
.captcha-item {
    position: relative;
    margin-top: 24px;
}
.captcha-item .input {
    width: 128px;
}
.captcha-item .row-item {
    width: 235px;
}
.captcha, .verifycode {
    width: 120px;
}
.show-captcha {
    position: absolute;
    top: 0;
    left: 250px;
    height: 40px;
    vertical-align: top;
    cursor: pointer
}
.row-btn {
    margin-top: 40px;
}
.refresh-btn {
    position: absolute;
    top: 10px;
    right: 0;
    width: 20px;
    height: 20px;
    background: url(../../img/password_icon_07.png);
    cursor: pointer;
}

/* 选择验证方式页面样式*/
.selectform {
    position: relative;
    padding-top: 64px;
}
.selectform table {
    width: 100%;
}
.selectform table td {
    width: 50%;
    text-align: center;
}
.selectform .find-icon {
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 120px;
    cursor: pointer;
}
.selectform .find-icon {
    background: url(../../img/password_icon_02.png) no-repeat;
}
.selectform .email-ask .find-icon.none {
    color: #aaa;
    background-position: -120px -120px;
}
.selectform .email-ask .find-icon {
    background-position: 0px -120px;
}
.selectform .mobile .find-icon {
    background-position: 0 0;
}
.selectform .mobile .find-icon.none {
    background-position: -120px 0;
}
.selectform .find-text {
    display: inline-block;
    margin-top: 24px;
    font-size: 16px;
    color: #666;
    cursor: pointer;
}
.selectform .find-text a {
    margin: 0 5px;
    color: #4E78FD;
}
.interval-box {
    position: absolute;
    top: 40px;
    left: 50%;
    width: 1px;
    height: 200px;
    background-color: #e6e6e6;
}
.interval-box span {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -6px;
    height: 15px;
    line-height: 15px;
    background-color: #fff;
    color: #999;
}

/* 按钮样式*/
.submit {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #4E78FD;
    color: #fff !important;
    font-size: 16px;
    text-align: center;
    border: none;
    cursor: pointer;
}
.submit:hover {
    background: #00a1f2;
}
.send-code:focus,
.submit:focus {
    outline: none;
}
.submit[disabled] {
    cursor: not-allowed;
    background: #ccc;
    color: #fff !important;
}

/* 发送验证码button按钮*/
.send-code {
    position: absolute;
    top: 0;
    left: 255px;
    width: 145px;
    height: 40px;
    cursor: pointer;
    color: #333 !important;
    font-size: 14px;
    background: #eee;
    display: inline-block;
    border: 1px solid #ddd;
    cursor: pointer;
}
.send-code:hover {
    background: #d9d9d9;
    text-decoration: none;
}
.send-code[disabled],
.send-code[disabled]:hover {
    cursor: not-allowed;
    background: #ccc;
}