<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{

}
img { border:none;}
.fix {clear:both;font-size: 0px;}
.pattern {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: transparent url(../img/pattern.png) repeat top left;
	z-index:10;
}
#containers{
    position: absolute;
    z-index: 50;
    height: 366px;
    top: 33%;
    left: 33%;
    width: 650px;
    border: 5px solid rgba(255,255,255,0.3);
    border-radius: 7px;
}
#video{
    width: 100%;
}
#xq_logo {
	position:absolute;
	width: 124px;
	height: 50px;
	top: 40px;
	left: 50px;
	background-image: url(../img/qijishow_logo.png);
}

.main-container{
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style-image: none;
    list-style-type: none;
}
.video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#container {
	    position: absolute;
    z-index: 50;
    top: 5%;
    left: 3%;
}
.shopimg{max-width:23%;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 {
	height: 90px;
	position: absolute;
	bottom: 0px;
	z-index: 100;
	width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
}
.copyright2 {
    height: 90px;
    margin-right: auto;
    text-align: right;
}

.copyright dd.b {
	height: 90px;
	float: right;
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 22px;
	color: #FFFFFF;
	width: 100%;
}
.copyright dd.b a {
	text-decoration:none;
	color: #FFFFFF;
}
.copyright dd.b a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
</pre></body></html>