.#{$prefix}-section{
  padding-bottom: 10px;
  margin-bottom: 20px;

  &.bordered {
    border-bottom: 1px solid #EEEFF3;
  }

  .section-title {
    line-height: 22px;
    font-family: PingFangSC-Medium;
    font-weight: 600;
    font-size: 16px;
    color: #2A333A;
    margin-bottom: 12px;
  }

}
