@font-face {
	font-family: 'icomoon';
	src:  url("/resources/fonts/icomoon.eot-5o1q2e")/*tpa=http://www.zjdbyw.com/resources/fonts/icomoon.eot?5o1q2e*/;
	src:  url("/resources/fonts/icomoon.eot-5o1q2e#iefix")/*tpa=http://www.zjdbyw.com/resources/fonts/icomoon.eot?5o1q2e#iefix*/ format('embedded-opentype'),
	url("/resources/fonts/icomoon.ttf-5o1q2e")/*tpa=http://www.zjdbyw.com/resources/fonts/icomoon.ttf?5o1q2e*/ format('truetype'),
	url("/resources/fonts/icomoon.woff-5o1q2e")/*tpa=http://www.zjdbyw.com/resources/fonts/icomoon.woff?5o1q2e*/ format('woff'),
	url("/resources/fonts/icomoon.svg-5o1q2e#icomoon")/*tpa=http://www.zjdbyw.com/resources/fonts/icomoon.svg?5o1q2e#icomoon*/ format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-pwd:before {
	content: "\e900";
}
.icon-uname:before {
	content: "\e901";
}
*{
	margin:0;
	padding:0;
	font-family: "Microsoft Yahei";
}
html,body{
	width:100%;
	height:100%;			
}
.login_wrap{
	box-sizing:border-box;
	height:100%;
	background:url("/resources/images/login_bg.jpg")/*tpa=http://www.zjdbyw.com/resources/images/login_bg.jpg*/ no-repeat;
	background-size: 100% 100%;
	position:relative;
}
.login_logo{
	position: absolute;
	top:21.5%;
	width:542px;
	left:50%;
	margin-left:-271px;
}
.login_box{
	position:absolute;
	left:50%;
	margin-left:-210px;
	width:420px;
	top:21.5%;
	margin-top:260px;
}
.login_username{
	position: relative;
	margin-bottom:16px;
}
.login_username>i,.login_pwd>i{
	position: absolute;
	font-size:20px;
	top:15px;
	left:16px;
}
.login_username>input,.login_pwd>input{
	outline: none;
	border:none;
	box-sizing:border-box;
	width:100%;
	height:52px;
	line-height: 52px;
	padding:0 50px;
	font-size:17px;
	border-radius:5px;
}
.login_pwd{
	position: relative;
}
.login_btn{
	margin-top:40px;

}
.login_btn>input{
	cursor: pointer;
	outline: none;
	border:none;
	box-sizing:border-box;
	width:100%;
	height:52px;
	background:#fcd802;
	border-radius: 5px;
	color:#81000a;
	font-weight:600;
	font-size:18px;
	letter-spacing: 2px;
}
.footer{
	text-align:center;
	font-size:14px;
	color:#fff;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	padding:10px 0;
}