.product-page {
  color: #141a24;
  font-family: "Microsoft YaHei", Arial, sans-serif;
  margin-top: 120px;
}

@keyframes spread {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.section2 {
  min-width: 1200px;
  height: 654px;
  background: #fff;
}
.section2__inner {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 100px 0 100px 0;
  box-sizing: border-box;
}
.section2__heading {
  text-align: center;
}
.section2__heading h2 {
  color: #151c29;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
.section2__heading p {
  margin-top: 24px;
  color: #697587;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}
.section2__list {
  display: flex;
  gap: 21px;
  margin-top: 100px;
}
.section2__card {
  width: 386px;
  height: 262px;
  padding: 40px 28px 0;
  border: 1px solid transparent;
  border-radius: 20px;
  box-sizing: border-box;
  transition: transform 0.3s ease;
}
.section2__card:hover {
  transform: translateY(-12px);
}
.section2__card--green {
  border-color: rgba(0, 203, 10, 0.25);
  background: #f4fef5;
}
.section2__card--orange {
  border-color: rgba(255, 122, 21, 0.25);
  background: #fef9f4;
}
.section2__card--blue {
  border-color: rgba(21, 92, 255, 0.25);
  background: #f4f7fe;
}
.section2__card > p {
  width: 330px;
  margin-top: 32px;
  color: #666;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
.section2__card-head {
  display: flex;
  align-items: center;
  gap: 20px;
}
.section2__card-head img {
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
}
.section2__card-head h3 {
  width: 196px;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.section3 {
  min-width: 1200px;
  height: 787px;
  background: linear-gradient(270deg, #f8fafe 0%, #e9f1ff 100%);
}
.section3__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 100px;
  box-sizing: border-box;
}
.section3__intro {
  position: relative;
  width: 440px;
}
.section3__eyebrow {
  width: 220px;
  color: #0d53ff;
  font-size: 40px;
  font-weight: 700;
  line-height: 20px;
}
.section3__title {
  margin-top: 20px;
  color: #161d2b;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}
.section3__desc {
  width: 440px;
  margin-top: 20px;
  color: #6b7688;
  font-size: 21px;
  font-weight: 400;
  line-height: 34px;
}
.section3__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 56px;
  margin-top: 22px;
  overflow: hidden;
  border-radius: 30px;
  background: linear-gradient(180deg, #0d53ff 0%, #1685ff 100%);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  user-select: none;
}
.section3__button span {
  position: relative;
  z-index: 1;
}
.section3__button i {
  position: absolute;
  width: 200px;
  height: 168px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.082);
  animation: spread 1.5s linear infinite;
  -webkit-animation: spread 1.5s both infinite;
}
.section3__visual {
  position: absolute;
  left: 0px;
  top: 227px;
  display: block;
  width: 504px;
  height: 448px;
  user-select: none;
}
.section3__list {
  display: flex;
  flex-direction: column;
  gap: 102px;
  width: 640px;
}
.section3__list.is-visible .section3__item {
  opacity: 1;
  transform: translateY(0);
}
.section3__list.is-visible .section3__item:nth-child(1) {
  transition-delay: 0s;
}
.section3__list.is-visible .section3__item:nth-child(2) {
  transition-delay: 0.3s;
}
.section3__list.is-visible .section3__item:nth-child(3) {
  transition-delay: 0.6s;
}
.section3__item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.section3__icon {
  width: 72px;
  height: 72px;
}
.section3__icon img {
  width: 72px;
  height: 72px;
}
.section3__text {
  width: 548px;
}
.section3__text h3 {
  color: #1b2432;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
.section3__text p {
  width: 548px;
  margin-top: 24px;
  color: #697587;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}

.section4 {
  min-width: 1200px;
  height: 798px;
  background: #fff;
}
.section4__inner {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 100px;
  box-sizing: border-box;
}
.section4__heading {
  text-align: center;
}
.section4__heading h2 {
  color: #151c29;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
.section4__heading p {
  margin-top: 24px;
  color: #697587;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}
.section4__list {
  display: grid;
  grid-template-columns: repeat(2, 580px);
  grid-auto-rows: 183px;
  gap: 40px;
  margin-top: 100px;
}
.section4__card {
  width: 580px;
  height: 183px;
  padding: 62px 60px 0 20px;
  box-sizing: border-box;
  overflow: hidden;
  background: url("https://res.callmysoft.com/wm-static-resource/wm/599_wm/section4-card.png") no-repeat center center;
  background-size: 100% 100%;
}
.section4__card h3 {
  color: #0d53ff;
  font-size: 20px;
  font-weight: 700;
  line-height: 21px;
  white-space: nowrap;
}
.section4__card p {
  width: 500px;
  margin-top: 28px;
  color: #666;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.section5 {
  min-width: 1200px;
  height: 300px;
  overflow: hidden;
  background: url("https://res.callmysoft.com/wm-static-resource/wm/599_wm/section5-bg.png") no-repeat center top;
  background-size: cover;
}
.section5__inner {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.section5__content {
  position: absolute;
  left: 146px;
  top: 60px;
}
.section5__content h2 {
  width: 620px;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}
.section5__content p {
  width: 520px;
  margin-top: 22px;
  color: #dcebff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
}
.section5__download {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 280px;
  height: 68px;
  margin-top: 40px;
  overflow: hidden;
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 14px 28px rgba(0, 59, 156, 0.16);
  color: #0d53ff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  user-select: none;
}
.section5__download:hover, .section5__download:active {
  background: linear-gradient(0deg, rgba(13, 83, 255, 0.2) 0%, rgba(13, 83, 255, 0.2) 100%), #FFF;
  box-shadow: 0 14px 28px 0 rgba(0, 59, 156, 0.16);
}
.section5__download span,
.section5__download img {
  position: relative;
  z-index: 1;
}
.section5__download-icon {
  display: block;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
}
.section5__visual {
  position: absolute;
  right: 145px;
  top: 43px;
  display: block;
  width: 241px;
  height: 214px;
  pointer-events: none;
  user-select: none;
}

@media (prefers-reduced-motion: reduce) {
  .section3__item {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.section1 {
  min-width: 1200px;
  height: 780px;
  overflow: hidden;
  background: url("https://res.callmysoft.com/wm-static-resource/wm/599_wm/section1-bg.png") no-repeat center top;
  background-size: cover;
}
.section1__inner {
  --section1-inner-padding-top: 164px;
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: var(--section1-inner-padding-top);
  box-sizing: border-box;
}
.section1__content {
  z-index: 2;
  width: 600px;
}
.section1__title {
  color: #141a24;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}
.section1__title-line {
  display: block;
  white-space: nowrap;
}
.section1__title-line--sub {
  margin-top: 4px;
  color: #333;
  font-size: 48px;
}
.section1__title-line em {
  color: #0d53ff;
  font-style: normal;
}
.section1__title-decor {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.section1__decor-line {
  position: absolute;
  z-index: -1;
  left: 20px;
  top: 20px;
  width: 180px;
  height: 50px;
  pointer-events: none;
}
.section1__desc {
  margin-top: 18px;
  color: #5f6b7c;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}
.section1__download {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 360px;
  height: 92px;
  margin-top: 44px;
  overflow: hidden;
  border-radius: 46px;
  background: linear-gradient(180deg, #0d53ff 0%, #1685ff 100%);
  color: #fff;
  box-shadow: 0 18px 32px rgba(13, 83, 255, 0.2);
  user-select: none;
}
.section1__download i {
  position: absolute;
  width: 355px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.082);
  animation: spread 1.5s linear infinite;
  -webkit-animation: spread 1.5s both infinite;
}
.section1__download-icon {
  position: relative;
  z-index: 1;
  display: block;
  width: 48px;
  height: 48px;
}
.section1__download-text {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.section1__system {
  width: 360px;
  margin-top: 20px;
  color: #8b97a8;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}
.section1__visual {
  position: absolute;
  z-index: 1;
  left: 580px;
  top: calc(var(--section1-inner-padding-top) - 25px);
  width: 720px;
  height: 486px;
  max-width: none;
  pointer-events: none;
  user-select: none;
}

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