@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {padding:0; margin:0;font-size:12px; color:#333; font-weight: normal;}
a{color: #94c2df;text-decoration: none;}
body {
	 font-family:"Adobe 黑体 Std R";
	font-size:12px;
	margin:0;
	background: #5eb0fa url(../images/bg_dw_captcha.jpg) 50% 0 repeat-x;overflow:hidden;
	background-size:100%;height:100%;
	}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #a7a7a7;}
　　input:-moz-placeholder, textarea:-moz-placeholder {color:#a7a7a7;}
　　input::-moz-placeholder, textarea::-moz-placeholder {color:#a7a7a7;}
　　input:-ms-input-placeholder, textarea:-ms-input-placeholder {color:#a7a7a7;}

.nrq{width:870px; height:250px; margin:358px auto;}
.tp{width:550px;height:60px;}
.dlk{width:210px;margin-left:540px;}
.wbk1{ width:320px; height:35px; border:none; outline:none; color:#a7a7a7; background:inherit; font-size:12px;}
.wbk2{ width:320px; height:35px; margin-top:37px; border:none; outline:none; color:#a7a7a7; background:inherit; font-size:12px;}
.btn1{ width:390px; height:30px;margin-left:480px;margin-top:37px; color:#fff; text-align:center; font-size:18px;border:none; outline:none; cursor:pointer;background:inherit;}
.btn2{width:100px; height:45px;margin-top:35px; background-color:#245ec9; color:#fff; text-align:center; font-size:14px; font-weight:bold;border:none;border-radius:5px;margin-left:15px; outline:none; cursor:pointer;}

.footer{ width:100%;height:50px;
	/*background:#f2f2f2;*/
	position:absolute;bottom:0;
	position:fixed;
	text-align:center;
	color:#e7e7e7;
	/*line-height:35px;*/
}

/*验证码样式*/
.captcha{
	margin-top: 37px;
	width: 320px;
	position: relative;
}
.captcha img {
	display: inline-block;
	width: 50%;
	height: 40px;
	float: right;
}
.captcha span {
	position: absolute;
	right: -60px;
	width: 36px;
	color: #ff0000;
}
.wbk {
	display: inline-block;
	width: 50%;
	height: 40px;
	border: none;
	outline: none;
	color: #a7a7a7;
	background: inherit;
	font-size: 12px;
}
/*验证码结束*/