<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/****************************************reset*************************************************/
 *,
 *:before,
 *:after {
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}
body, div, p, h1, h2, h3, h4, h5, h6, blockquote,
dl, dt, dd, ul, ol, li,
pre, 
form, fieldset, legend, button, input, textarea,
table,th,td{
	margin:0;
	padding:0;
}

body,
button, input, select, textarea /* for ie */ {
    font: 12px/24px Arial, 'Microsoft Yahei',"å®‹ä½“", sans-serif;
}
address, cite, em, i { 
	font-style: normal; 
}
small { 
	font-size: 12px;
}
ul,ol,li { 
	list-style: none; 
}
a { 
	text-decoration: none;
	color: #333; 
}
a:hover { 
	text-decoration: none; 
}
legend { 
	color: #000; 
}
fieldset {
	border: 0;
	display: block; 
}
button, input, select, textarea { 
	font-size: 100%; 
	line-height:normal; 
}
table{ 
	border-collapse: collapse; 
	border-spacing: 0; 
}
input[type="button"],
input[type="submit"],
input[type="reset"]{
	cursor:pointer;
}
input{
	outline: none;
	border: none;
}
iframe{
	display:block;
}
.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}

/******************************public**************************************/
/*æµ®åŠ¨*/
.tv-fl{float: left;}
.tv-fr{float: right;}

/*å­—ä½“*/
.tv-text-12{font-size: 12px;}
.tv-text-14{font-size: 14px;}
.tv-text-16{font-size: 16px;}
.tv-text-18{font-size: 18px;}
.tv-text-20{font-size: 20px;}
.tv-text-24{font-size: 24px;}
.tv-text-28{font-size: 28px;}
.tv-text-30{font-size: 30px;}

/*é¢œè‰²---æ&nbsp;¹æ®é¡¹ç›®æ¥è®¾ç½®å…¬å…±é¢œè‰²*/
.tv-color-white{color: #fff;}
.tv-bg-white{background-color: #fff;}

/*å¸¸ç”¨ç›’å­---æ&nbsp;¹æ®é¡¹ç›®è¿›è¡Œåˆ&nbsp;å‡*/
.tv-layout{width: 100%;}
.tv-container{width: 1180px;margin: 0 auto;}

/*æ˜¾éš/å—çº§/è¡Œå†…*/
.tv-block{display: block;}
.tv-inline{display: inline;}
.tv-inline-block{display: inline-block;}
.tv-hide{display: none;visibility: hidden;}

/*æ°´å¹³ä½ç½®*/
.tv-left{text-align: left;}
.tv-center{text-align: center;}
.tv-right{text-align: right;}

/*æ»šåŠ¨æ¡ç¾ŽåŒ–*/
::-webkit-scrollbar {width: 4px;height: 4px}
::-webkit-scrollbar-thumb {border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;background-color: #aaa;}
::-webkit-scrollbar-track {background-color: transparent;}

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