.dark-blue {
  $titleColor: rgba(0, 0, 0, 0.85);

  el-card box-card is-always-shadow .card-radius {
    border-radius: 12px
  }

  .form-card-header {
    width: 3px;
    height: 14px;
    left: 0;
    align-items: center;
    text-align: center;
  }

  .form-card-header-bgc {
    width: 3px;
    height: 14px;
    display: flex;
    background-color: #3D4CF2
  }

  .form-card-text {
    padding-left: 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: $titleColor;
    display: table-cell;
    position: relative;
  }

  .superForm {
    .el-card {
      border-radius: 12px;
      box-shadow: 0 1px 4px 0 rgba(0, 13, 31, 0.10);
    }


  }


  .platform-card {
    .el-card__header {
      height: 40px;
      background: #F0F8FE;
      color: #005EBA;
      font-family: Source Han Sans CN;
      font-weight: medium;
      font-size: 14px;
      text-align: left;
      padding: 9px 0px 9px 20px;
    }

    .el-card__header>div {
      line-height: 22px;
    }
  }
  .card-style {
    margin-top: 20px;
  }
}
