<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** æ¸…é™¤å†…å¤–è¾¹è· **/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
/** è®¾ç½®é»˜è®¤å­—ä½“ **/
body,
button,
input,
select,
textarea {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
}
/** é‡ç½®åˆ—è¡¨å…ƒç´&nbsp; **/
ul,
ol {
  list-style: none;
}
/** é‡ç½®æ–‡æœ¬æ&nbsp;¼å¼å…ƒç´&nbsp; **/
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/** é‡ç½®è¡¨å•å…ƒç´&nbsp; **/
legend {
  color: #000;
}
/* for ie6 */
fieldset,
img {
  border: 0;
}
/* img æ­è½¦ï¼šè®©é“¾æŽ¥é‡Œçš„ img æ—&nbsp;è¾¹æ¡† */
button,
input,
select,
textarea {
  font-size: 100%;
}
/* ä½¿å¾—è¡¨å•å…ƒç´&nbsp;åœ¨ ie ä¸‹èƒ½ç»§æ‰¿å­—ä½“å¤§å° */
/* æ³¨ï¼šoptgroup æ—&nbsp;æ³•æ‰¶æ­£ */
/** é‡ç½®è¡¨æ&nbsp;¼å…ƒç´&nbsp; **/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* æ¸…é™¤æµ®åŠ¨ */
.ks-clearfix:after,
.clearfix:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}
.ks-clear,
.clearfix {
  *zoom: 1;
}
img {
  vertical-align: middle;
}
</pre></body></html>