@CHARSET "UTF-8";
html,body,form,input,button,a,p,span,img,h1,h2,h3,ul,li{
    margin: 0;
    padding: 0;
}
a,ul,li{
    text-decoration: none;
}
li{
    list-style-type:none;
}
input, button, select, textarea {
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}
/*placeholder字体颜色*/
::-webkit-input-placeholder {font-family: 'Microsoft YaHei'; color: #999;}/* WebKit browsers */
:-moz-placeholder {font-family: 'Microsoft YaHei'; color: #999;}/* Mozilla Firefox 4 to 18 */
::-moz-placeholder {font-family: 'Microsoft YaHei'; color: #999;}/* Mozilla Firefox 19+ */
:-ms-input-placeholder { font-family: 'Microsoft YaHei'; color: #999;} /* Internet Explorer 10+ */
body{
    font-family: "微软雅黑";
}
.loginCon{

}
/* 头部 */
.loginTop{
    width: 100%;
    -webkit-box-shadow: 0 0 46px #dfdfdf;
    -moz-box-shadow: 0 0 46px #dfdfdf;
    box-shadow: 0 0 46px #dfdfdf;
}
.loginConHead{
    width: 1200px;
    margin: 0 auto;
    padding-top: 45px;
    position: relative;
    padding-bottom: 30px;
}
.logoLink{
    width: 226px;
    height: 80px;
    display: inline-block;
    vertical-align: text-bottom;
}
.loginTitle{
    margin-left: 40px;
    font-size: 30px;
    color: #333;
}
.loginRight{
    position: absolute;
    bottom: 30px;
    right: 0;
}
.loginRight span{
    color: #999;
    font-size: 14px;
    display: inline-block;
    height: 27px;
    line-height: 27px;
}
.loginRight span.ptTel{
    padding-right: 30px;
    border-right: 1px solid #d9d9d9;
    margin-right: 30px;
}
.loginRight span a{
    color: #d81e06;
}
.loginRight span a:hover{
    text-decoration: underline;
}
/* 主体 */
.regConMain{
    margin-top: 45px;
    padding-bottom: 30px;
}
.regStep{
    width: 766px;
    margin: 0 auto;
}
.regStepTop{
    position: relative;
    min-height: 90px;
}
.regLine{
    width: 100%;
    height: 3px;
    background: #d2d2d2;
    position: absolute;
    top: 26px;
    left: 0;
    z-index: 1;
}
.stepTitle{
    background: #fff;
    position: absolute;
    top: 0;
    z-index: 2;
    padding: 0 30px;
    color: #333;
    font-size: 12px;
    /* IE */
    padding:0\9;
    width:172px\9;
    text-align:center\9;
}
.stepTitle.one{
    left: 0;
}
.stepTitle.two{
    left: 50%;
    transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
}
.stepTitle.three{
    position: absolute;
    right: 0;
    top: 0;
}
.stepIcon{
    display: block;
    width: 50px;
    height: 50px;
    background: url("../../img/step_icon.png") no-repeat 0 0;
    margin: 0 auto;
}
.stepTitle.two .stepIcon{
    background: url("../../img/step_icon.png") no-repeat 0 -60px;
}
.stepTitle.three .stepIcon{
    background: url("../../img/step_icon.png") no-repeat 0 -120px;
}
.stepText{
    display: block;
    text-align: center;
    margin-top: 12px;
    color: #333;
    font-size: 14px;
}
/* 验证手机号 */
.regForm{
    width: 560px;
    margin: 0 auto;
    padding-top: 60px;
}
.formItem{
    overflow: hidden;
    padding-bottom: 35px;
    position: relative;
}
.formItem .formTxt{
    float: left;
    min-width: 85px;
    line-height: 54px;
    font-size: 14px;
    color: #666;
    margin-right: 35px;
    text-align: right;

}
.formItem input{
    float: left;
    width: 358px;
    height: 52px;
    line-height: 52px;
    border: 1px solid #d9d9d9;
    background: none;
    padding: 0 20px;
    color: #6f6f6f;
    font-size: 14px;
}
.formItem input.phoneCode{
    width: 147px;
}
.formItem .getCode{
    float: left;
    width: 113px;
    height: 30px;
    line-height: 30px;
    background: #d81e06;
    color: #fff;
    text-align: center;
    border: 0 none;
    border-radius: 5px;
    margin-top: 13px;
    margin-left: 49px;
    cursor: pointer;
    font-size: 14px;
}
.formItem .errorText{
    position: absolute;
    left: 140px;
    bottom: 13px;
    z-index: 2;
    font-style: normal;
    font-size: 12px;
    color: #d81e06;
}
.nextLink{
    float: left;
    width: 400px;
    height: 50px;
    background: #d81e06;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}
/* 图标 */
.errorIcon{
    display: block;
    width: 32px;
    height: 32px;
    background: url("../images/icon_cw.png") no-repeat 0 0;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 9;
    display: none;
}
.errorIcon.dui{
    background: url("../images/icon_zq.png") no-repeat 0 0;
}
/* 注册成功 */
.regSuccess{
    width: 400px;
    margin: 100px auto 0;
}
.regSuccess .successIcon{
    display: block;
    width: 50px;
    height: 50px;
    background: url("../../img/step_icon.png") no-repeat 0 -120px;
    margin: 0 auto;
}
.regSuccess h3{
    line-height: 30px;
    margin: 20px 0 10px 0;
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.regSuccess p{
    font-size: 14px;
    color: #999;
    text-align: center;
}
.regSuccess .goLoginBtn{
    display: block;
    width: 400px;
    height: 50px;
    background: #d81e06;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    margin-top: 30px;
}

#stepTwo,.regSuccess{
    display: none;
}
@media \0screen\,screen\9{    /* IE6\7\8 */
    .two.stepTitle{
        margin-left:-86px;
    }
}