/* ========== 全局基础样式 ========== */
* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ul, li {
  list-style: none;
}

/* ========== 页面通用组件样式 ========== */
.box {
  background: #fff;
}

.box img {
  max-width: 100%;
}

.page-content>div>img {
  vertical-align: middle;
}

.refresh {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border-radius: 40px;
  box-sizing: unset;
  border: solid 4px rgba(255, 255, 255, .8);
  background: rgba(255, 0, 0, 8);
  position: fixed;
  right: 10px;
  bottom: 60px;
  z-index: 1;
  cursor: pointer;
}

.img100 img {
  width: 100%;
}

/* ========== 导航栏样式 ========== */
.cgi-nav {
  height: 50px;
  padding: 0 100px;
  overflow: hidden;
}

.cgi-nav ul {
  margin: 0;
  padding: 0;
}

.cgi-nav ul li {
  float: left;
  width: 25%;
}

.cgi-nav ul li a {
  height: 50px;
  line-height: 50px;
  color: #de6309;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  display: block;
}

.cgi-nav ul li a:hover {
  text-decoration: none;
  color: #fff;
  background: #de6309;
}

/* ========== 友情链接样式 ========== */
.yqlj {
  table-layout: auto;
  color: #000;
  border-radius: 0px;
  overflow: hidden;
  text-align: center;
  background: #fff;
  border: 1px solid #67a4f5;
  border-style: dashed;
}

.yqlj td {
  font-weight: bold;
  border: 1px solid #fefefe;
  font-size: 22pt;
  padding: 8px 5px 3px 5px;
  white-space: nowrap;
}

