

.register-content{
	
	width:1000px;
	margin: 0 auto;
	text-align: center;
	margin-top: 79px;
	margin-bottom: 66px;
	background: #f2f2f2;
	border:2px solid #e2e2e2
}

.register-content h4{
	line-height: 96px;
	font-size: 22px;
	font-weight: normal;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 32px;
}

.item-user label{
	font-size: 16px;
}
.login-text{
   	margin-top: 25px;
   	width: 346px;
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    padding: 12px 8px 12px 10px;
    border: 1px solid #ddd;

}

.special-user{
	width: 136px;
}
.item-user ,.item-password{
   	position: relative;
}


.item-user label i ,.item-password label i{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #9c9c9c;
    background:transparent;
    text-align: left;
    position: absolute;
    left: 374px;
    top: 27px;
    outline: 0;
    font-size: 24px;
}
.item-user label i{
	left:227px;
}
.item-user label button{
	position: absolute;
	right:286px;
	top: 30px;
	width:120px;
	background: #fa807f;
	height:35px;
	line-height: 32px;
	text-align: center;
	border-radius: 6px;
	 border: 0;
	 font-size: 14px;
	 color: #fff;
	 list-style-type:none;	
	 outline:none;
	   
	 }


.sure-button button{
	list-style-type: none;
    outline: none;
	text-align: center;
	 border: 0;
	font-size: 18px;
	width:200px;
	height:46px;
	line-height: 46px;
	color:#fff;
	background:#03b1fa;
	border-radius: 6px;
	margin: 0 auto;
	margin-top: 36px;
}
.has-account span,.has-account a{
	font-size: 18px;
}
.has-account a{
	color:#54bff9;
}
.has-account{
	line-height: 88px;
	padding-bottom: 10px;
}
.item-user-special{
	width:270px;
	margin-left: 288px;
}
.item-user-special label i{
	left: 87px;
}

.choose-select label{
	font-size:16px ;
}
.choose-select .form-control{
	width:148px;
	height:44px;
	margin-top: 25px;
	text-align: center;
	font-size: 18px;
}
.form-control-address{
	width:148px;
	height:44px;
	margin-top: 25px;
	margin-left: 35px;
	font-size: 18px;
}
.error{
	color:red;
	line-height:30px;
	}
