* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 0;
}
@media not screen and (max-width: 1024px) {
  body {
    min-width: 1420px;
  }
  .main-width {
    width: 1420px;
    margin: 0 auto;
  }
  .main-width > h1 {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 64px;
    color: #ffffff;
  }

  .main-width > p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 80px;
  }

  body {
    background-color: #11141d;
  }

  .banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 300px 0;
    background: url("../static/banner.png") no-repeat center center / cover;
  }
  .banner-alpha {
    width: 60%;
    margin-left: 15%;
  }
  .banner-alpha > h2 {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 64px;
    color: #ffffff;
    font-weight: bold;
  }
  .banner-alpha > h2 > span {
    color: #2542ff;
  }
  .banner-alpha > h1 {
    font-weight: normal;
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 24px;
  }
  .banner-alpha > p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 24px;
    color: #ffffff;
  }
  .platform {
    padding: 150px 0;
    background: url("../static/platform.png") no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .platform > p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 140px;
  }
  .title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
  }
  .title span {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 48px;
    color: #fff;
  }
  .title span i {
    font-style: normal;
    color: #2adfff;
  }
  .title > img {
    width: 28px;
    height: 28px;
  }
  .title > img:nth-child(1) {
    margin-top: 20px;
    margin-right: 6px;
  }
  .title > img:nth-child(3) {
    margin-top: -20px;
    margin-left: 6px;
  }
  .platform-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .platform-content > li {
    background: #171b27;
    border-radius: 12px 12px 12px 12px;
    border: 1px solid #3b3b3b;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 100px 65px;
  }
  .platform-content > li > img {
    width: 178px;
    height: 210px;
    margin-bottom: 40px;
  }
  .platform-content > li > h3 {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 24px;
    color: #2adfff;
    margin-bottom: 15px;
  }
  .platform-content > li > p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
  }
  .notice {
    padding: 120px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url("../static/notice.png") no-repeat center center / cover;
  }
  .notice-content {
    background: rgba(7, 7, 9, 0.64);
    border-radius: 14px 14px 14px 14px;
    border: 1px solid #3b3b3b;
    padding: 40px;
  }
  .notice-content > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .notice-content > a:last-child {
    margin-bottom: 0;
  }
  .notice-content > a .content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .notice-content > a .content > img {
    width: 42px;
    height: 42px;
    margin-right: 20px;
  }
  .notice-content > a .content > p {
    color: #fff;
  }
  .notice-content > a .date {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .notice-content > a .date > span {
    color: #fff;
  }
  .notice-content > a .date > div {
    width: 24px;
    height: 24px;
    background: rgba(27, 53, 118, 0.44);
    border-radius: 0px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  .notice-content > a .date > div > div {
    width: 12px;
    height: 12px;
    background: #2adfff;
    border-radius: 0px 0px 0px 0px;
    border-radius: 50%;
  }
  .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: 10px;
    flex: none;
  }
  .feed {
    padding: 190px 0 100px;
    background: url("../static/feed.png") no-repeat center center / cover;
  }
  .feed-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .feed-content > div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .feed-content > div > a {
    width: 49%;
    display: block;
  }
  .feed-content > div > a > img {
    width: 40%;
  }
  .feed-content > div > a {
    background: rgba(0, 0, 0, 0.54);
    border-radius: 12px 12px 12px 12px;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 24px;
    text-decoration: none;
  }
  .feed-content > div > a > div h6 {
    font-size: 30px;
  }
  .feed-content > div > a > div {
    padding: 26px 24px;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 24px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex: 1;
    overflow: hidden;
  }
  .feed-content > div > a > div p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
  .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) {
  .main-width {
    width: 100%;
  }
  .main-width > h1 {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 28px;
    color: #ffffff;
  }

  .main-width > p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
  }

  body {
    background-color: #212324;
  }
  .banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px 0;
    background: url("../static/banner.png") no-repeat center center / cover;
  }
  .banner-alpha {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
  }
  .banner-alpha > h2 {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 32px;
    color: #ffffff;
    font-weight: bold;
  }
  .banner-alpha > h2 > span {
    color: #2542ff;
  }
  .banner-alpha > h1 {
    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: 12px;
    color: #ffffff;
  }
  .platform {
    width: 90%;
    margin: 0 auto;
    padding: 70px 0;
    background: url("../static/platform.png") no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .platform > p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 70px;
  }
  .title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
  }
  .title span {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 24px;
    color: #fff;
  }
  .title span i {
    font-style: normal;
    color: #2adfff;
  }
  .title > img {
    width: 14px;
    height: 14px;
  }
  .title > img:nth-child(1) {
    margin-top: 20px;
    margin-right: 6px;
  }
  .title > img:nth-child(3) {
    margin-top: -20px;
    margin-left: 6px;
  }
  .platform-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .platform-content > li {
    background: #171b27;
    border-radius: 12px 12px 12px 12px;
    border: 1px solid #3b3b3b;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px 35px;
    margin-bottom: 20px;
    width: 100%;
  }
  .platform-content > li > img {
    width: 78px;
    margin-bottom: 40px;
  }
  .platform-content > li > h3 {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 18px;
    color: #2adfff;
    margin-bottom: 15px;
  }
  .platform-content > li > p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
  }
  .notice {
    padding: 60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url("../static/notice.png") no-repeat center center / cover;
  }
  .notice-content {
    width: 90%;
    margin: 0 auto;
    background: rgba(7, 7, 9, 0.64);
    border-radius: 14px 14px 14px 14px;
    border: 1px solid #3b3b3b;
    padding: 40px;
  }
  .notice-content > a {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 20px;
    text-decoration: none;
  }
  .notice-content > a:last-child {
    margin-bottom: 0;
  }
  .notice-content > a .content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .notice-content > a .content > img {
    width: 24px;
    height: 24px;
    margin-right: 20px;
  }
  .notice-content > a .content > p {
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    word-break: break-all;
  }
  .notice-content > a .date {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .notice-content > a .date > span {
    color: #fff;
  }
  .notice-content > a .date > div {
    width: 24px;
    height: 24px;
    background: rgba(27, 53, 118, 0.44);
    border-radius: 0px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  .notice-content > a .date > div > div {
    width: 12px;
    height: 12px;
    background: #2adfff;
    border-radius: 0px 0px 0px 0px;
    border-radius: 50%;
  }
  .app {
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .app-container {
    width: 90%;
    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: 0px 0px 0px 0px;
  }
  .feed {
    padding: 45px 0 50px;
    background: url("../static/feed.png") no-repeat center center / cover;
  }
  .feed-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .feed-content > div {
    width: 90%;
    margin: 0 auto;
  }
  .feed-content > div > a > img {
    width: 30%;
  }
  .feed-content > div > a {
    background: rgba(0, 0, 0, 0.54);
    border-radius: 12px 12px 12px 12px;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 12px;
  }
  .feed-content > div > a > div {
    padding: 20px 24px;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 14px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex: 1;
    overflow: hidden;
  }
  .feed-content > div > a > div h6 {
    font-size: 18px;
    text-decoration: none;
  }
  .feed-content > div > a > div p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-decoration: none;
  }
  .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;
  }
}
