.registerTil{
    display: inline-block;
    height: 24px;
    line-height: 24px;
    font-size: 20px;
    color: #0081e8;
    padding: 0 14px;
    margin-left: 20px;
    border-left: 1px solid #a0a0a0;
    vertical-align: bottom;
}
.backLink{
    float: right;
    height: 22px;
    margin-top: 38px;
}
.backLink li{
    float: left;
    padding: 0 12px;
    border-left: 1px solid #101010;
}
.backLink li:first-child{
    border-left: none;
}
.backLink li a{
    font-size: 16px;
    color: #101010;
}
.backLink li a:hover{
    color: #EF0000;
}
#header{
    background-color: #ffffff;
    border-bottom: 4px solid #0D8EF1;
}
#main{
    background-color: #FCFCFC;
}
.attention{
    width: 1200px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
}
.attentionTip{
    color: #333333;
}
.clockImg{
    margin-right: 4px;
}
.main-wrap{
    width: 1200px;
    margin: 0 auto 60px auto;
    border: 1px solid #dcdcdc;
    padding: 14px;
    background-color: #f2f2f2;
}
.main-content{
    background-color: #ffffff;
    width: 100%;
    padding: 30px 15px;
}
.process{
    width: 1140px;
    height: 68px;
    margin: auto;
}
.process>li{
    float: left;
}
.process .step1{
    width: 417px;
    height: 68px;
    background: url("../images/process.png") no-repeat 0 0;
}
.process .step1-done{
    background-position: 0 -68px;
}
.process .step2{
    width: 306px;
    height: 68px;
    background: url("../images/process.png") no-repeat -417px 0;
}
.process .step2-done{
    background-position: -417px -68px;
}
.process .step3{
    width: 417px;
    height: 68px;
    background: url("../images/process.png") no-repeat -723px 0;
}
.process .step3-done{
    background-position: -723px -68px;
}
.marTop60{margin-top: 60px!important;}
.fill-content{
    margin: 40px 111px;
}
.fill-content>li{
    margin-bottom: 40px;
}
.fill-area{
    width: 918px;
    height: 36px;
    overflow: hidden;
}
.fill-item{
    float: left;
    width: 300px;
    line-height: 36px;
    text-align: right;
    font-size: 16px;
    color: #333333;
    margin-right: 2px;
}
.fill-input{
    float: left;
    width: 300px;
    border: 1px solid #d2d2d2;
    font-size: 14px;
    height: 36px;
    padding: 2px;
}
.shortFill{
    width: 190px;
    margin-right: 10px;
}
.get-code{
    float: left;
    border: 1px solid #cfcfcf;
    font-size: 14px;
    color: #0a8cf0;
    background: -webkit-linear-gradient(to bottom, #ffffff, #fafafa); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(to bottom, #ffffff, #fafafa); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(to bottom, #ffffff, #fafafa); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, #ffffff, #fafafa); /* ��׼���﷨������������ */
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffffff,endcolorstr=#fafafa,gradientType=1);
    line-height: 26px;
    padding: 4px 14px;
}
.forbit{background: #F2F2F2;color:#c9c9c9;border: 1px solid #F2F2F2;}
.fill-tip{
    font-size: 12px;
    color: #929292;
    line-height: 26px;
    margin-left: 300px;
}
.next-buttons{
    margin: 0 0 40px 290px;
}
.nextBtn{
    display: inline-block;
    width: 142px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background: url("../images/nextBtn-bg.png") no-repeat;
}
.nextBtn:hover, .nextBtn:focus{
    color: #E5F5FF;
    text-decoration: none;
}
.pwd-type{
    text-align: center;
}
.pwd-type>label{
    margin-right: 60px;
    font-size: 14px;
    color: #555555;
    cursor: pointer;
 }
.pwd-type>label.type-checked{
    color: #0596F7;
}
.pwd-type>label input[type="radio"]{
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 3px;
}
.retrieve-success{
    text-align: center;
}
.success-txt{
    width: 100%;
    margin: 70px auto 80px auto;
}
.success-txt>span{
    font-size: 16px;
    color: #555555;
    font-weight: 600;
    margin-left: 8px;
}
.reLogin{
    margin-bottom: 40px;
}

/*底部固定在 bottom:0;*/
body{
    background-color: #fcfcfc;
}
#footer{
    position: fixed;
    bottom: 0;
    left: 0;
}