html,
body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
* {
  transition: all 0.3s;
}
ul,
ol,
p {
  padding: 0;
  margin: 0;
  list-style: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "PingFang SC", -apple-system, "Segoe UI", "Microsoft Yahei", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  margin: 0;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #474157;
}
a:hover,
a:focus {
  color: #474157;
}
img {
  max-width: 100%;
  display: block;
}
.lineNumHidden {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.container {
  padding: 0;
}
.main-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
}
input::placeholder {
  color: #ccc6c6;
}
@font-face {
  font-family: "DIN";
  src: url("../../fonts/DINMedium.otf");
}
.about-page-warp {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  padding: 10rem 3rem 3rem;
  width: 100%;
  font-family: "DIN";
}
.about-page-warp .logo {
  width: 6rem;
  border-radius: 1rem;
}
.about-page-warp .appname {
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.about-page-warp .slogan {
  font-size: 0.95rem;
  font-weight: 500;
  color: #444;
}
.about-page-warp .payload {
  font-size: 0.8rem;
  color: #777;
  line-height: 1.7;
  margin-top: 1rem;
}
.protocol-page-warp {
  padding: 1rem;
  line-height: 1.7;
  font-size: 0.8rem;
}
.protocol-page-warp h2 {
  font-weight: bold;
  font-size: 1rem;
  margin: 1rem 0;
}
.protocol-page-warp h3 {
  font-weight: bold;
  font-size: 0.9rem;
  margin-top: 10px;
  margin-bottom: 10px;
}
.protocol-page-warp h4 {
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 3px;
}
.protocol-page-warp .space5 {
  height: 0.5rem;
}
.manual-page-warp {
  padding: 0;
}
.manual-page-warp > img {
  display: block;
}
.manual-page-warp .pdf-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 24px 12px;
}
.manual-page-warp .pdf-box a {
  display: flex;
  align-items: center;
  color: #2D64B3;
  text-decoration: underline;
}
.manual-page-warp .pdf-box a img {
  width: 34px;
  height: 34px;
  margin-right: 8px;
}
.manual-page-warp .pdf-box a p {
  font-size: 15px;
}
/*# sourceMappingURL=style.css.map */