.aside {
  border: 1px solid #efeff2;
  border-radius: 20px;
  position: fixed;
  top: 170px;
  width: 350px;
  bottom: 0;
  height: calc(100vh - 250px);
  overflow: hidden;
}
a {
  color: #333;
  font-size: 15px;
}
.scroll {
  height: 100%;
  margin: 24px 0 24px 16px;
  overflow-y: scroll;
  padding-right: 24px;
}
.box {
  height: calc(100vh - 130px);
  margin-top: 120px;
  align-items: flex-start;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-direction: row;
  justify-content: flex-start;
  min-height: 'calc(100vh - 182px)';
  padding-top: 40px;
  position: relative;
  width: 1200px;
  padding-bottom: 50px;
}
.title {
  cursor: pointer;
  font-family: PingFang SC;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 38px;
  margin-bottom: 10px;
  margin-top: 32px;
  padding-left: 8px;
  text-align: justified;
  width: 100%;
}

.title-anchor {
  color: #777e87;
  font-size: 16px;
  font-weight: 400;
  margin-left: 18px;
  margin-top: 10px;
}
.heading-0 {
  font-size: 32px;
  font-weight: 700;
  margin: 32px 0;
}
.heading-3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin: 28px 0;
}
p {
  font-size: 20px;
}
li {
  font-size: 20px;
}
.article {
  margin-left: 60px;
  padding: 0 0 40px;
  width: 75%;
  padding-left: 350px;
}
.article-box {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 400;
  justify-content: flex-start;
  line-height: 32px;
  width: 100%;
}
