@charset "utf-8";

* {
    padding: 0;
    margin: 0
}

body {
    font-family: '微软雅黑' !important;
    font-size: 14px
}

blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    word-wrap: break-word;
    margin: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img, input, label, th {
    vertical-align: middle
}

address, cite, dfn, em, var {
    font-style: normal
}

code, kbd, pre, samp {
    font-family: courier new,courier,monospace
}

select optgroup {
    color: #cac8bb
}

input.btn, input.button {
    width: auto
}

input.dialog {
    height: 0;
    font-size: 0;
    line-height: 0;
    border: none
}

li, ol, ul {
    list-style: none;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    color: inherit
}

    a:hover {
        text-decoration: underline;
        color: inherit
    }

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #b2c0d7;
    border-radius: 10px
}

::-webkit-scrollbar-track {
    background-color: #b2c0d7
}

::-webkit-scrollbar-thumb {
    background-color: #3d4e6a
}

.login-header-box {
    width: 100%;
    background: #fff;
    border-bottom: 1px #eee solid
}

.login-header {
    width: 1000px;
    margin: auto;
    height: 80px;
    line-height: 80px
}

.login-header-img {
    display: inline-block;
    padding: 12px 0
}

    .login-header-img img {
        width: 250px;
        height: 54px
    }

.retrieve-password-step .step-img {
    position: relative;
    margin: auto;
    width: 790px;
    text-align: center;
    margin-top: 90px
}

.retrieve-password-step {
    overflow: hidden;
    width: 100%
}

.box {
    width: 1500px;
    margin: 0 auto
}

.step-img ul {
    position: relative;
    z-index: 9;
    height: 100px
}

    .step-img ul li {
        position: absolute;
        margin-left: -13%;
        width: 25%;
        text-align: center
    }

        .step-img ul li:nth-child(2) {
            left: 33%
        }

        .step-img ul li:nth-child(3) {
            left: 66%
        }

        .step-img ul li:nth-child(4) {
            left: 100%
        }

        .step-img ul li .p1 {
            margin: auto;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            background: #ccc;
            color: #fff;
            text-align: center;
            line-height: 45px;
            font-size: 26px
        }

        .step-img ul li.ac-li .p1 {
            background: #1788e8;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
        }

        .step-img ul li .p2 {
            margin-top: 18px;
            color: #999;
            line-height: 18px
        }

        .step-img ul li.ac-li .p2 {
            color: #0d4377;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out
        }

.step-box-hidden {
    overflow: hidden
}

.retrieve-password-step .step-box {
    width: 100%
}

.step-box .step-main {
    float: left;
    width: 100%;
    display: none;
}

.step-box .stem-action {
    display: block !important
}

.step-main table {
    margin: 70px auto 0;
    width: 700px;
    text-align: center
}

    .step-main table td {
        padding: 12.5px 0
    }

    .step-main table td {
        padding-right: 20px;
        color: #626262;
        text-align: right;
        font-size: 14px;
    }

        .step-main table td:nth-child(2n) {
            padding-right: 0;
        }

    .step-main table tr:nth-child(2n-1) td {
        padding-top: 0;
        width: 141px
    }

.verify-input {
    width: 50% !important
}

.dfe-vera {
    width: 40% !important
}

.step-main table td .input-box {
    position: relative;
    width: 510px;
    height: 35px;
    font-size: 12px;
}

    .step-main table td .input-box input {
        padding-left: 10px;
        width: 100%;
        height: 100%;
        outline: 0;
        border-radius: 3px;
        border: 1px solid #ddd;
        font-size: 14px;
    }

.verify-img {
    width: 50%;
    line-height: 35px;
}

    .verify-img p {
        margin: 0;
        padding-right: 10px;
        font-size: 14px;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer
    }

    .verify-img img {
        width: 80px;
        height: 30px
    }

    .verify-img p span {
        color: #21a7f4
    }

.btn-submit {
    margin: 30px auto;
    width: 280px;
    outline: 0;
    background: #1788e8;
    border-radius: 8px;
    color: #fff;
    height: 45px;
    font-size: 20px;
    letter-spacing: 5px;
    cursor: pointer;
}

.forget_password_area {
    background: #fff;
    padding: 30px 0;
    text-align: center
}

.main {
    background: #f2f2f2;
    padding: 50px 0
}

.eml-box {
    width: 333px !important
}

.step-main table td .input-text {
    padding-left: 10px;
    text-align: left
}

.mailbox-bnt p {
    margin: 0;
    margin-left: 10px;
    width: 100px;
    height: 35px;
    border: 1px solid #ddd;
    background: #f2f2f2;
    color: #555;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 35px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}

.step-btn {
    margin: auto;
    width: 410px
}

    .step-btn a {
        display: block;
        width: 280px;
        border: 0;
        text-align: center;
        line-height: 42px;
        margin: 45px auto;
        outline: 0;
        background: #1788e8;
        border-radius: 3px;
        color: #fff;
        height: 42px;
        font-size: 20px;
        letter-spacing: 5px;
    }

.step-btn-tip {
    margin: 50px auto 0;
    padding-left: 59px;
    width: 410px;
    color: #555;
    text-align: left;
    letter-spacing: 1.2px;
    font-weight: 600;
    font-size: 30px
}

.login-footer-box {
    width: 100%;
    min-width: 1000px;
    height: 92px
}

.login-footer {
    width: 1000px;
    margin: auto;
    background: #fff;
    text-align: center;
    padding-top: 27px
}

.put-on-records {
    font-size: 12px;
    color: #999;
    line-height: 12px;
    margin-top: 18px;
    letter-spacing: 1.3px
}

.t_password_title {
    font-size: 26px;
    color: #555;
    text-align: left;
    margin: 0 57px;
    border-bottom: 1px #eee solid
}

    .t_password_title p {
        display: inline-block;
        padding: 30px 0;
        border-bottom: 2px #1788e8 solid;
    }
