@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; list-style-image: none;list-style-type: none;}
html{
	background-color: #000000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-text-size-adjust:none;
	background-attachment: fixed;
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
img { border:none;}
.fix {clear:both;font-size: 0px;}
.zhezhao {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: transparent url(pattern.png) repeat top left;
	z-index:10;
}


#container {
	position:absolute;
	z-index:50;
	top: 30%;
	left: 36%;
	width: 25%;
	text-align: center;
}
.shopimg{max-width:100%;height:auto;text-align: center;}


.copyright {
	height: 50px;
	position: absolute;
	bottom: 20%;
	z-index: 100;
	left: 34%;
	width: 50%;
}

.copyright dd.logo {
	width: 120px;
	height: 27px;
	float: left;
}
.copyright dd.logo a {
	text-decoration:none;
	display: block;
	height: 27px;
	width: 108px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.copyright dd.logo a:hover {
	text-decoration: none;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.copyright dd.b {
	height: 27px;
	float: left;
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 22px;
	color: #FFFFFF;
}
.copyright dd.b a {
	text-decoration:none;
	color: #FFFFFF;
}
.copyright dd.b a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
