.collect-data-page {
  position: relative;
  p {
    margin: 0;
  }

  .next-tabs-content {
    display: none;
  }

  .next-icon-loading {
    position: absolute;
    top: 0;
    left: 300px;
    height: 46px;
    line-height: 46px;
  }

  .data-overview {
    margin-top: 20px;
    overflow: hidden;
    .overview-item {
      background-color: #efefef;
      // border: 1px solid #eee;
      border-left: 10px solid #cfdbe2;
      padding: 20px 30px;
      height: 150px;
      margin-right: 3%;
      overflow: hidden;
      position: relative;
      &:last-child {
        margin-right: 0;
      }

      .title {
        font-size: 16px;
      }

      .count {
        font-size: 60px;
        margin-top: 40px;
        position: relative;
        z-index: 1;
      }

      .icon {
        position: absolute;
        bottom: 0;
        right: 150px;
        .next-icon::before {
          font-size: 100px;
          color: rgba(21, 160, 255, 0.6);
        }
      }
    }
  }

  .chart-item {
    margin-top: 20px;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #cfdbe2;
    border-top-width: 3px;

    .chart-title {
      font-size: 16px;
      font-weight: bold;
      margin: 20px 0 10px 20px;
    }
    .chart-subtitle {
      font-size: 12px;
      margin-left: 20px;
      margin-top: 0;
    }

    .chart-content {
    }
  }

  .data-charts {
  }
}
