:root {
  --text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  --text-shadow-white: 0 0 10px rgba(255, 255, 255, 0.4);
}
/* 下载页面和产品教学页面公用 */
.common-left {
  width: 191px;
  flex-shrink: 0;
  margin-right: 6.75%;
}
.common-left .list .item {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
  font-size: max(0.2rem, 16px);
  color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: max(10px, 0.2rem);
  padding-bottom: max(10px, 0.2rem);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.6s ease;
}
.common-left .list .item:first-of-type {
  padding-top: 0;
}
.common-left .list .item:hover {
  color: #000000;
}
.common-left .list .item.active {
  font-weight: 600;
  color: #000000;
  border-color: #000;
}
.common-left .list .item.active .icon {
  opacity: 1;
}
.common-left .list .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.6s ease;
}
/* 共用视频播放蒙层 */
.common-video-mask {
  position: fixed;
  z-index: 677;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  padding-top: 15vh;
  cursor: zoom-out;
  display: none;
}
.common-video-mask.detail-video-mask {
  background-color: #232526;
}
.common-video-mask .mask-wrap .close {
  text-align: right;
}
.common-video-mask .mask-wrap .close .close-icon {
  cursor: pointer;
  user-select: none;
}
.common-video-mask .mask-wrap .close .close-icon:hover path {
  fill: #ffd100;
}
.common-video-mask .mask-wrap .video {
  display: flex;
  justify-content: center;
  margin-top: max(0.65rem, 35px);
  cursor: pointer;
}
.common-video-mask .mask-wrap .video video {
  display: block;
  max-height: 70vh;
  max-width: 1200px;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
/* 共用产品详情banner */
.common-detail-banner {
  position: relative;
  /* v8 单独调整颜色 */
}
.common-detail-banner .media {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}

/* 2025-7-23 修改 */
.common-detail-banner .banner-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 32.68%;
}

.common-detail-banner .banner-text .p-cate {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
  font-size: max(0.24rem, 18px);
  color: #000;
  margin-bottom: max(0.12rem, 7px);
  line-height: 1;
  /* white-space: nowrap; */
  overflow-wrap: break-word;
}
.common-detail-banner .banner-text .p-name {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: max(0.6rem, 24px);
  color: #000;
  margin-bottom: max(0.29rem, 12px);
  line-height: 1;
  /* white-space: nowrap; */
  overflow-wrap: break-word;
}

/* 2025-7-23 修改 */
.common-detail-banner .banner-text .p-desc {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 500;
  font-size: max(0.5rem, 20px);
  color: #000;
  margin-bottom: max(0.74rem, 20px);
  line-height: 1;
  /* white-space: nowrap; */
  overflow-wrap: break-word;
}
.common-detail-banner .banner-text .btn-list {
  display: flex;
}
.common-detail-banner .banner-text .btn-list .btn {
  width: max(2rem, 150px);
  height: max(0.6rem, 50px);
  border-radius: 10px;
  font-family: HONOR Sans CN;
  font-weight: 400;
  font-size: max(0.2rem, 16px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-detail-banner .banner-text .btn-list .btn:nth-child(1) {
  margin-right: 17px;
}
.common-detail-banner .banner-text .btn-list .btn.btn1 {
  background: #ffd100;
  color: #000000;
  transition: all 0.6s ease;
}
.common-detail-banner .banner-text .btn-list .btn.btn1:hover {
  background-color: rgba(255, 209, 0, 0.75);
}
.common-detail-banner .banner-text .btn-list .btn.btn2 {
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.common-detail-banner .banner-text .btn-list .btn.btn2::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #ffd100;
  z-index: -1;
  transition: all 0.6s ease;
}
.common-detail-banner .banner-text .btn-list .btn.btn2:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.common-detail-banner.v8-banner {
  position: relative;
}
.common-detail-banner.v8-banner .banner-text .p-cate,
.common-detail-banner.v8-banner .banner-text .p-name,
.common-detail-banner.v8-banner .banner-text .p-desc {
  color: #000;
  white-space: wrap;
}
.common-detail-banner.v8-banner .banner-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 29.351%;
  z-index: 2;
}
.common-detail-banner.v8-banner .banner-wrap .left {
  width: 45.5%;
}
.common-detail-banner.v8-banner .video-banner {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
  pointer-events: none;
}
/* 公用产品详情列表展示 */
.common-detail-list {
  --item-width: 49.166%;
  --margin: 19px;
  /* v8的单独设置 */
  /* x2的单独设置 */
}
.common-detail-list.v8-list {
  margin-top: 2.95rem;
  margin-bottom: 2.23rem;
}
.common-detail-list.x2-list {
  margin-top: 2.91rem;
  margin-bottom: 2.12rem;
}
.common-detail-list.x2-list .item-panel2 .left .pro {
  width: 111%;
  left: -8.474%;
  top: 8.74%;
}
.common-detail-list.x2-list .item-panel2 .left .pro img {
  max-height: 934px;
  object-fit: contain;
}
.common-detail-list.x2-list .item-panel2 .left .text-panel {
  left: auto;
  right: 13.05%;
}
.common-detail-list.x2-list .item-panel3 .list .item .text.text-left-top {
  left: 8.474%;
  top: 10.782%;
}
.common-detail-list.x2-list .item-panel3 .list .item .text.text-left-bottom {
  left: 8.474%;
}
.common-detail-list.x2-list .item-panel3 .list .item .text .color-black {
  color: #000000;
}
.common-detail-list .item-panel {
  width: 100%;
  position: relative;
  transform-style: preserve-3d;
}
.common-detail-list .item-panel .panel-bg {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.4rem;
}
.common-detail-list .item-panel .panel-pic {
  display: block;
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 61.916%;
  /* 650 715 */
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
}
.common-detail-list .item-panel .panel-pic::after {
  display: block;
  content: "";
  padding-top: 110%;
}
.common-detail-list .item-panel .text {
  position: absolute;
  left: 5.166%;
  top: 29.636%;
  z-index: 2;
  max-width: 35%;
}

/* 2025-7-23 修改 */
.common-detail-list .item-panel .text .title {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  /* font-size: var(--font-40); */
  font-size: var(--font-30);
  color: #ffffff;
  margin-bottom: 0.2rem;
}
/* 2025-7-23 修改 */
.common-detail-list .item-panel .text .description {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
  /* font-size: var(--font-24); */
  font-size: var(--font-20);
  color: #ffffff;
}
.common-detail-list .item-panel .panel-pic {
  width: 54.166%;
}
.common-detail-list .item-panel2 {
  display: flex;
  justify-content: space-between;
  margin-top: var(--margin);
}
.common-detail-list .item-panel2 .left {
  width: var(--item-width);
  position: relative;
}
.common-detail-list .item-panel2 .left .bg-pic {
  width: 100%;
  height: 100%;
}
.common-detail-list .item-panel2 .left .bg-pic img {
  height: 100%;
  object-fit: cover;
  border-radius: 0.4rem;
}
.common-detail-list .item-panel2 .left .pro {
  width: 78.487%;
  position: absolute;
  top: 0.3rem;
  right: 0.5rem;
}
.common-detail-list .item-panel2 .left .pro img {
  max-height: 100%;
  object-fit: contain;
}
.common-detail-list .item-panel2 .left .text-panel {
  max-width: 195px;
  width: 50%;
  position: absolute;
  left: 11.016%;
  bottom: 0.84rem;
  z-index: 2;
}
/* 2025-7-23 修改 */
.common-detail-list .item-panel2 .left .text-panel .title {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  /* font-size: var(--font-40); */
  font-size: var(--font-26);
  color: #ffffff;
  line-height: 1.35;
  margin-bottom: 0.3rem;
}
/* 2025-7-23 修改 */
.common-detail-list .item-panel2 .left .text-panel .desc {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
  /* font-size: var(--font-24); */
  font-size: var(--font-20);
  color: #ffffff;
}
.common-detail-list .item-panel2 .right {
  width: var(--item-width);
}
.common-detail-list .item-panel2 .right .r-item {
  width: 100%;
  margin-bottom: max(0.2rem, 15px);
  position: relative;
  overflow: hidden;
  border-radius: 0.4rem;
}
.common-detail-list .item-panel2 .right .r-item:hover .r-item-pic {
  transform: scale(1.05);
}
.common-detail-list .item-panel2 .right .r-item::after {
  content: "";
  display: block;
  padding-top: 96.296%;
}
.common-detail-list .item-panel2 .right .r-item:last-of-type {
  margin-bottom: 0;
}
.common-detail-list .item-panel2 .right .r-item .r-item-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.6s ease;
}
.common-detail-list .item-panel2 .right .text {
  position: absolute;
  bottom: 0.35rem;
  z-index: 2;
}
.common-detail-list .item-panel2 .right .text.text-l {
  left: 0.47rem;
  right: 15px;
}
.common-detail-list .item-panel2 .right .text.text-r {
  right: 0.47rem;
  left: 15px;
}
/* 2025-7-23 修改 */
.common-detail-list .item-panel2 .right .text .title {
  font-family: HONOR Sans CN;
  font-weight: 600;
  /* font-size: var(--font-40); */
  font-size: var(--font-26);
  color: #ffffff;
  line-height: 1.35;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
/* 2025-7-23 修改 */
.common-detail-list .item-panel2 .right .text .desc {
  font-family: HONOR Sans CN;
  font-weight: 400;
  /* font-size: var(--font-24); */
  font-size: var(--font-20);
  color: #ffffff;
  margin-top: 0.2rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.common-detail-list .item-panel3 {
  margin-top: var(--margin);
}
.common-detail-list .item-panel3 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.common-detail-list .item-panel3 .list .item {
  width: var(--item-width);
  margin-bottom: 17px;
  position: relative;
}
.common-detail-list .item-panel3 .list .item .pic {
  position: relative;
  padding-top: 97.118%;
  border-radius: 0.4rem;
  overflow: hidden;
}
.common-detail-list .item-panel3 .list .item .pic:hover img {
  transform: scale(1.05);
}
.common-detail-list .item-panel3 .list .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}
.common-detail-list .item-panel3 .list .item .text {
  position: absolute;
  z-index: 2;
}

/* 2025-7-24 修改 */
.common-detail-list .item-panel3 .list .item .text.text-left-bottom {
  /* left: 11.016%; */
  left: 3%;
  bottom: 0.4rem;
}
/* 2025-7-24 修改 */
.common-detail-list .item-panel3 .list .item .text.text-right-top {
  /* right: 7.966%; */
  right: 3%;
  top: 3%;
  text-align: right;
}
/* 2025-7-23 修改 */
.common-detail-list .item-panel3 .list .item .text .title {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  /* font-size: var(--font-40); */
  font-size: var(--font-26);
  color: #ffffff;
  line-height: 1.35;
  margin-bottom: max(6px, 0.1rem);
}
/* 2025-7-23 修改 */
.common-detail-list .item-panel3 .list .item .text .desc {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
  /* font-size: var(--font-24); */
  font-size: var(--font-20);
  color: #ffffff;
  line-height: 1.416;
}
/* 下载页面 */
.download-page .download-banner {
  position: relative;
}
.download-page .download-banner .pic {
  display: block;
  width: 100%;
  height: auto;
  min-height: 230px;
  object-fit: cover;
}
.download-page .download-banner .download-search {
  width: 86%;
  max-width: 1200px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 49.2%;
}
.download-page .download-banner .download-search .download-title {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 500;
  font-size: max(0.4rem, 20px);
  color: #000000;
  margin-bottom: 0.35rem;
}
.download-page .download-banner .download-search .form form {
  display: flex;
  align-items: center;
  width: fit-content;
  position: relative;
}
.download-page .download-banner .download-search .form button {
  outline: none;
  border: none;
  background-color: transparent;
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.download-page .download-banner .download-search .form .icon {
  width: 17px;
  height: 17px;
  display: block;
}
.download-page .download-banner .download-search .form .icon path {
  fill: #000;
}
.download-page .download-banner .download-search .form input {
  width: 300px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 55px;
  transition: all 0.6s ease;
  line-height: 1;
  display: flex;
  align-items: center;
}
.download-page .download-banner .download-search .form input:focus {
  outline: none;
}
.download-page .download-banner .download-search .form input::placeholder {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.download-page .download-main {
  display: flex;
  align-items: flex-start;
  padding-top: max(35px, 0.93rem);
  padding-bottom: max(35px, 1.97rem);
}
.download-page .download-main .right {
  flex: 1;
  min-width: 0;
}
.download-page .download-main .right .right-main {
  padding-left: max(0.46rem, 15px);
  padding-right: max(15px, 0.48rem);
  padding-top: max(0.34rem, 15px);
  padding-bottom: max(0.35rem, 15px);
  background: #f8f8f8;
  border-radius: 10px;
  margin-bottom: 19px;
}
.download-page .download-main .right .right-main .main-t {
  display: flex;
  align-items: flex-start;
  padding-bottom: max(10px, 0.36rem);
  border-bottom: 1px solid rgba(180, 180, 180, 0.4);
}
.download-page .download-main .right .right-main .main-t .pic {
  width: 81px;
  height: 81px;
  margin-right: max(0.3rem, 15px);
  flex-shrink: 0;
}
.download-page .download-main .right .right-main .main-t .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.download-page .download-main .right .right-main .main-t .text .t-title {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: max(0.18rem, 16px);
  color: #000000;
  margin-bottom: 13px;
}
.download-page .download-main .right .right-main .main-t .text .t-desc {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.428;
}
.download-page .download-main .right .right-main .main-b {
  display: flex;
  align-items: flex-start;
  margin-top: max(15px, 0.28rem);
}
.download-page .download-main .right .right-main .main-b .b-left img {
  width: 124px;
  margin-right: 11px;
}
.download-page .download-main .right .right-main .main-b .b-left img:last-of-type {
  margin-right: 0;
}
.download-page .download-main .right .right-main .main-b .b-right {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 7px;
  width: 106px;
  height: 106px;
  margin-left: max(0.34rem, 15px);
  flex-shrink: 0;
}
.download-page .download-main .right .right-main .main-b .b-right img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.download-page .download-main .right .r-list .r-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: max(0.21rem, 10px);
  padding-bottom: max(0.2rem, 10px);
  padding-left: max(0.46rem, 15px);
  padding-right: max(0.46rem, 15px);
  background: #f8f8f8;
  border-radius: 10px;
  margin-bottom: 20px;
}
.download-page .download-main .right .r-list .r-item:last-of-type {
  margin-bottom: 0;
}
.download-page .download-main .right .r-list .r-item .r-item-text {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: max(0.2rem, 16px);
  color: #000000;
  line-height: 1.5;
  transition: all 0.45s ease;
}
.download-page .download-main .right .r-list .r-item .icon path {
  transition: all 0.6s ease;
}
.download-page .download-main .right .r-list .r-item:hover .r-item-text {
  color: #ffd100;
}
.download-page .download-main .right .r-list .r-item:hover .icon path {
  fill: #ffd100;
}
/* 产品页面 */
.pro-page {
  background-color: #f8f9fd;
  padding-top: max(70px, 1.49rem);
  padding-bottom: max(1.73rem, 35px);
  /* 展示列表 */
}
.pro-page .top-tab {
  --border-radius: 25px;
}
.pro-page .top-tab .tab-title {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 500;
  font-size: max(0.4rem, 20px);
  color: #000000;
  margin-bottom: max(0.4rem, 15px);
}
.pro-page .top-tab .pro-panel {
  padding-top: max(0.48rem, 20px);
  padding-bottom: max(0.62rem, 20px);
  padding-left: max(0.6rem, 20px);
  padding-right: max(0.6rem, 20px);
  background-color: #fff;
  margin-bottom: max(0.97rem, 35px);
}
.pro-page .top-tab .pro-panel .tab-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: max(0.5rem, 40px);
  background: #f3f3f3;
  border-radius: var(--border-radius);
  position: relative;
  z-index: 2;
}
.pro-page .top-tab .pro-panel .tab-list .on {
  width: 25%;
  height: 100%;
  background-color: #000;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: var(--border-radius);
  transition: all 0.6s ease;
}
.pro-page .top-tab .pro-panel .tab-list .tab-item {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: max(0.2rem, 16px);
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  height: 100%;
  line-height: 1;
  cursor: pointer;
  user-select: none;
  overflow: hidden;
  border-radius: calc(--border-radius);
  transition: all 0.6s ease;
}
.pro-page .top-tab .pro-panel .tab-list .tab-item.active {
  color: #fff;
}
.pro-page .swiper1 {
  margin-top: max(20px, 0.49rem);
}
.pro-page .swiper1 .pic {
  width: 100%;
  height: 100%;
}
.pro-page .swiper1 .pic img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
  margin: 0 auto;
}
.pro-page .show-panel {
  margin-bottom: max(0.83rem, 35px);
}
.pro-page .show-panel:last-of-type {
  margin-bottom: 0;
}
.pro-page .show-panel .show-title {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 500;
  font-size: max(0.4rem, 20px);
  color: #000000;
  line-height: 1;
  margin-bottom: max(20px, 0.44rem);
}
.pro-page .show-panel .show-list {
  display: flex;
  flex-wrap: wrap;
}
.pro-page .show-panel .show-list .show-item {
  background: #ffffff;
  border-radius: 20px;
  width: 24.167%;
  margin-right: 1.083%;
  padding-top: max(0.79rem, 25px);
  margin-bottom: 15px;
}
.pro-page .show-panel .show-list .show-item:nth-child(4n) {
  margin-right: 0;
}
.pro-page .show-panel .show-list .show-item .item-pic {
  width: 100%;
  padding-top: 82.758%;
  position: relative;
}
.pro-page .show-panel .show-list .show-item .item-pic img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  object-position: center;
  transition: all 0.6s ease;
}
.pro-page .show-panel .show-list .show-item .p-name {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
  font-size: max(0.2rem, 16px);
  color: #000000;
  text-align: center;
  padding: 0 15px max(0.35rem, 20px);
  transition: all 0.45s ease;
}
.pro-page .show-panel .show-list .show-item:hover .item-pic img {
  transform: translateX(-50%) scale(1.05);
}
.pro-page .show-panel .show-list .show-item:hover .p-name {
  color: #ffd100;
}
/* 产品教学页面 */
.teaching-page .teaching-banner {
  padding-top: calc(max(35px, 0.62rem) + var(--headerHeight));
  background-color: #f8f9fd;
  margin-bottom: max(0.92rem, 35px);
}
.teaching-page .teaching-banner .banner-wrap {
  position: relative;
}
.teaching-page .teaching-banner .banner-title {
  position: absolute;
  top: 43.334%;
  left: 0;
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 500;
  font-size: max(0.4rem, 24px);
  color: #000000;
}
.teaching-page .teaching-banner img {
  object-position: right bottom;
  width: 40%;
  display: block;
  margin-left: auto;
}
.teaching-page .teaching-main-wrap {
  display: flex;
  align-items: flex-start;
  padding-bottom: max(1.79rem, 35px);
}
.teaching-page .teaching-main-wrap .teaching-right {
  flex: 1;
}
.teaching-page .teaching-main-wrap .teaching-right .list {
  display: flex;
  flex-wrap: wrap;
}
.teaching-page .teaching-main-wrap .teaching-right .list .item {
  width: 32.328%;
  margin-right: 1.508%;
  margin-bottom: max(0.42rem, 20px);
  cursor: pointer;
}
.teaching-page .teaching-main-wrap .teaching-right .list .item:nth-child(3n) {
  margin-right: 0;
}
.teaching-page .teaching-main-wrap .teaching-right .list .item .pic {
  width: 100%;
  padding-top: 66.667%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.teaching-page .teaching-main-wrap .teaching-right .list .item .pic .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}
