.yawei-goods-read-block {
  position: relative;
}

.yawei-goods-read-block .yawei_goods_read {
  display: flex;
  align-items: center;
  overflow: hidden;
  background-size:100%;
  background-position: center;
  background-repeat: no-repeat;aspect-ratio:2.1 / 1;
}

.yawei-goods-read-block .container{
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1920px) {
  .yawei-goods-read-block .container{
    max-width: calc(100% - 422px);
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}


.yawei-goods-read-block .yawei_goods_read-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.yawei-goods-read-block .yawei_goods_read-content {
  position: relative;
  z-index: 3;
  width: 100%;
}

.yawei-goods-read-block .yawei_goods_read-wrapper {
  display: flex;
  align-items: flex-start;
  /* gap: 30px; */
}

.yawei-goods-read-block .yawei_goods_read-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-top: 10px;
}

.yawei-goods-read-block .yawei_goods_read-icon img {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
}

.yawei-goods-read-block .yawei_goods_read-text {
  flex: 1;
  color: #ffffff;
}

.yawei-goods-read-block .yawei_goods_read-title {
  font-family: 'Arimo', var(--title-font-family, Arial, sans-serif);
  font-weight: 700;
  font-size:clamp(24px, 3vw, 60px);
  line-height: 1.2;
  letter-spacing: 2.5%;
  color: #ffffff;
  margin: 0 0 20px 0;
  max-width: 524px;
}

.yawei-goods-read-block .yawei_goods_read-description {
  font-family: 'Arimo', var(--font-family, Arial, sans-serif);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.39;
  letter-spacing: 2.5%; 
  color: #f5f5f5;
  margin: 0;
  max-width: 620px;
  text-align: left;
}
.yawei-goods-read-block .btn-group{
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
.yawei-goods-read-block .contact-btn,
.yawei-goods-read-block .download-btn{
  padding: 5px 25px;
  background-color: #ffffff;
  color: #5C5C5C;
  font-size: 16px;
  line-height: 23px;
  font-family: 'Arimo', var(--font-family);
}
.yawei-goods-read-block .download-btn{
  background-color: #E6002D;
  color: #ffffff;
}

@media (max-width: 992px) {
  
  .yawei-goods-read-block .lift-nav .lift{
    justify-content: flex-start;
    gap: 10px;
  }
  
  .yawei-goods-read-block .yawei_goods_read-wrapper {
    flex-direction: column;
    /* gap: 20px; */
    /* text-align: center; */
  }
  
  .yawei-goods-read-block .yawei_goods_read-title {
    margin-bottom:15px;
  }
  
  .yawei-goods-read-block .yawei_goods_read-description {
    font-size: 16px;
    max-width: 100%;
  }
  
  .yawei-goods-read-block .yawei_goods_read-icon {
    align-self: center;
    margin-top: 0;
  }
}

@media (max-width: 768px) {

  .yawei-goods-read-block .yawei_goods_read-description p{
    line-height: 1;
  }
  
  
  .yawei-goods-read-block .yawei_goods_read-title {
    margin-bottom: 10px;
  }
  
  .yawei-goods-read-block .yawei_goods_read-description {
    font-size: 14px;
    line-height: 1.5;
  }
  
  .yawei-goods-read-block .yawei_goods_read-icon {
    width: 50px;
    height: 50px;
  }
  
  .yawei-goods-read-block .yawei_goods_read-icon img {
    width: 24px;
    height: 24px;
  }
}

@media (max-width:640px) {
.yawei-goods-read-block .yawei_goods_read-title{margin-bottom:0;}
.yawei-goods-read-block .yawei_goods_read-description{display:none;}
.yawei-goods-read-block .contact-btn, .yawei-goods-read-block .download-btn{padding:5px 15px;}
}

/* 锚点导航样式 */
.yawei-goods-read-block .detail-height {
  position: relative;
}

.yawei-goods-read-block .detail-maodian {
  background: #ffffff;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  z-index: 99;
}

.yawei-goods-read-block .detail-maodian.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}



