
  .statisticalCardItems {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .statisticalCardItem {
    display: flex;
    flex-direction: row;
    margin: 10px 0;
  }
  .circleWrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin-right: 10px;
    background-color: #FFECB3;
    border-radius: 50%;
  }
  .statisticalCardDesc {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .statisticalCardText {
    position: relative;
    margin-bottom: 4px;
    color: #333;
    font-weight: bold;
    font-size: 12px;
  }
  .statisticalCardNumber {
    color: #333;
    font-size: 24px;
  }
  .itemHelp {
    position: absolute;
    top: 1px;
    right: -15px;
    width: 12px;
    height: 12px;
  }
  .newWrap{
    width: 100%;
  }