body {
  line-height: 2;
  font-family: "Source Code Pro","Helvetica Neue",Arial,"Hiragino Sans GB","PingFang SC","Heiti SC",STHeiti,"Microsoft Yahei","Source Han Sans SC","Noto Sans CJK SC","Droid Sans Fallback",sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #333;
  -webkit-appearance: none;
  text-align: center;
}

a, address, article, aside, b, blockquote, body, button, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, input, ins, kbd, label, legend, li, menu, nav, object, ol, option, p, pre, progress, samp, section, select, span, strong, table, tbody, td, textarea, tfoot, th, thead, tr, ul, var {
  margin: 0;
  padding: 0;
  vertical-align: top;
  outline: 0!important;
}

dl, li, ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
}

p {
  font-size: 15px;
}
/* HEAD CSS */
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 28px;
  padding: 16px 0;
  background-color: rgba(255, 255, 255, .95);
}

.header-inner {
  width: 100%;
  margin: auto
}

.header-logo {
  position: relative;
  z-index: 1;
  float: left;
  margin-left: 120px;
  margin-right: 50px;
}

.header-column {
  float: left
}

.header .column-item {
  float: left;
  padding: 0 30px
}

.header .active-item {
  color:#0078DB !important;
}

.header .column-item-head {
  color: #666
}

/* FOOT CSS */
.footer {
  bottom: 0;
  width: 100%;
  background: #4A4A4A;
  font-size: 12px;
  color: #9b9b9b
}

.footer-copyright {
  padding: 10px 0;
  text-align: center
}