<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



ul {
	list-style-type: none;
}

h1 {
 	color: #FFF;
 	font-size: 24px;
 	font-weight: 400;
 	text-align: center;
 	margin-top: 80px;
 }

h1 a {
 	color: #c12c42;
 	font-size: 16px;
 }

.accordion {
	width:100%;
 }
.accordion li .link{
	 width:100%;
	 height:43px;
	 margin:3px 0 0 0;
	 overflow:hidden;
	 transition:all 0.2s;
	 cursor:pointer;
	 position:relative;
	}
.accordion li .link span{ color:#fff; transition:all 0.2s; top:50%; right:8px; position:absolute; color:#333; margin-top:-7px; font-size:12px;}	
.accordion li.open .link span{ color:#fff; transform:rotateZ(90deg);}
.accordion li .link a{
	transition:all 0.2s;
	display:block;
	text-align:center;
	color:#fff;
	line-height:43px;
	height:43px;
	overflow:hidden;
	background: #ae9376;
	display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;
	font-size:16px;
	
	}

.accordion li .link:hover a{ color:#fff; background: #9b9b9b;}	

.accordion li.open .link a{
 	color:#fff; background: #9b9b9b;
}
.submenu {
 	display: block;
 }

.submenu a {
 	display: block;
	text-align:center;
	height:43px;
	line-height:41px;
	border:1px solid #d8d8d8;
	box-sizing:border-box;
	overflow:hidden;
	color:#fff;
	margin: 3px 0 0 0;
	font-size: 14px;
 	-webkit-transition: all 0.25s ease;
 	-o-transition: all 0.25s ease;
 	transition: all 0.25s ease;
 }

 .submenu a:hover {
	color:#ae9376;
 }
 .link img{ margin-right:10px;}


 /*分页css scott style pagination*/
div.scott
{
    padding:3px;margin:3px;text-align:center;

}
div.scott a
{
    border:#221616 1px solid;padding:2px 5px;color:#221616;margin:0 2px 0 0;text-decoration:none;

}
div.scott a:hover
{
    border:#221616 1px solid;color:white;background-color:#221616;

}
div.scott a:active
{
    border:#221616 1px solid;color:#611985;background-color:#221616;

}
div.scott span.current
{
    border:#221616 1px solid;padding:2px 5px;font-weight:bold;color:#fff;margin:0 2px 0 0;background-color:#221616;

}
div.scott span.disabled
{
    border:#dfdfdf 1px solid;padding:2px 5px;color:#221616;margin:0 2px 0 0;

}


</pre></body></html>