@charset "utf-8";
/*--------------------------------------------
|        Type:    CSS Document 
+---------------------------------------------
|        Author:  蔡慧
+---------------------------------------------
|        QQ:    807159382
+---------------------------------------------
|        Mail:    807159382@qq.com
+---------------------------------------------*/

/*--------------------------------------------
|              CAIHUI
+-------------------------------------------*/


@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, select {
  margin: 0;
  padding: 0;
  border: 0 none;
  outline: 0;
  color: inherit;
}
html, body {
  width: 100%;
  height: 100%;
}
body {
  margin: 0 auto;
  vertical-align: baseline;
  overflow-y: scroll;
  font-family:"微软雅黑",Arial,Verdana, Geneva, sans-serif;
  font-size:14px;
  line-height:1.3;
  background: #F2F3F7;
}
a{ text-decoration:none;}

li{ list-style-type:none;}
img{ display:block;}
.clear{ clear: both}
i,em{font-style: normal;}