body[data-page="calendar"] {
  background:
    linear-gradient(135deg, rgba(30, 111, 92, 0.11), transparent 36%),
    linear-gradient(315deg, rgba(185, 65, 50, 0.09), transparent 34%),
    var(--bg);
}

body[data-page="calendar"] .almanac-card,
body[data-page="calendar"] .almanac-hero {
  background: #fffdf7;
  box-shadow: 0 10px 30px rgba(33, 36, 31, 0.08);
}

body[data-page="calendar"] .almanac-hero {
  background: linear-gradient(135deg, rgba(30, 111, 92, 0.86), rgba(36, 55, 72, 0.88) 55%, rgba(185, 65, 50, 0.74));
}

body[data-page="calendar"] .almanac-hero-copy h2,
body[data-page="calendar"] .almanac-hero-tags span,
body[data-page="calendar"] .almanac-hero-copy p {
  color: #fffdf7;
}

body[data-page="calendar"] .almanac-hero-tags span {
  background: rgba(255, 253, 247, 0.16);
  border: 1px solid rgba(255, 253, 247, 0.2);
}

body[data-page="calendar"] .almanac-calendar-card {
  background: #fffdf7;
}

body[data-page="calendar"] .almanac-card,
body[data-page="calendar"] .almanac-hero,
body[data-page="calendar"] .almanac-calendar-card {
  border-radius: 18px;
}

body[data-page="calendar"] .almanac-month-bar {
  padding: 8px 0 12px;
  border-radius: 18px;
  background: transparent;
}

body[data-page="calendar"] .almanac-round-button {
  background: #fffefb;
  border: 1px solid rgba(221, 214, 199, 0.92);
}

body[data-page="calendar"] .almanac-weekdays {
  padding: 10px 6px 6px;
  color: #8a8577;
}

body[data-page="calendar"] .almanac-days {
  gap: 8px;
}

