.legal {
  padding-top: 30px;
  background-color: #f3f3f3;
}
.legal h1 {
  font-size: 30px;
  color: #6a91ce;
  margin-bottom: 20px;
}
.legal h2 {
  font-size: 24px;
  line-height: 30px;
  color: #6a91ce;
}
.legal .part {
  margin-top: 20px;
  padding: 40px;
  margin-bottom: 20px;
  background-color: #fff;
}
.legal .part h2 {
  margin-bottom: 15px;
}
.legal .part p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
}
.legal .part a {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
}
.legal .part .tip {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
@media screen and (max-width: 1024px) {
  .legal {
    padding-top: 90px;
  }
}
