/*注册部分的信息部分*/
.text-box {
	width: 300px;
	margin: 0 auto;
}
.text-box div {
	margin: 25px 0;
	display: flex;
	height: 32px;
	line-height: 32px;
}
.text-box label {
	text-align: left;
	font-size: 14px;
	color: #383838;
}
.text-box input[type='text'],.text-box input[type='password']	{
	-webkit-apprarance:none;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 14px;
	text-align: left;
	text-indent: 12px;
}
.text-box input[type='checkbox']	{
	width: 20px;
	height: 20px;
	margin-top: 5px;
	-webkit-appearance: auto;
}
.tel {
	width: 70px;
}
.pwd1 {
	width: 70px;
}
.text-box .pwd2 {
	width: 98px;
}
.code {
	width: 56px;
}
#tel {
	width: 225px;
}
#pwd1 {
	width: 224px;
}
.text-box #pwd2 {
	width: 197px;
}
#code {
	width: 135px;
}
#validatorbtn {
	background-color: #43cf7c;
	border-radius: 5px;
	font-size: 12px;
	margin-left: 20px;
	text-indent: 0px;
	text-align: center;
	color: #fff;
	border: none;
	height: 32px;
	line-height: 32px;
	margin:0;
	width: 80px;
	overflow: visible;
	-webkit-border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: none;
	margin-left: 20px;
}
#registration-btn {
	width: 100%;
	height: 40px;
	background-color: #0b9bee;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	border: none;
}
#validatorbtn:hover {
	cursor: pointer;
}
#registration-btn:hover {
	cursor: pointer;
}
#second{
	display: none;
}
/* 手机适配样式 */
@media screen and (max-width: 720px) {
	
	.head-info {
		display: none;
	}
	.head-info01 {
		display: block !important;
		width: 100%;
		height: 50px ;
		line-height: 50px;
		text-align: center;
		background: url(../images/head-info01.jpg) no-repeat;
		color: #fff;
		background-size: 100% auto;
		color: #fff !important;
		font-size: 1em;
		font-weight: 400;
	}
	.text-box {
		width: 100% !important;
		padding:15px 30px 30px 30px;
		box-sizing: border-box;
	}
	.text-box label {
		display: none;
	}
	.text-box div {
		height: 2.625rem;
		line-height: 100%;
		margin: 0;
		margin-top: 15px;
		
	}
	.text-box input[type='text'],.text-box input[type='password']	{
	    -webkit-appearance:none;
		width: 100% !important;
		height: 2.625rem !important;
		border: 1px solid #d9d9d9 !important;
		box-sizing: border-box !important;
		border-radius: 5px !important;
		text-align: left;
		text-indent: 1em;
	}
	.text-box input[type='checkbox']	{
		width: 20px;
		height: 20px;
		margin-top: -3px;
	}
	.code_div {
		position: relative;
	}
	#validatorbtn {
		width: 19% !important;
		height: 18px !important;
		line-height: 100% !important;
		background-color: #fff;
		border: none !important;
		position: absolute;
		top: 12px;
		right: 12px;
		color: #383838;
		font-size: 0.75em;
		padding: 0;
	}
	#registration-btn {
		height: 2.625rem !important;
		line-height: 100%;
		margin-top: 15px;
		font-size: 0.875rem;
		font-weight: 400;
	}
	#registration-btn01,#registration-btn02 {
		display: block !important;
		width: 100%;
		height: 2.625rem;
		line-height: 100%;
		margin-top: 15px;
		border-radius: 5px;
		color: #383838;
		background-color: #e5e5e5;
		font-size: 0.875rem;
		font-weight: 400;
	}
	
}