.yqlj a {
  height: 45px;
  line-height: 42px;
  text-align: center;
  border: solid 1px #67a4f5;
  border-radius: 20px;
  background: #eee;
  background-image: linear-gradient(to top, #fff, #eee, #fff);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: block;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  padding-left: 0px;
}

.yqlj a:hover {
  text-decoration: underline;
}

/* ========== 模块容器基础样式 ========== */
.module-container {
  margin-bottom: 5px;
  background: white;
  border-radius: 5px;
  overflow: hidden;
}

.module-title {
  border: 10px double #fff;
  background-color: #0000FF;
  padding: 11px 0;
  text-align: center;
  margin: 0;
}

.module-title-text {
  font-family: "楷体", sans-serif;
  font-size: 20pt;
  font-weight: bold;
}

.module-title-yellow {
  color: #FFFF00;
}

.module-title-white {
  color: #FFFFFF;
}

.module-content {
  padding: 5px 5px !important;
}

.module-content .module-items {
  margin: 6px 0 !important;
}

.module-content .module-item {
  padding: 5px 0 !important;
}

.module-content .module-section {
  margin-bottom: 8px !important;
  padding-bottom: 6px !important;
}

.module-section {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.module-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.module-items {
  margin: 10px 0;
}

.module-item {
  padding: 8px 0;
  border-bottom: solid 1px #ffeda4;
}

.module-item:last-child {
  border-bottom: none;
}

.module-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.module-list-item {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.module-list-item:last-child {
  border-bottom: none;
}

/* ========== 公告样式 ========== */
.ymgg {
  background: #ff0;
  font-family: '微软雅黑';
  font-size: 13pt;
  color: #00f;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.ymgg table {
  border-collapse: collapse;
}

.ymgg table td {
  padding: 0.4em 0;
  border: solid 1px #ccc;
}

.ymgg table td img {
  vertical-align: middle;
}

.ymgg-tit1 {
  color: #fff;
  background: #3e73fe;
}

.ymgg-tit2 {
  color: #ff0;
  background: #00f;
}

.announcement-container {
  margin: 10px 0;
}

.announcement-table {
  margin: 0;
  width: 100%;
  height: 50px;
  background: url('/static/img/gonggao.jpg');
  border: 0;
}

.announcement-marquee {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.announcement-marquee marquee {
  line-height: 1;
  width: 100%;
  font-family: 黑体;
  height: auto;
  color: #ffff00;
  font-size: 25pt;
  padding-top: 0px;
  padding-bottom: 0px;
  display: flex;
  align-items: center;
  height: 100%;
}

.announcement-marquee-top marquee {
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 10px;
}

.announcement-marquee-bottom marquee {
  align-items: flex-end;
  padding-top: 10px;
  padding-bottom: 0;
}

.announcement-marquee-center marquee {
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

/* ========== 内容盒子样式 ========== */
.abox {
  padding: 12px;
}

.abox-tit-img {
  padding: 12px 12px 0 12px;
}

.abox-tit {
  margin-bottom: 12px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #1979f3;
}

.abox-tit:before {
  vertical-align: middle;
  content: '';
  display: inline-block;
  width: 67px;
  height: 19px;
  margin-right: 5px;
  background: url(/images/line-l.png) no-repeat;
  background-size: 100% 100%;
}

.abox-tit:after {
  vertical-align: middle;
  content: '';
  display: inline-block;
  width: 67px;
  height: 19px;
  margin-left: 5px;
  background: url(/images/line-r.png) no-repeat;
  background-size: 100% 100%;
}

.abox-tita {
  margin-bottom: 12px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #ff0000;
}

.abox-tita:before {
  vertical-align: middle;
  content: '';
  display: inline-block;
  width: 67px;
  height: 19px;
  margin-right: 5px;
  background: url(/images/line-l.png) no-repeat;
  background-size: 100% 100%;
}

.abox-tita:after {
  vertical-align: middle;
  content: '';
  display: inline-block;
  width: 67px;
  height: 19px;
  margin-left: 5px;
  background: url(/images/line-r.png) no-repeat;
  background-size: 100% 100%;
}

/* ========== 列表样式 ========== */
ul.list1 {
  font-weight: bold;
}

ul.list1 li {
  padding-top: 8px;
}

ul.list1 li a {
  display: block;
  height: 32px;
  line-height: 32px;
  padding: 0 12px 0 8px;
  border: solid 1px #ccc;
  border-radius: 12px;
  background: linear-gradient(to bottom, #fff, #eee);
  abox-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}

ul.list1 li a:after {
  content: '';
  display: inline-block;
  float: right;
  margin-top: 11px;
  width: 7px;
  height: 12px;
  background: url(/images/arrow.png) no-repeat;
  background-size: 100% 100%;
}

ul.list1 li a img {
  margin-right: 5px;
}

ul.list1 li a em {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  margin-right: 5px;
  padding: 0 8px;
  font-style: normal;
  color: #fff;
  font-size: 12px;
  border-radius: 20px;
  background: #1979f3;
}

.list1img {
  display: flex;
}

.list1img ul {
  flex: 1;
}

.list1img ul:nth-child(1) {
  padding-right: 5px;
}

.list1img ul:nth-child(2) {
  padding-left: 5px;
}

.list1img ul li {
  margin-bottom: 12px;
}

.list1img ul li a {
  display: block;
  abox-shadow: 0 3px 8px rgba(0, 0, 0, .1);
  border-radius: 5px;
}

.list1img ul li a img {
  width: 100%;
  border-radius: 5px;
}

.list1img ul li a p {
  padding: 5px;
  text-align: center;
}

.imgmore {
  text-align: center;
}

.imgmore a {
  display: block;
  height: 32px;
  line-height: 32px;
  padding: 0 12px 0 8px;
  color: #fff;
  border-radius: 12px;
  background: #1979f3;
}

/* ========== 特殊样式 ========== */
.ys114 {
  text-align: center;
}

.f14mzt {
  font-size: 13pt !important;
}

/* ========== 本站出品精华版模块特殊样式 ========== */
#jxtx .module-title {
  padding-top: 8px;
  padding-bottom: 8px;
  transition: padding 0.3s ease;
}

#jxtx .module-title-tall {
  padding-top: 20px;
  padding-bottom: 20px;
}

#jxtx .module-title-short {
  padding-top: 4px;
  padding-bottom: 4px;
}

#jxtx .module-title-default {
  padding-top: 12px;
  padding-bottom: 12px;
}

#jxtx .module-title-compact {
  padding-top: 6px;
  padding-bottom: 6px;
}

#jxtx .module-title-expanded {
  padding-top: 16px;
  padding-bottom: 16px;
}

