.product-box {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 55px;
}
.product-box .product-title {
  height: 100px;
  font-size: 18px;
  color: #222;
  text-align: center;
  letter-spacing: 6px;
  line-height: 100px;
  background-position: 0 0;
}
@media (min-width: 768px) {
  .product-box .product-title {
    margin-top: 120px;
    font-size: 28px;
  }
}
.product-box .product-title .desc {
  line-height: inherit;
}

.goods-box {
  padding: 12px 0;
}
.goods-box .goods-img {
  width: auto;
  height: auto;
  max-width: 100%;
  padding: 0 30px;
}
.goods-box .desc {
  margin-top: 8px;
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .goods-box .desc {
    font-size: 22px;
    line-height: 36px;
  }
}
