.zjjx_phb > .lottery_cut {
  display: flex;
}
.zjjx_phb > .lottery_cut > a {
  width: 116px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #181818;
  background: #eeeeee;
}
.zjjx_phb > .lottery_cut > a.active {
  background: #c60000;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
}
.zjjx_phb > .lottery_cut > a.active::after {
  display: inline-block;
  content: '';
  width: 0px;
  height: 0px;
  border: 8px solid transparent;
  border-top-color: #c60000;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}
.zjjx_phb > .lottery_cut > a:not(:last-of-type) {
  margin-right: 2px;
}
.zjjx_phb > .kj_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 14px;
}
.zjjx_phb > .kj_info > .info {
  display: flex;
  align-items: center;
}
.zjjx_phb > .kj_info > .info > .qi {
  color: #181818;
}
.zjjx_phb > .kj_info > .info > .qi:hover {
  text-decoration: underline;
}
.zjjx_phb > .kj_info > .info > .balls {
  display: flex;
}
.zjjx_phb > .kj_info > .info > .balls > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: #e13737;
  color: #ffffff;
  border-radius: 50%;
  margin-left: 4px;
}
.zjjx_phb > .kj_info > .info > .balls > span.blue {
  background: #2e9eed;
}
.zjjx_phb > .kj_info > .info > .sjh {
  margin-left: 20px;
}
.zjjx_phb > .kj_info > .info > .sjh > span {
  font-weight: bold;
  color: #181818;
}
.zjjx_phb > .kj_info > .info > .time {
  margin-left: 20px;
  display: flex;
  align-items: center;
  flex-direction: initial;
  border: none;
  padding: 0;
  border-radius: 0px;
}
.zjjx_phb > .kj_info > .info > .time > .djs {
  font-size: 14px;
  color: #181818;
}
.zjjx_phb > .kj_info > .info > .time > span:not(.djs) {
  font-size: 20px;
  font-weight: bold;
  color: var(--red-color);
}
.zjjx_phb > .kj_info > .info .vip {
  padding: 3px 16px;
  font-size: 14px;
  color: #ffffff;
  margin-left: 12px;
  background: linear-gradient(180deg, #f6d990 0%, #e9b257 100%);
  border-radius: 4px;
}
.zjjx_phb > .kj_info .search_wrap {
  display: flex;
  align-items: center;
}
.zjjx_phb > .kj_info .search_wrap input {
  display: block;
  width: 138px;
  height: 30px;
  border-radius: 4px 0 0 4px;
  outline: none;
  border: 1px solid #e0e0e0;
  border-right: none;
  padding: 0 10px 0 26px;
  background: url(/www8300/images/search1.png) no-repeat 8px center / 15px 15px;
}
.zjjx_phb > .kj_info .search_wrap .search {
  width: 48px;
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  background: #5397df;
  border-radius: 0px 4px 4px 0px;
  border: 1px solid #e0e0e0;
  cursor: pointer;
}
.zjjx_phb > .kj_info > .sqzj {
  font-size: 16px;
  color: #181818;
}
.zjjx_phb > .ph_title {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e0e0e0;
}
.zjjx_phb > .ph_title > .left {
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #181818;
}
.zjjx_phb > .ph_title > .left > a {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 16px;
  color: #181818;
  margin-right: 24px;
}
.zjjx_phb > .ph_title > .left > a.active {
  font-weight: bold;
  color: var(--main-color);
  position: relative;
}
.zjjx_phb > .ph_title > .left > a.active::before {
  display: block;
  content: '';
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  border-bottom: 12px solid #ffffff;
  border-top: 12px solid transparent;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  z-index: 2;
}
.zjjx_phb > .ph_title > .left > a.active::after {
  display: block;
  content: '';
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  border-bottom: 11px solid #cccccc;
  border-top: 11px solid transparent;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  z-index: 1;
}
.zjjx_phb > .ph_title > .right {
  display: flex;
}
.zjjx_phb > .ph_title > .right > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #181818;
  color: #181818;
  margin-left: 12px;
}
.zjjx_phb > .ph_title > .right > a:hover {
  border-color: var(--red-color);
  color: var(--red-color);
}
.zjjx_phb > .phb_wrap {
  border: 1px solid #e0e0e0;
  padding: 18px 16px 0px;
}
.zjjx_phb > .phb_wrap > .item {
  display: flex;
  margin-bottom: 8px;
}
.zjjx_phb > .phb_wrap > .item > .text {
  margin-right: 10px;
  padding-top: 6px;
}
.zjjx_phb > .phb_wrap > .item > .select {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.zjjx_phb > .phb_wrap > .item > .select > a {
  width: 76px;
  height: 28px;
  font-size: 13px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  color: #181818;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}
.zjjx_phb > .phb_wrap > .item > .select > a:not(:nth-of-type(10n)) {
  margin-right: 8px;
}
.zjjx_phb > .phb_wrap > .item > .select > a.active {
  border-color: var(--main-color);
  font-weight: bold;
  color: var(--main-color);
}
.zjjx_phb > .phb_wrap > .item.selected {
  position: relative;
}
.zjjx_phb > .phb_wrap > .item.selected .remind {
  padding-left: 28px;
  font-size: 16px;
  color: #fd9b00;
  position: absolute;
  right: 0px;
  top: 5px;
  background: url(/www8300/images/message.gif) no-repeat left center / 22px 22px;
}
.zjjx_phb > .phb_content {
  border-top: 2px solid var(--main-color);
}
.zjjx_phb > .phb_content > table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.zjjx_phb > .phb_content > table th,
.zjjx_phb > .phb_content > table td {
  border: 1px solid #e0e0e0;
}
.zjjx_phb > .phb_content > table thead tr {
  height: 40px;
}
.zjjx_phb > .phb_content > table tbody tr {
  height: 34px;
}
.zjjx_phb > .phb_content > table tbody tr > td {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  padding: 0 4px;
}
.zjjx_phb > .phb_content > table tbody tr > td a {
  color: #181818;
}
.zjjx_phb > .phb_content > table tbody tr > td a:hover {
  color: var(--red-color);
  text-decoration: underline;
}
.zjjx_phb > .phb_content > table .red_text {
  color: var(--red-color);
}
.zjjx_phb > .phb_content > table .blue {
  color: var(--main-color);
}
.zjjx_phb > .phb_content > table .gray {
  color: #999999;
}
.zjjx_phb > .phb_content > table thead th:first-of-type,
.zjjx_phb > .phb_content > table tbody td:first-of-type {
  width: 50px;
  max-width: 50px;
}
.zjjx_phb > .phb_content > table thead th:nth-of-type(2),
.zjjx_phb > .phb_content > table tbody td:nth-of-type(2) {
  width: 135px;
  max-width: 135px;
}
.zjjx_phb > .phb_content > table thead th:nth-of-type(3),
.zjjx_phb > .phb_content > table tbody td:nth-of-type(3) {
  width: 95px;
  max-width: 95px;
}
.zjjx_phb > .phb_content > table thead th:nth-of-type(4),
.zjjx_phb > .phb_content > table tbody td:nth-of-type(4) {
  width: 291px;
  max-width: 291px;
}
.zjjx_phb > .phb_content > table thead th:nth-of-type(5),
.zjjx_phb > .phb_content > table tbody td:nth-of-type(5) {
  width: 63px;
  max-width: 63px;
}
.zjjx_phb > .phb_content > table thead th:nth-of-type(6),
.zjjx_phb > .phb_content > table tbody td:nth-of-type(6) {
  width: 73px;
  max-width: 73px;
}
.zjjx_phb > .phb_content > table thead th:nth-of-type(7),
.zjjx_phb > .phb_content > table tbody td:nth-of-type(7) {
  width: 85px;
  max-width: 85px;
}
.zjjx_phb > .phb_content > table thead th:nth-of-type(8),
.zjjx_phb > .phb_content > table tbody td:nth-of-type(8) {
  width: 85px;
  max-width: 85px;
}
.zjjx_phb > .phb_content > table thead th:nth-of-type(9),
.zjjx_phb > .phb_content > table tbody td:nth-of-type(9) {
  width: 63px;
  max-width: 63px;
}
.zjjx_phb > .phb_content > .empty {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 16px;
  border: 1px solid #e0e0e0;
  border-top: none;
}
.zjjx_phb > .phb_content > .empty > img {
  width: 300px;
  padding: 24px 0;
}
.zjjx_phb > .phb_content > .empty > span {
  color: #4a4a4a;
  font-size: 16px;
}
.zjjx_phb .phb_page {
  width: 100%;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-top: none;
  padding: 8px 0;
}
.zjjx_phb .phb_page.n_border {
  border: none;
}
.zjjx_phb > .article_wrap {
  width: 100%;
  padding: 20px 16px 4px;
  border: 1px solid #e0e0e0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.zjjx_phb > .article_wrap > a {
  width: 49.45%;
  margin-bottom: 16px;
}
.zjjx_phb > .article_wrap .mf_item {
  width: 50%;
  height: 48px;
  font-size: 14px;
  border-bottom: 1px dashed #e0e0e0;
}
.zjjx_phb > .article_wrap .mf_item a {
  flex: 1;
  color: #181818;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zjjx_phb > .article_wrap .mf_item a:hover {
  text-decoration: underline;
}
.zjjx_phb > .article_wrap .mf_item span {
  color: #bbbbbb;
}
.zjjx_phb > .article_wrap .mf_item:nth-of-type(odd) {
  border-right: 1px dashed #e0e0e0;
  padding-right: 18px;
}
.zjjx_phb > .article_wrap .mf_item:nth-of-type(even) {
  padding-left: 18px;
}
.zjjx_phb > .article_wrap .mf_item:nth-of-type(-n + 2) {
  border-top: 1px dashed #e0e0e0;
}
