.maxbud_page {
  width: 100%;
  background: #ffffff;
  box-sizing: border-box;
}

.maxbud_main {
  min-width: 1440px;
  margin-top: 20px;
  width: 100%;
  padding: 0 27px;
}

.maxbud_banner {
  width: 100%;
  height: 892px;
  display: flex;
  justify-content: center;
  border-radius: 24px;
  overflow: hidden;
}

.maxbud_hero {
  width: 100%;
  background-image: url("../public/images/hero_section.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.maxbud_hero_content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 227px 0 0 162px;
  display: flex;
  flex-flow: column;
}

.maxbud_hero .title {
  font-size: 60px;
  color: var(--text-color);
  line-height: 72px;
  text-transform: none;
}

.maxbud_hero .sub {
  margin-top: 24px;
  font-size: 20px;
  color: #1d2939;
  line-height: 30px;
  text-transform: none;
}

.maxbud_hero .maxbud_download {
  margin-top: 24px;
  display: flex;
  align-items: center;
}

.maxbud_section {
  max-width: 1220px;
  margin: 96px auto 0;
  display: flex;
  justify-content: space-between;
}

.maxbud_section_content {
  display: flex;
  flex-flow: column;
  margin-right: 23px;
}

.maxbud_section:nth-child(even) {
  flex-direction: row;
}

.maxbud_section:nth-child(odd) {
  flex-direction: row-reverse;
}

/* 调整子元素间距 */
.maxbud_section:nth-child(odd) .maxbud_section_content {
  margin-right: 0;
  margin-left: 23px;
}

.maxbud_main > .maxbud_section:first-child {
  margin-top: 192px;
}

.maxbud_section .maxbud_section_title {
  font-size: 36px;
  color: #101828;
  line-height: 44px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.maxbud_section_sub,
.maxbud_section_text {
  margin-top: 20px;
  font-size: 20px;
  color: var(--sub-text-color);
  line-height: 30px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.maxbud_section_text {
  margin-top: 60px;
}

.maxbud_section .image {
  width: 597px;
  height: 635px;
}
