* {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: microsoft yahei;
    color: #666;
    outline: none;
}

a {
    text-decoration: none;
}

img {
    border: none 0;
}

ul li {
    list-style-type: none;
}

html {
    min-height: 100%;
}

body {
    background: #f4ceaa;
    padding-bottom: 120px;
    position: relative;
}

input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.bg {
    background: none;
}

.clearFix {
    zomm: 1;
}

    .clearFix:after {
        clear: both;
        display: block;
        line-height: 0;
        height: 0;
        font-size: 0;
        content: '';
    }

.topWrap {
    border-bottom: 1px solid #e6e6e6;
}

.top {
    width: 100%;
    height: 64px;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
}

.logo {
    min-width: 900px;
    margin: 0 auto;
    padding: 0 50px;
}

    .logo .pic {
        float: left;
        margin-right: 20px;
        margin-top: 22px;
    }

    .logo .welcome {
        font-size: 20px;
        color: #333;
        line-height: 66px;
    }

.bottomCur {
    width: 100%;
    position: fixed;
    bottom: 0;
    height: 38px;
    border-top: 4px solid #ff973a;
    background: #f7f7f7;
}

    .bottomCur:after {
        display: block;
        content: '';
        height: 6px;
        width: 100%;
        border-bottom: 1px solid #ff973a;
    }

.bottomCur2 {
    width: 100%;
    height: 100px;
    background: #fff;
}

    .bottomCur2 p {
        padding-top: 30px;
        text-align: center;
        font-size: 14px;
    }

.loginBoxWrap {
    width: 100%;
    height: 543px;
    background: url("/images/bg.jpg") no-repeat top center #f5d4b3;
    background-size: cover;
}

.tableWrap {
    width: 1000px;
    margin: 0 auto;
    height: 100%;
    margin: 0 auto;
}

.loginTd {
    width: 360px;
}

.loginBox {
    margin-top: 50px;
    width: 350px;
    background: #fff;
}

.bind_mobile {
    width: 400px;
    background: #fff;
    margin: 0 auto;
    padding: 22px 100px 60px;
    margin-bottom: 38px;
}

.selectUser {
    width: 400px;
    background: #fff;
    margin: 0 auto;
    padding: 22px 100px 60px;
    margin-bottom: 38px;
}

.ptu {
    width: 400px;
    background: #fff;
    margin: 0 auto;
    padding: 22px 100px 60px;
    margin-bottom: 38px;
}