.teaching-page .teaching-main-wrap .teaching-right .list .item .pic .img .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  user-select: none;
  cursor: pointer;
}
.teaching-page .teaching-main-wrap .teaching-right .list .item .pic .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.6s ease;
  user-select: none;
  cursor: pointer;
}
.teaching-page .teaching-main-wrap .teaching-right .list .item .pic:hover .img {
  transform: scale(1.07);
}
.teaching-page .teaching-main-wrap .teaching-right .list .item .pic:hover .play-btn {
  opacity: 1;
}
.teaching-page .teaching-main-wrap .teaching-right .list .item .text {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
  font-size: max(0.18rem, 16px);
  line-height: 1.5;
  margin-top: 12px;
}
/* 关于我们 */
.about-page {
  max-width: 100%;
  /* 手机端的布局 */
}
.about-page .about-section1 {
  height: 100vh;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  /* 遮罩 */
  /* 文案 */
  /* 本来的图片 */
  /* 按钮 */
}
.about-page .about-section1 .mask-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  mix-blend-mode: screen;
  /* 里面的图片超出隐藏 */
  overflow: hidden;
}
.about-page .about-section1 .mask-wrap .mask-pic {
  width: 259px;
  height: 194px;
  object-fit: cover;
  position: absolute;
  top: 30.116%;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: center 35%;
}

/* 2025-7-23 修改 */
.about-page .about-section1 .section1-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 57.582%;
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: max(0.3rem, 24px);
  /* white-space: nowrap; */
  text-align: center;
}
.about-page .about-section1 .pic-wrap {
  display: block;
  width: 100%;
  height: 100vh;
}
.about-page .about-section1 .pic-wrap .section1-pic {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center center;
}
.about-page .about-section1 .section1-down {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  user-select: none;
  animation: down 2s ease infinite alternate;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: max(0.85rem, 25px);
  z-index: 6;
}
.about-page .about-section1 .section1-down .down-icon {
  display: block;
}
.about-page .about-section1 .section1-down.active {
  border-color: rgba(255, 255, 255, 0.6);
}
.about-page .about-section1 .section1-down.active path {
  fill: #fff;
}
/* 2025-7-23 修改 */
.about-page .about-section1 .section2-text {
  position: absolute;
  top: 39.901%;
  left: 50%;
  transform: translateX(-50%);
  font-family: HONOR Sans CN, sans-serif;
  font-weight: bold;
  font-size: max(1.2rem, 24px);
  /* white-space: nowrap; */
  color: #ffffff;
  z-index: 1;
  opacity: 0;
  overflow-wrap: break-word;
}

