@charset "utf-8";
/* CSS Document */
/* 海雀飞书 AukMail.com */
body,div,input,img {
	margin:0;
	padding:0;
	font-family:微软雅黑;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a,input {
	outline:none;
}
body {
	background-image:url(../image/bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	background-attachment:fixed;
}
.am {
	width:960px;
	margin:0 auto;
}
.opacity {
	width:410px;
	height:366px;
	background-color:#FFF;
	opacity:0.7;
	position:absolute;
	top:50%;
	left:50%;
	margin:-183px 0 0 -205px;
}
.login {
	width:410px;
	height:366px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-183px 0 0 -205px;
}
.logo img {
	position:absolute;
	top:40px;
	left:40px;
}
form {
	width:320px;
	position:absolute;
	margin:110px 45px;
}
form input {
	display:block;
	width:320px;
	height:30px;
	font-size:16px;
	color:#333;
	margin:5px auto;
}
form .submit {
	margin:25px 1px;
}
.submit:hover {
	cursor:pointer;
	background-color:#09F;
	color:#FFF;
}
.login-p {
	margin:270px 0 0 40px;
}
.mail {
	text-align:right;
	margin:0 20px 0 0;
}
.footer-bg {
	background-color:#FFF;
	width:100%;
	height:60px;
	opacity:0.5;
	position:fixed;
	bottom:0;
}
.footer {
	width:100%;
	text-align:center;
	font-size:14px;
	color:#111;
	line-height:6px;
	position:fixed;
	bottom:0;
}
.footer a {
	color:#111;
}

/* 海雀飞书 AukMail.com */