@charset "UTF-8";

* {
  margin: 0;
  padding: 0
}

html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "STHeiti SC", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none
}

textarea {
  resize: vertical
}

ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0
}

ul,
ol {
  list-style: none outside none
}

a {
  text-decoration: none
}

a:visited,
a:hover,
a:active {
  text-decoration: none
}

a,
img {
  -webkit-touch-callout: none
}

img {
  border: 0;
  display: block;
}

em {
  font-style: normal
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
:before,
:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, .05)
}
i, em {
    list-style-type: none;
    font-style: normal;
}