@font-face {
  font-family: "myFont";
  src: url("../font/PINGFANGREGULAR.ttf");
  font-weight: normal;
  font-style: normal;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-weight: normal;
  margin: 0 auto;
  font-size: 12px;
  line-height: normal;
  position: relative;
  color: #333;
  font-family: myFont, sans-serif;
}

ul,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

ul {
  list-style: none;
}

* {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

img {
  border: 0px;
}

h2,
h4 {
  font-weight: normal;
}

a {
  color: #333;
  text-decoration: none;
}
