@media screen and (max-width: 768px) {
  /* 产品详情 */
  .product-swiper {
    flex-direction: column;
    margin-top: 0.53rem;
  }
  .thumb-list {
    display: flex;
    gap: 0.18rem;
    grid-gap: 0.18rem;
    margin-bottom: 0.5rem;
  }
  .thumb-item {
    width: 2.18rem;
    height: 1.57rem;
    margin-bottom: unset;
    padding: 0.18rem;
  }
  .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: 4rem;
    padding: 0.6rem;
    min-width: unset;
    margin-bottom: 0.2rem;
  }

  .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-info {
    padding: unset;
  }

  .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;
    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;
  }

  .close-btn {
    top: -0.4rem;
    width: 0.4rem;
    height: 0.4rem;
    font-size: 0.28rem;
  }

  .detail-link {
    margin-top: 0.57rem;
    margin-bottom: 0.4rem;
    display: flex;
    justify-content: space-between;
  }
  .detail-link li {
    font-size: 0.32rem;
    margin-right: unset;
  }

  .grey-box {
    padding: 0.4rem 0;
  }
  .detail-item {
    margin-bottom: 0.4rem;
  }
  .detail-item h3 {
    font-size: 0.36rem;
    margin-bottom: 0.25rem;
  }
  .detail-item p {
    font-size: 0.28rem;
    line-height: 0.5rem;
    margin-bottom: 0.25rem;
  }

  .table-header {
    height: 0.69rem;
  }

  .table-cell {
    padding: 0 0.1rem;
    font-size: 0.2rem;
  }

  .doc-type-select {
    padding: 0;
    font-weight: bold;
    font-size: 0.2rem;
  }

  .table-row {
    height: 1.05rem;
  }
  .cell-type {
    width: 1.39rem;
  }

  .cell-region {
    width: 0.97rem;
  }

  .cell-language {
    width: 0.91rem;
  }

  .cell-name {
    width: 2.8rem;
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
    overflow: hidden;
    /* text-overflow: ellipsis; */
    line-height: 0.3rem;
  }
  .cell-download {
    width: 0.6rem;
  }

  .table-body .cell-type {
    font-size: 0.2rem;
  }

  .table-body .cell-region,
  .table-body .cell-language,
  .table-body .cell-name {
    font-size: 0.2rem;
  }
  .download-btn img {
    width: 0.25rem;
    height: auto;
  }
  .download-btn span {
    font-size: 0.2rem;
    margin-top: 0.1rem;
  }
  .case-ul {
    display: unset;
    gap: unset;
  }

  .case-word {
    background: #fff;
    padding: 0 0.35rem;
    padding-top: 0.37rem;
    padding-bottom: 0.39rem;
  }
  .case-ul h5 {
    font-size: 0.3rem;
    margin-bottom: 0.26rem;
  }
  .case-ul p {
    font-size: 0.28rem;
    line-height: 0.45rem;
  }
}
