.product-box {
  padding: 50px 20px;
}
.product-box > .product-info {
  display: flex;
  margin-bottom: 50px;
}
.product-box > .product-info > .product-left {
  width: 300px;
}
.product-box > .product-info > .product-left > img {
  width: 100%;
}
.product-box > .product-info > .product-right {
  flex: 1;
  margin-left: 30px;
}
.product-box > .product-info > .product-right > .product-name {
  font-size: 20px;
  border-bottom: 1px solid #e2e2e2;
  line-height: 33px;
  margin-bottom: 10px;
}
.product-box > .product-info > .product-right > .product-price > .market-price {
  font-size: 14px;
  color: #898989;
  margin-bottom: 5px;
}
.product-box > .product-info > .product-right > .product-price > .price > .price-value {
  font-size: 20px;
  color: #ff5022;
  font-weight: bold;
}
.product-box > .product-desc {
  background-color: #F5F5F5;
  border: 1px solid #E5E5E5;
  color: #868686;
  margin-bottom: 10px;
  padding: 5px;
  font-size: 13px;
  line-height: 23px;
  text-indent: 0;
}

/*# sourceMappingURL=product.css.map */