.setPwd {
    width: 400px;
    background: #fff;
    margin: 0 auto;
    padding: 22px 100px 60px;
    margin-bottom: 38px;
}

    .setPwd .title {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .setPwd li {
        margin-bottom: 24px;
        font-size: 14px;
        line-height: 20px;
    }

        .setPwd li input.text {
            width: 397px;
            height: 38px;
            line-height: 38px;
            border: 1px solid #c9c9c9;
            color: #333;
            font-size: 14px;
        }

.ptu .content {
    font-size: 14px;
    color: #ff973a;
}

.ptu p {
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

.bind_mobile .tit {
    font-size: 15px;
    line-height: 22px;
    color: #666;
    margin-bottom: 10px;
    padding-top: 10px;
}

.selectUser .tit {
    font-size: 15px;
    line-height: 22px;
    color: #666;
    margin-bottom: 10px;
    padding-top: 10px;
}

    .selectUser .tit span {
        color: #ff973a;
        font-size: 15px;
    }

.selectUser label {
    margin-bottom: 10px;
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
}

    .selectUser label input {
        vertical-align: middle;
        margin-right: 5px;
    }

.selectUser .label span {
    vertical-align: middle;
}



.loginBox .title {
    font-weight: normal;
    height: 56px;
}

    .loginBox .title span {
        float: left;
        width: 173px;
        height: 53px;
        line-height: 53px;
        border: 1px solid #ebecf0;
        border-top: 3px solid #fff;
        background: #fff;
        text-align: center;
        font-size: 16px;
        color: #000;
        cursor: pointer;
    }

        .loginBox .title span.cur {
            color: #ed5309;
            border: 1px solid #fff;
            border-top: 3px solid #ed5309;
        }

.loginBox .errTip {
    padding: 5px 22px;
    height: 30px;
}

.loginBox .tip {
    display: none;
    background: url("/images/tipIcon.png") no-repeat left center #fbe0d1;
    padding-left: 30px;
    line-height: 28px;
    font-size: 14px;
    border: 1px solid #f7b28c;
}

    .loginBox .tip span {
        color: #ea5504;
        font-size: 14px;
    }

.loginBox .inputBox {
    padding: 0 22px;
}

    .loginBox .inputBox li {
        margin: 20px 0 0 0;
    }

    .loginBox .inputBox .userId {
        margin: 0;
    }

    .loginBox .inputBox li input.text {
        padding-left: 35px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #e6ebee;
        color: #c0c0c0;
        font-size: 14px;
    }

    .loginBox .inputBox .userId input.text {
        background: url("../images/inputIcon.png") no-repeat 0 0 #fff;
        width: 271px;
    }

        .loginBox .inputBox .userId input.text.focus {
            background-position: 0 -40px;
        }

    .loginBox .inputBox .userId.account input.text {
        background-position: 0 -80px;
    }

        .loginBox .inputBox .userId.account input.text.focus {
            background-position: 0 -120px;
        }

    .loginBox .inputBox .userKey input.text {
        width: 271px;
        background: url("../images/inputIcon.png") no-repeat 0 -160px #fff;
    }

        .loginBox .inputBox .userKey input.text.focus {
            background-position: 0 -200px;
        }

    .loginBox .inputBox .userKey a {
        float: right;
        font-size: 14px;
        line-height: 20px;
        margin-top: 9px;
        text-decoration: underline;
    }

    .loginBox .inputBox .captcha input.text {
        padding-left: 18px;
        width: 239px;
    }

    .loginBox .inputBox .captcha img {
        float: right;
        margin-top: 0px;
        cursor: pointer;
        width: 143px;
        height: 41px;
        border: 1px solid #e6ebee;
        border-radius: 6px;
        overflow: hidden;
    }

    .loginBox .inputBox .setId input.text {
        width: 343px;
    }

    .loginBox .inputBox .setKey input.text {
        width: 343px;
    }

    .loginBox .inputBox .setId span {
        position: absolute;
        left: 0;
        top: 0;
        background: url("/images/mobile.png") no-repeat 20px center;
        width: 54px;
        height: 38px;
    }

    .loginBox .inputBox .setKey span {
        position: absolute;
        left: 0;
        top: 0;
        background: url("/images/key2.png") no-repeat 20px center;
        width: 54px;
        height: 38px;
    }

    .loginBox .inputBox .captcha input.text {
        background: url("/images/yzmpd.png") no-repeat #fff;
        background-position: right 43px;
        width: 143px;
        padding-left: 10px;
    }

    .loginBox .inputBox .captcha input.yes {
        background-position: right 0px;
    }
    /*.loginBox .inputBox .captcha input.no{background-position:right -38px;}*/
    .loginBox .inputBox .captcha input.no {
        background-position: right -100px;
    }

    .loginBox .inputBox .user_cap_ph input.text {
        background: url("/images/yzmpd.png") no-repeat #fff;
        background-position: right 43px;
        width: 143px;
        padding-left: 10px;
    }

    .loginBox .inputBox .user_cap_ph .user_cap_phBtn {
        float: right;
        margin-top: 0px;
        cursor: pointer;
        width: 143px;
        height: 41px;
        line-height: 41px;
        font-size: 14px;
        text-align: center;
        border: 1px solid #e6ebee;
        border-radius: 6px;
        overflow: hidden;
        background: url("/images/yzmBtn.png") repeat-x;
    }

    .loginBox .inputBox .captcha_mobile {
        margin-bottom: 10px;
    }

        .loginBox .inputBox .captcha_mobile input.text {
            padding-left: 18px;
            width: 239px;
        }

        .loginBox .inputBox .captcha_mobile span {
            float: right;
            margin-top: 1px;
            cursor: pointer;
            width: 130px;
            height: 37px;
            background: #fff799;
            color: #f37022;
            font-size: 14px;
            text-align: center;
            line-height: 37px;
        }

.loginBox .agreementLabel input {
    vertical-align: middle;
    margin-right: 5px;
}

.loginBox .agreementLabel span {
    vertical-align: middle;
    font-size: 13px;
}

    .loginBox .agreementLabel span a {
        color: #f60;
        font-size: 13px;
    }

.loginBox .inputBox .protocol {
    margin-bottom: 10px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}

    .loginBox .inputBox .protocol input {
        vertical-align: middle;
        margin-right: 5px;
    }

    .loginBox .inputBox .protocol a {
        color: #333;
        text-decoration: underline;
        font-size: 14px;
    }

.loginBox .inputBox li {
    position: relative;
}

    .loginBox .inputBox li .tip {
        padding: 0;
        marign: 0;
        position: absolute;
        left: 55px;
        bottom: -34px;
        line-height: 20px;
        color: crimson;
        background: #fff;
        display: none;
    }

.loginBox .options {
    padding: 10px 22px;
}

.loginBox .btnBox {
    padding: 0 22px;
}

    .loginBox .btnBox .loginBtn {
        font-size: 15px;
        color: #fff;
        width: 100%;
        height: 43px;
        line-height: 43px;
        text-align: center;
        background: #ea5503;
        cursor: pointer;
    }

.loginBox .regWrap {
    padding: 0 22px;
    height: 48px;
    border-top: 1px solid #ebecee;
}

    .loginBox .regWrap .reg {
        float: right;
        padding-left: 24px;
        color: #707070;
        font-size: 14px;
        line-height: 20px;
        margin-top: 13px;
        background: url("../images/arrowright.png") no-repeat left center;
    }

    .loginBox .regWrap span.tab {
        font-size: 14px;
        line-height: 20px;
        cursor: pointer;
        margin-top: 13px;
        float: left;
    }

    .loginBox .regWrap span.thirdLogin {
        font-size: 14px;
        line-height: 20px;
        cursor: pointer;
        margin-top: 13px;
        float: left;
    }

    .loginBox .regWrap samp {
        float: left;
        margin-top: 12px;
        padding: 0 5px;
        line-height: 20px;
    }

.bindMobile {
    width: 450px;
    background: #fff;
    margin: 30px auto 0 auto;
    padding-bottom: 30px;
}

    .bindMobile .title {
        font-weight: normal;
        padding: 0 22px;
        border-bottom: 1px solid #ebecf0;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

        .bindMobile .title span {
            float: left;
            font-size: 16px;
            height: 56px;
            line-height: 56px;
            color: #ea5505;
        }

        .bindMobile .title a {
            float: right;
            color: #000000;
            font-size: 15px;
            font-family: simsun;
            line-height: 20px;
            margin-top: 18px;
        }

    .bindMobile .errTip {
        padding: 5px 22px;
        height: 30px;
    }

    .bindMobile .tip {
        display: none;
        background: url("/images/tipIcon.png") no-repeat left center #fbe0d1;
        padding-left: 30px;
        line-height: 28px;
        font-size: 14px;
        border: 1px solid #f7b28c;
    }

        .bindMobile .tip span {
            color: #ea5504;
            font-size: 14px;
        }

    .bindMobile .inputBox {
        padding: 0 22px;
    }

        .bindMobile .inputBox li {
            margin: 20px 0 0 0;
        }

        .bindMobile .inputBox .userId {
            margin: 0;
        }

        .bindMobile .inputBox li input.text {
            padding-left: 35px;
            height: 41px;
            line-height: 41px;
            border: 1px solid #e6ebee;
            color: #c0c0c0;
            font-size: 14px;
        }

        .bindMobile .inputBox .userId input.text {
            background: url("/images/userId2.png") no-repeat left center #fff;
            width: 271px;
        }

        .bindMobile .inputBox .userKey input.text {
            background: url("/images/key3.png") no-repeat left center #fff;
            width: 271px;
        }

        .bindMobile .inputBox .userKey a {
            float: right;
            font-size: 14px;
            line-height: 20px;
            margin-top: 9px;
            text-decoration: underline;
        }

        .bindMobile .inputBox .captcha input.text {
            padding-left: 18px;
            width: 239px;
        }

        .bindMobile .inputBox .captcha img {
            float: right;
            margin-top: 0px;
            cursor: pointer;
            width: 130px;
            height: 41px;
            border: 1px solid #e6ebee;
            border-radius: 6px;
            overflow: hidden;
        }

        .bindMobile .inputBox .setId input.text {
            width: 372px;
        }

        .bindMobile .inputBox .setKey input.text {
            width: 343px;
        }

        .bindMobile .inputBox .setId span {
            position: absolute;
            left: 0;
            top: 0;
            background: url("/images/mobile.png") no-repeat 20px center;
            width: 54px;
            height: 38px;
        }

        .bindMobile .inputBox .setKey span {
            position: absolute;
            left: 0;
            top: 0;
            background: url("/images/key2.png") no-repeat 20px center;
            width: 54px;
            height: 38px;
        }

        .bindMobile .inputBox .captcha input.text {
            background: url("/images/yzmpd.png") no-repeat #fff;
            background-position: right 43px;
            width: 239px;
            padding-left: 18px;
        }

        .bindMobile .inputBox .captcha input.yes {
            background-position: right 0px;
        }

        .bindMobile .inputBox .captcha input.no {
            background-position: right -100px;
        }

        .bindMobile .inputBox .user_cap_ph input.text {
            background: url("/images/yzmpd.png") no-repeat #fff;
            background-position: right 43px;
            width: 143px;
            padding-left: 10px;
        }

        .bindMobile .inputBox .user_cap_ph .user_cap_phBtn {
            float: right;
            margin-top: 0px;
            cursor: pointer;
            width: 143px;
            height: 41px;
            line-height: 41px;
            font-size: 14px;
            text-align: center;
            border: 1px solid #e6ebee;
            border-radius: 6px;
            overflow: hidden;
            background: url("/images/yzmBtn.png") repeat-x;
        }

        .bindMobile .inputBox .captcha_mobile {
            margin-bottom: 10px;
        }

            .bindMobile .inputBox .captcha_mobile input.text {
                padding-left: 18px;
                width: 239px;
            }

            .bindMobile .inputBox .captcha_mobile span {
                float: right;
                margin-top: 1px;
                cursor: pointer;
                width: 130px;
                height: 37px;
                background: #fff799;
                color: #f37022;
                font-size: 14px;
                text-align: center;
                line-height: 37px;
            }

    .bindMobile .agreementLabel input {
        vertical-align: middle;
        margin-right: 5px;
    }

    .bindMobile .agreementLabel span {
        vertical-align: middle;
        font-size: 14px;
    }

        .bindMobile .agreementLabel span a {
            text-decoration: underline;
            color: #0093ff;
            font-size: 14px;
        }

    .bindMobile .inputBox .protocol {
        margin-bottom: 10px;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
    }

        .bindMobile .inputBox .protocol input {
            vertical-align: middle;
            margin-right: 5px;
        }

        .bindMobile .inputBox .protocol a {
            color: #333;
            text-decoration: underline;
            font-size: 14px;
        }

    .bindMobile .inputBox li {
        position: relative;
    }

        .bindMobile .inputBox li .tip {
            padding: 0;
            marign: 0;
            position: absolute;
            left: 55px;
            bottom: -34px;
            line-height: 20px;
            color: crimson;
            background: #fff;
            display: none;
        }

    .bindMobile .options {
        padding: 10px 22px;
    }

    .bindMobile .btnBox {
        padding: 0 22px;
    }

        .bindMobile .btnBox .loginBtn {
            font-size: 15px;
            color: #fff;
            width: 100%;
            height: 43px;
            line-height: 43px;
            text-align: center;
            background: #ea5503;
            cursor: pointer;
        }

    .bindMobile .regWrap {
        padding: 0 22px;
        height: 48px;
        border-top: 1px solid #ebecee;
    }

        .bindMobile .regWrap .reg {
            float: right;
            padding-left: 24px;
            color: #707070;
            font-size: 14px;
            line-height: 20px;
            margin-top: 13px;
            background: url("/images/arrowright.png") no-repeat left center;
        }

        .bindMobile .regWrap span.tab {
            font-size: 14px;
            line-height: 20px;
            cursor: pointer;
            margin-top: 13px;
            float: left;
        }

        .bindMobile .regWrap span.thirdLogin {
            margin-left: 10px;
            font-size: 14px;
            line-height: 20px;
            cursor: pointer;
            margin-top: 13px;
            float: left;
        }


.inputBox li {
    margin-bottom: 24px;
}

    .inputBox li input.text {
        padding-left: 54px;
        height: 38px;
        line-height: 38px;
        border: 1px solid #e6ebee;
        color: #c0c0c0;
        font-size: 14px;
    }

.inputBox .userId input.text {
    background: url("/images/userId.png") no-repeat left center;
    width: 345px;
}

.inputBox .userKey input.text {
    background: url("/images/key.png") no-repeat left center;
    width: 345px;
}

.inputBox .userKey a {
    float: right;
    font-size: 14px;
    line-height: 20px;
    margin-top: 9px;
    text-decoration: underline;
}

.inputBox .password {
    position: relative;
}

.inputBox .passwordTip {
    font-size: 14px;
    color: #c0c0c0;
    background: #fff;
    position: absolute;
    width: 234px;
    height: 38px;
    top: 1px;
    left: 36px;
    line-height: 38px;
}

.inputBox .captcha input.text {
    padding-left: 18px;
    width: 239px;
}

.inputBox .captcha img {
    float: right;
    margin-top: 1px;
    cursor: pointer;
    width: 130px;
    height: 37px;
}

.inputBox .setId input.text {
    width: 343px;
}

.inputBox .setKey input.text {
    width: 343px;
}

.inputBox .setId span {
    position: absolute;
    left: 0;
    top: 0;
    background: url("/images/mobile.png") no-repeat 20px center;
    width: 54px;
    height: 38px;
}

.inputBox .setKey span {
    position: absolute;
    left: 0;
    top: 0;
    background: url("/images/key2.png") no-repeat 20px center;
    width: 54px;
    height: 38px;
}

.inputBox .captcha input.text {
    background: url("/images/yzmpd.png") no-repeat;
    background-position: right 43px;
}

.inputBox .captcha input.yes {
    background-position: right 0px;
}

.inputBox .captcha input.no {
    background-position: right -38px;
}

.inputBox .captcha_mobile {
    margin-bottom: 10px;
}

    .inputBox .captcha_mobile input.text {
        padding-left: 18px;
        width: 239px;
    }

    .inputBox .captcha_mobile span {
        float: right;
        margin-top: 1px;
        cursor: pointer;
        width: 130px;
        height: 37px;
        background: #fff799;
        color: #f37022;
        font-size: 14px;
        text-align: center;
        line-height: 37px;
    }

.inputBox .protocol {
    margin-bottom: 10px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}

    .inputBox .protocol input {
        vertical-align: middle;
        margin-right: 5px;
    }

    .inputBox .protocol a {
        color: #f60;
        font-size: 14px;
    }

.inputBox li {
    position: relative;
}

    .inputBox li .tip {
        padding: 0;
        marign: 0;
        position: absolute;
        left: 55px;
        bottom: -34px;
        line-height: 20px;
        color: crimson;
        background: #fff;
        display: none;
    }

.btnBox {
    margin-bottom: 10px;
}

    .btnBox .loginBtn {
        font-size: 20px;
        color: #fff;
        width: 100%;
        height: 44px;
        line-height: 44px;
        text-align: center;
        background: #ea5504;
        cursor: pointer;
    }

    .btnBox .registerBtn {
        font-size: 20px;
        color: #fff;
        width: 100%;
        height: 44px;
        line-height: 44px;
        text-align: center;
        background: #ea5504;
        cursor: pointer;
    }

        .btnBox .registerBtn i {
            padding: 0 20px;
        }

    .btnBox .bindBtn {
        font-size: 20px;
        color: #fff;
        width: 100%;
        height: 44px;
        line-height: 44px;
        text-align: center;
        background: #ea5504;
        cursor: pointer;
    }

    .btnBox .selectOver {
        font-size: 20px;
        color: #fff;
        width: 100%;
        height: 44px;
        line-height: 44px;
        text-align: center;
        background: #ea5504;
        cursor: pointer;
    }

    .btnBox .backLogin {
        font-size: 20px;
        color: #fff;
        width: 100%;
        height: 44px;
        line-height: 44px;
        text-align: center;
        background: #ea5504;
        cursor: pointer;
    }

    .btnBox .setPwdBtn {
        font-size: 20px;
        color: #fff;
        width: 100%;
        height: 44px;
        line-height: 44px;
        text-align: center;
        background: #ea5504;
        cursor: pointer;
    }

.forget {
    float: right;
    line-height: 20px;
    color: #6f6f6f;
    font-size: 14px;
}

.otherLogin {
}

    .otherLogin .tit {
        line-height: 20px;
        color: #bfbfbf;
        margin-bottom: 5px;
    }

    .otherLogin li {
        float: left;
        font-size: 14px;
        cursor: pointer;
        border-right: 1px solid #666;
        line-height: 14px;
        padding: 0 12px;
    }

.registerBox {
    width: 400px;
    background: #fff;
    margin: 60px auto 0;
    padding: 22px 100px 60px;
    margin-bottom: 38px;
}

    .registerBox .title {
        font-weight: normal;
        padding: 13px 0 15px;
        font-size: 18px;
        height: 20px;
        line-height: 20px;
        color: #f3702b;
    }

    .registerBox .tip {
        backgr-ound: url("/images/tipIcon.png") no-repeat left center;
        padding-left: 26px;
        line-height: 20px;
        font-size: 14px;
        margin-bottom: 12px;
    }

        .registerBox .tip span {
            color: crimson;
            font-size: 14px;
        }

    .registerBox .title a {
        float: right;
        line-height: 20px;
        color: #52c0f1;
        font-size: 15px;
    }

.registerPD {
    width: 500px;
    background: #fff;
    margin: 0 auto;
    padding: 100px 80px;
    margin-bottom: 38px;
}

    .registerPD h2 {
        font-weight: normal;
        font-size: 20px;
        padding-left: 54px;
        line-height: 50px;
        height: 50px;
        margin-bottom: 10px;
    }

        .registerPD h2.success {
            background: url("/images/success.png") no-repeat left center;
        }

    .registerPD p {
        color: #515151;
        line-height: 22px;
        font-size: 14px;
        text-align: center;
    }

        .registerPD p samp {
            font-size: 15px;
            padding: 0 5px;
            color: #70df64;
        }

        .registerPD p a {
            padding: 0 5px;
            text-decoration: underline;
            font-size: 14px;
            color: #0093ff;
        }

.registerBox input {
    background: url("/images/yzmpd.png") no-repeat;
    background-position: right 43px;
}

    .registerBox input.yes {
        background-position: right 0px;
    }

    .registerBox input.no {
        background-position: right -38px;
    }


.findPwd {
    width: 554px;
    margin: 60px auto 0;
    background: #fff;
    padding: 40px 18px 60px;
    min-height: 300px;
}

.step {
    width: 553px;
    background: url("/images/findpwd_step_pc.png") no-repeat 0 0;
    height: 28px;
    margin-bottom: 40px;
}

.step2 {
    background-position: 0 -28px;
}

.step3 {
    background-position: 0 -56px;
}

.step4 {
    background-position: 0 -84px;
}

.findPwd .btn {
    font-size: 20px;
    color: #fff;
    width: 400px;
    margin: 0 auto;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #ea5504;
    cursor: pointer;
}

.findPwd ul {
    width: 400px;
    margin: 0 auto;
}

    .findPwd ul li {
        margin-bottom: 15px;
    }

        .findPwd ul li label input {
            vertical-align: middle;
        }

        .findPwd ul li label span {
            vertical-align: middle;
            font-size: 14px;
            line-height: 20px;
        }

.findPwd .txt {
    height: 38px;
    line-height: 38px;
    border: 1px solid #c9c9c9;
    padding-left: 10px;
    width: 388px;
    font-size: 14px;
}

.findPwd .step_1 {
}

    .findPwd .step_1 ul {
        margin-bottom: 20px;
    }

    .findPwd .step_1 .captcha .txt {
        width: 250px;
    }

    .findPwd .step_1 .captcha img {
        float: right;
        width: 130px;
        height: 40px;
        cursor: pointer;
    }

.findPwd .step_2 {
}

    .findPwd .step_2 .userInfo p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .findPwd .step_2 .get_yzm .txt {
        width: 250px;
    }

    .findPwd .step_2 .get_yzm span {
        float: right;
        width: 130px;
        height: 40px;
        cursor: pointer;
        color: #fff;
        background: #ff973a;
        text-align: center;
        line-height: 40px;
        font-size: 14px;
    }

.findPwd .step_2_1 {
}

    .findPwd .step_2_1 .tip {
        margin: 0 auto 20px;
        width: 400px;
        text-align: left;
        color: #666;
        font-size: 14px;
        line-height: 20px;
    }

        .findPwd .step_2_1 .tip span {
            color: #ea5504;
            font-size: 14px;
        }

    .findPwd .step_2_1 li {
        margin-bottom: 10px;
    }

.findPwd .step_3 {
}

    .findPwd .step_3 .tit {
        font-size: 16px;
        line-height: 30px;
        width: 400px;
        margin: 0 auto;
    }

.findPwd .step_4 .success {
    background: url("/images/success.png") no-repeat top center;
    padding-top: 50px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    color: #333;
}

.findPwd .step_4 .tip {
    font-size: 14px;
    line-heihgt: 20px;
    color: #333;
    text-align: center;
}

    .findPwd .step_4 .tip a {
        color: #f37022;
        text-decoration: underline;
        font-size: 14px;
        margin-left: 10px;
    }
