.sj_kj_detail .n_tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #2691dc;
}
.sj_kj_detail .n_tabs .n_left {
  display: flex;
  align-items: center;
}
.sj_kj_detail .n_tabs .n_left a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #4a4a4a;
  padding: 0 10px;
  position: relative;
}
.sj_kj_detail .n_tabs .n_left a:not(:first-of-type):not(:last-of-type)::after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 10px;
  background: #e0e0e0;
  position: absolute;
  right: 0;
}
.sj_kj_detail .n_tabs .n_left a:not(:first-of-type):hover {
  color: #ff3300;
}
.sj_kj_detail .n_tabs .n_left .active {
  padding: 0 18px;
  height: 40px;
  font-size: 18px;
  margin-right: 10px;
  font-weight: bold;
  color: #ffffff;
  background: #2691dc;
}
.sj_kj_detail .n_tabs .n_right {
  font-size: 13px;
  font-weight: bold;
  color: #999999;
}
.sj_kj_detail .n_kj_table {
  width: 100%;
  padding: 16px;
  border: 1px solid #e0e0e0;
  margin-top: 12px;
  box-sizing: border-box;
}
.sj_kj_detail .n_kj_table .tb1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sj_kj_detail .n_kj_table .tb1 .l {
  display: flex;
  align-items: center;
}
.sj_kj_detail .n_kj_table .tb1 .l b {
  font-size: 16px;
  font-weight: bold;
  color: #181818;
  margin-right: 6px;
}
.sj_kj_detail .n_kj_table .tb1 .l span {
  font-size: 14px;
  color: #999999;
  margin-right: 12px;
}
.sj_kj_detail .n_kj_table .tb1 .r {
  display: flex;
  align-items: center;
}
.sj_kj_detail .n_kj_table .tb1 .r a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #0197ff;
  padding: 0 8px;
  position: relative;
}
.sj_kj_detail .n_kj_table .tb1 .r a:not(:last-of-type)::after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 10px;
  background: #e0e0e0;
  position: absolute;
  right: 0;
}
.sj_kj_detail .n_kj_table .tb2 {
  font-size: 13px;
  color: #181818;
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.sj_kj_detail .n_kj_table .tb2 select {
  width: 84px;
  height: 24px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  border: 1px solid #bbbbbb;
  outline: none;
  margin: 0 3px;
}
.sj_kj_detail .n_kj_table .tb2 .t_text {
  display: block;
  width: 100px;
}
.sj_kj_detail .n_kj_table .tb2 .balls {
  display: flex;
  flex-wrap: wrap;
}
.sj_kj_detail .n_kj_table .tb2 .balls span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  font-size: 16px;
  color: #ffffff;
  border-radius: 50%;
  background: #e13737;
  margin-left: 4px;
  margin-bottom: 4px;
}
.sj_kj_detail .n_kj_table .tb2 .balls span.blue {
  background: #25a0f4;
}
.sj_kj_detail .n_kj_table .tb2 .hs {
  font-size: 14px;
  color: #999999;
  margin-left: 16px;
}
.sj_kj_detail .n_kj_table .tb2 .hs span {
  color: #4a4a4a;
}
.sj_kj_detail .n_kj_table .tb2 .hs a {
  color: #999999;
  text-decoration: underline;
}
.sj_kj_detail .n_kj_table .tb2 .sjh {
  font-size: 14px;
  color: #999999;
  margin-left: 16px;
}
.sj_kj_detail .n_kj_table .tb2 .sjh span {
  font-size: 14px;
  color: #e24939;
}
.sj_kj_detail .n_kj_table .tb2 .sjh span i {
  color: #0197ff;
}
.sj_kj_detail .n_kj_table .tb2 .sx {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sj_kj_detail .n_kj_table .tb2 .alink {
  font-size: 14px;
  color: #181818;
  text-decoration: underline;
  margin-left: 16px;
}
.sj_kj_detail .n_kj_table .tb3 {
  display: flex;
  margin-top: 16px;
}
.sj_kj_detail .n_kj_table .tb3 a,
.sj_kj_detail .n_kj_table .tb3 span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #4a4a4a;
  position: relative;
  padding: 0 8px;
}
.sj_kj_detail .n_kj_table .tb3 a:not(:last-of-type)::after,
.sj_kj_detail .n_kj_table .tb3 span:not(:last-of-type)::after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 10px;
  background: #e0e0e0;
  position: absolute;
  right: 0;
}
.sj_kj_detail .n_kj_table .tb3 a:first-of-type,
.sj_kj_detail .n_kj_table .tb3 span:first-of-type {
  padding-left: 0;
}
.sj_kj_detail .n_kj_table .tb3 a:hover {
  color: #2691dc;
}
.sj_kj_detail .n_kj_table .tb4 {
  width: 100%;
  border-spacing: 0;
  text-align: center;
  border-collapse: collapse;
  margin-top: 16px;
}
.sj_kj_detail .n_kj_table .tb4 th {
  height: 42px;
  color: #181818;
  font-size: 16px;
  background: #f7f7f7;
  border: 1px solid #e0e0e0;
}
.sj_kj_detail .n_kj_table .tb4 th.wid300 {
  width: 300px;
}
.sj_kj_detail .n_kj_table .tb4 td {
  font-size: 14px;
  color: #4a4a4a;
  height: 34px;
  border: 1px solid #e0e0e0;
  padding: 2px 6px;
}
.sj_kj_detail .n_kj_table .tb4 td:first-of-type {
  min-width: 56px;
}
.sj_kj_detail .n_kj_table .tb5 {
  display: flex;
  margin-top: 12px;
}
.sj_kj_detail .n_kj_table .tb5 a {
  font-size: 16px;
  color: #181818;
}
.sj_kj_detail .n_kj_table .tb5 a span {
  font-size: 16px;
  color: #4a4a4a;
}
.sj_kj_detail .n_kj_table .tb5 a span:first-of-type {
  text-decoration: underline;
}
.sj_kj_detail .n_kj_table .tb5 a:not(:first-of-type) {
  margin-left: 24px;
}
.sj_kj_detail .n_kj_table .tb6 {
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.sj_kj_detail .n_kj_table .tb6 span {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #181818;
  cursor: pointer;
}
.sj_kj_detail .n_kj_table .tb6 span.active {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background: #2691dc;
  border-radius: 8px 8px 0px 0px;
}
.sj_kj_detail .n_kj_table .n_sjh {
  margin-top: 16px;
}
.sj_kj_detail .n_kj_table .n_sjh .n_text {
  height: 32px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #181818;
  margin: 0 -16px;
  border: 1px solid #e0e0e0;
  border-left: none;
  border-right: none;
  padding-left: 16px;
}
.sj_kj_detail .n_kj_table .n_sjh .sjh_des {
  font-size: 14px;
  color: #4a4a4a;
  padding: 18px 16px 0 0;
}
.sj_kj_detail .n_kj_table .mt0 {
  margin-top: 0px;
}
.sj_kj_detail .n_awrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 12px;
}
.sj_kj_detail .n_awrap > div {
  width: 32.4%;
  margin-bottom: 12px;
}
.sj_kj_detail .n_awrap > div.widder {
  width: 66%;
}
.sj_kj_detail .n_awrap > div.two_category {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sj_kj_detail .n_kjtop {
  width: 100%;
  border: 1px solid #e0e0e0;
  padding: 18px 16px;
  box-sizing: border-box;
  display: flex;
}
.sj_kj_detail .n_kjtop .n_cz {
  display: block;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  margin-right: 18px;
}
.sj_kj_detail .n_kjtop .n_cz img {
  display: block;
  width: 100%;
  height: 100%;
}
.sj_kj_detail .n_kjtop .n_czdetail {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sj_kj_detail .n_kjtop .n_czdetail .n_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 7px;
  border-bottom: 4px solid #2691dc;
}
.sj_kj_detail .n_kjtop .n_czdetail .n_top > a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #181818;
}
.sj_kj_detail .n_kjtop .n_czdetail .n_top > a img {
  display: block;
  width: 113px;
  height: 19px;
  margin-right: 16px;
}
.sj_kj_detail .n_kjtop .n_czdetail .n_top > a img.qxc {
  width: 187px;
  height: 17px;
}
.sj_kj_detail .n_kjtop .n_czdetail .n_top > a img.qlc {
  width: 279px;
  height: 25px;
}
.sj_kj_detail .n_kjtop .n_czdetail .n_top > a img.p3 {
  width: 177px;
  height: 18px;
}
.sj_kj_detail .n_kjtop .n_czdetail .n_top > a img.kl8 {
  width: 260px;
  height: 17px;
}
.sj_kj_detail .n_kjtop .n_czdetail .n_top > a span {
  color: #3365ac;
}
.sj_kj_detail .n_kjtop .n_czdetail .n_top > a .cz {
  font-size: 18px;
  font-weight: bold;
  margin-right: 12px;
  color: #181818;
}
.sj_kj_detail .n_kjtop .n_czdetail .n_top .r-section {
  display: flex;
}
.sj_kj_detail .n_kjtop .n_czdetail .n_top .r-section a {
  font-size: 16px;
  color: #2691dc;
}
.sj_kj_detail .n_kjtop .n_czdetail .n_top .r-section a:not(:last-of-type)::after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 12px;
  background: #e0e0e0;
  margin: 0 10px;
}
.sj_kj_detail .n_kjtop .n_czdetail .n_bot {
  font-size: 16px;
  font-weight: bold;
  color: #181818;
  display: flex;
  align-items: center;
}
.sj_kj_detail .n_kjtop .n_czdetail .n_bot select {
  width: 86px;
  height: 24px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  border: 1px solid #bbbbbb;
  outline: none;
  margin: 0 3px;
}
.sj_kj_detail .n_kjtop .n_czdetail .n_bot span {
  font-size: 14px;
  margin-left: 16px;
}
.sj_kj_detail .n_xqwrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.sj_kj_detail .n_xqwrap .n_kj_table {
  width: 624px;
}
.sj_kj_detail .n_xqwrap .n_riglist {
  width: 304px;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sj_kj_detail .xq_table {
  width: 100%;
  margin-top: 12px;
}
.sj_kj_detail .xq_table .t_cut {
  width: 100%;
  height: 40px;
  background: #f7f7f7;
  border: 1px solid #e0e0e0;
  border-bottom: none;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.sj_kj_detail .xq_table .t_cut b {
  font-size: 16px;
  color: #181818;
}
.sj_kj_detail .xq_table .t_cut .t_right {
  display: flex;
}
.sj_kj_detail .xq_table .t_cut .t_right a {
  display: flex;
  font-size: 14px;
  color: #181818;
  margin-left: 16px;
}
.sj_kj_detail .xq_table .t_cut .t_right a.active {
  color: #2691dc;
}
.sj_kj_detail .xq_table .t_table {
  width: 100%;
  border-spacing: 0;
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #e0e0e0;
}
.sj_kj_detail .xq_table .t_table th {
  height: 24px;
  font-size: 14px;
  color: #181818;
  border: 1px solid #e0e0e0;
}
.sj_kj_detail .xq_table .t_table td {
  height: 30px;
  font-size: 14px;
  color: #181818;
  border: 1px solid #e0e0e0;
}
.sj_kj_detail .xq_table .t_table tbody tr:hover {
  background: #f0f9ff;
}
.sj_kj_detail .xq_table .t_table .wid220 {
  width: 220px;
  padding: 6px;
}
.sj_kj_detail .xq_table .t_table .red {
  color: #ff2b29;
}
.sj_kj_detail .xq_table .t_table .blue {
  color: #0197ff;
}
.sj_kj_detail .sjh_top {
  display: flex;
  justify-content: space-between;
}
.sj_kj_detail .sjh_top .n_kj_table {
  width: 624px;
}
.sj_kj_detail .sjh_top .n_right {
  width: 304px;
  margin-top: 12px;
}
.sj_kj_detail .sjh_bot {
  display: flex;
  justify-content: space-between;
}
.sj_kj_detail .sjh_bot .sjh_b_l {
  width: 624px !important;
}
.sj_kj_detail .sjh_bot .sjh_b_l .t_table th {
  font-size: 13px !important;
  font-weight: normal;
}
.sj_kj_detail .sjh_bot .sjh_b_l .t_table tbody td {
  height: 32px;
  font-size: 12px;
  padding: 4px 2px;
  box-sizing: border-box;
}
.sj_kj_detail .sjh_bot .sjh_b_l .t_table .wid96 {
  width: 96px;
}
.sj_kj_detail .sjh_bot .sjh_b_l .t_table .wid165 {
  width: 165px;
}
.sj_kj_detail .sjh_bot .sjh_b_l .t_table thead tr:nth-of-type(2) th {
  font-size: 12px !important;
}
.sj_kj_detail .sjh_bot .sjh_b_r {
  width: 304px;
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sj_kj_detail .n_alist {
  border: 1px solid #e0e0e0;
}
.sj_kj_detail .n_alist .n_atop {
  width: 100%;
  height: 40px;
  background: #f0f9ff;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
  box-sizing: border-box;
}
.sj_kj_detail .n_alist .n_atop b {
  font-size: 16px;
  font-weight: bold;
  color: #181818;
  padding-left: 18px;
  background: url(/static/images/t2.gif) no-repeat left center / 14px 16px;
}
.sj_kj_detail .n_alist .n_atop a {
  font-size: 13px;
  color: #999999;
}
.sj_kj_detail .n_alist .n_abot {
  width: 100%;
  padding: 4px 12px;
  box-sizing: border-box;
}
.sj_kj_detail .n_alist .n_abot a {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 14px;
  color: #181818;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  background: url(/static/images/n_jing.png) no-repeat left center / 16px 16px;
}
.sj_kj_detail .n_alist .n_abot a:hover {
  color: #ff3300;
  text-decoration: underline;
}
.sj_kj_detail .n_alist .n_abot a:visited {
  color: #8b8b8b;
}
.sj_kj_detail .n_alist .n_abot.two_column {
  display: flex;
  flex-wrap: wrap;
}
.sj_kj_detail .n_alist .n_abot.two_column a {
  width: 50%;
}
.sj_kj_detail .n_alist .n_abot .item {
  display: flex;
  align-items: center;
}
.sj_kj_detail .n_alist .n_abot .item span {
  display: block;
  min-width: 35px;
  font-size: 12px;
  color: #4a4a4a;
}
.sj_kj_detail .n_alist .n_abot .item a {
  background: none;
  padding-left: 12px;
  position: relative;
}
.sj_kj_detail .n_alist .n_abot .item a::before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffab73;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.sj_kj_detail .n_ztlist {
  border: 1px solid #e0e0e0;
}
.sj_kj_detail .n_ztlist .n_atop {
  width: 100%;
  height: 40px;
  background: #f0f9ff;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
  box-sizing: border-box;
}
.sj_kj_detail .n_ztlist .n_atop b {
  font-size: 16px;
  font-weight: bold;
  color: #181818;
  padding-left: 18px;
  background: url(/static/images/t2.gif) no-repeat left center / 14px 16px;
}
.sj_kj_detail .n_ztlist .n_atop b.tk {
  background: url(/static/images/tk.png) no-repeat left center / 14px 16px;
}
.sj_kj_detail .n_ztlist .n_atop b.bj {
  background: url(/static/images/bj.png) no-repeat left center / 16px 17px;
}
.sj_kj_detail .n_ztlist .n_atop b.gj {
  background: url(/static/images/gj.png) no-repeat left center / 16px 16px;
}
.sj_kj_detail .n_ztlist .n_atop a {
  font-size: 13px;
  color: #999999;
}
.sj_kj_detail .n_ztlist .n_abot {
  display: flex;
  flex-wrap: wrap;
  padding: 4px 12px 3px;
}
.sj_kj_detail .n_ztlist .n_abot a {
  display: block;
  width: 49%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  position: relative;
  box-sizing: border-box;
}
.sj_kj_detail .n_ztlist .n_abot a.zt {
  padding-left: 10px;
}
.sj_kj_detail .n_ztlist .n_abot a.zt::before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffab73;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sj_kj_detail .n_ztlist .n_abot a span {
  font-size: 13px;
  color: #f99900;
  display: inline-block;
}
.sj_kj_detail .n_ztlist .n_abot a:hover {
  color: #ff3300;
  text-decoration: underline;
}
.sj_kj_detail .n_ztlist .n_abot a.re::after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  background: url(/static/images/re.png) no-repeat right center / 14px 14px;
}
.sj_kj_detail .n_ztlist .n_abot a:visited {
  color: #8b8b8b;
}
.sj_kj_detail .n_ztlist .n_abot .border {
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  margin: 14px 0;
}
