* {
  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/app/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;
  }
  .app {
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .app-container {
    padding: 120px 170px;
    background: url("../static/app.png") no-repeat center center / cover;
    border-radius: 38px 38px 38px 38px;
  }
  .app-content {
    padding: 65px 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 34px 34px 34px 34px;
  }
  .app-content > span {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 48px;
    color: #ffffff;
  }
  .app-content > img {
    width: 176px;
    height: 176px;
    background: #d9d9d9;
    border-radius: 0px 0px 0px 0px;
  }

  .framework {
    padding: 80px 0;
    background: url("../static/app/framework.png") no-repeat center center /
      cover;
  }
  .framework-content > ul {
    padding-top: 120px;
  }
  .framework-content > ul > li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 93px;
  }
  .framework-content > ul > li > img {
    width: 70px;
    height: 70px;
    margin-right: 37px;
  }

  .framework-content > ul > li > div > h1 {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 48px;
    color: #ffffff;
  }

  .framework-content > ul > li > div > p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
  }

  .safe {
    padding: 90px 0;
    background: url("../static/app/safe.png") no-repeat center center / cover;
  }

  .safe-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 80px;
  }

  .safe-content li {
    width: 50%;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 30px;
  }

  .user-content {
    background-color: #181c27;
  }
  .user-content > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 60px 120px;
  }
  .user-content > ul > li {
    width: 50%;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 30px;
  }
  .user {
    padding: 120px 0;
    background-color: #11141d;
  }

  .video > img {
    width: 100%;
  }

  .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/app/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;
  }
  .app {
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .app-container {
    width: 90% !important;
    margin: 0 auto;
    background: url("../static/app.png") no-repeat center center / cover;
    border-radius: 38px 38px 38px 38px;
    padding: 20px;
    box-sizing: border-box;
  }
  .app-content {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 34px 34px 34px 34px;
  }
  .app-content > span {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 24px;
    color: #ffffff;
  }
  .app-content > img {
    width: 88px;
    height: 88px;
    background: #d9d9d9;
    border-radius: 10px;
    flex: none;
  }

  .framework {
    padding: 40px 0;
    background: url("../static/app/framework.png") no-repeat center center /
      cover;
  }
  .framework-content > ul {
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
  }
  .framework-content > ul > li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 45px;
  }
  .framework-content > ul > li > img {
    width: 35px;
    height: 35px;
    margin-right: 37px;
  }

  .framework-content > ul > li > div > h1 {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 24px;
    color: #ffffff;
  }

  .framework-content > ul > li > div > p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
  }

  .safe {
    padding: 40px 0;
    background: url("../static/app/safe.png") no-repeat center center / cover;
  }

  .safe-content {
    width: 90% !important;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .safe-content li {
    width: 50%;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 30px;
  }

  .user-content {
    background-color: #181c27;
  }
  .user-content > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .user-content > ul > li {
    width: 100%;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 14px;
    color: #ffffff;
    padding: 15px;
  }
  .user {
    margin: 0 auto;
    padding: 60px 0;
    background-color: #11141d;
  }
  .user-content {
    width: 90% !important;
    margin: 0 auto;
  }

  .video > img {
    width: 100%;
  }

  .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;
  }
}
