@media screen and (min-width: 1280px){
	#resetPwd{
	width:52%;
	height:500px;
	margin:50px auto 0;
	border:1px solid #ddd;
	border-radius: 6px; 
	position:relative;
}

.title{
	font-size:24px;
	color: #333;
	margin:0 30px;
	height:60px;
	line-height:60px;
	border-bottom:1px solid #ddd;
}

.inpu{
	width:60%;
	text-indent:10px;
	height:38px;
	border:1px solid #ddd;
	border-radius: 4px;
	margin:12px 0 8px;
}

.stepBtn{
	width:43.3%;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:4px;
	background: #ee8b20;
}

.stepBtn>a{
	color:#fff;
	font-size:18px;
}

.nextStep{
	float:left;
}

.previouStep{
	float:right;
}

.bottom{
	width:100%;	
	text-align:right;	
	background:#eee;
	position:absolute;
	bottom:0;
	left:0;
}

.bottom>p{
	height:60px;
	line-height:60px;
	margin-right:30px;
	font-size:16px;
	color:#666;
}

.msg{
	font-size:14px;
	color:red;
	margin-left:3px;
}


input::-webkit-input-placeholder{
	font-size:18px;
	color:#aaa;
}

input::-moz-placeholder{
	font-size:18px;
	color:#aaa;
}

input::-ms-input-placeholder{
	font-size:18px;
	color:#aaa;
}


/********************************************************/
#resetPwd2{
	width:52%;
	height:500px;
	margin:50px auto 0;
	border:1px solid #ddd;
	border-radius: 6px; 
	position:relative;
}

#resetPwd2 .title{
	font-size:24px;
	color: #333;
	margin:0 30px;
	height:60px;
	line-height:60px;
	border-bottom:1px solid #ddd;
}

#resetPwd2 .stepBtn{
	width:43.3%;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:4px;
	background: #ee8b20;
}

#resetPwd2 .stepBtn>a{
	color:#fff;
	font-size:18px;
}

#resetPwd2 .nextStep{
	float:left;
}

#resetPwd2 .previouStep{
	float:right;
}

#resetPwd2 .bottom{
	width:100%;	
	text-align:right;	
	background:#eee;
	position:absolute;
	bottom:0;
	left:0;
}

#resetPwd2 .bottom>p{
	height:60px;
	line-height:60px;
	margin-right:30px;
	font-size:16px;
	color:#666;
}

/****************************************************/
#resetPwdByMail{
	width:52%;
	height:500px;
	margin:50px auto 0;
	border:1px solid #ddd;
	border-radius: 6px; 
	position:relative;
}

#resetPwdByMail .title{
	font-size:24px;
	color: #333;
	margin:0 30px;
	height:60px;
	line-height:60px;
	border-bottom:1px solid #ddd;
}
#resetPwdByMail .tit{
	display:inline-block;
	width:90px;
	text-align:right;
	font-size:18px;
	color:#333
}
#resetPwdByMail .inpu{
	width:53.6%;
	text-indent:10px;
	height:38px;
	border:1px solid #ddd;
	border-radius: 4px;
	
}

#resetPwdByMail .stepBtn{
	width:43.3%;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:4px;
	background: #ee8b20;
}

#resetPwdByMail .stepBtn>a{
	color:#fff;
	font-size:18px;
}

#resetPwdByMail .nextStep{
	float:left;
}

#resetPwdByMail .previouStep{
	float:right;
}

#resetPwdByMail .bottom{
	width:100%;	
	text-align:right;	
	background:#eee;
	position:absolute;
	bottom:0;
	left:0;
}

#resetPwdByMail .bottom>p{
	height:60px;
	line-height:60px;
	margin-right:30px;
	font-size:16px;
	color:#666;
}

#resetPwdByMail .msg{
	font-size:14px;
	color:red;
	margin-left:3px;
}


#resetPwdByMail input::-webkit-input-placeholder{
	font-size:18px;
	color:#999;
}

