* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

body {
	background: #F5F5F5;
}

.registerWrapper {
	width: 1180px;
	margin: 20px auto;
	overflow: hidden;
}

.form.form_findPwd {
	width: 1098px;
}

.form {
	float: left;
	background-color: #fff;
	padding: 25px 40px 60px;
	width: 758px;
	border: 1px solid #f2f2f2;
}

.form h2 {
	font-size: 16px;
	font-weight: normal;
	/*padding-bottom: 25px;*/
	/* border-bottom: 1px solid #ddd; */
	margin-bottom: 40px;
	color: #999999;
}

#step {
	width: 890px;
	margin: 0 auto 50px;
}
#step2,#step3{
	display: none;
}
.ui_steps_round {
	overflow: hidden;
}

.ui_steps_round li {
	float: left;
	width: 25%;
	text-align: center;
	color: #999;
	position: relative;
}

.ui_steps_round li.active i,
.ui_steps_round li.finish i {
	background-color: #ffa21f;
}

.ui_steps_round li.active i {
	background-color: #2789ee;
	color: #fff;
	border: 0;
}

.ui_steps_round li i {
	width: 36px;
	height: 36px;
	line-height: 36px;
}

.ui_steps_round li i {
	display: block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	/*background-color: #B1B1B1;*/
	border: 2px solid #999;
	border-radius: 100%;
	margin: 10px auto;
	overflow: hidden;
}

.ui_steps_round li i {
	font-style: normal;
}

.ui_steps_round li.active b,
.ui_steps_round li.finish b {
	border-top: 2px solid #ffa21f;
}

.ui_steps_round li.active b {
	border-top: 2px solid #2789ee;
}

.ui_steps_round li b {
	top: 45px;
}

.ui_steps_round li b {
	display: block;
	height: 0;
	border-top: 2px solid #B1B1B1;
	position: absolute;
	top: 37px;
}

.form.form_findPwd table {
	width: 800px;
	margin: 0 auto 50px;
}

.form table th {
	text-align: right;
	font-size: 14px;
	font-weight: normal;
	width: 180px;
}

.form table th,
.form table td {
	padding: 12px 5px;
}

.fill {
	width: 215px;
}

.hr {
	left: 133px;
	width: 167px;
}

.form table th span {
	color: #c7181e;
	margin-right: 5px;
}

input[type="text"] {
	width: 260px;
	height: 34px;
	line-height: 34px;
	padding: 0 10px 0 10px;
	border: 1px solid #bfbfbf;
	background-color: #fff;
	border-radius: 3px;
}

.password {
	width: 260px;
	height: 34px;
	line-height: 34px;
	padding: 0 10px 0 10px;
	border: 1px solid #bfbfbf;
	background-color: #fff;
	border-radius: 3px;
}

.form .btns.btns_erCode {
	float: left;
	height: 34px;
	line-height: 34px;
	margin-left: 10px;
	width: 143px;
	font-size: 12px;
	border-radius: 3px;
}

.form table .btns {
	width: 280px;
	height: 38px;
	line-height: 38px;
	color: #fff;
	font-size: 16px;
}

.btns {
	display: inline-block;
	width: 158px;
	font-size: 18px;
	margin-bottom: 0;
	line-height: 48px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid #2789ee;
	background-color: #2789ee;
}

.ui_steps_round li.last b {
	display: none;
}