.banner-section *,
.why-section *,
.scene-section *,
.feature-section *,
.steps-section *,
.cta-section * {
  box-sizing: border-box;
}

.banner-section .banner-btn,
.cta-section .cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  padding: 1px 29px;
  border-radius: 8px;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
  cursor: pointer;
}

.banner-section .banner-btn-primary,
.cta-section .cta-btn-primary {
  color: #fff;
}
.banner-section .banner-btn-primary:hover,
.cta-section .cta-btn-primary:hover {
  transform: translateY(-5px);
  transition: transform 0.3s ease-in-out;
}

.banner-section .banner-btn-secondary,
.cta-section .cta-btn-secondary {
  border: 1px solid #bceacf;
  color: #087a3b;
  background: #fff;
}
.banner-section .banner-btn-secondary:hover,
.cta-section .cta-btn-secondary:hover {
  background: #cef1d0;
}

.banner-section .qrcode-btn,
.cta-section .qrcode-btn {
  position: relative;
}
.banner-section .qrcode-btn .qrcode-box,
.cta-section .qrcode-btn .qrcode-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  top: 116%;
  width: 152px;
  padding: 12px;
  border-radius: 8px;
  background: #fff;
  cursor: default;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.banner-section .qrcode-btn .qrcode-box::before,
.cta-section .qrcode-btn .qrcode-box::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  height: 10px;
}
.banner-section .qrcode-btn .qrcode-box .qrcode,
.cta-section .qrcode-btn .qrcode-box .qrcode {
  width: 128px;
  height: 128px;
}
.banner-section .qrcode-btn .qrcode-box span,
.cta-section .qrcode-btn .qrcode-box span {
  color: #86909c;
  text-align: center;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.banner-section .qrcode-btn:hover .qrcode-box,
.cta-section .qrcode-btn:hover .qrcode-box {
  opacity: 1;
  pointer-events: auto;
}

.banner-section {
  margin-top: 116px;
  border-bottom: 1px solid #dcefe3;
  background: url("https://res.yixingsoft.com/wm-static-resource/fanbai_wm/yixing_wm/product/669/banner-bg.png") no-repeat center top/cover;
  overflow: hidden;
}
.banner-section .banner-inner {
  display: flex;
  align-items: flex-start;
  width: 1200px;
  margin: 0 auto;
  padding-top: 220px;
}
.banner-section .banner-content {
  width: 670px;
  flex-shrink: 0;
}
.banner-section .banner-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  height: 36px;
  padding: 1px 17px 1px 13px;
  border: 1px solid rgba(22, 201, 91, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 28px rgba(6, 61, 36, 0.08);
}
.banner-section .banner-tag img {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.banner-section .banner-tag span {
  color: #087a3b;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: normal;
  white-space: nowrap;
}
.banner-section h1 {
  margin-top: 23px;
  color: #082416;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 77px;
  letter-spacing: 3px;
}
.banner-section h1 span {
  color: #087a3b;
}
.banner-section .banner-desc {
  width: 670px;
  margin-top: 23px;
  color: #86909c;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}
.banner-section .banner-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 32px;
}
.banner-section .banner-btn-primary {
  background: linear-gradient(140deg, #79FF4D 7.48%, #27CC50 45.95%, #00993E 92.97%);
  box-shadow: 0 18px 42px 0 rgba(22, 201, 91, 0.32);
}
.banner-section .banner-btn-secondary {
  box-shadow: 0 16px 36px 0 rgba(6, 61, 36, 0.08);
}
.banner-section .banner-system {
  margin-top: 32px;
  color: #6a7c73;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
.banner-section .banner-preview {
  width: 638px;
  margin-top: -172px;
  margin-right: -1px;
  flex-shrink: 0;
}
.banner-section .banner-preview img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.why-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 68px;
  padding: 120px 0;
  background: linear-gradient(180deg, rgba(247, 255, 248, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%);
}
.why-section .why-heading {
  width: 815px;
  text-align: center;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
}
.why-section .why-label {
  margin: 0;
  color: #07863f;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
}
.why-section h2 {
  margin: 16px 0 0;
  color: #102018;
  font-size: 40px;
  font-weight: 700;
  line-height: 49.56px;
}
.why-section .why-desc {
  margin: 16px 0 0;
  color: #617268;
  font-size: 17px;
  font-weight: 400;
  line-height: 30.6px;
}
.why-section .why-list {
  display: flex;
  align-items: stretch;
  gap: 18px;
  width: 1200px;
  height: 188px;
}
.why-section .why-card {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  min-height: 188px;
  padding: 25px;
  border: 1px solid #dbece2;
  border-top-width: 4px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 50px 0 rgba(6, 61, 36, 0.07);
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
}
.why-section .why-card h3 {
  margin: 0;
  color: #0c1c14;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
.why-section .why-card p {
  width: 237px;
  margin: 12px 0 0;
  color: #617268;
  font-size: 15px;
  font-weight: 400;
  line-height: 26.25px;
}
.why-section .why-card:hover {
  transform: translateY(-10px);
  transition: transform 0.3s ease-in-out;
}
.why-section .why-card-green {
  border-top-color: #16c95b;
}
.why-section .why-card-blue {
  border-top-color: #2a9bff;
}
.why-section .why-card-orange {
  border-top-color: #ff9f43;
}
.why-section .why-card-red {
  border-top-color: #ff6b6b;
}

.scene-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 0;
  background: linear-gradient(180deg, rgba(247, 255, 248, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%), radial-gradient(89.05% 234.85% at 15% 30%, rgba(229, 242, 255, 0.74) 0%, rgba(229, 242, 255, 0) 28%), radial-gradient(88.56% 233.57% at 84% 74%, rgba(235, 255, 244, 0.8) 0%, rgba(235, 255, 244, 0) 24%), var(--Color, #FFF);
}
.scene-section .scene-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 68px;
  width: 1200px;
}
.scene-section .scene-heading {
  width: 1088px;
  text-align: center;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
}
.scene-section .scene-label {
  margin: 0;
  color: #07863f;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
}
.scene-section h2 {
  margin: 8px 0 0;
  color: #102018;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 49.56px;
  text-align: center;
}
.scene-section .scene-desc {
  margin: 8px 0 0;
  color: #617268;
  font-size: 17px;
  font-weight: 400;
  line-height: 30.6px;
}
.scene-section .scene-list {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  width: 1200px;
  height: 338px;
}
.scene-section .scene-card {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  align-items: flex-start;
  min-width: 1px;
  min-height: 338px;
  align-self: stretch;
  padding: 23px;
  border: 1px solid #dbece2;
  border-radius: 8px;
  background: linear-gradient(180deg, #f4fff6 0%, #fff 100%), #fff;
  box-shadow: 0 20px 25px rgba(6, 61, 36, 0.07);
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
}
.scene-section .scene-card:hover {
  transform: translateY(-10px);
  transition: transform 0.3s ease-in-out;
}
.scene-section .scene-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 162px;
  border-radius: 8px;
  overflow: hidden;
}
.scene-section .scene-img img {
  display: block;
  width: 224px;
  max-width: 100%;
  max-height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.scene-section .scene-card:first-child .scene-img img {
  width: 182px;
  height: 130px;
}
.scene-section h3 {
  margin: 18px 0 0;
  color: #0c1c14;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
.scene-section .scene-card p {
  width: 241px;
  margin: 10px 0 0;
  color: #617268;
  font-size: 15px;
  font-weight: 400;
  line-height: 26.7px;
}

.feature-section {
  padding: 120px 0;
  background: linear-gradient(180deg, rgba(247, 255, 248, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%), radial-gradient(89.05% 234.85% at 15% 30%, rgba(229, 242, 255, 0.74) 0%, rgba(229, 242, 255, 0) 28%), radial-gradient(88.56% 233.57% at 84% 74%, rgba(235, 255, 244, 0.8) 0%, rgba(235, 255, 244, 0) 24%), #fff;
}
.feature-section .feature-inner {
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
}
.feature-section .feature-heading {
  width: 760px;
  margin: 0 auto;
  text-align: center;
}
.feature-section .feature-label {
  margin: 0;
  color: #07863f;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  white-space: nowrap;
}
.feature-section h2 {
  margin: 12px 0 0;
  color: #102018;
  font-size: 40px;
  font-weight: 700;
  line-height: 49.56px;
  white-space: nowrap;
}
.feature-section .feature-desc {
  margin: 16px 0 0;
  color: #617268;
  font-size: 17px;
  font-weight: 400;
  line-height: 30.6px;
  white-space: nowrap;
}
.feature-section .feature-list {
  display: flex;
  flex-direction: column;
  gap: 68px;
  margin-top: 68px;
}
.feature-section .feature-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
  gap: 130px;
}
.feature-section .feature-item-reverse {
  gap: 37px;
}
.feature-section .feature-item-reverse .feature-content {
  width: 496px;
  margin-left: 185px;
}
.feature-section .feature-item-reverse .feature-visual {
  margin-left: 0;
  margin-right: 120px;
}
.feature-section .feature-visual {
  position: relative;
  width: 360px;
  height: 400px;
  flex-shrink: 0;
  margin-left: 148px;
  margin-bottom: 30px;
}
.feature-section .feature-content {
  width: 608px;
  padding-top: 6px;
  flex-shrink: 0;
}
.feature-section .feature-content h3 {
  margin: 0;
  color: #102018;
  font-size: 36px;
  font-weight: 700;
  line-height: 44.84px;
  white-space: nowrap;
}
.feature-section .feature-content p {
  margin: 18px 0 0;
  color: #617268;
  font-size: 16px;
  font-weight: 400;
  line-height: 29.6px;
  white-space: nowrap;
}
.feature-section .feature-content ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.feature-section .feature-content li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #29463a;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  white-space: nowrap;
}
.feature-section .feature-content li img {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.feature-section .feature-preview-img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.steps-section {
  padding: 92px 0;
  background: radial-gradient(84.28% 354.81% at 82% 18%, rgba(223, 255, 100, 0.25) 0%, rgba(223, 255, 100, 0) 13.69%), linear-gradient(135deg, #064225 0%, #0FA64F 56%, #00B7A4 100%);
}
.steps-section .steps-inner {
  width: 1200px;
  margin: 0 auto;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
}
.steps-section .steps-heading {
  width: 760px;
}
.steps-section .steps-label {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
}
.steps-section h2 {
  margin: 12px 0 0;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 49.56px;
  white-space: nowrap;
}
.steps-section .steps-desc {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  font-weight: 400;
  line-height: 30.6px;
  white-space: nowrap;
}
.steps-section .steps-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 1200px;
  margin-top: 42px;
}
.steps-section .steps-card {
  min-height: 228px;
  padding: 31px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
}
.steps-section strong {
  display: block;
  color: #dfff64;
  font-size: 44px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
.steps-section h3 {
  margin: 30px 0 0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
.steps-section .steps-card p {
  width: 325px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
}

.cta-section {
  padding: 74px 0;
  background: linear-gradient(170.48deg, rgba(25, 200, 90, 0.12) 0%, rgba(156, 193, 69, 0.14) 50%, rgba(255, 188, 53, 0.16) 100%), #fff;
}
.cta-section .cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 1180px;
  margin: 0 auto;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
}
.cta-section .cta-heading {
  width: 760px;
  text-align: center;
}
.cta-section h2 {
  margin: 0;
  color: #162126;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 53.36px;
  white-space: nowrap;
}
.cta-section p {
  margin: 16px 0 0;
  color: #66737a;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 29.24px;
  white-space: nowrap;
}
.cta-section .cta-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}
.cta-section .cta-btn-primary {
  background: linear-gradient(163.91deg, #79ff4d 7.48%, #27cc50 45.95%, #00993e 92.97%);
  box-shadow: 0 18px 21px rgba(22, 201, 91, 0.32);
}
.cta-section .cta-btn-secondary {
  box-shadow: 0 16px 18px rgba(6, 61, 36, 0.08);
}/*# sourceMappingURL=style.css.map */