.era-component {
  margin-top: -64px;
}

.table-cell {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #25282e;
  letter-spacing: 0;
  line-height: 16px;
}

.nodata {
  width: 250px;
  margin: 50px 0 0 50px;
}

.table-oprate {
  button {
    margin-right: $s-3;
  }
}

.card-set {
  font-family: PingFangSC-Medium;
  font-size: 12px;
  color: #5584ff;
  letter-spacing: 0;
  margin-left: 10px;
  text-align: center;

  &-span {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #25282e;
    letter-spacing: 0;
  }

  &-numberpicker {
    margin-top: 10px;
    width: 150px !important;
  }
}

.total-overview {
  flex-direction: row;
  display: flex;

  &-left {
    flex: 1;
    border-right: 1px dashed #e8e9ec;

    &-queryTotalOverview {
      display: flex;
      flex-direction: row;
      padding: 20px;
      padding-left: 0;
      border-bottom: 1px dashed #e8e9ec;

      &-card {
        flex: 1;

        &-top {
          font-family: PingFangSC-Semibold;
          font-size: 14px;
          color: #25282e;
          letter-spacing: 0;
          line-height: 17px;
        }

        &-middle {
          font-family: PingFangSC-Semibold;
          font-size: 28px;
          color: #25282e;
          letter-spacing: 0;
          line-height: 17px;
          margin: 16px 0;
        }

        &-footer {
          font-family: PingFangSC-Regular;
          font-size: 12px;
          color: #53555b;
          letter-spacing: 0;
          line-height: 17px;
        }
      }
    }

    &-queryRevenueCompare {
      margin: 20px 0 20px 0;
      font-family: PingFangSC-Semibold;
      font-size: 16px;
      color: #000;
    }
  }

  &-right {
    flex: 1;

    &-revenueQueryOverview {
      padding: 20px;

      &-card {
        flex: 1;
        align-items: center;
        flex-direction: column;
        display: flex;
        border-right: 1px solid #e8e9ec;

        &-top {
          font-family: PingFangSC-Semibold;
          font-size: 14px;
          color: #25282e;
          letter-spacing: 0;
          line-height: 17px;
        }

        &-middle {
          font-family: PingFangSC-Semibold;
          font-size: 28px;
          color: #25282e;
          letter-spacing: 0;
          line-height: 17px;
          margin: 16px 0;
        }

        &-footer {
          font-family: PingFangSC-Regular;
          font-size: 12px;
          color: #53555b;
          letter-spacing: 0;
          line-height: 17px;
        }
      }

      &-zone {
        display: flex;
        flex-direction: row;
        background: #f6f8fb;
        border: 1px solid #e8e9ec;
        border-radius: 4px;
        margin-bottom: 10px;
        padding: 20px 40px;
      }

      &-title {
        margin: 30px 0;
        align-items: center;
        flex-direction: row;
        display: flex;
        font-family: PingFangSC-Semibold;
        font-size: 16px;
        color: #25282e;
        letter-spacing: 0;
        line-height: 17px;
      }
    }
  }
}

.query-customerview {
  display: flex;
  flex-direction: row;

  &-card {
    flex: 1;
    padding: 20px 0 20px 20px;
    word-break: keep-all;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #e8e9ec;
    border-radius: 4px;
    margin-right: 32px;

    &-top {
      font-family: PingFangSC-Semibold;
      font-size: 16px;
      color: #25282e;
      letter-spacing: 0;
      line-height: 17px;
    }

    &-middle {
      font-family: PingFangSC-Semibold;
      font-size: 28px;
      color: #25282e;
      letter-spacing: 0;
      line-height: 17px;
      margin: 16px 0;
    }

    &-footer {
      font-family: PingFangSC-Regular;
      font-size: 12px;
      color: #53555b;
      letter-spacing: 0;
      line-height: 17px;
    }
  }
}

.query-targetAnalysis {
  display: flex;
  flex-direction: row;

  &-line {
    margin-top: 20px;
    border-top: 1px dashed #e8e9ec;
    width: 100%;
  }

  &-title {
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    color: #000;
    margin-top: 20px;
  }

  &-card {
    flex: 1;
    padding: 20px 0 20px 20px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #e8e9ec;
    border-radius: 4px;
    word-break: keep-all;
    margin-right: 32px;

    &-top {
      font-family: PingFangSC-Semibold;
      font-size: 16px;
      color: #25282e;
      letter-spacing: 0;
      line-height: 17px;
    }

    &-middle {
      font-family: PingFangSC-Semibold;
      font-size: 28px;
      color: #25282e;
      letter-spacing: 0;
      line-height: 17px;
      margin: 16px 0;
    }

    &-footer {
      flex: 1;
      display: flex;
      flex-direction: row;
      align-items: center;
      font-family: PingFangSC-Regular;
      font-size: 12px;
      color: #53555b;
      letter-spacing: 0;
      line-height: 17px;

      &-value {
        margin-left: 10px;
      }
    }
  }
}

.query-operAnalysis {
  display: flex;
  flex-direction: row;

  &-line {
    margin-top: 20px;
    border-top: 1px dashed #e8e9ec;
    width: 100%;
  }

  &-title {
  }

  &-card {
    flex: 1;
    height: 130px;
    padding: 20px 0 20px 20px;
    word-break: keep-all;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #e8e9ec;
    border-radius: 4px;
    margin-right: 32px;

    &-top {
      font-family: PingFangSC-Semibold;
      font-size: 16px;
      color: #25282e;
      letter-spacing: 0;
      line-height: 17px;
    }

    &-middle {
      font-family: PingFangSC-Semibold;
      font-size: 28px;
      color: #25282e;
      letter-spacing: 0;
      line-height: 17px;
      margin: 16px 0;
    }

    &-footer {
      margin-top: 12px;
      border-top: 1px solid #e8e9ec;
      font-family: PingFangSC-Regular;
      font-size: 12px;
      color: #53555b;
      letter-spacing: 0;
      line-height: 17px;
      display: flex;
      flex-direction: row;

      &-name {
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #25282e;
        letter-spacing: 0;
        line-height: 17px;
        text-align: center;
        margin-top: 4px;
      }

      &-value {
        margin-left: 12px;
        font-family: PingFangSC-Semibold;
        font-size: 24px;
        color: #25282e;
        letter-spacing: 0;
        line-height: 17px;
        text-align: center;
      }

      &-split {
        font-family: PingFangSC-Regular;
        font-size: 18px;
        color: #25282e;
        letter-spacing: 0;
        line-height: 17px;
        flex: 1;
        margin-top: 15px;
        margin-right: 10px;
        width: 30px;
        max-width: 30px;
        text-align: center;
      }
    }
  }
}
