.ts-product-body-col2-rowbox-img > img {
  width: 90%;
}
.ts-product-body-col2 {
  margin-top: 0;
}
.ts-product-body-col2-rowbox {
  margin-bottom: 0;
}
.excel-plugin-header-font {
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 500;
  color: rgba(0,0,0,0.65);
  line-height: 40px;
}
.point-li {
  color: #A61B29;
  margin-top: 0.7rem;
  font-size: 1rem;
  font-weight: 400;
  
  list-style: disc;
  list-style-position: inside;
}
.point-li>span, p {
  color: rgba(0,0,0,0.65);
} 
.point-li>p {
  font-size: 0.9rem;
}

.ts-excel-zbjr{
  margin-left:3rem;
}
@media only screen and (max-width:576px) {
  .ts-product-body-col2{
      flex-direction: column;
  }
  .ts-product-body-col2-box{
      flex:none;
      margin-bottom: 1rem;
  }
  .ts-product-body-col2-box:first-child{
      margin-right: 0;
      margin-bottom: 1rem;
  }
  .ts-product-body-col2-box:last-child{
      margin-left: 0;
      margin-bottom: 1rem;
  }
  .ts-product-body-col2-box:not(:first-child):not(:last-child){
      margin: 0 0 1rem;
  }
  .ts-column-reverse{
      flex-direction: column-reverse;
  }
  
  .ts-excel-zbjr{
    margin-left:0;
  }
  .ts-excel-mbgl{
    padding:10px 1rem 1rem 1rem;
  }
  .ts-excel-mbgl h4{
    margin-top:0;
    margin-left:0;
  }
  .ts-excel-mbgl p{
    margin-left:0;
  }
}