:root {
	--sf-img-0: url("../images/img_001.png");
	--sf-img-1: url("../images/img_002.png");
	--sf-img-2: url("../images/img_003.png")
}

/* ===== 合并样式 ===== */
.n-carousel {
	position: relative;
	touch-action: pan-y
}

.n-carousel .n-carousel__dots.n-carousel__dots--dot .n-carousel__dot:focus {
	background-color: var(--n-dot-color-focus)
}

/* ===== 合并样式 ===== */
:root {
	--vt-c-white: #ffffff;
	--vt-c-white-soft: #f8f8f8;
	--vt-c-white-mute: #f2f2f2;
	--vt-c-black: #181818;
	--vt-c-black-soft: #222222;
	--vt-c-black-mute: #282828;
	--vt-c-indigo: #2c3e50;
	--vt-c-divider-light-1: rgba(60, 60, 60, 0.29);
	--vt-c-divider-light-2: rgba(60, 60, 60, 0.12);
	--vt-c-divider-dark-1: rgba(84, 84, 84, 0.65);
	--vt-c-divider-dark-2: rgba(84, 84, 84, 0.48);
	--vt-c-text-light-1: var(--vt-c-indigo);
	--vt-c-text-light-2: rgba(60, 60, 60, 0.66);
	--vt-c-text-dark-1: var(--vt-c-white);
	--vt-c-text-dark-2: rgba(235, 235, 235, 0.64)
}

:root {
	--color-background: var(--vt-c-white);
	--color-background-soft: var(--vt-c-white-soft);
	--color-background-mute: var(--vt-c-white-mute);
	--color-border: var(--vt-c-divider-light-2);
	--color-border-hover: var(--vt-c-divider-light-1);
	--color-heading: var(--vt-c-text-light-1);
	--color-text: var(--vt-c-text-light-1);
	--section-gap: 160px
}

@media (prefers-color-scheme:dark) {
	:root {
		--color-background: var(--vt-c-black);
		--color-background-soft: var(--vt-c-black-soft);
		--color-background-mute: var(--vt-c-black-mute);
		--color-border: var(--vt-c-divider-dark-2);
		--color-border-hover: var(--vt-c-divider-dark-1);
		--color-heading: var(--vt-c-text-dark-1);
		--color-text: var(--vt-c-text-dark-2)
	}
}

body {
	min-height: 100vh;
	background: var(--color-background);
	transition: color 0.5s, background-color 0.5s;
	line-height: 1.6;
	font-size: 15px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

#app {
	margin: 0 auto;
	padding: 0
}

#app {
	width: 100% !important;
	max-width: 1280px;
	box-sizing: border-box
}

a {
	text-decoration: none;
	transition: 0.4s;
	padding: 3px
}

@media (hover:hover) {
	a:hover {
		background-color: #00bd7e33
	}
}

@media (min-width:1024px) {
	body {
		display: flex;
		place-items: center
	}

	#app {
		align-items: center;
		justify-content: center;
		padding: 0
	}
}

.yxym-title[data-v-497a0025] {
	color: #d90000;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	padding: 15px 0;
	background-color: #fff
}

.yxym-title a[data-v-497a0025] {
	color: inherit;
	font-size: inherit;
	font-weight: inherit
}

.gg[data-v-497a0025] {
	border-collapse: collapse;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 2;
	border: 1px solid #000
}

.gg td[data-v-497a0025] {
	border: 1px solid #000;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 2
}

.gg a[data-v-497a0025] {
	color: inherit;
	font-size: inherit;
	font-weight: inherit
}

.no-select[data-v-a2d5aa81] {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none
}

main>div[data-v-a2d5aa81]:last-child {
	margin-bottom: 0.5rem
}

.bottom_img[data-v-a2d5aa81] {
	width: 100%;
	height: auto;
	display: block
}

.combo-data[data-v-a2d5aa81] {
	padding: 0.5rem 0
}

.combo-group-header[data-v-a2d5aa81] {
	color: #c41e1e;
	font-weight: 700;
	display: flex;
	align-items: center
}

.combo-item[data-v-a2d5aa81] {
	transition: background 0.2s
}

.combo-item[data-v-a2d5aa81]:hover {
	background: #fafafa
}

.selected-code[data-v-a2d5aa81]:hover {
	transform: scale(1.08);
	box-shadow: 0 2px 8px #f4d0404d
}

