body.loading-locked {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.global-loading-overlay {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(51, 51, 51, 0.82);
  z-index: 9999;
  padding: 0 0.4rem;
}
.global-loading-overlay.is-active {
  display: flex;
}
.global-loading-dialog {
  width: 100%;
  max-width: 4.2rem;
  background: #ffffff;
  border-radius: 0.28rem;
  padding: 0.46rem 0.48rem 0.42rem;
  text-align: center;
  color: #1f2a37;
  box-shadow: 0 0.28rem 0.72rem rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(15, 23, 42, 0.08);
}
.global-loading-spinner {
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 50%;
  border: 0.05rem solid rgba(15, 23, 42, 0.08);
  border-top-color: #3b82f6;
  animation: global-loading-spin 0.8s linear infinite;
  margin: 0 auto 0.32rem;
}
.global-loading-text {
  font-size: 0.28rem;
  font-weight: 600;
  color: #1f2933;
  letter-spacing: 0.01rem;
}
.global-loading-overlay.global-loading--error .global-loading-text {
  color: #c81e1e;
}
@keyframes global-loading-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* ========== 基础样式重置 ========== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body, dl, dd, ul, ol, h1, h2, h3, h4, h5, h6, p, form, header, section, article, footer {
  margin: 0;
}

body, button, input, select, textarea {
  font: .14rem/1.75 -apple-system, Helvetica Neue, Helvetica, Arial, sans-serif, 微软雅黑;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  box-sizing: border-box;
}

em, b {
  font-style: normal;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: var(--el-text-color-regular);
}

a:hover {
  text-decoration: none;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

button, input, select, textarea {
  font-size: 100%;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th, ul, ol {
  padding: 0;
  list-style: none;
}

div {
  outline: none;
  box-sizing: border-box;
}

.hidden {
  display: none;
  font-size: 0;
  text-indent: -999em;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  zoom: 1;
}

html, body, #app, .layout-wrap {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  background-color: var(--theme-main-bg-color);
}

body {
  min-width: 320px;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ========== 主布局 ========== */
.main[data-v-59445d3a] {
  width: 100%;
  background: url(../img/bg-386ebf30.png) no-repeat #c4d5ff;
  background-attachment: fixed;
  background-size: 19.2rem auto;
  background-position: top center;
}

.conten[data-v-59445d3a] {
  width: 8rem;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  border-right: solid 1px #fff;
  border-left: solid 1px #fff;
  background: #f0f0f0;
}

.banner[data-v-59445d3a] {
  text-align: center;
  overflow: hidden;
  font-size: 0;
}

.banner a[data-v-59445d3a] {
  width: 100%;
  height: 100%;
  font-size: 0;
  display: block;
}

.banner img[data-v-59445d3a] {
  width: 100%;
}

.logo[data-v-59445d3a] {
  font-size: 0;
}

.logo img[data-v-59445d3a] {
  width: 100%;
}

/* ========== iframe样式 ========== */
.iframe-conten[data-v-a5c43bef],
.iframe-box[data-v-a5c43bef] {
  height: 4.5rem;
  background-color: #fff;
}

/* 电脑版iframe高度调整 */
@media screen and (min-width: 800px) {
  .iframe-conten[data-v-a5c43bef],
  .iframe-box[data-v-a5c43bef] {
    height: 3.6rem;
  }
}

/* ========== 标题样式 ========== */
.title[data-v-294c02b9] {
  width: 100%;
  height: .4rem;
  line-height: .4rem;
  text-align: center;
  background: url(../img/bg-title-3e872360.png) no-repeat;
  background-position: center;
  background-size: 100% .4rem;
  font-weight: 700;
  font-size: .22rem;
  color: red;
}

.title span[data-v-294c02b9] {
  text-shadow: -.02rem 0 #fff, 0 .02rem #fff, .02rem 0 #fff, 0 -.02rem #fff;
}

.title span[data-v-294c02b9]:nth-child(1) {
  color: #000;
}

.title span[data-v-294c02b9]:nth-child(2) {
  color: green;
}

.title span[data-v-294c02b9]:nth-child(3) {
  color: #93f;
}

/* ========== 友情链接标题 ========== */
.title[data-v-8523052e],
.title[data-v-51bb3ac4] {
  display: block;
  width: 100%;
  height: .4rem;
  line-height: .4rem;
  text-align: center; 
  background-position: center;
  background-size: 100% .4rem;
  font-weight: 400;
  font-size: .22rem;
  color: #fff;
  text-shadow: -.01rem 0 #5d0303, 0 .01rem #ff0000, .01rem 0 #ff0000, 0 -.01rem #000000;
  cursor: pointer;
}

.title span[data-v-8523052e]:nth-child(1),
.title span[data-v-8523052e]:nth-child(3),
.title span[data-v-51bb3ac4]:nth-child(1),
.title span[data-v-51bb3ac4]:nth-child(3) {
  color: #ff0;
  font-weight: 700;
}

/* ========== 友情赞助列表 ========== */
.box-ul[data-v-0043c422] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}

.box-ul .box-list[data-v-0043c422] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: .3rem;
  line-height: .3rem;
  text-align: center;
  font-size: .18rem;
  color: #000;
  font-weight: 700;
  border-bottom: 1px solid #cccccc;
}

.box-ul .box-list[data-v-0043c422]:last-child {
  border-bottom: 0;
}

.box-ul .box-list a[data-v-0043c422] {
  color: #00e;
}

/* ========== 友情链接列表 ========== */
.box-ul[data-v-8523052e],
.box-ul[data-v-51bb3ac4] {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  box-sizing: border-box;
}

.box-ul .box-list[data-v-8523052e],
.box-ul .box-list[data-v-51bb3ac4] {
  width: 25%;
  height: .3rem;
  line-height: .3rem;
  text-align: center;
  font-size: .14rem;
  color: #000;
  background: #fff;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.box-ul .box-list a span[data-v-8523052e],
.box-ul .box-list a span[data-v-51bb3ac4] {
  color: #f0f;
}

.box-ul .box-list[data-v-8523052e]:nth-child(2n),
.box-ul .box-list[data-v-51bb3ac4]:nth-child(2n) {
  border-left: 0px solid #e5e5e5;
  color: #f60;
}

.box-ul .box-list[data-v-8523052e]:nth-child(4n+3),
.box-ul .box-list[data-v-51bb3ac4]:nth-child(4n+3) {
  border-left: 0px solid #e5e5e5;
}

/* ========== 内容列表 ========== */
.box-ul[data-v-5613a7de] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}

.box-ul .box-list[data-v-5613a7de] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: .43rem;
  line-height: .43rem;
  text-align: center;
  font-size: .2rem;
  color: #000;
  border-bottom: 1px solid #cccccc;
  font-weight: 700;
}

