@charset "utf-8";
/* CSS Document */
body,div,p,span,ul,li,dl,dt,dd,a,ol,input,button,img,h1,h2,h3,h4,h5,h6{ padding:0; margin:0; list-style:none; border:0;}
body{font-family: 'Microsoft Yahei','Simsun'; color:#1E202C; font-size:14px; line-height:24px; background:#f6f6f6;}
a{ color:#fff; text-decoration:none;}
img{display: block;}
/*a:hover{color:#8DC9FF; text-decoration:none;}*/
body,input,button,img{outline:none;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
i{font-style:normal;}
.hhh{font-weight:normal;}
.dr_center{margin:0 auto;}
.dr_Pcenter{text-align:center;}
.no_padding{padding-left:0!important}
.no_bg{background:none!important}
.green{color:#3575CA;}
.no_margin{margin:0;}
.dr_con_a:hover{color:#333333; text-decoration:underline;}
.dr_cursor{cursor:pointer;}
input,button{font-family:"微软雅黑";}
.red1{color:#FE4C4C;}
.red2{color: #ED167D;}
.clearfix{clear: both;}

.container{
	width: 100%;
	height: 630px;
	background: #d8d8d8;
}
.forgetpwd_box{
	width: 1200px;
	height: 630px;
	margin: 0 auto;
	background: #fff;
}
.forgetpwd{
	width: 655px;
	margin: 0 auto;
	border-bottom: 1px dashed #bcbcbc;
}
.forgetpwd h3{
	padding: 30px 0 20px 0;
	line-height: 36px;
	font-size: 22px;
	color: #3575ca;
	text-align: center;
	border-bottom: 1px dashed #bcbcbc;
}
.forgetpwd form{
	padding: 40px 0 40px 100px;
}
.forgetpwd label{
	display: inline-block;
	width: 130px;
}
.forgetpwd input{
	width: 188px;
	height: 28px;
	padding-left: 10px;
	border: 1px solid #b9b9b9;
	margin: 0 30px 20px 0;
}
.forgetpwd button{
	display: inline-block;
	width: 98px;
	height: 28px;
	border: 1px solid #c7c7c7;
	background: #eee;
	color: #474747;
	text-align: center;
	font-size: 12px;
	line-height: 28px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}
.forgetpwd span{
	font-size: 12px;
	color: #ff1515;
}
.forgetpwd a{
	display: block;
	width: 98px;
	height: 34px;
	border: 1px solid #3575ca;
	background: #fff;
	color: #3575ca;
	text-align: center;
	line-height: 34px;
	font-size: 16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	margin-left: 134px;
}
.forgetpwd a:hover{
	background: #3575ca;
	color: #fff;
}

