.hero-section {
  width: 100%;
  padding: 137px 0 57px;
  background: radial-gradient(47% 100% at 0% 100%, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(36% 72% at 89% 48%, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(90deg, #ebf7ee 0%, #e0f8e6 100%);
}
.hero-section .hero-content {
  width: 1200px;
  max-width: calc(100% - 64px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero-section .hero-left {
  flex: 0 0 600px;
  max-width: 600px;
}
.hero-section .hero-title {
  margin: 0 0 16px;
  color: #39b04c;
  font-family: "Microsoft YaHei UI";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
.hero-section .hero-subtitle {
  margin: 0 0 16px;
  color: #111827;
  font-family: "Microsoft YaHei UI";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}
.hero-section .hero-desc {
  margin: 0;
  color: #4b5563;
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.hero-section .hero-desc + .hero-desc {
  margin-top: 2px;
}
.hero-section .download-button {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  margin-top: 44px;
  width: 318px;
  min-height: 76px;
  border-radius: 8px;
  background: linear-gradient(180deg, #51ce65 0%, #39b04c 100%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
}
.hero-section .download-button img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  position: relative;
  z-index: 1;
}
.hero-section .download-button span {
  color: #fff;
  font-family: "Microsoft YaHei UI";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.hero-section .download-button::after {
  animation: btn-mask-spread 1.9s ease-out infinite;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  content: "";
  height: 280px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.08);
  transform-origin: center;
  width: 280px;
  z-index: 0;
}
.hero-section .hero-system {
  margin: 46px 0 0;
  color: #6a7887;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.65;
}
.hero-section .hero-right {
  width: 835px;
  height: 626px;
  aspect-ratio: 831/623;
}
.hero-section .hero-right img {
  width: 100%;
  display: block;
}

@media (max-width: 1280px) {
  .hero-section .hero-content {
    width: 100%;
    gap: 32px;
  }
  .hero-section .hero-left {
    flex-basis: 52%;
  }
  .hero-section .hero-right {
    flex-basis: 48%;
  }
  .hero-section .hero-title {
    font-size: 56px;
  }
  .hero-section .hero-subtitle {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .hero-section {
    padding: 52px 0 48px;
  }
  .hero-section .hero-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
  }
  .hero-section .hero-left,
  .hero-section .hero-right {
    flex: 1 1 auto;
    max-width: 100%;
    width: 100%;
  }
  .hero-section .hero-right {
    justify-content: center;
  }
  .hero-section .hero-title {
    font-size: 46px;
  }
  .hero-section .hero-subtitle {
    font-size: 34px;
  }
}
@keyframes btn-mask-spread {
  0% {
    transform: translate(-50%, -50%) scale(0.08);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
.intro-section {
  background: #FFF;
}
.intro-section .intro-content {
  width: 1200px;
  max-width: calc(100% - 64px);
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.intro-section .intro-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
  gap: 100px;
  width: 100%;
}
.intro-section .intro-box .intro-title {
  width: 1000px;
  max-width: 100%;
}
.intro-section .intro-box .intro-title h2 {
  color: #111827;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.intro-section .intro-box .intro-title p {
  margin-top: 28px;
  color: #4B5563;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
}
.intro-section .intro-box .intro-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.intro-section .intro-box .intro-item > img {
  width: 604px;
  max-width: 48%;
  height: auto;
}
.intro-section .intro-box .intro-item .intro-text {
  display: flex;
  flex-direction: column;
  width: 500px;
  gap: 24px;
}
.intro-section .intro-box .intro-item .intro-text p {
  color: #111827;
  font-family: "Microsoft YaHei UI";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.intro-section .intro-box .intro-item .intro-text > span {
  color: #4B5563;
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
}
.intro-section .intro-box .intro-item .intro-text .intro-scene {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
}
.intro-section .intro-box .intro-item .intro-text .intro-scene div {
  display: flex;
  padding: 8px 16px;
  align-items: flex-start;
  border-radius: 100px;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.intro-section .intro-box .intro-item .intro-text .intro-scene div.color-green {
  border: 1px solid rgba(57, 176, 76, 0.2);
  background: rgba(57, 176, 76, 0.1);
  color: #39B04C;
}
.intro-section .intro-box .intro-item .intro-text .intro-scene div.color-blue {
  border: 1px solid rgba(24, 151, 225, 0.2);
  background: rgba(24, 151, 225, 0.1);
  color: #1897E1;
}
.intro-section .intro-box .intro-item .intro-text .intro-scene div.color-purple {
  border: 1px solid rgba(162, 82, 247, 0.2);
  background: rgba(162, 82, 247, 0.1);
  color: #A252F7;
}
.intro-section .intro-box .intro-item .intro-text .intro-scene div.color-orange {
  border: 1px solid rgba(246, 175, 44, 0.2);
  background: rgba(246, 175, 44, 0.1);
  color: #F6AF2C;
}
.intro-section .intro-box .intro-item .intro-text .intro-scene div.color-red {
  border: 1px solid rgba(255, 86, 86, 0.2);
  background: rgba(255, 86, 86, 0.1);
  color: #FF5656;
}
.intro-section .intro-box .intro-item .intro-text .intro-scene div.color-gray {
  border: 1px solid rgba(147, 159, 178, 0.2);
  background: rgba(147, 159, 178, 0.1);
  color: #939FB2;
}
.intro-section .intro-box .intro-item .intro-text .download-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 232px;
  height: 64px;
  border-radius: 8px;
  background: linear-gradient(180deg, #51ce65 0%, #39b04c 100%);
  overflow: hidden;
}
.intro-section .intro-box .intro-item .intro-text .download-btn img {
  width: 32px;
  height: 32px;
}
.intro-section .intro-box .intro-item .intro-text .download-btn > span {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.intro-section .intro-box .intro-item .intro-text .download-btn::after {
  animation: btn-mask-spread 1.9s ease-out infinite;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  content: "";
  height: 200px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.08);
  transform-origin: center;
  width: 200px;
  z-index: 0;
}

.assess-section {
  background: #EAFCEF;
}
.assess-section .assess-content {
  width: 1200px;
  max-width: calc(100% - 64px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
}
.assess-section .assess-content h2 {
  color: #111827;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.assess-section .assess-content ul {
  margin-top: 68px;
  display: flex;
  justify-content: center;
  gap: 33px;
  list-style: none;
}
.assess-section .assess-content ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 40px 28px;
  border-radius: 24px;
  border: 1px solid rgba(57, 176, 76, 0.2);
  background: #FFF;
}
.assess-section .assess-content .assess-user {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.assess-section .assess-content .assess-user > img:first-child {
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}
.assess-section .assess-content .assess-user > div {
  margin-left: 14px;
  width: 85px;
}
.assess-section .assess-content .assess-user > div p:first-child {
  color: #111827;
  font-family: "Microsoft YaHei UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.assess-section .assess-content .assess-user > div p:last-child {
  margin-top: 4px;
  color: #6A7887;
  font-family: "Microsoft YaHei UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.assess-section .assess-content .assess-user > img:last-child {
  margin-left: 66px;
  width: 108px;
  height: auto;
  flex-shrink: 0;
}
.assess-section .assess-content li > p {
  width: 322px;
  color: #4B5563;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  text-align: left;
  margin: 0;
}

.problem-section {
  background: #FFF;
}
.problem-section .problem-content {
  width: 1200px;
  max-width: calc(100% - 64px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
}
.problem-section .problem-content h2 {
  color: #111827;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.problem-section .problem-content ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 1000px;
  max-width: 100%;
  list-style: none;
  padding: 0;
  margin: 54px 0 0 0;
}
.problem-section .problem-content ul li {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.problem-section .problem-content ul li > div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
  padding: 0 28px;
  border-radius: 8px;
  border: 1px solid rgba(57, 176, 76, 0.1);
  background: #FFF;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.problem-section .problem-content ul li > div:last-child {
  height: 98px;
  border-radius: 8px;
  padding: 0 28px 0 62px;
  background: linear-gradient(0deg, rgba(57, 176, 76, 0.03) 0%, rgba(57, 176, 76, 0.03) 100%), #F9FAFB;
  display: flex;
  align-items: center;
}
.problem-section .problem-content ul li > div:last-child p {
  color: #111827;
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.problem-section .problem-content ul li:not(.active) > div:last-child {
  display: none;
}
.problem-section .problem-content ul li.active > div:last-child {
  display: flex;
}
.problem-section .problem-content .problem-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.problem-section .problem-content .problem-left img {
  width: 22px;
  height: 22px;
}
.problem-section .problem-content .problem-left span {
  color: #111827;
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.problem-section .problem-content .problem-right {
  display: flex;
  align-items: center;
}
.problem-section .problem-content .problem-right img {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

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