@charset "utf-8";
/* CSS Document */
/* AukMail.com 海雀飞书 */
body,div,ul,li {
	margin:0;
	padding:0;
	font-family:微软雅黑;
}
body {
	background-color:#f8f8f8;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.head-background {
	width:100%;
	background-color:#3399ff;
	position:fixed;
	top:0;
	z-index:1;
}
.head {
	width:960px;
	margin:10px auto;
}
.head img {
	position:relative;
	top:5px;
}
.main {
	width:960px;
	margin:120px auto;
}
.main .main-left {
	width:200px;
	height:600px;
	float:left;
	border-right:1px solid #CCC;
}
.main .main-left li {
	height:40px;
	line-height:40px;
	font-size:18px;
	color:#000;
	position:relative;
	left:80px;
}
.main .main-left li a {
	color:#111;
}
.main .main-left .shops {
	color:#C00;
	font-weight:bold;
}
.main .main-right {
	width:650px;
	float:left;
	position:relative;
	left:50px;
}
.footer {
	background-color:#f1f1f1;
	width:100%;
	position:fixed;
	bottom:0;
	text-align:center;
	font-size:14px;
	color:#111;
}
.copyright a {
	color:#111;
}

/* AukMail.com 海雀飞书 */