#jxtx .module-title font {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

/* 极限特肖模块 */
#jxtx-module .module-section:first-child {
  text-align: center;
}

#jxtx-module .module-section:first-child p {
  margin: 0;
  padding: 0;
}

#jxtx-module .module-section:first-child font {
  display: block;
  text-align: center;
}

#jxtx-module .module-item {
  border-bottom: solid 1px #000 !important;
}

#jxtx-module .module-item:hover {
  border-bottom-color: #aa8844 !important;
}

#jxtx-module .module-item:last-child {
  border-bottom: none !important;
}

/* 14码中特模块 */
.module-container#\31 4mzt-module .module-item p {
  text-align: center !important;
  margin: 0 auto !important;
  display: block !important;
  width: 100% !important;
}

.module-container#\31 4mzt-module .module-item {
  text-align: center !important;
}

.module-container#\31 4mzt-module .module-item * {
  text-align: inherit !important;
  display: inline-block !important;
}

.module-container#\31 4mzt-module .module-item p * {
  text-align: center !important;
  display: inline !important;
}

.module-container#\31 4mzt-module .f14mzt {
  text-align: center !important;
  display: block !important;
  margin: 0 auto !important;
}

.module-container#\31 4mzt-module .module-item p span[style*="font-size: 13pt"] {
  display: block !important;
  text-align: center !important;
  margin: 0 auto !important;
}

.module-container#\31 4mzt-module .module-item p font[color="#FF0000"] {
  display: block !important;
  text-align: center !important;
  margin: 0 auto !important;
  width: 100% !important;
}

/* ========== 选项卡样式 ========== */
.module-tabs {
  margin-bottom: 15px;
  overflow-x: auto;
}

.tab-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  border-bottom: 2px solid #00f;
  min-width: 100%;
}

.tab-menu li {
  flex: 1;
  min-width: 120px;
  text-align: center;
  cursor: pointer;
  padding: 12px 5px;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-bottom: none;
  margin-right: 2px;
  white-space: nowrap;
}

.tab-item {
  font-size: 14px;
  font-weight: bold;
  display: block;
}

.tab-content {
  padding: 15px;
  background-color: white;
  border: 1px solid #ddd;
  border-top: none;
  min-height: 200px;
}

.tabs49118 {
  background: #fff;
  width: 100%;
  height: 40px;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
}

.tabs49118 span {
  text-align: center;
  float: left;
  width: 50%;
  height: 38px;
  line-height: 38px;
  color: #fff;
  text-decoration: none;
  background: #eee;
}

.tabs49118 span img {
  height: 1.2em;
  width: auto;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 4px;
  border: solid 2px #fff;
}

.tabs49118 span:nth-child(1) {
  background: #07c160;
}

.tabs49118 span:nth-child(2) {
  background: #3e73fe;
}

.tabs49118 span.active {
  border-left: solid 1px #07c160;
  box-sizing: border-box;
  display: block;
  background: #fff;
  color: #07c160;
  position: relative;
}

.tabs49118 span.active:before {
  content: '';
  display: block;
  background: #07c160;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
}

.tabs49118 span:nth-child(2).active {
  border-right: solid 1px #3e73fe;
  color: #3e73fe;
}

.tabs49118 span:nth-child(2).active:before {
  background: #3e73fe;
}

/* ========== 图库和弹窗样式 ========== */
#gsgl-black, #tanxpg-black {
  display: none;
  background: rgba(0, 0, 0, .2);
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  z-index: 10000;
  left: 0px;
  top: 0px;
  align-items: center;
  justify-content: center;
}

#gsgl-black {
  display: table;
}

#gsgl-out {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  background: white;
  max-width: 90%;
  max-height: 90%;
  overflow: auto;
  border-radius: 5px;
}

.gsgl-tit {
  background: #00f;
  color: white;
  padding: 12px 15px;
  font-size: 16px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.5em;
}