.box-ul .box-list[data-v-5613a7de]:last-child {
  border-bottom: 0;
}

.box-ul .box-list .box-num[data-v-5613a7de] {
  color: navy;
  font-weight: 700;
}

.box-tips[data-v-5613a7de],
.box-tips[data-v-ca76ec1c],
.box-tips[data-v-47826826],
.box-tips[data-v-f6b6feb0],
.box-tips {
  width: 100%;
  text-align: center;
  font-size: .26rem;
  color: #ccc;
}

/* ========== 一肖一码列表 ========== */
.box-ul[data-v-b4d0744c] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}

.box-ul .box-list[data-v-b4d0744c] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: .35rem;
  line-height: .35rem;
  text-align: center;
  font-size: .18rem;
  color: #000;
  background-color: #fff;
  border-bottom: 1px solid #cccccc;
}

.box-ul .box-list[data-v-b4d0744c]:last-child {
  border-bottom: 0;
}

.box-ul .box-list span[data-v-b4d0744c] {
  width: 20%;
}

.box-ul .box-list .box-nums[data-v-b4d0744c] {
  display: block;
  width: 63%;
  color: red;
  background-color: #fff;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

.box-ul .box-list .box-nums i[data-v-b4d0744c] {
  font-style: normal;
}

.box-ul .box-tips[data-v-b4d0744c] {
  justify-content: center;
}

.color1[data-v-b4d0744c] {
  color: red;
  background-color: #f7fc01;
}

/* 高亮样式 - 中奖高亮 */
.js-highlight-win {
  color: rgb(255, 0, 0);
  background-color: #f7fc01;
  padding: 0 2px;
}

/* ========== 24码中特 ========== */
.container[data-v-f6b6feb0] {
  font-size: .2rem;
  font-weight: 700;
}

.box-ul[data-v-f6b6feb0] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}

.box-ul .box-list[data-v-f6b6feb0] {
  width: 100%;
  height: .35rem;
  line-height: .35rem;
  text-align: center;
  color: #000;
  box-sizing: border-box;
}

.box-ul .box-list[data-v-f6b6feb0]:last-child {
  border-bottom: 0;
}

.sub-title[data-v-f6b6feb0] {
  height: .34rem;
  line-height: .34rem;
  background-color: #ccf;
  border: 1px solid #cccccc;
  text-align: center;
}

.sub-title span[data-v-f6b6feb0] {
  color: #000;
}

.sub-title .color1[data-v-f6b6feb0] {
  color: red;
}

/* ========== 原创资料列表 ========== */
.box-ul[data-v-c258358f] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}

.box-ul .box-list[data-v-c258358f] {
  display: flex;
  flex-direction: row;
  justify-content: left;
  width: 100%;
  height: .35rem;
  line-height: .35rem;
  text-align: center;
  font-size: .18rem;
  color: #000;
  border-bottom: 1px solid #cccccc;
}

