﻿* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --main-color: #5397df;
  --red-color: #e24939;
}
body {
  font-size: 14px;
  color: #181818;
  font-family: -apple-system, 'PingFang SC', 'Microsoft YaHei', sans-serif;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
li {
  list-style: none;
}
em,
i,
s {
  font-style: normal;
}
img {
  border: none;
}
.container {
  width: 940px;
  min-width: 940px;
  height: 100%;
  margin: 0 auto;
}
.wid-container {
  width: 1198px;
  min-width: 1198px;
  height: 100%;
  margin: 0 auto;
}
.container_1280 {
  width: 1280px;
  min-width: 1280px;
  height: 100%;
  margin: 0 auto;
}
.minw_1280 {
  min-width: 1280px;
}
.minw1280 {
  min-width: 1198px;
}
.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aborder {
  box-shadow: 0px 2px 4px 0px #e0e0e0;
}
.spast {
  color: #999999 !important;
  text-decoration: line-through;
}
header {
  height: 32px !important;
}
header .login {
  font-weight: bold;
  font-size: 14px;
  color: #181818;
}
header .left {
  color: #181818;
  font-size: 14px;
}
header .left a {
  color: #5c78f5;
}
header .right {
  display: flex;
  align-self: center;
}
header .right a {
  font-size: 14px;
  color: #181818;
  margin-left: 16px;
}
header a:hover {
  color: #5c78f5;
  text-decoration: underline;
}
nav {
  width: 100%;
  height: 52px;
  background: #5397df;
}
nav div {
  display: flex;
  align-items: center;
}
nav div > a {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #ffffff;
  margin-left: 4%;
}
nav h1 .bcw {
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
}
nav .active {
  font-weight: bold;
}
main {
  width: 100%;
}
main > .main-wrap {
  position: relative;
}
main > .main-wrap > .main-content {
  padding-top: 10px;
}
.bottom-side {
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 10px;
  display: none;
}
.bottom-side > a,
.bottom-side > .kf {
  width: 50px;
  height: 50px;
  background-color: #b2b2b2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin: 5px 0;
  cursor: pointer;
}
.bottom-side > a:hover,
.bottom-side > .kf:hover {
  background-color: #666666;
}
.bottom-side > a::before,
.bottom-side > .kf::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-size: 100%;
  margin-bottom: 3px;
}
.bottom-side > a.kf::before,
.bottom-side > .kf.kf::before {
  width: 24px;
  height: 24px;
  background: url(/www8300/images/kf.png) no-repeat top center;
}
.bottom-side > a.db::before,
.bottom-side > .kf.db::before {
  background: url(/www8300/images/dingbu.png) no-repeat top center;
}
.bottom-side > a.cz::before,
.bottom-side > .kf.cz::before {
  background: url(/www8300/images/caizhong.png) no-repeat top center;
}
.bottom-side > a.fx::before,
.bottom-side > .kf.fx::before {
  background: url(/www8300/images/fenxiang.png) no-repeat top center;
}
.bottom-side > a.fk,
.bottom-side > .kf.fk {
  margin-bottom: 0;
}
.bottom-side > a.fk::before,
.bottom-side > .kf.fk::before {
  background: url(/www8300/images/fankui.png) no-repeat top center;
}
.bottom-side > a.kf,
.bottom-side > .kf.kf {
  position: relative;
}
.bottom-side > a.kf:hover .kf_hint,
.bottom-side > .kf.kf:hover .kf_hint {
  display: block;
}
.bottom-side > a.kf > .kf_hint,
.bottom-side > .kf.kf > .kf_hint {
  width: 250px;
  position: absolute;
  top: -10px;
  left: -250px;
  padding: 10px;
  display: none;
  z-index: 5;
}
.bottom-side > a.kf > .kf_hint > .hint,
.bottom-side > .kf.kf > .kf_hint > .hint {
  padding: 10px;
  line-height: 22px;
  border-radius: 8px;
  color: #181818;
  background: #ffffff;
  box-shadow: 0 0 15px #646464;
}
.bottom-side > a.kf > .kf_hint > .hint::before,
.bottom-side > .kf.kf > .kf_hint > .hint::before {
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  right: -6px;
  top: 25px;
}
.bottom-side > a.kf > .kf_hint > .hint > .card_wrap,
.bottom-side > .kf.kf > .kf_hint > .hint > .card_wrap {
  display: flex;
  justify-content: space-around;
  margin-top: 6px;
}
.bottom-side > a.kf > .kf_hint > .hint > .card_wrap > .item,
.bottom-side > .kf.kf > .kf_hint > .hint > .card_wrap > .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bottom-side > a.kf > .kf_hint > .hint > .card_wrap > .item > img,
.bottom-side > .kf.kf > .kf_hint > .hint > .card_wrap > .item > img {
  width: 80px;
  height: 80px;
}
.bottom-side > a.kf > .kf_hint > .hint > .card_wrap > .item > p,
.bottom-side > .kf.kf > .kf_hint > .hint > .card_wrap > .item > p {
  color: #4a4a4a;
}
.bottom-side > a.kf > .kf_hint > .hint > .card_wrap .zxkf,
.bottom-side > .kf.kf > .kf_hint > .hint > .card_wrap .zxkf {
  padding: 0;
}
.bottom-side > a.kf > .kf_hint > .hint > .card_wrap .zxkf p,
.bottom-side > .kf.kf > .kf_hint > .hint > .card_wrap .zxkf p {
  text-align: center;
  color: #5397df;
}
.bottom-side > a.kf > .kf_hint > .hint > .card_wrap .zxkf .zxkf_btn,
.bottom-side > .kf.kf > .kf_hint > .hint > .card_wrap .zxkf .zxkf_btn {
  text-align: center;
  padding: 4px 16px;
  margin-top: 6px;
  background: #5397df;
  color: #ffffff;
  border-radius: 3px;
}
.loa-top {
  padding-left: 10px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  margin-top: 10px;
}
.loa-top .loaction-box {
  display: flex;
  align-items: center;
  flex: 1;
  overflow: hidden;
}
.loa-top .loaction-box span,
.loa-top .loaction-box span > a {
  color: #999999;
}
.loa-top .loaction-box span.red-text,
.loa-top .loaction-box span > a.red-text {
  color: #c60000;
}
.loa-top .loaction-box span:first-of-type {
  width: 127px;
  display: block;
}
.loa-top .loaction-box span:nth-of-type(2) {
  flex: 1;
  display: block;
  height: 19px;
  overflow: hidden;
  word-wrap: normal;
}
.loa-top .loaction-box > .loaction {
  display: flex;
}
.loa-top .loaction-box > .loaction span,
.loa-top .loaction-box > .loaction span > a {
  color: #999999;
}
.loa-top .loaction-box > .loaction span.red-text,
.loa-top .loaction-box > .loaction span > a.red-text {
  color: #c60000;
}
.loa-top .loaction-box > .xtgg {
  flex: 1;
  display: flex;
  align-items: center;
  align-self: flex-end;
  height: 25px;
  background: #f7f7f7;
  border-radius: 2px;
  margin-left: 20px;
  margin-right: 12px;
  padding: 0 8px;
}
.loa-top .loaction-box > .xtgg > .text {
  width: 60px;
  height: 18px;
  background: url(/www8300/images/xtgg.png) no-repeat left center / 100%;
}
.loa-top .loaction-box > .xtgg .content {
  width: 745px;
  font-size: 13px;
  color: #4a4a4a;
  display: flex;
  align-items: center;
  margin-left: 7px;
  white-space: nowrap;
  overflow: hidden;
}
.loa-top .search-box {
  width: 254px;
  height: 26px;
  border-radius: 4px;
  border: 1px solid rgba(153, 153, 153, 0.6);
  display: flex;
  align-items: center;
}
.loa-top .search-box > input {
  outline: none;
  border: none;
  width: 202px;
  height: 100%;
  padding-left: 28px;
  padding-right: 5px;
  background: url(/www8300/images/search.png) no-repeat 8px center;
  background-size: 16px 16px;
  font-size: 12px;
}
.loa-top .search-box > input::-webkit-input-placeholder {
  color: #cccccc;
}
.loa-top .search-box > input:-ms-input-placeholder {
  color: #cccccc;
}
.loa-top .search-box > input:-moz-placeholder {
  color: #cccccc;
}
.loa-top .search-box > input::-moz-placeholder {
  color: #cccccc;
}
.loa-top .search-box > span {
  flex: 1;
  font-weight: bold;
  color: var(--red-color);
  text-align: center;
  border-left: 1px solid #cccccc;
  cursor: pointer;
  display: block;
}
.hot-attent {
  width: 100%;
  border: 1px solid #e7e7e7;
  display: flex;
  margin: 24px 0 15px 0;
}
.hot-attent > .title {
  width: 48px;
  font-size: 16px;
  color: #ffffff;
  background: var(--main-color);
  padding: 0 15px;
  display: flex;
  align-items: center;
  border: 1px solid var(--main-color);
  font-weight: bold;
}
.hot-attent > .hotlink-wrap {
  width: 100%;
  padding: 17px 0;
  display: flex;
  flex: 1;
}
.hot-attent > .hotlink-wrap > ul {
  width: 16.666%;
  text-align: left;
  padding: 0 5px 0 12px;
}
.hot-attent > .hotlink-wrap > ul > li {
  margin: 10px 0;
  width: 100%;
  height: 21px;
  overflow: hidden;
}
.hot-attent > .hotlink-wrap > ul > li > a {
  color: #181818;
}
.hot-attent > .hotlink-wrap > ul > li > a:hover {
  color: var(--main-color);
}
.hot-attent > .hotlink-wrap > ul:not(:last-of-type) {
  border-right: 1px solid #e7e7e7;
}
.blogroll {
  width: 100%;
  border: 1px solid #e7e7e7;
  display: flex;
  align-items: center;
  margin: 24px 0 15px 0;
}
.blogroll > .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 40px;
  background-color: var(--main-color);
  padding: 0 10px;
  color: #ffffff;
}
.blogroll > .title > span {
  font-weight: bold;
  font-size: 12px;
  display: block;
}
.blogroll > .content {
  display: flex;
}
.blogroll > .content > a {
  color: #4a4a4a;
  padding: 0 12px;
}
.blogroll > .content > a:not(:last-of-type) {
  border-right: 1px solid #cecece;
}
.blogroll > .content > a:hover {
  color: var(--main-color);
}
.b_pop_up {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(153, 153, 153, 0.43);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.b_pop_up > .content {
  width: 350px;
  background: #ffffff;
  border-radius: 13px;
  padding: 30px 30px 18px;
  position: relative;
}
.b_pop_up > .content > .b_pop_up_close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 13px;
  right: 13px;
  cursor: pointer;
}
.b_pop_up > .content > .top {
  display: flex;
}
.b_pop_up > .content > .top > a {
  font-size: 16px;
  color: #181818;
  display: inline-block;
  position: relative;
}
.b_pop_up > .content > .top > a.active {
  color: #e13737;
}
.b_pop_up > .content > .top > a.active::after {
  display: inline-block;
  content: '';
  width: 38px;
  height: 4px;
  background: #e13737;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translate(-50%);
}
.b_pop_up > .content > .top > a:first-of-type {
  margin-right: 40px;
}
.b_pop_up > .content > .top > a:first-of-type::after {
  width: 48px;
}
.b_pop_up > .content > .tip {
  font-size: 12px;
  color: #4a4a4a;
  margin-top: 32px;
}
.b_pop_up > .content > .set_password {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b_pop_up > .content > .set_password > p {
  font-size: 16px;
  font-weight: bold;
  color: #e13737;
}
.b_pop_up > .content > .set_password > a {
  display: flex;
  width: 42px;
  height: 20px;
  border-radius: 11px;
  border: 1px solid #cecece;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #4a4a4a;
}
.b_pop_up > .content form {
  text-align: center;
}
.b_pop_up > .content form .item {
  height: 40px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #cecece;
  margin-top: 20px;
}
.b_pop_up > .content form .item > label {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding-left: 12px;
  display: flex;
  align-items: center;
}
.b_pop_up > .content form .item > label input {
  height: 100%;
  border: none;
  outline: none;
  background: #ffffff !important;
  padding: 0 8px;
}
.b_pop_up > .content form .item > label input.yzm-input {
  width: 145px;
}
.b_pop_up > .content form .item > label input.mmyzm-input {
  width: 120px;
}
.b_pop_up > .content form .item > label > .hq {
  color: #e13737;
  border: none;
  position: relative;
  display: inline-block;
  width: 85px;
  height: 38px;
  line-height: 38px;
}
.b_pop_up > .content form .item > label > .hq::before {
  display: inline-block;
  content: '';
  width: 1px;
  height: 15px;
  background: #e0e0e0;
  left: -8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.b_pop_up > .content form .item > label > .pic-yzm {
  width: 80px;
  height: 38px;
  display: inline-block;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.b_pop_up > .content form .item.bor_black {
  border-color: #181818;
}
.b_pop_up > .content form .item.bor_red {
  border-color: #e13737;
}
.b_pop_up > .content form .item > span {
  font-size: 12px;
  color: #e13737;
  margin-top: 3px;
  display: block;
  text-align: left;
}
.b_pop_up > .content form > .btn {
  width: 266px;
  height: 40px;
  background: #e13737;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  outline: none;
  border: none;
  margin-top: 30px;
  text-align: center;
}
.b_pop_up > .content form > .btn.mt16 {
  margin-top: 16px;
}
.b_pop_up > .content form > .ys {
  font-size: 12px;
  color: #4a4a4a;
  margin-top: 12px;
}
.b_pop_up > .content form > .ys > span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #181818;
  margin-right: 2px;
  cursor: pointer;
}
.b_pop_up > .content form > .ys > .checked {
  background: url(/www8300/images/gx.png) no-repeat center left / 100%;
  border: none;
}
.b_pop_up > .content form > .ys > a {
  font-size: 12px;
  color: #e13737;
}
.b_pop_up > .content form > .forget_password {
  display: block;
  text-align: right;
  margin-top: 8px;
  font-size: 12px;
  color: #4a4a4a;
}
.b_pop_up > .content form > .message_tip {
  font-size: 12px;
  color: #4a4a4a;
  margin-top: 20px;
}
.b_pop_up > .content form > .message_tip::before {
  display: inline-block;
  content: '';
  width: 12px;
  height: 12px;
  background: url(/www8300/images/gx.png) no-repeat center left / 100%;
  margin-right: 1px;
}
.b_pop_up > .content form:not(:first-of-type) {
  display: none;
}
footer .state {
  width: 100%;
  height: 40px;
  display: flex;
  margin-top: 16px;
}
footer .state > strong {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 40px;
  background-color: var(--main-color);
  padding: 0 10px;
  color: #ffffff;
}
footer .state > strong > span {
  font-size: 12px;
  display: block;
  color: #ffffff;
}
footer .state > span {
  flex: 1;
  font-size: 12px;
  color: #999999;
  border: 1px solid #e7e7e7;
  line-height: 40px;
  padding-left: 10px;
  background: #f6f6f6;
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
footer .bottom {
  display: flex;
  margin-top: 16px;
  margin-bottom: 24px;
}
footer .bottom > .left,
footer .bottom > .right {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
footer .bottom > .left:before,
footer .bottom > .right:before,
footer .bottom > .left:after,
footer .bottom > .right:after {
  content: '';
  display: block;
}
footer .bottom > .left > .item,
footer .bottom > .right > .item {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer .bottom > .left > .item > img,
footer .bottom > .right > .item > img {
  display: block;
  width: 88px;
  height: 88px;
}
footer .bottom > .left.right > .item > img,
footer .bottom > .right.right > .item > img {
  padding: 5px 5px;
}
footer .bottom > .center {
  flex: 1;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer .bottom > .center > .text {
  font-size: 12px;
  color: #999999;
  margin-bottom: 8px;
}
footer .bottom > .center > .file {
  display: flex;
  align-items: center;
}
footer .bottom > .center > .file > img {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 3px;
}
footer .bottom > .center > .file > span {
  font-size: 12px;
  color: #999999;
}
footer .bottom > .center .tips {
  font-size: 12px;
  font-weight: bold;
  color: #999999;
  margin-top: 6px;
}
.links {
  margin-top: 16px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  justify-content: center;
}
.links > a {
  font-size: 12px;
  color: #181818;
  padding: 0 7px;
}
.links > a:not(:last-of-type) {
  border-right: 1px solid #e7e7e7;
}
.page {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page > a {
  min-width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 10px;
  padding: 0 6px;
  color: #666666;
}
.page > a.active {
  border-color: var(--main-color);
  background-color: #e5f0ff;
  color: var(--main-color);
}
.float {
  position: relative;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.float:hover {
  top: -3px !important;
  border-radius: 3px;
  -webkit-box-shadow: 0px 5px 10px 3px #d1d1d1;
  -moz-box-shadow: 0px 5px 10px 3px #d1d1d1;
  box-shadow: 0px 5px 10px 3px #d1d1d1;
}
.c-item {
  width: 49%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  margin-bottom: 16px;
  border: 1px solid #e7e7e7;
}
.c-item > .top {
  width: 100%;
  padding: 12px 0 12px 7px;
}
.c-item > .top > .left {
  display: flex;
  align-items: center;
  flex: 1;
  margin-right: 10px;
}
.c-item > .top > .left > img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-right: 8px;
}
.c-item > .top > .left > .dea {
  flex: 1;
}
.c-item > .top > .left > .dea > b {
  height: 21px;
  font-weight: normal;
  color: #181818;
  overflow: hidden;
  display: block;
  word-break: break-all;
}
.c-item > .top > .left > .dea > p {
  font-size: 12px;
  color: #999999;
  margin-top: 2px;
}
.c-item > .top > .left > .dea > p > .border {
  border-radius: 10px;
  border: 1px solid #f6f6f6;
  padding: 0px 5px;
}
.c-item > .top > .right {
  width: 70px;
  height: 46px;
  background: #c60000;
  border-radius: 100px 0px 0px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-item > .top > .right > span {
  color: #ffffff;
  display: block;
  text-align: center;
}
.c-item > .bot {
  width: 95%;
  border-top: 1px solid #cfcfcf;
  padding: 12px 15px 15px 0px;
}
.c-item > .bot > h3 {
  font-size: 15px;
  color: #181818;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
}
.c-item > .bot > h3.xin::before {
  display: inline-block;
  content: '新';
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  color: #ffffff;
  background: #e13737;
  text-align: center;
  border-radius: 1px;
  margin-right: 4px;
}
.c-item > .bot > .mid {
  font-size: 14px;
  color: #4a4a4a;
  display: flex;
  justify-content: space-between;
  margin: 13px 0 10px;
}
.c-item > .bot > .detail {
  font-size: 12px;
  color: #999999;
  display: flex;
  justify-content: space-between;
}
.c-item > .bot > .detail > .left > .date {
  margin-right: 15px;
}
.c-item > .bot > .detail > .left > .read {
  margin-right: 20px;
}
.c-item > .bot > .detail > .dowm > span {
  border-radius: 1px;
  font-size: 10px;
  color: #c60000;
  padding: 0 2px;
  min-width: 16px;
  display: inline-block;
  text-align: center;
  padding: 2px 5px;
  border-radius: 2px;
}
.c-item.win > .bot {
  position: relative;
}
.c-item.win > .bot > .win-icon {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 12px;
  right: 0;
}
.suspend_wrap {
  position: fixed;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  z-index: 99;
  display: flex;
  justify-content: flex-end;
}
.suspend_wrap .suspend {
  width: 216px;
  height: 52px;
  background: url(/www8300/images/suspend.png) no-repeat center center;
}
.suspend_wrap .suspend > img {
  width: 12px;
  height: 12px;
  position: absolute;
  right: 5px;
  top: 5px;
}
.zst_paypop,
.zst_paypop1 {
  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;
}
.zst_paypop .type,
.zst_paypop1 .type,
.zst_paypop .success,
.zst_paypop1 .success,
.zst_paypop .fail,
.zst_paypop1 .fail,
.zst_paypop .wechat-pay,
.zst_paypop1 .wechat-pay,
.zst_paypop .ali-pay,
.zst_paypop1 .ali-pay {
  width: 740px;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.zst_paypop .type .zf-han,
.zst_paypop1 .type .zf-han {
  position: relative;
}
.zst_paypop .type .zf-han .title,
.zst_paypop1 .type .zf-han .title {
  font-size: 18px;
  color: #333333;
  text-align: center;
  margin-bottom: 30px;
}
.zst_paypop .type .zf-han > .pay-close,
.zst_paypop1 .type .zf-han > .pay-close {
  position: absolute;
  top: -16px;
  right: -16px;
  cursor: pointer;
}
.zst_paypop .type > .account,
.zst_paypop1 .type > .account,
.zst_paypop .type > .pay-account,
.zst_paypop1 .type > .pay-account {
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding-right: 10px;
}
.zst_paypop .type .coupon,
.zst_paypop1 .type .coupon {
  margin-top: 17px;
  margin-bottom: 30px;
  padding-right: 10px;
}
.zst_paypop .type .coupon .cou-top,
.zst_paypop1 .type .coupon .cou-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 29px;
  color: #181818;
}
.zst_paypop .type .coupon .empty,
.zst_paypop1 .type .coupon .empty {
  text-align: center;
}
.zst_paypop .type .coupon .empty > p,
.zst_paypop1 .type .coupon .empty > p {
  color: #999999;
  margin-top: 23px;
}
.zst_paypop .type .coupon.hidden,
.zst_paypop1 .type .coupon.hidden {
  display: none;
}
.zst_paypop .type .y-coupon,
.zst_paypop1 .type .y-coupon {
  margin-top: 17px;
  margin-bottom: 30px;
  padding-right: 10px;
}
.zst_paypop .type .y-coupon .cou-top,
.zst_paypop1 .type .y-coupon .cou-top {
  margin-bottom: 20px;
}
.zst_paypop .type .y-coupon .cou-top .je,
.zst_paypop1 .type .y-coupon .cou-top .je {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #181818;
}
.zst_paypop .type .y-coupon .cou-top > .yx,
.zst_paypop1 .type .y-coupon .cou-top > .yx {
  font-size: 12px;
  color: #999999;
  margin-top: 14px;
}
.zst_paypop .type .y-coupon .yhq-wrap,
.zst_paypop1 .type .y-coupon .yhq-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.zst_paypop .type .y-coupon .yhq-wrap > .item,
.zst_paypop1 .type .y-coupon .yhq-wrap > .item {
  width: 330px;
  height: 80px;
  background: url(/www8300/images/yhq-bg1.png) no-repeat center center;
  background-size: 100%;
  margin-bottom: 10px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.zst_paypop .type .y-coupon .yhq-wrap > .item > .account,
.zst_paypop1 .type .y-coupon .yhq-wrap > .item > .account {
  min-width: 40px;
  font-size: 34px;
  color: #c60000;
  max-width: 73px;
  overflow: hidden;
  display: flex;
}
.zst_paypop .type .y-coupon .yhq-wrap > .item > .account > text,
.zst_paypop1 .type .y-coupon .yhq-wrap > .item > .account > text,
.zst_paypop .type .y-coupon .yhq-wrap > .item > .account > .text,
.zst_paypop1 .type .y-coupon .yhq-wrap > .item > .account > .text {
  font-size: 12px;
  margin-top: 24px;
  display: block;
}
.zst_paypop .type .y-coupon .yhq-wrap > .item > .des-info,
.zst_paypop1 .type .y-coupon .yhq-wrap > .item > .des-info {
  margin-left: 5px;
}
.zst_paypop .type .y-coupon .yhq-wrap > .item > .des-info > .title,
.zst_paypop1 .type .y-coupon .yhq-wrap > .item > .des-info > .title {
  font-size: 16px;
  color: #181818;
  margin-bottom: 5px;
  display: flex;
  height: 21px;
  overflow: hidden;
  max-width: 165px;
}
.zst_paypop .type .y-coupon .yhq-wrap > .item > .des-info > .date,
.zst_paypop1 .type .y-coupon .yhq-wrap > .item > .des-info > .date {
  font-size: 12px;
  color: #999999;
  display: block;
  margin-bottom: 3px;
}
.zst_paypop .type .y-coupon .yhq-wrap > .item > .des-info > .des,
.zst_paypop1 .type .y-coupon .yhq-wrap > .item > .des-info > .des {
  font-size: 12px;
  color: #999999;
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 165px;
}
.zst_paypop .type .y-coupon .yhq-wrap > .item > .des-info .gary_text,
.zst_paypop1 .type .y-coupon .yhq-wrap > .item > .des-info .gary_text {
  color: #4a4a4a;
}
.zst_paypop .type .y-coupon .yhq-wrap > .item > .des-info .red-text,
.zst_paypop1 .type .y-coupon .yhq-wrap > .item > .des-info .red-text {
  color: #c60000;
}
.zst_paypop .type .y-coupon .yhq-wrap > .item > .lq,
.zst_paypop1 .type .y-coupon .yhq-wrap > .item > .lq {
  width: 28px;
  height: 28px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  right: 33px;
  top: 50%;
  transform: translateY(-50%);
}
.zst_paypop .type .y-coupon .yhq-wrap > .item.active .lq,
.zst_paypop1 .type .y-coupon .yhq-wrap > .item.active .lq {
  background: url(/www8300/images/ylq.png) no-repeat center center;
  background-size: 100%;
  background-position: center center;
  border: none;
}
.zst_paypop .type .y-coupon.hidden,
.zst_paypop1 .type .y-coupon.hidden {
  display: none;
}
.zst_paypop .type .select-type,
.zst_paypop1 .type .select-type {
  display: flex;
  align-items: center;
  margin: 30px 0;
}
.zst_paypop .type .select-type .wechat,
.zst_paypop1 .type .select-type .wechat {
  width: 138px;
  height: 54px;
}
.zst_paypop .type .select-type .alipay,
.zst_paypop1 .type .select-type .alipay {
  width: 151px;
  height: 54px;
  margin-left: 10px;
}
.zst_paypop .type .select-type .wechat,
.zst_paypop1 .type .select-type .wechat,
.zst_paypop .type .select-type .alipay,
.zst_paypop1 .type .select-type .alipay,
.zst_paypop .type .select-type .balance,
.zst_paypop1 .type .select-type .balance {
  display: flex;
  align-items: center;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
}
.zst_paypop .type .select-type .wechat.wechat,
.zst_paypop1 .type .select-type .wechat.wechat,
.zst_paypop .type .select-type .alipay.wechat,
.zst_paypop1 .type .select-type .alipay.wechat,
.zst_paypop .type .select-type .balance.wechat,
.zst_paypop1 .type .select-type .balance.wechat {
  border: 1px solid #cb0000;
}
.zst_paypop .type .select-type .wechat > .cire,
.zst_paypop1 .type .select-type .wechat > .cire,
.zst_paypop .type .select-type .alipay > .cire,
.zst_paypop1 .type .select-type .alipay > .cire,
.zst_paypop .type .select-type .balance > .cire,
.zst_paypop1 .type .select-type .balance > .cire {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
}
.zst_paypop .type .select-type .wechat > .cire.active,
.zst_paypop1 .type .select-type .wechat > .cire.active,
.zst_paypop .type .select-type .alipay > .cire.active,
.zst_paypop1 .type .select-type .alipay > .cire.active,
.zst_paypop .type .select-type .balance > .cire.active,
.zst_paypop1 .type .select-type .balance > .cire.active {
  background-color: #cb0000;
  position: relative;
}
.zst_paypop .type .select-type .wechat > .cire.active::before,
.zst_paypop1 .type .select-type .wechat > .cire.active::before,
.zst_paypop .type .select-type .alipay > .cire.active::before,
.zst_paypop1 .type .select-type .alipay > .cire.active::before,
.zst_paypop .type .select-type .balance > .cire.active::before,
.zst_paypop1 .type .select-type .balance > .cire.active::before {
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  position: absolute;
  background: url(/www8300/images/check.png) no-repeat center center;
  background-size: 100%;
}
.zst_paypop .type .select-type .wechat > img,
.zst_paypop1 .type .select-type .wechat > img,
.zst_paypop .type .select-type .alipay > img,
.zst_paypop1 .type .select-type .alipay > img,
.zst_paypop .type .select-type .balance > img,
.zst_paypop1 .type .select-type .balance > img {
  width: 32px;
  height: 32px;
  margin: 0 8px;
}
.zst_paypop .type .select-type .balance,
.zst_paypop1 .type .select-type .balance {
  width: 151px;
  height: 54px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  margin-left: 10px;
  cursor: pointer;
  position: relative;
}
.zst_paypop .type .select-type .balance .cire,
.zst_paypop1 .type .select-type .balance .cire {
  margin-right: 8px;
}
.zst_paypop .type .select-type .balance img,
.zst_paypop1 .type .select-type .balance img {
  display: block;
  width: 28px;
  height: 28px;
  margin-left: 8px;
  margin-right: 8px;
}
.zst_paypop .type .select-type .balance > .right,
.zst_paypop1 .type .select-type .balance > .right {
  display: flex;
  flex-direction: column;
}
.zst_paypop .type .select-type .balance > .right > span:first-of-type,
.zst_paypop1 .type .select-type .balance > .right > span:first-of-type {
  font-size: 14px;
  color: #181818;
}
.zst_paypop .type .select-type .balance > .right > span:last-of-type,
.zst_paypop1 .type .select-type .balance > .right > span:last-of-type {
  font-size: 12px;
  color: #999999;
}
.zst_paypop .type .select-type .balance > .right > span:last-of-type > i,
.zst_paypop1 .type .select-type .balance > .right > span:last-of-type > i {
  color: #c60000;
}
.zst_paypop .type .select-type .qcz,
.zst_paypop1 .type .select-type .qcz {
  margin-left: 15px;
  color: #c60000;
  text-decoration: underline;
  border: none !important;
}
.zst_paypop .type .confirm-btn,
.zst_paypop1 .type .confirm-btn,
.zst_paypop .type .mscz,
.zst_paypop1 .type .mscz {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.zst_paypop .type .confirm-btn > span,
.zst_paypop1 .type .confirm-btn > span,
.zst_paypop .type .mscz > span,
.zst_paypop1 .type .mscz > span {
  width: 85%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c60000;
  border-radius: 4px;
  font-size: 18px;
  color: #ffffff;
}
.zst_paypop .type .confirm-btn > span i,
.zst_paypop1 .type .confirm-btn > span i,
.zst_paypop .type .mscz > span i,
.zst_paypop1 .type .mscz > span i {
  font-size: 16px;
}
.zst_paypop .type .confirm-btn.hidden,
.zst_paypop1 .type .confirm-btn.hidden,
.zst_paypop .type .mscz.hidden,
.zst_paypop1 .type .mscz.hidden {
  display: none;
}
.zst_paypop .success,
.zst_paypop1 .success,
.zst_paypop .fail,
.zst_paypop1 .fail {
  display: none;
  text-align: center;
  font-size: 18px;
  color: #181818;
  position: relative;
}
.zst_paypop .success > .pay-close,
.zst_paypop1 .success > .pay-close,
.zst_paypop .fail > .pay-close,
.zst_paypop1 .fail > .pay-close {
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
}
.zst_paypop .success > .text,
.zst_paypop1 .success > .text,
.zst_paypop .fail > .text,
.zst_paypop1 .fail > .text {
  margin-top: 30px;
}
.zst_paypop .success > .money,
.zst_paypop1 .success > .money,
.zst_paypop .fail > .money,
.zst_paypop1 .fail > .money {
  font-size: 30px;
  color: #181818;
  margin-top: 23px;
}
.zst_paypop .success > .handle,
.zst_paypop1 .success > .handle,
.zst_paypop .fail > .handle,
.zst_paypop1 .fail > .handle {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.zst_paypop .success > .handle > a,
.zst_paypop1 .success > .handle > a,
.zst_paypop .fail > .handle > a,
.zst_paypop1 .fail > .handle > a {
  width: 135px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #c60000;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 18px;
  color: #c60000;
}
.zst_paypop .success > .handle > a:first-of-type,
.zst_paypop1 .success > .handle > a:first-of-type,
.zst_paypop .fail > .handle > a:first-of-type,
.zst_paypop1 .fail > .handle > a:first-of-type {
  margin-right: 80px;
  color: #ffffff;
  background-color: #c60000;
}
.zst_paypop .fail .money,
.zst_paypop1 .fail .money {
  font-size: 14px;
  color: #999999;
}
.zst_paypop .wechat-pay,
.zst_paypop1 .wechat-pay,
.zst_paypop .ali-pay,
.zst_paypop1 .ali-pay {
  position: relative;
}
.zst_paypop .wechat-pay > .pay-close,
.zst_paypop1 .wechat-pay > .pay-close,
.zst_paypop .ali-pay > .pay-close,
.zst_paypop1 .ali-pay > .pay-close {
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
}
.zst_paypop .wechat-pay > .pay-top,
.zst_paypop1 .wechat-pay > .pay-top,
.zst_paypop .ali-pay > .pay-top,
.zst_paypop1 .ali-pay > .pay-top {
  display: flex;
  justify-content: center;
  align-items: center;
}
.zst_paypop .wechat-pay > .pay-top > img,
.zst_paypop1 .wechat-pay > .pay-top > img,
.zst_paypop .ali-pay > .pay-top > img,
.zst_paypop1 .ali-pay > .pay-top > img {
  width: 28px;
  height: 28px;
  margin-right: 9px;
}
.zst_paypop .wechat-pay > .pay-top > .text,
.zst_paypop1 .wechat-pay > .pay-top > .text,
.zst_paypop .ali-pay > .pay-top > .text,
.zst_paypop1 .ali-pay > .pay-top > .text {
  font-size: 24px;
  color: #333333;
}
.zst_paypop .wechat-pay > .account,
.zst_paypop1 .wechat-pay > .account,
.zst_paypop .ali-pay > .account,
.zst_paypop1 .ali-pay > .account {
  font-size: 14px;
  color: #333333;
  text-align: center;
  margin-top: 25px;
}
.zst_paypop .wechat-pay > .account > span,
.zst_paypop1 .wechat-pay > .account > span,
.zst_paypop .ali-pay > .account > span,
.zst_paypop1 .ali-pay > .account > span {
  color: #c60000;
}
.zst_paypop .wechat-pay > .qr,
.zst_paypop1 .wechat-pay > .qr,
.zst_paypop .ali-pay > .qr,
.zst_paypop1 .ali-pay > .qr {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
}
.zst_paypop .wechat-pay > .qr .qr-code,
.zst_paypop1 .wechat-pay > .qr .qr-code,
.zst_paypop .ali-pay > .qr .qr-code,
.zst_paypop1 .ali-pay > .qr .qr-code {
  width: 180px;
  height: 180px;
  text-align: center;
}
.zst_paypop .wechat-pay > .qr .qr-code > img,
.zst_paypop1 .wechat-pay > .qr .qr-code > img,
.zst_paypop .ali-pay > .qr .qr-code > img,
.zst_paypop1 .ali-pay > .qr .qr-code > img {
  width: 180px;
  height: 180px;
}
.zst_paypop .wechat-pay > .tip,
.zst_paypop1 .wechat-pay > .tip,
.zst_paypop .ali-pay > .tip,
.zst_paypop1 .ali-pay > .tip {
  font-size: 14px;
  color: #999999;
  margin: 24px 0 30px 0;
  text-align: center;
}
.zst_paypop .wechat-pay > .pay-tip,
.zst_paypop1 .wechat-pay > .pay-tip,
.zst_paypop .ali-pay > .pay-tip,
.zst_paypop1 .ali-pay > .pay-tip {
  font-size: 16px;
  color: #181818;
  text-align: center;
}
.zst_paypop .wechat-pay > .refresh,
.zst_paypop1 .wechat-pay > .refresh,
.zst_paypop .ali-pay > .refresh,
.zst_paypop1 .ali-pay > .refresh {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #c60000;
  margin-top: 14px;
}
.show_pop_message {
  padding: 10px 30px 10px 20px;
  max-width: 600px;
  position: fixed;
  left: 50%;
  top: 15%;
  transform: translateX(-50%);
  border-radius: 5px;
  z-index: 9999;
  box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.2);
}
.show_pop_message > .be {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  line-height: 14px;
  margin-right: 5px;
}
.show_pop_message.success-message {
  background-color: #f0f9eb;
  color: #6fc140;
  border: 1px solid #e2f3da;
}
.show_pop_message.success-message > .be {
  background-color: #69c242;
}
.show_pop_message.error-message {
  background-color: #fef0f0;
  color: #f37174;
  border: 1px solid #fce2e2;
}
.show_pop_message.error-message > .be {
  background-color: #f36b6e;
}
.show_pop_message.info-message {
  background-color: #ebebeb;
  color: #949494;
  border: 1px solid #ececed;
}
.show_pop_message.info-message > .be {
  background-color: #909399;
}
.cascade_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: 9999;
}
.cascade_pop > .content {
  width: 560px;
  padding: 24px 20px 28px;
  background: #ffffff;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.cascade_pop > .content > .title {
  font-size: 16px;
  font-weight: bold;
  color: #181818;
  text-align: center;
  margin-bottom: 12px;
}
.cascade_pop > .content > p {
  font-size: 14px;
  color: #4a4a4a;
  line-height: 30px;
}
.cascade_pop > .content > .last {
  font-size: 14px;
  color: #4a4a4a;
  line-height: 30px;
}
.cascade_pop > .content > .last > a {
  font-size: 14px;
  color: #c60000;
  text-decoration: underline;
  margin-left: 16px;
}
.cascade_pop > .content > .last > a::before {
  display: inline-block;
  content: '';
  width: 16px;
  height: 16px;
  margin-right: 3px;
  background: url(/www8300/images/year.png) no-repeat left center / 100%;
  vertical-align: middle;
}
.cascade_pop > .content > .tip {
  margin-top: 10px;
}
.cascade_pop > .content > .btn {
  display: flex;
  justify-content: space-around;
  margin-top: 24px;
}
.cascade_pop > .content > .btn > a,
.cascade_pop > .content > .btn > div {
  width: 100px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f6f6f6;
  border-radius: 4px;
  font-size: 16px;
  color: #181818;
  cursor: pointer;
}
.cascade_pop > .content > .btn > .confirm {
  font-weight: bold;
  color: #ffffff;
  background: #c60000;
  margin-left: -27px;
}
.cascade_pop > .content .red-text {
  color: #c60000;
}
.cascade_pop.wid400 .content {
  width: 400px;
}
.cascade_pop.wid400 .content p {
  text-align: center;
  font-size: 16px;
}
.gzh_item {
  width: 49%;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  padding: 12px;
  margin-bottom: 16px;
}
.gzh_item > .left {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.gzh_item > .left > .top > .title {
  font-size: 16px;
  font-weight: normal;
  color: #181818;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  padding-left: 15px;
}
.gzh_item > .left > .top > .title.jing::before {
  display: inline-block;
  content: '精';
  width: 16px;
  height: 16px;
  font-size: 12px;
  color: #ffffff;
  background: #e0473e;
  text-align: center;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.gzh_item > .left > .top > .title.xin::before {
  display: inline-block;
  content: '新';
  width: 14px;
  height: 16px;
  font-size: 12px;
  color: #ffffff;
  background: #e13737;
  text-align: center;
  border-radius: 1px;
}
.gzh_item > .left > .top > .desc {
  font-size: 14px;
  color: #4a4a4a;
  padding-left: 20px;
  margin-top: 8px;
}
.gzh_item > .left > .top > .desc > b {
  font-weight: normal;
  margin-right: 5px;
}
.gzh_item > .left > .bot {
  display: flex;
  font-size: 12px;
  color: #999999;
  padding-left: 20px;
}
.gzh_item > .left > .bot > span {
  margin-right: 8px;
}
.gzh_item > .right {
  width: 110px;
  height: 84px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-left: 8px;
}
.navigation_bar {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
  background: linear-gradient(180deg, #eaf5ff 0%, #eff7fd 100%);
  border-radius: 4px 4px 0px 0px;
}
.navigation_bar > .left {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 113px;
  height: 100%;
}
.navigation_bar > .left > .text {
  width: 113px;
  height: 38px;
  background: url(/www8300/images/zjyc_bg.png) no-repeat left center / 100%;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: -4px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigation_bar > .left > .skip {
  height: 24px;
  display: flex;
  align-items: center;
}
.navigation_bar > .left > .skip > li {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 16px;
  position: relative;
}
.navigation_bar > .left > .skip > li > a {
  font-size: 16px;
  color: #181818;
}
.navigation_bar > .left > .skip > li.active a {
  font-weight: bold;
  color: var(--main-color);
  border-bottom: 2px solid var(--main-color);
}
.navigation_bar > .left > .skip > li:hover a {
  color: var(--main-color);
}
.navigation_bar > .left.bzf {
  padding-left: 0;
}
.navigation_bar > .left.bzf > .text {
  position: relative;
  margin-right: 16px;
}
.navigation_bar > .left.bzf > .text::after {
  display: inline-block;
  content: '';
  width: 43px;
  height: 18px;
  background: url(/www8300/images/bzf.png) no-repeat center center / 100%;
  position: absolute;
  top: -7px;
  right: -9px;
}
.navigation_bar > .right {
  font-weight: bold;
  color: #999999;
}
.zj_homepage_info {
  width: 100%;
  border: 1px solid #e0e0e0;
  display: flex;
}
.zj_homepage_info > .left {
  width: 192px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.zj_homepage_info > .left > a {
  display: flex;
  width: 54px;
  height: 54px;
  margin-bottom: 3px;
}
.zj_homepage_info > .left > a > img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.zj_homepage_info > .left > h3 {
  font-weight: bold;
  color: #181818;
  font-size: 14px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-align: center;
  margin-bottom: 4px;
}
.zj_homepage_info > .left > .rzzj {
  font-size: 12px;
  color: #4a4a4a;
  margin-bottom: 4px;
}
.zj_homepage_info > .left > .gz {
  width: 60px;
  height: 24px;
  background: #ffefda;
  border-radius: 2px;
  color: #e24939;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
}
.zj_homepage_info > .left > .ygz {
  width: 60px;
  height: 24px;
  background: #c60000;
  border-radius: 2px;
  color: #c32a25;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
  background: #f6f6f6;
}
.zj_homepage_info > .right {
  flex: 1;
  border-left: 1px solid #e0e0e0;
  margin: 12px 0;
  padding: 0 12px;
}
.zj_homepage_info > .right > .top {
  display: flex;
  padding: 0 20px;
  justify-content: space-between;
}
.zj_homepage_info > .right > .top > .item {
  height: 58px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zj_homepage_info > .right > .top > .item > .num {
  font-size: 28px;
  font-weight: bold;
  color: #181818;
}
.zj_homepage_info > .right > .top > .item > .num > i {
  font-size: 16px;
  font-weight: bold;
  color: #c60000;
}
.zj_homepage_info > .right > .top > .item > .num > i.unit {
  font-size: 12px;
  color: #4a4a4a;
}
.zj_homepage_info > .right > .top > .item > .num.red_text {
  color: #c60000;
}
.zj_homepage_info > .right > .top > .item > .text {
  font-size: 14px;
  color: #181818;
}
.zj_homepage_info > .right > .top > .item > a {
  text-decoration: underline;
}
.zj_homepage_info > .right > .top > .item > a:hover {
  color: #c60000;
}
.zj_homepage_info > .right > .bot {
  width: 100%;
  min-height: 54px;
  padding-left: 36px;
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.jp_master {
  position: relative;
}
.jp_master::after {
  display: block;
  content: '';
  width: 64px;
  height: 19px;
  background: url(/www8300/images/jp_master.svg) no-repeat left bottom / 100%;
  position: absolute;
  bottom: 0;
  left: -5px;
}
.sx_master {
  position: relative;
}
.sx_master::after {
  display: block;
  content: '';
  width: 64px;
  height: 19px;
  background: url(/www8300/images/sx_master.png) no-repeat left bottom / 100%;
  position: absolute;
  bottom: 0;
  left: -5px;
}
.pt_master {
  position: relative;
}
.pt_master::after {
  display: block;
  content: '';
  width: 64px;
  height: 19px;
  background: url(/www8300/images/pt_master.svg) no-repeat left bottom / 100%;
  position: absolute;
  bottom: 0;
  left: -5px;
}
.fuf_article {
  padding: 16px 12px;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
}
.fuf_article .top {
  display: flex;
  align-items: center;
}
.fuf_article .top .name {
  font-weight: bold;
  font-size: 13px;
  color: #181818;
}
.fuf_article .top span {
  font-size: 12px;
  color: #999999;
  margin-left: 6px;
}
.fuf_article .title {
  font-size: 14px;
  margin-top: 16px;
  display: flex;
  align-items: center;
}
.fuf_article .title b {
  color: #e24939;
  font-weight: normal;
}
.fuf_article .title p {
  flex: 1;
  font-weight: bold;
  color: #181818;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fuf_article .bot {
  display: flex;
  align-items: center;
  margin-top: 14px;
}
.fuf_article .bot .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 20px;
  margin-right: 8px;
  font-size: 12px;
  color: #daa668;
  border-radius: 2px;
  border: 1px solid #e2bb8c;
}
.fuf_article .bot .time {
  font-size: 12px;
  color: #999999;
}
.fuf_article .bot .time .clock {
  padding: 1px 2px;
  color: #969696;
  background: #f7f7f7;
  border-radius: 2px;
}
.fuf_article .bot .right {
  margin-left: auto;
}
.fuf_article .bot .right.money {
  font-weight: bold;
  font-size: 16px;
  color: #e24939;
}
.fuf_article .bot .right.ygq {
  color: #999999;
}
.fuf_article .bot .right.hyzs {
  font-size: 12px;
  color: #e24939;
}
.fuf_article.zhong {
  position: relative;
}
.fuf_article.zhong::after {
  display: inline-block;
  content: '';
  width: 48px;
  height: 48px;
  position: absolute;
  top: 4px;
  right: 4px;
  background: url(/www8300/images/win.png) no-repeat center center / 48px 48px;
}
.mf_article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 29px;
  margin: 10px 0;
}
.mf_article > a {
  width: 86%;
  font-size: 16px;
  font-weight: normal;
  padding-left: 16px;
  color: #181818;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  position: relative;
  display: block;
}
.mf_article > a::before {
  display: inline-block;
  content: '';
  width: 8px;
  height: 8px;
  background: #ffe9bc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mf_article > a:hover {
  text-decoration: underline;
}
.mf_article > a:visited {
  color: #999999;
}
.mf_article > a.xin {
  color: var(--red-color);
}
.mf_article > span {
  width: 70px;
  height: 19px;
  color: #999999;
  text-align: right;
  overflow: hidden;
}
.mf_list_art {
  padding: 10px 12px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
}
.mf_list_art .left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mf_list_art .left .personal {
  display: flex;
  align-items: center;
}
.mf_list_art .left .personal > img {
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 4px;
  border-radius: 50%;
}
.mf_list_art .left .personal > p {
  font-weight: bold;
  color: #4a4a4a;
}
.mf_list_art .left .personal .vlz {
  display: flex;
  justify-content: center;
  min-width: 75px;
  padding: 1px 8px;
  margin-left: 8px;
  font-size: 12px;
  color: #ff9255;
  border-radius: 0px 10px 10px 13px;
  border: 1px solid #eeeeee;
}
.mf_list_art .left .title {
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #181818;
  line-height: 25px;
  overflow: hidden;
  word-break: break-all;
  margin: 8px 0;
}
.mf_list_art .left .info {
  height: 18px;
  display: flex;
  align-items: center;
}
.mf_list_art .left .info b {
  font-size: 12px;
  font-weight: normal;
  color: #181818;
  margin-right: 2px;
}
.mf_list_art .left .info b.past {
  color: #4a4a4a;
}
.mf_list_art .left .info span {
  font-size: 12px;
  color: #999999;
}
.mf_list_art .left .info span i {
  font-size: 12px;
  color: #c60000;
}
.mf_list_art .left .info span:not(:last-of-type) {
  margin-right: 10px;
}
.mf_list_art .left .info > img {
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.mf_list_art > img {
  display: block;
  width: 151px;
  height: 92px;
  margin-left: 8px;
  border-radius: 6px;
}
.mf_list_art.zhong .left {
  position: relative;
}
.mf_list_art.zhong .left::after {
  display: inline-block;
  content: '';
  width: 42px;
  height: 42px;
  background: url(/www8300/images/win.png) no-repeat right bottom / 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.top_red_cut {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.top_red_cut > .left {
  display: flex;
  width: 100%;
}
.top_red_cut > .left > a {
  width: 160px;
  height: 40px;
  background: #eeeeee;
  font-size: 16px;
  color: #181818;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_red_cut > .left > a.active {
  position: relative;
  background-color: var(--main-color);
  color: #ffffff;
}
.top_red_cut > .left > a.active::after {
  display: inline-block;
  content: '';
  width: 0px;
  height: 0px;
  border: 8px solid transparent;
  border-top-color: var(--main-color);
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}
.top_red_cut > .left > a:not(:last-of-type) {
  margin-right: 4px;
}
.top_red_cut > .left > a.wid146 {
  width: 146px;
}
.top_red_cut > a {
  width: 76px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #181818;
  color: #181818;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_red_cut.wid940 .left a {
  width: 114px;
}
.top_red_cut.wid1198 .left a {
  width: 166px;
}
.top_red_cut.equal .left a {
  flex: 1;
}
.n-empty {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
}
.n-empty > img {
  width: 36%;
  height: auto;
  display: block;
}
.n-empty span {
  color: #4a4a4a;
  margin-top: 24px;
}
.ad_space {
  display: flex;
  flex-wrap: wrap;
  margin: 16px 0;
  position: relative;
}
.ad_space a {
  display: block;
  text-align: center;
  height: 36px;
  line-height: 36px;
  padding: 0 14px;
  overflow: hidden;
  font-size: 15px;
  color: #181818;
  background: #e9edff;
  border: 1px solid #ffffff;
  transition: all 0.5s ease;
}
.ad_space a.highlight {
  background: #ffffff;
  border: 1px solid #e9edff;
}
.ad_space .tg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 20px;
  background: #cecece;
  border-radius: 4px 0px 0px 0px;
  opacity: 0.74;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
}
.ad_space .tg span {
  font-size: 14px;
  color: #ffffff;
}
.ad_space .tg img {
  width: 10px;
  height: 10px;
}
