.terms {
  position: relative;
  overflow: hidden;
}
.terms::before {
  content: url(../img/common/bg-l.png);
  position: absolute;
  bottom: -12.5rem;
  left: -31.25rem;
  z-index: -1;
}
.terms::after {
  content: url(../img/common/bg-r.png);
  position: absolute;
  right: -1100px;
  top: 500px;
  z-index: -1;
}
.terms p {
  color: #666;
}
.terms .terms-header {
  padding: 3.125rem 0 3.4rem 0;
  background: #f4f7fa;
}
@media (max-width: 769px) {
  .terms .terms-header {
    text-align: center;
    padding: 2.1875rem 0;
  }
}
.terms .terms-header h1 {
  font-size: 2.875rem;
}
@media (max-width: 769px) {
  .terms .terms-header h1 {
    font-size: 2rem;
  }
}
.terms .terms-header p {
  margin-top: 10px;
  font-style: italic;
}
@media (max-width: 769px) {
  .terms .terms-header p {
    font-size: 0.875rem;
  }
}
.terms .terms-main-content {
  padding-bottom: 6.25rem;
  padding-top: 3.125rem;
}
@media (max-width: 769px) {
  .terms .terms-main-content {
    padding-top: 1.875rem;
    padding-bottom: 3.125rem;
  }
}
.terms .terms-main-content .terms-brief p {
  margin-bottom: 15px;
}
@media (max-width: 769px) {
  .terms .terms-main-content .terms-brief p {
    margin-bottom: 10px;
  }
}
.terms .terms-main-content .terms-brief p:nth-child(2) {
  margin-bottom: 0;
}
.terms .terms-main-content .topic {
  margin-top: 3.3125rem;
}
@media (max-width: 769px) {
  .terms .terms-main-content .topic {
    margin-top: 2rem;
  }
}
.terms .terms-main-content .topic .first {
  margin-top: 18px;
}
@media (max-width: 769px) {
  .terms .terms-main-content .topic .first {
    margin-top: 1.375rem;
  }
}
.terms .terms-main-content .topic .subtitle {
  font-size: 1.625rem;
  color: #222;
}
@media (max-width: 769px) {
  .terms .terms-main-content .topic .subtitle {
    font-size: 1.375rem;
  }
}
.terms .terms-main-content .topic .list-title {
  margin-top: 10px;
  margin-bottom: 10px;
}
.terms .terms-main-content .topic p {
  margin-top: 15px;
  line-height: 1.8;
}
@media (max-width: 769px) {
  .terms .terms-main-content .topic p {
    margin-top: 1.25rem;
  }
}
.terms .terms-main-content .topic span {
  color: #333333;
  font-weight: 800;
}
.terms .terms-main-content .topic .list p::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #666666;
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
  top: -3px;
}
.terms .terms-main-content .topic-ol ol {
  margin-left: 20px;
}
@media (max-width: 769px) {
  .terms .terms-main-content .topic-ol ol {
    margin-left: 14px;
  }
}
.terms .terms-main-content .topic-ol ol li {
  color: #666;
  margin-top: 5px;
}
.terms .terms-main-content .topic-ol ol li:nth-child(1) {
  margin-top: 0;
}