.box-ul .box-list[data-v-c258358f]:last-child {
  border-bottom: 0;
}

.box-ul .box-list a span[data-v-c258358f] {
  color: #f0f;
}

.box-ul .box-list:nth-child(1) a span[data-v-c258358f] {
  background-color: #000;
  color: #ff0;
}

.box-ul .box-list:nth-child(6) a span[data-v-c258358f],
.box-ul .box-list:nth-child(8) a span[data-v-c258358f] {
  background-color: #ff0;
}

/* ========== 高手资料列表 ========== */
.box-ul[data-v-822b08c4] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}

.box-ul .box-list[data-v-822b08c4] {
  display: flex;
  flex-direction: row;
  justify-content: left;
  width: 100%;
  height: .35rem;
  line-height: .35rem;
  text-align: center;
  font-size: .18rem;
  color: #000;
  border-bottom: 1px solid #cccccc;
}

.box-ul .box-list[data-v-822b08c4]:last-child {
  border-bottom: 0;
}

.box-ul .box-list a span[data-v-822b08c4] {
  color: red;
}

/* ========== 表格样式 ========== */
td[data-v-32466ddd] {
  border: 1px solid #c0c0c0;
}

.box[data-v-44bd9476] {
  width: 100%;
}

table[data-v-44bd9476] {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000000;
  background-color: #fff;
}

td[data-v-44bd9476] {
  border: 1px solid #c0c0c0;
  border-collapse: collapse;
  font-size: 14pt;
  text-align: center;
  height: .35rem;
  background-color: #fff;
  font-weight: 700;
}

table[data-v-98e0740d] {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000000;
  background-color: #fff;
}

td[data-v-98e0740d] {
  border: 1px solid #c0c0c0;
  border-collapse: collapse;
  font-size: 14pt;
  text-align: center;
  height: .35rem;
  background-color: #fff;
}

table[data-v-09e56041] {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000000;
  background-color: #fff;
  font-weight: 700;
}

td[data-v-09e56041] {
  border: 1px solid #c0c0c0;
  border-collapse: collapse;
  font-size: 14pt;
  text-align: center;
  height: .35rem;
  background-color: #fff;
  color: navy;
}

/* ========== 提示信息 ========== */
.tips[data-v-d4452929],
.tips[data-v-6b1ef8ae],
.tips[data-v-d07fe535] {
  text-align: center;
  border-top: 1px solid #ccc;
}

.tips-txt[data-v-d4452929],
.tips-txt[data-v-6b1ef8ae] {
  width: 100%;
  text-align: center;
}

.tips-txt[data-v-d07fe535] {
  width: 100%;
  text-align: center;
  background-color: #6ff;
}

/* ========== 颜色样式 ========== */
.color1[data-v-5613a7de] {
  color: red;
  background-color: #f7fc01;
}

.color1[data-v-b4d0744c],
.color1[data-v-98e0740d],
.color1[data-v-88613b9c],
.color1[data-v-09e56041],
.color1[data-v-e36269f2] {
  background-color: #ff0;
}

.color1[data-v-15cf3d5d] {
  color: red;
}

.color2[data-v-15cf3d5d],
.color2[data-v-f6b6feb0] {
  color: red;
  background-color: #ff0;
}

.color1[data-v-ca76ec1c] {
  color: #f0f;
}

.color2[data-v-ca76ec1c] {
  color: red;
}

.bgcolor1[data-v-ca76ec1c] {
  background-color: #ff0;
}

.color2[data-v-88613b9c] {
  color: #00f;
}

.color2[data-v-e36269f2] {
  color: #00f;
}

/* ========== 生肖对照表 ========== */
.jssx[data-v-5d4348f9] {
  padding-bottom: .5rem;
  background-color: #afeeee;
}

div.jssx[data-v-5d4348f9],
.jssx td[data-v-5d4348f9] {
  font-family: 微软雅黑;
  line-height: .33rem;
  text-align: center;
  font-weight: 700;
  font-size: .16rem;
}

.jssx table[data-v-5d4348f9] {
  border-collapse: collapse;
  width: 100%;
}

.jssx table td[data-v-5d4348f9],
th[data-v-5d4348f9] {
  border: 1px solid #e5e5e5;
}

.jssx .bai[data-v-5d4348f9] {
  color: #fff;
}

.jssx .huang[data-v-5d4348f9] {
  color: red;
  background-color: #ff0;
}

.jssx .bt[data-v-5d4348f9] {
  font-size: .18rem;
  background-color: #76a9be;
  line-height: .4rem;
  color: #fff;
}

.jssx .hei[data-v-5d4348f9] {
  background-color: #000;
  color: #ff0;
}

.jssx .hei p[data-v-5d4348f9] {
  text-align: center;
}

.jssx .hei td[data-v-5d4348f9]:nth-child(2) {
  text-align: left;
  padding-left: .15rem;
}

