main {
  margin-top: 128px;
}

.hero {
  width: 100%;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 120px 0 100px 0;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/646_wm/banner_bg.png) no-repeat center/cover;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 78px;
}
.hero .content {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.hero .content .title {
  font-family: "Microsoft YaHei UI";
  font-size: 62px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 86.8px */
  background: linear-gradient(90deg, #0FD2FF 0%, #2C9FFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero .content .subtitle {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  color: #2F2F2F;
  font-family: "Microsoft YaHei";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 167%;
  /* 53.44px */
}
.hero .content .subtitle span:nth-of-type(2) {
  color: #29A2FF;
  font-weight: 700;
}
.hero .content .desc {
  color: #292929;
  font-family: "Microsoft YaHei";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 167%;
  /* 43.42px */
  margin-top: 15px;
}
.hero .content .cta-group {
  margin-top: 57px;
  display: flex;
  gap: 17px;
}
.hero .content .cta-group .btn {
  box-sizing: border-box;
  color: #FFF;
  font-family: "Microsoft YaHei UI";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.954px;
  display: flex;
  width: 219px;
  height: 78px;
  padding: 13.354px 18.123px;
  justify-content: center;
  align-items: center;
  gap: 9.538px;
  border-radius: 10px;
  background: linear-gradient(316deg, #2B9EFF 6.8%, #2B9EFF 22.44%, #27A7FF 48.82%, #0EF 104.52%);
}
.hero .content .cta-group .btn:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(316deg, #2B9EFF 6.8%, #2B9EFF 22.44%, #27A7FF 48.82%, #0EF 104.52%);
}
.hero .content .cta-group .btn:active {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(316deg, #2B9EFF 6.8%, #2B9EFF 22.44%, #27A7FF 48.82%, #0EF 104.52%);
}
.hero .content .os-support {
  color: rgba(102, 102, 102, 0.9);
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.8;
  margin-top: 35px;
}
.hero .visula {
  flex: 0 0 auto;
  width: 711px;
  min-width: 711px;
  min-height: 516px;
}
.hero .visula img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.advantages {
  background: #fff;
  padding: 82px 0 89px;
  box-sizing: border-box;
  min-width: -moz-max-content;
  min-width: max-content;
}

.advantages__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.advantages__title {
  margin: 0 0 54px;
  text-align: center;
  color: #00085b;
  font-family: "Microsoft YaHei";
  font-size: 46px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
}

.advantages__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 92px;
}

.advantages-card {
  flex: 0 0 auto;
  width: 339px;
  box-sizing: border-box;
  position: relative;
  padding: 0 19px 61px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 16px;
  background: linear-gradient(180deg, #a0dfff 0%, #e5f6ff 54.09%);
  cursor: default;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.advantages-card:hover {
  transform: translateY(-15px);
  z-index: 1;
  box-shadow: 0 0 39.2px rgba(82, 82, 82, 0.25);
}

.advantages-card__icon {
  flex-shrink: 0;
  width: 140px;
  height: 140px;
  margin-top: 25px;
  margin-bottom: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.advantages-card__icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.advantages-card__name {
  margin: 0 0 16px;
  color: #333;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
}

.advantages-card__desc {
  margin: 0;
  max-width: 301px;
  color: #696969;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.65;
  text-align: center;
}

.features {
  min-width: -moz-max-content;
  min-width: max-content;
}

.features__band {
  box-sizing: border-box;
  width: 100%;
}
.features__band--tint {
  background: #edf9ff;
  padding: 73px 24px 80px;
}
.features__band--plain {
  background: #fff;
  padding: 87px 24px 100px;
}

.features__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.features__title {
  margin: 0 0 100px;
  text-align: center;
  color: #00085b;
  font-family: "Microsoft YaHei UI";
  font-size: 46px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
}

.feature-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 56px;
  width: 100%;
  box-sizing: border-box;
}
.feature-item.reverse {
  flex-direction: row-reverse;
}

.feature-item__text {
  flex: 0 1 579px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.feature-item__intro {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.feature-item__heading {
  margin: 0 0 24px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 579px;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.5px;
  background: linear-gradient(91deg, #3481F2 52.47%, #48B9FF 101.03%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feature-item__desc {
  margin: 0;
  max-width: 579px;
  color: #0a003d;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 23px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.2px;
}

.feature-item__desc--single {
  max-width: 539px;
}

.feature-item__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.feature-item__list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: flex-start;
}

.feature-item__check {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.feature-item__check img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.feature-item__list li span:last-child {
  color: #696969;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}

.feature-item__cta {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9.538px;
  width: 230px;
  height: 64px;
  padding: 13.354px 18.123px;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
  background: linear-gradient(316deg, #2b9eff 6.8%, #2b9eff 22.44%, #27a7ff 48.82%, #00eeff 104.52%);
  color: #fff;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  transition: filter 0.25s ease, transform 0.2s ease;
}
.feature-item__cta:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(316deg, #2B9EFF 6.8%, #2B9EFF 22.44%, #27A7FF 48.82%, #0EF 104.52%);
}
.feature-item__cta:active {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(316deg, #2B9EFF 6.8%, #2B9EFF 22.44%, #27A7FF 48.82%, #0EF 104.52%);
}

.feature-item__cta-icon {
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
}
.feature-item__cta-icon img {
  display: block;
  width: 33px;
  height: 33px;
  -o-object-fit: contain;
     object-fit: contain;
}

.feature-item__visual {
  flex: 0 0 auto;
  width: 577px;
  min-width: 280px;
}

.feature-item.reverse .feature-item__visual {
  width: 605px;
}

.feature-item__figure {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.testimonials {
  min-width: -moz-max-content;
  min-width: max-content;
  box-sizing: border-box;
  padding: 70px 0 100px;
  background: #fff;
}

.testimonials__inner {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.testimonials__title {
  margin: 0 0 93px;
  text-align: center;
  color: #00085b;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 46px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
}

.testimonials__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 55px;
}

.testimonial-card {
  position: relative;
  flex: 0 0 auto;
  width: 363px;
  min-height: 321px;
  box-sizing: border-box;
  padding: 60px 32px 24px 32px;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 34px 0 rgba(231, 239, 255, 0.8);
}

.testimonial-card__quote {
  position: absolute;
  top: 24px;
  right: 24px;
  display: block;
  width: 40px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.testimonial-card__text {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 307px;
  color: #333;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  flex: 1 1 auto;
}

.testimonial-card__user {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  margin-top: 32px;
  flex-shrink: 0;
}

.testimonial-card__avatar {
  flex-shrink: 0;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.testimonial-card__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  min-width: 0;
}

.testimonial-card__name {
  color: #444;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}

.testimonial-card__role {
  margin-top: 13px;
  color: #757575;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.faqs {
  min-width: -moz-max-content;
  min-width: max-content;
  box-sizing: border-box;
}

.faqs__band {
  box-sizing: border-box;
  width: 100%;
}
.faqs__band--tint {
  background: linear-gradient(0deg, #EDF9FF 0%, #EDF9FF 100%);
  padding: 73px 24px 119px;
}

.faqs__inner {
  max-width: 1201px;
  margin: 0 auto;
}

.faqs__title {
  margin: 0 0 100px;
  text-align: center;
  color: #00085b;
  font-family: "Microsoft YaHei UI";
  font-size: 46px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
}

.faqs__list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1117px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.faqs__item {
  box-sizing: border-box;
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.35s ease, border-color 0.35s ease;
}
.faqs__item:not(.is-open) {
  background: #FCFCFC;
  min-height: 107px;
}
.faqs__item.is-open {
  background: #fff;
  border: 1px solid rgba(43, 158, 255, 0.55);
  box-shadow: 0 0 0 1px rgba(43, 158, 255, 0.08);
}

.faqs__trigger {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 34px 63px 34px 23px;
  gap: 20px;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
  box-sizing: border-box;
  min-height: 107px;
}
.faqs__trigger:focus-visible {
  outline: 2px solid #2b9eff;
  outline-offset: 2px;
}
.faqs__item.is-open .faqs__trigger {
  min-height: 0;
  padding-bottom: 21px;
}

.faqs__q-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
}
.faqs__q-icon img {
  display: block;
  width: 34px;
  height: 34px;
  -o-object-fit: contain;
     object-fit: contain;
}

.faqs__question {
  flex: 1 1 auto;
  min-width: 0;
  color: #333;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}

.faqs__chevron {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
}

.faqs__chev {
  display: block;
  width: 46px;
  height: 46px;
  -o-object-fit: contain;
     object-fit: contain;
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.faqs__item.is-open .faqs__chev {
  transform: rotate(0deg);
}

.faqs__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.faqs__item.is-open .faqs__panel {
  grid-template-rows: 1fr;
}

.faqs__panel-inner {
  overflow: hidden;
  min-height: 0;
}

.faqs__answer {
  padding: 26px 77px 38px 76px;
  color: #555;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}
.faqs__answer p {
  margin: 0;
}

@media (prefers-reduced-motion: reduce) {
  .faqs__panel,
  .faqs__item,
  .faqs__chev {
    transition: none;
  }
}/*# sourceMappingURL=style.css.map */