* {
  margin: 0px;
  padding: 0px;
}

html, body, div, span,
h1, h2, h3, h4, h5, h6, p, u, i,
dl, dt, dd, ol, ul, li {
  margin: 0;
  padding: 0;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: normal;
  border: none;
  box-sizing: border-box;
}

i {
  font-style: normal;
}

ul, ol {
  list-style: none;
}

button {
  border: none;
}

input, button, textarea, select, input:focus, textarea:focus {
  background: none;
  outline: none;
}

textarea {
  resize: none;
  overflow: auto;
}

select {
  border: none;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
}

:focus {
  outline: 0;
}

.clear {
  clear: both;
}

a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
  outline: none;
}

.row {
  margin: 0;
}
