* {
  padding: 0;
  margin: 0;
}

html,
body {
  font-family: "Onest", "Helvetica Neue", Helvetica, "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  width: 100%;
  min-width: 320px;
  position: relative;
  color: #0F0F0F;
}

body::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  background-image: url(/static/image/video/bg.png);
  background-size: 360px auto;
  background-repeat: repeat;
  z-index: -1;
}

a {
  text-decoration: none;
  color: #0f0f0f;
}
