.c7ncd-env-detail {
  list-style: none;
  margin: 0;
  padding: 0;

  &-item {
    margin-bottom: .16rem;
    list-style: none;
    font-size: .14rem;

    &-text {
      color: var(--text-color3);
      width: .88rem;
      display: inline-block;
    }

    &-value {
      word-break: break-all;
    }
  }
}
