div,
body,
html,
a,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
p,
li {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
input {
  outline: none;
  padding: 0;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
ul,
li {
  list-style: none;
}
a {
  color: black;
  text-decoration: none;
}
html {
  font-size: 110px;
  font-family: "Microsoft YaHei", "微软雅黑", Arial, Lucida Grande, Tahoma,
    sans-serif;
}
body {
  font-size: 16px;
  color: #333;
}
@font-face {
  font-family: "Re";
  src: url("../font/font-family/1592656690225.ttf");
}