.gsgl-tit img {
  width: 26px;
  height: 26px;
  vertical-align: text-bottom;
  margin-right: 10px;
}

.gsgl-close {
  cursor: pointer;
  color: white;
  background: #ff0000;
  border: none;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 14px;
  float: right;
  font-weight: normal;
  display: inline-block;
}

#gsgl-con {
  color: #444;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
  display: inline-block;
}

.gsgl-box {
  text-align: left;
  padding: 10px;
}

.gsgl-box img {
  max-width: 100%;
  height: auto;
}

.gsgl123-box {
  padding: 20px;
  text-align: center;
}

.gsgl123-box img {
  max-width: 100%;
  max-height: 500px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* 图库网格样式 */
.tuku, .mj_body {
  padding: 10px 0;
}

.tuku ul, .mj_body ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -5px;
  justify-content: space-around;
}

.tuku ul li {
  width: 26%;
  margin: .22rem;
  text-align: center;
}

.mj_body li {
  flex: 0 0 33.333%;
  padding: 5px;
  box-sizing: border-box;
}

.mj_body li div {
  text-align: center;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
  background: white;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tuku ul li img, .mj_body li img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  background: #f5f5f5;
  border-radius: 3px;
  margin-bottom: 8px;
  border: 0;
  margin: 8px 0;
}

.mj_body li p {
  margin: 0;
  font-size: 12px;
  color: #333;
  line-height: 1.4;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tuku ul li p {
  padding: 5px;
  text-align: center;
}

/* ========== 特殊样式保持 ========== */
.klj {
  padding: 10px;
  text-align: center;
  font-weight: bold;
  background: linear-gradient(to right, #0000ff, #4d4dff);
  color: white;
  border: solid 1px grey collapse;
  font-size: 18pt;
  font-family: 微软雅黑;
  width: 100%;
}

.coll {
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
  background: #ff0000;
  padding: 2px 8px;
  border-radius: 3px;
  color: #ffff00;
}

/* ========== 彩色盒子样式 ========== */
.bizhong333 {
  color: #171817;
  font-size: 18px;
  font-weight: bold;
  border: solid 1px #7d7d7d;
  background: #000;
}

.bizhong333-tit {
  padding: 5px 0;
  color: #ff0;
  font-size: 24px;
  text-align: center;
  border-bottom: solid 1px #7d7d7d;
  background: #0a2cab;
}

.bizhong333-box {
  display: flex;
}

.bizhong333-box ul li {
  padding: 5px 0;
  padding-left: 10px;
  border-bottom: solid 1px #7d7d7d;
}

.bizhong333-box .bizhong333-l {
  width: 100%;
  border-right: solid 1px #7d7d7d;
  box-sizing: border-box;
}

.bizhong333-box .bizhong333-r {
  width: 100%;
}

.bizhong333-foot {
  padding: 5px 0;
  font-size: 24px;
  text-align: center;
}

.bizhong22 {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  border: solid 1px #7d7d7d;
  background: #f5f5f5;
}

.bizhong22-tit {
  padding: 5px 0;
  color: #ff0;
  font-size: 24px;
  text-align: center;
  border-bottom: solid 1px #7d7d7d;
  background: #f00;
}

.bizhong22-box {
  display: flex;
}

.bizhong22-box ul li {
  padding: 5px 0;
  padding-left: 10px;
  border-bottom: solid 1px #7d7d7d;
}

.bizhong22-box .bizhong22-l {
  width: 100%;
  border-right: solid 1px #7d7d7d;
  box-sizing: border-box;
}

.bizhong22-box .bizhong22-r {
  width: 100%;
}

.bizhong22-foot {
  padding: 5px 0;
  font-size: 24px;
  text-align: center;
}

.bizhong6 {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  border: solid 1px #7d7d7d;
  background: #f5f5f5;
}

.bizhong6-tit {
  padding: 5px 0;
  color: #ff0;
  font-size: 24px;
  text-align: center;
  border-bottom: solid 1px #7d7d7d;
  background: #00f;
}

.bizhong6-box {
  display: flex;
}

.bizhong6-box ul li {
  padding: 5px 0;
  padding-left: 10px;
  border-bottom: solid 1px #7d7d7d;
}

.bizhong6-box .bizhong6-l {
  width: 50%;
  border-right: solid 1px #7d7d7d;
  box-sizing: border-box;
}

.bizhong6-box .bizhong6-r {
  width: 50%;
}

.bizhong6-foot {
  padding: 5px 0;
  font-size: 24px;
  text-align: center;
}

/* ========== 相关栏目样式 ========== */
.xgam {
  font-family: '微软雅黑';
  font-size: 13pt;
  text-align: center;
  color: #000;
}

.xgam img {
  vertical-align: middle;
}

.xgam table {
  border-collapse: collapse;
  background: #fff;
}

.xgam table td {
  padding: 5px 0;
  border: solid 1px #c0c0c0;
  cursor: pointer;
}

.xgam-tit {
  padding: 3px 0 2px 0;
  height: 30px;
  line-height: 30px;
  font-size: 15pt;
  font-weight: 700;
}

.xgam-tit img {
  width: 30px;
  height: 30px;
}

.xgam-web {
  padding: 2px 0 3px 0;
  font-size: 18pt;
  font-weight: 700;
}

.xgadm table td {
  text-align: center;
}

/* ========== 解决方案样式 ========== */
.jjues ul {
  *zoom: 1;
  margin: 0;
  padding: 3px;
  box-sizing: border-box;
}

.jjues ul li {
  width: 50%;
  margin: 0;
  padding: 3px;
  box-sizing: border-box;
  float: left;
}

.jjues ul li a {
  padding: 10px;
  display: block;
  border: solid 1px #ddd;
  border-radius: 10px;
  background: linear-gradient(to bottom, #fff, #eee);
  abox-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}

.jjues ul li a img {
  vertical-align: middle;
  margin-right: 5px;
}

/* ========== 综合栏目样式 ========== */
#tabzzhlzmzm2x a {
  text-decoration: none;
}

#tabzzhlzmzm2x .zzhlzmmenu {
  width: 100%;
  padding: 5px 0;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
}

#tabzzhlzmzm2x .zzhlzmmenu ul {
  display: flex;
  justify-content: space-between;
}

