.page-div {
  width: 100%;
  margin-top: 4.9rem;
  margin-bottom: 5.9rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.page-div-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5rem;
  width: 33.5rem;
}
.page-div-title {
  font-size: 1.6rem;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.9);
  line-height: 1.4rem;
  margin-bottom: 1rem;
}
.page-div-info {
  font-size: 1.2rem;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.8rem;
}
.page-div-content {
  font-size: 1.2rem;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.8rem;
  text-indent: 2em;
}
.page-close {
  width: 10rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, rgba(217, 182, 109, 0.9) 0%, rgba(191, 155, 80, 0.9) 100%);
  font-size: 1.4rem;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.6rem;
}
.page-close-span {
  font-size: 1.4rem;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.6rem;
}
