img {
	vertical-align: middle;
}

.register_title {
	background-color: #e8e8e8;
	height: 78px;
	line-height: 78px;
}

.register_title img {
	vertical-align: middle;
	margin-left: 40px;
}

.register_lv {
	background-color: #FFFFFF;
	overflow: hidden;
	margin-top: 100px;
}


.register_content{
	text-align: center;
}


.register_content ul li {
	width: 410px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 22px;
}

.register_content ul li input {
	padding-left: 20px;
	width: 390px;
	height: 40px;
	border: 1px solid #e5e5e5;
	font-size: 16px;
}

.register_content ul li:nth-of-type(2) {
	display: flex;
	justify-content: flex-start;
}

.yan {
	width: 120px;
	height: 40px;
	line-height: 40px;
	background-color: #C10000;
	margin-left: 20px;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}
.register_content ul {
	width:390px;
	margin:auto;
	padding:211px 0;
}
.register_content ul li:nth-of-type(2) input {
	width: 260px;
}




.register_content ul li:nth-last-child(1) {
	background-color: #C10000;
	color: #FFFFFF;
	text-align: center;
	border-radius: 5px;
	font-weight: 600;
	letter-spacing: 5px;
	cursor: pointer;
}

.success_con{
	padding:211px 0;
}
.success_con p{
	margin-top: 30px;
	font-size: 18px;
}
.success_con p span{
	color: #C10000;
	border-bottom:1px solid #C10000;
	display: inline-block;
	cursor: pointer;
}
