/* 飞单管理 — 精简工整工作台 */
.qk-fly-page {
  --fly-bg: #f5f7fa;
  --fly-card: #fff;
  --fly-line: #ebeef5;
  --fly-text: #303133;
  --fly-sub: #909399;
  --fly-muted: #c0c4cc;
  --fly-primary: #409eff;
  --fly-danger: #f56c6c;
  --fly-ok: #67c23a;
  --fly-warn: #e6a23c;
  --fly-radius: 8px;
  padding: 14px 16px 28px;
  color: var(--fly-text);
  font-size: 13px;
  line-height: 1.45;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Microsoft YaHei, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  background: var(--fly-bg);
  min-height: 100%;
  box-sizing: border-box;
}
.qk-fly-page *,
.qk-fly-page *::before,
.qk-fly-page *::after { box-sizing: border-box; }
.qk-fly-page button,
.qk-fly-page input,
.qk-fly-page select,
.qk-fly-page textarea { font-family: inherit; font-size: 13px; }

/* —— 顶栏 —— */
.qk-fly-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 16px;
  margin-bottom: 12px;
}
.qk-fly-head-main { display: flex; align-items: center; gap: 10px; min-width: 0; }
.qk-fly-title { margin: 0; font-size: 17px; font-weight: 650; letter-spacing: 0.02em; }
.qk-fly-badge {
  display: inline-flex;
  align-items: center;
  height: 22px;
  padding: 0 8px;
  border-radius: 11px;
  background: #ecf5ff;
  color: var(--fly-primary);
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}
.qk-fly-tabs {
  display: inline-flex;
  padding: 3px;
  gap: 2px;
  background: #e4e7ed;
  border-radius: 8px;
}
.qk-fly-tabs button {
  border: 0;
  background: transparent;
  color: #606266;
  border-radius: 6px;
  padding: 6px 16px;
  cursor: pointer;
  font-weight: 500;
  transition: background .15s, color .15s;
}
.qk-fly-tabs button.on {
  background: #fff;
  color: var(--fly-primary);
  font-weight: 650;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .06);
}

/* —— 工具条 / 代管 —— */
.qk-fly-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 12px;
}
.qk-fly-proxy-bar {
  padding: 8px 12px;
  background: var(--fly-card);
  border: 1px solid var(--fly-line);
  border-radius: var(--fly-radius);
  margin-bottom: 12px;
}
.qk-fly-proxy-bar .qk-fly-input { min-width: 140px; width: 160px; }
.qk-fly-proxy-hint {
  margin-left: auto;
  color: var(--fly-sub);
  font-size: 12px;
  font-style: normal;
}

.qk-fly-btn {
  border: 1px solid #dcdfe6;
  background: #fff;
  border-radius: 6px;
  height: 32px;
  padding: 0 14px;
  cursor: pointer;
  color: #606266;
  font-weight: 500;
  white-space: nowrap;
}
.qk-fly-btn:hover { border-color: #c0c4cc; }
.qk-fly-btn:disabled { opacity: .55; cursor: not-allowed; }
.qk-fly-btn--primary {
  background: var(--fly-primary);
  border-color: var(--fly-primary);
  color: #fff;
}
.qk-fly-date-lab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #333;
  font-weight: 600;
  white-space: nowrap;
}
.qk-fly-date {
  min-width: 140px;
  width: 150px;
  height: 32px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.qk-fly-pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 0 0 10px;
  font-size: 12px;
  color: #444;
  font-weight: 600;
}
.qk-fly-pager-btns {
  display: flex;
  gap: 8px;
}
.qk-fly-btn--primary:hover { filter: brightness(.96); }
.qk-fly-btn--danger {
  background: #fff;
  border-color: var(--fly-danger);
  color: var(--fly-danger);
}
.qk-fly-btn--ghost {
  background: transparent;
  border-color: transparent;
  color: var(--fly-primary);
  padding: 0 8px;
}
.qk-fly-link {
  border: 0;
  background: none;
  color: var(--fly-primary);
  cursor: pointer;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
}
.qk-fly-link + .qk-fly-link { margin-left: 12px; }
.qk-fly-link--danger { color: var(--fly-danger); }

