.header{
	border-bottom: 1px solid #ccc;
	box-shadow: 3px 0px 4px 1px #ccc;
}

.logo-jingxin {
    position: relative;
    z-index: 12;
    float: left;
    width: 350px;
    height: 50px;
    margin: 15px 0 22px;
	padding-left: 5px;
}
.logo-jingxin h2{
	font-size: 34px;
	color: #E02B1F;
	font-weight: bold;
}
.logo-jingxin span {
    padding: 15px 0 0 16px;
    font-size: 20px;
    float: left;
}
.flex-wrap{
	display: flex;
	align-items: center;
}
.header2 .have-account {
    font-size: 16px;
    float: right;
    margin-top: 55px;
    color: #999;
}
.header2 .have-account a{
	text-decoration: none;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.reg .main {
    margin: 50px auto 186px;
    width: 400px;
}
.reg .progress-bar {
    position: relative;
    margin: 80px auto 0;
    width: 400px;
	background: #fFFFFF;
}
.reg .progress-bar .pro-step {
    float: left;
    text-align: center;
}

.progress-bar .step-index{
	border: 1px solid #CCCCCC;
	border-radius: 14px;
	background: #FFFFFF;
}

.progress-bar .cur-step .step-index {
    background-position: 0 -200px;
    color: #fff;
	border: 1px solid #3b4;
	border-radius: 14px;
	background: #3b4;
}
.reg .progress-bar .pro-step .step-index {
    margin: 0 auto;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-position: -45px -200px;
    font-size: 12px;
    font-weight: 700;
    color: #ccc;
}
 .progress-bar .pro-step .step-desc {
    margin-top: 10px;
    font-size: 12px;
    color: #999;
}
.progress-bar .cur-step .step-desc {
    color: #3b4;
}
 .progress-bar .person-pro-line1 {
    left: 55px;
}
 .progress-bar .person-pro-step2 {
    margin-left: 106px;
}
.reg .progress-bar .person-pro-line2 {
    left: 228px;
}
 .progress-bar .person-pro-step3 {
    margin-left: 112px;
}
 .progress-bar .pro-step {
    float: left;
    text-align: center;
}
 .progress-bar .person-pro-line {
    width: 124px;
    background-position: 0 -100px;
}
 .progress-bar .pro-line {
    position: absolute;
    top: 7px;
    width: 74px;
    height: 10px;
    background-position: 0 -40px;
}
 .item-phone-wrap {
    height: 86px;
    position: relative;
    z-index: 2;
}
 .form-item-phone {
    border: none;
}
 .form-item {
    position: relative;
    border: solid 1px #ddd;
    width: 398px;
    height: 52px;
    z-index: 0;
}
 .form-item-phone .select-country {
    cursor: pointer;
    color: #666;
}
 .form-item label {
    float: left;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
}
 .form-item .item-input-wrap {
    float: left;
    width: 288px;
    height: 50px;
}
.progress-bar {
    float: none;
    width: 0%;
}

.pro_img{
	position: absolute;
	left: 50px;
}
.next{
	left: 224px;
}
.form-item .field {
    border: 0 none;
    font-size: 14px;
    width: 270px;
    height: 50px;
    padding-bottom: 11px;
    padding-left: 20px;
    padding-top: 16px;
	border-left: 1px solid #ddd;
	margin-left: 15px;
}
.btn-code-disable {
    background: #f4f5f6;
    color: #999;
    cursor: default;
}
.btn-mailcode, .btn-phonecode{
	position: absolute;
	top: -1px;
	right: 0;
}
.btn-mailcode, .btn-phonecode {
    width: 118px;
    height: 52px;
    border-left: 1px solid #ddd;
    background: #fff;
    color: #333;
    padding: 0;
}
.btn-phonecode{
    outline: none;
    border-left: 1px solid #ddd;
}

button, select {
    text-transform: none;
    border: 1px solid #ddd;
}
input{
	outline: none;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.form-item-phone .arrow {
    background: url(../img/icon.png) no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-top: 15px;
    margin-left: 5px;
    background-position: -2px -150px;
    *zoom: 1;
    *height: 20px;
}
.input-tip {
    color: #c5c5c5;
    height: 27px;
    font-size: 12px;
    padding-top: 5px;
}
.btn-register {
    width: 100%;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #fff;
    background: #e2231a;
    border: 0;
    font-size: 16px;
    font-family: "Microsoft YaHei","Hiragino Sans GB";
    cursor: pointer;
	margin-top: 50px;
}
#step2-wrap {
    display: none;
}
.form-footer{	
	font-size: 12px;
	text-align: center;
	border-top: solid 1px #e6e6e6;
	color: #999;
	padding-bottom: 30px;	
}
.form-footer .links {
    padding-top: 30px;
    padding-bottom: 15px;
}
.form-footer a {
    color: #999;
    margin: 0 10px;
	text-decoration: none;
}