* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 0;
}
@media not screen and (max-width: 1024px) {
  body {
    background: url("../static/contact-us/banner.png") no-repeat center center /
      cover;
    min-height: 100vh;
  }
  .banner {
    padding: 80px 0;
  }
  .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: 40px;
  }
  .banner-alpha > p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 24px;
    color: #ffffff;
  }
  .form {
    background: rgba(0, 0, 0, 0.54);
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #1c1c1c;
    padding: 40px;
  }
  .form-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 36px;
  }
  .label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 20px;
  }
  .label > img {
    width: 22px;
    height: 25px;
    margin-right: 17px;
  }
  .label > span {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 20px;
    color: #ffffff;
  }
  .value {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 20px;
    color: #ffffff;
    flex: 1;
  }
  .value-content {
    background: #11141d;
    border-radius: 4px 4px 4px 4px;
    padding: 20px;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
  }
  .value-content > textarea {
    width: 100%;
    height: 84px;
    background: #11141d;
    display: block;
    color: #727272;
    outline: none;
    color: 16px;
  }
  .value-content > button {
    width: 92px;
    height: 38px;
    background: #2542ff;
    border-radius: 6px 6px 6px 6px;

    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
  }

  .socialize {
    margin-top: 20px;
    background: rgba(0, 0, 0, 0.54);
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #1c1c1c;
    padding: 40px;
  }
  .socialize > ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .socialize > ul li > img {
    width: 112px;
    height: 112px;
    margin-bottom: 13px;
  }
  .socialize > ul li > div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .socialize > ul li > div > img {
    width: 26px;
    height: 26px;
    margin-right: 10px;
  }
  .socialize > ul li > div > span {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 16px;
    color: #ffffff;
  }
}
@media (max-width: 1024px) {
  body {
    background: url("../static/contact-us/banner.png") no-repeat center center /
      cover;
    min-height: 100vh;
  }
  .banner {
    width: 90% !important;
    margin: 0 auto;
    padding: 40px 0;
  }
  .banner-alpha > h1 {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
  }
  .banner-alpha > h2 {
    font-weight: normal;
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 20px;
  }
  .banner-alpha > p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 24px;
    color: #ffffff;
  }
  .form {
    background: rgba(0, 0, 0, 0.54);
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #1c1c1c;
    padding: 20px;
  }
  .form-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 36px;
  }
  .label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
  .label > img {
    width: 22px;
    height: 25px;
    margin-right: 17px;
  }
  .label > span {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 12px;
    color: #ffffff;
  }
  .value {
    width: 100%;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 12px;
    color: #ffffff;
    flex: 1;
  }
  .value-content {
    background: #11141d;
    border-radius: 4px 4px 4px 4px;
    padding: 20px;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
  }
  .value-content > textarea {
    width: 100%;
    height: 84px;
    background: #11141d;
    display: block;
    color: #727272;
    outline: none;
    color: 16px;
  }
  .value-content > button {
    width: 66px;
    height: 28px;
    background: #2542ff;
    border-radius: 6px;

    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
  }

  .socialize {
    margin-top: 20px;
    background: rgba(0, 0, 0, 0.54);
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #1c1c1c;
    padding: 40px;
  }
  .socialize > ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
  }
  .socialize > ul > li {
    margin-bottom: 20px;
  }
  .socialize > ul li > img {
    width: 112px;
    height: 112px;
    margin-bottom: 13px;
  }
  .socialize > ul li > div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .socialize > ul li > div > img {
    width: 26px;
    height: 26px;
    margin-right: 10px;
  }
  .socialize > ul li > div > span {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 16px;
    color: #ffffff;
  }
}
