body {
  background: rgba(245, 245, 245, 1);
}
.section1 {
  margin-top: 70px;
  width: 100%;
  height: 505px;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 12.08%,
    rgba(96, 179, 51, 0.18) 106.34%
  );
  text-align: center;
}
.section1 .ai-img {
  margin-top: 100px;
  margin-bottom: 39px;
}
.section1 .p1 {
  text-align: center;
  color: rgba(25, 25, 25, 1);
  font-weight: 900;
  font-size: 48px;
  margin-bottom: 20px;
}
.section1 .p2 {
  height: 21px;
  color: rgba(25, 25, 25, 0.6);

  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 43px;
}
.section1 .link {
  width: fit-content;
  height: fit-content;
  display: inline-flex;
  place-content: center;
  place-items: center;
  gap: 10px;
  padding: 10px 22px;
  border-radius: 100px;
  background: rgba(127, 200, 87, 1);
  text-align: center;
  color: rgba(255, 255, 255, 1);

  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
.section2 {
  max-width: 1440px;
  margin: 0 auto;
}
.section2 .row1 {
  margin-bottom: 80px;
}
.section2 .row2 {
  margin-bottom: 56px;
}
.section2 .colL {
  padding-right: 16px;
}
.section2 .colZ {
  display: flex;
  justify-content: center;
  padding-left: 8px;
  padding-right: 8px;
}
.section2 .colZ2 {
  display: flex;
  justify-content: center;
  padding-left: 16px;
  padding-right: 8px;
}
.section2 .colR {
  display: flex;
  justify-content: flex-end;
  padding-left: 16px;
}
.section2 .feature {
  width: 100%;
  height: 130px;
  border-radius: 24px;
  border: 1px solid rgba(237, 237, 237, 1);
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section2 .feature1 {
  width: 100%;
  height: 170px;
  border-radius: 24px;
  border: 1px solid rgba(237, 237, 237, 1);
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
  text-align: left;
  padding: 41px 32px 0 32px;
  margin-bottom: 24px;
}
.section2 .feature .p1 {
  height: 38px;
  text-align: center;
  color: rgba(127, 200, 87, 1);

  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
}
.section2 .feature .p2 {
  height: 16px;
  text-align: center;
  color: rgba(25, 25, 25, 0.6);

  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.section2 .feature1 .p3 {
  color: rgba(25, 25, 25, 1);
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 16px;
}
.section2 .feature1 .p4 {
  color: rgba(25, 25, 25, 0.6);

  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.section2 h1 {
  text-align: center;
  color: rgba(25, 25, 25, 1);
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 15px;
}
.section2 h4 {
  height: 22px;
  text-align: center;
  color: rgba(25, 25, 25, 0.6);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 55px;
}
.section3 {
  background: rgba(255, 255, 255, 1);
  padding-top: 80px;
  padding-bottom: 80px;
}
.section3 h1 {
  text-align: center;
  color: rgba(25, 25, 25, 1);
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 16px;
}
.section3 h4 {
  text-align: center;
  color: rgba(25, 25, 25, 0.6);
  font-family: "PingFang SC";
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 50px;
}
.section3 .content {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  margin-bottom: 80px;
}
.section3 .content:last-child {
  margin-bottom: 0;
}
.section3 .content .div_left {
  width: 54.3%;
  flex-shrink: 0;
}
.section3 .content .div_left video {
  width: 100%;
  height: auto;
}
.section3 .content .div_right {
  flex: 1;
  padding-left: 60px;
  padding-top: 92px;
}
.section3 .content .div_right.div_right2 {
    padding-top: 47px;
}
.section3 .content .div_right.left {
  padding-left: 0;
  padding-right: 60px;
}
.section3 .content .div_right h1 {
  color: rgba(0, 0, 0, 1);
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 16px;
  text-align: center;
  color: rgba(127, 200, 87, 1);
}
.section3 .content .div_right p {
  color: rgba(25, 25, 25, 0.6);
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 32px;
}
.section3 .content .div_right .div_info .span_info {
  border-radius: 12px;
  background: rgba(239, 246, 255, 1);
  margin-right: 24px;
  padding: 25px 34px;
  display: inline-block;
  text-align: center;
}
.section3 .content .div_right .div_info .span_info.pd25 {
  padding: 25px;
}
.section3 .content .div_right .div_info .span_info.pd10 {
  padding: 25px 10px;
}
.section3 .content .div_right .div_info .span_info:last-child {
  margin-right: 0;
}
.section3 .content .div_right .div_info .span_info .sp1 {
  color: rgba(37, 115, 255, 1);
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 6px;
}
.section3 .content .div_right .div_info .span_info .sp2 {
  color: rgba(25, 25, 25, 0.6);
  font-weight: 400;
  font-size: 14px;
}
.section4 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.section4 h1 {
  text-align: center;
  color: rgba(18, 21, 24, 1);
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1440px) {
  .section2 {
    padding: 0 20px;
  }
  .section3 {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 1366px) {
  .section3 {
    padding: 60px 20px;
  }
  .section3 .content .div_right .div_info .span_info {
    padding: 18px;
    margin-right: 12px;
  }
  .section3 .content .div_right .div_info .span_info.pd25 {
    padding: 18px;
  }
  .section3 .content .div_right .div_info .span_info.pd10 {
    padding: 18px 10px;
  }
  .section2 .feature1 {
    padding: 30px 30px 0 30px;
  }
  .section3 .content .div_right {
    padding-left: 40px;
    padding-top: 70px;
  }
  .section3 .content .div_right.div_right2 {
    padding-top: 27px;
  }
  .section3 .content .div_right.left {
    padding-right: 40px;
  }
  .section3 .content {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1265px) {
  .section2 .row2 {
    margin-bottom: 30px;
  }
  .section3 .content {
    margin-bottom: 40px;
  }
  .section3 .content .div_right {
    padding-left: 20px;
    padding-top: 40px;
  }
  .section3 .content .div_right.div_right2 {
    padding-top: 20px;
  }
  .section3 .content .div_right.left {
    padding-right: 20px;
  }
  .section3 .content .div_right .div_info .span_info {
    padding: 10px;
    margin-right: 12px;
  }
  .section3 .content .div_right .div_info .span_info .sp2 {
    font-size: 12px;
  }
  .section3 .content .div_right .div_info .span_info.pd25 {
    padding: 10px;
  }
  .section3 .content .div_right .div_info .span_info.pd10 {
    padding: 10px 4px;
  }
  .section3 .content .div_right .div_info .span_info .sp1 {
    font-size: 28px;
  }
}

@media screen and (min-width: 768px) and (max-width: 920px) {
  .section3 .content .div_right.div_right2 {
    padding-top: 0;
  }
  .section3 .content .div_right .div_info .span_info {
    padding: 8px;
    margin-right: 10px;
  }
  .section1 .p1 {
    font-size: 46px;
  }
  .section2 .feature1 .p3 {
    font-size: 16px;
  }
  .section2 .feature1 .p4 {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .section1 .p1 {
    font-size: 40px;
  }
  .section2 .feature1 .p3 {
    font-size: 14px;
  }
  .section2 .feature1 .p4 {
    font-size: 12px;
  }
  .section3 h1 {
    font-size: 32px;
  }
  .section3 .content {
    flex-direction: column;
  }
  .section3 .content .div_left {
    width: 100%;
    order: 2;
  }
  .section3 .content .div_right {
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 30px;
    order: 1;
    text-align: center;
  }
  .section3 .content .div_right.left {
    padding-right: 0;
  }
  .section3 .content .div_right .div_info .span_info {
    margin-bottom: 12px;
  }
  .section3 .content .div_right h1 {
    text-align: center;
  }
  .section4 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .section4 h1 {
    font-size: 32px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .section1 {
    height: 460px;
  }
  .section1 .p1 {
    font-size: 30px;
  }
  .section2 .colL {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .section2 .colZ,.section2 .colZ2 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .section2 .colR {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .section2 .feature1 {
    height: auto;
    padding: 30px;
    margin-bottom: 0;
  }
  .section2 h1 {
    font-size: 32px;
  }
  .section2 .row1 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 430px) {
  .section1 .p1 {
    font-size: 24px;
  }
  .section1 .p2 {
    font-size: 14px;
  }
  .section3 h1 {
    font-size: 24px;
  }
  .section3 h4 {
    font-size: 14px;
  }
  .section4 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .section4 h1 {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 390px) {
  .section1 .p1 {
    font-size: 22px;
  }
  .section1 .p2 {
    font-size: 12px;
  }
  .section2 h1 {
    font-size: 30px;
  }
  .section3 h1 {
    font-size: 22px;
  }
  .section3 h4 {
    font-size: 12px;
  }
  .section4 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .section4 h1 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

/* Plyr 视频播放器样式适配 */
.section3 .content .video-container {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
}
/* 视频加载遮罩 */
.video-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: opacity 0.4s ease;
  border-radius: 12px;
}
.video-loading-overlay.video-loaded {
  opacity: 0;
  pointer-events: none;
}
.video-loading-spinner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.video-loading-spinner .spinner-ring {
  width: 48px;
  height: 48px;
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-top-color: rgba(127, 200, 87, 1);
  border-radius: 50%;
  animation: video-spin 0.8s linear infinite;
}
.video-loading-spinner .loading-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}
@keyframes video-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.section3 .content .video-container video {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}
.section3 .content .plyr {
  border-radius: 12px;
  background: transparent !important;
}
/* 去掉 Plyr 固定比例容器的 padding hack，让视频自适应 */
.section3 .content .plyr__video-wrapper {
  position: relative !important;
  padding-bottom: 0 !important;
  height: auto !important;
}
/* 大播放按钮样式 */
.section3 .content .plyr--full-ui input[type="range"] {
  color: rgba(127, 200, 87, 1);
}
.section3 .content .plyr__control--overlaid {
  background: rgba(127, 200, 87, 0.85);
  border-radius: 50%;
}
.section3 .content .plyr__control--overlaid:hover {
  background: rgba(127, 200, 87, 1);
}
/* 控制栏圆角 */
.section3 .content .plyr__controls {
  border-radius: 0 0 12px 12px;
}
/* 全屏状态 - 视频居中显示 */
.plyr:fullscreen,
.plyr:-webkit-full-screen {
  border-radius: 0 !important;
  background: #000 !important;
}
.plyr:fullscreen .plyr__video-wrapper,
.plyr:-webkit-full-screen .plyr__video-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding-bottom: 0 !important;
  height: 100% !important;
}
.plyr:fullscreen video,
.plyr:-webkit-full-screen video {
  width: auto !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: contain !important;
}
.plyr:fullscreen .plyr__controls,
.plyr:-webkit-full-screen .plyr__controls {
  border-radius: 0 !important;
}
