* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  /* 去除下划线 */
  color: inherit;
  /* 使用父元素的文本颜色 */
}
li {
  list-style: none;
}
html,
body {
  background: #ffffff;
  cursor: default;
}
.versionHeart {
  position: relative;
  width: 76rem;
  height: 100%;
  margin: 0 auto;
}
/*# sourceMappingURL=common.css.map */