<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*CSS Reset*/
* {
	margin: 0;
	box-sizing: border-box;
	list-style: none;
	padding: 5px;
}
/*é¡µé¢é€šç”¨æ&nbsp;·å¼*/
html,
body {
	width: 100%;
	height: 100%;
}
body {
	font-family: "Microsoft Yahei";
	min-width: 1200px;
}

/*å¯ç”¨å¸ƒå±€ç±»*/

.auto {
	margin: 0 auto;
	min-width: 1400px;
	max-width: 1400px;
	_width: 1400px;
}
/*@media screen and (max-width: 1233px){
	.auto {
		padding-left: 10px;
	}
}*/
.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.invisible {
	visibility: hidden;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}

.footer-signfooter {
	width: 100%;
	background-color: #FF6633;
	padding: 5px;
	color: #FFFFFF;
	font-size: 18px;
	z-index: 1000;
	position: fixed;
}
.xixun {
	height: 44px;
	line-height: 44px;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	background: #ea3223;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 1000;
	font-weight: 600;
}

/*å†…å®¹åŒºåŸŸ*/
.content-area {
    float: left;
    margin-left: 5px;
    width: 900px;
}
.content-area-path {
    margin-bottom: 34px;
    border-bottom: 1px solid #e1e4e6;
    height: 49px;
    line-height: 48px;
    font-size: 14px;
    color: #999999;
}
.main-area {
	position: relative;
	margin-top: 40px;
	margin-bottom: 10px;
}
.left-menu {
    float: left;
    width: 275pt;
    background: #fafafa;
}
.left-menu-list-wrapper {
    border: 1px solid #dddddd;
}
</pre></body></html>