.jssx .lan[data-v-5d4348f9] {
  background-color: #afeeee;
}

.jssx .las[data-v-5d4348f9] {
  background-color: #00f;
}

.jssx .lvs[data-v-5d4348f9] {
  background-color: green;
}

.jssx .hos[data-v-5d4348f9] {
  background-color: red;
}

.jssx .zyx[data-v-5d4348f9] {
  color: #f0f;
}

.jssx .qhx[data-v-5d4348f9] {
  color: #09f;
}

.jssx .tdx[data-v-5d4348f9] {
  color: red;
}

.jssx .jyx[data-v-5d4348f9] {
  color: #f51;
}

.jssx .jmx[data-v-5d4348f9] {
  color: #00f;
}

.jssx .lll[data-v-5d4348f9] {
  color: green;
}

.jssx .yyx[data-v-5d4348f9] {
  color: #9d00ff;
}

.jssx .dsb[data-v-5d4348f9] {
  color: #f90;
}

/* ========== 友情链接标题样式 ========== */
.title[data-v-53b89f5f],
.title[data-v-50672221] {
  display: block;
  width: 100%;
  padding: 0.18rem 0.10rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.18rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  border-radius: 0.12rem 0.12rem 0 0;
  box-shadow: 0 0.04rem 0.15rem rgba(102, 126, 234, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0;
  letter-spacing: 0.02rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  max-width: 100%;
}

.title[data-v-53b89f5f]:hover,
.title[data-v-50672221]:hover {
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
  transform: translateY(-0.02rem);
  box-shadow: 0 0.06rem 0.20rem rgba(102, 126, 234, 0.4);
}

.title[data-v-53b89f5f] span,
.title[data-v-50672221] span {
  color: #fff;
  font-weight: 600;
  margin: 0 0.05rem;
  display: inline;
}

.title span[data-v-53b89f5f]:nth-child(1),
.title span[data-v-53b89f5f]:nth-child(3),
.title span[data-v-50672221]:nth-child(1),
.title span[data-v-50672221]:nth-child(3) {
  color: #ff0;
  font-weight: 700;
}

/* ========== 友情链接列表样式 ========== */
.box-ul[data-v-53b89f5f],
.box-ul[data-v-50672221] {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.10rem;
  padding: 0.15rem 0.10rem;
  background-color: #f5f5f5;
  box-sizing: border-box;
}

.box-ul .box-list[data-v-53b89f5f],
.box-ul .box-list[data-v-50672221] {
  list-style: none;
  box-sizing: border-box;
}

.box-ul .box-list a[data-v-53b89f5f],
.box-ul .box-list a[data-v-50672221] {
  display: block;
  padding: 0.12rem 0.10rem;
  background: #fff;
  color: #667eea;
  font-size: 0.26rem;
  font-weight: 500;
  text-align: center;
  border: 0.02rem solid #667eea;
  border-radius: 0.08rem;
  transition: all 0.3s ease;
  box-shadow: 0 0.02rem 0.05rem rgba(0,0,0,0.05);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.box-ul .box-list a[data-v-53b89f5f]:hover,
.box-ul .box-list a[data-v-50672221]:hover {
  transform: translateY(-0.03rem);
  box-shadow: 0 0.05rem 0.15rem rgba(102, 126, 234, 0.3);
  background: rgba(102, 126, 234, 0.05);
}

/* 边框颜色方案 - 按列循环 (蓝、粉、绿) */
/* 第1列 (1、5、9、13...) - 蓝色 */
.box-ul .box-list[data-v-53b89f5f]:nth-child(4n+1) a,
.box-ul .box-list[data-v-50672221]:nth-child(4n+1) a {
  border-color: #00a8ff;
  color: #0088cc;
}

/* 第2列 (2、6、10、14...) - 粉色 */
.box-ul .box-list[data-v-53b89f5f]:nth-child(4n+2) a,
.box-ul .box-list[data-v-50672221]:nth-child(4n+2) a {
  border-color: #f5576c;
  color: #e74c5c;
}

/* 第3列 (3、7、11、15...) - 绿色 */
.box-ul .box-list[data-v-53b89f5f]:nth-child(4n+3) a,
.box-ul .box-list[data-v-50672221]:nth-child(4n+3) a {
  border-color: #2ecc71;
  color: #27ae60;
}

/* 第4列 (4、8、12、16...) - 粉色 */
.box-ul .box-list[data-v-53b89f5f]:nth-child(4n+4) a,
.box-ul .box-list[data-v-50672221]:nth-child(4n+4) a,
.box-ul .box-list[data-v-53b89f5f]:nth-child(4n) a,
.box-ul .box-list[data-v-50672221]:nth-child(4n) a {
  border-color: #f5576c;
  color: #e74c5c;
}

.box-ul .box-list a span[data-v-53b89f5f],
.box-ul .box-list a span[data-v-50672221] {
  color: inherit;
}

/* ========== 通用容器样式 ========== */
.section-container {
  margin: 0.20rem 0.10rem;
  box-shadow: 0 0.02rem 0.08rem rgba(0,0,0,0.1);
  border-radius: 0.08rem;
  overflow: hidden;
  background: white;
}

.section-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 0.15rem;
  text-align: center;
  color: white;
  font-size: 0.26rem;
  font-weight: bold;
}

/* ========== 生肖表格样式 ========== */
.zodiac-table {
  border: none !important;
  background: white;
  table-layout: fixed;
}

.zodiac-table td {
  padding: 0.04rem !important;
  text-align: center;
  font-weight: bold;
  background: white !important;
  border: none !important;
}

.zodiac-table td.hos,
.zodiac-table td.las,
.zodiac-table td.lvs {
  padding: 0.08rem !important;
}

.zodiac-table td.hos > span,
.zodiac-table td.las > span,
.zodiac-table td.lvs > span {
  display: inline-block;
  width: 0.50rem;
  height: 0.50rem;
  line-height: 0.50rem;
  border-radius: 50%;
  color: white;
  font-weight: bold;
  font-size: 0.26rem;
  text-align: center;
}

.zodiac-table td.hos > span {
  background: #FF0000;
}

.zodiac-table td.las > span {
  background: #0000FF;
}

.zodiac-table td.lvs > span {
  background: #008000;
}

.zodiac-table tr {
  background: white;
}

.zodiac-header-row {
  background: #FFD700;
}

.zodiac-header-cell {
  padding: 0.30rem 0.12rem 0.12rem 0.12rem;
  text-align: center;
  font-weight: bold;
  border: none;
  color: #000;
  font-size: 0.26rem;
}

/* ========== 五行详细表格样式 ========== */
.wuxing-detail-container {
  margin: 0.20rem 0;
  padding: 0 0.10rem;
}

.wuxing-row-single {
  padding: 0.15rem 0.20rem;
  font-size: 0.26rem;
  font-weight: bold;
  color: white;
  text-align: left;
}

.wuxing-jin-header {
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
}

.wuxing-mu-header {
  background: linear-gradient(135deg, #56ab2f 0%, #a8e063 100%);
}

.wuxing-shui-header {
  background: linear-gradient(135deg, #0099F7 0%, #00D4FF 100%);
}

.wuxing-huo-header {
  background: linear-gradient(135deg, #FF512F 0%, #DD2476 100%);
}

.wuxing-tu-header {
  background: linear-gradient(135deg, #8B4513 0%, #D2691E 100%);
}

.wuxing-daxiao-container {
  display: flex;
  margin-top: 0;
}

.wuxing-daxiao-box {
  flex: 1;
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  padding: 0.12rem 0.10rem;
  text-align: center;
  box-shadow: 0 0.02rem 0.08rem rgba(0,0,0,0.1);
}

.wuxing-daxiao-box:first-child {
  border-radius: 0 0 0 0.08rem;
}

.wuxing-daxiao-box:last-child {
  border-radius: 0 0 0.08rem 0;
}

.wuxing-daxiao-label {
  color: white;
  font-weight: bold;
  font-size: 0.26rem;
}

.wuxing-daxiao-value {
  color: #FFD700;
  font-weight: bold;
  font-size: 0.26rem;
}

/* ========== 生肖属性表样式 ========== */
.shengxiao-container {
  padding: 0.10rem 0.10rem 0.10rem 0.10rem;
  background-color: transparent;
}

.shengxiao-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 0.15rem;
  text-align: center;
  color: white;
  font-size: 0.26rem;
  font-weight: bold;
  border-radius: 0.08rem;
  box-shadow: 0 0.02rem 0.08rem rgba(0,0,0,0.1);
  margin-bottom: 0.15rem;
}

.shengxiao-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.10rem;
  margin-top: 0.10rem;
  margin-bottom: 0.10rem;
}

.shengxiao-badge {
  flex: 1;
  min-width: 22%;
  background: #fff;
  color: #333;
  padding: 0.12rem;
  text-align: center;
  border: 0.02rem solid #ddd;
  border-radius: 0.12rem;
  font-size: 0.24rem;
  font-weight: bold;
  box-shadow: 0 0.02rem 0.05rem rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.shengxiao-badge-large {
  flex: 1;
  min-width: 45%;
  background: #fff;
  color: #333;
  padding: 0.12rem;
  text-align: center;
  border: 0.02rem solid #ddd;
  border-radius: 0.12rem;
  font-size: 0.24rem;
  font-weight: bold;
  box-shadow: 0 0.02rem 0.05rem rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.shengxiao-badge:hover {
  transform: translateY(-0.02rem);
  box-shadow: 0 0.04rem 0.10rem rgba(0,0,0,0.15);
}

.shengxiao-badge-red {
  border-color: #FF5252;
  color: #FF5252;
}

.shengxiao-badge-blue {
  border-color: #2196F3;
  color: #2196F3;
}

.shengxiao-badge-green {
  border-color: #4CAF50;
  color: #4CAF50;
}

.shengxiao-badge-yellow {
  border-color: #FFC107;
  color: #FF9800;
}

.shengxiao-badge-wide30 {
  flex: 1;
  min-width: 30%;
}

.shengxiao-badge-wide18 {
  flex: 1;
  min-width: 18%;
}

/* ========== 五行号码徽章样式 ========== */
.wuxing-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 0.08rem;
  margin-bottom: 0.08rem;
}

/* 五行号码徽章 - 金 */
.wuxing-jin {
  display: block;
  background-color: #FFD700;
  color: #fff;
  padding: 0.10rem 0.08rem;
  border-radius: 0.12rem;
  font-weight: bold;
  font-size: 0.30rem;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

/* 五行号码徽章 - 木 */
.wuxing-mu {
  display: block;
  background-color: #4CAF50;
  color: #fff;
  padding: 0.10rem 0.08rem;
  border-radius: 0.12rem;
  font-weight: bold;
  font-size: 0.30rem;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

/* 五行号码徽章 - 水 */
.wuxing-shui {
  display: block;
  background-color: #2196F3;
  color: #fff;
  padding: 0.10rem 0.08rem;
  border-radius: 0.12rem;
  font-weight: bold;
  font-size: 0.30rem;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

/* 五行号码徽章 - 火 */
.wuxing-huo {
  display: block;
  background-color: #FF5722;
  color: #fff;
  padding: 0.10rem 0.08rem;
  border-radius: 0.12rem;
  font-weight: bold;
  font-size: 0.30rem;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

/* 五行号码徽章 - 土 */
.wuxing-tu {
  display: block;
  background-color: #8D6E63;
  color: #fff;
  padding: 0.10rem 0.08rem;
  border-radius: 0.12rem;
  font-weight: bold;
  font-size: 0.30rem;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

/* 两波中特容器 */
.liangbo-tips-cell {
  padding: 0.15rem 0.10rem;
  background-color: #f9f9f9;
}

/* ========== 波色徽章样式 ========== */
/* 波色徽章 - 红波 */
.wuxing-hongbo {
  display: block;
  background-color: #FF0000;
  color: #fff;
  padding: 0.10rem 0.08rem;
  border-radius: 0.12rem;
  font-weight: bold;
  font-size: 0.30rem;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

/* 波色徽章 - 蓝波 */
.wuxing-lanbo {
  display: block;
  background-color: #2196F3;
  color: #fff;
  padding: 0.10rem 0.08rem;
  border-radius: 0.12rem;
  font-weight: bold;
  font-size: 0.30rem;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

/* 波色徽章 - 绿波 */
.wuxing-lvbo {
  display: block;
  background-color: #4CAF50;
  color: #fff;
  padding: 0.10rem 0.08rem;
  border-radius: 0.12rem;
  font-weight: bold;
  font-size: 0.30rem;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

/* ========== 家野中特样式 ========== */
.jiaye-tips-cell {
  padding: 0.15rem 0.10rem;
  background-color: #f9f9f9;
}

.jiaye-flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.10rem;
}

.jiaye-jaqin {
  display: block;
  background-color: #2196F3;
  color: #fff;
  padding: 0.12rem 0.15rem;
  border-radius: 0.12rem;
  font-weight: bold;
  font-size: 0.30rem;
  flex: 1;
  min-width: 45%;
  text-align: center;
  box-sizing: border-box;
}

.jiaye-yeshou {
  display: block;
  background-color: #4CAF50;
  color: #fff;
  padding: 0.12rem 0.15rem;
  border-radius: 0.12rem;
  font-weight: bold;
  font-size: 0.30rem;
  flex: 1;
  min-width: 45%;
  text-align: center;
  box-sizing: border-box;
}

/* ========== 五段中特徽章样式 ========== */
.flex-gap-8 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.08rem;
  margin-bottom: 0.10rem;
}

.badge-duan-red {
  display: block;
  background-color: #FF5722;
  color: #fff;
  padding: 0.10rem 0.08rem;
  border-radius: 0.12rem;
  font-weight: bold;
  font-size: 0.26rem;
  flex: 1;
  min-width: 30%;
  text-align: center;
  box-sizing: border-box;
}

.badge-duan-blue {
  display: block;
  background-color: #2196F3;
  color: #fff;
  padding: 0.10rem 0.08rem;
  border-radius: 0.12rem;
  font-weight: bold;
  font-size: 0.26rem;
  flex: 1;
  min-width: 30%;
  text-align: center;
  box-sizing: border-box;
}

.badge-duan-green {
  display: block;
  background-color: #4CAF50;
  color: #fff;
  padding: 0.10rem 0.08rem;
  border-radius: 0.12rem;
  font-weight: bold;
  font-size: 0.26rem;
  flex: 1;
  min-width: 30%;
  text-align: center;
  box-sizing: border-box;
}

.pad-cell-line {
  padding: 0.15rem 0.10rem;
  line-height: 2.5;
  background-color: #f9f9f9;
}

.gray-text-note {
  margin: 0.10rem 0 0 0;
  color: #666;
  font-size: 13pt;
}

.special-table {
  border-collapse: collapse;
  color: rgb(0, 0, 0);
  font-family: "微软雅黑";
  font-size: 14pt;
  width: 100%;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
}

/* 电脑版段数徽章字体调整 */
@media screen and (min-width: 800px) {
  .badge-duan-red,
  .badge-duan-blue,
  .badge-duan-green {
    font-size: 0.20rem;
  }
}

/* ========== 响应式样式 ========== */
@media screen and (max-width: 850px) {
  .conten[data-v-59445d3a] {
    width: 100%;
    padding: 0;
  }

  .title[data-v-294c02b9] {
    height: .8rem;
    line-height: .8rem;
    background: url(../img/bg-title-3e872360.png) no-repeat;
    background-size: 100% .8rem;
    font-size: .3rem;
  }

  .title[data-v-8523052e],
  .title[data-v-51bb3ac4] {
    height: .8rem;
    line-height: .8rem; 
    background-size: 100% .8rem;
    font-size: .36rem;
  }

  .box-ul .box-list[data-v-0043c422] {
    height: .66rem;
    line-height: .66rem;
    font-size: .36rem;
  }

  .box-ul .box-list[data-v-8523052e],
  .box-ul .box-list[data-v-51bb3ac4] {
    height: .66rem;
    line-height: .66rem;
    font-size: .26rem;
  }

  .box-ul .box-list[data-v-5613a7de] {
    height: .66rem;
    line-height: .66rem;
    font-size: .36rem;
  }

  /* 移动端：平特一尾 - 和合数单双一样大小 */
  div.box[data-v-44bd9476] table[data-v-44bd9476],
  div.box[data-v-44bd9476] table[data-v-44bd9476] *,
  div.box[data-v-44bd9476] table[data-v-44bd9476] tr,
  div.box[data-v-44bd9476] table[data-v-44bd9476] td,
  div.box[data-v-44bd9476] table[data-v-44bd9476] span {
    font-size: .36rem !important;
  }

  /* 移动端：六尾中特 - 字体调小 */
  table[data-v-15cf3d5d] {
    font-size: .36rem !important;
  }

  .box-ul .box-list[data-v-b4d0744c] {
    height: .66rem;
    line-height: .66rem;
    font-size: .28rem;
  }

  .box-ul .box-list span[data-v-b4d0744c] {
    width: 25%;
  }

  .container[data-v-f6b6feb0] {
    font-size: .4rem;
  }

  .sub-title[data-v-f6b6feb0] {
    height: .64rem;
    line-height: .64rem;
  }

  .box-ul .box-list[data-v-f6b6feb0] {
    height: .66rem;
    line-height: .66rem;
    font-size: .34rem;
  }

  .box-ul .box-list[data-v-c258358f] {
    height: .66rem;
    line-height: .66rem;
    font-size: .36rem;
  }

  .box-ul .box-list span[data-v-c258358f] {
    width: 25%;
  }

  .box-ul .box-list[data-v-822b08c4] {
    height: .66rem;
    line-height: .66rem;
    font-size: .36rem;
  }

  .box-ul .box-list span[data-v-822b08c4] {
    width: 25%;
  }

  .title[data-v-53b89f5f],
  .title[data-v-50672221] {
    font-size: 0.26rem;
  }
}

@media screen and (max-width: 720px) {
  .jssx .hei tr td[data-v-5d4348f9] {
    font-size: .28rem;
  }

  div.jssx[data-v-5d4348f9],
  .jssx td[data-v-5d4348f9] {
    line-height: .6rem;
    font-size: .32rem;
  }

  .jssx .bt[data-v-5d4348f9] {
    font-size: .36rem;
    line-height: .8rem;
      }
    }

/* 弹窗样式 */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.modal-overlay.active {
  display: flex;
}

.pop-xyz-bd {
  width: 8rem;
  padding: 0 0.5rem;
  box-sizing: border-box;
  border-radius: 0.15rem;
  font-size: 0.14rem;
  color: #333;
  font-family: 微软雅黑;
  position: relative;
}

@media screen and (max-width: 850px) {
  .pop-xyz-bd {
    width: 98%;
    max-width: 9.5rem;
    padding: 0 0.15rem;
  }
  
  .pop-xyz-con {
    min-height: auto;
  }
  
  .pop-xyz-tzgg {
    font-size: 0.26rem !important;
  }
  
  .pop-xyz-con2-tit span {
    font-size: 0.26rem !important;
  }
  
  .pop-xyz-con3 p {
    font-size: 0.20rem !important;
  }
  
  .pop-xyz-con3 .ql-size-large {
    font-size: 0.28rem !important;
    color: #008000 !important;
  }
  
  .pop-xyz-con3 .ql-size-medium {
    font-size: 0.26rem !important;
  }
  
  .pop-xyz-con4 button {
    font-size: 0.22rem !important;
  }
}

.pop-xyz-bd .pop-xyz-con {
  padding: 0.15rem 0;
  border-radius: 0.15rem;
  background: #fff;
}

.modal-close-btn {
  position: absolute;
  top: 0.10rem;
  right: 0.10rem;
  width: 0.35rem;
  height: 0.35rem;
  background: rgba(255, 0, 0, 0.9);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 0.24rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  font-weight: normal;
  box-shadow: 0 0.02rem 0.08rem rgba(255, 0, 0, 0.3);
  line-height: 1;
  pointer-events: auto;
}

.modal-close-btn:hover {
  background: rgba(255, 0, 0, 1);
  color: #fff;
}

.pop-xyz-tzgg {
  color: #fff;
  position: absolute;
  top: -0.16rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 2.6rem;
  height: 0.6rem;
  background-image: url(../img/img-notice-c117e9af.png);
  background-size: 2.6rem 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Microsoft Yahei, PingFangTC-Regular, sans-serif;
  font-weight: 500;
  font-size: 0.18rem;
}

.pop-xyz-con2 {
  padding: 0.6rem 0.15rem 0.4rem 0.15rem;
  text-align: center;
  background: linear-gradient(180deg, #fff 0%, #f5f7ff 100%);
  border-bottom: 0.01rem solid rgba(91, 156, 236, 0.15);
}

.pop-xyz-con2-tit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.15rem;
  flex-wrap: wrap;
}

.pop-xyz-con2-tit span {
  background: linear-gradient(135deg, #3b8ef7 0%, #2c7fe2 100%);
  color: white;
  padding: 0.12rem 0.20rem;
  border-radius: 0.06rem;
  font-size: 0.17rem;
  font-weight: bold;
  display: inline-block;
  box-shadow: 0 0.02rem 0.06rem rgba(44, 127, 226, 0.3);
  transition: all 0.3s;
}

.pop-xyz-con2-tit span:hover {
  transform: translateY(-0.02rem);
  box-shadow: 0 0.04rem 0.10rem rgba(44, 127, 226, 0.4);
}

.pop-xyz-con3 {
  padding: 0.15rem;
  background: white;
}

.pop-xyz-con3 table {
  border-collapse: separate;
  border-spacing: 0;
  border: none;
  width: 100%;
  background: #f8f9ff;
  border-radius: 0.10rem;
  overflow: hidden;
  box-shadow: 0 0.02rem 0.08rem rgba(0, 0, 0, 0.08);
}

.pop-xyz-con3 table td {
  padding: 0.15rem;
  border: none;
  background: linear-gradient(135deg, #f8f9ff 0%, #fff 100%);
}

.pop-xyz-con3 table tr:first-child td {
  border-bottom: 0.01rem dashed rgba(91, 156, 236, 0.2);
  padding: 0.10rem 0.15rem;
}

.pop-xyz-con3 p {
  margin: 0.05rem 0;
  font-size: 0.14rem;
  line-height: 1.8;
  color: #1a4bff;
}

.pop-xyz-con3 .ql-size-large {
  font-size: 0.17rem;
  font-weight: bold;
  color: #008000;
  text-shadow: 0 0.01rem 0.02rem rgba(0, 128, 0, 0.15);
}

.pop-xyz-con3 .ql-size-medium {
  font-size: 0.18rem;
  color: #1a4bff;
}

.pop-xyz-con4 {
  padding: 0.15rem 0.15rem 0.15rem;
  text-align: center;
  background: linear-gradient(180deg, #f5f7ff 0%, #fff 100%);
  border-top: 0.01rem solid rgba(91, 156, 236, 0.15);
}

.pop-xyz-con4 button {
  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
  color: white;
  border: none;
  padding: 0.14rem 0.50rem;
  border-radius: 0.08rem;
  font-size: 0.16rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 0.04rem 0.12rem rgba(238, 90, 111, 0.35);
  letter-spacing: 0.02rem;
}

.pop-xyz-con4 button:hover {
  background: linear-gradient(135deg, #ff8787 0%, #ff6b6b 100%);
  transform: translateY(-0.02rem);
  box-shadow: 0 0.06rem 0.16rem rgba(238, 90, 111, 0.45);
}

.pop-xyz-con4 button:active {
  transform: translateY(0);
  box-shadow: 0 0.02rem 0.08rem rgba(238, 90, 111, 0.3);
}