/*重置密码*/
@font-face
{
	font-family: "siyuanhei";
	src: url(../font/siyuanhei.OTF);
}

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 0px 50px 0px;
	border-radius: 10px;
}

.wrap-pwd {
	width: 100%;
}

.reset-tit {
	font-size: 30px;
	padding: 0px 0 30px;
	text-align: center;
	color: #fff;
	margin-top: -70px;
}

.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: 29px;
	height: 29px;
	background: #fff;
	border: 2px solid #6DB6FF;
	font-size:18px;
	border-radius: 50%;
	display: inline-block;
	color:#6DB6FF;
}

.step-bar .dotSecond {
	width: 33px;
	height: 33px;
	background: #6DB6FF;
	/*border: 3px solid #6DB6FF;*/
	font-size: 16px;
	font-family: siyuanhei;
	border-radius: 50%;
	display: inline-block;
	color: #fff;
}
.step-bar .dotThird {
	width: 29px;
	height: 29px;
	background: #fff;
	border: 2px solid #DCDCDC;
	font-size:18px;
	border-radius: 50%;
	display: inline-block;
	color:#BCBCBC;
}

.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: 420px;
	margin: 0 auto;
	position: relative;
}

.sepTitle {
	font-size: 14px;
	font-family: siyuanhei;
	font-weight: 400;
	color: #6DB6FF;
}

.sepTitle3 {
	font-size: 14px;
	font-family: siyuanhei;
	font-weight: 400;
	color: #BCBCBC;
}

.photo-nmb, .enter-pwd {
	width: 100%;
	height: 40px;
	border: 1px solid #dddddd;
	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;
}

.identifying {
	width: 100%;
	height: 40px;
	position: relative;
	margin: 15px 0;
	border-radius: 5px;
}

.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: 206px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	color: #0077EF;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	background: #F4F4F4;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	cursor: pointer;
}

.obtainA {
	cursor: pointer;
	width: 206px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	color: #0077EF;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 0;
	background: #F4F4F4;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
}

.btn-register {
	background: linear-gradient(30deg,#FFB141, #F98637);
	width: 420px;
	letter-spacing: 4px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	/* font-weight: bold; */
	text-align: center;
	font-size: 15px;
	color: #fff;
	cursor: pointer;
	border: 0 none;
	border-radius: 30px;
	margin-top: 10px;
}

.identifying input {
	left: 0;
	width: 206px;
	border: 1px solid #dddddd;
	height: 40px;
	line-height: 40px;
}

.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 */