.hero-section {
  position: relative;
  min-height: 666px;
  background: url("https://res.daetool.com/wm-static-resource/Sem/979_sem/banner_background_picture.png") no-repeat center/cover;
  box-sizing: border-box;
}
.hero-section .hero-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 1211px;
  margin: 0 auto;
  padding: 127px 0 0;
  box-sizing: border-box;
}
.hero-section .hero-content {
  width: 499px;
  padding-top: 24px;
}
.hero-section .hero-title {
  margin: 0;
  color: #181a34;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 3.68px;
}
.hero-section .hero-title .hero-title-line {
  display: block;
}
.hero-section .hero-title .hero-title-gradient {
  background: linear-gradient(90deg, #2b4ff6 54.33%, #b86cf7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-section .hero-desc {
  margin: 28px 0 0;
  color: #6f7a91;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.32px;
}
.hero-section .hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 45px;
}
.hero-section .hero-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 208px;
  height: 60px;
  border-radius: 30px;
  box-sizing: border-box;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.8px;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.hero-section .hero-btn img {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.hero-section .hero-btn-download {
  background: #395cff;
  color: #fff;
}
.hero-section .hero-btn-buy {
  border: 1.5px solid #395CFF;
  color: #395CFF;
}
.hero-section .hero-compat {
  margin: 27px 0 0;
  color: #6f7a91;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.28px;
}
.hero-section .hero-visual {
  width: 669px;
  flex-shrink: 0;
}
.hero-section .hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.1) translateY(-34px);
}

.feature-section {
  padding: 50px 0 67px;
  background: #fff;
}
.feature-section .feature-inner {
  width: 1200px;
  margin: 0 auto;
}
.feature-section .feature-header {
  text-align: center;
}
.feature-section .feature-title {
  margin: 0;
  color: #181a34;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.8px;
}
.feature-section .feature-subtitle {
  margin: 29px 0 0;
  color: #6f7a91;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
.feature-section .feature-list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 36px;
  margin-top: 71px;
}
.feature-section .feature-card {
  display: flex;
  align-items: flex-start;
  width: 582px;
  min-height: 188px;
  padding: 43px 0 43px 43px;
  box-sizing: border-box;
  border-radius: 17.116px;
  background: #fff;
  border: 1px solid transparent;
  box-shadow: 0 11.41px 26.719px 0 rgba(63, 80, 91, 0.1);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s ease;
}
.feature-section .feature-card:hover {
  transform: translateY(-8px);
  border-color: rgba(57, 92, 255, 0.12);
  box-shadow: 0 24px 48px 0 rgba(57, 92, 255, 0.1), 0 12px 24px 0 rgba(63, 80, 91, 0.08);
}
.feature-section .feature-icon {
  flex-shrink: 0;
  width: 102px;
  height: 102px;
}
.feature-section .feature-icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.feature-section .feature-content {
  flex: 1;
  min-width: 0;
  margin-left: 32px;
  padding-top: 9px;
}
.feature-section .feature-content h3 {
  margin: 0;
  color: #181a34;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.1px;
}
.feature-section .feature-content p {
  margin: 17px 0 0;
  color: #6f7a91;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
}

.advantage-section {
  padding: 60px 0 100px;
  background: #fff;
}
.advantage-section .advantage-inner {
  display: flex;
  flex-direction: column;
  gap: 108px;
}
.advantage-section .advantage-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 87px;
}
.advantage-section .advantage-text {
  flex: 1;
  min-width: 0;
  max-width: 492px;
}
.advantage-section .advantage-text h2 {
  margin: 0;
  color: #181a34;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.84px;
}
.advantage-section .advantage-text p {
  margin: 36px 0 0;
  color: #6f7a91;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}
.advantage-section .advantage-visual {
  flex-shrink: 0;
  width: 641px;
}
.advantage-section .advantage-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
}

.testimonial-section {
  position: relative;
  padding: 82px 0 0;
  overflow: hidden;
  background: #fff;
}
.testimonial-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 235px;
  width: 100%;
  height: 384px;
  background: linear-gradient(180deg, #fff 0%, #f9f9ff 100%);
  pointer-events: none;
}
.testimonial-section .testimonial-inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.testimonial-section .testimonial-header {
  text-align: center;
}
.testimonial-section .testimonial-title {
  margin: 0;
  color: #181a34;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.8px;
}
.testimonial-section .testimonial-subtitle {
  margin: 27px 0 0;
  color: #6f7a91;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.2px;
}
.testimonial-section .testimonial-subtitle span {
  margin: 0 2px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.64px;
  background: linear-gradient(90deg, #2b4ff6 0%, #b66cf7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.testimonial-section .testimonial-marquee {
  margin-top: 78px;
  overflow: hidden;
}
.testimonial-section .testimonial-track {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 34px;
  padding-bottom: 80px;
}
.testimonial-section .testimonial-marquee .js-marquee-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
}
.testimonial-section .testimonial-marquee .js-marquee {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 34px;
  float: none !important;
  margin-right: 34px !important;
}
.testimonial-section .testimonial-card {
  flex: 0 0 auto;
  width: 371px;
  min-height: 261px;
  padding: 25px 30px 30px;
  border-radius: 17.116px;
  border: 1px solid #f0effa;
  background: #fff;
  box-shadow: 0 11.41px 26.719px 0 rgba(63, 80, 91, 0.1);
  box-sizing: border-box;
}
.testimonial-section .testimonial-card + .testimonial-card {
  margin-left: 0;
}
.testimonial-section .testimonial-card-head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.testimonial-section .testimonial-card-head > img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.testimonial-section .testimonial-author {
  padding-top: 4px;
}
.testimonial-section .testimonial-author h3 {
  margin: 0;
  color: #181a34;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
}
.testimonial-section .testimonial-author p {
  margin: 10px 0 0;
  color: #6f7a91;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
}
.testimonial-section .testimonial-content {
  margin: 25px 0 0;
  color: #6f7a91;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  min-height: 95px;
}
.testimonial-section .testimonial-stars {
  display: flex;
  justify-content: center;
  margin-top: 33px;
}
.testimonial-section .testimonial-stars img {
  display: block;
}

.cta-section {
  padding: 92px 0;
  background: #fff;
}
.cta-section .cta-inner {
  position: relative;
  width: 1200px;
  height: 266px;
  margin: 0 auto;
  border-radius: 14px;
  overflow: hidden;
  background: url("https://res.daetool.com/wm-static-resource/Sem/979_sem/banner__background_picture.png") no-repeat center/cover;
  box-sizing: border-box;
}
.cta-section .cta-content {
  position: relative;
  z-index: 1;
  padding: 56px 0 0 207px;
}
.cta-section .cta-title {
  position: relative;
  display: inline;
  margin: 0;
  color: #fff;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.5px;
}
.cta-section .cta-title::after {
  z-index: -1;
  content: "";
  position: absolute;
  right: -17%;
  bottom: -10px;
  width: 94px;
  height: 25px;
  background: url(https://res.daetool.com/wm-static-resource/Sem/979_sem/icon-decorate.png) no-repeat center/contain;
  transform: translateX(-50%);
}
.cta-section .cta-desc {
  margin: 22px 0 0;
  color: #fff;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.8px;
}
.cta-section .cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 208px;
  height: 60px;
  margin-top: 30px;
  border-radius: 30px;
  background: #fff;
  box-sizing: border-box;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cta-section .cta-btn img {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.cta-section .cta-btn span {
  color: #4e7efa;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.8px;
}/*# sourceMappingURL=style.css.map */