#resetPwdByMail input::-moz-placeholder{
	font-size:18px;
	color:#999;
}

#resetPwdByMail input::-ms-input-placeholder{
	font-size:18px;
	color:#999;
}
/*××××××××××××××××××××××××××××××××××××××××*/
#setSuccess{
	width:52%;
	height:500px;
	margin:50px auto 0;
	border:1px solid #ddd;
	border-radius: 6px; 
	position:relative;
}

#setSuccess .title{
	font-size:24px;
	color: #333;
	margin:0 30px;
	height:60px;
	line-height:60px;
	border-bottom:1px solid #ddd;
}

#setSuccess .bottom{
	width:100%;	
	text-align:right;	
	background:#eee;
	position:absolute;
	bottom:0;
	left:0;
}

#setSuccess .bottom>p{
	height:60px;
	line-height:60px;
	margin-right:30px;
	font-size:16px;
	color:#666;
}

}

@media screen and (min-width: 1025px) and (max-width:1280px) {

	#resetPwd{
	width:80%;
	height:500px;
	margin:50px auto 0;
	border:1px solid #ddd;
	border-radius: 6px; 
	position:relative;
}

.title{
	font-size:24px;
	color: #333;
	margin:0 30px;
	height:60px;
	line-height:60px;
	border-bottom:1px solid #ddd;
}

.inpu{
	width:60%;
	text-indent:10px;
	height:38px;
	border:1px solid #ddd;
	border-radius: 4px;
	margin:12px 0 8px;
}

.stepBtn{
	width:43.3%;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:4px;
	background: #ee8b20;
}

.stepBtn>a{
	color:#fff;
	font-size:18px;
}

.nextStep{
	float:left;
}

.previouStep{
	float:right;
}

.bottom{
	width:100%;	
	text-align:right;	
	background:#eee;
	position:absolute;
	bottom:0;
	left:0;
}

.bottom>p{
	height:60px;
	line-height:60px;
	text-align: center;
	font-size:16px;
	color:#666;
}

.msg{
	font-size:14px;
	color:red;
	margin-left:3px;
}


input::-webkit-input-placeholder{
	font-size:18px;
	color:#aaa;
}

input::-moz-placeholder{
	font-size:18px;
	color:#aaa;
}

input::-ms-input-placeholder{
	font-size:18px;
	color:#aaa;
}


/********************************************************/
#resetPwd2{
	width:80%;
	height:500px;
	margin:50px auto 0;
	border:1px solid #ddd;
	border-radius: 6px; 
	position:relative;
}

#resetPwd2 .title{
	font-size:24px;
	color: #333;
	margin:0 30px;
	height:60px;
	line-height:60px;
	border-bottom:1px solid #ddd;
}

#resetPwd2 .stepBtn{
	width:43.3%;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:4px;
	background: #ee8b20;
}

#resetPwd2 .stepBtn>a{
	color:#fff;
	font-size:18px;
}

#resetPwd2 .nextStep{
	float:left;
}

#resetPwd2 .previouStep{
	float:right;
}

#resetPwd2 .bottom{
	width:100%;	
	text-align:right;	
	background:#eee;
	position:absolute;
	bottom:0;
	left:0;
}

#resetPwd2 .bottom>p{
	height:60px;
	line-height:60px;
	margin-right:30px;
	font-size:16px;
	color:#666;
}

/****************************************************/
#resetPwdByMail{
	width:52%;
	height:500px;
	margin:50px auto 0;
	border:1px solid #ddd;
	border-radius: 6px; 
	position:relative;
}

#resetPwdByMail .title{
	font-size:24px;
	color: #333;
	margin:0 30px;
	height:60px;
	line-height:60px;
	border-bottom:1px solid #ddd;
}
#resetPwdByMail .tit{
	display:inline-block;
	width:90px;
	text-align:right;
	font-size:18px;
	color:#333
}
#resetPwdByMail .inpu{
	width:53.6%;
	text-indent:10px;
	height:38px;
	border:1px solid #ddd;
	border-radius: 4px;
	
}