body[data-page="calendar"] .almanac-day {
  background: rgba(255, 254, 251, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

body[data-page="calendar"] .almanac-day.selected {
  background: var(--cinnabar);
  color: #fff;
  box-shadow: none;
}

body[data-page="calendar"] .almanac-day.selected .lunar-text {
  color: rgba(255, 255, 255, 0.86);
}

body[data-page="calendar"] .almanac-day.today:not(.selected) {
  box-shadow: inset 0 0 0 1px rgba(30, 111, 92, 0.25), 0 8px 16px rgba(30, 111, 92, 0.08);
}

body[data-page="calendar"] .almanac-info-grid div,
body[data-page="calendar"] .almanac-pillars div,
body[data-page="calendar"] .almanac-yiji div,
body[data-page="calendar"] .almanac-info-row {
  background: rgba(255, 254, 251, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

@media (max-width: 760px) {
  body[data-page="calendar"] .almanac-month-bar {
    padding: 6px 0 10px;
  }

  body[data-page="calendar"] .almanac-days {
    gap: 6px;
  }
}

/* ===== 节气/养生 segment 切换 ===== */
.jq-segment {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-top: 16px;
  padding: 4px;
  background: rgba(32, 35, 33, 0.06);
  border-radius: 999px;
}

.jq-seg-btn {
  flex: 1;
  padding: 8px 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.jq-seg-btn.active {
  background: var(--cinnabar);
  color: #fffdf7;
  font-weight: 800;
  box-shadow: 0 4px 12px rgba(185, 65, 50, 0.25);
}

/* ===== 模式面板 ===== */
.jq-mode-panel {
  display: none;
  margin-top: 14px;
  gap: 14px;
}

.jq-mode-panel.active {
  display: grid;
}

.jq-mode-panel > * {
  min-width: 0;
}

body[data-page="calendar"] .almanac-panel {
  min-width: 0;
}

/* ===== 当前节气卡 / 养生摘要卡 ===== */
.jq-hero-card,
.ys-summary-card {
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(30, 111, 92, 0.1), rgba(185, 65, 50, 0.08));
  border: 1px solid rgba(32, 35, 33, 0.08);
}

.ys-summary-card .jq-name {
  min-height: 34px;
}

.ys-summary-card .jq-desc {
  min-height: 48px;
}

.jq-label {
  color: var(--cinnabar);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.jq-name {
  margin-top: 4px;
  font-size: 28px;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.2;
}

.jq-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.jq-tags span {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(185, 65, 50, 0.1);
  color: var(--cinnabar);
  font-size: 12px;
  font-weight: 700;
}

.jq-desc {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

/* ===== 节气轮卡 ===== */
.jq-wheel-card,
.ys-card {
  padding: 18px;
  background: #fffdf7;
  border: 1px solid rgba(32, 35, 33, 0.08);
  border-radius: 18px;
  box-shadow: 0 6px 20px rgba(33, 36, 31, 0.05);
}

.jq-wheel-head,
.ys-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.jq-wheel-title,
.ys-card-title {
  font-size: 16px;
  font-weight: 800;
  color: var(--ink);
}

.ys-title-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ys-title-bar {
  width: 4px;
  height: 18px;
  border-radius: 2px;
  background: var(--cinnabar);
}

.ys-now {
  font-size: 12px;
  color: var(--muted);
}

.jq-wheel-current {
  padding: 5px 14px;
  border: 0;
  border-radius: 999px;
  background: var(--cinnabar);
  color: #fffdf7;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.2s;
}

.jq-wheel-current:hover {
  opacity: 0.88;
}

/* ===== 节气轮圆盘（复制自小程序 jieqi-wheel） ===== */
.jq-wheel {
  position: relative;
  width: min(274px, 73vw);
  height: min(274px, 73vw);
  margin: 60px auto 40px;
  border-radius: 50%;
  overflow: visible;
  background: conic-gradient(
    from 0deg,
    rgba(220, 231, 215, 0.72) 0 90deg,
    rgba(247, 222, 220, 0.72) 90deg 180deg,
    rgba(248, 235, 190, 0.76) 180deg 270deg,
    rgba(218, 229, 236, 0.78) 270deg 360deg
  );
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.jq-wheel::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: repeating-conic-gradient(from 0deg, rgba(255, 255, 255, 0.28) 0 1deg, transparent 1deg 15deg);
  pointer-events: none;
}

.jq-wheel::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 88px;
  height: 88px;
  margin: -44px 0 0 -44px;
  border-radius: 50%;
  background: rgba(247, 249, 240, 0.3);
  pointer-events: none;
}

.jq-season-big {
  position: absolute;
  z-index: 2;
  color: rgba(88, 91, 96, 0.24) !important;
  font-size: 28px;
  font-weight: 900;
  pointer-events: none;
}

.jq-season-big.spring { top: 23%; right: 23%; }
.jq-season-big.summer { right: 24%; bottom: 22%; }
.jq-season-big.autumn { left: 23%; bottom: 23%; }
.jq-season-big.winter { left: 24%; top: 23%; }

.jq-wheel-jieqi {
  position: absolute;
  z-index: 7;
  width: 33px;
  height: 15px;
  color: #92959b;
  font-size: 12px;
  font-weight: 800;
  line-height: 15px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transform-origin: center;
  transition: color 0.2s, font-size 0.2s;
}

.jq-wheel-jieqi.active {
  color: var(--cinnabar);
  font-size: 14px;
  font-weight: 900;
}

.jq-wheel-pointer {
  position: absolute;
  z-index: 6;
  left: 50%;
  top: 50%;
  width: 42%;
  height: 4px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: var(--pointer-color, var(--cinnabar));
  transform-origin: left center;
  transition: transform 0.3s ease;
  pointer-events: none;
}

.jq-wheel-pointer::after {
  content: '';
  position: absolute;
  right: -6px;
  top: -6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--pointer-color, var(--cinnabar));
}

.jq-wheel-center {
  position: absolute;
  z-index: 8;
  left: 50%;
  top: 50%;
  width: 37px;
  height: 37px;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  border: 4px solid var(--pointer-color, var(--cinnabar));
  border-radius: 50%;
  background: #f8f9f1;
  color: #4a4d52;
  font-size: 14px;
  font-weight: 900;
  line-height: 29px;
  text-align: center;
  pointer-events: none;
}

/* ===== 节气横向列表 ===== */
.jq-list-scroll {
  overflow-x: auto;
  margin-top: 14px;
  padding-bottom: 4px;
  max-width: 100%;
  min-width: 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.jq-list-scroll::-webkit-scrollbar {
  display: none;
}

.jq-list {
  display: flex;
  gap: 8px;
  width: max-content;
  max-width: none;
}

.jq-list-item {
  flex-shrink: 0;
  display: grid;
  justify-items: center;
  gap: 2px;
  padding: 8px 14px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fffdf7;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.jq-list-item.active {
  background: var(--cinnabar);
  color: #fffdf7;
  border-color: transparent;
}

.jq-list-item .chip-name {
  font-size: 13px;
  font-weight: 800;
}

.jq-list-item .chip-date {
  font-size: 11px;
  color: var(--muted);
}

.jq-list-item.active .chip-date {
  color: rgba(255, 253, 247, 0.85);
}

/* ===== 时辰养生网格 ===== */
.ys-time-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.ys-time-item {
  display: grid;
  justify-items: center;
  gap: 3px;
  padding: 12px 8px;
  min-height: 73px;
  box-sizing: border-box;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fffdf7;
  text-align: center;
  cursor: pointer;
}

.ys-time-branch {
  font-size: 16px;
  font-weight: 800;
  color: var(--ink);
}

.ys-time-meridian {
  font-size: 12px;
  color: var(--muted);
}

.ys-time-range {
  font-size: 11px;
  color: var(--muted);
}

.ys-time-item.active .ys-time-branch,
.ys-time-item.active .ys-time-meridian,
.ys-time-item.active .ys-time-range {
  color: #fff;
}

.ys-current-card {
  margin-top: 12px;
  padding: 14px;
  border-radius: 12px;
  background: rgba(30, 111, 92, 0.06);
}

.ys-current-title {
  font-size: 15px;
  font-weight: 800;
  color: var(--ink);
}

.ys-current-desc {
  margin: 6px 0 0;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
  min-height: 42px;
}

/* ===== 子午流注圆盘（复制自小程序 zwlz-wheel） ===== */
.zwlz-wheel-wrap {
  display: flex;
  justify-content: center;
  padding: 48px 0 12px;
  overflow: visible;
}

.zwlz-wheel {
  position: relative;
  width: min(295px, 79vw);
  height: min(295px, 79vw);
  border-radius: 50%;
  overflow: visible;
  background:
    radial-gradient(circle at center, #fff 0 56px, transparent 56px),
    repeating-conic-gradient(from -15deg, rgba(216, 219, 224, 0.85) 0 1deg, transparent 1deg 30deg),
    #fff;
  box-shadow: inset 0 0 0 1px #eef0f3;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.zwlz-wheel::before {
  content: '';
  position: absolute;
  inset: 38px;
  border-radius: 50%;
  border: 1px solid #dde0e6;
}

.zwlz-jieqi {
  position: absolute;
  z-index: 4;
  color: #bcc0c7;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  transform-origin: center;
}

.zwlz-jieqi.active {
  color: var(--cinnabar);
}

.zwlz-current-sector {
  position: absolute;
  z-index: 2;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
}

.zwlz-meridian {
  position: absolute;
  z-index: 6;
  color: #1f2329;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  transform: translate(-50%, -50%) rotate(var(--meridian-rot, 0deg));
}

.zwlz-branch {
  position: absolute;
  z-index: 6;
  color: #2a2d33;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  transform: translate(-50%, -50%) rotate(var(--branch-rot, 0deg));
}

.zwlz-note {
  position: absolute;
  z-index: 6;
  color: #c5c9cf;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transform: translate(-50%, -50%) rotate(var(--note-rot, 0deg));
}

.zwlz-meridian.active,
.zwlz-branch.active,
.zwlz-note.active {
  z-index: 7;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.28);
}

.zwlz-center {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 83px;
  height: 83px;
  margin: -41.5px 0 0 -41.5px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.zwlz-center-branch {
  margin-top: 0;
  font-size: 23px;
  font-weight: 900;
  line-height: 1;
}

.zwlz-center-time {
  margin-top: 3px;
  font-size: 9px;
  font-weight: 700;
}

.zwlz-center-meridian {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
  font-weight: 900;
}

/* ===== 纳子法取穴 ===== */
.nazi-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.nazi-card {
  padding: 14px;
  border-radius: 12px;
  border: 1px solid var(--line);
}

.nazi-card.point-bu { background: rgba(185, 65, 50, 0.06); }
.nazi-card.point-xie { background: rgba(181, 138, 52, 0.08); }
.nazi-card.point-ben { background: rgba(30, 111, 92, 0.06); }
.nazi-card.point-yuan { background: rgba(76, 175, 80, 0.06); }

.nazi-kind {
  font-size: 12px;
  font-weight: 800;
  color: var(--cinnabar);
}

.nazi-point {
  margin-top: 4px;
  font-size: 18px;
  font-weight: 800;
  color: var(--ink);
}

.nazi-note {
  margin: 10px 0 0;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.6;
}

/* ===== 农历面板（两个独立卡片板块） ===== */
.nl-info-card {
  margin-bottom: 14px;
  padding: 16px;
}

.almanac-panel.nl-info-card {
  margin-bottom: 14px;
}

.nl-section-title {
  margin-bottom: 13px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nl-clickable {
  cursor: pointer;
  transition: box-shadow 0.15s, transform 0.15s;
}

.nl-clickable:hover {
  box-shadow: 0 10px 28px rgba(33, 36, 31, 0.12);
  transform: translateY(-2px);
}

.nl-arrow {
  color: var(--muted);
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
}

.nl-section-title-arrow-only {
  justify-content: flex-end;
}

/* ===== 道历tab：节日/特殊日文字朱砂红 ===== */
.almanac-day.lunar-special:not(.selected) .lunar-text {
  color: var(--cinnabar);
}

/* ===== 干支历板块：左阴历 + 右四柱（参考小程序样式） ===== */
/* ===== 择吉查询/神仙诞辰查询条栏（参考小程序 entry-bar） ===== */
.entry-bar-wrap {
  margin-bottom: 14px;
}

.entry-bar-wrap.almanac-panel {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.entry-bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 12px;
  background: #fff0f1;
  color: #bc4540;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.15s;
}

.entry-bar:hover {
  background: #ffe3e5;
}

.entry-bar-text {
  pointer-events: none;
}

.entry-bar-close {
  position: absolute;
  right: 14px;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d28a86;
  border-radius: 50%;
  color: #d28a86;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  background: #fff0f1;
  cursor: pointer;
}

.entry-bar-close:hover {
  background: #d28a86;
  color: #fff;
}

/* 神仙诞辰条栏使用稍深的背景区分 */
.entry-bar-deity {
  background: #fef3e8;
  color: #b5722a;
}

.entry-bar-deity:hover {
  background: #fee8d0;
}

.entry-bar-deity .entry-bar-close {
  border-color: #d2a86a;
  color: #d2a86a;
  background: #fef3e8;
}

.entry-bar-deity .entry-bar-close:hover {
  background: #d2a86a;
  color: #fff;
}

@media (max-width: 760px) {
  .entry-bar {
    height: 38px;
    font-size: 13px;
  }

  .entry-bar-close {
    right: 10px;
    width: 20px;
    height: 20px;
    font-size: 13px;
  }
}

/* ===== 干支历板块：左阴历 + 右四柱（参考小程序样式） ===== */
.gz-panel {
  padding: 20px;
}

.gz-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 100px;
}

.gz-left {
  display: flex;
  align-items: center;
  min-width: 110px;
  text-align: left;
}

.gz-lunar-date {
  color: var(--cinnabar);
  font-size: 27px;
  font-weight: 900;
  line-height: 1.1;
}

.gz-right {
  min-width: 0;
  flex-shrink: 0;
}

.gz-pillars {
  display: grid;
  grid-template-columns: repeat(4, 56px);
  gap: 16px;
  text-align: center;
}

.gz-pillar {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gz-pillar-label {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.gz-pillar .almanac-pillar-gz {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.4;
}

.gz-pillar .almanac-pillar-gz span + span {
  margin-top: 2px;
}

/* 五行颜色覆盖默认 ink 色 */
.gz-pillar .almanac-pillar-gz span.wxjin { color: #ffa500; }
.gz-pillar .almanac-pillar-gz span.wxshui { color: #0074e4; }
.gz-pillar .almanac-pillar-gz span.wxmu { color: #00a879; }
.gz-pillar .almanac-pillar-gz span.wxhuo { color: #ed4d49; }
.gz-pillar .almanac-pillar-gz span.wxtu { color: #a64b00; }

@media (max-width: 760px) {
  .gz-layout {
    gap: 12px;
    min-height: 80px;
  }

  .gz-left {
    min-width: 86px;
  }

  .gz-lunar-date {
    font-size: 20px;
  }

  .gz-pillars {
    grid-template-columns: repeat(4, 46px);
    gap: 8px;
  }

  .gz-pillar .almanac-pillar-gz {
    font-size: 16px;
  }

  .gz-pillar-label {
    font-size: 12px;
  }
}

.nl-yi-ji-row {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-bottom: 12px;
}

.nl-yi-ji-row:last-child {
  margin-bottom: 0;
}

.nl-round-badge {
  width: 29px;
  height: 29px;
  flex: 0 0 29px;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 900;
  line-height: 29px;
  text-align: center;
}

.nl-round-badge.yi {
  color: #38a85a;
  background: #effaf2;
}

.nl-round-badge.ji {
  color: var(--cinnabar);
  background: #fff0f1;
}

.nl-yi-ji-text {
  flex: 1;
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.65;
}

/* ===== 传统黄历网格（复制自小程序 huangli-grid） ===== */
.huangli-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid #ead0d0;
  border-radius: 12px;
  overflow: hidden;
  background: #fffdf7;
}

.huangli-cell {
  min-height: 68px;
  padding: 9px 5px;
  border-right: 1px solid #f0dcdc;
  border-bottom: 1px solid #f0dcdc;
  box-sizing: border-box;
  text-align: center;
  grid-column: span 2;
}

.huangli-cell.col-span-2 {
  grid-column: span 3;
}

.huangli-cell.no-border-right {
  border-right: 0;
}

.huangli-cell.no-border-bottom {
  border-bottom: 0;
}

.huangli-cell.full-row {
  grid-column: 1 / -1;
}

.huangli-label {
  color: var(--cinnabar);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.3;
}

.huangli-label.shen-good,
.huangli-label.shen-bad {
  color: var(--cinnabar);
}

.huangli-value {
  margin-top: 5px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.38;
}

.huangli-cell.full-row .huangli-value {
  line-height: 1.6;
}

/* ===== 十二地支黄黑道（复制自小程序 dizhi-row） ===== */
.dizhi-row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  margin-top: 12px;
  border: 1px solid #ead0d0;
  border-radius: 8px;
  overflow: hidden;
  background: #fffdf7;
}

.dizhi-cell {
  padding: 6px 0;
  border-right: 1px solid #ead0d0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}

.dizhi-cell:last-child {
  border-right: 0;
}

.dizhi-cell .branch {
  display: block;
  font-size: 14px;
  font-weight: 800;
  color: var(--ink);
}

.dizhi-cell .luck {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  color: var(--muted);
}

.dizhi-cell.good .luck {
  color: var(--cinnabar);
}

/* ===== 移动端响应式 ===== */
@media (max-width: 760px) {
  .jq-wheel,
  .zwlz-wheel {
    width: min(240px, 76vw);
    height: min(240px, 76vw);
  }

  .jq-name {
    font-size: 24px;
  }

  .jq-season-big {
    font-size: 26px;
  }

  .jq-wheel-center {
    width: 56px;
    height: 56px;
    font-size: 18px;
  }

  .zwlz-center {
    width: 68px;
    height: 68px;
  }

  .zwlz-center-branch {
    font-size: 16px;
  }

  .zwlz-branch {
    font-size: 17px;
  }

  .zwlz-meridian {
    font-size: 12px;
  }

  .dizhi-cell .branch {
    font-size: 13px;
  }

  .dizhi-cell .luck {
    font-size: 10px;
  }

  .huangli-value {
    font-size: 13px;
  }
}
