* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
  }
  *:before,
  *:after {
    box-sizing: border-box;
  }
  .ds-thread,
  .ds-thread * {
    box-sizing: content-box;
  }
  body {
    background-color: #fff;
    color: #333;
    font-size: 12px;
    line-height: 1.5;
    font-weight: normal;
    -webkit-text-size-adjust: none;
    font-family: STHeitiSC-Light;
  }
  div {margin:0;padding:0;}
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: normal;
  }
  input[type="text"],
  textarea {
    border-width: 1px;
    box-shadow: none;
    -webkit-appearance: none ;
    resize: none;
  }
  input,
  textarea,
  select {
    outline: none;
  }
  input[type="submit"],
  input[type="reset"],
  input[type="button"] {
    -webkit-appearance: none;
  }
  img {
    border: 0;
  }
  *[id^='xunlei'] {
    display: none;
  }
  table {
    width: 100%;
  }
  a {
    text-decoration: none;
    outline: none;
    color: inherit;
  }
  a:hover {
    text-decoration: none;
    cursor: pointer;
  }
  .fl {
    float: left;
  }
  .fr {
    float: right;
  }
  .clearfix:after {
    content:'';
    clear:both;
    display: block;
    height: 0;
  }
  .clear {
    clear: both;
  }
  input:-webkit-autofill {
    background-color: none;
    background-image: none;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    color: #000;
  }
  button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    border: 0;
  }
  ul,
  ol {
    list-style-position: inside;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  nav,
  section,
  summary {
    display: block;
  }
  ul,ol,menu{list-style:none}
  /*# sourceMappingURL=reset.css.map */