.agreement-page {
  min-height: calc(100vh - 70px);
  padding: 112px 0 84px;
  background: #fafafa;
}

.agreement-container {
  width: 1200px;
  margin: 0 auto;
}

.agreement-paper {
  min-height: 720px;
  padding: 34px 42px 84px;
  background: #fff;
  border: 1px solid #f0f0f0;
}

.agreement-title {
  margin: 0;
  text-align: center;
  font-size: 56px;
  line-height: 1.16;
  font-weight: 500;
  color: #22252b;
  letter-spacing: 1px;
}

.agreement-meta {
  margin-top: 34px;
  font-size: 15px;
  line-height: 30px;
  color: #5e646d;
}

.agreement-body {
  margin-top: 12px;
  color: #50555d;
  font-size: 15px;
  line-height: 2.12;
  letter-spacing: 0.1px;
  word-break: break-word;
}

.agreement-body h2 {
  margin: 28px 0 12px;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 500;
  color: #2a2d33;
}

.agreement-body h3 {
  margin: 24px 0 16px;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 500;
  color: #2f3339;
}

.agreement-body p {
  margin: 0;
  white-space: pre-line;
  text-align: justify;
}

.agreement-body ol,
.agreement-body ul {
  margin: 0 0 24px 26px;
  padding: 0;
}

.agreement-body li {
  margin-bottom: 12px;
}

.agreement-placeholder {
  color: #8a909a;
}

.agreement-note {
  margin-top: 24px;
  padding: 20px 24px;
  border-radius: 8px;
  background: #faf7f3;
  color: #82644d;
  font-size: 15px;
  line-height: 1.9;
}

.site-header .header-vip-btn:hover,
.site-header .header-vip-btn:focus,
.site-header .header-vip-btn:active,
.site-header .header-vip-btn:visited {
  color: #94672b;
  text-decoration: none;
}

.site-footer {
  margin-top: 16px;
}
