form{
    display: block;
    position: relative;
}
section{
    width: 1200px;
    overflow: hidden;
}
.main{
    width: 614px;
    margin: 0 auto;
}
.new-user{
    margin: 40px auto 0;
    overflow: hidden;
}
.new-user-step1, .new-user-step2, .new-user-step3{
    height: 40px;
    overflow: hidden;
}
.new-user-step1 i, .new-user-step2 i, .new-user-step3 i{
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 18px;
}
.new-user-step1{
    border-bottom: 2px solid #1a7ab8;
}
.new-user-step1 i{
    background: url(../images/icon-r.png) -126px -48px no-repeat;
}
.new-user-step1 span
{
    color: #1a7ab8;
}
.new-user-step2{
    padding-left: 116px;
    color: #818b91;
    border-bottom: 2px solid #c1cdd5;
}
.new-user-step2 i{
    background: url(../images/icon-r.png) -210px -48px  no-repeat;
}
.new-user-step3{
    padding-left: 112px;
    color: #818b91;
    border-bottom: 2px solid #c1cdd5;
}
.new-user-step3 i{
    background: url(../images/icon-r.png) -295px -48px  no-repeat;
}
.new-user span{
    font-size: 20px;
}
.new-register{
    margin-top: 50px;
}
.w-new{
    margin-bottom: 30px;
    position: relative;
}
.new-register p{
    position: relative;
    /*width: 400px;*/
    /*border-bottom: 1px solid #c1cdd5;*/
}
.new-register input{
    width: 361px;
    height: 42px;
    border: none;
    outline: 0;
    background: 0 0;
    padding: 0 0 0 39px;
    font-size: 16px;
}
.w-new p span{
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 0;
    height: 28px;
    overflow: hidden;
    padding: 0 0 0 28px;
    z-index: 20;
}
.new-phone p span{
    background: url(../images/icon-r.png) no-repeat -510px -250px;
}
.new-pass p span{
    background: url(../images/icon-r.png) no-repeat -80px 0;
}
.new-repass p span{
    background: url(../images/icon-r.png) no-repeat -80px -48px;
}
.new-code p span{
    background: url(../images/icon-r.png) no-repeat -246px 0;
}
.new-wish p span{
    background: url(../images/icon-r.png) no-repeat -10px -328px;
}
.tick{
    width: 360px;
    font-size: 14px;
    padding-left: 10px;
    color: #e7a059;
    position: absolute;
    top: 50px;
    display:none
}
.tick i{
    float: left;
    width: 20px;
    height: 20px;
    background: url(../images/icon-r.png) 0 -90px no-repeat;
}
.agreen{
    margin-top: 60px;
}
input[type="checkbox"]{
    height: 20px;
    line-height: 20px;
}
.agreen-cont{
    font-size: 14px;
    color: #c1cdd5;
    margin-left: 6px;
}
.agreen-cont a{
    color: #000;
}
.agreen-cont a:hover{
    color: #e54e3d;
    transition: color .5s;
    cursor: pointer!important;
}
.sure{
    width:400px;
}
.w-regist{
    width: 400px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-top: 15px;
    display: inline-block;
    background: #d54743;
    cursor: pointer;
}
.w-regist-load{
    width: 400px;
    height: 54px;
    color: #fff;
    font-size: 20px;
    margin-top: 15px;
    display: inline-block;
    background: #e0e0e0;
}
.get-code{
    background: #ccc;
    border: 1px solid transparent;
    width: 125px;
    height:43px;
    vertical-align: bottom;
    cursor: pointer;
    line-height: 43px;
    text-align: center;
    font-size: 14px;
}