.container {
  margin: 0 24px 24px;
  .numeral{
    font-size: 30px;
  }
  .pt-8{
    padding-top: 8px;
    .mr{
      margin-right: 16px;
      .trend{
        display: inline-block;
        .text{
          vertical-align: middle;
        } 
        .trend-flag{
          color: #ed4014;
        }
        .dropdown{
          color: #19be6b;
        }
      }
    }
  }
  .text-right{
    text-align: right;
  }
  .dashboard-console{
    margin-top: 24px;
    text-align: center;
    p{
      margin-top: 8px;
    }
  }
  .echart-card{
    margin-top: 24px;
  }
  .avatar{
      width: 24px;
      height: 24px;
      line-height: 24px;
      border-radius: 50%;
      color: rgb(24, 144, 255);
      background-color: rgb(230, 247, 255);
      display: inline-block;
      text-align: center;
  }
  .echart-extra{
    span{
      margin-right: 24px;
    }
  }
}