@charset "UTF-8";
a.btn {
  padding: 17px 48px;
  border-radius: 27px;
  background: linear-gradient(0deg, #07bb89 0%, #13cb98 100%);
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  -ms-border-radius: 27px;
  -o-border-radius: 27px;
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 24.068px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.068px;
  /* 100% */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
a.btn img {
  width: 23.242px;
  height: 23.242px;
}

section.section-padding {
  padding-left: 360px;
  padding-right: 360px;
}

h2.section-title {
  position: relative;
  color: #2d2d2d;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 57.6px;
  /* 125.217% */
  margin-bottom: 123px;
}
h2.section-title::before {
  content: "";
  position: absolute;
  left: -14px;
  bottom: -7px;
  width: 8px;
  height: 8px;
  background: linear-gradient(171deg, #00e6e5 8.49%, #6be9ac 94.48%);
  border-radius: 50%;
}
h2.section-title::after {
  content: "";
  position: absolute;
  right: -22px;
  top: -15px;
  width: 21px;
  height: 21px;
  transform: rotate(24.398deg);
  background: linear-gradient(171deg, #00e6e5 8.49%, #6be9ac 94.48%);
  /*使用裁切路径画出四角星感*/
  clip-path: polygon(50% 0%, 65% 35%, 100% 50%, 65% 65%, 50% 100%, 35% 65%, 0% 50%, 35% 35%);
}

.hero {
  padding: 244px 0 0 0;
  background: url(https://res.daetool.com/wm-static-resource/781_wm/section.hero.png) no-repeat center/cover;
}
.hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero .container .hero__title {
  color: #1e293b;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 62.4px;
  /* 120% */
  margin-bottom: 16px;
}
.hero .container .hero__subtitle {
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 62.4px;
  /* 156% */
  color: rgb(0, 177, 138);
  margin-bottom: 8px;
}
.hero .container .hero__desc {
  color: #666;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 41.6px */
  margin-bottom: 35px;
  width: 857px;
}
.hero .container .hero__actions a:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%), linear-gradient(0deg, #07BB89 0%, #13CB98 100%);
}
.hero .container .hero__os {
  color: #666;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 120% */
  margin-top: 33px;
  margin-bottom: 31px;
}
.hero .container .hero__mockup {
  width: 788px;
}
.hero .container .hero__mockup img {
  max-width: 100%;
}

.features {
  padding: 100px 0 109px 0;
}
.features .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.features .container .features__grid {
  display: flex;
  gap: 37px;
}
.features .container .features__grid .feature-card {
  padding: 45px 20px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.04);
}
.features .container .features__grid .feature-card .card-icon {
  width: 154px;
  height: 114px;
}
.features .container .features__grid .feature-card .card-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.features .container .features__grid .feature-card .title {
  color: #1e293b;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 133.333% */
  margin: 23px 0 15px;
}
.features .container .features__grid .feature-card .desc {
  width: 231px;
  height: 90px;
  color: #64748b;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 32px */
}

.modules {
  background: #fbfbfb;
  padding-top: 95px;
  padding-bottom: 180px;
}
.modules .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 130px;
}
.modules .container .module__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 82px;
}
.modules .container .module__item .left .left__img {
  width: 550px;
  height: 404px;
}
.modules .container .module__item .left .left__img img {
  width: 100%;
  height: 108%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modules .container .module__item .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.modules .container .module__item .right .right__title {
  color: #1e293b;
  font-family: "Microsoft YaHei UI";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 44.8px;
  /* 160% */
}
.modules .container .module__item .right .right__desc {
  width: 533px;
  margin: 20px 0 34px 0;
  color: #64748b;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 35.2px */
  letter-spacing: 1.1px;
}
.modules .container .module__item .right a {
  background: linear-gradient(0deg, #0DDBA2 0%, #13CB98 100%);
}
.modules .container .module__item.module-item--reverse {
  flex-direction: row-reverse;
}

.scenarios {
  padding-top: 76px;
  padding-bottom: 58px;
  background: linear-gradient(181deg, #e6f8f3 -1.66%, #fff 99.15%);
}
.scenarios .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.scenarios .container .swiper-box {
  position: relative;
  width: 100%;
  max-width: 1040px;
}
.scenarios .container .swiper-box .scene-swiper {
  overflow: hidden;
  width: 100%;
  padding-top: 34px;
  padding-bottom: 24px;
}
.scenarios .container .swiper-box .scene-swiper .swiper-wrapper .scene-slide {
  width: 584px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.35s ease;
  opacity: 0.45;
}
.scenarios .container .swiper-box .scene-swiper .swiper-wrapper .scene-slide.swiper-slide-active {
  opacity: 1;
}
.scenarios .container .swiper-box .scene-swiper .swiper-wrapper .scene-slide .card {
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 14.3px 0 rgba(163, 163, 163, 0.25);
  width: 584px;
  padding-top: 67px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.scenarios .container .swiper-box .scene-swiper .swiper-wrapper .scene-slide .card .card__title {
  color: #1e293b;
  font-family: "Microsoft YaHei UI";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 35.2px;
  /* 110% */
  margin-left: 42px;
}
.scenarios .container .swiper-box .scene-swiper .swiper-wrapper .scene-slide .card .card__desc {
  width: 497px;
  height: 96px;
  color: #64748b;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 35.2px */
  margin-top: 14px;
  margin-bottom: 56px;
  margin-left: 42px;
}
.scenarios .container .swiper-box .scene-swiper .swiper-wrapper .scene-slide .card img {
  max-height: 404px;
  width: 100%;
}
.scenarios .container .swiper-box .scene-swiper .scene-pagination {
  margin-top: 52px;
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.scenarios .container .swiper-box .scene-swiper .scene-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #cbd5e1;
  opacity: 1;
  transition: width 0.35s ease, background-color 0.35s ease;
}
.scenarios .container .swiper-box .scene-swiper .scene-pagination .swiper-pagination-bullet-active {
  width: 55px;
  height: 11px;
  background: linear-gradient(to right, rgb(13, 219, 162), rgb(19, 203, 152));
  border-radius: 10px;
}
.scenarios .container .swiper-box .scene-button-prev {
  left: -60px;
}
.scenarios .container .swiper-box .scene-button-next {
  right: -60px;
}
.scenarios .container .swiper-box .scene-button-prev,
.scenarios .container .swiper-box .scene-button-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 52px;
  height: 52px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.scenarios .container .swiper-box .scene-button-prev:hover,
.scenarios .container .swiper-box .scene-button-next:hover {
  background-color: rgba(0, 0, 0, 0.75);
  transform: translateY(-2px);
}
.scenarios .container .swiper-box .scene-button-prev::after,
.scenarios .container .swiper-box .scene-button-next::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.scenarios .container .swiper-box .scene-button-prev::after {
  transform: rotate(-135deg);
  margin-left: 3px;
}
.scenarios .container .swiper-box .scene-button-next::after {
  transform: rotate(45deg);
  margin-right: 3px;
}

.user-review .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 75px;
  padding-bottom: 95px;
}
.user-review .container .user-review__grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
}
.user-review .container .user-review__grid .user-review-item {
  padding: 23px 28px 34px 23px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-radius: 19px;
  background: linear-gradient(180deg, #f4fff9 0%, #fff 100%);
  box-shadow: 0 0 14.1px 0 rgba(199, 199, 199, 0.25);
}
.user-review .container .user-review__grid .user-review-item .top {
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.user-review .container .user-review__grid .user-review-item .top .avatar {
  width: 74px;
  height: 74px;
  border-radius: 74px;
}
.user-review .container .user-review__grid .user-review-item .top .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.user-review .container .user-review__grid .user-review-item .top .top__info {
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 7px;
}
.user-review .container .user-review__grid .user-review-item .top .top__info .top__name {
  color: #444;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.user-review .container .user-review__grid .user-review-item .top .top__info .top__role {
  color: #757575;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.user-review .container .user-review__grid .user-review-item .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 21px;
}
.user-review .container .user-review__grid .user-review-item .bottom .bottom__desc {
  width: 307px;
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
}
.user-review .container .user-review__grid .user-review-item .bottom .comma {
  width: 53px;
  height: 46px;
}
.user-review .container .user-review__grid .user-review-item .bottom .comma img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.user-review .container .user-review__grid .user-review-item .bottom:last-child {
  align-items: flex-end;
}

.faq {
  padding-top: 76px;
  padding-bottom: 131px;
  background: linear-gradient(0deg, #e6f8f3 0%, #e6f8f3 100%);
}
.faq .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.faq .container .faq__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.faq .container .faq__list .faq__item {
  border-radius: 12px;
  overflow: hidden;
}
.faq .container .faq__list .faq__item .faq__header {
  padding: 34px 63px 34px 24px;
  width: 1117px;
  background: linear-gradient(0deg, #fff 0%, #fff 100%);
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
}
.faq .container .faq__list .faq__item .faq__header .left {
  display: flex;
  gap: 20px;
}
.faq .container .faq__list .faq__item .faq__header .left .faq__icon {
  width: 34px;
  height: 34px;
}
.faq .container .faq__list .faq__item .faq__header .left .faq__title {
  color: #333;
  font-family: "Microsoft YaHei UI";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 39.2px */
}
.faq .container .faq__list .faq__item .faq__header .right .icon_arrow {
  width: 46px;
  height: 46px;
  transition: transform 0.3s ease;
}
.faq .container .faq__list .faq__item .faq__header .right .icon_arrow img {
  width: 100%;
}
.faq .container .faq__list .faq__item .faq__body {
  width: 1117px;
  background: #fff;
  display: grid;
  grid-template-rows: 0fr;
  justify-content: center;
  transition: grid-template-rows 0.3s ease, adding 0.3s ease;
  overflow: hidden;
}
.faq .container .faq__list .faq__item .faq__body .faq__content {
  display: flex;
  justify-self: flex-start;
  width: 964px;
  min-height: 0;
  color: #555;
  font-family: "Microsoft YaHei";
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 33.6px */
}
.faq .container .faq__list .faq__item.is--active {
  border: 1px solid #76dbbf;
}
.faq .container .faq__list .faq__item.is--active .faq__body {
  grid-template-rows: 1fr;
  padding-bottom: 24px;
}
.faq .container .faq__list .faq__item.is--active .icon_arrow {
  transform: rotate(180deg) !important;
}

.cta-banner {
  background: url(https://res.daetool.com/wm-static-resource/781_wm/bg_foot1.1.png) no-repeat center/cover;
}
.cta-banner .container .cta-banner__content {
  padding: 60px 69px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 117px;
}
.cta-banner .container .cta-banner__content .text h2 {
  width: 496px;
  color: #2c2c2c;
  font-family: "Microsoft YaHei UI";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  /* 83.2px */
}
.cta-banner .container .cta-banner__content a {
  position: relative;
  padding: 13px 57px;
  border-radius: 33.971px;
  background: #fff;
  color: rgb(83, 197, 41);
  font-family: "Source Han Sans CN";
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  animation: scale-btn 0.8s ease-out infinite alternate;
}
.cta-banner .container .cta-banner__content a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 238px;
  height: 77px;
  opacity: 0.3;
  background: #fff;
  border-radius: 101.912px;
  animation: scale 0.8s ease-out infinite alternate;
  -webkit-animation: scale 0.8s ease-out infinite alternate;
}
@keyframes scale {
  0% {
    transform: translate(-50%, -50%) scale(1.035);
  }
  100% {
    transform: translate(-50%, -50%) scale(0.9);
  }
}/*# sourceMappingURL=style.css.map */