/* 开奖区外壳 — 彩种 Tab 对齐 336090 /template/common/static/css/style.css */

html,
body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 16px;
  font-family: "PingFang SC", "microsoft yahei", arial, "helvetica neue", "hiragino sans gb", sans-serif;
}

.kjcj {
  padding: 0;
  background: #fff;
  margin: 0;
}

.KJ-TabBox {
  overflow: hidden;
  color: #333;
  background: #fff;
}

.KJ-TabBox ul,
.KJ-TabBox li {
  margin: 0;
  list-style: none;
  padding: 0;
  border: 0;
  font-size: 18px;
}

.KJ-TabBox ul {
  display: flex;
  height: 36px;
  padding: 8px 0 0 8px;
  box-sizing: border-box;
  border-bottom: solid 2px #fff;
}

.KJ-TabBox li {
  flex: 1;
  height: 26px;
  line-height: 26px;
  margin-right: 8px;
  text-align: center;
  border-radius: 4px;
  background: #eee;
  color: #333;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  box-sizing: border-box;
  font-weight: normal;
}

.KJ-TabBox li:last-child {
  margin-right: 8px;
}

.KJ-TabBox li.cur {
  color: #fff;
  background: #ff9900;
  cursor: default;
  font-weight: normal;
}

.KJ-TabBox li:nth-child(1).cur {
  background: #1fb61d;
}

.KJ-TabBox li:nth-child(2).cur {
  background: #e71607;
}

.KJ-TabBox li:nth-child(3).cur {
  background: #2389e9;
}

.KJ-TabBox .kj-panel {
  display: none;
  margin: 0;
  border: 0;
}

.KJ-TabBox .kj-panel.cur {
  display: block;
}

.KJ-TabBox .KJ-IFRAME {
  display: block;
  width: 100%;
  border: 0;
  background: #fff;
  vertical-align: top;
}

@media screen and (max-width: 650px) {
  .KJ-TabBox ul,
  .KJ-TabBox li {
    font-size: 13px;
  }
}

@media screen and (max-width: 350px) {
  .KJ-TabBox ul,
  .KJ-TabBox li {
    font-size: 11px;
  }
}
