<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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(../images/bg1.jpg);
	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(../images/pattern.png) repeat top left;
	z-index:10;
}


#container {
	position:absolute;
	z-index:50;
	left: 5%;
	width: 15%;
	text-align: center;
	top: 10%;
}

.shopimg{max-width:100%;height:auto;text-align: center;}

.tongji{
	width: 200px;
	filter:alpha(opacity=50);
	position: absolute;
	z-index: 1;
	left: 0px;
	height: 20px;
	top: -20px;
}
.tongji a {color:#000000;text-decoration:none;}
.tongji a:hover {text-decoration:none;color: #276045;}


.copyright dd.logo {
	width: 204px;
	height: 40px;
}

.copyright dd.b {
	height: 38px;
	font-family: "微软雅黑";
	font-size: 12px;
	color: #FFFFFF;
}
.copyright dd.b a {
	text-decoration:none;
	color: #FFFFFF;
}
.copyright dd.b a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
.copyright {
	height: 110px;
	position: absolute;
	bottom: 0px;
	z-index: 100;
	width: 100%;
	background-image: url(../images/bj.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 40px;
}
.copyright2 {
	height: 100px;
	padding-left: 90px;
}

.copyright dd.logo a {
	text-decoration:none;
	display: block;
	height: 38px;
	width: 204px;
	background-image: url(../images/qijishow.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.copyright dd.logo a:hover {
	text-decoration: none;
	background-image: url(../images/qijishow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}</pre></body></html>