body,
* {
  margin: 0;
  padding: 0;
  /* 禁止文字复制 */
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-size: 12px;
}
#app {
  background-image: url("https://dkwj.oss-cn-hangzhou.aliyuncs.com/website-static/images/bg.png");
  background-size: 100% 100%;
  width: 100%;
}
#app .header {
  width: 100%;
  height: 7.5rem;
  /* 90px / 12 */
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0.57) 100%);
  backdrop-filter: blur(50px);
  position: absolute;
  left: 0;
  top: 0;
}
#app .header .header-logo {
  width: 12.4167rem;
  /* 149px / 12 */
  height: 2.1667rem;
  /* 26px / 12 */
  position: relative;
  left: 3.4167rem;
  /* 41px / 12 */
  top: 2.6667rem;
  /* 32px / 12 */
}
#app .title1 {
  width: 88.1667rem;
  /* 1058px / 12 */
  height: 28.9167rem;
  /* 347px / 12 */
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 13.5rem;
  /* 162px / 12 */
}
#app .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6.5rem;
  /* 78px / 12 */
  position: relative;
  margin-top: 8.0833rem;
  /* 97px / 12 */
}
#app .btns .btn {
  width: 39.3333rem;
  /* 472px / 12 */
  height: 8.67rem;
  /* 104px / 12 */
  text-align: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 3rem;
  /* 36px / 12 */
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #2754fd;
  box-shadow: 0 0 2.5rem 0 rgba(39, 84, 253, 0.5);
  border-radius: 10rem;
  /* 20px / 12 */
}
#app .btns .btn .btn-icon {
  width: 3.3333rem;
  /* 40px / 12 */
  height: 3.3333rem;
  /* 40px / 12 */
  margin-right: 1.6667rem;
  /* 20px / 12 */
}
#app .btns .btn .btn-icon img {
  width: 100%;
  height: 100%;
}
#app .btns .btn .btn-text,
#app .btns .btn .btn-icon {
  position: relative;
  z-index: 2;
  font-size: 3rem;
}
#app .btns .btn:active:not([disabled]) {
  transform: translateY(0.3333rem);
  /* 4px / 12 */
}
#app .btns .btn:active:not([disabled])::after {
  transform: scale(0.98);
  opacity: 0.9;
}
#app .text-desc {
  width: 86.1667rem;
  /* 1034px / 12 */
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 2.6667rem;
  /* 32px / 12 */
  color: #333333;
  text-align: center;
  margin: 8.8333rem auto 0;
  /* 106px / 12 */
}
#app .text-desc p {
  line-height: 4.0833rem;
  /* 49px / 12 */
  font-size: 2.67rem;
}
#app .title2 {
  width: 102.1667rem;
  /* 1226px / 12 */
  height: 27.25rem;
  /* 327px / 12 */
  margin-top: 14.3333rem;
  /* 172px / 12 */
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#app .text-desc2 {
  width: 117.5rem;
  /* 1410px / 12 */
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 2.6667rem;
  /* 32px / 12 */
  color: #333333;
  margin: 4.4167rem auto 0;
  /* 53px / 12 */
  text-align: center;
}
#app .text-desc2 p {
  line-height: 4.0833rem;
  /* 49px / 12 */
  font-size: 2.67rem;
}
#app .platform-qrcode {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13.3333rem;
  /* 160px / 12 */
  margin-top: 5rem;
  /* 60px / 12 */
}
#app .platform-qrcode .qrcode {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#app .platform-qrcode .qrcode img {
  width: 16.6667rem;
  /* 200px / 12 */
  height: 16.4167rem;
  /* 197px / 12 */
}
#app .platform-qrcode .qrcode p {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 2rem;
  /* 24px / 12 */
  color: #333333;
  line-height: 2.75rem;
  /* 33px / 12 */
  letter-spacing: 0.1667rem;
  /* 2px / 12 */
  margin-top: 1.6rem;
}
#app .product-img {
  position: relative;
  top: -2.6667rem;
  /* -32px / 12 */
  left: 50%;
  transform: translateX(-50%);
  width: 130.25rem;
  /* 1563px / 12 */
  height: 61.5833rem;
  /* 739px / 12 */
}
#app .product-img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  body,
  * {
    font-size: 8px;
  }
  #app {
    background-size: cover;
    background-position: center;
    min-height: 100vh;
  }
  #app .header {
    height: 14rem;
  }
  #app .header .header-logo {
    width: 40rem;
    height: 6.67rem;
    top: 50%;
    transform: translateY(-50%);
  }
  #app .title1 {
    width: 90%;
    height: auto;
    margin-top: 17rem;
  }
  #app .btns {
    flex-direction: column;
    gap: 3rem;
    margin-top: 20rem;
  }
  #app .btns .btn {
    width: 85%;
    height: 15rem;
  }
  #app .btns .btn .btn-icon {
    width: 7rem;
    height: 7rem;
    margin-right: 2rem;
  }
  #app .btns .btn .btn-text,
  #app .btns .btn .btn-icon {
    font-size: 5rem;
  }
  #app .text-desc {
    width: 90%;
    margin: 12rem auto 0;
  }
  #app .text-desc p {
    margin: 4rem 0;
    line-height: 8rem;
    font-size: 6rem;
  }
  #app .title2 {
    width: 90%;
    height: auto;
    margin-top: 20rem;
  }
  #app .text-desc2 {
    width: 90%;
    margin: 12rem auto 0;
  }
  #app .text-desc2 p {
    margin: 4rem 0;
    line-height: 8rem;
    font-size: 6rem;
  }
  #app .platform-qrcode {
    flex-direction: row;
    gap: 5rem;
    margin-top: 10rem;
  }
  #app .platform-qrcode .qrcode img {
    width: 40rem;
    height: 40rem;
  }
  #app .platform-qrcode .qrcode p {
    margin: 4rem 0;
    line-height: 8rem;
    font-size: 6rem;
  }
  #app .product-img {
    width: 95%;
    height: auto;
    top: 0;
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
