html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.h5-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* background: linear-gradient(180deg, #142842,#1f4e84, #3b87ca,#62d1ae); */
  background: linear-gradient(
    19.34deg,
    #012b5c 4.96%,
    #098bd5 62.75%,
    #16d7ab 86.35%
  );
}

@media (max-width: 992px) {
  /* whd--- pc 适配 */
  .h5-container {
    display: block;
  }
  .pc-container {
    display: none;
  }
}

.h5-logo-block {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

.h5-description {
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 15px;
}

.h5-button-block {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.h5-button {
  display: flex;
  align-items: center;
  max-width: 498px;
  width: 80%;
  /* border-radius: 8px; */
  /* border: 1px #fff solid; */
  padding: 10px;
  padding-left: 15px;
}

.h5-button img {
  width: 100%;
}

.h5-button-icon {
  width: 26px;
  height: 26px;
  margin-right: 40px;
}

.h5-button-text {
  height: 40px;
}

.h5-homepage {
  width: 200px;
  height: auto;
}

.h5-homepage-block {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

/* pc 端样式  --- start */
@media (min-width: 992px) {
  .h5-container {
    display: none;
  }
  .pc-container {
    position: relative;
    width: 100vw;
    height: 100vh;
    /* padding: 0 64px; */
    box-sizing: border-box;
    overflow: hidden;
    background: linear-gradient(
      70.73deg,
      #052a55 0%,
      #098bd5 63.22%,
      #16d6ac 92.97%
    );
  }
  .pc-container-2 {
    background-image: url(./assets/mockup_pc_init.webp);
    background-size: cover;
  }
  .mock-img {
    position: absolute;
    height: 100%;
    width: 100%;
  }
  .flex-box {
    display: flex;
  }
  .left-container {
    display: flex;
    align-items: center;
    flex: 0 0 48.8%;
    height: 100vh;
    box-sizing: border-box;
    color: #fff;
  }
  .left-2 {
    display: flex;
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
    padding-top: 16px;
    flex-direction: column;
  }
  .qr-code {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15.25% 0 18.02%;
  }
  .name-img,
  .qr-img {
    max-width: 100%;
    height: auto;
  }
  .qr-img-coniter {
    width: 50%;
    padding-top: 6vh;
  }
  .note-container {
    box-sizing: border-box;
    width: 100%;
    padding: 8vh 15.25% 0 18.02%;
    /* padding-top: 5%; */
    margin: auto;
    font-family: SF Pro;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
  }
  .a-term, .a-term:link, .a-term:visited, .a-term:hover, .a-term:active {
    color: #fff !important;
  }
}
/* pc 端样式  --- end */
