html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; }

fieldset { border:none; }

img{display: block; -webkit-user-drag: none; user-drag: none; }

address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal; }

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

body {
  font-family: "HarmonyOSHans-Light", "Arial", "Helvetica", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #333333;
  font-style: normal;
  font-size: .28rem;
  font-weight: normal;
  background:#fff;
}

a {
  /*color:#FFFFFF;*/
  text-decoration:none;
}
.clear{clear:both}
*{
  box-sizing: border-box;
  /*-webkit-overflow-scrolling: touch;*/
}
*:not(html) {
  /*webkit-transform: translate3d(0, 0, 0);*/
}
body,html{
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #FFFFFF;
}
body::-webkit-scrollbar { width: 0 !important }
body {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
