* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
  outline: none;
}
body,
html,
textarea {
  font-family: PingFang SC, Microsoft YaHei, Microsoft Jhenghei, -apple-system,
    system-ui, Hiragino Sans GB, STHeitiTC-Light, tahoma, arial, sans-serif;
}
body {
  min-width: 1200px;
  overflow: auto;
}
* {
  scrollbar-face-color: #055272;
  scrollbar-arrow-color: #25374b;
  scrollbar-3dlight-color: #25374b;
  scrollbar-highlight-color: #a6bfcf;
  scrollbar-shadow-color: #25374b;
  scrollbar-darkshadow-color: #25374b;
  scrollbar-track-color: #a6bfcf;
}
::-webkit-scrollbar {
  width: 4px;
  height: 10px;
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 10px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(1, rgba(0, 0, 0, 0.3)),
    color-stop(1, rgba(0, 0, 0, 0.3)),
    color-stop(1, rgba(0, 0, 0, 0.3))
  );
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
ul li{
  list-style: none;
}