p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
tt,
td,
th,
body,
html {
  padding: 0;
  margin: 0;
}
ul,
li,
tt,
th {
  list-style: none;
}
.container {
  width: 58vw;
  margin: 0 auto;
}
a {
  text-decoration: inherit;
  color: inherit;
}
@font-face {
  font-family: 'AlimamaShuHeiTi-Bold';
  src: url(../font/ALIMAMASHUHEITI-BOLD.OTF);
  font-display: swap;
}
body {
  font-size: 0.8333vw;
  line-height: 1.5;
  color: #333;
  background-color: #FAFAFA;
}
#download_button {
  cursor: pointer;
  user-select: none;
}
