.emh-cert-info-cert-body {
  background: #3863ea;
  border-radius: 8px;
  position: relative;
  margin-bottom: 20px;
  padding: 16px;
  color: #ffffff;
  min-height: 130px;
  &-name {
    font-size: 18px;
    margin-bottom: 35px;
  }
  &-info {
    font-size: 14px;
  }
  &-type {
    position: absolute;
    right: 16px;
    top: 16px;
    display: flex;
    align-items: center;
    &-title {
      font-size: 12px;
      color: #ffffff;
    }
    &-icon {
      width: 8px;
      height: 14px;
      margin-left: 6px;
      background: #89ffe5;
      border-radius: 2px;
    }
  }
  &-tips{
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 20px;
    min-height: 120px;
  }
}