.login_1228_dl {
    width: 1000px;
!important;
    margin: 0 auto !important;
    padding-top: 10px;
}

.flow-steps {
    overflow: hidden;
    margin: 20px auto;
    width: 950px;
}

.flow-steps li.last {
    background-position: 100% -138px;
}

.flow-steps li.current .first {
    background-color: #36a9e2;
    background-position: -12px -92px;
}

.flow-steps li {
    float: left;
    background: #e4e4e4 url(/images/flow_steps_bg1.png) no-repeat 100% 0;
    font-size: 14px;
    font-weight: bold;
    height: 23px;
    line-height: 23px;
    text-align: center;
    color: #404040;
    padding: 0 15px 0 0;
    overflow: hidden;
}

.flow-steps .num3 li {
    width: 301px;
}

.flow-steps li.current {
    background-color: #36a9e2;
    color: #fff;
}

.yanzhengma {
    width: 160px;
    height: 44px;
    border: 1px solid #DCDCDC;
    font-size: 14px;
    padding-left: 12px;
    border-radius: 5px;
    line-height: 44px;
    vertical-align: middle;
}

.ymImg {
    height: 34px;
    margin-right: 2px;
}

.margin-top {
    margin-top: 20px;
}

.tips {
    margin-left: 30px;
}

.tips p {
    line-height: 24px;
    letter-spacing: 1px;
    font-size: 14px;
    color: #999999;
}

.flow-steps li.done .first {
    background-color: #aedff7;
    background-position: -12px -115px;
}

.flow-steps li.done {
    background-color: #aedff7;
    background-position: 100% -46px;
    color: #36a9e2;
}

.flow-steps li.current-prev {
    background-position: 100% -23px !important;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}