<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*! normalize.css v3.0.2 | mit license | git.io/normalize */
/*设置默认字体为微软雅黑.
---------------------------------------------------------------------------*/
html {
  font-family: "microsoft yahei", "hiragino sans gb", arial, lucida, verdana, simsun, helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  /* 2 */
  /*关闭手机横屏竖屏自动调整字体大小*/
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
html,
body {
  /*height: 100%;*/
  margin: 0;
}
/* 删除默认的margin */
body {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /*浏览器默认的字体大小是16px，16px乘以62.5%等于10px，在后面的文档里，可以用em定义字体大小*/
}
/* remove default style. */
body,
div,
ul,
li,
ol,
dl,
dd,
dt,
form,
span,
p,
textarea {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* 1.基本的链接样式
 * 2.去掉 ie 10  点击链接时的灰色背景  */
a {
  text-decoration: none;
  /*1*/
}
a:hover {
  text-decoration: underline;
  /*1*/
}
a:active {
  background-color: transparent;
  /*2*/
}
/* html5 display definitions    html5的display定义
   ========================================================================== */
/**
 * correct `block` display not defined for any html5 element in ie 8/9.  在ie 8/9 里没有为任何html5元素定义正确的‘block’显示
 * correct `block` display not defined for `details` or `summary` in ie 10/11.  在ie 10/11 里没有为`details` or `summary`定义正确的‘block’显示
 * and firefox.
 * correct `block` display not defined for `main` in ie 11.  在ie 11 里没有为 `main`定义正确的‘block’显示
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/* 1. correct `inline-block` display not defined in ie 8/9.  在ie 8/9 里没有为html5元素定义正确的‘inline-block’显示
 * 2. normalize vertical alignment of `progress` in chrome, firefox, and opera.  在chrome, firefox, and opera里规范 `progress`的垂直对其 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/* prevent modern browsers from displaying `audio` without controls.  防止现代浏览器显示不受控制的音频
 * remove excess height in ios 5 devices.  为ios 5设备去除多余的高度  */
audio:not([controls]) {
  display: none;
  height: 0;
}
/* address `[hidden]` styling not present in ie 8/9/10.
 * hide the `template` element in ie 8/9/11, safari, and firefox &lt; 22. */
[hidden],
template {
  display: none;
}
/* links   链接
   ========================================================================== */
/*remove the gray background color from active links in ie 10.  在ie 10 里去除active链接的灰色背景*/
a {
  background-color: transparent;
}
/*improve readability when focused and also mouse hovered in all browsers.  当focused and also mouse hovered 在所有浏览器里提高可读性*/
a:active,
a:hover {
  outline: 0;
}
/* text-level semantics   文本层次的语义
   ========================================================================== */
/* address styling not present in ie 8/9/10/11, safari, and chrome. 在 ie 8/9/10/11, safari, and chrome里定义不存在的样式*/
abbr[title] {
  border-bottom: 1px dotted;
}
/* address style set to `bolder` in firefox 4 , safari, and chrome.*/
b,
strong {
  font-weight: bold;
}
/* address styling not present in safari and chrome. */
dfn {
  font-style: italic;
}
/* address variable `h1` font-size and margin within `section` and `article`
 * contexts in firefox 4 , safari, and chrome. */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-weight: 300;
}
/* address styling not present in ie 8/9. 定义在ie 8/9 里没有的样式 */
mark {
  background: #ff0;
  color: #000;
}
/* address inconsistent and variable font size in all browsers. */
small {
  font-size: 80%;
}
/* prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* embedded content  嵌入的内容
   ========================================================================== */
/*remove border when inside `a` element in ie 8/9/10.  在ie 8/9/10 里，当元素嵌入a元素时删除border */
img {
  border: 0;
}
iframe {
  border: 0;
}
/*correct overflow not hidden in ie 9/10/11.  在ie 9/10/11里，修正overflow不会隐藏 */
svg:not(:root) {
  overflow: hidden;
}
/* grouping content   分组内容
   ========================================================================== */
/*address margin not present in ie 8/9 and safari. */
figure {
  margin: 1em 40px;
}
/* address differences between firefox and other browsers. */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/* contain overflow in all browsers.*/
pre {
  overflow: auto;
}
/* address odd `em`-unit font size rendering in all browsers. */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* forms   表单
   ========================================================================== */
/* known limitation: by default, chrome and safari on os x allow very limited
 * styling of `select`, unless a `border` property is set. */
/* 1. correct color not being inherited.  修正颜色没有被继承
 *    known issue: affects color of disabled elements.
 * 2. correct font properties not being inherited.  修正字体属性没有被继承
 * 3. address margins set differently in firefox 4 , safari, and chrome. */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/*address `overflow` set to `hidden` in ie 8/9/10/11. */
button {
  overflow: visible;
}
/* address inconsistent `text-transform` inheritance for `button` and `select`.
 * all other form control elements do not inherit `text-transform` values.
 * correct `button` style inheritance in firefox, ie 8/9/10/11, and opera.
 * correct `select` style inheritance in firefox. */
button,
select {
  text-transform: none;
}
/* 1. avoid the webkit bug in android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. correct inability to style clickable `input` types in ios.
 * 3. improve usability and consistency of cursor style between image-type
 *    `input` and others. */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
input::-moz-focus-inner {
  border: none;
  padding: 0;
}
textarea {
  resize: none;
}
/*避免缩放*/
/* re-set default cursor for disabled elements.*/
button[disabled],
html input[disabled] {
  cursor: default;
}
/* remove inner padding and border in firefox 4 . */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*address firefox 4  setting `line-height` on `input` using `!important` in
 * the ua stylesheet. */
input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: none;
  padding: 0;
}
/**
 * it's recommended that you don't attempt to style these elements.
 * firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. address box sizing set to `content-box` in ie 8/9/10.
 * 2. remove excess padding in ie 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/* fix the cursor style for chrome's increment/decrement buttons. for certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`. */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/* 1. address `appearance` set to `searchfield` in safari and chrome.
 * 2. address `box-sizing` set to `border-box` in safari and chrome
 *    (include `-moz` to future-proof). */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * remove inner padding and search cancel button in safari and chrome on os x.
 * safari (but not chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* define consistent border, margin, and padding. */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/* 1. correct `color` not being inherited in ie 8/9/10/11.
 * 2. remove padding so people aren't caught out if they zero out fieldsets. */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/* remove default vertical scrollbar in ie 8/9/10/11. */
textarea {
  overflow: auto;
}
/* don't inherit the `font-weight` (applied by a rule above).
 * note: the default cannot safely be changed in chrome and safari on os x. */
optgroup {
  font-weight: bold;
}
/* tables   表格
   ========================================================================== */
/* remove most spacing between table cells. */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* clearfix clear float  */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
  /*ie/7/6*/
}
/* clearfix clear default style  */
figure {
  padding: 0;
  margin: 0;
}
input,
textarea,
select,
button {
  outline: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* 以下根据项目修改
   ========================================================================== */
html,
body,
div,
span,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: "微软雅黑", "microsoft yahei", "lantinghei sc", "open sans", arial, "hiragino sans gb", "stheiti", "wenquanyi micro hei", simsun, sans-serif;
}
p,
li,
a,
span {
  color: #000000;
  font-size: 14px;
}
a:hover {
  text-decoration: none;
}
i {
  font-style: normal;
}
</pre></body></html>