.danbi-explanation[data-v-a2d5aa81] {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.4rem;
	margin: 0 0.35rem 0.45rem;
	padding: 0.5rem 0.6rem;
	background: linear-gradient(135deg, #fff8df, #fff2cc);
	border: 1px solid #f0d98a;
	border-left: 4px solid #d12a2a;
	border-radius: 0.35rem;
	box-shadow: 0 1px 3px #0000000f
}

.explanation-text[data-v-a2d5aa81] {
	display: inline-flex;
	align-items: center;
	padding: 0.14rem 0.44rem;
	border-radius: 0.2rem;
	background: #fffdf3;
	border: 1px solid #f1dfab;
	color: #c41e1e;
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.35;
	white-space: nowrap
}

.wave-row[data-v-a2d5aa81] {
	display: flex;
	width: 100%;
	box-sizing: border-box
}

.wave-title[data-v-a2d5aa81] {
	font-weight: 700
}

.dyj-dynamic-host .issue-number-red {
	color: #e30000 !important;
	font-weight: 800
}

.wave-char[data-v-a2d5aa81] {
	color: #111;
	font-weight: 700
}

.zodiac-row[data-v-a2d5aa81] {
	display: grid;
	justify-content: stretch;
	justify-items: stretch;
	width: 100%
}

.zodiac-row[data-v-a2d5aa81]:last-child {
	border-bottom: none
}

.issue-display[data-v-a2d5aa81] {
	display: flex;
	align-items: center;
	gap: 0.2rem;
	font-weight: 700;
	color: #333;
	font-size: 0.9rem;
	border-radius: 0.2rem;
	justify-content: center;
	box-sizing: border-box
}

.issue-suffix-black[data-v-a2d5aa81] {
	color: #666;
	font-weight: 400;
	font-size: 0.85rem
}

.zodiac-label-black[data-v-a2d5aa81] {
	color: #c41e1e;
	font-weight: 700;
	font-size: 0.85rem
}

.zodiac-char[data-v-a2d5aa81] {
	padding: 0;
	margin: 0;
	line-height: 1.2;
	letter-spacing: 0
}

.hit-status[data-v-a2d5aa81] {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	font-weight: 700;
	text-align: center;
	white-space: nowrap
}

.hit-status[data-v-a2d5aa81]:not(.hit):not(.error) {
	border: 1px solid #f5f5f5
}

.hit-status.hit[data-v-a2d5aa81] {
	border: 1px solid #c41e1e
}

.hit-status.error[data-v-a2d5aa81] {
	border: 1px solid #f5d5d5
}

.sixteen-code-item[data-v-a2d5aa81]:hover {
	transform: scale(1.05);
	box-shadow: 0 2px 6px #0000001a
}

@media (max-width:768px) {
	.wave-row[data-v-a2d5aa81] {
		border-width: 1.5px
	}

	.wave-title[data-v-a2d5aa81] {
		font-size: 0.8rem
	}

	.danbi-explanation[data-v-a2d5aa81] {
		gap: 0.25rem;
		margin: 0 0.2rem 0.35rem;
		padding: 0.4rem 0.45rem;
		border-left-width: 3px
	}

	.explanation-text[data-v-a2d5aa81] {
		font-size: 0.78rem;
		padding: 0.1rem 0.32rem
	}

	.zodiac-row[data-v-a2d5aa81] {
		justify-content: stretch;
		justify-items: stretch
	}

	.issue-display[data-v-a2d5aa81] {
		display: flex;
		align-items: center;
		gap: 0.2rem;
		font-size: 0.85rem;
		padding: 0.3rem 0.5rem
	}

	.zodiac-char[data-v-a2d5aa81] {
		font-size: 0.8rem;
		padding: 0
	}

	.zodiac-content[data-v-a2d5aa81] {
		gap: 0
	}

	.hit-status[data-v-a2d5aa81] {
		font-size: 0.8rem;
		padding: 0 0.4rem
	}
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

body {
	font-family: Arial, sans-serif;
	background-color: #f5f5f5;
	color: #333
}

#app {
	min-height: 100vh
}

.main-content {
	max-width: 750px;
	margin: 0 auto;
	width: 100%
}

.logo-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	background: #99934b;
	padding: 6px 10px;
	box-sizing: border-box
}

.site-logo-left,
.site-logo-right {
	height: 55px;
	width: auto;
	display: block;
	object-fit: contain
}

.banner-carousel-section {
	width: 100%;
	background: #99934b;
	box-sizing: border-box
}

.banner-carousel-viewport {
	width: 100%;
	height: clamp(120px, 30vw, 190px);
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 8px 22px #00000038;
	border: 1px solid rgba(255, 255, 255, 0.28)
}