#resetPwdByMail .stepBtn{
	width:43.3%;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:4px;
	background: #ee8b20;
}

#resetPwdByMail .stepBtn>a{
	color:#fff;
	font-size:18px;
}

#resetPwdByMail .nextStep{
	float:left;
}

#resetPwdByMail .previouStep{
	float:right;
}

#resetPwdByMail .bottom{
	width:100%;	
	text-align:right;	
	background:#eee;
	position:absolute;
	bottom:0;
	left:0;
}

#resetPwdByMail .bottom>p{
	height:60px;
	line-height:60px;
	margin-right:30px;
	font-size:16px;
	color:#666;
}

#resetPwdByMail .msg{
	font-size:14px;
	color:red;
	margin-left:3px;
}


#resetPwdByMail input::-webkit-input-placeholder{
	font-size:18px;
	color:#999;
}

#resetPwdByMail input::-moz-placeholder{
	font-size:18px;
	color:#999;
}

#resetPwdByMail input::-ms-input-placeholder{
	font-size:18px;
	color:#999;
}
/*××××××××××××××××××××××××××××××××××××××××*/
#setSuccess{
	width:52%;
	height:500px;
	margin:50px auto 0;
	border:1px solid #ddd;
	border-radius: 6px; 
	position:relative;
}

#setSuccess .title{
	font-size:24px;
	color: #333;
	margin:0 30px;
	height:60px;
	line-height:60px;
	border-bottom:1px solid #ddd;
}

#setSuccess .bottom{
	width:100%;	
	text-align:right;	
	background:#eee;
	position:absolute;
	bottom:0;
	left:0;
}

#setSuccess .bottom>p{
	height:60px;
	line-height:60px;
	margin-right:30px;
	font-size:16px;
	color:#666;
}

}

@media screen and (min-width:768px ) and (max-width:1024px) {

	#resetPwd{
	width:80%;
	height:500px;
	margin:50px auto 0;
	border:1px solid #ddd;
	border-radius: 6px; 
	position:relative;
}

.title{
	font-size:24px;
	color: #333;
	margin:0 30px;
	height:60px;
	line-height:60px;
	border-bottom:1px solid #ddd;
}

.inpu{
	width:60%;
	text-indent:10px;
	height:38px;
	border:1px solid #ddd;
	border-radius: 4px;
	margin:12px 0 8px;
}

.stepBtn{
	width:43.3%;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:4px;
	background: #ee8b20;
}

.stepBtn>a{
	color:#fff;
	font-size:18px;
}

.nextStep{
	float:left;
}

.previouStep{
	float:right;
}

.bottom{
	width:100%;	
	text-align:right;	
	background:#eee;
	position:absolute;
	bottom:0;
	left:0;
}

.bottom>p{
	height:60px;
	line-height:60px;
	text-align: center;
	font-size:16px;
	color:#666;
}

.msg{
	font-size:14px;
	color:red;
	margin-left:3px;
}


input::-webkit-input-placeholder{
	font-size:18px;
	color:#aaa;
}

input::-moz-placeholder{
	font-size:18px;
	color:#aaa;
}

input::-ms-input-placeholder{
	font-size:18px;
	color:#aaa;
}


/********************************************************/
#resetPwd2{
	width:80%;
	height:500px;
	margin:50px auto 0;
	border:1px solid #ddd;
	border-radius: 6px; 
	position:relative;
}

#resetPwd2 .title{
	font-size:24px;
	color: #333;
	margin:0 30px;
	height:60px;
	line-height:60px;
	border-bottom:1px solid #ddd;
}

#resetPwd2 .stepBtn{
	width:43.3%;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:4px;
	background: #ee8b20;
}

#resetPwd2 .stepBtn>a{
	color:#fff;
	font-size:18px;
}

