<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(https://images.qijishow.com/bg.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;}


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

.logo {
	position: absolute;
	top: 30px;
	left: 65px;
	width: 5%;
	z-index:100;
	    background-image: url(https://www.qijishow.com/img/logo3.svg);
    width: 60px;
    height: 52px;
    background-size: cover;
    background-position: center center;
}
.logo:hover {
	position: absolute;
	top: 30px;
	left: 65px;
	width: 5%;
	z-index:100;
	    background-image: url(https://www.qijishow.com/img/logo2.svg);
    width: 60px;
    height: 52px;
    background-size: cover;
    background-position: center center;
}


#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.weixin {
    width: 30px;
    height: 30px;
    float: left;
}
.copyright dd.weixin a {
	text-decoration:none;
	display: block;
}

.copyright dd.b {
	height: 27px;
	float: left;
	font-family: "Microsoft YaHei","微软雅黑",sans-serif,sihei-Light;
	font-size: 12px;
	line-height: 22px;
	color: #FFFFFF;
	padding-right: 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;}
</pre></body></html>