.text-announcement-section {
	width: 100%;
	background: linear-gradient(135deg, #99934b, #b6ae62);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(92, 85, 29, 0.28);
	box-shadow: 0 8px 20px #99934b2e
}

.announcement-container {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 42px;
	padding: 0 12px
}

.announcement-icon {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #ffffff38;
	color: #fff7d6;
	font-size: 15px
}

.announcement-text-container {
	flex: 1;
	overflow: hidden;
	white-space: nowrap
}

.announcement-text {
	display: inline-block;
	min-width: 100%;
	padding-left: 100%;
	color: #fff7d6;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.02em;
	animation: announcementMarquee 16s linear infinite
}

.icon-section {
	display: flex;
	align-items: center;
	width: 100%;
	background: #99934b;
	padding: 6px 8px;
	gap: 6px;
	box-sizing: border-box
}

.icon-image {
	flex: 1;
	width: 0;
	height: auto;
	display: block;
	padding: 5px;
	object-fit: contain;
	box-sizing: border-box
}

.draw-info {
	background: linear-gradient(180deg, #fffbe6, #f2eaa5);
	border: 1px solid rgba(153, 147, 75, 0.45);
	margin-bottom: 5px;
	box-shadow: 0 10px 24px #99934b38;
	overflow: hidden;
	margin-top: 5px
}

.draw-block {
	display: flex;
	background: linear-gradient(90deg, #b3ab63, #99934b)
}

.draw-type {
	flex: 1;
	text-align: center;
	font-weight: 700;
	color: #fff8cf;
	text-shadow: 0 1px 0 rgba(92, 85, 29, 0.2);
	transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease
}

.draw-type.active {
	background: linear-gradient(180deg, #f2eaa5, #e5da7d);
	color: #6f6728;
	box-shadow: inset 0-3px #99934b59
}

.draw-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px 0 12px
}

.draw-detail {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	margin-bottom: 0.2rem;
	width: 100%;
	padding: 0 0.3rem;
	color: #6f6728
}

.next-draw .red {
	color: #8c5623;
	font-weight: 700
}

.history-link {
	color: #8a7f35;
	font-size: 16px;
	text-decoration: underline
}

.draw-numbers {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0.3rem 0;
	padding: 0 5px;
	width: 100%
}

.draw-ball {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: calc(12.5% - 5px);
	min-width: 40px;
	font-size: 15px;
	color: #6f6728;
	justify-content: center
}

.draw-ball b {
	font-size: 20px;
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px
}

.draw-ball small {
	font-size: 16px;
	color: #8a7f35;
	min-height: 16px;
	line-height: 16px;
	display: block
}

.draw-ball-plus {
	align-items: center;
	justify-content: center
}

.draw-date {
	text-align: center;
	font-size: 16px;
	color: #8c5623;
	margin-top: 0.2rem;
	font-weight: 700
}

.floating-buttons {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	z-index: 100;
	margin: 0 !important;
	padding: 0 !important;
	width: auto;
	height: auto
}

.back-to-top-btn {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: linear-gradient(135deg, #2ecc71, #27ae60);
	border: none;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	box-shadow: 0 3px 12px #00000026;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center
}

.back-to-top-btn:hover {
	transform: scale(1.1) translateY(-2px);
	box-shadow: 0 5px 18px #2ecc7166
}

.nav-menu-btn {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: linear-gradient(135deg, #f39c12, #e67e22);
	border: none;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	box-shadow: 0 3px 12px #00000026;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center
}

.nav-menu-btn:hover {
	transform: scale(1.1) translateY(-2px);
	box-shadow: 0 5px 18px #f39c1266
}

@keyframes slideInRight {
	0% {
		transform: translate(150px);
		opacity: 0
	}

	to {
		transform: translate(0);
		opacity: 1
	}
}

@keyframes announcementMarquee {
	0% {
		transform: translate(0)
	}

	to {
		transform: translate(-100%)
	}
}

@media (max-width:768px) {
	.floating-buttons {
		bottom: 15px;
		right: 15px;
		gap: 8px
	}

	.back-to-top-btn,
	.nav-menu-btn {
		width: 40px;
		height: 40px;
		font-size: 16px
	}
}

/* ===== 合并样式 ===== */
@property --tw-translate-x {
	syntax: "*";
	inherits: false;
	initial-value: 0
}

@property --tw-translate-y {
	syntax: "*";
	inherits: false;
	initial-value: 0
}

@property --tw-translate-z {
	syntax: "*";
	inherits: false;
	initial-value: 0
}

@property --tw-scale-x {
	syntax: "*";
	inherits: false;
	initial-value: 1
}

@property --tw-scale-y {
	syntax: "*";
	inherits: false;
	initial-value: 1
}

@property --tw-scale-z {
	syntax: "*";
	inherits: false;
	initial-value: 1
}

@property --tw-rotate-x {
	syntax: "*";
	inherits: false
}

@property --tw-rotate-y {
	syntax: "*";
	inherits: false
}

@property --tw-rotate-z {
	syntax: "*";
	inherits: false
}

@property --tw-skew-x {
	syntax: "*";
	inherits: false
}

@property --tw-skew-y {
	syntax: "*";
	inherits: false
}

@property --tw-space-y-reverse {
	syntax: "*";
	inherits: false;
	initial-value: 0
}

@property --tw-border-style {
	syntax: "*";
	inherits: false;
	initial-value: solid
}

@property --tw-gradient-position {
	syntax: "*";
	inherits: false
}

@property --tw-gradient-from {
	syntax: "<color>";
	inherits: false;
	initial-value: #0000
}

@property --tw-gradient-via {
	syntax: "<color>";
	inherits: false;
	initial-value: #0000
}

@property --tw-gradient-to {
	syntax: "<color>";
	inherits: false;
	initial-value: #0000
}

@property --tw-gradient-stops {
	syntax: "*";
	inherits: false
}

@property --tw-gradient-via-stops {
	syntax: "*";
	inherits: false
}

@property --tw-gradient-from-position {
	syntax: "<length-percentage>";
	inherits: false;
	initial-value: 0%
}

@property --tw-gradient-via-position {
	syntax: "<length-percentage>";
	inherits: false;
	initial-value: 50%
}

@property --tw-gradient-to-position {
	syntax: "<length-percentage>";
	inherits: false;
	initial-value: 100%
}

@property --tw-mask-linear {
	syntax: "*";
	inherits: false;
	initial-value: linear-gradient(#fff, #fff)
}

@property --tw-mask-radial {
	syntax: "*";
	inherits: false;
	initial-value: linear-gradient(#fff, #fff)
}

@property --tw-mask-conic {
	syntax: "*";
	inherits: false;
	initial-value: linear-gradient(#fff, #fff)
}

@property --tw-mask-left {
	syntax: "*";
	inherits: false;
	initial-value: linear-gradient(#fff, #fff)
}

@property --tw-mask-right {
	syntax: "*";
	inherits: false;
	initial-value: linear-gradient(#fff, #fff)
}

@property --tw-mask-bottom {
	syntax: "*";
	inherits: false;
	initial-value: linear-gradient(#fff, #fff)
}

@property --tw-mask-top {
	syntax: "*";
	inherits: false;
	initial-value: linear-gradient(#fff, #fff)
}

@property --tw-mask-top-from-position {
	syntax: "*";
	inherits: false;
	initial-value: 0%
}

@property --tw-mask-top-to-position {
	syntax: "*";
	inherits: false;
	initial-value: 100%
}

@property --tw-mask-top-from-color {
	syntax: "*";
	inherits: false;
	initial-value: black
}

@property --tw-mask-top-to-color {
	syntax: "*";
	inherits: false;
	initial-value: transparent
}

@property --tw-mask-right-from-position {
	syntax: "*";
	inherits: false;
	initial-value: 0%
}

@property --tw-mask-right-to-position {
	syntax: "*";
	inherits: false;
	initial-value: 100%
}

@property --tw-mask-right-from-color {
	syntax: "*";
	inherits: false;
	initial-value: black
}

@property --tw-mask-right-to-color {
	syntax: "*";
	inherits: false;
	initial-value: transparent
}

@property --tw-mask-bottom-from-position {
	syntax: "*";
	inherits: false;
	initial-value: 0%
}

@property --tw-mask-bottom-to-position {
	syntax: "*";
	inherits: false;
	initial-value: 100%
}

@property --tw-mask-bottom-from-color {
	syntax: "*";
	inherits: false;
	initial-value: black
}

@property --tw-mask-bottom-to-color {
	syntax: "*";
	inherits: false;
	initial-value: transparent
}

@property --tw-mask-left-from-position {
	syntax: "*";
	inherits: false;
	initial-value: 0%
}

@property --tw-mask-left-to-position {
	syntax: "*";
	inherits: false;
	initial-value: 100%
}

@property --tw-mask-left-from-color {
	syntax: "*";
	inherits: false;
	initial-value: black
}

@property --tw-mask-left-to-color {
	syntax: "*";
	inherits: false;
	initial-value: transparent
}

@property --tw-leading {
	syntax: "*";
	inherits: false
}

@property --tw-font-weight {
	syntax: "*";
	inherits: false
}

@property --tw-tracking {
	syntax: "*";
	inherits: false
}

@property --tw-ordinal {
	syntax: "*";
	inherits: false
}

@property --tw-slashed-zero {
	syntax: "*";
	inherits: false
}

@property --tw-numeric-figure {
	syntax: "*";
	inherits: false
}

@property --tw-numeric-spacing {
	syntax: "*";
	inherits: false
}

@property --tw-numeric-fraction {
	syntax: "*";
	inherits: false
}

@property --tw-shadow {
	syntax: "*";
	inherits: false;
	initial-value: 0 0#0000
}

@property --tw-shadow-color {
	syntax: "*";
	inherits: false
}

@property --tw-shadow-alpha {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 100%
}

@property --tw-inset-shadow {
	syntax: "*";
	inherits: false;
	initial-value: 0 0#0000
}

@property --tw-inset-shadow-color {
	syntax: "*";
	inherits: false
}

@property --tw-inset-shadow-alpha {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 100%
}

@property --tw-ring-color {
	syntax: "*";
	inherits: false
}

@property --tw-ring-shadow {
	syntax: "*";
	inherits: false;
	initial-value: 0 0#0000
}

@property --tw-inset-ring-color {
	syntax: "*";
	inherits: false
}

@property --tw-inset-ring-shadow {
	syntax: "*";
	inherits: false;
	initial-value: 0 0#0000
}

@property --tw-ring-inset {
	syntax: "*";
	inherits: false
}

@property --tw-ring-offset-width {
	syntax: "<length>";
	inherits: false;
	initial-value: 0
}

@property --tw-ring-offset-color {
	syntax: "*";
	inherits: false;
	initial-value: #fff
}

@property --tw-ring-offset-shadow {
	syntax: "*";
	inherits: false;
	initial-value: 0 0#0000
}

@property --tw-outline-style {
	syntax: "*";
	inherits: false;
	initial-value: solid
}

@property --tw-blur {
	syntax: "*";
	inherits: false
}

@property --tw-brightness {
	syntax: "*";
	inherits: false
}

@property --tw-contrast {
	syntax: "*";
	inherits: false
}

@property --tw-grayscale {
	syntax: "*";
	inherits: false
}

@property --tw-hue-rotate {
	syntax: "*";
	inherits: false
}

@property --tw-invert {
	syntax: "*";
	inherits: false
}

@property --tw-opacity {
	syntax: "*";
	inherits: false
}

@property --tw-saturate {
	syntax: "*";
	inherits: false
}

@property --tw-sepia {
	syntax: "*";
	inherits: false
}

@property --tw-drop-shadow {
	syntax: "*";
	inherits: false
}

@property --tw-drop-shadow-color {
	syntax: "*";
	inherits: false
}

@property --tw-drop-shadow-alpha {
	syntax: "<percentage>";
	inherits: false;
	initial-value: 100%
}

@property --tw-drop-shadow-size {
	syntax: "*";
	inherits: false
}

@property --tw-backdrop-blur {
	syntax: "*";
	inherits: false
}

@property --tw-backdrop-brightness {
	syntax: "*";
	inherits: false
}

@property --tw-backdrop-contrast {
	syntax: "*";
	inherits: false
}

@property --tw-backdrop-grayscale {
	syntax: "*";
	inherits: false
}

@property --tw-backdrop-hue-rotate {
	syntax: "*";
	inherits: false
}

@property --tw-backdrop-invert {
	syntax: "*";
	inherits: false
}

@property --tw-backdrop-opacity {
	syntax: "*";
	inherits: false
}

@property --tw-backdrop-saturate {
	syntax: "*";
	inherits: false
}

@property --tw-backdrop-sepia {
	syntax: "*";
	inherits: false
}

@property --tw-duration {
	syntax: "*";
	inherits: false
}

@property --tw-ease {
	syntax: "*";
	inherits: false
}

@property --tw-content {
	syntax: "*";
	inherits: false;
	initial-value: ""
}

@property --tw-border-spacing-x {
	syntax: "<length>";
	inherits: false;
	initial-value: 0
}

@property --tw-border-spacing-y {
	syntax: "<length>";
	inherits: false;
	initial-value: 0
}

/* ===== 合并样式 ===== */
.n-icon {
	height: 1em;
	width: 1em;
	line-height: 1em;
	text-align: center;
	display: inline-block;
	position: relative;
	fill: currentColor
}

.n-icon svg {
	height: 1em;
	width: 1em
}

body {
	margin: 0;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

/* ===== 合并样式 ===== */
#dyj-loading-screen {
	position: fixed;
	inset: 0;
	z-index: 99999;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, #fff7d7 0%, #f3d45a 100%);
	color: #7a1b12;
	font-family: "Microsoft YaHei", "PingFang SC", sans-serif
}

.dyj-ready #dyj-loading-screen {
	display: none !important
}

@keyframes dyj-loading-spin {
	to {
		transform: rotate(360deg)
	}
}

/* ===== 合并样式 ===== */
.draw-type {
	cursor: pointer
}

.draw-type .draw-type-date {
	display: block;
	font-size: 12px;
	line-height: 1.2;
	opacity: .92;
	margin-top: 4px
}

.draw-detail-main {
	display: flex;
	gap: 8px;
	align-items: center;
	flex-wrap: wrap
}

.draw-detail-main .current-expect {
	font-weight: 700
}

.dyj-banner-stage {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.dyj-banner-link {
	display: block;
	width: 100%;
	height: 100%
}

.dyj-banner-link img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block
}

.dyj-banner-dots {
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
	display: flex;
	gap: 8px;
	z-index: 2
}

.dyj-banner-dot {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .38);
	cursor: pointer
}

.dyj-banner-dot.is-active {
	width: 24px;
	background: rgba(255, 255, 255, 1)
}

.draw-ball .ball_red {
	background-image: var(--lhc-ball-red, var(--sf-img-0)) !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important
}

.draw-ball .ball_blue {
	background-image: var(--lhc-ball-blue, var(--sf-img-1)) !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important
}

.draw-ball .ball_green {
	background-image: var(--lhc-ball-green, var(--sf-img-2)) !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important
}

.draw-type.is-many {
	font-size: 15px;
	padding: 8px 2px
}

.dyj-dynamic-host {
	margin-top: 8px;
	padding-bottom: 10px
}

@keyframes dyj-loading-spin {
	to {
		transform: rotate(360deg)
	}
}

.dyj-dynamic-host .combo-group-block[data-v-a2d5aa81] {
	margin-bottom: 1rem;
	border-radius: .32rem;
	border: 1px solid rgba(196, 30, 30, .08);
	box-shadow: 0 6px 18px rgba(143, 131, 64, .10);
	overflow: hidden;
	background: linear-gradient(180deg, #fff 0%, #fffdf3 100%)
}

.dyj-dynamic-host .combo-group-header[data-v-a2d5aa81] {
	padding: .7rem .9rem;
	font-size: 1rem;
	line-height: 1.35;
	letter-spacing: .01rem;
	background: linear-gradient(135deg, #f4d040, #f5d958 58%, #f7e07f);
	border-left: 6px solid #c41e1e;
	box-shadow: none
}

.dyj-dynamic-host .combo-item[data-v-a2d5aa81] {
	padding: .72rem .45rem;
	border-bottom: 1px solid rgba(143, 131, 64, .10);
	background: transparent
}

.dyj-dynamic-host .combo-item[data-v-a2d5aa81]:hover {
	background: #fffdf6
}

.dyj-wave-text {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 4px;
	justify-content: flex-start;
	vertical-align: middle
}

.dyj-wave-text .wave-char {
	font-weight: 700
}

.dyj-worldcup-entry {
	margin: 10px 0;
	padding: 0
}

.dyj-worldcup-btn {
	width: 100%;
	min-height: 46px;
	border: 0;
	border-radius: 12px;
	background: linear-gradient(135deg, #10b981, #059669);
	color: #fff;
	font-size: 17px;
	font-weight: 900;
	box-shadow: 0 7px 16px rgba(5, 150, 105, .22);
	cursor: pointer
}

.dyj-dynamic-host .wave-row[data-v-a2d5aa81] {
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: .45rem;
	text-align: left;
	padding: .65rem .7rem;
	border-radius: .24rem;
	background: linear-gradient(180deg, #f7f1c8, #efe5a8);
	border: 1px solid #b9ab59;
	box-shadow: inset 0 1px rgba(255, 255, 255, .4)
}

.dyj-dynamic-host .wave-title[data-v-a2d5aa81] {
	white-space: normal;
	word-break: break-word;
	flex: 1 1 100%;
	text-align: left;
	line-height: 1.58;
	font-size: .92rem;
	color: #2f2a13
}

.dyj-dynamic-host .issue-number {
	flex: 1 1 100%
}

.dyj-dynamic-host .dyj-wave-expect {
	display: block;
	text-align: center;
	font-weight: 800;
	margin-bottom: .18rem;
	color: #5b4910
}

.dyj-dynamic-host .dyj-wave-content {
	display: block;
	text-align: left;
	flex: 1 1 0%;
	min-width: 0
}

.dyj-dynamic-host .wave-row[data-v-a2d5aa81] .hit-status[data-v-a2d5aa81] {
	margin-left: auto;
	flex-shrink: 0
}

.dyj-dynamic-host .zodiac-row[data-v-a2d5aa81] {
	grid-template-columns: 4.9rem minmax(0, 1fr) 4.3rem;
	align-items: start;
	gap: .45rem;
	padding: .55rem .3rem
}

.dyj-dynamic-host .issue-display[data-v-a2d5aa81] {
	width: 100%;
	min-width: 0;
	height: auto;
	min-height: 1.65rem;
	padding: .42rem .5rem;
	border: 1px solid rgba(244, 208, 64, .45);
	background: linear-gradient(180deg, #fff9e6, #fff4cc);
	box-shadow: inset 0 1px rgba(255, 255, 255, .55)
}

.dyj-dynamic-host .zodiac-content[data-v-a2d5aa81] {
	display: flex;
	flex-wrap: wrap;
	gap: .16rem .22rem;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	min-width: 0;
	max-width: 100%;
	white-space: normal;
	text-align: left;
	overflow: visible;
	line-height: 1.45;
	padding: .12rem 0
}

.dyj-dynamic-host .zodiac-char[data-v-a2d5aa81] {
	display: inline-block;
	white-space: normal;
	word-break: break-word;
	font-size: .88rem;
	color: #2d2d2d
}

.dyj-dynamic-host .hit-status[data-v-a2d5aa81] {
	width: auto;
	max-width: 4.3rem;
	height: auto;
	min-height: 1.65rem;
	padding: .35rem .55rem;
	border-radius: .24rem;
	font-size: .82rem;
	line-height: 1.35;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .06)
}

.dyj-dynamic-host .hit-status.hit[data-v-a2d5aa81] {
	background: linear-gradient(135deg, #f4d040, #f8e37b);
	color: #b31212;
	border-color: #b31212
}

.dyj-dynamic-host .hit-status.error[data-v-a2d5aa81] {
	background: #fff1f1;
	color: #8d6b6b;
	border-color: #f0caca
}

.dyj-dynamic-host .hit-status[data-v-a2d5aa81]:not(.hit):not(.error) {
	background: #faf7ef;
	color: #8b8060;
	border-color: #efe4ca
}

.dyj-dynamic-host .dyj-hit-mark {
	display: inline;
	background: #ffef00;
	color: #d90000;
	border-radius: .14rem;
	padding: 0 .12rem;
	font-weight: 800;
	line-height: inherit;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone
}

@media (max-width:768px) {
	.dyj-dynamic-host .combo-group-header[data-v-a2d5aa81] {
		padding: .65rem .75rem;
		font-size: .95rem
	}

	.dyj-dynamic-host .combo-item[data-v-a2d5aa81] {
		padding: .62rem .28rem
	}

	.dyj-dynamic-host .wave-row[data-v-a2d5aa81] {
		padding: .58rem .55rem;
		gap: .28rem
	}

	.dyj-dynamic-host .zodiac-row[data-v-a2d5aa81] {
		grid-template-columns: 1fr;
		gap: .2rem;
		padding: .5rem .2rem
	}

	.dyj-dynamic-host .issue-display[data-v-a2d5aa81] {
		width: 100%;
		height: auto;
		min-height: 1.5rem
	}

	.dyj-dynamic-host .hit-status[data-v-a2d5aa81] {
		width: 100%;
		max-width: none;
		height: auto;
		min-height: 1.35rem
	}

	.dyj-dynamic-host .zodiac-content[data-v-a2d5aa81] {
		justify-content: flex-start
	}
}

.dyj-popup-mask {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .68);
	align-items: center;
	justify-content: center;
	z-index: 10000;
	padding: 16px;
	display: none
}

.dyj-popup-mask.is-open {
	display: flex
}

.dyj-popup-panel {
	width: min(620px, 100%);
	max-height: 90vh;
	overflow: auto;
	overflow-x: hidden;
	background: #fff;
	border-radius: 12px;
	padding: 30px 15px 16px;
	position: relative;
	box-shadow: 0 0 20px rgba(0, 0, 0, .3)
}

.dyj-popup-close {
	position: absolute;
	right: 18px;
	top: 12px;
	cursor: pointer;
	font-size: 26px;
	line-height: 1;
	color: #999;
	z-index: 3
}

.dyj-popup-content {
	font-size: 16px;
	line-height: 1.75;
	color: #333;
	word-break: break-word;
	overflow-x: hidden;
	max-width: 100%
}

.dyj-popup-content * {
	max-width: 100%;
	box-sizing: border-box
}

.dyj-popup-content .pop-xyz-bd {
	width: min(600px, 100%) !important;
	max-width: 100% !important;
	margin: 0 auto !important;
	padding-top: 18px !important
}

.dyj-popup-content .main-domain {
	word-break: break-all
}

.dyj-popup-content .pop-xyz-tzgg {
	top: -16px !important
}

.dyj-popup-content table {
	width: 100% !important;
	max-width: 100% !important;
	table-layout: fixed
}

.dyj-popup-content td {
	word-break: break-all
}

@media (max-width:640px) {
	.dyj-popup-mask {
		padding: 10px !important
	}

	.dyj-popup-panel {
		width: 100% !important;
		padding: 24px 10px 12px !important;
		border-radius: 10px !important;
		overflow-x: hidden !important
	}

	.dyj-popup-content .pop-xyz-bd {
		width: 100% !important;
		padding: 18px 10px 12px !important;
		border-radius: 10px !important
	}

	.dyj-popup-content .pop-xyz-tzgg {
		width: 140px !important;
		height: 34px !important;
		line-height: 34px !important;
		font-size: 16px !important;
		top: -14px !important;
		margin: 0 auto 8px !important
	}

	.dyj-popup-content .xincai-title {
		font-size: clamp(22px, 7vw, 28px) !important;
		line-height: 1.25 !important
	}

	.dyj-popup-content .four-animal {
		font-size: clamp(16px, 5.2vw, 22px) !important;
		line-height: 1.45 !important;
		margin-bottom: 8px !important
	}

	.dyj-popup-content .num-row {
		font-size: clamp(16px, 5.4vw, 24px) !important;
		line-height: 1.45 !important;
		letter-spacing: 1px !important;
		word-break: break-all;
		margin-bottom: 14px !important
	}
}

/* ===== section47 内幕料两列（对齐 life-h5 nml-container 黑底绿字风格） ===== */
.nml-slogan {
	display: block;
	background: #000;
	color: #ff0;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	padding: 2px 8px;
	border: 1px solid #0f0;
	border-bottom: none;
	box-sizing: border-box
}

.nml-cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 100%;
	border-top: 1px solid #0f0;
	border-left: 1px solid #0f0;
	border-right: 1px solid #0f0;
	background: #000;
	vertical-align: middle;
	box-sizing: border-box
}

.nml-col {
	display: inline-block
}

.nml-col:first-child {
	border-right: 1px solid #0f0
}

.nml-row {
	display: grid;
	grid-template-columns: 42px 1fr;
	align-items: center;
	padding: 1px 4px;
	font-size: 13px;
	line-height: 1.4;
	border-bottom: 1px solid #0f0;
	white-space: nowrap;
	box-sizing: border-box
}

.nml-row:last-child {
	border-bottom: none
}

.nml-label {
	color: #0f0;
	font-weight: 700
}

.nml-values {
	/* 中间容器：label 占 grid 首列，所有值在此横向排列（对齐 life-h5 data-value） */
	display: inline;
	text-align: left
}

.nml-item {
	color: red;
	font-weight: 700;
	padding: 0 1px
}

.nml-item.hit-item {
	background: #ff0;
	color: red;
	padding: 0 3px
}

.nml-dot {
	color: red;
	font-weight: 700
}

/* ===== section47 内幕料：覆盖父容器 .dyj-dynamic-host 的 wave-row 黄底样式，对齐 life-h5 白底绿框卡片 ===== */
.dyj-dynamic-host .wave-row.nml-wave[data-v-a2d5aa81] {
	background: #fff;
	border: 1px solid #0f0;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	align-items: stretch
}

.dyj-dynamic-host .wave-row.nml-wave[data-v-a2d5aa81] .dyj-wave-content {
	flex: 1 1 100%;
	min-width: 0
}

/* 状态结果整行显示（对齐 life-h5 result-row 黑底绿字） */
.dyj-dynamic-host .wave-row.nml-wave[data-v-a2d5aa81] .hit-status {
	flex: 1 1 100%;
	max-width: none;
	margin-left: 0 !important;
	justify-content: center;
	border-radius: 0;
	box-shadow: none
}

.dyj-dynamic-host .wave-row.nml-wave[data-v-a2d5aa81] .hit-status.hit,
.dyj-dynamic-host .wave-row.nml-wave[data-v-a2d5aa81] .hit-status.error,
.dyj-dynamic-host .wave-row.nml-wave[data-v-a2d5aa81] .hit-status:not(.hit):not(.error) {
	background: #000;
	color: #0f0;
	border: 1px solid #0f0
}

.nml-slogan {
	width: 100%
}

	.dyj-popup-content .official-tag span {
		font-size: clamp(12px, 3.4vw, 16px) !important;
		padding: 4px 6px !important;
		border-radius: 6px !important;
		margin: 1px !important
	}

	.dyj-popup-content .main-domain {
		font-size: clamp(24px, 8vw, 34px) !important;
		line-height: 1.25 !important;
		margin-bottom: 14px !important;
		padding-top: 10px !important
	}

	.dyj-popup-content .main-domain .guanwang {
		position: static !important;
		display: inline-block !important;
		margin: 0 0 6px !important;
		font-size: 12px !important;
		vertical-align: middle !important
	}

	.dyj-popup-content .main-domain .com {
		font-size: clamp(16px, 4.5vw, 22px) !important
	}

	.dyj-popup-content .confirm-btn {
		width: 100% !important;
		height: auto !important;
		min-height: 44px !important;
		line-height: 1.4 !important;
		padding: 10px 12px !important;
		font-size: clamp(16px, 4.8vw, 22px) !important;
		margin: 0 auto 14px !important
	}

	.dyj-popup-content .link-table {
		font-size: 13px !important;
		table-layout: fixed
	}

	.dyj-popup-content .link-table td {
		padding: 6px 4px !important;
		word-break: break-all
	}

	.dyj-popup-content .warn-text {
		font-size: clamp(14px, 4vw, 18px) !important;
		line-height: 1.5 !important;
		margin-top: 10px !important;
		padding-bottom: 4px !important
	}
}

/* ===== 合并样式 ===== */
.pm-home-wrap {
	padding: 12px 0;
	background: transparent
}

.pm-home-title {
	margin: 0 0 10px;
	border-left: 4px solid #16a34a;
	padding-left: 10px;
	font-size: 18px;
	font-weight: 700;
	color: #14532d
}

.pm-home-list {
	background: #fff;
	border-radius: 12px;
	border: 1px solid #e5e7eb;
	box-shadow: 0 8px 20px rgba(15, 23, 42, .06);
	padding: 10px
}

.pm-home-item {
	display: block;
	text-decoration: none;
	color: #111827;
	border: 1px solid #edf2f7;
	border-radius: 10px;
	padding: 10px 12px;
	margin-bottom: 10px;
	background: #fff
}

.pm-home-item:last-child {
	margin-bottom: 0
}

.pm-home-item .text {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	font-size: 14px;
	line-height: 1.45;
	color: #1f2937;
	white-space: nowrap
}

@keyframes pm-badge-blink {

	0%,
	100% {
		opacity: 1
	}

	50% {
		opacity: .72
	}
}

.pm-home-item .lvse-bq {
	display: inline-block;
	background: linear-gradient(135deg, #07c160, #05a04e);
	color: #fff;
	font-weight: 600;
	border-radius: 999px;
	padding: 1px 7px;
	font-size: 12px;
	margin-right: 4px;
	box-shadow: 0 2px 6px rgba(7, 193, 96, .3);
	animation: pm-badge-blink .8s ease-in-out infinite
}

.pm-home-item .black {
	color: #111827;
	font-weight: 700
}

.pm-home-item .fullname {
	margin-left: auto;
	color: #6b7280;
	font-size: 13px;
	flex: 0 0 auto
}

/* ===== 合并样式 ===== */
.pop-xyz-bd {
	background: #fff;
	border-radius: 12px;
	padding: 20px 15px;
	position: relative;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.12)
}

.pop-xyz-tzgg {
	width: 180px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #e6212a;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border-radius: 20px;
	margin: 0 auto 15px;
	position: relative
}

.xincai-title {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #e6212a;
	margin-bottom: 10px
}

.four-animal {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #e6212a;
	margin-bottom: 10px
}

.num-row {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #0066cc;
	margin-bottom: 20px;
	letter-spacing: 2px
}

.official-tag {
	text-align: center;
	margin-bottom: 15px
}

.official-tag span {
	display: inline-block;
	background: #0066cc;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 12px;
	border-radius: 8px;
	margin: 0 2px
}

.main-domain {
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative
}

.main-domain .part1 {
	color: #e6212a
}

.main-domain .part2 {
	color: #ff8800
}

.main-domain .part3 {
	color: #0066cc
}

.main-domain .part4 {
	color: #00aa22
}

.main-domain .guanwang {
	position: absolute;
	right: 80px;
	top: -10px;
	background: #e6212a;
	color: #fff;
	font-size: 16px;
	padding: 2px 8px;
	border-radius: 4px
}

.main-domain .com {
	font-size: 24px;
	color: #333;
	margin-left: 5px
}

.confirm-btn {
	display: block;
	width: 80%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #0066cc;
	color: #fff !important;
	font-size: 24px;
	font-weight: bold;
	border-radius: 25px;
	margin: 0 auto 20px;
	text-decoration: none
}

.link-table {
	margin: 0 auto;
	border-collapse: collapse;
	font-size: 16px
}

.link-table td {
	border: 1px solid #ccc;
	padding: 8px 5px;
	text-align: center
}

.link-table a {
	text-decoration: none;
	color: #333;
	display: block
}

.link-table .red-text {
	color: #e6212a;
	font-weight: bold
}

.link-table .green-text {
	color: #00aa22;
	font-weight: bold
}

.warn-text {
	text-align: center;
	color: #e6212a;
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	padding-bottom: 10px
}