.kj_detail {
  width: 100%;
}
.kj_detail > .lottery-top {
  width: 100%;
  border: 1px solid #e0e0e0;
  padding: 26px 16px 20px;
  display: flex;
  margin-bottom: 16px;
}
.kj_detail > .lottery-top > a {
  display: block;
  width: 66px;
  height: 66px;
}
.kj_detail > .lottery-top > a > img {
  width: 100%;
  height: 100%;
}
.kj_detail > .lottery-top > .right {
  flex: 1;
  margin-left: 16px;
}
.kj_detail > .lottery-top > .right > .top {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid var(--main-color);
  padding: 0 0 6px 10px;
}
.kj_detail > .lottery-top > .right > .top > .text {
  display: flex;
  align-items: center;
}
.kj_detail > .lottery-top > .right > .top > .text > img {
  display: block;
  width: 194px;
  height: 19px;
  margin-right: 22px;
}
.kj_detail > .lottery-top > .right > .top > .text > p {
  font-size: 14px;
  color: #181818;
}
.kj_detail > .lottery-top > .right > .top > .text > p > span {
  color: var(--main-color);
}
.kj_detail > .lottery-top > .right > .top > a {
  font-size: 14px;
  color: var(--main-color);
}
.kj_detail > .lottery-top > .right > .top .a_right {
  display: flex;
}
.kj_detail > .lottery-top > .right > .top .a_right a {
  color: #4a4a4a;
  padding: 0 8px;
  position: relative;
}
.kj_detail > .lottery-top > .right > .top .a_right a.active {
  color: var(--main-color);
}
.kj_detail > .lottery-top > .right > .top .a_right a:not(:last-of-type)::after {
  display: inline-block;
  content: '';
  width: 1px;
  height: 12px;
  background: #e0e0e0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.kj_detail > .lottery-top > .right > .bot {
  font-size: 16px;
  font-weight: bold;
  color: #181818;
  margin-top: 8px;
  display: flex;
  align-items: center;
}
.kj_detail > .lottery-top > .right > .bot > b {
  margin-right: 8px;
}
.kj_detail > .lottery-top > .right > .bot > .selection {
  font-size: 14px;
  background: #fff;
  cursor: default;
  border: 1px solid #e5e5e5;
  height: 30px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  line-height: 30px;
  width: 100px;
  padding-right: 20px;
  padding-left: 5px;
  z-index: 0;
  text-align: center;
  margin: 0 6px;
}
.kj_detail > .lottery-top > .right > .bot > .selection > .sanjiao {
  background: url(/www8300/images/selectbg.gif) no-repeat;
  position: absolute;
  top: 6px;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
}
.kj_detail > .lottery-top > .right > .bot > .selection > .down {
  display: none;
  position: absolute;
  top: 29px;
  right: 1px;
  width: 100%;
}
.kj_detail > .lottery-top > .right > .bot > .selection > .down.show {
  display: block;
}
.kj_detail > .lottery-top > .right > .bot > .selection > .down > .content {
  border: 1px solid #e5e5e5;
  border-top: none;
  width: 100%;
  border-bottom: none;
  background: #fff;
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.kj_detail > .lottery-top > .right > .bot > .selection > .down > .content > a {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  line-height: 20px;
  overflow: hidden;
  width: 80px;
  padding: 2px 5px;
  color: #181818;
  font-size: 12px;
}
.kj_detail > .lottery-top > .right > .bot > span {
  font-size: 14px;
  color: #181818;
  font-weight: normal;
  margin-left: 12px;
}
.kj_detail > .lottery-top > .right > .bot > span:first-of-type {
  margin-left: 24px;
}
.kj_detail > .lottery-mid {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.kj_detail > .lottery-mid > .left {
  flex: 1;
  padding: 16px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}
.kj_detail > .lottery-mid > .left > .t1 {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
}
.kj_detail > .lottery-mid > .left > .t1 > .title {
  font-size: 16px;
  font-weight: bold;
  color: #181818;
}
.kj_detail > .lottery-mid > .left > .t1 > span {
  color: #4a4a4a;
  margin-left: 8px;
}
.kj_detail > .lottery-mid > .left > .t2 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.kj_detail > .lottery-mid > .left > .t2 > .zj {
  display: flex;
  align-items: center;
}
.kj_detail > .lottery-mid > .left > .t2 > .zj > .text {
  font-size: 16px;
  color: #181818;
  display: inline-block;
  min-width: 117px;
}
.kj_detail > .lottery-mid > .left > .t2 > .zj > .balls {
  display: flex;
  flex-wrap: wrap;
}
.kj_detail > .lottery-mid > .left > .t2 > .zj > .balls > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  background: #e13737;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  margin-right: 8px;
  margin-bottom: 6px;
}
.kj_detail > .lottery-mid > .left > .t2 > .zj > .balls > span.blue {
  background: #25a0f4;
}
.kj_detail > .lottery-mid > .left > .t2 > .sj {
  min-width: 100px;
  display: flex;
  font-size: 16px;
}
.kj_detail > .lottery-mid > .left > .t2 > .sj > .text {
  color: #181818;
}
.kj_detail > .lottery-mid > .left > .t2 > .sj > .num {
  display: block;
  flex: 1;
  font-weight: bold;
  color: #3365ac;
}
.kj_detail > .lottery-mid > .left > .t2 > .sj:not(:last-of-type) {
  margin-right: 12px;
}
.kj_detail > .lottery-mid > .left > .t2 > a.sj {
  text-decoration: underline;
}
.kj_detail > .lottery-mid > .left > .t3 {
  margin-top: 6px;
  font-size: 16px;
  color: #4a4a4a;
}
.kj_detail > .lottery-mid > .left > .t3 > span:not(:last-of-type) {
  padding: 0 12px;
  border-right: 1px solid #e0e0e0;
}
.kj_detail > .lottery-mid > .left > .t3 > span:not(:last-of-type):first-of-type {
  padding-left: 0;
}
.kj_detail > .lottery-mid > .left > .t4 {
  display: flex;
  margin-bottom: 8px;
}
.kj_detail > .lottery-mid > .left > .t4 > b {
  font-size: 16px;
  color: #181818;
  font-weight: normal;
}
.kj_detail > .lottery-mid > .left > .t4 > span {
  font-size: 16px;
  font-weight: bold;
  color: #3365ac;
  display: block;
  margin-right: 6px;
}
.kj_detail > .lottery-mid > .left > .t5 {
  width: 100%;
  display: flex;
  margin-top: 12px;
}
.kj_detail > .lottery-mid > .left > .t5 > span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  height: 32px;
  font-size: 15px;
  color: #181818;
  cursor: pointer;
}
.kj_detail > .lottery-mid > .left > .t5 > span.active {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background: var(--red-color);
  border-radius: 8px 8px 0px 0px;
}
.kj_detail > .lottery-mid > .left .explain {
  margin: 20px -16px 0;
}
.kj_detail > .lottery-mid > .left .explain .title {
  height: 32px;
  display: flex;
  align-items: center;
  background: #f7f7f7;
  border: 1px solid #e0e0e0;
  border-left: none;
  border-right: none;
  padding-left: 12px;
}
.kj_detail > .lottery-mid > .left .explain .desc {
  padding: 12px 12px 0;
  color: #4a4a4a;
}
.kj_detail > .lottery-mid > .left > table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.kj_detail > .lottery-mid > .left > table th,
.kj_detail > .lottery-mid > .left > table td {
  border: 1px solid #e0e0e0;
  text-align: center;
}
.kj_detail > .lottery-mid > .left > table th {
  padding: 10px 0;
  background: #f7f7f7;
  font-size: 16px;
  font-weight: bold;
  color: #181818;
}
.kj_detail > .lottery-mid > .left > table td {
  padding: 6px 0;
  font-size: 14px;
  color: #4a4a4a;
}
.kj_detail > .lottery-mid > .left > table tbody > tr > td:first-of-type {
  width: 88px;
}
.kj_detail > .lottery-mid > .left > table tbody > tr > td:nth-of-type(2) {
  width: 111px;
}
.kj_detail > .lottery-mid > .left > table tbody > tr > td:nth-of-type(3) {
  width: 228px;
}
.kj_detail > .lottery-mid > .left > table tbody > tr > td:nth-of-type(4) {
  width: 140px;
}
.kj_detail > .lottery-mid > .right {
  width: 327px;
  border: 1px solid #e0e0e0;
  margin-left: 16px;
}
.kj_detail > .lottery-mid > .right > .title {
  width: 100%;
  height: 40px;
  background: #f7f7f7;
  line-height: 40px;
  display: block;
  padding: 0 12px;
  font-size: 16px;
  font-weight: bold;
  color: #181818;
  border-bottom: 1px solid #e0e0e0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding-left: 38px;
}
.kj_detail > .lottery-mid > .right > .title::before {
  display: inline-block;
  content: '';
  width: 20px;
  height: 20px;
  background: url(/www8300/images/2_mffa.png) no-repeat left center / 20px 20px;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.kj_detail > .lottery-mid > .right > .list {
  padding: 10px 12px 0;
  width: 100%;
  overflow: hidden;
}
.kj_detail > .lottery-mid > .right > .list > a {
  display: block;
  max-width: 100%;
  margin-bottom: 8px;
  font-size: 14px;
  color: #181818;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding-left: 12px;
}
.kj_detail > .lottery-mid > .right > .list > a::before {
  display: inline-block;
  content: '';
  width: 6px;
  height: 6px;
  background: #ffe9bc;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.kj_detail > .lottery-mid > .right > .list > a:hover {
  color: var(--red-color);
  text-decoration: underline;
}
.kj_detail > .lottery-mid .tools {
  width: 304px;
  border: 1px solid #e0e0e0;
  margin-left: 16px;
}
.kj_detail > .lottery-mid .tools .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  height: 40px;
  background: #f7f7f7;
  border-bottom: 1px solid #e0e0e0;
}
.kj_detail > .lottery-mid .tools .top b {
  font-size: 16px;
  color: #181818;
  display: flex;
  align-items: center;
}
.kj_detail > .lottery-mid .tools .top b::before {
  display: inline-block;
  content: '';
  width: 3px;
  height: 16px;
  background: #2691dc;
  margin-right: 4px;
}
.kj_detail > .lottery-mid .tools .top a {
  font-size: 12px;
  color: #999999;
}
.kj_detail > .lottery-mid .tools .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 8px 12px 3px;
}
.kj_detail > .lottery-mid .tools .list a {
  display: block;
  width: 49%;
  height: 20px;
  overflow: hidden;
  color: #181818;
  margin-bottom: 7px;
  position: relative;
  padding-left: 8px;
}
.kj_detail > .lottery-mid .tools .list a::before {
  display: inline-block;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffab73;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.kj_detail > .lottery-mid .tools .list a:hover {
  text-decoration: underline;
}
.kj_detail > .lottery-mid .tools .list a.red {
  color: var(--red-color);
}
.kj_detail > .lottery-bot > .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 42px;
  background: #f7f7f7;
  border: 1px solid #e0e0e0;
  border-bottom: none;
  padding: 0 0 0 16px;
}
.kj_detail > .lottery-bot > .top > h1 {
  font-size: 16px;
  font-weight: 500;
  color: #181818;
  display: flex;
  align-items: center;
}
.kj_detail > .lottery-bot > .top > h1::before {
  display: inline-block;
  content: '';
  width: 3px;
  height: 17px;
  background: var(--main-color);
  margin-right: 4px;
}
.kj_detail > .lottery-bot > .top > .right {
  display: flex;
}
.kj_detail > .lottery-bot > .top > .right > a {
  display: block;
  font-size: 14px;
  color: #181818;
  margin-right: 16px;
}
.kj_detail > .lottery-bot > .top > .right > a:hover {
  color: var(--red-color);
  text-decoration: underline;
}
.kj_detail > .lottery-bot > .top > .right > a.active {
  color: var(--red-color);
}
.kj_detail > .lottery-bot > .top > .more {
  color: #999999;
  margin-right: 16px;
}
.kj_detail > .lottery-bot > table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.kj_detail > .lottery-bot > table th,
.kj_detail > .lottery-bot > table td {
  border: 1px solid #e0e0e0;
}
.kj_detail > .lottery-bot > table thead th {
  padding: 2px 0;
  font-size: 16px;
  font-weight: bold;
}
.kj_detail > .lottery-bot > table tbody td {
  padding: 10px 0;
  color: #4a4a4a;
}
.kj_detail > .lottery-bot > table tbody td > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: var(--main-color);
  text-decoration: underline;
}
.kj_detail > .lottery-bot > table .ball {
  color: #c60000;
}
.kj_detail > .lottery-bot > table .blue {
  color: #3365ac;
}
.kj_detail > .lottery-bot > table .thin {
  font-size: 14px;
  font-weight: normal;
}
.kj_detail > .lottery-bot > table .red {
  color: #999999;
}
.kj_detail > .lottery-bot > table .wid50 {
  width: 50px;
}
.kj_detail > .lottery-bot > table .wid55 {
  width: 55px;
}
.kj_detail > .lottery-bot > table .wid96 {
  width: 96px;
}
.kj_detail > .lottery-bot > table .wid60 {
  width: 60px;
}
.kj_detail > .lottery-bot > table .wid71 {
  width: 71px;
}
.kj_detail > .lottery-bot > table .wid75 {
  width: 75px;
}
.kj_detail > .lottery-bot > table .wid85 {
  width: 85px;
}
.kj_detail > .lottery-bot > table .wid88 {
  width: 88px;
}
.kj_detail > .lottery-bot > table .wid100 {
  width: 100px;
}
.kj_detail > .lottery-bot > table .wid106 {
  width: 106px;
}
.kj_detail > .lottery-bot > table .wid108 {
  width: 108px;
}
.kj_detail > .lottery-bot > table .wid110 {
  width: 110px;
}
.kj_detail > .lottery-bot > table .wid117 {
  width: 117px;
}
.kj_detail > .lottery-bot > table .wid120 {
  width: 120px;
}
.kj_detail > .lottery-bot > table .wid128 {
  width: 128px;
}
.kj_detail > .lottery-bot > table .wid138 {
  width: 138px;
}
.kj_detail > .lottery-bot > table .wid142 {
  width: 142px;
}
.kj_detail > .lottery-bot > table .wid204 {
  width: 204px;
}
.kj_detail > .lottery-bot > table .wid220 {
  width: 220px;
}
.kj_detail.ssq .lottery-top .right .text > img {
  width: 111px;
  height: 19px;
  display: block;
}
.kj_detail.dlt .lottery-top .right .text > img {
  width: 187px;
  height: 17px;
  display: block;
}
.kj_detail.qxc .lottery-top .right .text > img {
  width: 261px;
  height: 25px;
  display: block;
}
.kj_detail.kl8 .lottery-top .right .text > img {
  width: 261px;
  height: 17px;
  display: block;
}
.kj_detail.kl8 .lottery-mid .left table {
  margin-top: 0px;
}
.kj_detail.kl8 .lottery-mid .left table:not(:first-of-type) {
  display: none;
}
.kj_detail > .kjjg {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.kj_detail > .kjjg thead {
  border-top: 3px solid var(--main-color);
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #4a4a4a;
  background: #f7f7f7;
}
.kj_detail > .kjjg th,
.kj_detail > .kjjg td {
  border: 1px solid #e0e0e0;
}
.kj_detail > .kjjg td {
  padding: 13px 0;
}
.kj_detail > .kjjg td .red,
.kj_detail > .kjjg td .blue {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #fff4f4;
  font-size: 14px;
  color: #c74c5a;
  border-radius: 50%;
  margin-bottom: 3px;
  text-align: center;
  line-height: 24px;
}
.kj_detail > .kjjg td .blue {
  color: #5397df;
  background: #ecf6ff;
}
.kj_detail > .kjjg td .sjh {
  margin-left: 10px;
}
.kj_detail > .kjjg td .sjh > em {
  color: var(--main-color);
}
.kj_detail > .kjjg td > .link {
  font-size: 14px;
  color: #4a4a4a;
  margin-right: 3px;
}
.kj_detail > .kjjg td > .link:hover {
  color: var(--red-color);
  text-decoration: underline;
}
.kj_detail > .kjjg td > .btn {
  display: inline-block;
  width: 70px;
  height: 28px;
  line-height: 28px;
  background: #f7f7f7;
  border-radius: 2px;
  font-size: 14px;
  color: var(--main-color);
}
.kj_detail > .kjjg thead th:first-of-type,
.kj_detail > .kjjg tbody td:first-of-type {
  width: 85px;
}
.kj_detail > .kjjg tbody td:first-of-type {
  font-weight: bold;
}
.kj_detail > .kjjg thead th:nth-of-type(2),
.kj_detail > .kjjg tbody td:nth-of-type(2) {
  width: 82px;
}
.kj_detail > .kjjg thead th:nth-of-type(3),
.kj_detail > .kjjg tbody td:nth-of-type(3) {
  width: 76px;
}
.kj_detail > .kjjg thead th:nth-of-type(4),
.kj_detail > .kjjg tbody td:nth-of-type(4) {
  width: 298px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: left;
}
.kj_detail > .kjjg thead th:nth-of-type(4) {
  text-align: center;
}
.kj_detail > .kjjg thead th:nth-of-type(5),
.kj_detail > .kjjg tbody td:nth-of-type(5) {
  width: 120px;
}
.kj_detail > .kjjg thead th:nth-of-type(6),
.kj_detail > .kjjg tbody td:nth-of-type(6) {
  width: 194px;
}
.kj_detail > .kjjg thead th:nth-of-type(7),
.kj_detail > .kjjg tbody td:nth-of-type(7) {
  width: 88px;
}
.kj_detail .kj_sj_detail {
  display: flex;
}
.kj_detail .kj_sj_detail .left {
  flex: 1;
}
.kj_detail .kj_sj_detail .left .title {
  display: flex;
  align-items: center;
  height: 40px;
  font-size: 16px;
  background: #f7f7f7;
  color: #181818;
  border: 1px solid #e0e0e0;
  border-bottom: none;
  padding: 0 12px;
}
.kj_detail .kj_sj_detail .left table {
  width: 100%;
  border-collapse: collapse;
}
.kj_detail .kj_sj_detail .left table th,
.kj_detail .kj_sj_detail .left table td {
  border: 1px solid #e0e0e0;
  text-align: center;
}
.kj_detail .kj_sj_detail .left table tr:first-of-type th {
  font-weight: bold;
  color: #181818;
  padding: 2px 2px;
}
.kj_detail .kj_sj_detail .left table tr:nth-of-type(2) th {
  font-size: 12px;
  color: #181818;
  padding: 2px 2px;
}
.kj_detail .kj_sj_detail .left table tr:hover {
  background-color: #f0f9ff;
}
.kj_detail .kj_sj_detail .left table td {
  padding: 5px 2px;
  color: #181818;
}
.kj_detail .kj_sj_detail .left table td:nth-of-type(1) {
  width: 76px;
}
.kj_detail .kj_sj_detail .left table td:nth-of-type(2) {
  width: 95px;
}
.kj_detail .kj_sj_detail .left table .red {
  color: #e24939;
}
.kj_detail .kj_sj_detail .left table .fs20 {
  font-size: 20px;
}
.kj_detail .kj_sj_detail .left table .h40 {
  height: 40px;
}
.kj_detail .kj_sj_detail .left table .black {
  font-weight: bold;
  color: #181818;
}
.kj_detail .kj_sj_detail .left .de_cut {
  display: flex;
  align-items: center;
  height: 40px;
  background: #f7f7f7;
  border: 1px solid #e0e0e0;
}
.kj_detail .kj_sj_detail .left .de_cut a {
  color: #181818;
  display: flex;
  align-items: center;
  padding: 0 12px;
  height: 100%;
}
.kj_detail .kj_sj_detail .left .de_cut a.active {
  border: 1px solid #2691dc;
  border-top-width: 4px;
  border-bottom: none;
}
.kj_detail .kj_sj_detail .left .sjhhfx {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e0e0e0;
  border-top: none;
}
.kj_detail .kj_sj_detail .left .sjhhfx .mf_article {
  width: 50%;
  height: 40px;
  padding: 0 12px;
  margin: 0;
}
.kj_detail .kj_sj_detail .left .sjhhfx .mf_article a {
  font-size: 14px;
  padding-left: 10px;
}
.kj_detail .kj_sj_detail .left .sjhhfx .mf_article a::before {
  width: 4px;
  height: 4px;
  background: #e0e0e0;
}
.kj_detail .kj_sj_detail .left .sjhhfx .mf_article span {
  font-size: 12px;
}
.kj_detail .kj_sj_detail .left .sjhhfx .mf_article:nth-of-type(even) {
  border-left: 1px solid #e0e0e0;
}
.kj_detail .kj_sj_detail .left .sjhhfx .mf_article:not(:nth-last-child(-n + 2)) {
  border-bottom: 1px solid #e0e0e0;
}
.kj_detail .kj_sj_detail .right {
  width: 304px;
  border: 1px solid #e0e0e0;
  margin-left: 8px;
}
.kj_detail .kj_sj_detail .right .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  height: 40px;
  background: #f7f7f7;
  border-bottom: 1px solid #e0e0e0;
}
.kj_detail .kj_sj_detail .right .top b {
  font-size: 16px;
  color: #181818;
  display: flex;
  align-items: center;
}
.kj_detail .kj_sj_detail .right .top b::before {
  display: inline-block;
  content: '';
  width: 24px;
  height: 24px;
  background: url(/www8300/images/2_mffa.png) no-repeat left center / 100% 100%;
  margin-right: 4px;
}
.kj_detail .kj_sj_detail .right .top a {
  font-size: 12px;
  color: #999999;
}
.kj_detail .kj_sj_detail .right .list {
  padding: 6px 12px;
}
.kj_detail .kj_sj_detail .right .list .mf_article {
  margin: 0;
}
.kj_detail .kj_sj_detail .right .list .mf_article a {
  font-size: 14px;
  padding-left: 10px;
}
.kj_detail .kj_sj_detail .right .list .mf_article a::before {
  width: 4px;
  height: 4px;
  background: #ffab73;
}
