.znjh_wrap .xibao {
  width: 100%;
  height: 40px;
  padding: 0 15px 0 222px;
  background: url(/www8300/images/2_xb1.png) no-repeat left center / 100%;
  margin-bottom: 18px;
}
.znjh_wrap .xibao .xb_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.znjh_wrap .xibao .xb_wrap .con,
.znjh_wrap .xibao .xb_wrap .copy {
  display: flex;
}
.znjh_wrap .xibao .xb_wrap .con p,
.znjh_wrap .xibao .xb_wrap .copy p {
  display: flex;
  font-size: 16px;
  color: #a35614;
  white-space: nowrap;
  margin-right: 50px;
}
.znjh_wrap .middle {
  border: 1px solid #e0e0e0;
}
.znjh_wrap .middle .zb {
  display: flex;
  padding: 16px;
  border-bottom: 1px solid #e0e0e0;
}
.znjh_wrap .middle .zb span {
  color: #4a4a4a;
  margin-right: 20px;
  padding-top: 6px;
}
.znjh_wrap .middle .zb .sel {
  display: flex;
}
.znjh_wrap .middle .zb .sel a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 109px;
  height: 30px;
  color: #181818;
  border-radius: 7px;
  border: 1px solid #e0e0e0;
  margin-right: 12px;
}
.znjh_wrap .middle .zb .sel a.active {
  font-weight: bold;
  color: var(--main-color);
  border-color: var(--main-color);
}
.znjh_wrap .middle .zb .sel a::before {
  display: inline-block;
  content: '';
  width: 16px;
  height: 16px;
  margin-right: 2px;
  background: url(/www8300/images/h-vip.png) no-repeat left center / 100%;
}
.znjh_wrap .middle .bot {
  padding: 20px 18px;
}
.znjh_wrap .middle .bot .pane {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f7f7f7;
  border-radius: 8px;
  padding: 0 24px 24px;
}
.znjh_wrap .middle .bot .pane .cs_wrap {
  width: 212px;
  height: 91px;
  position: relative;
}
.znjh_wrap .middle .bot .pane .cs_wrap .cs {
  display: block;
  width: 212px;
  height: 91px;
}
.znjh_wrap .middle .bot .pane .cs_wrap .num {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #8c735d;
  display: flex;
  align-items: center;
}
.znjh_wrap .middle .bot .pane .cs_wrap .num span {
  font-size: 20px;
  color: #e24939;
  margin-right: 2px;
}
.znjh_wrap .middle .bot .pane .title {
  font-weight: bold;
  color: #ffb461;
  display: flex;
  justify-content: center;
  align-items: center;
}
.znjh_wrap .middle .bot .pane .title::before,
.znjh_wrap .middle .bot .pane .title::after {
  display: inline-block;
  content: '';
  width: 43px;
  height: 2px;
  background: #ffdaaa;
}
.znjh_wrap .middle .bot .pane .title span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffdaaa;
}
.znjh_wrap .middle .bot .pane .title span:first-of-type {
  margin-right: 8px;
}
.znjh_wrap .middle .bot .pane .title span:last-of-type {
  margin-left: 8px;
}
.znjh_wrap .middle .bot .pane .awards {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 16px;
}
.znjh_wrap .middle .bot .pane .awards .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
}
.znjh_wrap .middle .bot .pane .awards .item span {
  font-size: 16px;
  color: #dd8c2d;
}
.znjh_wrap .middle .bot .pane .awards .item span.text {
  font-size: 12px;
  font-weight: bold;
  color: #c76d02;
}
.znjh_wrap .middle .bot .pane .awards .item.prize1 {
  width: 86px;
  height: 86px;
  margin: 0 30px;
  background: url(/www8300/images/prize1.png) no-repeat center center / 100%;
}
.znjh_wrap .middle .bot .pane .awards .item.prize2 {
  background: url(/www8300/images/prize2.png) no-repeat center center / 100%;
}
.znjh_wrap .middle .bot .pane .awards .item.prize3 {
  background: url(/www8300/images/prize3.png) no-repeat center center / 100%;
}
.znjh_wrap .middle .bot .pane .open_btn {
  width: 559px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  background: #ffefda;
  border-radius: 4px;
  border: 1px dashed #d4b784;
  font-size: 20px;
  color: #8c735d;
  cursor: pointer;
}
.znjh_wrap .middle .bot .pane .open_btn span {
  font-size: 20px;
  color: #e24939;
  margin: 0 4px;
}
.znjh_wrap .middle .bot .pane .open_btn::before {
  display: inline-block;
  content: '';
  width: 24px;
  height: 19px;
  margin-right: 5px;
  background: url(/www8300/images/paid.png) no-repeat left center / 100%;
}
.znjh_wrap .middle .bot .pane .content {
  width: 559px;
  padding: 12px;
  margin-top: 20px;
  font-size: 20px;
  color: #4a4a4a;
  background: #ffefda;
  border-radius: 4px;
  border: 1px dashed #d4b784;
  word-break: break-all;
  line-height: 28px;
  text-align: center;
}
.znjh_wrap .middle .bot .pane .content span {
  font-size: 18px;
  font-weight: bold;
  color: #9a8571;
}
.znjh_wrap .middle .bot .pane .tip {
  font-size: 12px;
  color: #4a4a4a;
  margin-top: 16px;
}
.znjh_wrap .middle .bot .pane .tip span {
  color: #fb8181;
  margin-right: 2px;
}
.znjh_wrap .middle .bot .pane .desc {
  font-size: 12px;
  color: #8c735d;
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.znjh_wrap .middle .bot .pane .desc a {
  font-size: 12px;
  color: #8c735d;
  display: flex;
  align-items: center;
  text-decoration: underline;
  margin-right: 6px;
}
.znjh_wrap .middle .bot .pane .desc a::before {
  display: inline-block;
  content: '';
  width: 14px;
  height: 12px;
  margin-right: 2px;
  background: url(/www8300/images/paid.png) no-repeat left center / 100%;
}
.znjh_wrap .lszj {
  margin-top: 26px;
}
.znjh_wrap .lszj .title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 152px;
  height: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  padding-right: 8px;
  background: url(/www8300/images/znjh.png) no-repeat center center / 100%;
}
.znjh_wrap .lszj table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  margin-top: 12px;
}
.znjh_wrap .lszj table thead th {
  height: 40px;
  border: 1px solid #e0e0e0;
}
.znjh_wrap .lszj table thead th:first-of-type {
  width: 86px;
}
.znjh_wrap .lszj table thead th:nth-of-type(2) {
  width: 99px;
}
.znjh_wrap .lszj table thead th:nth-of-type(3) {
  width: 94px;
}
.znjh_wrap .lszj table thead th:nth-of-type(4) {
  width: 294px;
}
.znjh_wrap .lszj table thead th:nth-of-type(5) {
  width: 310px;
}
.znjh_wrap .lszj table thead th:nth-of-type(6) {
  width: 58px;
}
.znjh_wrap .lszj table td {
  min-height: 60px;
  border: 1px solid #e0e0e0;
  padding: 8px 10px;
  line-height: 20px;
}
.znjh_wrap .lszj table td img {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
}
.znjh_wrap .lszj table .red {
  color: #e24939;
}
