@import "ress";

body {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", Arial, sans-serif;
  font-size: 14px;

  /* 抗锯齿 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul {
  li,
  ol {
    list-style: none;
  }
}

img,
embed,
object,
audio,
video {
  max-width: 100%;
  height: auto;
}
