@CHARSET "UTF-8";

html{
	background:#e7eefd;
}
body{
	background:#e7eefd;
	margin:0 auto;
	padding:0 auto;
}
 input, label {
    vertical-align: middle;
    margin-top: 0px; 
    margin-bottom: 0px; 
}

.top{
	width:100%;
	text-align:center;
	background: #fff;
	-webkit-box-shadow: 3px 0 3px 6px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 3px 0 3px 6px rgba(0, 0, 0, 0.05);
	box-shadow: 3px 0 3px 6px rgba(0, 0, 0, 0.05);
}
 
 .wrap{
 	width:1200px;
 	height:auto;
 	margin:0 auto;
 }

/* 找回密码的头部分  */
.findpwd-header{
    margin: 0 auto;
    background: white;
    height: 60px;
    padding: 12px 0;
    width:1200px;
}
.findpwd-logo {
    float: left;
    width: 200px;
    height: 60px;
    background-image: url(../images/login-logo.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    cursor:pointer;
}

.findpwd-title{
    float: left;
    height: 50px;
    line-height: 50px;
    margin: 5px 20px;
    font-size: 22px;
    border-left: 1px solid #eaeaea;
    color: #9c9c9c;
    padding-left: 20px;
 }
 
 

 /* 找回密码的步骤部分  */
 
 .findpwd-step{
    margin: 60px auto 0;
    width: 1128px;
    height: 56px;
    text-align: center;
    /* margin-bottom: 20px; */
    padding: 0;
 }
 
 
 .findpwd-step-section{
    float: left;
    width: 282px;
    height: 100%;
 }
 
  .step-line{
    height: 4px;
    margin: 14px 0;
  }
 .step-line-right{
 	float:right;
 	background:white;
 	height:4px;
 	width:125px;
 }
  .step-line-left{
    float: left;
    background: white;
    height: 4px;
    width: 125px;
 }
 .step-name{
 	text-align:center;
 	font-size:14px;
 	color: #9c9c9c;
 }
  .step-active{
   	color:#3abeb3;
 }
 .line-active{
 	background:#3abeb3;
 }
  .stepimg{
  	height:32px;
  	width:32px;
    z-index:200000;
    margin-top: -16px;
  }
  .step1{
  	float:right;
    background: url(../images/step1.png) center center no-repeat;
    background-size: 100% 100%;

 } 
  .step2{
  	float:right;
    background: url(../images/step2.png) center center no-repeat;
    background-size: 100% 100%;
 } 
  .step2-un{
  	float:right;
    background: url(../images/step2-un.png) center center no-repeat;
    background-size: 100% 100%;
 } 
   .step3{
  	float:right;
    background: url(../images/step3.png) center center no-repeat;
    background-size: 100% 100%;
    
 } 
   .step3-un{
  	float:right;
    background: url(../images/step3-un.png) center center no-repeat;
    background-size: 100% 100%;
    
 } 
   .step4{
  	float:left;
    background: url(../images/step4.png) center center no-repeat;
    background-size: 100% 100%;
 } 
   .step4-un{
  	float:left;
    background: url(../images/step4-un.png) center center no-repeat;
    background-size: 100% 100%;
 } 
 
 
 
 /* 找回密码的表格部分  */

 /*修改input默认文本的 颜色 */
 input::-webkit-input-placeholder{
	color:#9c9c9c;
}
input:-moz-placeholder{
	color:#9c9c9c;	
}
input::-moz-placeholder{
	color:#9c9c9c;	
}
input:-ms-input-placeholder{
	color:#9c9c9c;	
}
 
 
.findpwd-wrap{
    margin: 0 auto;
    width: 520px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 30px 0;
    height: auto;
    margin-top: 120px;
}


.findpwd-cell{
	font-size:15px;
}
.findpwd-formtitle{
    color: #37373b;
    font-weight: 500;
    height: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    padding: 10px 0;
}

.findpwdForm input.txt {
    margin: 0 auto;
    width: 348px;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    border: 1px solid;
    border-color: #bfbfbf;
    box-shadow: none;
    padding: 0 20px;
    color: #37373b;
}
.findpwdForm input.txt:hover,focus{
    border-color: #3abeb3;
 	box-shadow:none;
}


.findpwd-errortip {
	margin: 0 auto;
    width: 390px;
    height: 40px;
    line-height: 30px;
    text-align: left;
}

.findpwd-authcode {
    margin: 0 auto;
    width: 390px;
    height: 50px;
}
.findpwdForm input.captcha {
    float: left;
    width: 258px;
}
img.captchaImage{
	float: left;
    height: 100%;
    width: 80px;
    margin-left: 10px;
}

input.submit{
    font-size: 18px;
    margin: 60px auto 30px;
    width: 390px;
    height: 50px;
    color: white;
    padding: 0;
    border: none;
    background: #3abeb3;
    box-shadow: none;
    padding: 0;
    border-radius: 5px;
}
input.submit:hover{
	background:#31a198;
	color:#33ffff;
}

label.fieldErrorRed {
	font-size: 13px;
    line-height: 20px;
    color: #c52b2b;
    padding-left: 0;
}


/** 身份验证页面 **/
.btnSmsAuthCode{
	float: right;
    border: 1px solid #3abeb3;
    width: 110px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    background: #9feae3;
    color: #3abeb3;
}

input.btnauthcode {
	float: right;
    border: 1px solid #3abeb3;
    width: 110px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    background: #9feae3;
    color: #3abeb3;
    margin-left: 20px;
}
input.btnauthcodedisable{
	float: right;
    border: 1px solid #3abeb3;
    width: 110px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    background: #9feae3;
    color: #3abeb3;
    background-color:#e7e5e6;
}



#smsAuthCode{
    float: left;
    width: 218px;
}

