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

/*公共*/
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, iframe, table, th, td { margin: 0; padding: 0;}
body, input, select, button, textarea { font-size: 12px; font-family: "helvetica neue", Arial, sans-serif, 宋体;}
body { overflow-x: hidden;}

img { border: 0 none; vertical-align: top;}
input[type="button "] { cursor: pointer;}
button { cursor: pointer;}
li { list-style: none;}
a { cursor: pointer;}
a:focus, input:focus { outline: none;}

.fixed:after { content: "."; display: block; clear: both; height: 0; visibility: hidden;}
.fixed { display: block; min-height: 1%;}
*html .fixed { height: 1%;}
.clear { clear:both;}
.floatleft { float: left;}
.floatright { float: right;}
.ellipsis { text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.ellipsis-c { text-overflow: clip; white-space: nowrap; overflow: hidden;}
.transparent { filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8;}
.bold { font-weight: bold;}
.hover { visibility: hidden;}
.overflow { overflow: hidden;}

/*box*/
.box { width: 1000px; margin: 0 auto;}



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