body, html { width:100%;height:100% }
body{
	background:url(../images/loginBg1.jpg) no-repeat;backdrop-filter: blur(0px);
	background-size: cover;
	-ms-behavior: url(css/backgroundsize.min.htc);
	behavior: url(css/backgroundsize.min.htc);
}
body,td,th,input,button {
	color:#333;
	font-weight: 400;
	font-family: "Microsoft Yahei", tahoma, arial, 'Hiragino Sans GB', \5b8b\4f53, sans-serif;
	font-size: 12px;line-height: 1.5;
	}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{
	margin:0;padding:0;font-weight: normal;
}
.bg{width:100%;height:100%;position: absolute;top:0;left:0;background:rgb(15,16,109);opacity: .65;
	
}

img { border:0; -ms-interpolation-mode:bicubic}
dd,dl,dt,ul,li,ol{list-style-type: none;}
a {color:#333; text-decoration:none;-webkit-tap-highlight-color:rgba(0,0,0,0); }
*:focus {outline: none;}
a:focus {
outline:none;
-moz-outline:none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
    -webkit-appearance: none !important;
    margin: 0;
}
input[type="number"]{-moz-appearance:textfield;}
table{border-collapse:collapse;border-spacing:0}
em,i{font-style:normal}
strong,b{font-weight:700}
input,img,button{vertical-align:middle;}
input,select,textarea{-webkit-tap-highlight-color:#000;-webkit-appearance:none;border:0;border-radius:0}
textarea:focus{outline:0}

.loginwrapper{
	width:500px;
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	
}
.loginwrapper .logo{
	width:100%;height:70px;line-height:70px;text-align: center;background:#3380f0;color: #fff;
	border-top-left-radius: 10px;border-top-right-radius: 10px;font-size: 22px;float: left;
}
.loginwrapper .logo img{
	width:50px;margin-right:10px;
}
.loginwrapper .title{
	width:100%;
	color: #555;
	font-size: 24px;
	text-align: center;
	position: relative;
	top: 83px;
	z-index: 1;
	font-family: 微软雅黑;
}
.formbox{
	position:absolute;
	top:48px;
	width:410px;
	height: 385px;
	background:#fff;
	border-radius: 10px;
	float: left;
	
}
.loginwrapper .form{
	width:100%;
	background:#fff;
	border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;float: left;
	box-shadow:0 0 10px #888;
}
.loginwrapper .form  p{
	width: 76%;
	margin-top: 20px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	-webkit-box-shadow: 0 0 2px #000;
	-moz-box-shadow: 0 0 2px #000;
	box-shadow: 0 0 2px #ccc;
	color: #555;
	font-size: 15px;
	padding-left: 30px;
	margin-left: 12%;
	box-sizing: border-box;
}
.loginwrapper .form  p label{width:64px;display: inline-block;}
.loginwrapper .form  p input{
	background:#fff;line-height:46px;width:69%;border:none;    outline: none;font-size: 16px;
}
.loginwrapper .form .user{
	margin-top:2px;width:16px;height:16px;background:url(../images/user.png) no-repeat right center;display: inline-block;
}
.loginwrapper .form .psw{
	margin-top:2px;width:16px;height:16px;background:url(../images/password.png) no-repeat right center;display: inline-block;
}
.loginwrapper .form .yzm img{
	height:20px;
}
.loginwrapper .loginbtn{
	width:60%;height:50px;line-height:50px;    background: linear-gradient(45deg,#80B1FF,#3de7ff);text-align: center;font-size: 18px;
	margin: 30px 20%;border-radius: 25px;
}
.loginwrapper .loginbtn a{
	color:#fff;
}
.loginwrapper .note{
	color:#ff0000;font-size:12px;width:100%;height:25px;line-height:25px;border-bottom-left-radius: 10px;border-bottom-right-radius:10px;background:#fff;text-align:center;
	position: absolute;bottom: 108px;visibility: hidden;
}
.loginwrapper .note:before{
	content: "错误提示：";
}