/* 密码修改成功 */
.findpwd-wrap-success{
    margin: 0 auto;
    width:100%;
    border-radius: 5px;
    text-align: center;
    margin-top: 240px;
    height:70px;
}

.successImg{
	margin: 0 auto;
	height:66px;
	margin-bottom:10px;
	background-image:url(../images/findpwd-success.png);
	background-size:auto 100%;
	background-position:center center;
	background-repeat:no-repeat;
}
.findpwd-result{
	padding:20px 0;
	text-align:center;
	font-size:22px;
	line-height:22px;
	font-weight:500;
}
.successTip{
	text-align:center;
	font-size:22px;
	font-weight:500;
}





/**************** 用来适配手机端  ********************/
@media only screen and (max-device-width:800px) {
	@media only screen and (max-width: 800px), only screen and (max-device-width:800px) {
		
	}

 	
 	.findpwd-header {
    	height: 40px;
    	padding: 5px 0;
    	width: 320px;
	}
 	
 	.findpwd-logo {
    	width: 150px;
    	height: 40px;
	}
	
	.findpwd-title {
    	height: 30px;
    	line-height: 30px;
    	margin: 5px 0px;
    	font-size: 16px;
	}
	
	
	.wrap {
    	width: 100%;
	}
	
	.findpwd-step {
    	margin: 20px auto 0;
    	width: 320px;
    	height: 56px;
	}
	
	.findpwd-step-section {
    	width: 80px;
	}
	
	.step-line {
    	height: 2px;
   		margin: 14px 0;
	}
	
	.step-line-left {
    	height: 2px;
    	width: 30px;
	}
	.step-line-right {
    	float: right;
    	background: white;
   	 	height: 2px;
    	width: 30px;
	}
	
	.stepimg {
    	height: 20px;
   		width: 20px;
    	z-index: 200;
    	margin-top: -10px;
	}
	.line-active {
   	 	background: #3abeb3;
	}
	.step-name {
    	font-size: 12px;
	}
	
	.findpwd-wrap {
    	width: 280px;
    	padding: 10px 0;
    	margin-top: 20px;
	}
	
	.findpwd-cell {
    	font-size: 14px;
	}
	
	.findpwd-formtitle {
    	height: 20px;
    	line-height: 20px;
    	margin-bottom: 10px;
    	font-size: 16px;
    	padding: 5px 0;
	}
	
	.findpwdForm input.txt {
    	width: 238px;
    	height: 38px;
    	line-height: 38px;
    	font-size: 14px;
    	padding: 0 10px;
	}
	
	.findpwd-errortip {
    	width: 280px;
    	height: 28px;
    	line-height: 28px;
	}
	.findpwd-authcode {
    	width: 260px;
    	height: 40px;
	}
	
	.findpwdForm input.captcha {
    	width: 148px;
	}
	img.captchaImage {
    	width: 80px;
    	margin-left: 10px;
	}
	
	input.submit {
    	font-size: 18px;
    	margin: 0px auto 0px;
    	width: 260px;
    	height: 40px;
	}
	
	#smsAuthCode {
    	width: 128px;
	}
	
	input.btnauthcode {
    	width: 100px;
    	height: 40px;
    	line-height: 40px;
    	font-size: 14px;
    	margin-left: 10px;
	}
	input.btnauthcodedisable{
    	width: 100px;
    	height: 40px;
    	line-height: 40px;
    	font-size: 14px;
	}
	
	.findpwd-wrap-success {
    	margin-top: 40px;
    	height: 70px;
	}
	
	.successImg {
    	height: 40px;
    	margin-bottom: 0px;
	}
	
	.findpwd-result {
    	padding: 10px 0;
    	font-size: 18px;
	}
	label.fieldErrorRed {
    	font-size: 12px;
    	line-height: 20px;
    	color: #c52b2b;
    	padding-left: 10px;
	}
 }