.zhiting-goods-read {
  padding: var(--component-gap) 0;
  background: var(--bg-color);
  overflow: visible;
}

.zhiting-goods-read .zhiting-goods-read-wrapper {
  display: flex;
  align-items: flex-start;
  gap: var(--gap-70);
  overflow: visible;
}

/* 左侧侧边栏 */
.zhiting-goods-read .zhiting-goods-read-sidebar {
  width: 350px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: var(--gap-40);
}

/* 分类卡片 */
.zhiting-goods-read .zhiting-category-card {
  background: #F8F8F8;
  overflow: hidden;
}

.zhiting-goods-read .zhiting-category-header {
  background: var(--zhiting-accent-gradient);
  padding: 30px 40px;
}

.zhiting-goods-read .zhiting-category-title {
  color: #fff;
  font-family: var(--zhiting-font-accent);
  font-size: var(--font-22);
  font-weight: 800;
  line-height: normal;
  margin: 0;
}

.zhiting-goods-read .zhiting-category-body {
  padding: 30px;
}

.zhiting-goods-read .zhiting-category-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.zhiting-goods-read .zhiting-category-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.zhiting-goods-read .zhiting-category-link {
  color: #474747;
  font-family: var(--zhiting-font-accent);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.zhiting-goods-read .zhiting-category-link:hover,
.zhiting-goods-read .zhiting-category-link.active {
  background: linear-gradient(307deg, #FF9D00 -56.72%, #FE5A1A 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.zhiting-goods-read .zhiting-subcategory-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 16px;
}

.zhiting-goods-read .zhiting-subcategory-link {
  display: block;
  color: var(--text-color-second);
  font-family: var(--font-family);
  font-size: var(--font-size-15);
  font-weight: var(--font-weight-base);
  line-height: 1.4;
  transition: color 0.3s ease;
}

.zhiting-goods-read .zhiting-subcategory-link:hover,
.zhiting-goods-read .zhiting-subcategory-link.active {
  background: linear-gradient(307deg, #FF9D00 -56.72%, #FE5A1A 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 联系卡片 */
.zhiting-goods-read .zhiting-contact-card {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0 30px;
}

.zhiting-goods-read .zhiting-contact-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.zhiting-goods-read .zhiting-contact-label {
  color: #454545;
  font-family: var(--zhiting-font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 1.6px;
}

.zhiting-goods-read .zhiting-contact-value {
  font-family: var(--zhiting-font-accent);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  background: linear-gradient(307deg, #FF9D00 -56.72%, #FE5A1A 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  word-break: break-all;
  transition: opacity 0.3s ease;
}

.zhiting-goods-read .zhiting-contact-value:hover {
  opacity: 0.8;
}

.zhiting-goods-read-content {
  flex: 1;
  min-width: 0;
  overflow: visible;
}
.zhiting-super-goods-tabs-content-video img {
  margin-top:15px
}

/* 产品详情顶部 */
.zhiting-goods-read .zhiting-goods-detail-top {
  display: flex;
  gap: var(--gap-80);
}

/* 左侧图片区域 */
.zhiting-goods-read .zhiting-goods-gallery {
  width: 600px;
  flex-shrink: 0;
}

.zhiting-goods-read .zhiting-goods-gallery-main {
  width: 100%;
  aspect-ratio: 83/70;
  border-radius: 5px;
  border: 1px solid rgba(205, 205, 205, 0.37);
  background: #F8F8F8;
  box-shadow: 0 0 5px 0 rgba(162, 162, 162, 0.25);
  margin-bottom: 20px;
  position: relative;
}

.zhiting-goods-read .zhiting-gallery-prev,
.zhiting-goods-read .zhiting-gallery-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}

.zhiting-goods-read .zhiting-gallery-prev {
  left: 20px;
}

.zhiting-goods-read .zhiting-gallery-next {
  right: 20px;
}

.zhiting-goods-read .zhiting-gallery-prev:hover svg path,
.zhiting-goods-read .zhiting-gallery-next:hover svg path{
  fill: url(#zhiting-gallery-arrow-gradient);
}

.zhiting-goods-read .zhiting-gallery-prev.swiper-button-disabled,
.zhiting-goods-read .zhiting-gallery-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.zhiting-goods-read .zhiting-goods-gallery-main .swiper-slide{
  /* padding: var(--gap-80); */
}

.zhiting-goods-read .zhiting-goods-gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.zhiting-goods-read .zhiting-goods-gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zhiting-goods-read .zhiting-goods-gallery-thumbs {
  width: 100%;
}

.zhiting-goods-read .zhiting-goods-gallery-thumbs .swiper-slide {
  width: calc((100% - 60px) / 4);
  aspect-ratio: 135/114;
  cursor: pointer;
  transition: opacity 0.3s ease;
  border-radius: 5px;
  border: 1px solid rgba(205, 205, 205, 0.37);
  box-shadow: 0 0 5px 0 rgba(162, 162, 162, 0.25);
  /* padding: 20px; */
}

.zhiting-goods-read .zhiting-goods-gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  background: #F8F8F8;
  border: 1px solid rgba(254, 106, 20, 0.30);
}

.zhiting-goods-read .zhiting-goods-gallery-thumb {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: border-color 0.3s ease;
}

.zhiting-goods-read .zhiting-goods-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 右侧产品信息 */
.zhiting-goods-read .zhiting-goods-info {
  flex: 1;
  min-width: 0;
}

.zhiting-goods-read .zhiting-goods-title {
  margin: 0 0 20px 0;
  color: #000;
  font-family: var(--zhiting-font-accent);
  font-size: var(--font-32);
  font-weight: 700;
  line-height: 1.5;
}

.zhiting-goods-read .zhiting-goods-social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  color: #5B5B5B;
  font-family: var(--zhiting-font-accent);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.zhiting-goods-social .social-medias{
  margin: 0 !important;
  gap: 5px;
}

.zhiting-goods-social .social-medias li{
  margin: 0 !important;
  width: 21px;
  height: 21px;
}
.zhiting-goods-social .social-medias li img{
  width: 100% !important;
}

.zhiting-goods-read .zhiting-goods-divider {
  height: 1px;
  background: #DDD;
  margin-bottom: 30px;
}

.zhiting-goods-read .zhiting-goods-desc {
  color: #454545;
  font-family: var(--zhiting-font-accent);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; /* 24px */
}

/* 适用场景 */
.zhiting-goods-read .zhiting-goods-scenarios {
  margin-top: 25px;
}

.zhiting-goods-read .zhiting-goods-scenarios-title {
  color: #000;
  font-family: var(--zhiting-font-accent);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; /* 30px */
  margin-bottom: 17px;
}

.zhiting-goods-read .zhiting-goods-scenarios-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.zhiting-goods-read .zhiting-goods-scenarios-list li {
  position: relative;
  padding-left: 15px;
  color: #454545;
  font-family: var(--zhiting-font-accent);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.zhiting-goods-read .zhiting-goods-scenarios-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--zhiting-accent-gradient);
}

/* 询盘按钮 */
.zhiting-goods-read .zhiting-goods-inquiry-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  margin-top: var(--gap-40);
  background: var(--zhiting-accent-gradient);
  color: #fff;
  font-family: var(--zhiting-font-accent);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.zhiting-goods-read .zhiting-goods-inquiry-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(254, 90, 26, 0.3);
  color: #fff;
}

.zhiting-goods-detail-tabs{
  margin-top: 70px;
  display: flex;
  gap: var(--gap-90);
  border-bottom: 1px solid #DDD;
  position: -webkit-sticky;
  position: sticky;
  top: 94px;
  background: #fff;
  z-index: 9;
  padding-top: 20px;
  overflow: scroll;
}
.zhiting-goods-detail-tabs::-webkit-scrollbar{
  display: none;
}

/* tabs内容区域容器 */
.zhiting-goods-tabs-content-wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}
.zhiting-goods-detail-tabs .zhiting-goods-detail-tabs-item{
  color: #454545;
  font-family: var(--zhiting-font-accent);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; /* 30px */
  padding-bottom: 30px;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
.zhiting-goods-detail-tabs .zhiting-goods-detail-tabs-item.active{
  background: var(--zhiting-accent-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.zhiting-goods-detail-tabs .zhiting-goods-detail-tabs-item.active::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background: linear-gradient(307deg, #FF9D00 -56.72%, #FE5A1A 100%);
  border-radius: 2px;
}
.zhiting-goods-read-content-item{
  margin-top: var(--gap-70);
}
.zhiting-goods-read-content-item .zhiting-goods-read-content-item-title{
  font-family: var(--zhiting-font-accent);
  font-size: var(--font-32);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: var(--zhiting-accent-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 25px;
}

.zhiting-goods-read-content-item{
  overflow: scroll;
}

.zhiting-goods-read-content-item::-webkit-scrollbar{
  display: none;
}

.zhiting-goods-read-content-item table td{
  border: none !important;
  padding: 15px 30px;
}

/* Advantages Grid */
.zhiting-goods-read-content-item-advantages {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}

.zhiting-advantages-card {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  border-radius: 5px;
  background: #F8F8F8;
  padding: 50px 50px 50px 30px;
  transition: all 0.3s ease;
}

.zhiting-advantages-card:hover {
  background: linear-gradient(307deg, #FF9D00 -56.72%, #FE5A1A 100%);
}

.zhiting-advantages-card:hover .zhiting-advantages-card-title,
.zhiting-advantages-card:hover .zhiting-advantages-card-desc {
  color: #fff;
}

.zhiting-advantages-card:hover .zhiting-advantages-card-icon img {
  filter: brightness(0) invert(1);
}

.zhiting-advantages-card-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.zhiting-advantages-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.zhiting-advantages-card-info {
  flex: 1;
  min-width: 0;
}

.zhiting-advantages-card-title {
  color: #000;
  font-family: var(--zhiting-font-accent);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 13px;
}

.zhiting-advantages-card-desc {
  color: #454545;
  font-family: var(--zhiting-font-accent);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; /* 24px */
}

/* Download List */
.zhiting-download-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap-40);
}

.zhiting-download-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 20px 30px;
  border-radius: 5px;
  border: 1px solid rgba(205, 205, 205, 0.37);
  background: #FFF;
  box-shadow: 0 0 5px 0 rgba(162, 162, 162, 0.25);
  transition: all 0.5s ease;
}

.zhiting-download-item:hover {
  background: linear-gradient(307deg, #FF9D00 -56.72%, #FE5A1A 100%);
}

.zhiting-download-name {
  flex: 1;
  min-width: 0;
  color: #454545;
  font-family: var(--zhiting-font-accent);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; /* 30px */
  transition: all 0.5s;
}

.zhiting-download-item:hover .zhiting-download-name{
  color: #fff;
}

.zhiting-download-item:hover .zhiting-download-link svg path {
  fill: #fff;
}

.zhiting-goods-tabs-content-video{
  margin-top: 30px;
  position: relative;
  width: 100%;
  aspect-ratio: 251/128;
}
.zhiting-goods-tabs-content-video img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zhiting-goods-tabs-content-video .zhiting-goods-tabs-content-video-icon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}


/* 响应式 */
@media screen and (max-width: 1500px) {
  .zhiting-goods-read .zhiting-goods-gallery{
    width: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .zhiting-goods-read .zhiting-goods-read-sidebar {
    width: 260px;
  }
  .zhiting-goods-read .zhiting-category-header,
  .zhiting-goods-read .zhiting-category-body {
    padding: 20px;
  }
  .zhiting-goods-read .zhiting-contact-card {
    padding: 0 20px;
  }

  .zhiting-goods-read .zhiting-goods-detail-top {
    flex-direction: column;
  }

  .zhiting-goods-read .zhiting-goods-gallery {
    width: 100%;
  }
  .zhiting-goods-read .zhiting-goods-gallery-main .swiper-slide{
    padding: 30px;
  }
  .zhiting-goods-read .zhiting-gallery-prev{
    left: 5px;
  }
  .zhiting-goods-read .zhiting-gallery-next{
    right: 5px;
  }
}

@media screen and (max-width: 991px) {

  .zhiting-goods-read .zhiting-goods-read-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      "category"
      "content"
      "contact";
    gap: 24px;
  }

  .zhiting-goods-read .zhiting-goods-read-sidebar {
    display: contents;
  }

  .zhiting-goods-read .zhiting-category-card {
    grid-area: category;
  }

  .zhiting-goods-read .zhiting-contact-card {
    grid-area: contact;
  }

  .zhiting-goods-read .zhiting-goods-read-content {
    grid-area: content;
    width: 100%;
  }

  .zhiting-goods-read .zhiting-goods-detail-top {
    flex-direction: column;
    gap: 40px;
  }

  .zhiting-goods-read .zhiting-goods-gallery {
    width: 100%;
  }

  .zhiting-goods-read-content-item-advantages {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .zhiting-download-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  /* 分类卡片移动端可折叠 */
  .zhiting-goods-read .zhiting-category-header {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    user-select: none;
  }

  .zhiting-goods-read .zhiting-category-header::after {
    content: '';
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-top: -4px;
  }

  .zhiting-goods-read .zhiting-category-card.is-collapsed .zhiting-category-header::after {
    transform: rotate(-135deg);
    margin-top: 4px;
  }

  .zhiting-goods-read .zhiting-category-body {
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    max-height: 1000px;
  }

  .zhiting-goods-read .zhiting-category-card.is-collapsed .zhiting-category-body {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .zhiting-goods-read-content-item,
  .zhiting-goods-detail-tabs{
    margin-top: 30px;
  }
  .zhiting-advantages-card{
    padding: 30px;
  }
}

@media screen and (max-width: 576px) {

  .zhiting-goods-read .zhiting-category-header {
    padding: 16px 20px;
  }

  .zhiting-goods-read .zhiting-category-body {
    padding: 20px;
  }

  .zhiting-goods-read .zhiting-contact-card {
    padding: 0 20px;
  }

  .zhiting-goods-read .zhiting-goods-gallery-thumbs .swiper-slide {
    padding: 10px;
  }
}
