* {
  font-family: 'PingFangSC-Regular', 'PingFang SC', 'Microsoft YaHei';
  box-sizing: border-box;
}
body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #fff;
}
body::-webkit-scrollbar-thumb{
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ccc;
}

p, ul, li, h1, h2, h3, h4, h5, h6, dl, dd, a{
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
ul, li, dd, dl{
  list-style: none;
}
a:focus,a:hover{
  outline: none !important;
  text-decoration: none !important;
  color: inherit !important;
}
a:hover{
  cursor: pointer !important;
}

input:focus{
  outline: none;
}