.yesterday-data {
  .data-header {
    display: flex;

    .data-title {
      flex: 1;
      font-weight: bold;
      font-size: 14px;
      color: #666;
    }
    .data-more {
      text-align: right;
      flex: 1;
      color: #5491de;
    }
  }
  .data-main {
    height: 80px;
    padding: 5px 0;

    .col-item {
      height: 80px;
      float: left;
      text-align: center;
      padding: 10px 20px;
      border-right: 1px dashed #e9e9e9;

      strong {
        font-size: 22px;
        line-height: 35px;
        font-weight: normal;
        color: #f47162;
      }

      p {
        padding-top: 5px;
      }

      .statistics-item {
        float: left;
      }

      .item-chart {
        float: left;
      }
    }
  }
}
