
.product-box{
    background: #f8f8f8;
}
.product-swiper {
  display: flex;
  background: #f8f8f8;
  padding-top: 26px;
  padding-bottom: 56px;
}

.swiper-left {
  display: flex;
}

.thumb-item {
  width: 132px;
  height: 95px;
  margin-bottom: 14px;
  /* padding: 11px; */
  cursor: pointer;
  overflow: hidden;
}

.thumb-item:last-child {
  margin-bottom: 0;
}

.thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.thumb-item:hover img {
  transform: scale(1.05);
}

.swiper-center {
  /* flex: 1; */
  margin-left: 17px;
  margin-right: 43px;
}

.main-img-box {
  position: relative;

  width: 434px;
  height: 314px;

  overflow: hidden;
}

.main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-info {
  padding: 13px 0;
}

.product-title {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 23px;
}

.product-content {
  max-width: 453px;
  margin-bottom: 30px;
}

.product-content p {
  font-size: 16px;
  color: #141414;
  line-height: 30px;
}

.consult-btn {
  padding: 12px 40px;
  background: #1885ed;
  color: #fff;
  font-size: 20px;
  transition: all 0.3s ease;
}

.consult-btn:hover {
  background: #0d6ec9;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(24, 133, 237, 0.3);
}
.zoom-btn {
  width: 137px;
  height: 46px;
  background: rgba(0, 0, 0, 0.39);
  border-radius: 6px 0px 0px 0px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.zoom-btn span {
  color: #ffffff;
  margin-left: 3px;
}
.zoom-btn img {
  width: 25px;
}
.product-detail {
  padding: 50px 0;
  padding-bottom: 160px;
}
.product-detail h3 {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 25px;
}
.product-detail p {
  font-size: 16px;
  line-height: 35px;
}
@media screen and (max-width: 768px) {
  /* 产品详情 */
  .product-swiper {
    flex-direction: column;
  padding-top: 0;
  }
  .thumb-list {
    display: flex;
    gap: 0.18rem;
    grid-gap: 0.18rem;
    margin-bottom: 0.34rem;
  }
  .thumb-item {
    width: 2.19rem;
    height: 1.59rem;
    margin-bottom: unset;
  
  }
  .swiper-left {
    display: flex;
    flex-direction: column-reverse;
  }

  .swiper-center {
    /* flex: 1; */
    margin-left: unset;
    margin-right: unset;
  }

  .main-img-box {
    position: relative;
    width: 100%;
    height: 4.99rem;
 
    min-width: unset;
    margin-bottom: 0.16rem;
  }
  .zoom-btn{
    display: none;
  }
  .product-title {
    font-size: 0.34rem;
    margin-bottom: 0.25rem;
  }

  .product-content {
    max-width: unset;
    margin-bottom: 0.34rem;
  }

  .product-content p {
    font-size: 0.28rem;
    line-height: 0.5rem;
    color: #090909;
   
    /* display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical; */
  }

  .consult-btn {
    width: 100%;
    display: inline-block;
    padding: 0.29rem;
    font-size: 0.34rem;

    text-align: center;
  }
  .zoom-btn {
    width: 1.93rem;
    height: 0.65rem;
    border-radius: 0.06rem 0px 0px 0px;
  }
  .zoom-btn span {
    margin-left: 0.1rem;
  }
  .zoom-btn img {
    width: 0.25rem;
  }
  .product-detail{
padding: 0.49rem 0;
  }
  .product-detail h3{
font-size: 0.36rem;
  }
  .product-detail p{
    font-size: 0.3rem;
color: #090909;
line-height: 0.5rem;
  }
}
