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 ul{
	margin-top: 50px;
}
.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 .yzm{
	width: 260px;
	margin-right: 20px;
}
.content ul li  .unchanged{
	width: 100px;
	border: none;
}
.content ul li .code {
	width: 150px;
	background: #DCDCDC;
	font-family: Arial;
	font-style: italic;
	font-size: 16px;
	color: Red;
	border: 0;
	text-align: center;
	letter-spacing: 16px;
	font-weight: bolder;
	padding-left: 15px;
}
.content ul li .changeImg {
	margin-left: 20px;
	display: inline-block;
}
.content ul li .changeImg{
	text-decoration: underline;
}
.content .functionBtn{
	width: 500px;
	margin: 20px 0px 20px 130px;
	font-size: 15px;
}
.content .red{
	color: red;
}
.content .functionBtn a:hover{
	color: red;
	text-decoration: underline;
}
.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;
}

.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 ul li .verification{
	width:300px;
}