.banner-box {
  padding-top: 150px;
  background: url(https://res.daetool.com/wm-static-resource/wm/638_dae/banner-bg.png) no-repeat center;
  background-size: cover;
  padding-bottom: 60px;
}
.banner-box .banner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}
.banner-box .banner-content > img {
  width: 584px;
  height: auto;
}
.banner-box .banner-content .banner-content-text {
  display: flex;
  flex-direction: column;
}
.banner-box .banner-content .banner-content-text > span {
  color: #999;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
}
.banner-box .banner-content .banner-content-text .banner-content-title {
  position: relative;
}
.banner-box .banner-content .banner-content-text .banner-content-title h2 {
  color: #FFF;
  font-family: "Microsoft YaHei UI";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 48px */
}
.banner-box .banner-content .banner-content-text .banner-content-title span {
  position: absolute;
  left: 0;
  top: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 173px;
  height: 35px;
  border-radius: 14px 0;
  background: linear-gradient(90deg, #019CFF 0%, #01CAFF 100%);
  color: #FFF;
  font-family: "PingFang SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 20px */
}
.banner-box .banner-content .banner-content-text > p {
  margin: 28px 0 40px 0;
  font-family: "Microsoft YaHei UI";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 22px */
  background: linear-gradient(90deg, #48CBFF 0%, #57EEFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner-box .banner-content .banner-content-text ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.banner-box .banner-content .banner-content-text ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.banner-box .banner-content .banner-content-text ul li > img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.banner-box .banner-content .banner-content-text ul li > span {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 20px */
}
.banner-box .banner-content .banner-content-text .download-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 252px;
  height: 72px;
  margin: 40px 0 24px 0;
  border-radius: 36.397px;
  background: linear-gradient(97deg, #0096FF 60.63%, #00D0FF 101.45%);
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-box .banner-content .banner-content-text .download-btn + p {
  color: #999;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
}

.problem-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 97px 0 107px;
  background-color: #000;
}
.problem-box > span {
  font-family: "Microsoft YaHei";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(114deg, #07FFEA 19.37%, #36ABFF 76.78%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.problem-box ul {
  display: flex;
  align-items: center;
  width: 1200px;
  flex-wrap: wrap;
  gap: 52px;
  margin-top: 93px;
}
.problem-box ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 365px;
  height: 409px;
  box-sizing: border-box;
  padding: 22px 14px 30px;
  border-radius: 19px;
  border: 0.61px solid rgba(214, 252, 232, 0.55);
  background: linear-gradient(91deg, rgba(48, 48, 66, 0.45) 0.83%, rgba(48, 48, 66, 0.36) 47.83%, rgba(84, 56, 87, 0.18) 100%, rgba(48, 48, 66, 0.18) 100%);
  box-shadow: 0 2.439px 2.439px 0 rgba(255, 255, 255, 0.33) inset;
  backdrop-filter: blur(12.1956281662px);
  transition: all 0.3s ease-in-out;
}
.problem-box ul li:hover {
  transform: translateY(-15px);
}
.problem-box ul li > span {
  margin: 39px 0 21px;
  color: #FFF;
  font-family: "Microsoft YaHei UI";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 24px */
}
.problem-box ul li > p {
  width: 332px;
  color: #FFF;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
}
.problem-box ul li > img {
  width: 100%;
  height: auto;
}

.choose-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0 50px;
  background: url(https://res.daetool.com/wm-static-resource/wm/638_dae/choose-bg.png) no-repeat center;
  background-size: cover;
}
.choose-box > span {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(114deg, #07FFEA 19.37%, #36ABFF 76.78%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.choose-box ul {
  display: flex;
  width: 1200px;
  align-items: center;
  gap: 27px;
  margin-top: 100px;
}
.choose-box ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 280px;
  height: 282px;
  box-sizing: border-box;
  padding: 34px 25px 28px;
  border-radius: 19px;
  border: 0.61px solid rgba(214, 252, 232, 0.55);
  background: linear-gradient(91deg, rgba(48, 48, 66, 0.45) 0.83%, rgba(48, 48, 66, 0.36) 47.83%, rgba(84, 56, 87, 0.18) 100%, rgba(48, 48, 66, 0.18) 100%);
  box-shadow: 0 2.439px 2.439px 0 rgba(255, 255, 255, 0.33) inset;
  backdrop-filter: blur(12.1956281662px);
}
.choose-box ul li > span {
  margin: 17px 0;
  color: #FFF;
  font-family: "Microsoft YaHei UI";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 24px */
}
.choose-box ul li > p {
  width: 230px;
  color: #FFF;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
}
.choose-box .arrow-box {
  margin-top: 100px;
}
.choose-box .arrow-box svg {
  display: none;
}
.choose-box .arrow-box svg.active {
  display: block;
}

.intro-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #000;
}
.intro-box .intro-box-content {
  width: 100%;
}
.intro-box .intro-box-content > ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.intro-box .intro-box-content > ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 200px;
  border-radius: 20px;
  padding: 85px 0 100px;
  width: 100%;
}
.intro-box .intro-box-content > ul li:nth-of-type(2) {
  background: url(https://res.daetool.com/wm-static-resource/wm/638_dae/intro-item2-bg.png) no-repeat center/cover;
}
.intro-box .intro-box-content > ul li .intro-item-text {
  display: flex;
  flex-direction: column;
  width: 512px;
}
.intro-box .intro-box-content > ul li .intro-item-text p {
  color: #00D4FF;
  font-family: "Microsoft YaHei UI";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 28px */
  letter-spacing: 1.4px;
}
.intro-box .intro-box-content > ul li .intro-item-text > span {
  margin: 28px 0 40px 0;
  color: #EDEDED;
  text-align: justify;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 33px */
}
.intro-box .intro-box-content > ul li .intro-item-text a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 196px;
  height: 58px;
  border-radius: 36.397px;
  background: linear-gradient(97deg, #0096FF 60.63%, #00D0FF 101.45%);
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.intro-box .intro-box-content > ul li > img {
  width: 500px;
  height: auto;
}

.bottom-download-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: url(https://res.daetool.com/wm-static-resource/wm/638_dae/bottom-bg.png) no-repeat center;
  background-size: cover;
  padding: 180px 0 100px 0;
}
.bottom-download-box h2 {
  color: #FFF;
  font-family: "Microsoft YaHei UI";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 42px */
}
.bottom-download-box h2 > span {
  position: relative;
  color: #1288FF;
  font-family: "Microsoft YaHei UI";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.bottom-download-box h2 > span > svg {
  position: absolute;
  right: -16px;
  top: -17px;
}
.bottom-download-box .download-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 248px;
  height: 72px;
  margin-top: 55px;
  border-radius: 36.397px;
  background: linear-gradient(97deg, #0096FF 60.63%, #00D0FF 101.45%);
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  z-index: 1;
}

.assess-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 120px;
  background: url(https://res.daetool.com/wm-static-resource/wm/638_dae/assess-bg.png) no-repeat center/cover, #000;
}
.assess-box h2 {
  margin-top: 118px;
  font-family: "Microsoft YaHei";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(114deg, #07FFEA 19.37%, #36ABFF 76.78%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.assess-box .swiper-container {
  width: 1200px;
  height: 362px;
  margin-top: 120px;
}
.assess-box .swiper-container .swiper-slide {
  position: relative;
  width: 363px;
  height: 304px;
  box-sizing: border-box;
  border-radius: 19px;
  border: 0.61px solid rgba(214, 252, 232, 0.55);
  background: linear-gradient(91deg, rgba(48, 48, 66, 0.45) 0.83%, rgba(48, 48, 66, 0.36) 47.83%, rgba(84, 56, 87, 0.18) 100%, rgba(48, 48, 66, 0.18) 100%);
  box-shadow: 0 2.439px 2.439px 0 rgba(255, 255, 255, 0.33) inset;
  backdrop-filter: blur(12.1956281662px);
}
.assess-box .swiper-container .swiper-slide p:first-of-type {
  position: relative;
  left: 115px;
  bottom: 35px;
  width: fit-content;
  color: #FFF;
  text-align: justify;
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 20px */
}
.assess-box .swiper-container .swiper-slide p:first-of-type + img {
  position: relative;
  left: 115px;
  bottom: 35px;
  width: 152px;
  height: 19px;
}
.assess-box .swiper-container .swiper-slide p:last-of-type {
  padding: 0 28px;
  color: #E3E3E3;
  text-align: justify;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}
.assess-box .swiper-container .swiper-slide img:first-of-type {
  position: relative;
  left: 28px;
  top: 30px;
  width: 74px;
  height: 74px;
}
.assess-box .swiper-container .swiper-slide img:last-of-type {
  position: relative;
  left: 150px;
  bottom: 60px;
  width: 53px;
  height: 46px;
}
.assess-box .swiper-pagination {
  bottom: 95px;
}
.assess-box .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 8px;
  margin-left: 10px;
  border-radius: 41px;
  background: rgba(255, 255, 255, 0.25);
  opacity: 1;
}
.assess-box .swiper-pagination .swiper-pagination-bullet-active {
  border-radius: 36.397px;
  background: linear-gradient(97deg, #0096FF 60.63%, #00D0FF 101.45%);
}

.qrcode-box {
  display: none;
  position: absolute;
  bottom: -204px;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  box-sizing: border-box;
  width: 180px;
  height: 200px;
  z-index: 2;
  background: #FFF;
  border: 1.9px solid #ECEFF2;
  border-radius: 12px;
}
.qrcode-box .product-qrcode {
  width: 148px;
  height: 148px;
  margin-top: 9px;
}
.qrcode-box > span {
  color: #A6A7A8;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

/*# sourceMappingURL=style.css.map */
