@font-face {
  font-family: "SOURCEHANSANSCN-REGULAR";
  src: url("../font/SOURCEHANSANSCN-REGULAR.woff2") format("woff2"),
       url("../font/SOURCEHANSANSCN-REGULAR.woff") format("woff"),
       url("../font/SOURCEHANSANSCN-REGULAR.ttf") format("truetype"),
       url("../font/SOURCEHANSANSCN-REGULAR.eot") format("embedded-opentype"),
       url("../font/SOURCEHANSANSCN-REGULAR.svg") format("svg"),
       url("../font/SOURCEHANSANSCN-REGULAR.otf") format("opentype");
}


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, form, fieldset, input, textarea, p, blockquoteth, td {
  margin: 0px;
  padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  font-weight: normal;
}
.h1, .h2, .h3, h1, h2, h3,
.h4, .h5, .h6, h4, h5, h6{
  margin: 0;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  outline: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  border: none;
}
ul, ol {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus, a:link, video:focus{
  text-decoration: none;
  outline: none;
}
a, img, button, input, textarea, div{
  -webkit-tap-highlight-color: rgba(255,255,255,0);
}
html, body {
  font-size: 16px;
  /* min-width: 1000px; */
  width: 100%;
}
p{
  line-height: normal;
  height: auto;
}

body {
  font-family: "SOURCEHANSANSCN-REGULAR"; 
  background: #fff;
  margin: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
}
input, textarea, select, option {
  -webkit-appearance: none;
  -moz-appearance: none;
}
div, p,
dl, dt, dd,
ul, ol,
input, select, textarea,
h1, h2, h3, h4, h5, h6,
form, table, td, tr, th, body {
  box-sizing: border-box
}
em, i {
  font-style: normal;
  font-style: normal;
}