#tabzzhlzmzm2x .zzhlzmmenu li {
  width: calc(33.33% - 5px);
  box-sizing: border-box;
  background: #eee;
  cursor: pointer;
}

#tabzzhlzmzm2x .zzhlzmmenu li.hover {
  color: #fff;
}

#tabzzhlzmzm2x .zzhlzmmenu li.hover span {
  display: block;
}

#tabzzhlzmzm2x .zzhlzmmenu li.hover .zzhlzmam {
  background: #090;
}

#tabzzhlzmzm2x .zzhlzmmenu li.hover .zzhlzmxg {
  background: #f00;
}

#tabzzhlzmzm2x .zzhlzmmenu li.hover .zzhlzmtw {
  background: #00f;
}

#tabzzhlzmzm2x .zzhlzmmenu li.hover .zzhlzmxc {
  background: #FF00FF;
}

#tabzzhlzmzm2x .zzhlzmmenu li.hover .zzhlzmwu {
  background: #ff5b5b;
}

#tabzzhlzmzm2x .zzhlzmmenu li.hover .zzhlzmliu {
  background: #6300c7;
}

.zzhlzm-list {
  background: white;
  font-size: 16px;
}

.zzhlzm-list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zzhlzm-list ul li {
  width: calc(100% - 5px);
  border-bottom: solid 1px #ddd;
  box-sizing: border-box;
}

.zzhlzm-list ul li a {
  display: block;
  padding: 8px 5px;
  white-space: nowrap;
  overflow: hidden;
  font-size: large;
}

/* ========== 今日预测样式 ========== */
.jyyzt table {
  font-weight: bold;
  font-size: 18px;
  border: 0;
}

