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



body{
  font-family:'微软雅黑','黑体','宋体',tahoma,arial,sans-serif,"Lucida Grande", Verdana, Lucida,Helvetica;
  margin:0 auto;
  padding:0;
  background:#fff;
  font-size:12px;
  color:#000;
  }
body&gt;div{
  text-align:center;
  margin-right:auto;
  margin-left:auto;
  } 
div,form,ul,ol,li,span,p,dl,dt,dd{
  margin:0;
  padding:0;
  border:none;
  }
img,table, tr, td,th, fieldset, label, legend,button,input { margin:0;padding:0;}
img,a img{
  border:none;
  margin:0;
  padding:0;
  }
h1,h2,h3,h4,h5,h6{
  margin:0;
  padding:0;
  font-size:12px;
  font-weight:normal;
  }
ul,ol,li{list-style:none;}
table,td,input{font-size:12px;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
address, caption, cite, code, dfn,
em, strong, th, var, optgroup {
	font-style: normal;
	font-weight: normal;
}
/* 默认链接颜色 */
a:link{text-decoration:none;}
a:visited{text-decoration:none; }
a:hover{text-decoration:none; transition:color 0.3s ease-out 0s; transition:background 0.3s ease-out 0s;}
a:active{text-decoration:none;}
a:active, a:focus {outline:none;}
a:focus, input[type=button] ,input[type=submit] {
        outline:none;
}



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