/* 赔率设置 — 类型竖排；同玩法组页签切换单表（无 ABCD 盘） */
.qk-odds-setting {
  background: #fff;
  padding: 10px 14px 28px;
  min-height: 360px;
}
.qk-odds-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #b5d6e6;
}
.qk-odds-top--sticky {
  position: sticky;
  top: 0;
  z-index: 30;
  background: #fff;
  padding-top: 4px;
}
.qk-odds-top-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
.qk-odds-title {
  font-size: 16px;
  font-weight: 600;
  color: #303133;
}

/* 类型锚点导航 */
.qk-odds-type-nav {
  position: sticky;
  top: 46px;
  z-index: 29;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 8px 0;
  margin-bottom: 4px;
  background: #fff;
  border-bottom: 1px solid #e4e7ed;
}
.qk-odds-type-nav a {
  display: inline-block;
  padding: 3px 12px;
  color: #333;
  text-decoration: none;
  border: 1px solid #c0c4cc;
  background: #f5f7fa;
  border-radius: 2px;
  font-size: 13px;
}
.qk-odds-type-nav a.on {
  color: #fff;
  background: #1a5fb4;
  border-color: #1a5fb4;
  font-weight: 600;
}

.qk-odds-hint {
  color: #666;
  margin: 6px 0 12px;
  line-height: 1.6;
  font-size: 12px;
}

.qk-odds-type-sec {
  margin: 16px 0 24px;
  scroll-margin-top: 100px;
}
.qk-odds-type-head {
  margin: 0 0 10px;
  padding: 6px 12px;
  background: linear-gradient(90deg, #1a5fb4 0%, #3d7cc9 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 2px;
}
.qk-odds-type-head em {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  margin-left: 10px;
  opacity: 0.9;
}

.qk-odds-game-block {
  margin: 0 0 14px;
  border: 1px solid #b9c2cb;
  background: #fff;
}

/* 同玩法组彩种切换 */
.qk-odds-game-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 0;
  background: #f0f4f8;
  border-bottom: 1px solid #b9c2cb;
}
.qk-odds-game-tabs a {
  display: inline-block;
  padding: 6px 12px;
  color: #606266;
  text-decoration: none;
  font-size: 12px;
  border-right: 1px solid #d5dde5;
  border-bottom: 2px solid transparent;
  background: transparent;
}
.qk-odds-game-tabs a:hover {
  color: #1a5fb4;
  background: #e8f2fa;
}
.qk-odds-game-tabs a.on {
  color: #1a5fb4;
  font-weight: 700;
  background: #fff;
  border-bottom-color: #1a5fb4;
}

.qk-odds-game-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  padding: 7px 12px;
  background: #e8f2fa;
  border-bottom: 1px solid #b9c2cb;
}
.qk-odds-game-name {
  font-size: 14px;
  font-weight: 700;
  color: #ff8c3f;
  min-width: 110px;
}
.qk-odds-unified {
  font-size: 13px;
  color: #303133;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
}
.qk-odds-unified-rebate {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #303133;
  white-space: nowrap;
}
.qk-odds-unified-rebate .el-input-number {
  width: 120px;
}
.qk-odds-unified input {
  vertical-align: middle;
  margin-right: 4px;
}
.qk-odds-unified em {
  font-style: normal;
  color: #909399;
  font-size: 12px;
}
.qk-odds-save-one,
.qk-odds-retry {
  font-size: 12px;
  color: #1a5fb4;
  text-decoration: none;
  margin-left: auto;
}
.qk-odds-retry {
  color: #f56c6c;
  margin-left: 8px;
}
.qk-odds-save-one:hover,
.qk-odds-retry:hover {
  text-decoration: underline;
}

.qk-odds-kind-wrap {
  overflow-x: auto;
}
.qk-odds-kind {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 13px;
}
.qk-odds-kind th,
.qk-odds-kind td {
  border: 1px solid #b9c2cb;
  border-top: none;
  padding: 4px 6px;
  text-align: center;
  height: 30px;
  line-height: 22px;
}
.qk-odds-kind thead th {
  background: #f2f6fa;
  color: #303133;
  font-weight: 600;
}
.qk-odds-kind tbody th {
  background: #f7f7f7;
  font-weight: 600;
  color: #303133;
}
.qk-odds-kind .qk-odds-detail {
  color: #1a5fb4;
  text-decoration: none;
}
.qk-odds-kind .qk-odds-detail:hover {
  text-decoration: underline;
}
.qk-odds-kind .qk-odds-play-name {
  color: #303133;
}
.qk-odds-kind .el-input-number {
  width: 120px;
}
.qk-odds-kind .el-input-number .el-input__inner {
  padding-left: 4px;
  padding-right: 36px;
}

.qk-odds-foot {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #ebeef5;
  text-align: center;
}
.qk-odds-foot .el-button {
  min-width: 88px;
  margin: 0 8px;
}

.qk-odds-detail-dialog .el-dialog__body {
  padding: 10px 16px 6px;
  max-height: 70vh;
  overflow: auto;
}
.qk-odds-detail-dialog .qk-odds-kind--dialog {
  margin: 0;
}
.qk-odds-detail-dialog .qk-odds-kind--dialog th,
.qk-odds-detail-dialog .qk-odds-kind--dialog td {
  border-top: 1px solid #b9c2cb;
}
.qk-odds-detail-dialog .el-dialog__footer {
  text-align: center;
  padding: 10px 16px 16px;
}