.jyyzt table thead th {
  padding: 5px;
  color: #fff;
  font-size: 24px;
  background: linear-gradient(to top, #07306c, #2356a1);
}

.jyyzt table td {
  padding: 5px 10px;
}

.jyyzt-txt1 {
  color: #090;
}

.jyyzt-txt2 {
  font-weight: normal;
  color: #00f;
}

.jyyzt-txt3 {
  font-weight: normal;
  color: #f00;
}

.jyyzt-txt3 span {
  background: #ff0;
}

/* ========== 计划单双样式 ========== */
#jihua-danshuang50000 {
  background: white;
  color: #000;
  font-family: '微软雅黑';
}

#jihua-danshuang50000 a {
  color: inherit;
  text-decoration: none;
}

#jihua-danshuang50000 .Menub50000 ul {
  margin: 0;
  padding: 0;
  border-left: solid 1px #ddd;
}

#jihua-danshuang50000 .Menub50000 ul:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.Menub50000 li {
  list-style: none;
  float: left;
  width: calc(50% - 1px);
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: solid 1px #ddd;
  border-left: 0;
  background: #ebf3ff;
}

.Menub50000 li.hover {
  font-weight: bold;
  background: #fff;
  border-bottom-color: #fff;
}

#jihua-danshuang50000 .Contentbox50000 {
  clear: both;
  padding: 15px 0;
  font-size: 16px;
  line-height: 1.7;
  border: solid 1px #ddd;
  border-top: 0;
}

.Contentbox50000 p {
  margin: 0;
  padding: 0;
  text-align: center;
}

#jihua-danshuang50000 .jihua-danshuang50000-foot {
  height: 36px;
  line-height: 36px;
  margin-top: 10px;
  padding: 0 10px;
  font-size: 14px;
}

#jihua-danshuang50000 .jihua-danshuang50000-foot:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

#jihua-danshuang50000 .jihua-danshuang50000-foot .jihua-danshuang50000-foot-l {
  float: left;
  color: #555;
}

#jihua-danshuang50000 .jihua-danshuang50000-foot .jihua-danshuang50000-foot-r {
  float: right;
}

#jihua-danshuang50000 .jihua-danshuang50000-foot .jihua-danshuang50000-foot-r a {
  height: 34px;
  line-height: 34px;
  padding: 0 25px;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  border: solid 1px #ff8524;
  border-radius: 3px;
  background-image: linear-gradient(to top, #ff8524, #ffa304);
}

#jihua-danshuang50000 .jihua-danshuang50000-foot .jihua-danshuang50000-foot-r a:hover {
  background-image: linear-gradient(to bottom, #ff8524, #ffa304);
}

/* ========== 图纸样式 ========== */
#tabtuzhi {
  padding: 10px;
}

#tabtuzhi .Tuzhibox {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #3ebc40;
  line-height: 40px;
}

#tabtuzhi .Tuzhibox ul {
  display: flex;
  border-bottom: solid 3px #3ebc40;
}

#tabtuzhi .Tuzhibox li {
  width: 50%;
  padding: 5px 0;
  box-sizing: border-box;
  cursor: pointer;
}

#tabtuzhi .Tuzhibox li.hover {
  color: #fff;
  background: #3ebc40;
}

#tabtuzhi .Tuzhibox li.hover font {
  color: #fff !important;
}

.tabtuzhi-txt font {
  color: #f00;
  font-weight: bold;
}

.tabtuzhi-txt2 {
  font-size: 24px;
  color: #f00;
  text-align: center;
  font-weight: bold;
}

.tabtuzhi-txt2 a {
  background: #ff0;
}

.tabtuzhi-pic {
  padding-top: 10px;
  text-align: center;
}

.tabtuzhi-pic video {
  max-width: 100%;
}

/* ========== 图图样式 ========== */
.tutu {
  background-color: #fff;
  font-family: '微软雅黑';
}

.tutu td {
  text-align: center;
  font-size: 16px;
}

.tutu td.tutumore {
  font-size: 28px;
}

.tutu td.tutumore img {
  margin-right: 5px;
  vertical-align: middle;
}

