body {
	color: #000;
	font-size: 12px;
	font-family: "microsoft yahei" !important;
	background-color: #fff;
	margin: 0 auto;
	width: 100%;
	max-width: 750px;
}

* {
	padding: 0;
	margin: 0;
}

img,
input,
button {
	border: 0;
	outline: none;
}

a {
	text-decoration: none;
}

a:hover {
	color: #000;
}

.width {
	width: 90%;
	margin: 0 auto;
}

#reg_title {
	width: 100%;
	margin-top: 100px;
}

#reg_title h1 {
	font-size: 30px;
}

#reg_fm {
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
}

#reg_fm .list {
	width: 100%;
	padding-top: 40px;
}

#reg_fm .list li {
	width: 100%;
	height: 60px;
	background-color: #f7f7fb;
	line-height: 60px;
	margin-bottom: 25px;
	border-radius: 8px;
	position: relative;
}

#reg_fm .list li input {
	height: 40px;
	line-height: 40px;
	width: 100%;
	padding-left: 5%;
	background: none;
	font-size: 16px;
	margin-top: 10px;
}

#reg_fm .list li button {
	position: absolute;
	right: 5%;
	top: 0;
	line-height: 60px;
	font-size: 16px;
	background: none;
	color: #6266f9;
}

#reg_fm .btn {
	width: 100%;
	padding-top: 10px;
	overflow: hidden;
}

#reg_fm .btn button {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #333;
	background-color: #fdce42;
	border-radius: 50px;
}

#reg_fm .text {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #111111;
	padding-top: 15px;
}

#reg_fm .text a {
	color: #fdce42;
}

#reg_fm .ms {
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #1d1e2c;
	padding-top: 25px;
	padding-bottom: 50px;
}

#reg_fm .ms a {color: #6266f9;}
