.wrapper {
  width: 720px;
  margin: 100px auto;
  position: relative;
}

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

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

.wrapper-content div:not(:first-child) {
  margin-bottom: 24px
}

.wrapper-content p:not(:first-child) {
  margin-bottom: 24px
}

.wrapper-content h5 {
  font-weight: 700;
  font-size: 18px;
  margin: 18px 0;
}

.wrapper-content img {
  width: 100%;
}

.wrapper div.title {
  font-family: Inter;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -1px;
  text-align: left;

}

.prev-article {
  position: fixed;
  top: 50%;
  left: 32px;
  cursor: pointer;
}

.next-article {
  position: fixed;
  top: 50%;
  right: 32px;
  cursor: pointer;
}

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

/* 手机端 */
@media (max-width: 750px) {
  .wrapper h3 {
    font-size: .24rem;
    line-height: 1.2;
  }

  .wrapper {
    width: 100%;
    padding: 0 .12rem;
    margin: .6rem 0;
  }

  .wrapper div.title {
    font-size: .20rem;
  }

  .wrapper div {
    font-size: .14rem;
    line-height: 1.5;
  }

  .wrapper-content img {
    max-width: 100%;
  }
}