.yawei-goods-read-block .lift-nav .lift {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 160px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.yawei-goods-read-block .lift-nav .lift li {
  position: relative;
  flex-shrink: inherit;
}

.yawei-goods-read-block .lift-nav .lift li a {
  font-family: 'Arimo', var(--font-family, sans-serif);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: #B1B1B1;
  text-decoration: none;
  transition: color 0.3s ease;
  padding: 31px 12px;
  display: block;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
  text-align: center;
}

.yawei-goods-read-block .lift-nav .lift li:hover a,
.yawei-goods-read-block .lift-nav .lift li.current a {
  color: #080808;
  border-bottom: 1px solid #1d1d1d;
}

.yawei-goods-read-block .lift-nav .lift li.current::after {
  display: none;
}
.yawei-goods-read-block .swiper-button-next:after, .yawei-goods-read-block .swiper-button-prev:after{
  display: none;
}
/* 产品详情内容区域 */
.yawei-goods-read-block .pro_text {
  background: #ffffff;
  padding-bottom: 70px;
}

.yawei-goods-read-block .pro-scroll {
  padding: 60px 0;
  border-bottom: 1px solid #f0f0f0;
}

.yawei-goods-read-block .pro-scroll:last-child {
  border-bottom: none;
}

.yawei-goods-read-block .yawei-product-detail__detail-desc {
  font-family: var(--font-family, sans-serif);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-color, #333);
}

.yawei-goods-read-block .yawei-product-detail__detail-desc h1,
.yawei-goods-read-block .yawei-product-detail__detail-desc h2,
.yawei-goods-read-block .yawei-product-detail__detail-desc h3,
.yawei-goods-read-block .yawei-product-detail__detail-desc h4,
.yawei-goods-read-block .yawei-product-detail__detail-desc h5,
.yawei-goods-read-block .yawei-product-detail__detail-desc h6 {
  color: var(--title-text-color, #0A0A0A);
  font-family: var(--title-font-family, sans-serif);
  margin: 30px 0 20px 0;
}

.yawei-goods-read-block .yawei-product-detail__detail-desc p {
  margin: 15px 0;
}

.yawei-goods-read-block .yawei-product-detail__detail-desc ul,
.yawei-goods-read-block .yawei-product-detail__detail-desc ol {
  margin: 15px 0;
  padding-left: 30px;
}

.yawei-goods-read-block .yawei-product-detail__detail-desc table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.yawei-goods-read-block .yawei-product-detail__detail-desc table th,
.yawei-goods-read-block .yawei-product-detail__detail-desc table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: left;
}

.yawei-goods-read-block .yawei-product-detail__detail-desc table th {
  background-color: #f8f9fa;
  font-weight: 600;
}

/* 询盘区域样式 */
.yawei-goods-read-block .yawei-product-detail__inquiry {
  background-color: #f8f9fa;
}

.yawei-goods-read-block .inquiry-placeholder {
  text-align: center;
  padding: 40px 20px;
}

.yawei-goods-read-block .inquiry-placeholder h3 {
  font-family: var(--title-font-family, sans-serif);
  font-size: 28px;
  font-weight: 600;
  color: var(--title-text-color, #0A0A0A);
  margin: 0 0 15px 0;
}

.yawei-goods-read-block .inquiry-placeholder p {
  font-family: var(--font-family, sans-serif);
  font-size: 16px;
  color: var(--text-color, #666);
  margin: 0;
}

/* 相关产品区域样式 */
.yawei-goods-read-block .yawei-related-products h3 {
  font-family: var(--title-font-family, sans-serif);
  font-size: 32px;
  font-weight: 600;
  color: var(--title-text-color, #0A0A0A);
  text-align: center;
  margin: 0 0 40px 0;
}

.yawei-goods-read-block .related-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.yawei-goods-read-block .related-product-item {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.yawei-goods-read-block .related-product-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.yawei-goods-read-block .related-product-item .product-image {
  height: 200px;
  overflow: hidden;
  background: #f8f9fa;
}

.yawei-goods-read-block .related-product-item .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.yawei-goods-read-block .related-product-item:hover .product-image img {
  transform: scale(1.05);
}

.yawei-goods-read-block .related-product-item .product-info {
  padding: 20px;
  text-align: center;
}

.yawei-goods-read-block .related-product-item .product-info h4 {
  font-family: var(--title-font-family, sans-serif);
  font-size: 18px;
  font-weight: 500;
  color: var(--title-text-color, #0A0A0A);
  margin: 0 0 15px 0;
  line-height: 1.4;
}

.yawei-goods-read-block .view-more-btn {
  display: inline-block;
  padding: 8px 20px;
  background: var(--color-primary, #E6002D);
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  font-family: var(--font-family, sans-serif);
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.yawei-goods-read-block .view-more-btn:hover {
  background: #c50025;
  color: #ffffff;
}
.yawei-goods-read-block .swiper-button-next,
.yawei-goods-read-block .swiper-button-prev {
  display: none;
}
.yawei-goods-read-block .pro_text-description{
  color: #676767;
  font-family: Arimo;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.39; 
  letter-spacing: -0.45px;
}
@media (max-width: 1500px) {
  .yawei-goods-read-block .lift-nav .lift{
    gap: 80px;
  }
}
/* 响应式样式 */
@media (max-width: 992px) {
  .yawei-goods-read-block .lift-nav .lift {
    gap: 30px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  
  .yawei-goods-read-block .lift-nav .lift li a {
    padding: 10px 6px;
    font-size: 14px;
  }
  
  .yawei-goods-read-block .related-products-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .yawei-goods-read-block .lift-nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .yawei-goods-read-block .detail-maodian{
    padding-top: 10px;
  }
  .yawei-goods-read-block .lift-nav .lift li a{
    padding: 10px 0;
  }
  .yawei-goods-read-block .lift-nav {
    flex-grow: 1;
    overflow: hidden;
    position: static; /* 移除相对定位，交由 wrapper 控制 */
  }

  .yawei-goods-read-block .lift-nav .lift {
    justify-content: flex-start; /* 讓內容居中 */
    gap: 0;
  }

  .yawei-goods-read-block .lift-nav .swiper-slide {
    width: auto;
    text-align: center;
    white-space: nowrap; /* 防止文字换行 */
  }
  
  .yawei-goods-read-block .swiper-button-next,
  .yawei-goods-read-block .swiper-button-prev {
    position: static; /* 移除绝对定位 */
    transform: none; /* 移除 transform */
    width: auto;
    height: auto;
    margin: 0;
    z-index: 20;
    cursor: pointer;
    color: #0F0F0F;
    flex-shrink: 0; /* 防止箭头被压缩 */
    display: flex;
  }

  .yawei-goods-read-block .swiper-button-next .iconfont,
  .yawei-goods-read-block .swiper-button-prev .iconfont {
    font-size: 14px; /* 调整图标大小 */
  }
  
  .yawei-goods-read-block .pro-scroll {
    padding: 40px 0;
  }
  
  .yawei-goods-read-block .yawei-related-products h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  
  .yawei-goods-read-block .related-products-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .yawei-goods-read-block .related-product-item .product-image {
    height: 150px;
  }
  
  .yawei-goods-read-block .related-product-item .product-info {
    padding: 15px;
  }
  
  .yawei-goods-read-block .related-product-item .product-info h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .yawei-goods-read-block .contact-btn,
  .yawei-goods-read-block .download-btn{
    font-size: 14px;
  }
}

/* pro_text-title 样式 - 参考 partner2 */
.yawei-goods-read-block .pro_text-title {
  font-family: 'Arimo', var(--title-font-family, sans-serif);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: -2.5%;
  color: var(--title-text-color, #0A0A0A);
  padding-bottom: 15px;
  text-align: left;
}

.yawei-goods-read-block .pro_text-item {
  padding: 70px 0 0;
}

.yawei-goods-read-block .pro_text-item.left-right-layout {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}

.yawei-goods-read-block .pro_text-item.left-right-layout .pro_text-title {
  width: 30%;
  flex-shrink: 0;
  margin-top: 0;
}
.yawei-goods-read-block .pro_text-title h2{
  color: #0A0A0A;
  padding-bottom: 30px;
  margin-bottom: 38px ;
  border-bottom: 3px solid #1D1D1D;
}

.yawei-goods-read-block .pro_text-item.left-right-layout .pro_text-content {
  flex: 1;
  padding-top: 10px;
}

@media (max-width: 992px) {
  .yawei-goods-read-block .pro_text-item.left-right-layout {
    display: block;
    gap: 0;
  }
  .yawei-goods-read-block .pro_text-item{
    padding-top: 30px;
  }
  .yawei-goods-read-block .pro_text-item.left-right-layout .pro_text-title {
    width: auto;
    margin-bottom: 20px;
  }
  .yawei-goods-read-block .pro_text-item.left-right-layout .pro_text-content {
    padding-top: 0;
  }

  .yawei-goods-read-block .pro_text-title {
    font-size: 32px;
  }
}


.video-iframe{height:0;width:100%;padding-bottom:74.6%;position:relative;}
.video-iframe iframe{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;object-position:center;-o-object-position:center;}

.yawei-goods-read-block .lift-nav li.current a,
.yawei-goods-read-block .lift-nav li a:hover {
  background-color: transparent;
  color: var(--color-primary);
}
.yawei-goods-read-block .pro_text-title h2{
  padding-bottom: 30px;
  border-bottom: 3px solid #1D1D1D;
  font-family: 'Arimo', var(--title-font-family);
  font-size: 40px;
  font-weight: 700;
  color: #0A0A0A;
  letter-spacing: -1%;
  line-height: 1.41;
  margin: 0 0 42px 0;
  text-align: left;
}
.yawei-goods-read-block .pro_text-title p{
  color: var(--text-color, #666);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  text-align: left;
  background: #ffffff;
  font-family: var(--font-family);
  -webkit-font-smoothing: antialiased;
}
.pro_text-item .pro_text-content table{width:100%;max-width:100%;margin-bottom:20px;font-size:15px;border:1px solid #D9D9D9;color:#333;}
.pro_text-item .pro_text-content table tr > th{padding:8px 8px;line-height:1.42857143;vertical-align:middle;border:1px solid #D9D9D9;font-weight:bold;}
.pro_text-item .pro_text-content table tr > td{padding:8px 8px;line-height:1.42857143;vertical-align:middle;border:1px solid #D9D9D9;}
.pro_text-item .pro_text-content table tr.firstRow > td{font-weight:bold;}
.pro_text-item .pro_text-content table tr > td *{margin:0;padding:0;}
.pro_text-item .pro_text-content table tr > td p{margin:0;}

@media (max-width: 1400px) {
  .yawei-goods-read-block .pro_text-title h2{
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  .yawei-goods-read-block .pro_text-title h2{
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .yawei-goods-read-block .pro_text-title h2{
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .yawei-goods-read-block .pro_text{
    padding-bottom: 27px;
  }
  .yawei-goods-read-block .pro_text-title {
    font-size: 20px;
  }
  .yawei-goods-read-block .pro_text-item.left-right-layout{
    padding-top: 17px;
  }
  .yawei-goods-read-block .pro_text-title h2{
    padding-bottom: 10px;
    margin-bottom: 0;
    border: none;
  }
  .yawei-goods-read-block .pro_text-description{
    border-bottom: 2px solid #1D1D1D;
    padding-bottom: 10px;
    font-size: 16px;
  }
  .yawei-goods-read-block .pro_text-title h2{
    font-size: 24px;
  }
  .yawei-goods-read-block .pro_text-title{
    margin-bottom: 17px;
    padding-bottom: 0;
  }
  .yawei-goods-read-block .pro_text-item.left-right-layout .pro_text-title{
    margin-bottom: 17px;
    padding-bottom: 0;
  }
  .yawei-goods-read-block .pro_text-title h2{
    padding-bottom: 10px;
    border-bottom: 2px solid #1D1D1D;
  }
  .yawei-goods-read-block .pro_text-item.left-right-layout h2{
    padding-bottom: 0;
    border-bottom: none;
  }
  .yawei-goods-read-block .pro_text-item.left-right-layout h2.has-border{
    padding-bottom: 10px;
    border-bottom: 2px solid #1D1D1D;
  }
}

@media(max-width:576px){
  .yawei_goods_read .yawei_goods_read-content .container{margin-top: 50px;}
  .yawei-goods-read-block .yawei_goods_read-title{font-size: 19px;}
  .yawei-goods-read-block .contact-btn, .yawei-goods-read-block .download-btn {font-size: 12px;}
  .yawei-goods-read-block .yawei_goods_read {aspect-ratio: auto;min-height: 200px;background-size: cover;}
}