body {
  font-size: 18px;
  margin: 0;
  padding-bottom: 32px;
}

p,
h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 32px 0 8px 0;
}

h1 {
  font-size: 27px;
  margin: 32px 0 48px 0;
}

h4 {
  font-weight: 600;
}

b {
  background: #fcdf4e;
  font-weight: inherit;
}

ol,
ul {
  padding: 0;
  margin: 20px 0;
}

ul {
  list-style: none;
}

ol {
  padding-left: 24px;
}

li {
  margin-bottom: 16px;
  font-weight: 400;
}

li::marker {
  color: #2d2e2f;
}

ul li {
  /* background:url('../images/article_checklist.png') no-repeat left top; */
  background-size: 18px 18px;
  margin-left: 24px;
  background-position: 0 3px;
  list-style-type: disc;
}

a {
  color: #328fde;
  text-decoration: none;
  border-bottom: 1px dotted #328fde;
}

/* skeleton */
.skeleton {
  height: 100vh;
  background: #fff;
}
.skeleton .banner {
  height: 210px;
  background: #F5F5F5;
}
.skeleton .paragraph {
  margin-top: 25px;
  padding: 0 25px;
}
.skeleton .paragraph div {
  margin-bottom: 10px;
  border-radius: 1px;
}
.skeleton .paragraph div:last-child {
  margin-bottom: 0;
}
.skeleton .title {
  height: 28px;
  background: #F5F5F5;
}
.skeleton .title.short {
  width: 139px;
}
.skeleton .row {
  height: 20px;
  background: #F5F5F5;
}
.skeleton .row.short {
  width: 233px;
}
