body {
  padding-bottom: 80px;
}

body {
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  color: #333;
  background-color: #fff;
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: inherit;
}

.hero-section {
  height: 1005px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F0F3F7 69%, #D8DFEB 100%);
  padding-top: 108px;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
}
.hero-section .hero-main-img {
  width: 174px;
  height: 174px;
  animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.hero-section .hero-badge-wrapper {
  border-radius: 14px 16px 16px 0;
  background: linear-gradient(94deg, #F50 3.32%, #D60505 63.09%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95px;
  height: 28px;
  color: #FFF;
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  right: -145px;
}
.hero-section .hero-title {
  color: #0064C0;
  font-family: "Microsoft YaHei UI";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.hero-section .hero-desc {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.hero-section .desc-lg {
  color: #19364C;
  font-family: "Microsoft YaHei UI";
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 53px;
}
.hero-section .desc-sm {
  color: #545454;
  font-family: "Microsoft YaHei UI";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}
.hero-section .hero-btn-box {
  width: 339px;
  height: 104px;
  position: relative;
  margin-top: 62px;
  overflow: hidden;
}
.hero-section .hero-btn-box .lineWrapper {
  opacity: 0.49;
  background: radial-gradient(39.17% 80.79% at 48.38% 58.58%, #FFF 0%, #FFF 22.6%, rgba(255, 255, 255, 0.6) 53.85%, rgba(255, 255, 255, 0.2) 83.65%, rgba(255, 255, 255, 0) 100%);
  mix-blend-mode: plus-lighter;
  filter: blur(5.6500000954px);
  width: 45.952px;
  height: 341.011px;
  transform: rotate(32.168deg);
  position: absolute;
  top: -122px;
  animation: lineWrapper 2200ms linear infinite;
}
@keyframes lineWrapper {
  0% {
    transform: translateX(-50px) rotate(32.168deg);
  }
  100% {
    transform: translateX(500px) rotate(32.168deg);
  }
}
.hero-section .hero-btn-box .hero-btn {
  display: block;
  border-radius: 8px;
  background: linear-gradient(94deg, #24AB01 5.07%, #1D8B00 115.16%);
  box-shadow: 0 4px 8.8px 0 rgba(44, 149, 54, 0.25);
  color: #FFF;
  text-align: center;
  text-shadow: 0 2px 0 rgba(1, 92, 16, 0.25);
  font-family: "Microsoft YaHei UI";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 339px;
  height: 104px;
  line-height: 104px;
  text-align: center;
}
.hero-section .hero-btn-box .hero-btn:hover {
  background: linear-gradient(90deg, #66CA4C 0%, #41BA21 100%);
  box-shadow: 0 4px 8.8px 0 rgba(44, 149, 54, 0.25);
}
.hero-section .hero-btn-box .hero-btn:active {
  background: linear-gradient(275deg, #1B8300 22.2%, #209D00 91.7%);
  box-shadow: 0 4px 8.8px 0 rgba(44, 149, 54, 0.25);
}
.hero-section .hero-features {
  margin-top: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 490px;
}
.hero-section .hero-features .feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 500ms ease;
}
.hero-section .hero-features .feature-item img {
  width: 80px;
  height: 80px;
}
.hero-section .hero-features .feature-item span {
  color: #333;
  font-family: "Microsoft YaHei UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
}
.hero-section .hero-features .feature-item:hover {
  transform: translateY(-12px);
}

.why-section {
  padding: 100px 0;
  background-color: #fff;
}
.why-section .section-title {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  color: #19364C;
  margin-bottom: 60px;
}
.why-section .why-grid {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.why-section .why-item {
  background: #F8F9FA;
  border-radius: 10px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.3s;
  border: 1px solid transparent;
}
.why-section .why-item:hover {
  box-shadow: 0px 14px 32px 0px rgba(128, 147, 145, 0.22);
  border-color: rgb(2, 175, 243);
  transform: translateY(-10px);
}
.why-section .why-item img {
  width: 110px;
  height: 110px;
  margin-bottom: 20px;
}
.why-section .why-item .why-text h3 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
}
.why-section .why-item .why-text p {
  font-size: 18px;
  color: #2D2D2D;
  line-height: 1.5;
}

.cta-section {
  position: relative;
  height: 364px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}
.cta-section .cta-bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cta-section .cta-bg-wrapper .cta-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(4px);
}
.cta-section .cta-content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.cta-section .cta-content h2 {
  font-size: 48px;
  font-weight: 700;
  color: #19364C;
  margin-bottom: 40px;
}
.cta-section .cta-content .cta-btn {
  display: inline-block;
  padding: 15px 60px;
  border: 2px solid #0056B3;
  border-radius: 56px;
  font-size: 24px;
  font-weight: 700;
  color: #0056B3;
  background: #fff;
  margin-bottom: 30px;
  transition: all 0.3s;
}
.cta-section .cta-content .cta-btn:hover {
  background: #ECF2FF;
  color: #0056B3;
}
.cta-section .cta-content .cta-btn:active {
  border-radius: 56px;
  border: 2px solid #75A0CF;
  background: #0056B3;
  color: #FFF;
}
.cta-section .cta-content p {
  font-size: 20px;
  color: #5D5D5D;
}

.faq-section {
  padding: 100px 0 180px;
  background-color: #fff;
}
.faq-section .section-title {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  color: #19364C;
  margin-bottom: 50px;
}
.faq-section .faq-list {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  max-width: 1160px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.faq-section .faq-item {
  border-bottom: 1px solid #B5B5B5;
  padding: 24px 0;
}
.faq-section .faq-item .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faq-section .faq-item .faq-question span {
  font-size: 24px;
  font-weight: 700;
  color: #0056B3;
}
.faq-section .faq-item .faq-question .faq-icon {
  width: 50px;
  height: 50px;
}
.faq-section .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin-top: 0;
  transition: opacity 0.4s ease, max-height 0.5s ease, margin-top 0.5s ease;
}
.faq-section .faq-item .faq-answer p {
  font-size: 24px;
  color: #545454;
  line-height: 1.5;
}
.faq-section .faq-item.active .faq-answer {
  max-height: 200px;
  opacity: 1;
  margin-top: 20px;
  transition: max-height 0.4s ease, opacity 0.3s ease, margin-top 0.4s ease;
}
.faq-section .faq-item.active .faq-question span {
  color: #19364C;
}
.faq-section .faq-item:not(.active) .faq-question span {
  color: #0056B3;
}
.faq-section .faq-item .faq-question svg {
  transition: transform 0.5s ease;
}

.top-box {
  position: absolute;
  width: 100%;
  height: 80px;
  background: #fff;
  z-index: 4;
}
.top-box .header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  z-index: 4;
}
.top-box .header-box .header-left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.top-box .header-box .header-left .logo {
  height: 40px;
}
.top-box .header-box .header-left > div {
  position: relative;
}
.top-box .header-box .header-left > div p {
  border-radius: 8px 6px 6px 0;
  background: linear-gradient(94deg, #F50 3.32%, #FF4000 35.1%, #D60505 63.09%);
  display: flex;
  width: 40px;
  height: 13px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 8.333px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  right: -40px;
  top: -10px;
}
.top-box .header-box .header-left > div span {
  background: linear-gradient(285deg, #005FB7 44.85%, #09F 82.39%, #0672B9 92.79%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Microsoft YaHei UI";
  font-size: 21.79px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.top-box .header-box .header-right a {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 24px;
}
.top-box .header-box .header-right a:hover {
  color: #0190F3;
}
.top-box .hidden-header-box {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  z-index: 3;
  bottom: 0;
}
.top-box .hidden-header-box .footer-downloadBox {
  background: #FFF;
  box-shadow: 1px -2px 10px 0px rgba(158, 158, 158, 0.19);
  height: 80px;
  width: 100%;
}
.top-box .hidden-header-box .footer-downloadBox .downloadBox-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  height: 80px;
}
.top-box .hidden-header-box .footer-downloadBox .downloadBox-content .downloadBox-left {
  display: flex;
  align-items: center;
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-box .hidden-header-box .footer-downloadBox .downloadBox-content .downloadBox-left img {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
.top-box .hidden-header-box .footer-downloadBox .downloadBox-content .downloadBox-left > div {
  position: relative;
}
.top-box .hidden-header-box .footer-downloadBox .downloadBox-content .downloadBox-left > div p {
  border-radius: 8px 6px 6px 0;
  background: linear-gradient(94deg, #F50 3.32%, #FF4000 35.1%, #D60505 63.09%);
  display: flex;
  width: 40px;
  height: 13px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-family: "Alibaba PuHuiTi 2.0";
  font-size: 8.333px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  right: -40px;
  top: -10px;
}
.top-box .hidden-header-box .footer-downloadBox .downloadBox-content .downloadBox-left > div span {
  background: linear-gradient(285deg, #005FB7 44.85%, #09F 82.39%, #0672B9 92.79%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Microsoft YaHei UI";
  font-size: 21.79px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.top-box .hidden-header-box .footer-downloadBox .downloadBox-content .downloadBox-right {
  display: flex;
  align-items: center;
}
.top-box .hidden-header-box .footer-downloadBox .downloadBox-content .downloadBox-right p {
  color: #878787;
  text-align: right;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.top-box .hidden-header-box .footer-downloadBox .downloadBox-content .downloadBox-right a {
  margin-left: 10px;
  border-radius: 36px;
  background: linear-gradient(93deg, #23AD00 13.95%, #1B8001 99.32%);
  box-shadow: 0 4px 9.8px 0 rgba(52, 137, 72, 0.38);
  display: flex;
  height: 46px;
  width: 135px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-family: "Microsoft YaHei UI";
  font-size: 15.739px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.top-box .hidden-header-box .footer-downloadBox .downloadBox-content .downloadBox-right a:hover {
  border-radius: 36px;
  background: linear-gradient(93deg, #79D162 13.95%, #42C022 99.32%);
  box-shadow: 0 4px 9.8px 0 rgba(52, 137, 72, 0.38);
}
.top-box .hidden-header-box .footer-downloadBox .downloadBox-content .downloadBox-right a:active {
  border-radius: 36px;
  background: linear-gradient(93deg, #1C8900 13.95%, #135D00 99.32%);
  box-shadow: 0 4px 9.8px 0 rgba(52, 137, 72, 0.38);
}

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