@media (min-width: 1400px) {
  .about-page .about-section1 .section2-text {
    white-space: nowrap;
  }
}
.about-page .about-section1 .section2-text span:nth-child(1) {
  margin-right: max(0.86rem, 20px);
}
.about-page .about-section1 .liner-gradint {
  position: absolute;
  left: 0;
  bottom: -40%;
  background-image: var(--liner-gradient);
  height: 40%;
  width: 100%;
  z-index: 2;
}
.about-page .about-section2 {
  display: block;
  height: 100vh;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-top: max(0.82rem, 35px);
  width: 100%;
}
.about-page .about-section2 .section2-img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
}
.about-page .about-section3 {
  padding-top: max(35px, 1.6rem);
  padding-bottom: max(2.07rem, 35px);
}
.about-page .about-section3 .text-panel {
  display: flex;
  align-items: flex-start;
  margin-bottom: max(1.27rem, 35px);
}
.about-page .about-section3 .text-panel .panel-left {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: max(0.6rem, 24px);
  color: #000000;
  white-space: nowrap;
  margin-right: 17%;
}
.about-page .about-section3 .text-panel .panel-right {
  flex: 1;
  min-width: 0;
}
.about-page .about-section3 .text-panel .panel-right .r-desc {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
  font-size: max(0.2rem, 18px);
  color: #000000;
  line-height: 1.5;
  margin-bottom: 0.3rem;
}
.about-page .about-section3 .text-panel .panel-right .r-desc:last-of-type {
  margin-bottom: 0;
}
.about-page .about-section4 {
  padding-top: max(3.02rem, 35px);
  padding-bottom: max(3.17rem, 35px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  overflow-x: hidden;
}
.about-page .about-section4 .text {
  width: 50%;
}
.about-page .about-section4 .text .title {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: max(0.6rem, 24px);
  color: #000000;
  line-height: 1;
  margin-bottom: max(15px, 0.49rem);
}
.about-page .about-section4 .text .r-desc {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
  font-size: max(0.2rem, 14px);
  color: #000000;
  line-height: 1.5;
  margin-bottom: 0.32rem;
}

.about-page .about-section4 .text .r-desc:last-of-type {
  margin-bottom: 0;
}
.about-page .about-section5 {
  padding-top: max(1.51rem, 35px);
  padding-bottom: max(1.93rem, 35px);
}
.about-page .about-section5 .section5-title {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: max(0.6rem, 24px);
  color: #000000;
  line-height: 1;
  margin-bottom: 63px;
  text-align: center;
  margin-bottom: max(0.53rem, 20px);
}
.about-page .about-section5 .pic img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: max(0.4rem, 10px);
}
.about-page .about-section6 {
  padding-top: max(1.51rem, 35px);
  padding-bottom: max(1.93rem, 35px);
  width: 100%;
  height: 100vh;
  text-align: center;
  position: relative;
  z-index: 2;
}
.about-page .about-section6 .section6-text-wrap {
  max-width: 860px;
  width: 86%;
  margin: 0 auto;
  margin-bottom: max(0.63rem, 30px);
}
.about-page .about-section6 .section6-title {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: max(0.5rem, 22px);
  color: #000000;
  margin-bottom: max(0.5rem, 15px);
}
.about-page .about-section6 .desc {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
  font-size: max(0.2rem, 16px);
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: max(0.3rem, 15px);
  opacity: 0;
}
.about-page .about-section6 .desc:last-of-type {
  margin-bottom: 0;
}
.about-page .about-section6 .desc .margin {
  margin-bottom: max(0.3rem, 15px);
}
.about-page .about-section6 .section6-img {
  position: absolute;
  top: 25.54vh;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  border-radius: max(0.4rem, 10px);
  object-fit: cover;
  object-position: center center;
  z-index: -2;
}
.about-page .about-section7 {
  margin-bottom: max(0.35rem, 35px);
  padding-top: max(35px, 1.93rem);
}
.about-page .about-section7 .pic {
  position: relative;
  z-index: 2;
}
.about-page .about-section7 .pic img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: max(0.4rem, 10px);
}
.about-page .about-section7 .text {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: max(35px, 0.75rem);
}
.about-page .about-section7 .text .d-left {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: max(0.6rem, 24px);
  color: #000000;
  white-space: nowrap;
  margin-right: 16.6%;
}
.about-page .about-section7 .text .d-right {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
  font-size: max(0.2rem, 16px);
  color: #000000;
  line-height: 1.5;
}
.about-page .about-section8 .section-wrap {
  display: flex;
  align-items: stretch;
}
.about-page .about-section8 .section-wrap .left-body {
  width: 46.416%;
  flex-shrink: 0;
  margin-right: 9.916%;
}
.about-page .about-section8 .section-wrap .left-body .item {
  position: sticky;
  top: var(--headerHeight);
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center top;
}
.about-page .about-section8 .section-wrap .left-body .item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: max(0.4rem, 10px);
  max-height: 86vh;
  object-fit: cover;
}
.about-page .about-section8 .section-wrap .right-body {
  position: sticky;
  top: var(--headerHeight);
  right: 0;
  height: 100vh;
  min-width: 0;
  flex-grow: 1;
}
.about-page .about-section8 .section-wrap .right-body .item {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  transition: 1s ease;
}
.about-page .about-section8 .section-wrap .right-body .item.active {
  opacity: 1;
  visibility: visible;
}
.about-page .about-section8 .section-wrap .right-body .item .title {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: max(0.6rem, 24px);
  color: #000000;
  line-height: 1.166;
  margin-bottom: 0.52rem;
}
.about-page .about-section8 .section-wrap .right-body .item .desc {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
  font-size: max(0.2rem, 14px);
  color: #000000;
  line-height: 1.5;
}
.about-page .about-section8 .section-wrap .right-body .item .desc p {
  margin-bottom: 10px;
}
.about-page .about-section8 .section-wrap .right-body .item .desc p:last-of-type {
  margin-bottom: 0;
}
.about-page .phone-about-section8 {
  display: none;
}
/* 产品X2 */
.x2-page {
  /* 新增区域 */
  /* 新增加区域2 */
  /* 新增加区域3 */
  /* 新增加区域4 */
  /* 新增加区域5 */
  /* 新增加区域6 */
}
.x2-page .pro-section1 {
  margin-bottom: 2.29rem;
  margin-top: 2.92rem;
}
.x2-page .pro-section2 {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100vh;
}
.x2-page .pro-section2 .text {
  position: absolute;
  top: 30.824%;
  left: 50%;
  transform: translateX(-50%);
}
.x2-page .pro-section2 .text .text-wrap {
  margin-left: auto;
  max-width: 435px;
}
/* 2025-7-23 修改 */
.x2-page .pro-section2 .text .title {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: max(24px, 0.5rem);
  color: #ffffff;
  margin-bottom: 0.15rem;
}

/* 2025-7-23 修改 */
.x2-page .pro-section2 .text .desc {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
  font-size: max(16px, 0.22rem);
  color: #ffffff;
  line-height: 1.416;
}
.x2-page .pro-section2 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  margin-left: auto;
  margin-right: auto;
}
.x2-page .pro-section2 .liner-gradient {
  position: absolute;
  left: 0;
  bottom: -40%;
  width: 100%;
  height: 40%;
  background-image: var(--liner-gradient);
}
.x2-page .pro-section3 {
  padding-top: 0.45rem;
  margin-bottom: 1.91rem;
}
.x2-page .pro-section3 .text-panel {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
}

