.legal .banner {
  height: 75vh;
  width: 100%;
  background: #9e7c7b center no-repeat;
  background-image: url("../img/about/bg.png");
  background-size: cover;
  padding: 30vh 12.6% 0 12.6%;
}
.legal .banner > div:nth-child(1) {
  font-family: "PingFangSC-Light";
  font-size: 40px;
  color: #ffffff;
  line-height: 40px;
  letter-spacing: 1px;
  text-align: left;
}
.legal .banner > div:nth-child(2) {
  font-family: "PingFangSC-Light";
  font-size: 28px;
  color: #ffffff;
  line-height: 28px;
  text-align: left;
  padding: 20px 0 40px 0;
}
.legal .banner > img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.legal .foundation {
  padding: 80px 12.6%;
  background: #eeeeee;
}
.legal .foundation > * {
  display: flex;
}
.legal .foundation > div:nth-child(1) {
  font-family: "PingFangSC-Light";
  font-size: 18px;
  color: #000000;
  line-height: 22px;
  text-align: left;
  padding-bottom: 30px;
}
.legal .foundation > div:nth-child(2) {
  font-family: "PingFangSC-Light";
  font-size: 22px;
  color: #000000;
  line-height: 22px;
  text-align: left;
}
.legal .foundation > .c5a86f {
  font-family: "PingFangSC-Regular";
  font-size: 18px;
  color: #c5a86f;
  line-height: 18px;
  text-align: left;
  padding: 30px 0 20px 0;
}
.legal .foundation > .text0 {
  font-family: "PingFangSC-Light";
  font-size: 18px;
  color: #000000;
  line-height: 18px;
  text-align: left;
}
.legal .foundation > .text0 > img {
  margin-right: 8px;
  width: 18px;
  height: 18px;
}
.legal .foundation > .text3 {
  font-family: "PingFangSC-Light";
  font-size: 16px;
  color: rgba(51, 51, 51, 0.8);
  line-height: 16px;
  text-align: left;
  padding: 10px 0 0 26px;
}
.legal .foundation > .text3 > img {
  margin-right: 6px;
  width: 14px;
  height: 14px;
  margin-top: 1px;
}
