* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a {

  text-decoration: none !important;
  /* 去除下划线 */
  color: inherit;
  /* 使用父元素的文本颜色 */
}
li {
  list-style: none;
}
html,
body {
  background: #ffffff;
  cursor: default;
}
.section {
  width: 100%;
  height: 60rem;
  margin: 0 auto;
  overflow: hidden;
}
.versionHeart {
  width: 75rem;
  height: 100%;
  margin: 0 auto;
}
.versionHeart .title-zh {
  height: 1.88rem;
  font-size: 1.88rem;
  font-weight: 700;
  line-height: 1.88rem;
  color: #333333;
  text-align: center;
}
.versionHeart .title-en {
  margin-top: 1.3rem;
  height: 1.06rem;
  line-height: 1.06rem;
  font-size: 1rem;
  color: #66738b;
  text-align: center;
}
.footer a{
  color: inherit !important;
}
/*# sourceMappingURL=common.css.map */