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

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scrollbar-width: thin;
}

body,div,span,h1,h2,h3,h4,h5,h6,p,em,img,strong,b,small,u,i,center,dl,dt,dd,ol,
ul,li,sub,sup,tt,var,del,dfn,ins,kbd,q,s,samp,strike,applet,object,iframe,fieldset,
form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,
blockquote,pre,a,abbr,acronym,address,big,cite,code,mark,audio,video,input,textarea,select
{ 	margin:0; padding:0;	}
ol,ul,li{ 	
	list-style:none;		
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}
i{
	font-style: normal;
}

/*
--------------------------
A鏍囩 閰嶇疆
--------------------------
*/
a{
	text-decoration:none;
	outline:none;
}
a:hover{
	color: #158EF5;
}
img{border: 0;max-width: 100%;display: block;}
a:focus{outline: none;}

/*
--------------------------
Body 閰嶇疆
--------------------------
*/
html{
	overflow-x:hidden;
	-webkit-text-size-adjust:none;
	font-family: '寰蒋闆呴粦';
}
body{
	min-width: auto;
    margin: 0 auto;
  }
/*
--------------------------
琛ㄥ崟鎺т欢璁剧疆
--------------------------
*/
table{	border-collapse: collapse; width: 100%;	 }
input[type='reset'],input[type='button'],input[type='submit'],input[type='radio']{	
	cursor: pointer; outline: none;	 -webkit-appearance: none;
}
input[type='checkbox'],input[type='radio']{
	position: relative;
	vertical-align: middle;
	-webkit-appearance: none;
}
input{
	border: 0;
	display: block;
}
textarea,input {
	padding: 0;
	color: #666;
	outline: none;
	-webkit-appearance: none;
	font-family: '寰蒋闆呴粦' !important;
}
textarea{
	border: 0;
}

/*
--------------------------
蹇嵎鏂瑰紡
--------------------------
*/
.clearfix{
	clear: both;
}
.clearfix:after{	
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfixsss:before, .clearfixsss:after {
    content: "";
    display: table;
}
.clearfixsss:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

em, cite, address, i {
    font-weight: normal;
    font-style: normal;
}</pre></body></html>