/* 新增加产品详情页面 */
.pro-detail-page {
  --space-min: 45px;
}
.pro-detail-page .v8-section6 {
  padding-top: 1.45rem;
}
.pro-detail-page .v8-section6 .item4 {
  margin-top: 0;
}
.pro-detail-page .v8-section6 .item4 .text-panel {
  margin-bottom: max(20px, 0.6rem);
}
.pro-detail-page .v8-section2 {
  padding-top: 1.56rem;
  padding-bottom: 1.35rem;
}
.pro-detail-page .pro-section4 .section4-wrap {
  margin-bottom: 2.91rem;
}
.pro-detail-page .pro-section4 .section4-wrap:last-of-type {
  margin-bottom: 0;
}
.pro-detail-page .pro-section4 .text-right .text {
  margin-left: 0.9rem;
  margin-right: 0;
}
.pro-detail-page .v8-section7 {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.pro-detail-page .v8-section7 .text-panel {
  bottom: 30%;
}
.pro-detail-page .v8-page .v8-section7 .text-panel .text-wrap {
  width: 45%;
}
.pro-detail-page .v8-section7 .phone-pic {
  display: none;
}
@media (max-width: 768px) {
  .pro-detail-page .pro-section4 .section4-wrap {
    margin-bottom: 0.95rem;
  }
  .pro-detail-page .pro-section4 .text-right .text {
    margin-left: 0;
  }
  .pro-detail-page .pro-section4 .section4-wrap.text-right .video-wrap {
    margin-bottom: 0.35rem;
    margin-top: 0;
  }
  /* 去掉pc全屏效果 */
  .pro-detail-page .v8-section7 {
    background-image: none !important;
    height: auto;
    margin-top: 0px;
  }
  .pro-detail-page .v8-section7 .phone-pic {
    display: block;
    width: 100%;
    height: auto;
  }
  .pro-detail-page .v8-section7 .text-panel {
    bottom: auto;
    top: 15%;
  }
  .v8-page .v8-section7 .text-panel .t-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .v8-page .v8-section7 .text-panel .t-description {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .pro-detail-page .v8-section6 .item4 .text-panel .t-title br {
    display: none;
  }
  .pro-detail-page .v8-section7 .text-panel .t-title br {
    display: none;
  }
  .pro-detail-page .pro-section4 .section4-wrap .text .title br {
    display: none;
  }
  .pro-detail-page .pro-section4 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .pro-detail-page .v8-section6 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

/* 2025-7-23 修改 */
.pro-detail-page .common-detail-banner .banner-text .p-cate,
.pro-detail-page .common-detail-banner .banner-text .p-name,
.pro-detail-page .common-detail-banner .banner-text .p-desc {
  max-width: 650px;
}
