* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "PingFang SC", "Helvetica Neue", Arial, sans-serif;
}

body {
  background-color: #f5f5f5;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 60px;
}
a {
  text-emphasis: none;
  text-decoration: none;
  color: inherit;
}
a:link {
  font-size: 14px;
}

.hide{
    display: none !important;
}
