.product-detail .img img {
  width: 100%;
  height: 100%;
}
.product-detail .tit {
  border-color: #DCDCDC;
  border-style: solid;
  border-width: 0;
}
.product-detail .tit h3 {
  color: #000;
  font-weight: bold;
}
.product-detail .tit .ml {
  color: #000;
  font-weight: bold;
}
.product-detail .mt {
  color: #000;
  font-weight: bold;
}
.product-detail .desc {
  color: #333;
}

.product-pages {
  display: flex;
  justify-content: space-between;
}
.product-pages .pager-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F7F7F7;
  color: #9E9E9E;
}
.product-pages .pager-item.is-prev::before, .product-pages .pager-item.is-next::after {
  content: " ";
  display: block;
  background-image: url("/static/index/zh/img/common/icon-arrow-2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.product-pages .pager-item.is-prev::before {
  transform: rotate(180deg);
}

@media (min-width: 769px) {
  .page-panel {
    padding: 0.7rem 3rem;
  }
  .product-detail {
    display: flex;
  }
  .product-detail .img {
    width: 7.475rem;
    height: 7.475rem;
    margin-right: 0.75rem;
    border: 0.0125rem solid #0190D8;
  }
  .product-detail .img p {
    font-size: 0.625rem;
    line-height: 0.9rem;
    left: 1.875rem;
    top: 4.2rem;
  }
  .product-detail .info {
    flex: 1;
    overflow: hidden;
  }
  .product-detail .tit {
    padding-bottom: 0.3625rem;
    border-bottom-width: 0.0125rem;
  }
  .product-detail .tit h3 {
    margin-bottom: 0.2875rem;
    font-size: 0.45rem;
    line-height: 0.65rem;
  }
  .product-detail .tit .ml {
    font-size: 0.3rem;
    line-height: 0.4375rem;
  }
  .product-detail .mt {
    padding-top: 0.4375rem;
    margin-bottom: 0.3625rem;
    font-size: 0.3rem;
    line-height: 0.4375rem;
  }
  .product-detail .desc {
    font-size: 0.3rem;
    line-height: 0.625rem;
  }
  .product-pages {
    margin-top: 1.85rem;
  }
  .product-pages .pager-item {
    width: 7.125rem;
    height: 1.25rem;
    font-size: 0.45rem;
    line-height: 0.625rem;
  }
  .product-pages .pager-item.is-prev::before, .product-pages .pager-item.is-next::after {
    width: 0.5rem;
    height: 0.5rem;
  }
  .product-pages .pager-item.is-prev::before {
    margin-right: 0.6875rem;
  }
  .product-pages .pager-item.is-next::after {
    margin-left: 0.6875rem;
  }
}
@media (max-width: 768px) {
  .page-panel {
    padding: 1.025rem;
  }
  .product-detail {
    padding-top: 0.9rem;
  }
  .product-detail .img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
    margin: 1.275rem 0;
    border: 0.0375rem solid #ddd;
  }
  .product-detail .img img {
    width: 16rem;
    height: 16rem;
  }
  .product-detail .tit {
    padding-bottom: 1.025rem;
    border-bottom-width: 0.0625rem;
  }
  .product-detail .tit h3 {
    margin-bottom: 1.025rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .product-detail .tit .ml {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }
  .product-detail .mt {
    padding: 0 1rem;
    margin-bottom: 0.7625rem;
    font-size: 1.2rem;
    line-height: 1.6625rem;
  }
  .product-detail .desc {
    padding: 0 1rem;
    font-size: 1rem;
    line-height: 2.2rem;
  }
  .product-pages {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
  .product-pages .pager-item {
    width: 8.9625rem;
    height: 3.8375rem;
    font-size: 1.15rem;
    line-height: 1.275rem;
  }
  .product-pages .pager-item.is-prev::before, .product-pages .pager-item.is-next::after {
    width: 1.5375rem;
    height: 1.5375rem;
  }
  .product-pages .pager-item.is-prev::before {
    margin-right: 0.7625rem;
  }
  .product-pages .pager-item.is-next::after {
    margin-left: 0.7625rem;
  }
}