.single-pechoin_product .product-model {
  display: flex;
  align-items: flex-start;
  margin-bottom: 4rem;
}
.single-pechoin_product .product-model .model-left {
  width: 9.6rem;
  height: 11.52rem;
  /* 539px * 647px */
  background-color: #D9D9D9;
}
.single-pechoin_product .product-model .model-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-pechoin_product .product-model .model-right {
  margin-left: 1.59rem;
  margin-top: 0.75rem;
  width: 5.4rem;
}
.single-pechoin_product .product-model .model-right .category {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}
.single-pechoin_product .product-model .model-right .category a {
  color: #000;
}
.single-pechoin_product .product-model .model-right .name {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 40px;
}
.single-pechoin_product .product-model .model-right .summary {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
}
.single-pechoin_product .product-model .model-right .details {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
}
.single-pechoin_product .product-model .model-right .buy {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  background-color: #000;
  margin-bottom: 40px;
  cursor: pointer;
}
.single-pechoin_product .product-model .model-right .introduction {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .single-pechoin_product .product-model {
    flex-direction: column;
    padding: 0px 20px;
    box-sizing: border-box;
    margin-bottom: 120px;
  }
  .single-pechoin_product .product-model .model-left {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
  .single-pechoin_product .product-model .model-right {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
