@import '../../theme/common/var.less';

.card {
  background: white;
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
    border-bottom: 1px solid #0d101419;
    height: 57px;
    .title {
      font-size: 16px;
      color: #1f2126;
      font-weight: bold;
    }
  }
  .body {
    padding: 24px;
  }
}

//descriptions样式
.descriptions {
  .title {
    color: #1f2126;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 16px;
  }
  .content {
    display: flex;
    flex-wrap: wrap;
  }
}

//descriptionsItem样式
.label {
  font-size: 12px;
  color: #82868c;
}
.value {
  font-size: 14px;
  color: #1f2126;
  margin-top: 4px;
  word-break: break-all;
}

.borderItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 96px;
  border-radius: 2px;
  padding: 12px 24px 12px 24px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  .number {
    font-family: DINPro-Medium;
    color: @black85;
    font-size: 24px;
  }
  .label {
    font-family: PingFangSC-Regular;
    color: @black45;
    font-size: 14px;
  }
  .iconContainer {
    width: 56px;
    height: 56px;
    background: #f0f8ff;
    border-radius: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    .icon {
      font-size: 24px;
      color: #2b6de5;
    }
  }
}

:global(.ant-statistic-title) {
  color: #505359;
  font-size: 14px;
}
:global(.ant-statistic-content) {
  color: #1f2126;
  font-size: 20px;
}

.tab {
  :global(.ant-tabs-nav) {
    float: right;
    margin-right: 24px;
  }

  :global(.ant-tabs-nav-wrap) {
    margin-top: 12px;
  }

  :global(.ant-tabs-bar) {
    margin: 0;
  }
}

:global(.ant-statistic-content-value-decimal) {
  font-size: 20px;
}

:global(.ant-statistic-content-suffix) {
  font-size: 20px;
  font-weight: 700;
}