.qk-fly-input,
.qk-fly-select {
  height: 32px;
  border: 1px solid #dcdfe6;
  border-radius: 6px;
  padding: 0 10px;
  background: #fff;
  color: var(--fly-text);
  outline: none;
}
.qk-fly-input:focus,
.qk-fly-select:focus,
.qk-fly-textarea:focus { border-color: var(--fly-primary); }
.qk-fly-input { min-width: 180px; }
.qk-fly-check {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #606266;
  white-space: nowrap;
}

/* —— KPI —— */
.qk-fly-kpi {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}
.qk-fly-kpi-item {
  background: var(--fly-card);
  border: 1px solid var(--fly-line);
  border-radius: var(--fly-radius);
  padding: 12px 14px;
}
.qk-fly-kpi-item span {
  display: block;
  color: var(--fly-sub);
  font-size: 12px;
  margin-bottom: 6px;
}
.qk-fly-kpi-item b {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
  font-variant-numeric: tabular-nums;
}
.qk-fly-kpi-item b.err,
.qk-fly-table .err,
.qk-fly-page .err { color: var(--fly-danger); }

/* —— 站点卡片 —— */
.qk-fly-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 12px;
}
.qk-fly-card {
  position: relative;
  border: 1px solid var(--fly-line);
  border-radius: var(--fly-radius);
  padding: 14px 14px 12px;
  background: var(--fly-card);
  cursor: pointer;
  transition: border-color .15s, box-shadow .15s;
  overflow: hidden;
}
.qk-fly-card::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: #dcdfe6;
}
.qk-fly-card--running::before { background: var(--fly-ok); }
.qk-fly-card--paused::before { background: #909399; }
.qk-fly-card--error::before { background: var(--fly-danger); }
.qk-fly-card--offline::before,
.qk-fly-card--warn::before { background: var(--fly-warn); }
.qk-fly-card:hover {
  border-color: #c6e2ff;
  box-shadow: 0 4px 12px rgba(64, 158, 255, .08);
}
.qk-fly-card-h {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 12px;
  padding-left: 6px;
}
.qk-fly-card-h strong {
  display: block;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.3;
}
.qk-fly-card-meta {
  display: block;
  margin-top: 3px;
  font-style: normal;
  color: var(--fly-sub);
  font-size: 12px;
  font-weight: 400;
}
.qk-fly-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px 8px;
  padding-left: 6px;
}
.qk-fly-card-grid--6 { grid-template-columns: repeat(3, 1fr); }
.qk-fly-card-grid--4 { grid-template-columns: repeat(4, 1fr); }
.qk-fly-card-grid span {
  display: block;
  color: var(--fly-muted);
  font-size: 11px;
  margin-bottom: 2px;
}
.qk-fly-card-grid b {
  font-size: 15px;
  font-weight: 650;
  font-variant-numeric: tabular-nums;
}
.qk-fly-card-fail {
  margin: 10px 0 0;
  padding: 6px 8px 6px 6px;
  background: #fafafa;
  border-radius: 4px;
  color: var(--fly-sub);
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.qk-fly-card-fail i {
  font-style: normal;
  margin-left: 6px;
  color: var(--fly-muted);
}
.qk-fly-card-actions {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 10px;
  padding: 8px 0 0 6px;
  border-top: 1px solid var(--fly-line);
}

/* —— 标签 —— */
.qk-fly-tag {
  display: inline-flex;
  align-items: center;
  height: 22px;
  padding: 0 8px;
  border-radius: 11px;
  font-size: 12px;
  font-weight: 550;
  flex-shrink: 0;
  white-space: nowrap;
}
.qk-fly-tag--ok { background: #f0f9eb; color: #67c23a; }
.qk-fly-tag--warn { background: #fdf6ec; color: #e6a23c; }
.qk-fly-tag--err { background: #fef0f0; color: #f56c6c; }
.qk-fly-tag--mute { background: #f4f4f5; color: #909399; }

/* —— 表格 —— */
.qk-fly-table-wrap {
  overflow: auto;
  background: var(--fly-card);
  border: 1px solid var(--fly-line);
  border-radius: var(--fly-radius);
}
.qk-fly-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 13px;
}
.qk-fly-table th,
.qk-fly-table td {
  border-bottom: 1px solid var(--fly-line);
  border-right: none;
  border-left: none;
  border-top: none;
  padding: 10px 12px;
  white-space: nowrap;
  text-align: left;
}
.qk-fly-table th {
  background: #fafbfc;
  color: #606266;
  font-weight: 600;
  font-size: 12px;
  position: sticky;
  top: 0;
  z-index: 1;
}
.qk-fly-table tbody tr:hover { background: #fafcff; }
.qk-fly-table tbody tr:last-child td { border-bottom: 0; }
.qk-fly-sub { color: var(--fly-sub); font-size: 12px; margin-top: 2px; font-weight: 400; }
.qk-fly-ops { white-space: nowrap; }
.qk-fly-empty {
  text-align: center !important;
  color: var(--fly-sub);
  padding: 36px 12px !important;
  font-size: 13px;
  margin: 0;
}

/* —— 飞单记录表：唯一主人；宽跟父级，线一律 1px —— */
.qk-fly-rec-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
}
.qk-fly-rec-table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  /* 只画上/左外框 + 格子右/下，每条线只画一次，避免叠成两根粗线 */
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #b8d4e8;
  border-left: 1px solid #b8d4e8;
  border-right: 0;
  border-bottom: 0;
  font-size: 8px;
  color: #111;
  font-weight: 600;
  background: #fff;
  box-sizing: border-box;
}
.qk-fly-rec-table .col-orderno { width: 14%; }
.qk-fly-rec-table .col-game { width: 13%; }
.qk-fly-rec-table .col-account { width: 8%; }
.qk-fly-rec-table .col-bet { width: 12%; }
.qk-fly-rec-table .col-amount { width: 6%; }
.qk-fly-rec-table .col-status { width: 9%; }
.qk-fly-rec-table .col-up { width: 13%; }
.qk-fly-rec-table .col-ship { width: 11%; }
.qk-fly-rec-table .col-done { width: 11%; }
.qk-fly-rec-table th,
.qk-fly-rec-table td {
  border: 0;
  border-right: 1px solid #b8d4e8;
  border-bottom: 1px solid #b8d4e8;
  text-align: center;
  vertical-align: middle;
  padding: 0 1px;
  white-space: nowrap;
  word-break: keep-all;
  line-height: 1.1;
  color: #111;
  font-weight: 600;
  font-size: 8px;
  box-sizing: border-box;
  overflow: hidden;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .qk-fly-rec-table {
    border-top-width: 0.5px;
    border-left-width: 0.5px;
  }
  .qk-fly-rec-table th,
  .qk-fly-rec-table td {
    border-right-width: 0.5px;
    border-bottom-width: 0.5px;
  }
}
.qk-fly-rec-table th {
  background: linear-gradient(180deg, #5ba3d0 0%, #3d87b8 100%);
  color: #fff;
  font-weight: 700;
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 1px;
}
.qk-fly-rec-table tbody tr:hover td { background: #e8f3fa; }
.qk-fly-rec-table tbody tr.zebra td { background: #eef6fb; }
.qk-fly-rec-table tbody tr.zebra:hover td { background: #e0eef8; }
.qk-fly-rec-table .cell-stack { line-height: 1.1; overflow: hidden; text-overflow: ellipsis; }
/* 投注种类：期数必须完整可见，禁止被 overflow/ellipsis 裁掉 */
.qk-fly-rec-table td.cell-game {
  overflow: visible;
  white-space: normal;
  text-overflow: clip;
}
.qk-fly-rec-table td.cell-game .game-name {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.qk-fly-rec-table td.cell-game .cell-period {
  display: block;
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
  word-break: keep-all;
}
.qk-fly-rec-table .cell-mono,
.qk-fly-rec-table .cell-time,
.qk-fly-rec-table .sub,
.qk-fly-rec-table td.cell-orderno,
.qk-fly-rec-table .cell-mono.sub {
  font-family: Consolas, "Courier New", monospace;
  font-size: 7px;
  color: #111;
  font-weight: 600;
  line-height: 1.1;
}
.qk-fly-rec-table td.cell-orderno,
.qk-fly-rec-table .cell-mono.sub {
  white-space: normal;
  word-break: break-all;
  overflow-wrap: anywhere;
}
.qk-fly-rec-table .cell-time { white-space: normal; line-height: 1.1; }
.qk-fly-rec-table .cell-center { text-align: center; }
.qk-fly-rec-table .sub { color: #222; margin-top: 0; overflow: hidden; text-overflow: ellipsis; }
.qk-fly-rec-table .c-green { color: #0a7a28; font-weight: 700; }
.qk-fly-rec-table .c-blue { color: #0a4f96; font-weight: 700; }
.qk-fly-rec-table .c-red { color: #c01010; font-weight: 700; }
.qk-fly-rec-table .st-ok { color: #0a7a28; font-weight: 700; }
.qk-fly-rec-table .st-fail { color: #c01010; font-weight: 700; }
.qk-fly-rec-table .st-mute { color: #333; font-weight: 700; }
.qk-fly-rec-table .cell-status { white-space: normal; }
.qk-fly-rec-table .st-reason {
  color: #c01010;
  font-size: 7px;
  margin: 0 auto;
  font-weight: 600;
  line-height: 1.1;
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.qk-fly-rec-table .cell-bet { white-space: normal; line-height: 1.1; }
.qk-fly-rec-table .qk-fly-empty {
  padding: 16px 8px;
  font-size: 12px;
  white-space: normal;
}

.qk-fly-section { margin-top: 0; }
.qk-fly-err-banner {
  margin: 0 0 12px;
  padding: 8px 12px;
  background: #fef0f0;
  color: var(--fly-danger);
  border-radius: 6px;
  font-size: 13px;
}

/* 侧栏「飞单」未读角标 */
.qk-fly-menu-badge {
  display: none;
  margin-left: 6px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  line-height: 16px;
  border-radius: 8px;
  background: #f56c6c;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  vertical-align: super;
}

/* —— 抽屉 —— */
.qk-fly-mask {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, .42);
  z-index: 3000;
  display: flex;
  justify-content: flex-end;
}
.qk-fly-drawer {
  width: min(720px, 100%);
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: -8px 0 24px rgba(0, 0, 0, .12);
}
.qk-fly-drawer-h {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--fly-line);
}
.qk-fly-drawer-h h3 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 650;
}
.qk-fly-drawer-h-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.qk-fly-x {
  border: 0;
  background: none;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  color: var(--fly-sub);
  padding: 0 2px;
}
.qk-fly-x:hover { color: var(--fly-text); }
.qk-fly-drawer-tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--fly-line);
  padding: 0 10px;
  background: #fafbfc;
}
.qk-fly-drawer-tabs button {
  border: 0;
  background: none;
  padding: 12px 16px;
  cursor: pointer;
  color: #606266;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  font-weight: 500;
}
.qk-fly-drawer-tabs button.on {
  color: var(--fly-primary);
  border-bottom-color: var(--fly-primary);
  font-weight: 650;
  background: #fff;
}
.qk-fly-drawer-body {
  padding: 16px 18px 24px;
  overflow: auto;
  flex: 1;
  background: #fff;
}

/* —— 表单 —— */
.qk-fly-form {
  display: grid;
  gap: 12px;
  margin-bottom: 14px;
  max-width: 420px;
}
.qk-fly-form label {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #606266;
  font-size: 13px;
  font-weight: 500;
}
.qk-fly-form input,
.qk-fly-form select {
  height: 34px;
  border: 1px solid #dcdfe6;
  border-radius: 6px;
  padding: 0 10px;
  background: #fff;
  font-weight: 400;
  color: var(--fly-text);
}
.qk-fly-form--wide { max-width: none; }
.qk-fly-form-readonly {
  height: 34px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  background: #f5f7fa;
  border: 1px solid #e4e7ed;
  border-radius: 6px;
  color: var(--fly-sub);
  font-weight: 400;
}
.qk-fly-panel-h {
  font-weight: 650;
  margin: 0 0 12px;
  color: var(--fly-text);
  font-size: 14px;
}
.qk-fly-radio {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-right: 14px;
  color: #606266;
  font-weight: 400;
}
.qk-fly-muted-inline { color: var(--fly-sub); font-size: 12px; font-weight: 400; margin-left: 6px; }
.qk-fly-input--cell { min-width: 0; width: 100%; }
.qk-fly-input--xs { min-width: 56px; width: 56px; }
.qk-fly-textarea {
  width: 100%;
  border: 1px solid #dcdfe6;
  border-radius: 6px;
  padding: 8px 10px;
  resize: vertical;
  font: inherit;
  min-height: 88px;
  color: var(--fly-text);
}
.qk-fly-inline-field {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #606266;
  margin-bottom: 12px;
}
.qk-fly-inline-field > span {
  font-weight: 500;
  min-width: 40px;
}
.qk-fly-game-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 0 0 14px;
  padding: 12px;
  background: #fafbfc;
  border: 1px solid var(--fly-line);
  border-radius: 6px;
  max-width: 560px;
}
.qk-fly-field-block { margin-bottom: 14px; max-width: 480px; }
.qk-fly-field-block > span {
  display: block;
  margin-bottom: 6px;
  color: #606266;
  font-weight: 500;
}

/* —— 弹窗 —— */
.qk-fly-mask--center {
  justify-content: center;
  align-items: center;
  padding: 16px;
}
.qk-fly-modal {
  width: min(780px, 100%);
  max-height: 90vh;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 12px 40px rgba(0, 0, 0, .18);
  overflow: hidden;
}
.qk-fly-modal-body { padding: 16px 18px; overflow: auto; flex: 1; }
.qk-fly-modal-f {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 12px 18px;
  border-top: 1px solid var(--fly-line);
  background: #fafbfc;
}

/* —— 权限弹窗 —— */
.qk-fly-perm-mask {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, .42);
  z-index: 4000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.qk-fly-perm-box {
  width: min(400px, 100%);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .16);
}
.qk-fly-perm-h {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 1px solid var(--fly-line);
}
.qk-fly-perm-h h3 { margin: 0; font-size: 15px; font-weight: 650; }
.qk-fly-perm-b { padding: 16px 18px; }
.qk-fly-perm-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  gap: 12px;
}
.qk-fly-perm-row:last-child { margin-bottom: 0; }
.qk-fly-perm-row > span { color: #606266; flex-shrink: 0; }
.qk-fly-perm-f {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding: 12px 16px;
  border-top: 1px solid var(--fly-line);
  background: #fafbfc;
}

.qk-fly-scope-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin-bottom: 12px;
  color: #606266;
}
.qk-fly-hint {
  margin: 0 0 12px;
  padding: 8px 10px;
  background: #f4f8ff;
  border: 1px solid #d9ecff;
  border-radius: 6px;
  color: #606266;
  font-size: 12px;
  line-height: 1.5;
}
.qk-fly-hint strong { color: var(--fly-text); font-weight: 650; }
.qk-fly-scope-row > span { min-width: 64px; }
.qk-fly-scope-row > b { color: var(--fly-text); font-weight: 650; min-width: 48px; }

.qk-fly-picker {
  width: min(760px, 100%);
  max-height: calc(100vh - 48px);
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 12px 36px rgba(0, 0, 0, .22);
}
.qk-fly-picker-h {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  background: #e45a5a;
  color: #fff;
}
.qk-fly-picker-h h3 { margin: 0; font-size: 15px; font-weight: 650; }
.qk-fly-x--light { color: #fff; border-color: rgba(255,255,255,.45); }
.qk-fly-picker-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  padding: 12px 14px;
  border-bottom: 1px solid var(--fly-line);
  background: #fafafa;
}
.qk-fly-picker-toolbar label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  color: #606266;
  font-weight: 400;
}
.qk-fly-picker-toolbar input {
  width: 140px;
  height: 30px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  padding: 0 8px;
}
.qk-fly-picker-super {
  margin-left: auto;
  color: #606266;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.qk-fly-picker-table {
  flex: 1;
  overflow: auto;
  margin: 0;
  border: 0;
  border-radius: 0;
  max-height: 420px;
}
.qk-fly-picker-table .qk-fly-table { margin: 0; }
.qk-fly-picker-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 14px;
  border-top: 1px solid var(--fly-line);
  color: #606266;
  font-size: 12px;
}
.qk-fly-picker-pager {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.qk-fly-picker .qk-fly-modal-f { border-top: 1px solid var(--fly-line); }

@media (max-width: 1100px) {
  .qk-fly-kpi { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .qk-fly-kpi { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .qk-fly-card-grid,
  .qk-fly-card-grid--4,
  .qk-fly-card-grid--6 { grid-template-columns: repeat(2, 1fr); }
  .qk-fly-proxy-hint { margin-left: 0; width: 100%; }
  .qk-fly-picker-super { margin-left: 0; width: 100%; }
}
