/* 商品详情页样式表 */
.product-details{
  --wrapper-side-padding:0;
}

[data-section-type="imgtxt_single_c"] .wrapper{
  --section-space:20px;
}
[data-section-type="imgtxt_single_c"]+:not([data-section-type="imgtxt_single_c"]){
  margin-top: 20px;
}
.product-main{
  max-width: 1120px;
  margin: auto;
  padding: 20px 0 60px;
  line-height: 24px;
  text-align: center;
  border-top: 1px solid var(--theme-border-color);
}

@media screen and (max-width: 1100px){
  .product-main{
    padding: 20px 0 40px;
  }
}