#resetPwd2 .nextStep{
	float:left;
}

#resetPwd2 .previouStep{
	float:right;
}

#resetPwd2 .bottom{
	width:100%;	
	text-align:right;	
	background:#eee;
	position:absolute;
	bottom:0;
	left:0;
}

#resetPwd2 .bottom>p{
	height:60px;
	line-height:60px;
	margin-right:30px;
	font-size:16px;
	color:#666;
}

/****************************************************/
#resetPwdByMail{
	width:52%;
	height:500px;
	margin:50px auto 0;
	border:1px solid #ddd;
	border-radius: 6px; 
	position:relative;
}

#resetPwdByMail .title{
	font-size:24px;
	color: #333;
	margin:0 30px;
	height:60px;
	line-height:60px;
	border-bottom:1px solid #ddd;
}
#resetPwdByMail .tit{
	display:inline-block;
	width:90px;
	text-align:right;
	font-size:18px;
	color:#333
}
#resetPwdByMail .inpu{
	width:53.6%;
	text-indent:10px;
	height:38px;
	border:1px solid #ddd;
	border-radius: 4px;
	
}

#resetPwdByMail .stepBtn{
	width:43.3%;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:4px;
	background: #ee8b20;
}

#resetPwdByMail .stepBtn>a{
	color:#fff;
	font-size:18px;
}

#resetPwdByMail .nextStep{
	float:left;
}

#resetPwdByMail .previouStep{
	float:right;
}

#resetPwdByMail .bottom{
	width:100%;	
	text-align:right;	
	background:#eee;
	position:absolute;
	bottom:0;
	left:0;
}

#resetPwdByMail .bottom>p{
	height:60px;
	line-height:60px;
	margin-right:30px;
	font-size:16px;
	color:#666;
}

#resetPwdByMail .msg{
	font-size:14px;
	color:red;
	margin-left:3px;
}


#resetPwdByMail input::-webkit-input-placeholder{
	font-size:18px;
	color:#999;
}

#resetPwdByMail input::-moz-placeholder{
	font-size:18px;
	color:#999;
}

#resetPwdByMail input::-ms-input-placeholder{
	font-size:18px;
	color:#999;
}
/*××××××××××××××××××××××××××××××××××××××××*/
#setSuccess{
	width:52%;
	height:500px;
	margin:50px auto 0;
	border:1px solid #ddd;
	border-radius: 6px; 
	position:relative;
}

#setSuccess .title{
	font-size:24px;
	color: #333;
	margin:0 30px;
	height:60px;
	line-height:60px;
	border-bottom:1px solid #ddd;
}

#setSuccess .bottom{
	width:100%;	
	text-align:right;	
	background:#eee;
	position:absolute;
	bottom:0;
	left:0;
}

#setSuccess .bottom>p{
	height:60px;
	line-height:60px;
	margin-right:30px;
	font-size:16px;
	color:#666;
}
}

@media  screen and (max-width:768px ) {
	#resetPwd{
	width:80%;
	height:500px;
	margin:50px auto 0;
	border:1px solid #ddd;
	border-radius: 6px; 
	position:relative;
}
.mailVeri{
	width: 80% !important;
    margin-top: 0 !important;
    margin: 100px auto !important;
}

.title{
	font-size:24px;
	color: #333;
	margin:0 30px;
	height:60px;
	line-height:60px;
	border-bottom:1px solid #ddd;
}

.inpu{
	width:60%;
	text-indent:10px;
	height:38px;
	border:1px solid #ddd;
	border-radius: 4px;
	margin:12px 0 8px;
}

.stepBtn{
	width:43.3%;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:4px;
	background: #ee8b20;
}

.stepBtn>a{
	color:#fff;
	font-size:18px;
}

.nextStep{
	float:left;
}

.previouStep{
	float:right;
}

.bottom{
	width:100%;	
	text-align:right;	
	background:#eee;
	position:absolute;
	bottom:0;
	left:0;
}