.tutu td a {
  display: block;
  line-height: 50px;
  border: 1px solid #CCC;
  background: #FFF;
  border-radius: 5px;
  color: #333;
  cursor: pointer;
  text-decoration: none;
}

.tutu td a:hover {
  background: #55dd88;
}

/* ========== 滚动文本样式 ========== */
.scroll-web-txt ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* ========== 响应式调整 ========== */
@media screen and (max-width: 800px) {
  .cgi-nav {
    padding: 0;
  }
  
  .bizhong333 {
    font-size: 16px;
  }
  
  .bizhong333-tit {
    font-size: 18px;
  }
  
  .bizhong333-box {
    display: block;
  }
  
  .bizhong333-box ul li {
    padding: 5px 0;
    padding-left: 6px;
  }
  
  .bizhong333-box .bizhong333-l {
    width: 100%;
    border-right: 0;
  }
  
  .bizhong333-box .bizhong333-r {
    width: 100%;
  }
  
  .bizhong333-foot {
    font-size: 18px;
  }
  
  .bizhong22 {
    font-size: 16px;
  }
  
  .bizhong22-tit {
    font-size: 18px;
  }
  
  .bizhong22-box {
    display: block;
  }
  
  .bizhong22-box ul li {
    padding: 5px 0;
    padding-left: 6px;
  }
  
  .bizhong22-box .bizhong22-l {
    width: 100%;
    border-right: 0;
  }
  
  .bizhong22-box .bizhong22-r {
    width: 100%;
  }
  
  .bizhong22-foot {
    font-size: 18px;
  }
  
  .bizhong6 {
    font-size: 16px;
  }
  
  .bizhong6-tit {
    font-size: 18px;
  }
  
  .bizhong6-box {
    display: block;
  }
  
  .bizhong6-box ul li {
    padding: 5px 0;
    padding-left: 6px;
  }
  
  .bizhong6-box .bizhong6-l {
    width: 100%;
    border-right: 0;
  }
  
  .bizhong6-box .bizhong6-r {
    width: 100%;
  }
  
  .bizhong6-foot {
    font-size: 18px;
  }
  
  #tabzzhlzmzm2x .zzhlzmmenu {
    font-size: 16px;
    line-height: 36px;
  }
  
  #tabzzhlzmzm2x .zzhlzmmenu li {
    width: calc(33.33% - 3px);
  }
  
  .zzhlzm-list {
    font-size: 15px;
  }
  
  .zzhlzm-list ul li {
    width: 100%;
  }
  
  .zzhlzm-list ul li a {
    padding: 8px 5px;
  }
  
  .jyyzt table {
    font-size: 16px;
  }
  
  .jyyzt table thead th {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .module-title-text {
    font-size: 16pt;
  }
  
  .module-content {
    padding: 10px;
  }
  
  .tab-menu li {
    min-width: 100px;
    padding: 10px 3px;
    font-size: 12px;
  }
  
  .mj_body li {
    flex: 0 0 50%;
  }
  
  .f14mzt {
    font-size: 12px !important;
  }
  
  .announcement-marquee marquee {
    font-size: 20pt;
  }
  
  #jxtx .module-title {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

@media screen and (max-width: 750px) {
  #tabtuzhi {
    padding: 5px;
  }
  
  #tabtuzhi .Tuzhibox {
    margin-bottom: 5px;
    font-size: 16px;
  }
  
  #tabtuzhi .Tuzhibox ul {
    border-width: 2px;
  }
  
  #tabtuzhi .Tuzhibox li {
    padding: 0;
  }
  
  .tabtuzhi-txt2 {
    font-size: 18px;
  }
  
  .tutu td {
    font-size: 14px;
  }
  
  .tutu td.tutumore {
    font-size: 18px;
  }
  
  .tutu td a {
    display: block;
    line-height: 40px;
  }
}

