<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 */
body,p,form,h1,h2,h3,h4,h5,h6,td,th,table,div,ul,li,ol,dl,dt,dd,img,input,select
	{
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

body {
	font-size: 16px;
	font-family: "微软雅黑";
	color: black;
}

a:link,a:visited {
	text-decoration: none;
	color: #fb4949
}

a:hover {
	text-decoration: none;
	color: #fb4949
}

ul,ul li {
	list-style-type: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 16px;
	font-weight: bold;
}

input,textarea,button {
	outline: none;
	font-family: "微软雅黑";
}

.minwidth {
	min-width: 980px;
	_width: expression(document.body.clientWidth &lt;   980 ?   "980px" :   "auto");
}

.center-main {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}



#header {
	background-image: url("../images/bg-header.jpg");
	background-position: center;
	background-repeat: no-repeat;
	height: 480px;
	font-family: "微软雅黑";
}
#nav-link {
	color: white;
	padding-left:766px;
	font-size: 14px;
	height: 25px;
}
#nav-link a {
	color: white;
	font-family: "微软雅黑";
}
#nav-link a:HOVER,#nav-link a:ACTIVE {
	color: #e3af27;
}
#logo {
	width: 200px;
	height: 140px;
	display: block;
}
.act-time {
	padding-top: 218px;
	color: #f9fecd;
	font-size: 22px;
	padding-left: 10px;
}
.act-info {
	padding-top: 30px;
	font-size: 14px;
}

#footer {
	background-color: #221013;
}

#main-body {
	background-image: url("../images/bg-main.jpg");
	background-position: center;
	background-repeat: no-repeat;
	height: 600px;
	font-family: "微软雅黑";
}

#rules {
	font-family: "微软雅黑";
	background-position: center;
	background-repeat: no-repeat;
	height: 288px;
	background-image: url("../images/bg-rule.jpg");
}
.rules-content {
	padding-top: 54px;
	padding-left: 25px;
	font-size: 14px;
	color: #361c21;
	line-height: 24px;
}
.rules-content .rule-important {
	color: #974fff;
}</pre></body></html>