* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 0;
  list-style: none;
}
@media not screen and (max-width: 1024px) {
  .banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 300px 0;
    background: url("../static/about-us/banner.png") no-repeat center center /
      cover;
  }
  .banner-alpha {
    width: 60%;
    margin-left: 15%;
  }
  .banner-alpha > h1 {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 64px;
    color: #ffffff;
    font-weight: bold;
  }
  .banner-alpha > h2 {
    font-weight: normal;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 24px;
  }
  .banner-alpha > p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 24px;
    color: #ffffff;
  }

  .about-us {
    padding: 80px 0 120px;
    background: url("../static/platform.png") no-repeat center center / cover;
  }

  .about-info {
    margin: 80px 0 120px;
  }
  .about-info > h2 {
    font-weight: bold;
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 24px;
  }

  .about-info > p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 20px;
  }

  .company {
    display: flex;
    justify-content: space-between;
    margin-bottom: 140px;
  }

  .company > div {
    width: 49%;
    padding: 100px;
    box-sizing: border-box;
    height: 548px;
  }
  .company > div:nth-child(1) {
    background: url("../static/about-us/company-1.png") no-repeat center center /
      100% 100%;
  }
  .company > div:nth-child(2) {
    background: url("../static/about-us/company-2.png") no-repeat center center /
      100% 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
  }
  .company > div > h1 {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 48px;
    color: #ffffff;
  }
  .company > div > p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 20px;
    color: #ffffff;
  }

  .fixed > li {
    padding: 32px 120px;
    margin-bottom: 20px;
  }

  .fixed > li:nth-child(1) {
    background: url("../static/about-us/fixed-1.png") no-repeat center center /
      100%;
  }

  .fixed > li:nth-child(2) {
    background: url("../static/about-us/fixed-2.png") no-repeat center center /
      100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .fixed > li:nth-child(3) {
    background: url("../static/about-us/fixed-3.png") no-repeat center center /
      100%;
  }

  .fixed > li > h1 {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 48px;
    color: #2adfff;
  }

  .fixed > li > p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 24px;
    color: #ffffff;
  }

  .footer {
    padding: 100px 0;
  }

  .partner-container {
    width: 100%;
    height: 72px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    margin: 20px 0;
  }
  .partner-scroll {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
  }
  .partner-scroll > .card img {
    height: 72px;
    margin-right: 48px;
    border-radius: 10px;
  }
}
@media (max-width: 1024px) {
  .banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 70px 0;
    background: url("../static/about-us/banner.png") no-repeat center center /
      cover;
  }
  .banner-alpha {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
  }
  .banner-alpha > h1 {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 32px;
    color: #ffffff;
    font-weight: bold;
  }
  .banner-alpha > h2 {
    font-weight: normal;
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 24px;
  }
  .about-us {
    padding: 40px 0 0px;
    background: url("../static/platform.png") no-repeat center center / cover;
  }

  .about-info {
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto 20px;
  }
  .about-info > h2 {
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 24px;
  }

  .about-info > p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 14;
    color: #ffffff;
    margin-bottom: 20px;
  }

  .company {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .company > div {
    width: 90%;
    padding: 40px 20px;
    box-sizing: border-box;
    margin: 0 auto 20px;
  }
  .company > div:nth-child(1) {
    background: url("../static/about-us/company-1.png") no-repeat center center /
      cover;
  }
  .company > div:nth-child(2) {
    background: url("../static/about-us/company-2.png") no-repeat center center /
      cover;
  }
  .company > div > h1 {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 24px;
    color: #ffffff;
  }
  .company > div > p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 12px;
    color: #ffffff;
  }
  .fixed {
    width: 90%;
    margin: 0 auto;
  }
  .fixed > li {
    padding: 22px 30px;
    margin-bottom: 20px;
  }

  .fixed > li:nth-child(1) {
    background: url("../static/about-us/fixed-1.png") no-repeat center center /
      cover;
  }

  .fixed > li:nth-child(2) {
    background: url("../static/about-us/fixed-2.png") no-repeat center center /
      cover;
  }

  .fixed > li:nth-child(3) {
    background: url("../static/about-us/fixed-3.png") no-repeat center center /
      cover;
  }

  .fixed > li > h1 {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 20px;
    color: #2adfff;
  }

  .fixed > li > p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 14px;
    color: #ffffff;
  }

  .footer {
    padding: 50px 0;
  }

  .partner-container {
    width: 100%;
    height: 36px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    margin: 10px 0;
  }
  .partner-scroll {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
  }
  .partner-scroll > .card img {
    height: 36px;
    margin-right: 48px;
    border-radius: 10px;
  }
}
