body{
	background: #F1F1F1;
}
/*header */
.header{
	border: none;
}
.headSearch{
	background: #FFFFFF;
}
.headSearch .separate{
	width: 1px;
	height: 79px;
	background: #ccc;
	margin: 10px 60px;
}
.headSearch h4{
	font-size: 28px;
	color: #000000;
	font-weight: 600;
	line-height: 60px;
}
.headSearch p{
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.headSearch p span{
	color: red;
	font-weight: 700;
}
/*content */
.content{
	background: #FFFFFF;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 20px 20px 50px 20px;
	border-radius: 5px;
}
.content .tips{
	color: red;
	margin: 10px 0 10px 135px;
}
.content h5{
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 20px;
	border-bottom: 2px solid #01adef;
}
.content .signIn a{
	display: block;
	font-size: 14px;
	line-height: 50px;
	text-align: right;
	color: red;
}
.content .signIn a:hover{
	text-decoration: underline;
}
.content ul li{
	margin-bottom: 30px;
}
.content ul li span{
	display: inline-block;
	width: 100px;
	text-align: right;
	margin-right: 30px;
	font-size: 15px;
}
.content ul li input{
	width: 500px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	line-height: 40px;
	padding-left: 10px;
	box-sizing:border-box;
}
.content ul li .verification{
	width:300px;
}
.content ul li .verBtn{
	width:185px;
	line-height: 42px;
	border:none;
	color: #FFFFFF;
	background: #40c87f;
	text-align: center;
	padding-left:0;
	margin-left: 10px;
	cursor:pointer;
}
.content .btn input{
	width: 500px;
	border-radius: 5px;
	line-height: 42px;
	box-sizing:border-box;
	background: #01adef;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	margin: 30px 0 20px 130px;
	cursor:pointer;
}

.xieyi{
	font-size: 16px;
	color: #999;
	margin-top: 10px;
}
.xieyi input{
	width: 30px!important;
	margin-top: 20px!important;
}
.xieyi a{
	color: #01adef;
}