<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 寮曞叆鍏ㄥ眬娓呴櫎榛樿娴忚鍣ㄦ牱寮� */
@import url("normalize.html");
/*閲嶇疆body*/
body{
    font:12px / 1.5  'microsoft yahei', 'helvetica neue', 'hiragino sans gb', 'stheiti','\5FAE\8F6F\96C5\9ED1', 'tahoma';
    /*
      -webkit-font-smoothing 鍦╳in7 Safari 涓嬮潰浼氳Е鍙戝睘鎬у鑷村瓧浣撴ā绯� 璁剧疆 antialiased
          none  绂佺敤璇ュ睘鎬�
          subpixel-antialiased  娆″儚绱犳姉閿娇锛堥粯璁ゅ€�
          antialiased 鎶楅敮榻匡紙鏁堟灉鏇存槑鏄撅級
    */
    -webkit-font-smoothing:antialiased;
    text-rendering: optimizespeed;
    margin: 0;
    background: #ededed;
}

p,h6,h5,h4,h3,h2,h1,ul,dl,dt,dd{
    margin: 0;
    padding: 0;
}
ul{
    list-style: none;
}


/*娓呴櫎娴姩*/

.f-clearfix:after {
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    content: ".";
    visibility: hidden;
}
.f-clearfix{
    zoom: 1;
}
.f-hidden{
    overflow: hidden;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.tc{
    text-align: center;
}
.f-dn{
    display: none;
}

.wrapper{
    width: 1200px;
    margin: 0 auto;
}</pre></body></html>