html,
body,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
input,
textarea,
button,
table,
tr,
th,
td,
strong,
b,
em,
i {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Arial, PingFang SC, Segoe UI, Roboto, Helvetica, Microsoft YaHei, sans-serif, Apple Color Emoji, Noto Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
li {
  list-style: none;
}
img {
  border: none;
}
a {
  text-decoration: none;
  outline: none;
}
input,
textarea,
button {
  outline: none;
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: #a3a3a3;
}
::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
::-webkit-scrollbar {
  width: 0;
  display: none;
}

/*
input, textarea {
    caret-color: #FC3F3B;
}
*/

body {
  padding: 10px 20px;
}

h1 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
}
h6 {
  font-size: 16px;
  font-weight: bold;
  padding: 18px 0 10px 0;
}
p {
  padding: 4px 0;
  line-height: 1.4em;
}

.section {
  display: none;
}

p strong {
  font-weight: bold;
}
/* v1 */