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

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

.query-channelOverview {
  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;
    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 {
      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-service {
  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;
    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 {
      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-storeSaleTop {
  &-title {
    margin: 16px 14px;
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    color: #000;
  }
}
