<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* æ¸…é™¤æµè§ˆå™¨é»˜è®¤æ&nbsp;·å¼ */
*{margin: 0;padding: 0;}
/* æ¸…é™¤åˆ—è¡¨ç¬¦å· */
ul,li{list-style: none;}
/* æ¸…é™¤b,strongçš„é»˜è®¤æ&nbsp;·å¼ */
b,strong{font-weight: normal}
/* æ¸…é™¤i,emçš„é»˜è®¤æ&nbsp;·å¼ */
i,em{font-style: normal;}
/* æ¸…é™¤aæ&nbsp;‡ç­¾çš„é»˜è®¤ä¸‹åˆ’çº¿ */
a{text-decoration: none;}
/* è§£å†³img/inputåŸºçº¿å¯¹é½çš„bug */
img,input{vertical-align: middle}
/* è§£å†³imgé»˜è®¤å‘ä¸‹æ’‘å¼€çš„é—´è· */
/* img{display: block;} */
/* ä¸‡èƒ½æ¸…é™¤æ³•æ¸…é™¤æµ®åŠ¨ */
.clear-fix::after{content:".";clear:both;height:0;width:100%;overflow:hidden;display:block;visibility:hidden;}
.clear-fix{zoom: 1;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,
p,blockquote,th,td {
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
body,dl,dd,ul,ol,h1,h2,h3,h4,h5,h6,p,form,header,section,article,footer{margin:0;}
body,button,input,select,textarea{font:12px/1.5 tahoma,'\5FAE\8F6F\96C5\9ED1',sans-serif}
h1,h2,h3,h4,h5,h6{font-size:100%}
em,b{font-style:normal}
a{text-decoration:none} 
a:hover{text-decoration:underline}
img{border:0} 
button,input,select,textarea{font-size:100%;outline:none}
table{border-collapse:collapse;border-spacing:0}
td,th,ul,ol{padding:0}
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  
  body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p, img, a {
    padding: 0;
    margin: 0;
  }
  
  body {
    word-wrap: break-word;
    font-size: 12px;
    line-height: 1.5;
    -webkit-text-size-adjust: none;
  }
  
  body, button, input, select, textarea {
    font-family: "SimSun", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Helvetica Neue", "WenQuanYi Micro Hei", sans-serif;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400;
  }
  
  button, input, select, textarea {
    font-size: 12px;
    line-height: 1.5;
    outline: none;
  }
  
  input, textarea {
    background: none;
    border-radius: 0;
    resize: none;
    -webkit-user-select: text;
  }
  
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
  }
  
  address, b, em, i {
    font-style: normal;
  }
  
  a, a:active, a:hover, a:visited {
    text-decoration: none;
  }
  
  li, ol, ul, dl {
    list-style: none;
  }
  
  table {
    border-spacing: 0;
    border-collapse: collapse;
  }
  *{font-family:"Microsoft YaHei",å¾®è½¯é›…é»‘,"MicrosoftJhengHei",åŽæ–‡ç»†é»‘,STHeiti,MingLiu }
  *{user-select: none;}</pre></body></html>