* {
    -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;
  }
  body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
      margin: 0;
      padding: 0;
      font-weight: normal;
  }
  body {
      background: #fff;
      color: #555;
      font-size: 14px;
      font-family: "Arial","微软雅黑", "Microsoft YaHei", sans-serif;
  }
  td, th, caption {
      font-size: 14px;
  }
  address, caption, cite, code, dfn, em, strong, th, var {
      font-style: normal;
      font-weight: normal;
  }
  a {
      color: #333;
      text-decoration: none;
  }
  a:hover {
      text-decoration: none;
      color: #002868;
  }
  img {
      border: none;
      vertical-align: middle;
  }
  ol, ul, li {
      list-style: none;
  }
  input, textarea, select, button {
      font: 14px "Arial", "Microsoft YaHei",  sans-serif;
  }
  ::-webkit-input-placeholder { /* WebKit browsers */
    color: #888888;
    font-size: 14px;
  }
  
  ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #888888;
    font-size: 14px;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #888888;
    font-size: 14px;
  }  
  table {
      border-collapse: collapse;
  }
  html {
      overflow-y: scroll;
  }
  .clearfix:before,
  .clearfix:after {
      content: " ";
      display: inline-block;
      height: 0;
      clear: both;
      visibility: hidden;
  }
    .clearfix {
        *display: table;
        *zoom: 1;
    }
    .clear:after{
        content:"";
        display:block;
        clear:both;
    }
  /*公共类*/
  .fl {
      float: left
  }
  .fr {
      float: right
  }
  .al {
      text-align: left
  }
  .ac {
      text-align: center
  }
  .ar {
      text-align: right
  }
  .hide {
      display: none
  }
  .count{display: none;}
  .icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
  }