html {
  min-width: 1440px;
  z-index: -999;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #717171;
  border-radius: 5px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  font-size: 15px;
  --theme-color: #004b85;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

body {
  font-family: Source Han Sans, Microsoft YaHei, PingFang SC, Arial, sans-serif;
  letter-spacing: 0px;
  font-variation-settings: 'opsz' auto;
  font-feature-settings: 'kern' on;
  opacity: 1;
}

.text-indent2 {
  text-indent: 2em;
}

.fly-l {
  float: left;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
