body {
  min-width: 1200px;
}

.file {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 130px 15px 160px;
}

.file .title {
  font-weight: 600;
  font-size: 28px;
  color: #000000;
  line-height: 34px;
  text-align: center;
}

.file .content {
  margin-top: 25px;
  /* font-family: PingFang SC, PingFang SC; */
  color: #000000;
}

.content-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-indent: 2em;
}

.content-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  margin-top: 20px;
}

.content-title-s {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-top: 12px;
}

.status_dot {
  width: 8px;
  height: 8px;
  margin-right: 6px;
  margin-bottom: 4px;
  border-radius: 4px;
  display: inline-block;
  background-color: #000000;
}

.indent {
  text-indent: 2em;
}

.mt-0 {
  margin-top: 0;
}

@media (max-width: 768px) {
  .file {
    max-width: 100%;
    padding: 125px 20px 80px;
  }

  .content-text {
    font-size: 16px;
    line-height: 26px;
  }

  .content-title {
    font-size: 22px;
    line-height: 26px;
  }

  .content-title-s {
    font-size: 16px;
    line-height: 26px;
  }
}