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

* {
	margin:0;
	padding:0;
	list-style-type:none;
}
a, img {
	border:0;
}
.advbox {
	width:1200px;
	margin:0 auto;
}
.advbox .dt_small {
	width:1200px;
}
.advbox .dt_big {
	width:1200px;
}
.advbox .dt_toBig {
	position:absolute;
	left:50%;
	margin:5px 0px 0px 540px;
	width:49px;
	height:21px;
	background:url("cb.png");
	cursor:pointer;
}
.advbox .dt_toSmall {
	position:absolute;
	left:50%;
	margin:5px 0px 0px 540px;
	width:49px;
	height:21px;
	background:url("gb.png");
	cursor:pointer;
}</pre></body></html>