.bottom>p{
	height:60px;
	padding-top: 20px;
	text-align: center;
	font-size:16px;
	color:#666;
}

.msg{
	font-size:14px;
	color:red;
	margin-left:3px;
}


input::-webkit-input-placeholder{
	font-size:18px;
	color:#aaa;
}

input::-moz-placeholder{
	font-size:18px;
	color:#aaa;
}

input::-ms-input-placeholder{
	font-size:18px;
	color:#aaa;
}


/********************************************************/
#resetPwd2{
	width:80%;
	height:500px;
	margin:50px auto 0;
	border:1px solid #ddd;
	border-radius: 6px; 
	position:relative;
}

#resetPwd2 .title{
	font-size:24px;
	color: #333;
	margin:0 30px;
	height:60px;
	line-height:60px;
	border-bottom:1px solid #ddd;
}

#resetPwd2 .stepBtn{
	width:43.3%;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:4px;
	background: #ee8b20;
}

#resetPwd2 .stepBtn>a{
	color:#fff;
	font-size:18px;
}

#resetPwd2 .nextStep{
	float:left;
}

#resetPwd2 .previouStep{
	float:right;
}

#resetPwd2 .bottom{
	width:100%;	
	text-align:right;	
	background:#eee;
	position:absolute;
	bottom:0;
	left:0;
}

#resetPwd2 .bottom>p{
	height:60px;

	margin-right:30px;
	font-size:16px;
	color:#666;
}

/****************************************************/
#resetPwdByMail{
	width:52%;
	height:500px;
	margin:50px auto 0;
	border:1px solid #ddd;
	border-radius: 6px; 
	position:relative;
}

#resetPwdByMail .title{
	font-size:24px;
	color: #333;
	margin:0 30px;
	height:60px;
	line-height:60px;
	border-bottom:1px solid #ddd;
}
#resetPwdByMail .tit{
	display:inline-block;
	width:90px;
	text-align:right;
	font-size:18px;
	color:#333
}
#resetPwdByMail .inpu{
	width:53.6%;
	text-indent:10px;
	height:38px;
	border:1px solid #ddd;
	border-radius: 4px;
	
}

#resetPwdByMail .stepBtn{
	width:43.3%;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:4px;
	background: #ee8b20;
}

#resetPwdByMail .stepBtn>a{
	color:#fff;
	font-size:18px;
}

#resetPwdByMail .nextStep{
	float:left;
}

#resetPwdByMail .previouStep{
	float:right;
}

#resetPwdByMail .bottom{
	width:100%;	
	text-align:right;	
	background:#eee;
	position:absolute;
	bottom:0;
	left:0;
}

#resetPwdByMail .bottom>p{
	height:60px;
	line-height:60px;
	margin-right:30px;
	font-size:16px;
	color:#666;
}

#resetPwdByMail .msg{
	font-size:14px;
	color:red;
	margin-left:3px;
}


#resetPwdByMail input::-webkit-input-placeholder{
	font-size:18px;
	color:#999;
}

#resetPwdByMail input::-moz-placeholder{
	font-size:18px;
	color:#999;
}

#resetPwdByMail input::-ms-input-placeholder{
	font-size:18px;
	color:#999;
}
/*××××××××××××××××××××××××××××××××××××××××*/
#setSuccess{
	width:52%;
	height:500px;
	margin:50px auto 0;
	border:1px solid #ddd;
	border-radius: 6px; 
	position:relative;
}

#setSuccess .title{
	font-size:24px;
	color: #333;
	margin:0 30px;
	height:60px;
	line-height:60px;
	border-bottom:1px solid #ddd;
}

#setSuccess .bottom{
	width:100%;	
	text-align:right;	
	background:#eee;
	position:absolute;
	bottom:0;
	left:0;
}

#setSuccess .bottom>p{
	height:60px;
	line-height:60px;
	margin-right:30px;
	font-size:16px;
	color:#666;
}
}