@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(../img/gif_08.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

body {
	font-family:Verdana;
	font-size:11px;
}
img { border:none;}
.fix {clear:both;height: 1px;font-size: 0px;}

::-webkit-scrollbar{width:12px;height:12px}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-track:vertical{background-color:black}
::-webkit-scrollbar-track-piece{background:#F4F4F4}
::-webkit-scrollbar-thumb:vertical{background-color:#8E8E8E;border-radius:6px}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#3B3B3B}
::-webkit-scrollbar-corner:vertical{background-color:#535353}
::-webkit-scrollbar-resizer:vertical{background-color:#FF6E00}

.zhezhao {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: transparent url(../img/pattern.png) repeat top left;
	z-index:10;
}

.weixin01 {
	position: absolute;
	top: 60px;
	left: 80px;
	width: 5%;
	z-index:100;
}
.weixin01 img {
	width: 100%;
}

#container {
	position: absolute;
	z-index: 50;
	top: 28%;
	left: 25%;
	width: 50%;
	text-align: center;
}
.shopimg{max-width:80%;height:auto;text-align: center;}


.copyright {
	height: 80px;
	position: absolute;
	bottom: 0px;
	z-index: 100;
	left: 80px;
}
.copyright dd.logo {
	width: 223px;
	height: 30px;
	float: left;
}
.copyright dd.logo a {
	text-decoration:none;
	display: block;
	height: 27px;
	width: 223px;
	background-image: url(../img/logo_5kun.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.copyright dd.logo a:hover {
	text-decoration: none;
	background-image: url(../img/logo_5kun.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;
	padding-right: 20px;
	padding-left: 20px;
}
.copyright dd.b a {
	text-decoration:none;
	color: #FFFFFF;
}
.copyright dd.b a:hover {
	text-decoration: none;
	color: #CCCCCC;
}

.copyright_y {
	height: 80px;
	position: absolute;
	bottom: 0px;
	z-index: 100;
	right: 80px;
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 22px;
	color: #FFFFFF;
}
.copyright_y a {
	text-decoration:none;
	color: #FFFFFF;
}
.copyright_y a:hover {
	text-decoration: none;
	color: #CCCCCC;
}


.statistics {
	height: 15px;
	font-family: Verdana;
	font-size: 11px;
	color: #353535;
	text-align: right;
	position: absolute;
	top: -15px;
}
.statistics a { color:#353535; text-decoration:none;}
.statistics a:hover {text-decoration:none;}