<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";

html {
	font-size: 62.5%;
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

body {
	margin: 0;
	font-family: "Microsoft YaHei","å®‹ä½“",Arial,sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #d5c47f;
	background-color: #000;
}

img {
	border: 0;
	display: block;
	vertical-align: middle;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

:after,:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

a {
	display: block
}

.container {
	position: relative;
	width: 100%;
}

.main {
	 /* margin-bottom:14%; */
}

.main img {
	width: 100%;
	height: 100%
}

.fixed_bottom {
	width: 100%;
	height: auto;
	position: fixed;
	z-index: 1058;
	bottom: 0;
	text-align: center;
}

.fixed_bottom img {
	width:100%;
	margin: 0 auto;
}

/* div.bx-wrapper {
	position: absolute;
	top: 34%;
	width: 96%;
	margin-left: 2%;
} */

.bx-wrapper .bx-prev, .bx-wrapper .bx-next,.bx-controls {
	display: none;
}
.footer{
	position:absolute;
	top:96%;
	width:100%;
	text-align:center;
	color:#000;
	font-size:1em;
}
.copyright{
	text-align: center;position:absolute;z-index: 2999;bottom:10px;width:100%;color:white;font-size:12px;
}</pre></body></html>