h1,
h2 {
  margin: 0;
}
.max-width-container {
  background: #f3f3f3;
  text-align: left;
}
.max-width-container .main-content {
  width: 67.59%;
  margin: 0 auto;
}
.max-width-container .main-content-bottom {
  width: 94.45%;
  padding-bottom: 58px;
  background-color: #fff;
  margin: 0;
  padding-left: 16.205%;
}
.max-width-container .main-content .title h1 {
  padding-top: 25px;
  font-size: 32px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #363636;
  line-height: 45px;
}
.max-width-container .main-content .title h2 {
  font-size: 25px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #636363;
  line-height: 34px;
}
.max-width-container .main-content .title-info {
  padding: 23px 0 38px 0;
  font-size: 14px;
  font-family: PingFangSC;
  color: #636363;
  line-height: 29px;
}
.mode-item {
  float: left;
  width: 286px;
  margin-right: 8.87%;
}
.partner {
  width: 78.44%;
}
.system {
  padding-bottom: 28px;
  border-bottom: 1px dashed #d9d9d9;
}
.mode-item h3 {
  margin-bottom: 16px;
}
.mode-item h3 span {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-family: PingFangSC;
  color: #ffffff;
  line-height: 46px;
  padding-left: 23px;
}
.mode-item h3 span:first-of-type {
  background: #f2dab8;
}
.mode-item h3 span:last-of-type {
  background: #c59d62;
  padding-right: 27px;
}
.mode-item h3 span:first-of-type::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid #f2dab8;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  z-index: 1;
}
.mode-item h3 span:last-of-type::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: -12px;
  border-left: 12px solid #c59d62;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  z-index: 1;
}
.system h2 {
  padding: 33px 0 37px 0;
  font-size: 22px;
  font-family: PingFangSC;
  color: #c59d62;
  line-height: 29px;
}
.system .mode-item .mode-info {
  font-size: 13px;
  font-family: PingFangSC;
  color: #818181;
  line-height: 20px;
}
.team h2 {
  padding-top: 35px;
  font-size: 22px;
  font-family: PingFangSC;
  color: #c59d62;
  line-height: 29px;
}
.team .team-item .title {
  padding-top: 26px;
  padding-bottom: 5px;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #121212;
  line-height: 22px;
}
.team .team-item .team-info {
  margin-bottom: 8px;
}
.team .team-item .team-info p {
  width: 51.06%;
  padding-left: 8px;
  background: #f7f0e6;
  border-radius: 1px;
  opacity: 0.5;
  font-size: 14px;
  font-family: PingFangSC;
  color: #806030;
  line-height: 47px;
}
.apply {
  padding-top: 42px;
  background-color: #f3f3f3;
}

@media (min-width: 996px) and (max-width: 1280px) {
  .partner {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 996px) {
  .partner {
    width: 100%;
  }

  .mode-item {
    margin-right: 3%;
  }
  .system .mode-item:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .main-banner {
    height: 240px;
  }
  .main-banner .brand {
    left: 4%;
    bottom: 24px;
  }
  .max-width-container .main-content {
    width: 92%;
  }
  .max-width-container .main-content .title h1 {
    font-size: 24px;
    padding-top: 12px;
    line-height: 28px;
  }
  .max-width-container .main-content .title h2 {
    font-size: 16px;
    line-height: 24px;
  }
  .max-width-container .main-content .title-info {
    padding: 10px 0;
    line-height: 20px;
  }
  .max-width-container .main-content-bottom {
    padding-left: 0;
  }
  .partner {
    width: 92%;
    padding-left: 5%;
  }
  .system h2 {
    padding: 10px 0 5px 0;
    font-size: 18px;
    line-height: 24px;
  }
  .mode-item h3 span {
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
  }
  .mode-item h3 span:first-of-type::after,
  .mode-item h3 span:last-of-type::after {
    border-left: 8px solid #f2dab8;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
  }
  .mode-item h3 span:last-of-type::after {
    right: -8px;
    border-left: 8px solid #c59d62;
  }
  .mode-item h3 {
    margin-bottom: 10px;
  }
  .system {
    padding-bottom: 18px;
  }
  .team h2 {
    padding-top: 18px;
    font-size: 18px;
    line-height: 24px;
  }
  .team .team-item .title {
    padding-top: 8px;
  }
  .team .team-item .team-info p {
    width: 100%;
    padding-right: 6px;
    line-height: 26px;
  }
  .max-width-container .main-content-bottom {
    padding-bottom: 18px;
  }
}
