.pro-box {
  display: flex;
  flex-wrap: wrap;
}

.pro-box .pro-box-left {
  box-sizing: border-box;
  width: 50%;
  padding-right: 0.48rem;
}

.pro-box .pro-box-right {
  box-sizing: border-box;
  width: 50%;
  padding-left: 0.48rem;
}

@media only screen and (max-width: 768px) {
  .pro-box {
    padding: 0;
  }

  .pro-box .pro-box-left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 24px;
  }

  .pro-box .pro-box-right {
    width: 100%;
    padding-left: 0;
  }
}

/* 产品大图 */
.cloudzoom-zoom {
  z-index: 99;
}

.pro-gallery-area {
  position: relative;
  padding: 0 60px;
}

.pro-gallery-item {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  border: 1px solid var(--ant-color-border);
  height: 400px;
}

.pro-gallery-item img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

/* 产品缩略图 */
.pro-thumb-swiper {
  margin-top: 0.4rem;
}

.pro-thumb-swiper .swiper-wrapper {
  justify-content: center;
}

.pro-thumb-swiper .swiper-slide {
  width: 120px !important;
}

.pro-thumb-item {
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 1px;
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 120px;
  opacity: 0.5;
}

.pro-thumb-item img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.pro-thumb-item:hover {
  border-color: var(--ant-color-primary);
}

.swiper-slide-thumb-active .pro-thumb-item {
  opacity: 1;
}

/* 描述文字 */
.pro-title {
  font-size: 0.36rem;
  color: #323232;
  margin-bottom: 0.24rem;
}

.pro-desc {
  font-size: 0.16rem;
  line-height: 2;
  color: #323232;
  margin-bottom: 0.24rem;
}

.table-wrapper {
  --table-header-bg: #fafafa;
  --table-header-color: rgba(0, 0, 0, 0.88);

  --table-row-hover-bg: #fafafa;
  --table-row-selected-bg: #e6f4ff;
  --table-row-selected-hover-bg: #bae0ff;

  --table-border-color: #f0f0f0;
  --table-border-radius: 0.08rem;
}

.table-wrapper {
  transition: all 0.3s;
  border: 1px solid #b5b5b5;
  border-radius: 0.08rem;
  padding: 0.32rem;
  margin: 0.32rem 0;
}

.table-wrapper .table-title {
  font-size: 0.24rem;
  color: rgb(50, 50, 50);
  margin-bottom: 0.16rem;
}

.table-wrapper table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.table-wrapper tbody > tr > td {
  transition: all 0.3s;
  border-bottom: 1px solid #f0f0f0 !important;
  padding: 12px !important;
}
