/*重置密码*/

body {
	color: #515151;
}

.hide {
	display: none;
}

.mb80 {
	margin-bottom: 80px;
}

.bg-col {
	background: #f9f9f9;
}

.bg-con-col {
	margin: 20px auto 50px;
	height: 500px;
	background-color: #fff;
	padding: 10px 30px 50px;
	border-radius: 10px;
}

.wrap-pwd {
	width: 100%;
}

.reset-tit {
	font-size: 30px;
	padding: 15px 0 30px;
	text-align: center;
	color: #515151;
}

.step-bar {
	padding-top: 14px;
	text-align: center;
	margin-bottom: 80px;
}

.step-bar>li {
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.step-bar .step {
	text-align: center;
	position: relative;
	float: left;
	min-width: 56px;
	height: 34px;
	line-height: 30px;
	vertical-align: middle;
	opacity: .3;
	filter: alpha(opacity=30);
}

.step-bar .dot {
	width: 18px;
	height: 18px;
	background: #005dff;
	border: 4px solid #005dff;
	border-radius: 50%;
	display: inline-block;
}

.step-bar .line {
	float: left;
	width: 220px;
	height: 1px;
	margin-top: 14px;
	vertical-align: middle;
	background-color: #e0e0e0;
}

.step-bar .active .step {
	opacity: 1;
	filter: alpha(opacity=100);
}

.step-bar .active .dot {
	border-color: #d1def5;
}

.enter-pwd input {
	left: 0;
}

.success-set {
	text-align: center;
	font-size: 16px;
}

.icon-success {
	width: 30px;
	height: 30px;
	background: url(../images/icon/icons_06.png) no-repeat;
	background-size: 30px 30px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.remind {
	text-align: center;
	margin-top: 14px;
	font-size: 16px;
	color: #b0b0b0;
}

.verify-area {
	width: 348px;
	margin: 0 auto;
	position: relative;
}

.photo-nmb, .identifying, .enter-pwd {
	width: 100%;
	height: 40px;
	border: 1px solid #e0e0e0;
	position: relative;
	margin: 15px 0;
	border-radius: 5px;
}

.photo-nmb .photo {
	position: absolute;
	top: 6px;
	left: 14px;
	width: 34px;
	height: 30px;
	z-index: 2;
	border-right: 1px solid #e6e6e6;
}

.photo-nmb .photo {
	background: url(../images/icon/icons_02.png) no-repeat;
}

.photo-nmb input, .identifying input, .enter-pwd input {
	width: 298px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #515151;
	outline: none;
	border: 0;
	position: absolute;
	left: 50px;
	z-index: 2;
	background: none;
	text-indent: 10px;
	border-radius: 5px;
}

.enter-pwd input {
	left: 0px;
}

.obtain {
	width: 110px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	color: #b0b0b0;
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	background: #eee;
	border-radius: 5px;
	cursor: pointer;
}

.obtainA {
	cursor: pointer;
	width: 110px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	color: #ffffff;
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 0;
	background: #447fe5;
	border-radius: 5px;
}

.btn-register {
	background-color: #5e79e2;
	width: 350px;
	letter-spacing: 4px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	border: 0 none;
	border-radius: 5px;
}

.identifying input {
	left: 0;
	width: 240px;
}

.warning {
	color: #e40011;
}

/* 20-02-27 手机 start */

/* 忘记密码 start */

@media screen and (max-width:500px) {
	html, body {
		min-width: auto;
	}
	.conAuto {
		width: auto;
		min-width: auto;
	}
	.bg-con-col {
		margin-top: 0px;
	}
	.step-bar {
		display: flex;
		justify-content: space-around;
	}
	.step-bar .line {
		max-width: 42px;
	}
	.verify-area {
		width: auto;
	}
	.btn-register {
		width: 100%;
	}
}

/* 忘记密码 end */

/* 20-02-27 手机 end */