<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*æ¸…é™¤å†…å¤–è¾¹è·  */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
em,
i,
a,
img,
input,
ul,
li,
ol,
dl,
dt,
dd,
button,
p {
    margin: 0;
    padding: 0;
}
*{
   margin:0; 
   padding:0; 
   -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "å¾®è½¯é›…é»‘";
}
/*è®©æ‰€æœ‰æ–œä½“ ä¸å€¾æ–œ*/
em,
i {
    font-style: normal;
}
/*åŽ»æŽ‰åˆ—è¡¨å‰é¢çš„å°ç‚¹*/
li {
    list-style: none;
}
/*å›¾ç‰‡æ²¡æœ‰è¾¹æ¡†   åŽ»æŽ‰å›¾ç‰‡åº•ä¾§çš„ç©ºç™½ç¼éš™*/
fieldset, img {
    border: 0;  /*ie6*/
    vertical-align: middle;
}
/*è®©button æŒ‰é’® å˜æˆå°æ‰‹*/
button {
    cursor: pointer;
}
/*å–æ¶ˆé“¾æŽ¥çš„ä¸‹åˆ’çº¿*/
a {
    color: #000;
    text-decoration: none;
}
a:hover{
    text-decoration:none; 
}
a:hover {
    color: #e33333;
}

button,
input {
    font-family: Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, \\5B8B\4F53, sans-serif;
}
select,input,button { 
    padding-top:0; 
    padding-bottom:0; 
    border:0px;
    outline:none;
}
select, input , img { 
    vertical-align:middle; 
}
select, input, textarea { 
    font-size:12px; 
    margin:0; 
}
textarea { 
    resize:none; 
}
body {
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    font: 12px Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, \\5B8B\4F53, sans-serif;
    color: #666;
}

.hide,
.none {
    display: none;
}
/*æ¸…é™¤æµ®åŠ¨*/
.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0;
    line-height:0; 
}

.clearfix {
    *zoom: 1;
}

/* æµ®åŠ¨ */
.fl{
    float: left;
}
.fr{
    float: right;
}

/* æµ®åŠ¨ end*/

.al {
    text-align: left;
}

.ac {
    text-align: center;
}

.ar {
    text-align: right;
}
.pr{
  position:relative;
}
/* ç‰ˆå¿ƒ */
.wrap{
    width: 1200px;
    margin:0 auto;
}
/* ç‰ˆå¿ƒ end*/

/* å­—ä½“å›¾æ&nbsp;‡é»˜è®¤æ&nbsp;·å¼ */
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.eot');
  src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
  url('../font/iconfont.woff') format('woff'),
  url('../font/iconfont.ttf') format('truetype'),
  url('../font/iconfont.svg#iconfont') format('svg');
}

.iconfont{
  font-family:"iconfont" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
/* å­—ä½“å›¾æ&nbsp;‡é»˜è®¤æ&nbsp;·å¼ end */
</pre></body></html>