@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(6);
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(6);
    -moz-transform: translate(-50%, -50%) scale(6);
    -ms-transform: translate(-50%, -50%) scale(6);
    -o-transform: translate(-50%, -50%) scale(6);
  }
}
.banner-box {
  margin-top: 122px;
  padding-top: 75px;
  width: 100%;
  background: url(https://res.daetool.com/wm-static-resource/607_wm/banner.png) no-repeat center/cover, linear-gradient(226deg, #d9d9d9 -0.2%, rgba(115, 115, 115, 0) 51.02%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner-box .top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 33px;
}
.banner-box .top .title {
  margin-bottom: 29px;
  display: flex;
  justify-content: space-between;
}
.banner-box .top .title .left {
  color: #007aff;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.1px;
}
.banner-box .top .title .right {
  color: #3d3d3d;
  font-family: "Microsoft YaHei";
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.1px;
}
.banner-box .top .subtitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 64px;
}
.banner-box .top .subtitle .content {
  color: #636363;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.15px;
}
.banner-box .top .free-download {
  width: 316px;
  height: 78px;
  border-radius: 10px;
  background: linear-gradient(90deg, #369cf5 0%, #4481ff 100%);
  margin-bottom: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
}
.banner-box .top .free-download .content {
  width: 190px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.banner-box .top .free-download .content .icon {
  width: 26px;
  height: 26px;
  transform: translateY(2px);
}
.banner-box .top .free-download .content .download-btn {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 26.8px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.banner-box .top .free-download .content .download-btn::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  animation: ripple 2s ease-out infinite;
}
.banner-box .top .support-system {
  width: 299px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner-box .top .support-system .content {
  display: inline-block;
  color: #808891;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 29.7px */
  letter-spacing: 0.18px;
}
.banner-box .bottom {
  padding: 0 188px 0 158px;
}
.banner-box .bottom img {
  width: 100%;
}

.why-choose {
  width: 100%;
  height: 686px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.why-choose .title {
  position: relative;
  color: #2e2e2e;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
}
.why-choose .title .bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 167.617px;
  height: 15px;
  background: linear-gradient(to right, rgba(53, 182, 251, 0) 0%, rgba(53, 129, 251, 0.76) 100%);
}
.why-choose .feature {
  padding-top: 90px;
  height: 306px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.why-choose .feature .content {
  height: 54px;
  padding: 0 42px 0 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, rgba(97, 184, 255, 0.22) 0%, rgba(52, 165, 255, 0) 100%);
  border-radius: 27px;
  gap: 10px;
  border: 1px solid transparent;
}
.why-choose .feature .content.selected {
  border: 1px solid #63bbff;
  box-shadow: 0 4px 14.9px rgba(0, 43, 153, 0.18);
}
.why-choose .feature .content.selected .text {
  color: #1767e0;
}
.why-choose .feature .content .icon {
  width: 44px;
  height: 44px;
  background-image: url(https://res.daetool.com/wm-static-resource/607_wm/tick.png);
}
.why-choose .feature .content .text {
  color: #555;
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: #555;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 22px */
}
.why-choose .feature .bottom {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 87px;
}
.why-choose .feature .bottom .left {
  display: flex;
  height: 230px;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  gap: 10px;
}
.why-choose .feature .bottom .right {
  display: flex;
  height: 230px;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  gap: 10px;
}

.smart-scan {
  position: relative;
  width: 100%;
  height: 638px;
  fill: linear-gradient(90deg, #fff 0%, #f6faff 100%), linear-gradient(282deg, rgba(68, 141, 251, 0.07) 0.44%, rgba(241, 245, 255, 0) 88.64%);
}
.smart-scan svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.smart-scan .wrapper {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 57px;
}
.smart-scan .wrapper .left {
  display: flex;
  height: 324px;
  flex-direction: column;
  align-items: flex-start;
}
.smart-scan .wrapper .left .top {
  align-self: stretch;
  color: #2e2e2e;
  font-family: "Microsoft YaHei";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.smart-scan .wrapper .left .middle {
  margin-top: 23px;
  align-self: stretch;
  color: #8c8c8c;
  width: 441px;
  font-family: "Microsoft YaHei";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 142.857% */
}
.smart-scan .wrapper .left .bottom {
  position: relative;
  margin-top: 32px;
}
.smart-scan .wrapper .left .bottom .free-download {
  width: 250.869px;
  height: 72.25px;
  border-radius: 10px;
  background: linear-gradient(90deg, #369cf5 0%, #4481ff 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.smart-scan .wrapper .left .bottom .free-download .content {
  width: 190px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.smart-scan .wrapper .left .bottom .free-download .content .icon {
  width: 26px;
  height: 26px;
  transform: translateY(2px);
}
.smart-scan .wrapper .left .bottom .free-download .content .download-btn {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 26.8px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.smart-scan .wrapper .left .bottom .free-download .content .download-btn::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  animation: ripple 2s ease-out infinite;
}
.smart-scan .wrapper .right {
  width: 100%;
  min-width: 730px;
  height: 513px;
  background-image: url(https://res.daetool.com/wm-static-resource/607_wm/smart-scan.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.auto-recovery {
  position: relative;
  width: 100%;
  height: 638px;
  position: relative;
  background: #fff;
}
.auto-recovery .wrapper {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 44%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 57px;
}
.auto-recovery .wrapper .right {
  display: flex;
  height: 324px;
  flex-direction: column;
  align-items: flex-start;
}
.auto-recovery .wrapper .right .top {
  align-self: stretch;
  color: #2e2e2e;
  font-family: "Microsoft YaHei";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.auto-recovery .wrapper .right .middle {
  margin-top: 23px;
  align-self: stretch;
  color: #8c8c8c;
  width: 441px;
  font-family: "Microsoft YaHei";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 142.857% */
}
.auto-recovery .wrapper .right .bottom {
  position: relative;
  margin-top: 32px;
}
.auto-recovery .wrapper .right .bottom .free-download {
  width: 250.869px;
  height: 72.25px;
  border-radius: 10px;
  background: linear-gradient(90deg, #369cf5 0%, #4481ff 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.auto-recovery .wrapper .right .bottom .free-download .content {
  width: 190px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.auto-recovery .wrapper .right .bottom .free-download .content .icon {
  width: 26px;
  height: 26px;
  transform: translateY(2px);
}
.auto-recovery .wrapper .right .bottom .free-download .content .download-btn {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 26.8px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.auto-recovery .wrapper .right .bottom .free-download .content .download-btn::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  animation: ripple 2s ease-out infinite;
}
.auto-recovery .wrapper .left {
  width: 100%;
  min-width: 730px;
  height: 513px;
  background-image: url(https://res.daetool.com/wm-static-resource/607_wm/auto-recovery.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.precise-recovery {
  position: relative;
  width: 100%;
  height: 638px;
  fill: linear-gradient(90deg, #fff 0%, #f6faff 100%), linear-gradient(282deg, rgba(68, 141, 251, 0.07) 0.44%, rgba(241, 245, 255, 0) 88.64%);
}
.precise-recovery svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.precise-recovery .wrapper {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 57px;
}
.precise-recovery .wrapper .left {
  display: flex;
  height: 324px;
  flex-direction: column;
  align-items: flex-start;
}
.precise-recovery .wrapper .left .top {
  align-self: stretch;
  color: #2e2e2e;
  font-family: "Microsoft YaHei";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.precise-recovery .wrapper .left .middle {
  margin-top: 23px;
  align-self: stretch;
  color: #8c8c8c;
  width: 441px;
  font-family: "Microsoft YaHei";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 142.857% */
}
.precise-recovery .wrapper .left .bottom {
  position: relative;
  margin-top: 32px;
}
.precise-recovery .wrapper .left .bottom .free-download {
  width: 250.869px;
  height: 72.25px;
  border-radius: 10px;
  background: linear-gradient(90deg, #369cf5 0%, #4481ff 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.precise-recovery .wrapper .left .bottom .free-download .content {
  width: 190px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.precise-recovery .wrapper .left .bottom .free-download .content .icon {
  width: 26px;
  height: 26px;
  transform: translateY(2px);
}
.precise-recovery .wrapper .left .bottom .free-download .content .download-btn {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 26.8px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.precise-recovery .wrapper .left .bottom .free-download .content .download-btn::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  animation: ripple 2s ease-out infinite;
}
.precise-recovery .wrapper .right {
  width: 100%;
  min-width: 730px;
  height: 513px;
  background-image: url(https://res.daetool.com/wm-static-resource/607_wm/percise-recovery.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.use-scenario {
  width: 100%;
  height: 730px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-self: center;
  align-items: center;
}
.use-scenario .title {
  position: relative;
  margin-bottom: 87px;
}
.use-scenario .title span:nth-child(1) {
  color: #2e2e2e;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
}
.use-scenario .title span:nth-child(2) {
  color: #3582fb;
  font-family: "Microsoft YaHei UI";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
}
.use-scenario .title svg {
  position: absolute;
  right: 0;
  bottom: 0;
}
.use-scenario .example {
  display: flex;
}
.use-scenario .example .item {
  width: 378px;
  height: 405px;
  border-radius: 15.126px;
  border: 1.261px solid #e5e6eb;
  background: #fff;
  box-shadow: 0 6px 15.2px 0 rgba(199, 199, 199, 0.25);
}
.use-scenario .example .item img {
  width: 339px;
  height: 190px;
  margin: 19px 20px;
}
.use-scenario .example .item h4 {
  color: #1d2129;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 22.689px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.765px; /* 140% */
}
.use-scenario .example .item p {
  color: #86909c;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 147.059% */
  margin: 30px 32px;
}
.use-scenario .example .item:nth-child(2) {
  margin: 0 33px;
}

.user-evaluation {
  width: 100%;
  height: 671px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-self: center;
  align-items: center;
}
.user-evaluation .title {
  position: relative;
  margin-bottom: 87px;
}
.user-evaluation .title span:nth-child(1) {
  color: #2e2e2e;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
}
.user-evaluation .title span:nth-child(2) {
  color: #3582fb;
  font-family: "Microsoft YaHei UI";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
}
.user-evaluation .title svg {
  position: absolute;
  right: 0;
  bottom: 0;
}
.user-evaluation .example {
  display: flex;
}
.user-evaluation .example .item {
  width: 386px;
  height: 304px;
  border-radius: 19px;
  background: linear-gradient(180deg, #e3f1ff 0%, #fff 100%);
  box-shadow: 0 0 14.1px 0 rgba(199, 199, 199, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.user-evaluation .example .item .top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 47px;
}
.user-evaluation .example .item .top .left {
  display: flex;
}
.user-evaluation .example .item .top .left .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin-left: 15px;
}
.user-evaluation .example .item .top .left .avatar-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 18px;
}
.user-evaluation .example .item .top .left .avatar {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.user-evaluation .example .item .top .right {
  margin-right: 28px;
}
.user-evaluation .example .item .bottom {
  height: 75px;
  width: 330px;
}
.user-evaluation .example .item .bottom p {
  color: #616161;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}
.user-evaluation .example .item .bottom {
  margin-bottom: 30px;
}
.user-evaluation .example .item:nth-child(2) {
  margin: 0 33px;
}

.experience {
  position: relative;
  width: 100%;
  height: 339px;
  background-image: url(https://res.daetool.com/wm-static-resource/607_wm/banner.png);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.experience .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.experience .title .left {
  color: #3582fb;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
}
.experience .title .right {
  color: #2e2e2e;
  font-family: "Microsoft YaHei UI";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
}
.experience .free-download {
  width: 316px;
  height: 78px;
  border-radius: 10px;
  background: linear-gradient(90deg, #369cf5 0%, #4481ff 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.experience .free-download .content {
  width: 190px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.experience .free-download .content .icon {
  width: 26px;
  height: 26px;
  transform: translateY(2px);
}
.experience .free-download .content .download-btn {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 26.8px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.experience .free-download .content .download-btn::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  top: 66%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  animation: ripple 2s ease-out infinite;
}/*# sourceMappingURL=style.css.map */