html {
  scroll-behavior: smooth;
}
html {
  /*-webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
}
body {
  margin: 0;
  /*font-family: MiSans, SimSun, STSong, STFangsong, NSimSun, FangSong, FangSong_GB2312, -apple-system, sans-serif;*/
  font-family: MiSans, SimSun, STSong, STFangsong, NSimSun, FangSong, FangSong_GB2312, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*cursor: none;*/
}
strong {
  font-family: MiSans, SimSun, STSong, STFangsong, NSimSun, FangSong, FangSong_GB2312, -apple-system, sans-serif;
  font-weight: bold;
}
html, body {
  background-color: #01290f;
  width: 100%;
  height: 100%;
  position: relative;
  /*overflow: hidden;*/
  /*background-image: url("../images/bg.png");*/
  background-repeat: repeat;
}
#xheight, #xxheight, #xxxheight, #coheight {
  height: calc(100% - 240px);
}
#root {
  width: 100%;
  height: 100%;
  /*min-width: 1480px;*/
  /*overflow: hidden;*/
  position: relative;
}
/*:root {
    --swiper-theme-color: black;
}*/ :link {
  color: #fff;
}
:visited {
  color: #fff;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}
a {
  /*cursor: none;*/
  text-decoration: none;
  text-decoration-color: black;
}
a:visited, a:hover, a:focus, a:active {
  /*color: black;*/
  outline: none;
  color: #fff;
}
h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  line-height: 1;
}
img {
  width: 100%;
  height: auto;
}
.BerlingLtStdBold {
  font-family: BerlingLtStdBold, sans-serif;
}
.MiSans {
  font-family: MiSans, SimSun, STSong, STFangsong, NSimSun, FangSong, FangSong_GB2312, -apple-system, sans-serif;
}
@media only screen and (max-width: 1024px) {
  .BerlingLtStdBold {
    font-size: 19px;
    line-height: 23px;
    vertical-align: middle;
  }
  .MiSans {
    font-size: 16px;
    line-height: 23px;
  }
  body {
    cursor: pointer;
  }
  #xheight, #coheight {
    display: none;
  }
  #xxxheight {
    height: auto;
  }
}