.scm-detail {
  .title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;

    .title {
      font-size: 18px;
      font-weight: 600;
      color: rgba(50, 65, 80, 1);
    }
  }
  .detail-body{
    font-size:12px;
    color:rgba(50,65,80,1);
    .body-row{
      display: flex;
      flex-direction: row;
      justify-content: start;
      align-items: center;
      margin-bottom: 16px;
      .left{
        font-weight:600;
        width: 120px;
      }
      .rigth{
        font-size:12px;
      }
    }
  }
}