body {
  min-width: 1100px;
}

header {
  padding: 0 120px;
  display: flex;
  align-items: center;
  height: 134px;
  background-color: #fff;
}

.logo {
  display: block;
  height: 60px;
}

.banner-wrapper {
  margin-bottom: 160px;
}

.banner-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.section-title {
  margin-bottom: 40px;
  text-align: center;

  color: #2E2E2D;

  font-family: "Alibaba PuHuiTi";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
}

.section {
  margin: 0 120px 160px;
  /* width: 100%; */
  box-sizing: border-box;
  /* max-width: 80%; */
}

.section-1 .item {
  width: calc((100% - 114px) / 3);
}

.section-2 .item {
  width: calc((100% - 114px) / 3);
}


.section-content {
  display: flex;
  justify-content: space-between;
}

.section-1 .section-content {
  align-items: flex-end;
}

.section-content .item img {
  display: block;
  width: 100%;
  height: auto;
}

.section-1 .item p,.section-2 .item p {
  margin-top: 32px;

  color: #1F1F1F;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.374px;
}


footer {
  padding: 0 120px;
  display: flex;
  align-items: center;
  height: 128px;
  background: rgba(23, 12, 5, 1);
}

.footer-content {
  display: inline-flex;
  /* align-items: center; */
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  color: rgba(255, 255, 255, 0.8);
}

.footer-content .item {
  margin-right: 15px;
}