.cn-statistic-card-pro{
  display:flex;
  .cn-statistic-card-pro-left-side{
    flex-basis: 52px;
    width: 52px;
    background: #00aff4;
    height: 52px;
  }
  .cn-statistic-card-pro-content{
    flex:1;
    .cn-statistic-card-pro-header{
      display:flex;
    }
  }
}