@media screen and (max-width: 600px) {
  .jjues ul li {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .module-title-text {
    font-size: 14pt;
  }
  
  .mj_body li {
    flex: 0 0 100%;
  }
  
  .tab-menu {
    flex-wrap: wrap;
  }
  
  .tab-menu li {
    flex: 0 0 50%;
    margin-bottom: 2px;
  }
  
  .announcement-marquee marquee {
    font-size: 18pt;
  }
  
  #jxtx .module-title {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

@media screen and (min-width: 320px) {
  #gsgl-out {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (min-width: 360px) {
  #gsgl-out {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (min-width: 400px) {
  #gsgl-out {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (min-width: 440px) {
  #gsgl-out {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (min-width: 480px) {
  #gsgl-out {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (min-width: 640px) {
  #gsgl-out {
    font-size: 16px;
    line-height: 24px;
  }
}

.module-tabs .tab-menu {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

/* 隐藏滚动条*/
.module-tabs .tab-menu::-webkit-scrollbar {
  display: none !important;
}

/* 选项卡项的样式 */
.tab-menu li {
  flex: 1 0 auto !important;
  min-width: 0 !important;
  max-width: 25% !important;
  text-align: center !important;
  flex-basis: calc(100% / var(--tab-count, 4)) !important;
}

#tabzzhlzmzm2x .tab-menu li {
  transition: all 0.3s ease;
}

/* 三肖中特 */
#tabzzhlzmzm2x1.hover {
  background-color: #28a745 !important;
}
#tabzzhlzmzm2x1.hover .tab-item {
  color: #ffffff !important;
}

/* 四肖中特 */
#tabzzhlzmzm2x2.hover {
  background-color: #dc3545 !important;
}
#tabzzhlzmzm2x2.hover .tab-item {
  color: #ffffff !important;
}

/* 杀2肖2尾 */
#tabzzhlzmzm2x3.hover {
  background-color: #0062cc !important;
}
#tabzzhlzmzm2x3.hover .tab-item {
  color: #ffffff !important;
}

/* 独平一码 */
#tabzzhlzmzm2x4.hover {
  background-color: #e83e8c !important;
}
#tabzzhlzmzm2x4.hover .tab-item {
  color: #ffffff !important;
}

/* 大神来料模块 */
#tabzzhlzmzm2x .tab-menu li.hover .tab-item {
  color: #ffffff !important;
  font-weight: bold !important;
}

/* 理财计划模块 */
#jihua-danshuang50000 .tab-menu li.hover {
  background-color: #ffffff !important;
  border-bottom: 2px solid #ffffff !important;
}

/* 理财计划模块 */
#jihua-danshuang50000 .tab-menu li.hover .tab-item {
  font-weight: bold !important;
}

.tab-item {
  display: block !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  padding: 10px 5px !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
}

/* ========== 绝杀系列模块背景 ========== */
#bs2x-module .module-title,
#bs1b-module .module-title,
#wxzt-module .module-title,
#bs1t-module .module-title,
#bs2w-module .module-title,
#bs3m-module .module-title {
  background-color: #003300 !important;
  border-color: #003300 !important;
}

#bs2x-module .module-content,
#bs1b-module .module-content,
#wxzt-module .module-content,
#bs1t-module .module-content,
#bs2w-module .module-content,
#bs3m-module .module-content {
  background-color: #ffffcc !important;
}

#bs2x-module,
#bs1b-module,
#wxzt-module,
#bs1t-module,
#bs2w-module,
#bs3m-module {
  border-radius: 0 !important;
}

#bs2x-module .module-item,
#bs1b-module .module-item,
#wxzt-module .module-item,
#bs1t-module .module-item,
#bs2w-module .module-item,
#bs3m-module .module-item {
  text-align: center !important;
}

#bs2x-module .module-item p,
#bs1b-module .module-item p,
#wxzt-module .module-item p,
#bs1t-module .module-item p,
#bs2w-module .module-item p,
#bs3m-module .module-item p {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#wxzt-module .module-section p {
  text-align: center !important;
}

/* ========== 四字玄机模块居中对齐 ========== */
#szxj-module .module-content {
  text-align: center !important;
}

#szxj-module .module-item,
#szxj-module .module-section {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

#szxj-module .jyyzt-txt1,
#szxj-module .jyyzt-txt2 {
  text-align: center !important;
  width: 100% !important;
}