.wrapper {
  width: 720px;
  margin: 125px auto;
}

.wrapper h3 {
  font-family: Inter;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.04em;
  text-align: left;
  margin-bottom: 40px;
}

.wrapper strong {
  font-weight: 700;
}

.wrapper p {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.94px;
  letter-spacing: -0.02em;
  text-align: left;
}

.wrapper h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 20px;
}

.wrapper ul {
  margin-top: -20px;
  padding-left: 20px;
  margin-bottom: 20px;
}

.wrapper li {
  list-style: disc;
}

.wrapper-content p {
  margin-bottom: 24px
}

.block {
  margin-bottom: 20px;
}

.block p {
  margin-bottom: 0;
}

.wrapper table {
  width: 100%;
}

.wrapper table thead {
  background-color: #469adf;
  text-align: center;
}

table {
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  text-align: left;
}

table th {
  border-left: 1px solid #999;
  border-top: 1px solid #999;
}

table td {
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  padding: 12px;
}

/* @media (max-width: 580px) {
  .wrapper {
    width: auto;
    margin: 12px;
  }
  .wrapper h3 {
    font-size: 24px;
    line-height: 24px;
  }
} */

/* 手机端 */
@media (max-width: 750px) {
  .wrapper {
    width: 100%;
    padding: .4rem .12rem;
    margin: 0;
  }

  .wrapper h3 {
    font-size: .34rem;
    line-height: 1.2;
    margin-bottom: .4rem;
  }

  .wrapper p,
  .wrapper h6 {
    margin-bottom: .2rem;
  }
}