﻿.cz_navigation .kj_info {
  width: 100%;
  padding: 16px;
  border: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cz_navigation .kj_info .cz {
  display: block;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin-right: 12px;
}
.cz_navigation .kj_info .cz img {
  display: block;
  width: 100%;
  height: 100%;
}
.cz_navigation .kj_info .detail {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cz_navigation .kj_info .detail .d_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--main-color);
}
.cz_navigation .kj_info .detail .d_top .left {
  display: flex;
  align-items: center;
}
.cz_navigation .kj_info .detail .d_top .left span {
  font-size: 16px;
  color: #181818;
  margin-right: 16px;
}
.cz_navigation .kj_info .detail .d_top .left .balls {
  display: flex;
}
.cz_navigation .kj_info .detail .d_top .left .balls span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 50%;
  margin-right: 8px;
  background: var(--red-color);
}
.cz_navigation .kj_info .detail .d_top .left .balls span.blue {
  background: var(--main-color);
}
.cz_navigation .kj_info .detail .d_top .right {
  color: var(--red-color);
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.cz_navigation .kj_info .detail .d_top .right::before {
  display: inline-block;
  content: '';
  width: 28px;
  height: 28px;
  margin-right: 4px;
  background: url(/www8300/images/message.gif) no-repeat center center / 100% 100%;
}
.cz_navigation .kj_info .detail .d_bot {
  display: flex;
}
.cz_navigation .kj_info .detail .d_bot span {
  font-size: 16px;
  color: #4a4a4a;
}
.cz_navigation .kj_info .detail .d_bot span:not(:last-of-type)::after {
  display: inline-block;
  content: '';
  width: 1px;
  height: 12px;
  background: #e0e0e0;
  margin: 0 12px;
}
.cz_navigation .kj_info .detail .d_bot.d_bot {
  margin-top: 6px;
}
.cz_navigation .phb_wrap {
  width: 100%;
  display: flex;
  margin-top: 16px;
}
.cz_navigation .phb_wrap .phb {
  width: 804px;
  margin-right: 13px;
  border: 1px solid #e0e0e0;
}
.cz_navigation .phb_wrap .phb .sub_select {
  width: 100%;
  height: 40px;
  border-bottom: 2px solid var(--main-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px 0 6px;
}
.cz_navigation .phb_wrap .phb .sub_select .left {
  display: flex;
  align-items: center;
  height: 100%;
}
.cz_navigation .phb_wrap .phb .sub_select .left a {
  padding: 0 10px;
  height: 100%;
  font-size: 16px;
  color: #4a4a4a;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cz_navigation .phb_wrap .phb .sub_select .left a.active {
  position: relative;
  color: var(--main-color);
  font-weight: bold;
}
.cz_navigation .phb_wrap .phb .sub_select .left a.active::after {
  display: inline-block;
  content: '';
  width: 0px;
  height: 0px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: var(--main-color);
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.cz_navigation .phb_wrap .phb .sub_select > a {
  font-weight: bold;
  color: #999999;
}
.cz_navigation .phb_wrap .phb .r_top {
  height: 48px;
  display: flex;
  align-items: center;
  color: #eeeeee;
}
.cz_navigation .phb_wrap .phb .r_top > a {
  padding: 0 15px;
  font-size: 15px;
  color: #4a4a4a;
}
.cz_navigation .phb_wrap .phb .r_top > a.active {
  font-weight: bold;
  color: #181818;
}
.cz_navigation .phb_wrap .phb .r_list {
  padding: 0 12px;
  display: none;
  flex-wrap: wrap;
}
.cz_navigation .phb_wrap .phb .r_list .item {
  width: 50%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px dashed #e0e0e0;
}
.cz_navigation .phb_wrap .phb .r_list .item .left {
  width: 325px;
  display: flex;
}
.cz_navigation .phb_wrap .phb .r_list .item .left a {
  max-width: 76%;
  height: 19px;
  overflow: hidden;
  color: #181818;
}
.cz_navigation .phb_wrap .phb .r_list .item .left span {
  font-weight: bold;
  color: #999999;
}
.cz_navigation .phb_wrap .phb .r_list .item .right {
  color: #181818;
}
.cz_navigation .phb_wrap .phb .r_list .item .right .red-text {
  color: var(--red-color);
}
.cz_navigation .phb_wrap .phb .r_list .item a:hover {
  text-decoration: underline;
}
.cz_navigation .phb_wrap .phb .r_list .item:nth-of-type(odd) {
  border-right: 1px solid #e0e0e0;
  padding-right: 12px;
}
.cz_navigation .phb_wrap .phb .r_list .item:nth-of-type(even) {
  padding-left: 12px;
}
.cz_navigation .phb_wrap .phb .r_list.show {
  display: flex;
}
.cz_navigation .phb_wrap .zjdr {
  flex: 1;
  border: 1px solid #e0e0e0;
}
.cz_navigation .phb_wrap .zjdr .title {
  height: 40px;
  padding: 0 16px;
  background: #f7f7f7;
}
.cz_navigation .phb_wrap .zjdr .title p {
  font-weight: bold;
  font-size: 16px;
  color: #181818;
}
.cz_navigation .phb_wrap .zjdr .title a {
  font-weight: bold;
  font-size: 14px;
  color: #999999;
}
.cz_navigation .phb_wrap .zjdr .top_head {
  height: 38px;
  display: flex;
}
.cz_navigation .phb_wrap .zjdr .top_head span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  color: #181818;
}
.cz_navigation .phb_wrap .zjdr .top_head span:first-of-type {
  width: 77px;
}
.cz_navigation .phb_wrap .zjdr .top_head span:nth-of-type(2) {
  width: 150px;
}
.cz_navigation .phb_wrap .zjdr .top_head span:nth-of-type(3) {
  width: 81px;
}
.cz_navigation .phb_wrap .zjdr .top_head span:nth-of-type(4) {
  flex: 1;
}
.cz_navigation .phb_wrap .zjdr .zjitem {
  height: 37px;
  display: flex;
  align-items: center;
}
.cz_navigation .phb_wrap .zjdr .zjitem .rank {
  width: 77px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cz_navigation .phb_wrap .zjdr .zjitem .rank span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  color: #4a4a4a;
  font-weight: bold;
  font-size: 12px;
  border-radius: 2px;
}
.cz_navigation .phb_wrap .zjdr .zjitem .rank.one span {
  color: #ffffff;
  background: #fabf61;
}
.cz_navigation .phb_wrap .zjdr .zjitem .rank.two span {
  color: #ffffff;
  background: #dfcaff;
}
.cz_navigation .phb_wrap .zjdr .zjitem .rank.three span {
  color: #ffffff;
  background: #9ec9ff;
}
.cz_navigation .phb_wrap .zjdr .zjitem a {
  width: 150px;
  text-align: center;
  font-size: 14px;
  color: #181818;
}
.cz_navigation .phb_wrap .zjdr .zjitem a:hover {
  text-decoration: underline;
}
.cz_navigation .phb_wrap .zjdr .zjitem > span {
  width: 81px;
  text-align: center;
  font-size: 14px;
  color: #999999;
}
.cz_navigation .phb_wrap .zjdr .zjitem .zj {
  flex: 1;
  text-align: center;
  font-size: 12px;
}
.cz_navigation .phb_wrap .zjdr .zjitem .zj span {
  padding: 1px 8px;
  color: #ce904f;
  background: linear-gradient(180deg, #fff7df 0%, #fced98 100%);
  border-radius: 4px;
}
.cz_navigation .phb_wrap .zjdr .zjitem .zj span i {
  color: #ff6610;
  font-weight: bold;
}
.cz_navigation .scheme {
  display: flex;
  justify-content: space-between;
  padding: 16px 12px 5px;
  margin-top: 16px;
  border: 1px solid #e0e0e0;
}
.cz_navigation .scheme .m_title {
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  background: #f7f7f7;
}
.cz_navigation .scheme .m_title .left {
  display: flex;
  align-items: center;
}
.cz_navigation .scheme .m_title .left .text {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #181818;
}
.cz_navigation .scheme .m_title .left .text::before {
  display: inline-block;
  content: '';
  width: 24px;
  height: 24px;
  background: url(/www8300/images/2_wztj.png) no-repeat left center / 24px 24px;
  margin-right: 6px;
}
.cz_navigation .scheme .m_title .left .cut_wrap {
  display: flex;
  align-items: center;
}
.cz_navigation .scheme .m_title .left .cut_wrap .cut {
  color: #4a4a4a;
  cursor: pointer;
  margin-left: 25px;
}
.cz_navigation .scheme .m_title .left .cut_wrap .cut span {
  display: flex;
  align-items: center;
  height: 20px;
  padding: 0 6px;
}
.cz_navigation .scheme .m_title .left .cut_wrap .cut.active {
  color: #181818;
}
.cz_navigation .scheme .m_title .left .cut_wrap .cut.active span {
  font-weight: bold;
  position: relative;
}
.cz_navigation .scheme .m_title .left .cut_wrap .cut.active span::after {
  display: inline-block;
  content: '';
  width: 75%;
  height: 2px;
  background: var(--main-color);
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}
.cz_navigation .scheme .m_title > a {
  font-weight: bold;
  color: #999999;
}
.cz_navigation .scheme .pay_scheme {
  width: 792px;
  margin-right: 12px;
}
.cz_navigation .scheme .pay_scheme .pay_article_list {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}
.cz_navigation .scheme .pay_scheme .pay_article_list .fuf_article {
  width: 390px;
  margin-bottom: 12px;
}
.cz_navigation .scheme .sright {
  flex: 1;
}
.cz_navigation .scheme .sright .title {
  height: 32px;
  padding: 0 16px;
  background: #f7f7f7;
}
.cz_navigation .scheme .sright .title p {
  font-weight: bold;
  font-size: 16px;
  color: #181818;
}
.cz_navigation .scheme .sright .title a {
  font-weight: bold;
  font-size: 14px;
  color: #999999;
}
.cz_navigation .scheme .sright .bot {
  margin-top: 12px;
  padding: 0 5px 12px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
}
.cz_navigation .scheme .sright .bot .subtitle {
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #181818;
  margin: 22px 0 5px;
}
.cz_navigation .scheme .sright .bot .subtitle:first-of-type {
  margin-top: 12px;
}
.cz_navigation .scheme .sright .bot .box {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(142px, 1fr));
}
.cz_navigation .scheme .sright .bot .box a {
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #4a4a4a;
}
.cz_navigation .scheme .sright .bot .box a.vip {
  position: relative;
  word-break: break-all;
  padding-left: 17px;
}
.cz_navigation .scheme .sright .bot .box a.vip::before {
  display: inline-block;
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(/www8300/images/paid.png) no-repeat center center;
  background-size: 100% 100%;
}
.cz_navigation .scheme .sright .bot .box a.re {
  position: relative;
  word-break: break-all;
  padding-left: 18px;
}
.cz_navigation .scheme .sright .bot .box a.re::before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: '热';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 12px;
  color: #ffffff;
  transform: translateY(-50%);
  background: #c60000;
  border-radius: 2px;
}
.cz_navigation .scheme .sright .bot .box a:hover {
  text-decoration: underline;
}
.cz_navigation .scheme .sright .dsjx {
  margin-top: 12px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}
.cz_navigation .scheme .sright .dsjx .title {
  border-radius: 8px 8px 0 0 ;
}
.cz_navigation .scheme .sright .dsjx .jxlist {
  padding: 0 16px 14px;
}
.cz_navigation .scheme .sright .dsjx .jxlist .item {
  height: 48px;
  font-size: 14px;
  border-bottom: 1px dashed #e0e0e0;
}
.cz_navigation .scheme .sright .dsjx .jxlist .item a {
  flex: 1;
  color: #181818;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cz_navigation .scheme .sright .dsjx .jxlist .item span {
  color: #e24939;
  margin-left: 12px;
}
.cz_navigation .scheme .sright .dsjx .jxlist .item a:hover {
  text-decoration: underline;
}
.cz_navigation .scheme .sright .dsjx .jxlist .item .past {
  color: #999999;
  text-decoration: line-through;
}