/* 2025-7-23 修改 */
.x2-page .pro-section3 .text-panel .title {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: max(0.5rem, 20px);
  color: #000000;
  line-height: 1.166;
  margin-right: 0.45rem;
}
.x2-page .pro-section3 .text-panel .description {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: var(--font-24);
  color: #9b9b9b;
  line-height: 1.416;
  max-width: 528px;
}
.x2-page .pro-section3 .video-wrap {
  margin-left: auto;
  margin-right: auto;
}
.x2-page .pro-section3 .video-wrap .pro-section3-video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.7rem;
  mix-blend-mode: multiply;
  margin-left: auto;
  margin-right: auto;
}
.x2-page .pro-section4 {
  padding-top: 1.76rem;
  padding-bottom: 1.91rem;
  background-color: #f4f5f8;
  overflow: hidden;
}
.x2-page .pro-section4 .section4-wrap {
  display: flex;
  align-items: flex-start;
}
.x2-page .pro-section4 .section4-wrap .text {
  /* 2025-2-28 修改宽度 */
  margin-right: 0.9rem;
  flex: 1;
  padding-top: 0.16rem;
}
.x2-page .pro-section4 .section4-wrap .text .title {
  font-family: HONOR Sans CN, sans-serif;
  font-size: var(--font-50);
  font-weight: 600;
  color: #000000;
  line-height: 1.166;
  margin-bottom: 0.41rem;
}
.x2-page .pro-section4 .section4-wrap .text .desc {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: var(--font-24);
  color: #000000;
  line-height: 1.416;
}
.x2-page .pro-section4 .section4-wrap .video-wrap {
  width: 58.5%;
  flex-shrink: 0;
}
.x2-page .pro-section4 .section4-wrap .video-wrap .pro-section4-video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: max(0.3rem, 10px);
  mix-blend-mode: multiply;
}
.x2-page .pro-section5 {
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.x2-page .pro-section5 .pic {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}
.x2-page .pro-section5 .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x2-page .pro-section5 .text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 11.03%;
}
.x2-page .pro-section5 .text .text-wrap {
  max-width: 423px;
}
.x2-page .pro-section5 .text .title {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: var(--font-50);
  color: #ffffff;
  line-height: 1.166;
}
.x2-page .pro-section5 .text .desc {
  margin-top: 0.4rem;
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
  font-size: var(--font-24);
  color: #ffffff;
  line-height: 1.416;
}
.x2-page .pro-section5 .liner-gradient {
  position: absolute;
  left: 0;
  bottom: -40%;
  width: 100%;
  height: 40%;
  background-color: transparent;
}
.x2-page .pro-section6 {
  position: relative;
}
.x2-page .pro-section6 .pic {
  display: block;
  width: 100%;
}
.x2-page .pro-section6 .text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 13.181%;
}
.x2-page .pro-section6 .text .text-wrap {
  max-width: 600px;
}
.x2-page .pro-section6 .text .title {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: var(--font-50);
  color: #ffffff;
  line-height: 1.166;
}
.x2-page .pro-section6 .text .description {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
  font-size: var(--font-24);
  color: #ffffff;
  line-height: 1.416;
  margin-top: 0.42rem;
}
.x2-page .pro-section6 .mark {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10.227%;
}
.x2-page .pro-section6 .mark .mark-wrap {
  max-width: 537px;
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.625;
  overflow-wrap: break-word;
}
.x2-page .pro-section7 {
  padding-top: 1.81rem;
  padding-bottom: 2.12rem;
  overflow: hidden;
}
.x2-page .pro-section7 .title-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.x2-page .pro-section7 .title-box .t-left {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: var(--font-50);
  color: #000000;
  line-height: 1.166;
  margin-right: 0.35rem;
}
.x2-page .pro-section7 .title-box .t-right {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: var(--font-24);
  color: #000000;
  line-height: normal;
  width: 46%;
  flex-shrink: 0;
  text-align: right;
}
.x2-page .pro-section7 .section7-main {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.x2-page .pro-section7 .section7-main .pic {
  display: block;
  width: 100%;
}
.x2-page .pro-section7 .section7-main .pic img {
  display: block;
  max-width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.x2-page .pro-section7 .section7-main .main-pic {
  max-width: 453px;
  max-height: 581px;
  height: auto;
  object-fit: contain;
}
.x2-page .pro-section7 .section7-main .color {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: var(--font-80);
  line-height: 1.125;
}
/* 2025-7-23 修改 */
.x2-page .pro-section7 .section7-main .color.color-black {
  color: #000;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}
/* 2025-7-23 修改 */
.x2-page .pro-section7 .section7-main .color.color-white {
  color: rgba(0, 0, 0, 0.1);
  /* text-shadow: 0 0 10px rgba(0, 0, 0, 0.4); */
}
.x2-page .pro-section7 .section7-main .main-left {
  position: relative;
  z-index: 2;
}
/* 2025-7-23 修改 */
.x2-page .pro-section7 .section7-main .main-left .color {
  position: absolute;
  /* left: -0.3rem; */
  left: -2.3rem;
  bottom: 1.4rem;
}
.x2-page .pro-section7 .section7-main .main-left.show .main-pic,
.x2-page .pro-section7 .section7-main .main-left.show .color {
  animation: moveToTop 1.5s forwards;
}
.x2-page .pro-section7 .section7-main .main-right {
  position: relative;
  z-index: 2;
  padding-top: 3.15rem;
}

/* 2025-7-23 修改 */
.x2-page .pro-section7 .section7-main .main-right .color {
  position: absolute;
  right: -0.65rem;
  bottom: 0.96rem;
}
.x2-page .pro-section7 .section7-main .main-right.show .main-pic,
.x2-page .pro-section7 .section7-main .main-right.show .color {
  animation: moveToBottom 1.5s forwards;
}
.x2-page .pro-add-section1 {
  padding-top: 1.29rem;
  padding-bottom: 1.41rem;
  overflow: hidden;
}
.x2-page .pro-add-section1 .title {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: var(--font-50);
  color: #000000;
  line-height: 1.16666667;
  text-align: center;
  margin-bottom: 0.38rem;
}
.x2-page .pro-add-section1 .video-panel {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  margin-bottom: 0.38rem;
}
.x2-page .pro-add-section1 .video-panel .video {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
  border-radius: max(10px, 0.3rem);
}
.x2-page .pro-add-section1 .desc {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
  font-size: var(--font-24);
  color: #9b9b9b;
  line-height: 1.41666667;
  text-align: center;
  max-width: 675px;
  margin-left: auto;
  margin-right: auto;
}
.x2-page .pro-add-section2 {
  padding-top: 1.25rem;
  padding-bottom: 1.29rem;
  background-color: #f4f5f8;
  overflow: hidden;
}
.x2-page .pro-add-section2 .title-panel {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0.42rem;
}
.x2-page .pro-add-section2 .title-panel .title {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: var(--font-50);
  color: #000000;
  line-height: 1.16666667;
  margin-right: 0.45rem;
}
.x2-page .pro-add-section2 .title-panel .desc {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: var(--font-24);
  color: #ffd100;
  color: #000;
  line-height: 1.41666667;
  max-width: 532px;
}
.x2-page .pro-add-section2 .video-panel .add-section2-swiper {
  margin-bottom: 0.38rem;
}
.x2-page .pro-add-section2 .video-panel .add-section2-swiper .swiper-slide .video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: max(0.3rem, 10px);
  mix-blend-mode: multiply;
}
/* 2025-7-23 修改 */
.x2-page .pro-add-section2 .video-panel .tab-list {
  /* max-width: 660px; */
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x2-page .pro-add-section2 .video-panel .tab-list::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1);
}
.x2-page .pro-add-section2 .video-panel .tab-list .tab-item {
  width: fit-content;
  position: relative;
}
.x2-page .pro-add-section2 .video-panel .tab-list .tab-item.active .progress {
  width: 100%;
}
.x2-page .pro-add-section2 .video-panel .tab-list .tab-item .text {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
  font-size: var(--font-20);
  color: #000000;
  line-height: 1.7;
  white-space: nowrap;
  width: fit-content;
  padding-bottom: max(9px, 0.11rem);
  position: relative;
  cursor: pointer;
}
.x2-page .pro-add-section2 .video-panel .tab-list .tab-item .progress {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #000;
}
.x2-page .pro-add-section3 {
  padding-top: 3.86rem;
  padding-bottom: 1.85rem;
  overflow: hidden;
}
.x2-page .pro-add-section3 .title {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: var(--font-50);
  color: #000000;
  line-height: 1.16666667;
  padding-left: 0.83rem;
  margin-bottom: 0.54rem;
}
.x2-page .pro-add-section3 .panel {
  background: #f4f5f8;
  border-radius: max(0.3rem, 10px);
  position: relative;
  margin-bottom: 0.89rem;
}
.x2-page .pro-add-section3 .panel .desc {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: var(--font-24);
  color: #000000;
  line-height: 1.41666667;
  padding-left: 0.84rem;
  padding-top: 1.48rem;
  padding-bottom: 1.73rem;
  margin-right: 0.45rem;
  max-width: 41%;
  overflow-wrap: break-word;
}
.x2-page .pro-add-section3 .panel .pic {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-left: auto;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
  width: 45.666%;
}
.x2-page .pro-add-section3 .panel .pic::after {
  content: "";
  display: block;
  padding-top: 127.666%;
}
.x2-page .pro-add-section3 .list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.x2-page .pro-add-section3 .list .item {
  width: 49.166%;
}
.x2-page .pro-add-section3 .list .item .i-title {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: var(--font-30);
  color: #000000;
  margin-bottom: 0.3rem;
}
.x2-page .pro-add-section3 .list .item .video-panel {
  display: block;
  width: 100%;
  position: relative;
  border-radius: max(0.3rem, 10px);
  overflow: hidden;
}
.x2-page .pro-add-section3 .list .item .video-panel::after {
  content: "";
  display: block;
  padding-top: 64.406%;
}
.x2-page .pro-add-section3 .list .item .video-panel video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}
.x2-page .pro-add-section4 {
  padding-bottom: 1.29rem;
  overflow: hidden;
}
.x2-page .pro-add-section4 .text-panel {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0.4rem;
}
.x2-page .pro-add-section4 .text-panel .title {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: var(--font-50);
  color: #000000;
  line-height: 1.16666667;
  margin-right: 0.45rem;
}
.x2-page .pro-add-section4 .text-panel .desc {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: var(--font-24);
  color: #000000;
  line-height: 1.41666667;
  max-width: 530px;
}
.x2-page .pro-add-section4 .video-panel .swiper .swiper-slide {
  width: 100%;
}
.x2-page .pro-add-section4 .video-panel .swiper .swiper-slide::after {
  content: "";
  display: block;
  padding-top: 50%;
}
.x2-page .pro-add-section4 .video-panel .swiper .swiper-slide video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: max(0.3rem, 10px);
}
/* 2025-7-23 修改 */
.x2-page .pro-add-section4 .tab-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* max-width: 220px; */
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.31rem;
  width: fit-content;
}
.x2-page .pro-add-section4 .tab-list::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #f4f5f8;
}
/* 2025-7-23 修改 */
.x2-page .pro-add-section4 .tab-list .tab-item {
  width: fit-content;
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
  font-size: var(--font-20);
  color: #000000;
  line-height: 1.7;
  white-space: nowrap;
  padding-bottom: max(9px, 0.11rem);
  position: relative;
  cursor: pointer;
  margin-right: 20px;
}
/* 2025-7-23 修改 */
.x2-page .pro-add-section4 .tab-list .tab-item:last-child {
  margin-right: 0;
}
.x2-page .pro-add-section4 .tab-list .tab-item.active .bar {
  width: 100%;
}
.x2-page .pro-add-section4 .tab-list .tab-item .bar {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #000;
}
.x2-page .pro-add-section5 {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.x2-page .pro-add-section5 .pic {
  display: block;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.x2-page .pro-add-section5 .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 2025-7-23 修改 */
.x2-page .pro-add-section5 .text {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: var(--font-50);
  color: #ffffff;
  line-height: 1.16666667;
  position: absolute;
  left: 50%;
  top: 12.72%;
  transform: translateX(-50%);
}

/* 2025-7-23 修改 */
.x2-page .pro-add-section5 .text .text-wrap {
  margin-left: auto;
  /* max-width: 301px; */
  max-width: 600px;
}
.x2-page .pro-add-section5 .linear-gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background-image: var(--liner-gradient);
}
.x2-page .pro-add-section6 {
  padding-top: 0.33rem;
}
/* 2025-7-23 修改 */
.x2-page .pro-add-section6 .title-panel .title {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: var(--font-50);
  color: #000000;
  line-height: 1.16666667;
  white-space: nowrap;
  margin-top: calc(var(--headerHeight) + 0.33rem);
}
.x2-page .pro-add-section6 .main-body {
  display: flex;
  align-items: stretch;
  margin-top: 0.84rem;
}
.x2-page .pro-add-section6 .main-body .left-body {
  margin-right: 0.45rem;
  height: 100vh;
  flex-grow: 1;
  position: relative;
  position: sticky;
  top: var(--headerHeight);
}
.x2-page .pro-add-section6 .main-body .left-body .left-item {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease;
}
.x2-page .pro-add-section6 .main-body .left-body .left-item.active {
  opacity: 1;
  visibility: visible;
}
.x2-page .pro-add-section6 .main-body .left-body .left-item .l-title {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: var(--font-30);
  color: #000000;
  line-height: 2.33333333;
}
.x2-page .pro-add-section6 .main-body .left-body .left-item .l-desc span {
  display: block;
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: var(--font-24);
  color: #9b9b9b;
  line-height: 1.41666667;
}
.x2-page .pro-add-section6 .main-body .left-body .left-item .l-desc span.black {
  color: #000000;
}
.x2-page .pro-add-section6 .main-body .right-body {
  width: 61.667%;
  flex-shrink: 0;
  margin-left: auto;
}
.x2-page .pro-add-section6 .main-body .right-body .right-item {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: var(--headerHeight);
  display: flex;
  align-items: center;
}
.x2-page .pro-add-section6 .main-body .right-body .right-item video {
  mix-blend-mode: multiply;
  border-radius: max(10px, 0.3rem);
  max-height: 86vh;
  width: 100%;
  object-fit: cover;
}
.x2-page .pro-add-section6-phone {
  display: none;
}
@keyframes moveToTop {
  from {
    transform: translateY(-50%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes moveToBottom {
  from {
    transform: translateY(50%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* 产品v8 */
.v8-page {
  /* 新增加模块1 */
  /* 新增加模块2 */
  /* 新增加模块3 */
}
.v8-page .v8-section1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.v8-page .v8-section1 .section1-wrap {
  position: absolute;
  top: 23.679%;
  left: 50%;
  transform: translateX(-50%);
}
.v8-page .v8-section1 .section1-wrap .title {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: var(--font-50);
  color: #ffffff;
  line-height: 1.166;
}
.v8-page .v8-section1 .pic {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  margin-left: auto;
  margin-right: auto;
}
.v8-page .v8-section1 .liner-gradient {
  position: absolute;
  left: 0;
  bottom: -40%;
  width: 100%;
  height: 40%;
  background-image: var(--liner-gradient);
}
.v8-page .v8-section2 {
  padding-top: 1.18rem;
  padding-bottom: 2.07rem;
  overflow: hidden;
}
.v8-page .v8-section2 .text-panel {
  text-align: center;
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: var(--font-24);
  line-height: 1.41666667;
  max-width: 690px;
  margin: 0 auto;
  margin-bottom: 0.66rem;
}
.v8-page .v8-section2 .video-panel {
  margin-left: auto;
  margin-right: auto;
}
.v8-page .v8-section2 .video {
  border-radius: 0.6rem;
  mix-blend-mode: multiply;
}
.v8-page .v8-section3 {
  background: #121212;
  padding-top: 2.1rem;
  padding-bottom: 2.34rem;
}
.v8-page .v8-section3 .item1 {
  display: flex;
  align-items: flex-start;
}
.v8-page .v8-section3 .item1 .left {
  flex: 1;
  min-width: 0;
  padding-top: 0.75rem;
}
.v8-page .v8-section3 .item1 .left .l-title {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: var(--font-50);
  color: #ffffff;
  line-height: 1.16666667;
  margin-bottom: 0.73rem;
}
.v8-page .v8-section3 .item1 .left .l-desc {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: var(--font-24);
  color: #ffffff;
  line-height: calc(34 / 24);
}
.v8-page .v8-section3 .item1 .right {
  width: 50.25%;
  margin-left: 1.36rem;
}
.v8-page .v8-section3 .item1 .right .pic {
  display: block;
  position: relative;
  border-radius: max(0.4rem, 10px);
  overflow: hidden;
}
.v8-page .v8-section3 .item1 .right .pic::after {
  content: "";
  display: block;
  padding-top: 120.563%;
}
.v8-page .v8-section3 .item1 .right .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.v8-page .v8-section3 .item2 {
  margin-top: 1.22rem;
  position: relative;
  overflow: hidden;
}
.v8-page .v8-section3 .item2 .video-panel {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.v8-page .v8-section3 .item2 .video-panel .item2-video {
  border-radius: 0.6rem;
  display: block;
  width: 100%;
}
.v8-page .v8-section3 .item2 .bg-img {
  position: relative;
  border-radius: 0.6rem;
  overflow: hidden;
}
.v8-page .v8-section3 .item2 .bg-img .liner-gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background-image: linear-gradient(to top, rgba(222, 0, 0, 0.7), transparent);
}
.v8-page .v8-section3 .item2 .pic {
  width: 40.833%;
  position: absolute;
  left: 11.916%;
  bottom: 0.63rem;
  border-radius: 0.6rem;
  z-index: 2;
}
.v8-page .v8-section3 .item2 .pic img {
  display: block;
  width: 100%;
  height: auto;
}
.v8-page .v8-section3 .item3 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 1.3rem;
}
.v8-page .v8-section3 .item3 .pic {
  width: 50.25%;
  position: relative;
  border-radius: max(0.4rem, 10px);
  overflow: hidden;
  flex-shrink: 0;
}
.v8-page .v8-section3 .item3 .pic::after {
  content: "";
  display: block;
  padding-top: 120.563%;
}
.v8-page .v8-section3 .item3 .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.v8-page .v8-section3 .item3 .item3-text {
  width: 38.92%;
  padding-top: 0.76rem;
}
.v8-page .v8-section3 .item3 .item3-text .title {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: var(--font-50);
  color: #ffffff;
  line-height: 1.16666667;
  margin-bottom: 0.7rem;
}
.v8-page .v8-section3 .item3 .item3-text .description {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: var(--font-24);
  color: #ffffff;
  line-height: 1.41666667;
  margin-bottom: 0.85rem;
}
.v8-page .v8-section3 .item3 .item3-text .openate-text {
  display: flex;
  align-items: flex-start;
}
.v8-page .v8-section3 .item3 .item3-text .openate-text .item {
  margin-right: 0.65rem;
}
.v8-page .v8-section3 .item3 .item3-text .openate-text .item:last-of-type {
  margin-right: 0;
}
.v8-page .v8-section3 .item3 .item3-text .openate-text .item .i-max {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: var(--font-80);
  color: #ffffff;
  background: linear-gradient(-90deg, #ffffff 0.36621094%, #4b69db 99.63378906%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.v8-page .v8-section3 .item3 .item3-text .openate-text .item .i-min {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
  font-size: var(--font-24);
  color: #ffffff;
  line-height: 1.41666667;
  margin-top: 0.1rem;
}
.v8-page .v8-section3 .item4 {
  margin-top: 1.09rem;
  overflow: hidden;
}
.v8-page .v8-section3 .item4 .video-panel {
  margin-left: auto;
  margin-right: auto;
}
.v8-page .v8-section3 .item4 .video-panel .item4-video {
  border-radius: 0.6rem;
  display: block;
  width: 100%;
}
.v8-page .v8-section4 {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.v8-page .v8-section4 .text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 14.9%;
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: var(--font-50);
  color: #ffffff;
  line-height: 1.16666667;
  text-align: center;
}
.v8-page .v8-section4 .pic {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}
.v8-page .v8-section4 .liner-gradient {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 40%;
  background-image: var(--liner-gradient);
}
.v8-page .v8-section5 {
  padding-top: 1.45rem;
  padding-bottom: 1.93rem;
  background-color: #fff;
}
.v8-page .v8-section5 .section5-wrap .panel {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.v8-page .v8-section5 .section5-wrap .panel .left {
  margin-right: max(20px, 0.72rem);
  min-width: 0;
  flex: 1;
  padding-top: 2.16rem;
}
.v8-page .v8-section5 .section5-wrap .panel .left .l-item {
  padding-top: max(5px, 0.14rem);
  padding-bottom: max(5px, 0.15rem);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
/* 2025-7-23 修改 */
.v8-page .v8-section5 .section5-wrap .panel .left .l-item span {
  font-family: HONOR Sans CN, sans-serif;
  /* font-size: var(--font-20); */
  font-size: var(--font-16);
  color: #000000;
  line-height: 1.5;
}
/*  2025-7-24 修改  */
.v8-page .v8-section5 .section5-wrap .panel .left .l-item span:nth-child(1) {
  /* width: 38.084%; */
  width: 36%;
  padding-right: 10px;
  flex-shrink: 0;
}
.v8-page .v8-section5 .section5-wrap .panel .left .l-item span.font-weight {
  font-weight: 600;
}
.v8-page .v8-section5 .section5-wrap .panel .right {
  width: 58.334%;
  flex-shrink: 0;
}
.v8-page .v8-section5 .section5-wrap .panel .right .r-title {
  margin-bottom: 0.52rem;
}
.v8-page .v8-section5 .section5-wrap .panel .right .r-title .title-text {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
  font-size: var(--font-24);
  color: #000000;
  line-height: 1.5;
  margin-bottom: 0.12rem;
}
.v8-page .v8-section5 .section5-wrap .panel .right .r-title .title-text.font-weight {
  font-weight: 600;
}
.v8-page .v8-section5 .section5-wrap .panel .right .r-title .title-text:last-of-type {
  margin-bottom: 0;
}
.v8-page .v8-section5 .section5-wrap .panel .right .video-panel {
  position: relative;
  overflow: hidden;
  border-radius: max(0.4rem, 10px);
}
.v8-page .v8-section5 .section5-wrap .panel .right .video-panel::after {
  content: "";
  display: block;
  padding-top: 71.429%;
}
.v8-page .v8-section5 .section5-wrap .panel .right .video-panel .section5-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.v8-page .v8-section6 {
  padding-top: 2.17rem;
  padding-bottom: 2.65rem;
  background-color: #000000;
  overflow: hidden;
}
.v8-page .v8-section6 .item1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.78rem;
}
.v8-page .v8-section6 .item1 .left {
  width: 36.25%;
  padding-top: 0.76rem;
}
.v8-page .v8-section6 .item1 .left .title {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: var(--font-50);
  color: #ffffff;
  line-height: 1.16666667;
}
.v8-page .v8-section6 .item1 .left .description {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: var(--font-24);
  color: #ffffff;
  line-height: 1.41666667;
  margin-top: 0.63rem;
}
.v8-page .v8-section6 .item1 .right {
  width: 49.584%;
  flex-shrink: 0;
}
.v8-page .v8-section6 .item1 .right .pic {
  display: block;
  width: 100%;
  padding-top: 122.184%;
  position: relative;
  overflow: hidden;
  border-radius: max(10px, 0.4rem);
}
.v8-page .v8-section6 .item1 .right .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.v8-page .v8-section6 .item2 {
  display: flex;
  justify-content: space-between;
}
.v8-page .v8-section6 .item2 .item2-box {
  width: 49.584%;
}
.v8-page .v8-section6 .item2 .item2-box .video-panel {
  display: block;
  position: relative;
  border-radius: max(0.4rem, 10px);
  overflow: hidden;
}
.v8-page .v8-section6 .item2 .item2-box .video-panel::after {
  content: "";
  display: block;
  padding-top: 68.404%;
}
.v8-page .v8-section6 .item2 .item2-box .video-panel .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.v8-page .v8-section6 .item2 .item2-box .text-panel {
  overflow-wrap: break-word;
  margin-top: 0.32rem;
}
.v8-page .v8-section6 .item2 .item2-box .text-panel .text-title {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: var(--font-30);
  color: #ffffff;
  line-height: 1.13333333;
  margin-bottom: max(5px, 0.1rem);
}
.v8-page .v8-section6 .item2 .item2-box .text-panel .text-description {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
  font-size: var(--font-24);
  color: rgba(255, 255, 255, 0.2);
  line-height: 1.41666667;
}
.v8-page .v8-section6 .item3 {
  margin-top: 1.41rem;
}
.v8-page .v8-section6 .item3 .text-panel {
  width: 80%;
  overflow-wrap: break-word;
  margin-bottom: 0.54rem;
}
.v8-page .v8-section6 .item3 .text-panel .t-title {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: var(--font-50);
  color: #ffffff;
  margin-bottom: 0.32rem;
}
.v8-page .v8-section6 .item3 .text-panel .t-description {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
  font-size: var(--font-24);
  color: #ffffff;
  line-height: 1.41666667;
}
.v8-page .v8-section6 .item3 .video-panel {
  border-radius: 0.6rem;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.v8-page .v8-section6 .item3 .video-panel .video {
  display: block;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.v8-page .v8-section6 .item4 {
  margin-top: 1.62rem;
}
.v8-page .v8-section6 .item4 .text-panel {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.73rem;
}
.v8-page .v8-section6 .item4 .text-panel .t-title {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: var(--font-50);
  color: #ffffff;
  line-height: 1.16666667;
  margin-right: 0.35rem;
  min-width: 0;
  overflow-wrap: break-word;
}
.v8-page .v8-section6 .item4 .text-panel .t-desc {
  width: 46%;
  flex-shrink: 0;
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
  font-size: var(--font-24);
  color: #ffffff;
  line-height: 1.41666667;
}
.v8-page .v8-section6 .item4 .video-panel {
  border-radius: 0.6rem;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.v8-page .v8-section6 .item4 .video-panel .video {
  display: block;
  width: 100%;
}
.v8-page .v8-section7 {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.v8-page .v8-section7 .text-panel {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 23.6%;
}
.v8-page .v8-section7 .text-panel .text-wrap {
  width: 34.917%;
  overflow-wrap: break-word;
}
.v8-page .v8-section7 .text-panel .t-title {
  font-family: HONOR Sans CN;
  font-weight: 600;
  font-size: var(--font-50);
  color: #ffffff;
  line-height: 1.16666667;
  margin-bottom: 0.52rem;
}
.v8-page .v8-section7 .text-panel .t-description {
  font-family: HONOR Sans CN;
  font-weight: 400;
  font-size: var(--font-24);
  color: #ffffff;
  line-height: 1.41666667;
}
.v8-page .v8-section7 .pic {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}
.v8-page .v8-section7 .liner-gradient {
  position: absolute;
  left: 0;
  bottom: -40%;
  width: 100%;
  height: 40%;
  background-image: var(--liner-gradient);
}
.v8-page .v8-section8 {
  padding-top: 1.38rem;
}
.v8-page .v8-section8 .section8-wrap {
  display: flex;
  align-items: flex-start;
}
.v8-page .v8-section8 .section8-wrap .left-panel {
  width: 45.917%;
  flex-shrink: 0;
  padding-top: 0.98rem;
}
.v8-page .v8-section8 .section8-wrap .left-panel .title {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: var(--font-50);
  color: #000000;
  line-height: 1.16666667;
  margin-bottom: 0.45rem;
}
.v8-page .v8-section8 .section8-wrap .left-panel .description {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
  font-size: var(--font-24);
  color: #000000;
  line-height: 1.41666667;
  width: 97%;
}
.v8-page .v8-section8 .section8-wrap .left-panel .prompt {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
  font-size: var(--font-16);
  color: rgba(0, 0, 0, 0.4);
  line-height: 1.625;
  margin-top: 0.34rem;
}
.v8-page .v8-section8 .section8-wrap .right-panel {
  flex: 1;
  min-width: 0;
  margin-left: 0.99rem;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.v8-page .v8-section8 .section8-wrap .right-panel .pic {
  max-width: 299px;
  max-height: 641px;
  flex-shrink: 0;
  width: 54.545%;
}
.v8-page .v8-section8 .section8-wrap .right-panel .pic img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.v8-page .v8-section8 .section8-wrap .right-panel .r-text {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
  font-size: var(--font-40);
  color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: -0.3925rem;
  bottom: 0.84rem;
  z-index: 2;
  width: 165px;
}
.v8-page .v8-section8 .section8-wrap .right-panel .time {
  position: absolute;
  right: 0;
  top: 1.92rem;
  z-index: 3;
}
.v8-page .v8-section8 .section8-wrap .right-panel .time .num {
  font-family: BebasNeue;
  font-weight: 400;
  font-size: 4rem;
  color: rgba(0, 0, 0, 0.1);
  line-height: 1;
}
.v8-page .v8-section8 .section8-wrap .right-panel .time .unit {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.4);
  font-size: var(--font-50);
  text-align: right;
  line-height: 1;
}
.v8-page .v8-section9 {
  position: relative;
  margin-top: 1.5rem;
}
.v8-page .v8-section9 .pic {
  display: block;
  width: 100%;
}
.v8-page .v8-section9 .text-wrap {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 600;
  font-size: var(--font-50);
  color: #000000;
  line-height: 1.16666667;
}
.v8-page .v8-section9 .text-wrap .title-panel {
  max-width: 50%;
  overflow-wrap: break-word;
}
.v8-page .v8-add-section1 {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.v8-page .v8-add-section1 .pic {
  display: block;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.v8-page .v8-add-section1 .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.v8-page .v8-add-section1 .text {
  font-weight: 600;
  font-size: var(--font-50);
  color: #ffffff;
  line-height: 1.16666667;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 13.694%;
}
.v8-page .v8-add-section1 .text .text-wrap {
  margin-left: auto;
  width: fit-content;
}
.v8-page .v8-add-section1 .liner-gradient {
  position: absolute;
  left: 0;
  bottom: -40%;
  background-image: var(--liner-gradient);
  width: 100%;
  height: 40%;
}
.v8-page .v8-add-section2 {
  padding-bottom: 1.42rem;
}
.v8-page .v8-add-section2 .title-panel {
  padding-top: 0.36rem;
  margin-bottom: 1.16rem;
}
.v8-page .v8-add-section2 .title-panel .title {
  font-family: HONOR Sans CN;
  font-weight: 600;
  font-size: var(--font-24);
  color: #9b9b9b;
  line-height: 1.41666667;
  max-width: 852px;
}
.v8-page .v8-add-section2 .v-list {
  display: flex;
  justify-content: space-between;
}
.v8-page .v8-add-section2 .v-list .v-item {
  width: 49.166%;
}
.v8-page .v8-add-section2 .v-list .v-item .i-title {
  font-family: HONOR Sans CN;
  font-weight: 600;
  font-size: var(--font-30);
  color: #000000;
  margin-bottom: max(10px, 0.3rem);
}
.v8-page .v8-add-section2 .v-list .v-item .video-panel {
  display: block;
  width: 100%;
  padding-top: 64.406%;
  position: relative;
}
.v8-page .v8-add-section2 .v-list .v-item .video-panel video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
  border-radius: max(0.3rem, 10px);
}
.v8-page .v8-add-section3 {
  padding-bottom: 0.9rem;
  overflow: hidden;
}
.v8-page .v8-add-section3 .title-panel {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.4rem;
}
.v8-page .v8-add-section3 .title-panel .title {
  font-family: HONOR Sans CN;
  font-weight: 600;
  font-size: var(--font-50);
  color: #000000;
  line-height: 1.16666667;
  margin-right: 0.45rem;
}
.v8-page .v8-add-section3 .title-panel .desc {
  max-width: 528px;
  font-weight: 600;
  font-size: var(--font-24);
  color: #000000;
  line-height: 1.41666667;
}
.v8-page .v8-add-section3 .add-section3-swiper3 {
  margin-bottom: 0.31rem;
}
.v8-page .v8-add-section3 .add-section3-swiper3 .video-panel {
  display: block;
  width: 100%;
}
.v8-page .v8-add-section3 .add-section3-swiper3 .video-panel::after {
  content: "";
  display: block;
  padding-top: 50%;
}
.v8-page .v8-add-section3 .add-section3-swiper3 .video-panel video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: max(0.3rem, 10px);
  mix-blend-mode: multiply;
  object-fit: cover;
}
.v8-page .v8-add-section3 .tab-list {
  /* width: 220px; */
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: fit-content;
}
.v8-page .v8-add-section3 .tab-list::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  margin-top: -2px;
}
.v8-page .v8-add-section3 .tab-list .tab-item {
  font-family: HONOR Sans CN, sans-serif;
  font-weight: 400;
  font-size: var(--font-20);
  color: #000000;
  line-height: 1.7;
  width: fit-content;
  padding-bottom: max(0.11rem, 9px);
  border-bottom: 2px solid transparent;
  cursor: pointer;
  margin-right: 15px;
}
.v8-page .v8-add-section3 .tab-list .tab-item:last-child {
  margin-right: 0;
}
.v8-page .v8-add-section3 .tab-list .tab-item.active {
  border-bottom-color: #000000;
}
.v8-page .v8-add-section3 .tab-text {
  font-weight: 400;
  font-size: var(--font-16);
  line-height: 1.625;
  margin-top: 0.25rem;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  position: relative;
}
.v8-page .v8-add-section3 .tab-text .text-item {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.6s ease;
}
.v8-page .v8-add-section3 .tab-text .text-item.active {
  opacity: 1;
}
.v8-page {
  overflow-x: hidden;
}
@keyframes down {
  from {
    transform: translateY(20px) translateX(-50%);
  }
  to {
    transform: translateY(0) translateX(-50%);
  }
}
/* 媒体查询 */
@media (max-width: 1300px) {
  .about-page .about-section6 .section6-img {
    width: 86%;
  }
}
@media (max-width: 1200px) {
  .pro-page .show-panel .show-list .show-item {
    width: 32%;
    margin-right: 2%;
  }
  .pro-page .show-panel .show-list .show-item:nth-child(4n) {
    margin-right: 2%;
  }
  .pro-page .show-panel .show-list .show-item:nth-child(3n) {
    margin-right: 0;
  }
  /* x2-page */
  .x2-page .pro-section7 .section7-main .main-left .main-left,
  .x2-page .pro-section7 .section7-main .main-left .main-right {
    width: 50%;
  }
  .x2-page .pro-section7 .section7-main .main-pic {
    max-width: 50%;
  }
  .x2-page .pro-section7 .section7-main .main-left {
    text-align: left;
  }
  .x2-page .pro-section7 .section7-main .main-left .left-pic {
    margin-left: auto;
    display: block;
  }
  .x2-page .pro-section7 .section7-main .main-left .color {
    left: 45%;
  }
  .x2-page .pro-section7 .section7-main .main-right .color {
    right: 45%;
  }
}
@media (max-width: 992px) {
  /* 下载区域和产品教学共用区域 */
  .common-left {
    width: 100%;
    margin-right: 0;
  }
  .common-left .list {
    display: flex;
    flex-wrap: wrap;
  }
  .common-left .list .item {
    width: 31%;
    margin-bottom: 10px;
    margin-right: 3.2%;
  }
  .common-left .list .item:nth-child(3n) {
    margin-right: 0;
  }
  .common-left .list .item .icon {
    display: none;
  }
  .download-page .download-main {
    flex-wrap: wrap;
  }
  .download-page .download-main .right {
    width: 100%;
    margin-top: 35px;
    flex: none;
  }
  /* 视频教学区域 */
  .teaching-page .teaching-main-wrap {
    flex-wrap: wrap;
  }
  .teaching-page .teaching-main-wrap .teaching-right {
    flex: none;
    width: 100%;
    margin-top: 35px;
  }
  /* 关于我们页面 */
  .about-page .about-section3 .text-panel .panel-left {
    margin-right: max(15px, 0.45rem);
  }
  .about-page .about-section4 .text {
    width: 60%;
  }
  .about-page .about-section7 .text .d-left {
    margin-right: 7%;
  }
  /* 关于我们 */
  .about-page .about-section3 .text-panel {
    display: block;
  }
  .about-page .about-section7 .text {
    display: block;
  }
  .about-page .about-section3 .text-panel .panel-left {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .about-page .about-section7 .text .d-left {
    margin-right: 0;
    margin-bottom: 10px;
  }
  /* v8专题页面 */
  .v8-page .v8-section3 .item3 .item3-text {
    width: 42%;
  }
  /* x2新增加区域 */
  .x2-page .pro-add-section2 .title-panel {
    flex-wrap: wrap;
  }
  .x2-page .pro-add-section2 .title-panel .title {
    margin-bottom: 0.35rem;
    margin-right: 0;
  }
  .x2-page .pro-add-section2 .title-panel .title .br {
    display: none;
  }
  .x2-page .pro-add-section2 .title-panel .desc {
    max-width: none;
  }
  .x2-page .pro-add-section4 .text-panel {
    flex-wrap: wrap;
  }
  .x2-page .pro-add-section4 .text-panel .title {
    margin-bottom: 0.35rem;
    margin-right: 0;
  }
  .x2-page .pro-add-section4 .text-panel .title .br {
    display: none;
  }
  .x2-page .pro-add-section4 .text-panel .desc {
    max-width: none;
  }
  .x2-page .pro-section3 .text-panel {
    flex-wrap: wrap;
  }
  .x2-page .pro-section3 .text-panel .title {
    margin-right: 0;
    margin-bottom: 0.35rem;
  }
  .x2-page .pro-section3 .text-panel .title .br {
    display: none;
  }
  .x2-page .pro-section3 .text-panel .description {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .common-detail-banner.v8-banner .banner-wrap .left {
    width: 100%;
    top: 32%;
  }
  /* 移动端调整字体,关于我们页面 */
  .about-page .about-section2 .section2-text {
    font-size: max(0.7rem, 22px);
  }
  /* 详情页面 banner */
  .common-detail-banner .banner-text .p-desc {
    font-size: max(20px, 0.25rem);
  }
  .pro-page .show-panel .show-list {
    justify-content: space-between;
  }
  .pro-page .show-panel .show-list .show-item {
    width: 48.5%;
    margin-right: 0 !important;
  }
  .pro-page .show-panel .show-list .show-item .item-pic img {
    max-height: 80%;
  }
  .pro-page .top-tab .pro-panel .tab-list .tab-item {
    font-size: 12px;
  }
  .pro-page .top-tab .pro-panel {
    padding-left: 15px;
    padding-right: 15px;
  }
  .download-page .download-main .right .right-main .main-b .b-left img {
    margin-bottom: 10px;
  }
  /* 教学视频区域 */
  .teaching-page .teaching-main-wrap .teaching-right .list {
    justify-content: space-between;
  }
  .teaching-page .teaching-main-wrap .teaching-right .list .item {
    width: 47.5%;
    margin-right: 0;
  }
  /* 关于我们 */
  .about-page .about-section1 {
    background-position: 36% center;
  }
  .about-page .about-section2 .section2-img {
    object-position: 36% center;
  }
  .about-page .about-section2 .section2-text span:nth-child(1) {
    margin-right: 5%;
  }
  .about-page .about-section4 .text {
    width: 70%;
  }
  .about-page .about-section5 {
    padding-top: max(35px, 0.65rem);
    padding-bottom: max(35px, 0.65rem);
  }
  .about-page .about-section6 {
    padding-top: max(35px, 1rem);
    padding-bottom: max(35px, 1rem);
  }
  .about-page .about-section7 {
    margin-bottom: max(1rem, 35px);
  }
  .about-page .about-section8 {
    display: none;
  }
  .about-page .phone-about-section8 {
    display: block;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  .about-page .phone-about-section8 .item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.45rem;
  }
  .about-page .phone-about-section8 .item .pic {
    /* width: 45%; */
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 10px;
    /* position: sticky; */
    /* top: calc(var(--headerHeight) + 30px); */
  }
  .about-page .phone-about-section8 .item .pic::after {
    content: "";
    display: block;
    padding-top: 65%;
  }
  .about-page .phone-about-section8 .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about-page .phone-about-section8 .item .text {
    min-width: 0;
    margin-left: 7%;
    padding-top: 0.15rem;
  }
  .about-page .phone-about-section8 .item .text .title {
    font-size: 0.36rem;
    margin-bottom: 0.2rem;
  }
  .about-page .phone-about-section8 .item .text .desc {
    font-size: 0.26rem;
  }

  .about-page .phone-about-section8 .item {
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
  .about-page .phone-about-section8 .item .pic {
    width: 100%;
    position: relative;
    top: auto;
  }
  .about-page .phone-about-section8 .item .text {
    margin-left: 0;
    margin-top: 15px;
  }
  /* v8页面 */
  .common-detail-list.v8-list {
    margin-top: 2rem;
    margin-bottom: 1.2rem;
  }
  .common-detail-banner.v8-banner .banner-wrap {
    top: 20%;
  }
  .v8-page .v8-section3 .item3 .item3-text .openate-text .item {
    margin-right: 0.25rem;
  }
  .v8-page .v8-section4 .pic {
    object-position: 15% center;
  }
  .v8-page .v8-section5 .section5-wrap .panel .left {
    margin-right: 0.35rem;
  }
  .v8-page .v8-section5 .section5-wrap .panel .right {
    width: 52%;
  }
  .v8-page .v8-section5 .section5-wrap .panel .left {
    padding-top: 1.25rem;
  }
  .v8-page .v8-section8 .section8-wrap {
    flex-wrap: wrap;
  }
  .v8-page .v8-section8 .section8-wrap .left-panel {
    width: 100%;
  }
  .v8-page .v8-section8 .section8-wrap .right-panel {
    flex: none;
    margin-left: 0;
    width: 100%;
    margin-bottom: 0.3rem;
    margin-top: 0.45rem;
  }
  .v8-page .v8-section8 .section8-wrap .right-panel .r-text {
    left: 0;
  }
  .v8-page .v8-section8 .section8-wrap .right-panel .pic {
    margin-left: auto;
    margin-right: auto;
  }
  .v8-page .v8-section3 .item3 .item3-text {
    padding-top: 0.26rem;
  }
  .v8-page .v8-section3 .item3 .item3-text .title {
    margin-bottom: 0.25rem;
  }
  .v8-page .v8-section3 .item3 .item3-text .description {
    margin-bottom: 0.25rem;
  }
  .v8-page .v8-section6 .item3 .text-panel {
    width: 100%;
  }
  .v8-page .v8-section8 .section8-wrap .right-panel .time {
    align-self: center;
  }
  .v8-page .v8-section7 .text-panel {
    bottom: 43%;
  }
  .v8-page .v8-section7 .text-panel .text-wrap {
    width: 60%;
  }
  /* 2025-7-23 修改 */
  .common-detail-banner .banner-text {
    top: 23%;
    text-align: center;
    left: 50%;
  }
  /* 2025-6-16 修改 */
  .common-detail-banner .banner-text .btn-list {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  .common-detail-list.x2-list {
    margin-top: 2rem;
    margin-bottom: 1.2rem;
  }
  .x2-page .pro-section3 .text-panel {
    flex-wrap: wrap;
  }
  .x2-page .pro-section3 .text-panel .title {
    width: 100%;
    margin-right: 0;
  }
  .x2-page .pro-section3 .text-panel .title .br {
    display: none;
  }
  .x2-page .pro-section3 .text-panel .description {
    max-width: none;
    margin-top: 0.25rem;
  }
  .x2-page .pro-section4 .section4-wrap {
    flex-wrap: wrap;
  }
  .x2-page .pro-section4 .section4-wrap .text {
    width: 100%;
    flex: none;
    margin-right: 0;
  }
  .x2-page .pro-section4 .section4-wrap .text .title {
    margin-bottom: 0.25rem;
  }
  .x2-page .pro-section4 .section4-wrap .text .title .br {
    display: none;
  }
  .x2-page .pro-section4 .section4-wrap .video-wrap {
    width: 100%;
    margin-top: 0.35rem;
  }
  .x2-page .pro-section5 .text .text-wrap {
    max-width: none;
    width: 65%;
  }
  .x2-page .pro-section5 .text .title .br {
    display: none;
  }
  .x2-page .pro-section6 .text .text-wrap {
    max-width: none;
    width: 70%;
  }
  .x2-page .pro-section6 .text .title {
    font-size: max(0.6rem, 20px);
  }
  .x2-page .pro-section6 .text .description {
    font-size: max(0.24rem, 16px);
  }
  .x2-page .pro-section6 .text .description {
    margin-top: 0.25rem;
  }
  .x2-page .pro-section6 .text .description .br {
    display: none;
  }
  .x2-page .pro-section6 .mark .mark-wrap {
    max-width: none;
    width: 100%;
    font-size: 12px;
  }
  .v8-page .v8-add-section3 .title-panel {
    flex-wrap: wrap;
  }
  .v8-page .v8-add-section3 .title-panel .title {
    margin-right: 0;
    font-size: var(--font-50);
  }
  .v8-page .v8-add-section3 .title-panel .title .br {
    display: none;
  }
  /* x2 新增区域 */
  .x2-page .pro-add-section6 {
    display: none;
  }
  .x2-page .pro-add-section6-phone {
    display: block;
    padding-top: max(35px, 0.65rem);
    padding-bottom: max(35px, 0.65rem);
    overflow: hidden;
  }
  .x2-page .pro-add-section6-phone .title {
    font-size: var(--font-40);
    color: #000;
    font-weight: bold;
    margin-bottom: 0.35rem;
  }
  .x2-page .pro-add-section6-phone .list .item {
    width: 100%;
    margin-bottom: 0.45rem;
  }
  .x2-page .pro-add-section6-phone .list .item:last-of-type {
    margin-bottom: 0;
  }
  .x2-page .pro-add-section6-phone .list .item .video-item {
    display: block;
    width: 100%;
    margin-bottom: 0.25rem;
    padding-top: 65%;
    position: relative;
  }
  .x2-page .pro-add-section6-phone .list .item .video-item video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    mix-blend-mode: multiply;
    border-radius: max(0.3rem, 10px);
  }
  .x2-page .pro-add-section6-phone .list .item .text .l-title {
    font-size: var(--font-30);
    margin-bottom: 0.1rem;
    color: #000;
  }
  .x2-page .pro-add-section6-phone .list .item .text .l-desc {
    font-size: var(--font-24);
    color: #000;
  }
  .x2-page .pro-section3 {
    padding-top: 0.9rem;
    margin-bottom: 0.9rem;
  }
  .x2-page .pro-section6 .pic img {
    height: 60vh;
    object-fit: cover;
    object-position: 60% center;
  }
  .x2-page .pro-add-section3 {
    padding-top: 2.6rem;
  }
  .x2-page .pro-add-section3 .panel .pic {
    width: 60%;
  }
  .x2-page .pro-add-section3 .title {
    padding-left: 0;
  }
  .x2-page .pro-add-section3 .panel .desc {
    padding-left: 0.4rem;
  }
  .x2-page .pro-section7 .title-box {
    margin-bottom: 35px;
  }
  .x2-page .pro-section7 .section7-main .main-right .color {
    right: 26%;
  }

  /* 2025-7-23 修改 */
  .about-page .about-section1 .section2-text {
    font-size: max(24px, 0.6rem);
    width: 82%;
    text-align: center;
  }
}
@media (max-width: 576px) {
  /* 共用的产品列表页面 */
  .common-detail-list .item-panel .text {
    max-width: 50%;
    top: auto;
    bottom: 7%;
  }
  .common-detail-banner .banner-text .btn-list .btn {
    width: 130px;
    height: 40px;
  }
  .common-detail-list .item-panel2 {
    flex-wrap: wrap;
  }
  .common-detail-list .item-panel2 .left {
    width: 100%;
    margin-bottom: var(--margin);
    aspect-ratio: 1 / 1.5;
  }
  .common-detail-list .item-panel2 .left .pro {
    height: 90%;
    right: 0.2rem;
  }
  .common-detail-list .item-panel2 .right {
    width: 100%;
  }
  .common-detail-list .item-panel2 .left .text-panel {
    left: 0.47rem;
    width: 60%;
  }
  .common-detail-list .item-panel2 .right .r-item::after {
    padding-top: 75%;
  }
  .common-detail-list .item-panel3 .list {
    flex-wrap: wrap;
  }
  .common-detail-list .item-panel3 .list .item {
    width: 100%;
  }
  .common-detail-list .item-panel3 .list .item .pic {
    padding-top: 65%;
  }
  /* .common-detail-list .item-panel3 .list .item .text.text-left-bottom {
    left: 0.47rem;
  } */
  /* .common-detail-list .item-panel3 .list .item .text.text-right-top {
    right: 0.47rem;
  } */
  /* 下载区域和产品教学共用区域 */
  .common-left .list .item {
    font-size: 14px;
    justify-content: center;
  }
  .download-page .download-banner .pic {
    height: 250px;
    object-position: 60% center;
  }
  .download-page .download-banner .download-search {
    top: 35%;
  }
  .download-page .download-main .right .right-main .main-t .pic {
    width: 45px;
    height: 45px;
  }
  .download-page .download-main .right .right-main .main-b {
    flex-wrap: wrap;
    justify-content: center;
  }
  .download-page .download-main .right .right-main .main-b .b-left {
    margin-bottom: 10px;
  }
  /* 教学视频区域 */
  .teaching-page .teaching-main-wrap .teaching-right .list .item .pic .play-btn {
    width: 45px;
  }
  .teaching-page .teaching-main-wrap .teaching-right .list .item .text {
    font-size: 14px;
  }
  /* 关于我们 */
  .about-page .about-section1 .section1-text {
    white-space: wrap;
    width: 70%;
    text-align: center;
  }
  .about-page .about-section1 .section1-text {
    top: 65%;
  }
  .about-page .about-section4 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    background-position: 80% center;
  }
  .about-page .about-section4 .text {
    width: 76%;
  }

  .about-page .about-section6 .section6-text-wrap {
    width: 89%;
  }

  .about-page .phone-about-section8 .item .text .title {
    font-size: max(0.6rem, 24px);
  }
  .about-page .phone-about-section8 .item .text .desc {
    font-size: max(16px, 0.42rem);
    text-align: justify;
  }
  .about-page .about-section1 .section1-down {
    width: 57px;
    height: 57px;
  }
  .about-page .about-section1 .section2-text span:nth-child(1) {
    margin-right: 0.35rem;
  }
  .about-page .about-section6 {
    padding-top: calc(var(--headerHeight) + 0.65rem);
  }
  .about-page .about-section3 .text-panel .panel-right .r-desc {
    font-size: 16px;
  }
  .about-page .about-section4 .text .desc {
    font-size: 14px;
  }
  .about-page .about-section7 .text .d-right {
    font-size: 14px;
  }
  .about-page .phone-about-section8 .item .text .desc {
    font-size: 14px;
  }
  .about-page .phone-about-section8 .item .text .desc p {
    margin-bottom: 15px;
  }
  .about-page .phone-about-section8 .item .text .desc p:last-of-type {
    margin-bottom: 0;
  }
  /* 产品V8页面 */
  .common-detail-banner.v8-banner .video-banner {
    height: var(--phone-banner-video-height);
    object-fit: cover;
    object-position: center center;
  }
  .v8-page .v8-section3 .item1 {
    flex-wrap: wrap;
  }
  .v8-page .v8-section3 .item1 .right {
    margin-left: 0;
    width: 100%;
  }
  .v8-page .v8-section3 .item1 .left {
    flex: none;
    width: 100%;
    order: 1;
  }
  .v8-page .v8-section3 .item1 .left .l-title {
    margin-bottom: 0.25rem;
  }
  .v8-page .v8-section3 .item3 {
    flex-wrap: wrap;
  }
  .v8-page .v8-section3 .item3 .pic {
    width: 100%;
  }
  .v8-page .v8-section3 .item3 .item3-text {
    width: 100%;
    margin-top: 0.45rem;
  }
  .v8-page .v8-section3 .item3 .pic::after {
    padding-top: 90%;
  }
  .v8-page .v8-section4 .text {
    top: 35%;
  }
  .v8-page .v8-section5 .section5-wrap .panel {
    flex-wrap: wrap;
  }
  .v8-page .v8-section5 .section5-wrap .panel .left {
    width: 100%;
    order: 1;
    flex: none;
    margin-right: 0;
  }
  .v8-page .v8-section5 .section5-wrap .panel .right {
    width: 100%;
  }
  .v8-page .v8-section6 .item1 {
    flex-wrap: wrap;
  }
  .v8-page .v8-section6 .item1 .left {
    width: 100%;
    order: 1;
  }
  .v8-page .v8-section6 .item1 .right {
    width: 100%;
  }
  .v8-page .v8-section6 .item1 .left .description {
    margin-top: 0.25rem;
  }
  .v8-page .v8-section6 .item2 {
    flex-wrap: wrap;
  }
  .v8-page .v8-section6 .item2 .item2-box {
    width: 100%;
    margin-bottom: 0.65rem;
  }
  .v8-page .v8-section6 .item4 .text-panel {
    margin-bottom: 0.45rem;
    display: block;
  }
  .v8-page .v8-section6 .item4 .text-panel .t-title {
    margin-right: 0;
    margin-bottom: 0.32rem;
  }
  .v8-page .v8-section6 .item4 .text-panel .t-desc {
    width: 100%;
  }
  .v8-page .v8-section6 .item4 .text-panel .t-title .br {
    display: none;
  }
  .v8-page .v8-section7 .text-panel .text-wrap {
    width: 86%;
  }
  .v8-page .v8-section7 .text-panel {
    bottom: 35%;
  }
  .v8-page .v8-section8 .section8-wrap .left-panel .title .br {
    display: none;
  }
  .v8-page .v8-section8 .section8-wrap .left-panel .prompt {
    font-size: 13px;
  }
  .v8-page .v8-section8 .section8-wrap .right-panel .time .num {
    font-size: 3rem;
  }
  .v8-page .v8-section8 .section8-wrap .right-panel .r-text {
    font-size: 18px;
  }
  .v8-page .v8-section9 .text-wrap .title-panel {
    font-size: 20px;
  }
  /* x2-page */
  /* 2025-7-23 修改 */
  .common-detail-list .item-panel .text .title,
  .common-detail-list .item-panel2 .left .text-panel .title,
  .common-detail-list .item-panel2 .right .text .title,
  .common-detail-list .item-panel3 .list .item .text .title {
    font-size: max(0.3rem, 18px);
  }
  .common-detail-list.x2-list .item-panel2 .left .pro {
    width: 90%;
    top: 5%;
    right: 5%;
    left: auto;
  }
  .common-detail-list.x2-list .item-panel2 .left .text-panel {
    left: auto;
    right: 0.47rem;
    width: auto;
  }
  .common-detail-list .item-panel3 .list .item .text .desc .br {
    display: none;
  }
  .x2-page .pro-section2 img {
    min-height: 60vh;
    object-fit: cover;
    object-position: left center;
  }
  .x2-page .pro-section5 .pic img {
    min-height: 60vh;
    object-fit: cover;
    object-position: left center;
  }
  .x2-page .pro-section5 .text .title {
    font-size: max(0.6rem, 20px);
  }
  .x2-page .pro-section6 .pic img {
    min-height: 60vh;
    object-fit: cover;
    object-position: 65% center;
  }
  .x2-page .pro-section7 .title-box {
    flex-wrap: wrap;
  }
  .x2-page .pro-section7 .title-box .t-left {
    margin-right: 0;
    width: 100%;
  }
  .x2-page .pro-section7 .title-box .t-left .br {
    display: none;
  }
  .x2-page .pro-section7 .title-box .t-right {
    width: 100%;
    margin-top: 0.25rem;
    text-align: left;
  }
  .x2-page .pro-section7 .section7-main {
    margin-top: 0.45rem;
    flex-wrap: wrap;
  }
  .x2-page .pro-section7 .section7-main .pic img {
    max-width: 84%;
  }
  .x2-page .pro-section7 .section7-main .main-right {
    padding-top: 0.45rem;
  }
  .x2-page .pro-section7 .section7-main .main-pic {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .x2-page .pro-section7 .section7-main .main-left .color {
    left: 1.2rem;
  }
  .x2-page .pro-section7 .section7-main .main-right .color {
    right: 1.35rem;
  }
  .v8-page .v8-add-section2 .v-list {
    flex-wrap: wrap;
  }
  .v8-page .v8-add-section2 .v-list .v-item {
    width: 100%;
    margin-bottom: 0.45rem;
  }
  .v8-page .v8-add-section3 .tab-text .text-item {
    width: 90%;
  }
  .v8-page .v8-add-section3 .tab-text .text-item .br {
    display: none;
  }
  .v8-page .v8-add-section1 .text .text-wrap {
    margin-left: 0;
    width: auto;
    text-align: center;
  }
  .v8-page .v8-add-section3 .tab-list .tab-item {
    padding-bottom: 5px;
  }
  .v8-page .v8-section9 .text-wrap {
    position: static;
    transform: translate(0);
  }
  .v8-page .v8-section9 .text-wrap .title-panel {
    max-width: none;
    margin-bottom: 15px;
  }
  .v8-page .v8-section9 .text-wrap .title-panel .br {
    display: none;
  }
  .x2-page .pro-add-section2 .title-panel .desc {
    font-size: 16px;
  }
  .x2-page .pro-add-section2 .video-panel .tab-list .tab-item .text {
    font-size: 14px;
  }
  .x2-page .pro-add-section3 .panel {
    display: flex;
    flex-wrap: wrap;
    padding: 0.65rem 0.4rem;
  }
  .x2-page .pro-add-section3 .panel .pic {
    width: 76%;
    order: -1;
    position: static;
    margin-left: auto;
    margin-right: auto;
  }
  .x2-page .pro-add-section3 .panel .desc {
    width: 100%;
    margin-right: 0;
    max-width: none;
    padding-top: 0.6rem;
    padding-bottom: 0.2rem;
  }
  .x2-page .pro-add-section3 .list {
    flex-wrap: wrap;
  }
  .x2-page .pro-add-section3 .list .item {
    width: 100%;
    margin-bottom: 0.65rem;
  }
  .x2-page .pro-add-section4 .text-panel .desc {
    font-size: 16px;
  }
  .x2-page .pro-add-section5 .text .text-wrap {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .x2-page .pro-add-section5 .text .text-wrap .br {
    display: none;
  }
  .x2-page .pro-add-section5 .text {
    top: 12%;
  }
  .x2-page .pro-add-section6-phone .title {
    font-size: 22px;
  }
  .x2-page .pro-add-section6-phone .list .item .text .l-desc {
    font-size: 16px;
  }
  .x2-page .pro-add-section6-phone .list .item {
    margin-bottom: 0.65rem;
  }
  .x2-page .pro-section3 .video-wrap .pro-section3-video {
    border-radius: max(0.3rem, 10px);
  }
}
/* 新增加搜索结果页面 */
.search-list-page {
  padding-top: calc(var(--headerHeight) + max(0.71rem, 35px));
}
.search-list-page .search-form {
  margin-bottom: max(35px, 0.7rem);
}
.search-list-page .search-form form {
  display: block;
  width: 86%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.search-list-page .search-form form input {
  display: block;
  width: 100%;
  height: 70px;
  border-radius: 35px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  font-weight: 400;
  font-size: max(0.2rem, 18px);
  color: #000000;
  padding-left: 78px;
  padding-right: 78px;
  transition: 0.6s ease all;
}
.search-list-page .search-form form input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.search-list-page .search-form form input:focus {
  outline: none;
  border-color: #ffd100;
}
.search-list-page .search-form form .pre-icon {
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  left: max(15px, 0.34rem);
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  opacity: 0.4;
}
.search-list-page .search-form form .pre-icon:focus {
  outline: none;
  border: none;
}
.search-list-page .search-form form .next-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: max(0.34rem, 15px);
  user-select: none;
  cursor: pointer;
  opacity: 0;
  transition: 0.6s ease;
}
.search-list-page .tab-list {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.search-list-page .tab-list .tab-item {
  font-weight: 400;
  font-size: var(--font-20);
  color: #8f8f8f;
  padding-bottom: max(0.2rem, 10px);
  margin-right: max(0.53rem, 15px);
  user-select: none;
  cursor: pointer;
  transition: 0.6s ease all;
  position: relative;
}
.search-list-page .tab-list .tab-item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: transparent;
}
.search-list-page .tab-list .tab-item.active {
  color: #000;
}
.search-list-page .tab-list .tab-item.active::after {
  background-color: #000;
}
.search-list-page .tab-list .tab-item:hover {
  color: #000;
}
.search-list-page .tab-list .tab-item:last-of-type {
  margin-right: 0;
}
.search-list-page .search-show-list {
  padding-top: max(45px, 0.89rem);
  padding-bottom: max(1.68rem, 45px);
}
.search-list-page .pro-page {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
}
.search-list-page .pro-page .show-panel .show-list .show-item {
  background-color: #f8f9fd;
}
.search-list-page .search-list-page .search-show-list {
  padding-top: 0;
  padding-bottom: 0;
}
.search-list-page .teaching-page .teaching-main-wrap {
  padding-bottom: 0;
}
.search-list-page .download-page .download-main {
  padding-top: 0;
  padding-bottom: 0;
}
.search-list-page .teaching-page .teaching-main-wrap .teaching-right,
.search-list-page .download-page .download-main .right {
  flex: none;
  width: 100%;
}
@media (max-width: 768px) {
  .search-list-page .search-form form {
    width: 90%;
  }
  .search-list-page .search-form form input {
    height: 45px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .search-list-page .search-form form .pre-icon img {
    width: 18px;
  }
  .search-list-page .search-form form .next-icon img {
    width: 18px;
  }
  header .header .search-down .search-form input {
    padding-bottom: 15px;
  }
}
/* 2025-6-16 调整 */
@media (max-width: 768px) {
  .phone-hide {
    display: none !important;
  }
  .common-detail-banner .pic {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
/* 大于等于769的时候 */
@media (min-width: 769px) {
  .pc-hide {
    display: none !important;
  }
}
/* 2025-6-17 修改 */
@media (max-width: 768px) {
  .v8-page .v8-section1 .phone-pic,
  .v8-page .v8-section4 .phone-pic,
  .v8-page .v8-add-section1 .pic .phone-pic,
  .v8-page .v8-section7 .phone-pic,
  .x2-page .pro-add-section5 .pic .phone-pic {
    display: block;
    width: 100%;
    height: auto;
  }
  /* x2单独设置 */
  .x2-page .pro-section2 .phone-pic {
    display: block;
    width: 100%;
    height: auto;
    min-height: auto !important;
    object-position: center center;
  }
  .v8-page .v8-section1,
  .v8-page .v8-section4,
  .v8-page .v8-add-section1,
  .v8-page .v8-section7,
  .x2-page .pro-section2,
  .x2-page .pro-add-section5 {
    height: auto;
  }
  .x2-page .pro-section5 {
    height: auto;
    background-image: none !important;
  }
  .x2-page .pro-section5 .phone-img {
    display: block;
    width: 100%;
    height: auto;
  }
  .x2-page .pro-section5 .text .text-wrap {
    width: 85%;
  }
}

@media (max-width: 768px) {
  .x2-page .pro-section2 .text .text-wrap {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    text-align: center;
  }

  .x2-page .pro-section2 .text .title {
    text-shadow: var(--text-shadow);
  }

  .x2-page .pro-section2 .text .desc {
    text-shadow: var(--text-shadow);
  }

  .x2-page .pro-section7 .section7-main .main-left .color {
    left: 2%;
  }

  .x2-page .pro-section7 .section7-main .main-right .color {
    right: 15px;
    bottom: 0.2rem;
  }
}

@media (max-width: 576px) {
  .common-detail-list.x2-list .item-panel3 .list .item .text .color-black {
    text-shadow: var(--text-shadow-white);
  }

  .x2-page .pro-add-section2 .video-panel .tab-list .tab-item {
    width: 50%;
    flex-shrink: 0;
    text-align: center;
    overflow-wrap: break-word;
  }

  .x2-page .pro-add-section2 .video-panel .tab-list .tab-item .text {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.45;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .x2-page .pro-add-section2 .video-panel .tab-list .tab-item.active .progress {
    display: none;
  }

  .x2-page .pro-add-section2 .video-panel .tab-list .tab-item.active .text {
    border-bottom: 1px solid #000;
  }

  .x2-page .pro-add-section6-phone .title br {
    display: none;
  }
  .x2-page .pro-section7 .section7-main .main-right .color {
    right: 15%;
  }

  .v8-page .v8-section3 .item3 .item3-text .openate-text {
    flex-wrap: wrap;
  }

  .v8-page .v8-section3 .item3 .item3-text .openate-text .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .v8-page .v8-section3 .item3 .item3-text .openate-text .item:last-child {
    margin-bottom: 0;
  }
}
