
.Validform_checktip{
    display: inline-block;
    position: relative;
    top: -1px;
    left: 76px;
    line-height: 28px !important;
}

.container{
    width: 1200px;
    margin: 0 auto;
}

/* 清除浮动 */
.clearfix:before,.clearfix:after{
   content:"";
   display:block;
   clear:both;
   height:0;
}

input::placeholder{
    color: #cccccc;
}

body{
    min-width: 1200px;
}

.header{
    height: 86px;
    border-bottom: 3px solid #0094ff;
}
.header img{
    vertical-align: top;
    margin-top: 11px;
}
.header span{
    font-size: 20px;
    line-height: 86px;
    color: #085e91;
    font-weight: bold;
    margin-left: 10px;
}

.main{
    height: 510px;
    background-color: #eff3f6;
    overflow: hidden;
}
.main>h1{
    font-size: 30px;
    color: #333;
    text-align: center;
    margin-top: 34px;
}
.main-box{
    height: 382px;
    background-color: #fff;
    margin-top: 30px;
}
.steps{
    width: 904px;
    height: 150px;
    margin: 0 auto;
    position: relative;
}

.lines>span{
    display: inline-block;
    height: 1px;
    background-color: #dcdcdc;
    position: absolute;
    top: 70px;
    z-index: 10;
}
.lines>span.l-1{
    left: 0;
    width: 100px;
}
.lines>span.l-2{
    left: 130px;
    width: 190px;
}
.lines>span.l-3{
    left: 353px;
    width: 190px;
}
.lines>span.l-4{
    left: 580px;
    width: 324px;
}
.lines>span.lines-active{
    background-color: #0094ff;
}
.steps-box{
    margin-top: 45px;
    position: absolute;
    z-index: 100;
}
.step-item{
    width: 80px;
    text-align: center;
    float: left;
    margin: 0 72px;
}
.circle{
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    background-color: #dcdcdc;
    font-size: 24px;
    color: #fff;
    font-style: normal;
}
.step-item>p{
    color: #333;
    line-height: 30px;
}
.step-active>i{
    background-color: #0094ff;
}
.step-active>p{
    color: #0094ff;
}
.inp-box{
    width: 429px;
    height: 200px;
    /* border: 1px solid #dcdcdc; */
    margin: 0 auto;
}
.inpitem{
    height: 32px;
    margin-top: 30px;
    position: relative;
}
.inpitem2{
    height: 32px;
    margin-top: 16px !important;
}
.inpitem>input{
    padding-left: 10px;
    line-height: 30px;
    border: 1px solid #dcdcdc;
}
.inpitem>img{
    vertical-align: top;
    margin-left: 10px;
}
.inpitem>.btn-style{
    border: none;
    width: 85px;
    height: 30px;
    background-color: #0094ff;
    color: #fff;
    margin-left: 104px;
    font-size: 14px;
}
.inpitem>.back{
    color: #0094ff;
    text-decoration: underline;
    margin-left: 54px;
    font-size: 14px;
}
.inpname{
    display: inline-block;
    width: 100px;
    text-align: right;
    line-height: 30px;
    color: #333;
}
.changeone{
    font-size: 12px;
    color: #0094ff;
    cursor: pointer;
    margin-left: 10px;
}
.getyzm-again{
    position: absolute;
    top: 0;
    left: 222px;
    font-size: 12px;
    color: #333;
    line-height: 30px;
    background-color: #fff;
    padding: 0 14px;
    display: none;
}
.inp-yhm{
    height: 30px;
    width: 246px;
}
.inp-yzm{
    height: 30px;
    width: 100px;
}
.inp-box .success{
    font-size: 24px;
    color: #333;
    margin-top: 44px;
}
.inp-box .to-login{
    display: inline-block;
    font-size: 18px;
    color: #0094ff;
    margin-top: 24px;
    text-decoration: underline;
}

.step-1{
    /* display: none; */
}
.step-2{
    display: none;
}
.step-3{
    display: none;
}
.step-4{
    display: none;
    text-align: center;
}







.footer{
    margin: 50px 0 10px 0;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
	color: #666;
}