* {
  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/development/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;
  }

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

  .investment {
    width: 100%;
    margin-bottom: 30px;
  }

  .deve {
    width: 40px;
    height: 40px;
    background: #171b27;
    border-radius: 0px 0px 0px 0px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
  }
  .deve > div {
    width: 30px;
    height: 30px;
    background: #353d55;
    border-radius: 0px 0px 0px 0px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .deve > div > div {
    width: 20px;
    height: 20px;
    background: #2542ff;
    border-radius: 0px 0px 0px 0px;
    border-radius: 50%;
  }
  .line {
    width: 1px;
    height: 20px;
    background-color: #000;
    margin-left: 30px;
  }
  .develop-container {
    width: 32%;
    top: -22px;
    position: relative;
  }
  .develop-container > .timer {
    position: absolute;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 24px;
    color: #2542ff;
    top: -40px;
    left: 10px;
  }
  .develop {
    border-top: 1px solid #000;
    margin: 200px 0;
  }

  .develop > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .develop-content {
    padding: 80px 40px;
    background: #171b27;
    box-shadow: 0px 8px 34px 0px rgba(0, 0, 0, 0.25);
    border-radius: 12px 12px 12px 12px;
  }

  .develop-content > h1 {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 32px;
    color: #ffffff;
  }

  .develop-content > p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 20px;
    color: #b3b3b3;
  }

  .project {
    padding: 716px 0 129px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../static/investment-case/project.png") no-repeat center
      center / cover;
  }

  .project > button {
    width: 466px;
    height: 88px;
    background: #000000;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #2adfff;
    cursor: pointer;

    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 36px;
    color: #2adfff;
  }

  .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: 50px 0;
    background: url("../static/strategy/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;
  }
  .banner-alpha > p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 24px;
    color: #ffffff;
  }

  .investment-case {
    padding: 60px 0 60px;
    background: url("../static/platform.png") no-repeat center center / cover;
  }

  .investment {
    width: 100%;
    margin-bottom: 30px;
  }

  .deve {
    width: 20px;
    height: 20px;
    background: #171b27;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
  }
  .deve > div {
    width: 10px;
    height: 10px;
    background: #353d55;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .line {
    width: 1px;
    height: 20px;
    background-color: #000;
    margin-left: 30px;
  }
  .develop-container {
    width: 90%;
    top: -22px;
    position: relative;
    margin-top: 36px;
  }
  .develop-container > .timer {
    position: absolute;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 14px;
    color: #2542ff;
    top: -20px;
    left: 10px;
  }
  .develop > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .develop-content {
    padding: 40px 20px;
    background: #171b27;
    box-shadow: 0px 8px 34px 0px rgba(0, 0, 0, 0.25);
    border-radius: 12px 12px 12px 12px;
  }

  .develop-content > h1 {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
  }

  .develop-content > p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 14px;
    color: #b3b3b3;
  }

  .project {
    padding: 300px 0 129px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../static/investment-case/project.png") no-repeat center
      center / cover;
  }

  .project > button {
    width: 90%;
    height: 60px;
    background: #000000;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #2adfff;
    cursor: pointer;

    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 18px;
    color: #2adfff;
  }

  .footer {
    padding: 100px 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;
  }
}
