.zjjx_homepage > .info {
  margin-top: 16px;
}
.zjjx_homepage > .kj {
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
}
.zjjx_homepage > .kj > .detail {
  display: flex;
  align-items: center;
}
.zjjx_homepage > .kj > .detail > .balls {
  display: flex;
}
.zjjx_homepage > .kj > .detail > .balls > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #e13737;
  color: #ffffff;
  margin-left: 4px;
}
.zjjx_homepage > .kj > .detail > .balls > span.blue {
  background: #067af2;
}
.zjjx_homepage > .kj > .detail > .sj {
  margin-left: 20px;
}
.zjjx_homepage > .kj > .detail > .sj span {
  font-weight: bold;
  color: #181818;
  margin-right: 8px;
}
.zjjx_homepage > .kj > a {
  font-size: 16px;
  color: var(--main-color);
}
.zjjx_homepage .empty {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #e0e0e0;
  padding: 24px 0;
  margin-bottom: 16px;
}
.zjjx_homepage .empty > img {
  width: 300px;
}
.zjjx_homepage .empty > span {
  color: #4a4a4a;
  font-size: 16px;
  margin-top: 16px;
}
.zjjx_homepage > .phb_wrap {
  border: 1px solid #e0e0e0;
  padding: 18px 10px 4px 16px;
  margin-bottom: 16px;
  position: relative;
}
.zjjx_homepage > .phb_wrap > .item {
  display: flex;
  margin-bottom: 8px;
}
.zjjx_homepage > .phb_wrap > .item > .text {
  margin-right: 10px;
  padding-top: 6px;
  min-width: 60px;
}
.zjjx_homepage > .phb_wrap > .item > .select {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.zjjx_homepage > .phb_wrap > .item > .select > a {
  min-width: 76px;
  height: 28px;
  font-size: 13px;
  padding: 0 3px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  color: #181818;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  margin-right: 8px;
}
.zjjx_homepage > .phb_wrap > .item > .select > a.active {
  font-weight: bold;
  color: var(--main-color);
  border-color: var(--main-color);
}
.zjjx_homepage > .phb_wrap > .p_result {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.zjjx_homepage > .phb_wrap > .p_result > .text {
  font-weight: bold;
}
.zjjx_homepage > .phb_wrap > .p_result > .red_text {
  color: var(--red-color);
  margin: 0 2px;
}
.zjjx_homepage > .phb_wrap > .bzf {
  display: block;
  position: absolute;
  width: 36px;
  height: 41px;
  top: 0;
  right: 16px;
}
.zjjx_homepage > .phb_wrap > .bzf > img {
  width: 100%;
  height: 100%;
}
.zjjx_homepage > .pay_wrap {
  width: 100%;
  border: 1px solid #e0e0e0;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 12px;
}
.zjjx_homepage > .pay_wrap > .left {
  display: flex;
  align-items: center;
}
.zjjx_homepage > .pay_wrap > .left > .qi {
  color: var(--red-color);
}
.zjjx_homepage > .pay_wrap > .left > .time {
  margin-left: 3px;
  display: flex;
}
.zjjx_homepage > .pay_wrap > .left > .time span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  color: var(--red-color);
  background: #fff6e7;
  border-radius: 1px;
  margin: 0 3px;
}
.zjjx_homepage > .pay_wrap > .left > .sjh {
  margin-left: 10px;
}
.zjjx_homepage > .pay_wrap > .pay_btn,
.zjjx_homepage > .pay_wrap > .con,
.zjjx_homepage > .pay_wrap > .read_more {
  width: 559px;
  background: #ffefda;
  border-radius: 4px;
  border: 1px dashed #d4b784;
  font-size: 16px;
  display: none;
  text-align: center;
  justify-content: center;
}
.zjjx_homepage > .pay_wrap > .pay_btn > span,
.zjjx_homepage > .pay_wrap > .con > span,
.zjjx_homepage > .pay_wrap > .read_more > span {
  font-size: 16px;
  color: var(--red-color);
  margin: 0 2px;
}
.zjjx_homepage > .pay_wrap > .pay_btn.pay_btn,
.zjjx_homepage > .pay_wrap > .con.pay_btn,
.zjjx_homepage > .pay_wrap > .read_more.pay_btn {
  height: 42px;
  line-height: 42px;
  cursor: pointer;
  color: #8c735d;
}
.zjjx_homepage > .pay_wrap > .pay_btn.con,
.zjjx_homepage > .pay_wrap > .con.con,
.zjjx_homepage > .pay_wrap > .read_more.con {
  color: #181818;
  font-weight: bold;
  line-height: 28px;
  padding: 6px;
}
.zjjx_homepage > .pay_wrap > .pay_btn.read_more,
.zjjx_homepage > .pay_wrap > .con.read_more,
.zjjx_homepage > .pay_wrap > .read_more.read_more {
  height: 42px;
  line-height: 42px;
  cursor: pointer;
  color: var(--red-color);
  font-weight: bold;
}
.zjjx_homepage > .pay_wrap > .pay_btn.read_more > span,
.zjjx_homepage > .pay_wrap > .con.read_more > span,
.zjjx_homepage > .pay_wrap > .read_more.read_more > span {
  color: #181818;
  margin: 0 3px;
}
.zjjx_homepage > .pay_wrap > .pay_btn.show,
.zjjx_homepage > .pay_wrap > .con.show,
.zjjx_homepage > .pay_wrap > .read_more.show {
  display: block;
}
.zjjx_homepage > .pay_wrap > .pay_btn .bounce,
.zjjx_homepage > .pay_wrap > .con .bounce,
.zjjx_homepage > .pay_wrap > .read_more .bounce {
  display: inline-block;
  height: 32px;
  color: var(--red-color);
  margin-left: 12px;
  border-bottom: 1px solid var(--red-color);
}
.zjjx_homepage > .grade > .title {
  font-size: 16px;
  font-weight: bold;
  color: #181818;
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.zjjx_homepage > .grade > .title::before {
  display: inline-block;
  content: '';
  width: 4px;
  height: 16px;
  background: var(--red-color);
  margin-right: 5px;
}
.zjjx_homepage > .grade > table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.zjjx_homepage > .grade > table thead {
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  background: #f7f7f7;
}
.zjjx_homepage > .grade > table th,
.zjjx_homepage > .grade > table td {
  border: 1px solid #e0e0e0;
}
.zjjx_homepage > .grade > table td {
  padding: 4px 0;
}
.zjjx_homepage > .grade > table td .red,
.zjjx_homepage > .grade > table td .blue {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #e13737;
  font-size: 14px;
  color: #ffffff;
  border-radius: 50%;
  margin-bottom: 3px;
  text-align: center;
  line-height: 24px;
}
.zjjx_homepage > .grade > table td .blue {
  background: #25a0f4;
}
.zjjx_homepage > .grade > table td .sjh {
  margin-left: 10px;
}
.zjjx_homepage > .grade > table td .sjh > em {
  color: var(--main-color);
}
.zjjx_homepage > .grade > table td > .btn {
  display: inline-block;
  width: 48px;
  height: 20px;
  background: #f7f7f7;
  border: 1px solid #dedede;
  border-radius: 2px;
  font-size: 12px;
  color: #181818 !important;
}
.zjjx_homepage > .grade > table td > .btn:hover {
  text-decoration: underline;
}
.zjjx_homepage > .grade > table td > .more {
  color: var(--red-color);
  text-decoration: underline;
  cursor: pointer;
}
.zjjx_homepage > .grade > table .red_text {
  color: var(--red-color) !important;
}
.zjjx_homepage > .grade > table thead th:first-of-type,
.zjjx_homepage > .grade > table tbody td:first-of-type {
  width: 84px;
}
.zjjx_homepage > .grade > table thead th:nth-of-type(2),
.zjjx_homepage > .grade > table tbody td:nth-of-type(2) {
  width: 316px;
  padding: 4px 10px;
}
.zjjx_homepage > .grade > table thead th:nth-of-type(3),
.zjjx_homepage > .grade > table tbody td:nth-of-type(3) {
  width: 316px;
  padding: 0 10px;
}
.zjjx_homepage > .grade > table thead th:nth-of-type(4) {
  cursor: pointer;
  position: relative;
}
.zjjx_homepage > .grade > table thead th:nth-of-type(4) > .res {
  width: 100%;
  height: 100%;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zjjx_homepage > .grade > table thead th:nth-of-type(4) > .res > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  border: 1px solid #999999;
  border-radius: 50%;
  color: #999999;
  font-size: 10px;
  margin-left: 4px;
}
.zjjx_homepage > .grade > table thead th:nth-of-type(4) > .desc {
  min-width: 200px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 10px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 1px 2px 20px #646464;
  display: none;
  font-size: 12px;
  color: #181818;
  text-align: left;
}
.zjjx_homepage > .grade > table thead th:nth-of-type(4) > .desc::after {
  display: inline-block;
  content: '';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ffffff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.zjjx_homepage > .grade > table thead th:nth-of-type(4):hover .desc {
  display: block;
}
.zjjx_homepage > .grade > table thead th:nth-of-type(4),
.zjjx_homepage > .grade > table tbody td:nth-of-type(4) {
  width: 120px;
}
.zjjx_homepage > .grade > table thead th:nth-of-type(5),
.zjjx_homepage > .grade > table tbody td:nth-of-type(5) {
  width: 108px;
}
.zjjx_homepage > .yc_detail {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  display: none;
  z-index: 9999;
}
.zjjx_homepage > .yc_detail > .content {
  width: 940px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  border-radius: 6px;
}
.zjjx_homepage > .yc_detail > .content > .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 12px 13px 20px;
}
.zjjx_homepage > .yc_detail > .content > .top > .left {
  display: flex;
  align-items: center;
}
.zjjx_homepage > .yc_detail > .content > .top > .left > h3 {
  height: 22px;
  font-size: 16px;
  font-weight: bold;
  color: #181818;
}
.zjjx_homepage > .yc_detail > .content > .top > .left > span {
  font-size: 16px;
}
.zjjx_homepage > .yc_detail > .content > .top > .yc_close {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.zjjx_homepage > .yc_detail > .content > .kj {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px 12px;
}
.zjjx_homepage > .yc_detail > .content > .kj > .left {
  display: flex;
  align-items: center;
}
.zjjx_homepage > .yc_detail > .content > .kj > .left > .balls {
  display: flex;
  margin-right: 20px;
}
.zjjx_homepage > .yc_detail > .content > .kj > .left > .balls > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  color: #ffffff;
  border-radius: 50%;
  background: #e13737;
  margin-left: 4px;
}
.zjjx_homepage > .yc_detail > .content > .kj > .left > .balls > span.blue {
  background: #25a0f4;
}
.zjjx_homepage > .yc_detail > .content > .kj > .left > .sj span {
  font-weight: bold;
}
.zjjx_homepage > .yc_detail > .content > .kj > .select_qi {
  display: flex;
  align-items: center;
}
.zjjx_homepage > .yc_detail > .content > .kj > .select_qi > a {
  width: 68px;
  height: 24px;
  border-radius: 2px;
  border: 1px solid #4a4a4a;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #181818;
}
.zjjx_homepage > .yc_detail > .content > .kj > .select_qi > a:hover {
  color: #ffffff;
  font-weight: bold;
  background: var(--main-color);
  border-color: var(--main-color);
}
.zjjx_homepage > .yc_detail > .content > .kj > .select_qi > a.next {
  margin-left: 16px;
}
.zjjx_homepage > .yc_detail > .content > .other {
  padding: 0 30px;
}
.zjjx_homepage > .yc_detail > .content > .other > .line_two {
  display: flex;
  flex-wrap: wrap;
}
.zjjx_homepage > .yc_detail > .content > .other > .line_two > .item {
  width: 50%;
  display: flex;
  border: 1px solid #e0e0e0;
}
.zjjx_homepage > .yc_detail > .content > .other > .line_two > .item > b {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 88px;
  min-height: 34px;
  background: #eeeeee;
  border-right: 1px solid #e0e0e0;
}
.zjjx_homepage > .yc_detail > .content > .other > .line_two > .item > .num_box {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zjjx_homepage > .yc_detail > .content > .other > .line_two > .item > .num_box > .num {
  height: 100%;
  word-break: break-all;
  text-align: center;
  flex: 1;
  padding: 5px;
}
.zjjx_homepage > .yc_detail > .content > .other > .line_two > .item > .num_box > .num > .red_text {
  color: var(--red-color);
  font-weight: bold;
}
.zjjx_homepage > .yc_detail > .content > .other > .line_two > .item > .num_box > .k {
  width: 40px;
  height: 100%;
  border-left: 1px solid #e0e0e0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zjjx_homepage > .yc_detail > .content > .other > .line_two > .item > .num_box > .k > img {
  width: 20px;
  height: 20px;
}
.zjjx_homepage > .yc_detail > .content > .other > .line_one > .item {
  width: 100%;
  display: flex;
  border: 1px solid #e0e0e0;
}
.zjjx_homepage > .yc_detail > .content > .other > .line_one > .item > .name {
  width: 88px;
  font-weight: bold;
  background: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #e0e0e0;
}
.zjjx_homepage > .yc_detail > .content > .other > .line_one > .item > .num_box {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zjjx_homepage > .yc_detail > .content > .other > .line_one > .item > .num_box > .num {
  flex: 1;
  word-break: break-all;
  text-align: center;
  max-height: 160px;
  line-height: 22px;
  padding: 7px;
  overflow-y: scroll;
  cursor: pointer;
}
.zjjx_homepage > .yc_detail > .content > .other > .line_one > .item > .num_box > .num > .red_text {
  color: var(--red-color);
  font-weight: bold;
}
.zjjx_homepage > .yc_detail > .content > .other > .line_one > .item > .num_box > .num::-webkit-scrollbar {
  display: none;
}
.zjjx_homepage > .yc_detail > .content > .other > .line_one > .item > .num_box > .k {
  width: 40px;
  height: 100%;
  border-left: 1px solid #e0e0e0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zjjx_homepage > .yc_detail > .content > .other > .line_one > .item > .num_box > .k > img {
  width: 20px;
  height: 20px;
}
.zjjx_homepage > .yc_detail > .content > .other > .line_one > .item > .handle {
  width: 76px;
  background: #ffffff;
  color: #c60000;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-left: 1px solid #e0e0e0;
}
.zjjx_homepage > .yc_detail > .content > .tip {
  font-size: 12px;
  color: var(--red-color);
  margin: 10px 0 34px 30px;
}
.zjjx_homepage > .phb_page {
  border: 1px solid #e0e0e0;
  border-top: none;
  padding: 8px 0;
}
.zjjx_homepage > .readmore_pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  display: none;
  z-index: 99;
}
.zjjx_homepage > .readmore_pop > .content {
  width: 800px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 16px;
  border-radius: 6px;
}
.zjjx_homepage > .readmore_pop > .content > .top {
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid #bdbdbd;
}
.zjjx_homepage > .readmore_pop > .content > .top > .title {
  font-size: 16px;
  font-weight: bold;
}
.zjjx_homepage > .readmore_pop > .content > .top > .readmore_close {
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  right: 11px;
  top: 11px;
}
.zjjx_homepage > .readmore_pop > .content > .numbers {
  word-break: break-word;
  padding: 12px 16px;
  line-height: 24px;
}
.zjjx_homepage > .readmore_pop > .content > .numbers > .red_text {
  color: #c60000;
  font-weight: bold;
}
.zjjx_homepage > .readmore_pop > .content > .tip {
  font-size: 12px;
  color: #e13737;
  padding: 0 16px 16px;
}
.zjjx_homepage > .readmore_pop > .content > .handle {
  width: 200px;
  height: 40px;
  font-size: 16px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: #fadfa0;
  color: #c60000;
  border-radius: 3px;
}
