* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: "Microsoft YaHei", "SimHei", sans-serif;
            background: #f5f5f5;
            padding: 10px;
        }
        .lottery-section {
            background: linear-gradient(180deg, #98FB98 0%, #00FF00 100%);
            padding: 6px;
            border-bottom: 3px solid #00FF00;
            margin-bottom: 10px;
        }
        .lottery-top-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 4px;
        }
        .lottery-left {
            display: flex;
            align-items: center;
            gap: 10px;
            flex-wrap: wrap;
        }
        .lottery-title {
            color: #228B22;
            font-size: 15px;
            font-weight: bold;
        }
        .lottery-title .period {
            color: #FF0000;
        }
        body {
            font-family: "Microsoft YaHei", "SimHei", sans-serif;
            background: linear-gradient(180deg, #FF6B6B 0%, #FFA07A 100%);
            padding: 10px;
            min-height: 100vh;
        }
        .container {
            max-width: 600px;
            margin: 0 auto;
            background: #fff;
            border: 4px solid #DC143C;
            border-radius: 10px;
            overflow: hidden;
        }
        .header {
            background: linear-gradient(180deg, #FFFF00 0%, #FFD700 100%);
            text-align: center;
            padding: 12px;
            border-bottom: 3px solid #FFD700;
        }
        .header h1 {
            color: #8B0000;
            font-size: 24px;
            font-weight: bold;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
            -webkit-text-stroke: 1px #000000;
        }
        .period-section {
            border-bottom: 3px solid #FF69B4;
            padding: 10px;
        }
        .period-section:last-child {
            border-bottom: none;
        }
        .period-title {
            background: linear-gradient(180deg, #FFB6C1 0%, #FF69B4 100%);
            text-align: center;
            padding: 8px;
            margin: -10px -10px 10px -10px;
            font-size: 18px;
            font-weight: bold;
        }
        .period-title .period-num {
            color: #8B0000;
        }
        .period-title .highlight {
            color: #FFFFFF;
            background: #FF1493;
            padding: 2px 6px;
            border-radius: 4px;
        }
        .data-row {
            display: flex;
            align-items: center;
            padding: 6px 0;
            font-size: 16px;
            line-height: 1.6;
        }
        .data-label {
            color: #DC143C;
            font-weight: bold;
            min-width: 140px;
            flex-shrink: 0;
        }
        .data-content {
            color: #000;
            font-weight: bold;
        }
        .data-content .circle-num {
            display: inline-block;
            width: 22px;
            height: 22px;
            line-height: 22px;
            text-align: center;
            background: #FF1493;
            color: #fff;
            border-radius: 50%;
            font-size: 14px;
            margin-right: 2px;
        }
        .data-content .numbers {
            color: #0000FF;
            font-weight: bold;
        }
        .six-xiao {
            color: #FF0000;
            font-weight: bold;
        }
        .four-xiao {
            color: #FF0000;
            font-weight: bold;
        }
        .two-xiao {
            color: #FF0000;
            font-weight: bold;
        }
        .lottery-section {
            background: linear-gradient(180deg, #FFEB3B 0%, #FFC107 100%);
            padding: 6px;
            border-bottom: 3px solid #FF9800;
        }
        .lottery-top-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 4px;
        }
        .lottery-left {
            display: flex;
            align-items: center;
            gap: 10px;
            flex-wrap: wrap;
        }
        .lottery-title {
            color: #000000;
            font-size: 15px;
            font-weight: bold;
        }
        .lottery-title .period {
            color: #FF0000;
        }
        .countdown {
            color: #000000;
            font-size: 14px;
            font-weight: bold;
        }
        .countdown .time {
            color: #FF0000;
            font-size: 18px;
        }
        .history-link {
            color: #FF0000;
            font-size: 14px;
            font-weight: bold;
            cursor: pointer;
        }
        .lottery-balls-row {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 4px;
        }
        .lottery-balls {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 2%;
            flex-wrap: nowrap;
            width: 100%;
        }
        .ball-wrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
            flex: 1;
            min-width: 0;
            max-width: 55px;
        }
        .ball {
            width: 100%;
            aspect-ratio: 1/1;
            max-width: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: clamp(16px, 5vw, 24px);
            font-weight: bold;
            color: #FFFFFF;
            border: 2px solid #FFFFFF;
            box-shadow: 0 2px 4px rgba(0,0,0,0.3);
        }
        .ball.red {
            background: #DC143C;
        }
        .ball.green {
            background: #00AA00;
        }
        .ball.blue {
            background: #0066CC;
        }
        .zodiac-text {
            font-size: clamp(11px, 3vw, 14px);
            color: #000000;
            margin-top: 3px;
            text-align: center;
            width: 100%;
            line-height: 1.3;
            font-weight: bold;
        }
        .plus-sign {
            font-size: clamp(18px, 5vw, 26px);
            font-weight: bold;
            color: #000;
            flex-shrink: 0;
        }
        .date-info {
            font-size: 12px;
            color: #000000;
        }
        .special-section {
            background: linear-gradient(180deg, #98FB98 0%, #00FF00 100%);
            padding: 8px;
            border-bottom: 3px solid #00FF00;
        }
        .special-title {
            text-align: center;
            font-size: 18px;
            font-weight: bold;
            color: #00FF00;
            text-shadow: 1px 1px 2px #000;
            -webkit-text-stroke: 0.5px #008000;
            margin-bottom: 8px;
        }
        .special-title .highlight {
            background: #FFFF00;
            color: #FF0000;
            padding: 2px 6px;
            border-radius: 4px;
        }
        .special-rows {
            display: flex;
            flex-direction: column;
            gap: 6px;
        }
        .special-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: #FFFFFF;
            padding: 6px 10px;
            border-radius: 5px;
            border: 2px solid #00FF00;
        }
        .special-row .period {
            color: #006400;
            font-weight: bold;
            font-size: 15px;
        }
        .special-row .zodiacs {
            background: #FFFF00;
            color: #000;
            padding: 3px 10px;
            border-radius: 4px;
            font-weight: bold;
            font-size: 15px;
        }
        .special-row .result {
            color: #006400;
            font-weight: bold;
            font-size: 15px;
        }
        .special-row .result .num {
            color: #008000;
        }
        .red-special-section {
            background: linear-gradient(180deg, #FFB6C1 0%, #FF69B4 100%);
            padding: 8px;
            border-bottom: 3px solid #DC143C;
        }
        .red-special-title {
            text-align: center;
            font-size: 18px;
            font-weight: bold;
            color: #FFFF00;
            text-shadow: 1px 1px 2px #000;
            -webkit-text-stroke: 0.5px #FF0000;
            margin-bottom: 8px;
        }
        .red-special-table {
            width: 100%;
            border-collapse: collapse;
        }
        .red-special-table td {
            padding: 6px 10px;
            border: 2px solid #FFFFFF;
            background: #FFFFFF;
            text-align: center;
            font-size: 15px;
            font-weight: bold;
            color: #000;
        }
        .red-special-table .period {
            color: #DC143C;
        }
        .red-special-table .range {
            background: #FFFF00;
            color: #000;
        }
        .red-special-table .result {
            color: #DC143C;
        }
        .red-special-table .result .zodiac {
            color: #008000;
        }
        .forbidden-section {
            background: linear-gradient(180deg, #FFB6C1 0%, #FF69B4 100%);
            padding: 8px;
            border-bottom: 3px solid #DC143C;
        }
        .forbidden-title {
            text-align: center;
            font-size: 18px;
            font-weight: bold;
            color: #FFFF00;
            text-shadow: 1px 1px 2px #000;
            -webkit-text-stroke: 0.5px #FF0000;
            margin-bottom: 8px;
        }
        .forbidden-table {
            width: 100%;
            border-collapse: collapse;
        }
        .forbidden-table td {
            padding: 6px 10px;
            border: 2px solid #FFFFFF;
            background: #FFFFFF;
            text-align: center;
            font-size: 15px;
            font-weight: bold;
            color: #000;
        }
        .forbidden-table .period {
            color: #DC143C;
        }
        .forbidden-table .forbidden-zodiacs {
            background: #FFFF00;
            color: #000;
        }
        .forbidden-table .result {
            color: #DC143C;
        }
        .forbidden-table .result .zodiac {
            color: #008000;
        }
        .green-section {
            background: linear-gradient(180deg, #98FB98 0%, #00FF00 100%);
            padding: 8px;
            border-bottom: 3px solid #00FF00;
        }
        .green-title {
            text-align: center;
            font-size: 18px;
            font-weight: bold;
            color: #FFFF00;
            text-shadow: 1px 1px 2px #000;
            -webkit-text-stroke: 0.5px #008000;
            margin-bottom: 8px;
        }
        .green-table {
            width: 100%;
            border-collapse: collapse;
        }
        .green-table td {
            padding: 6px 10px;
            border: 2px solid #FFFFFF;
            background: #FFFFFF;
            text-align: center;
            font-size: 15px;
            font-weight: bold;
            color: #000;
        }
        .green-table .period {
            color: #008000;
        }
        .green-table .zodiacs {
            background: #FFFF00;
            color: #000;
        }
        .green-table .result {
            color: #008000;
        }
        .green-table .result .zodiac {
            color: #DC143C;
        }
        .green-table .result .correct {
            color: #008000;
        }
        .green-table .result .wrong {
            color: #DC143C;
        }
        .green-info-row {
            padding: 8px 10px;
            background: #FFFFFF;
            border: 2px solid #FFFFFF;
            text-align: center;
            font-size: 14px;
            font-weight: bold;
            color: #000;
        }
        .green-info-row .label {
            color: #008000;
        }
        .numbers-list {
            padding: 8px 10px;
            background: #FFFFFF;
            border: 2px solid #FFFFFF;
            font-size: 14px;
            font-weight: bold;
            color: #000;
            line-height: 1.8;
        }
        .numbers-list .period-label {
            color: #DC143C;
        }
        .reference-section {
            padding: 10px;
            border-bottom: 3px solid #FF69B4;
        }
        .reference-title {
            text-align: center;
            font-size: 18px;
            font-weight: bold;
            color: #8B0000;
            margin-bottom: 10px;
        }
        .reference-table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 15px;
        }
        .reference-table th,
        .reference-table td {
            padding: 6px 8px;
            border: 1px solid #DC143C;
            text-align: center;
            font-size: 13px;
        }
        .reference-table th {
            background: linear-gradient(180deg, #FFB6C1 0%, #FF69B4 100%);
            color: #8B0000;
            font-weight: bold;
        }
        .reference-table td {
            background: #FFFFFF;
        }
        .wave-red {
            color: #DC143C;
            font-weight: bold;
        }
        .wave-blue {
            color: #0066CC;
            font-weight: bold;
        }
        .wave-green {
            color: #008000;
            font-weight: bold;
        }
        .new-reference-section {
            padding: 10px;
            border-bottom: 3px solid #FF69B4;
            background: #FFFFFF;
        }
        .new-reference-title {
            text-align: center;
            font-size: 18px;
            font-weight: bold;
            color: #000;
            margin-bottom: 15px;
        }
        .new-reference-subtitle {
            text-align: center;
            font-size: 16px;
            font-weight: bold;
            color: #000;
            margin-bottom: 12px;
        }
        .zodiac-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px;
            margin-bottom: 20px;
        }
        .zodiac-card {
            background: linear-gradient(180deg, #F5F5F5 0%, #E8E8E8 100%);
            border-radius: 10px;
            padding: 10px;
            text-align: center;
        }
        .zodiac-name {
            font-size: 16px;
            font-weight: bold;
            color: #000;
            margin-bottom: 8px;
        }
        .zodiac-clash {
            font-size: 14px;
            color: #666;
            margin-bottom: 8px;
        }
        .zodiac-numbers {
            display: flex;
            justify-content: center;
            gap: 5px;
            flex-wrap: wrap;
        }
        .zodiac-num {
            width: 28px;
            height: 28px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            font-weight: bold;
            color: #FFFFFF;
            text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
        }
        .zodiac-num.red {
            background: #DC143C;
        }
        .zodiac-num.blue {
            background: #0066CC;
        }
        .zodiac-num.green {
            background: #00AA00;
        }
        .element-row {
            display: flex;
            align-items: center;
            background: #FFFFFF;
            padding: 10px 15px;
            border-radius: 10px;
            margin-bottom: 8px;
            border: 2px solid #E0E0E0;
        }
        .element-label {
            width: 60px;
            font-size: 18px;
            font-weight: bold;
            text-align: center;
        }
        .element-label.gold {
            color: #FFD700;
        }
        .element-label.wood {
            color: #008000;
        }
        .element-label.water {
            color: #0066CC;
        }
        .element-label.fire {
            color: #FF0000;
        }
        .element-label.earth {
            color: #8B4513;
        }
        .element-nums {
            display: flex;
            gap: 6px;
            flex-wrap: wrap;
        }
        .he-shu-section {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 15px;
            margin-top: 15px;
        }
        .he-shu-card {
            background: #FFFFFF;
            padding: 10px;
            border-radius: 8px;
            border: 2px solid #E0E0E0;
        }
        .he-shu-title {
            text-align: center;
            font-size: 16px;
            font-weight: bold;
            color: #0066CC;
            margin-bottom: 10px;
        }
        .he-shu-nums {
            display: flex;
            gap: 6px;
            flex-wrap: wrap;
            justify-content: center;
        }
        .ads-section {
            background: linear-gradient(180deg, #98FB98 0%, #00FF00 100%);
            padding: 6px;
            border-bottom: 3px solid #00FF00;
        }
        .ads-title {
            text-align: center;
            font-size: 18px;
            font-weight: bold;
            color: #FF0000;
            margin-bottom: 6px;
        }
        .ads-list {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4px;
        }
        .ads-item {
            background: #00FF00;
            padding: 6px 10px;
            text-align: center;
            font-size: 15px;
            font-weight: bold;
            color: #000;
        }
        .lucky-section {
            background: #FFFFFF;
            border: 3px solid #008080;
            margin: 10px;
        }
        .lucky-title {
            background: #008080;
            color: #FFFFFF;
            text-align: center;
            font-size: 18px;
            font-weight: bold;
            padding: 8px;
        }
        .lucky-row {
            padding: 8px 12px;
            border-bottom: 1px solid #E0E0E0;
            font-size: 15px;
        }
        .lucky-row:last-child {
            border-bottom: none;
        }
        .lucky-period {
            color: #0000FF;
            font-weight: bold;
        }
        .lucky-zodiacs {
            color: #000;
            font-weight: bold;
        }
        .lucky-numbers {
            color: #000;
            font-weight: bold;
        }
        .lucky-result {
            color: #000;
        }
        .lucky-highlight {
            color: #FF0000;
            font-weight: bold;
        }
        .xg-section {
            background: linear-gradient(180deg, #FFE4E1 0%, #FFF0F5 100%);
            border: 2px solid #FFB6C1;
            margin: 10px;
            padding: 8px;
        }
        .xg-title {
            background: linear-gradient(180deg, #FFB6C1 0%, #FFC0CB 100%);
            color: #000;
            text-align: center;
            font-size: 18px;
            font-weight: bold;
            padding: 8px;
            border-radius: 5px;
            margin-bottom: 8px;
        }
        .xg-row {
            display: flex;
            align-items: center;
            padding: 5px 8px;
            background: #FFF;
            margin-bottom: 3px;
            font-size: 14px;
        }
        .xg-period {
            color: #0000FF;
            font-weight: bold;
            min-width: 50px;
        }
        .xg-zodiac-label {
            color: #000;
            font-weight: bold;
            min-width: 45px;
        }
        .xg-zodiacs {
            color: #FF0000;
            font-weight: bold;
            flex: 1;
        }
        .xg-code-label {
            color: #0000FF;
            font-weight: bold;
            min-width: 55px;
            text-align: right;
        }
        .xg-codes {
            color: #FF0000;
            font-weight: bold;
            min-width: 140px;
        }
        .xg-result-row {
            background: linear-gradient(180deg, #FFB6C1 0%, #FFC0CB 100%);
            text-align: center;
            padding: 8px;
            font-size: 16px;
            font-weight: bold;
            color: #0000FF;
            margin: 5px 0;
            border-radius: 5px;
        }
        .xg-result {
            color: #FF0000;
            font-size: 18px;
        }
        .wzw-section {
            background: linear-gradient(180deg, #FFE4E1 0%, #FFF0F5 100%);
            border: 2px solid #FFB6C1;
            margin: 10px;
            padding: 8px;
            border-radius: 8px;
        }
        .wzw-title {
            background: linear-gradient(180deg, #FFB6C1 0%, #FFC0CB 100%);
            color: #000;
            text-align: center;
            font-size: 18px;
            font-weight: bold;
            padding: 10px;
            border-radius: 5px;
            margin-bottom: 8px;
            border: 1px solid #FF69B4;
        }
        .wzw-table {
            width: 100%;
            border-collapse: collapse;
            background: #FFF;
        }
        .wzw-table td {
            padding: 8px 5px;
            text-align: center;
            border: 1px solid #FFB6C1;
            font-size: 15px;
        }
        .wzw-period {
            color: #8B0000;
            font-weight: bold;
            width: 60px;
        }
        .wzw-period2 {
            color: #008B8B;
            font-weight: bold;
            width: 60px;
        }
        .wzw-type {
            color: #FF0000;
            font-weight: bold;
            background: #FFFF00;
            width: 40px;
        }
        .wzw-zodiacs {
            color: #FF0000;
            font-weight: bold;
        }
        .wzw-zodiacs2 {
            color: #FF0000;
            font-weight: bold;
            font-size: 14px;
        }
        .wzw-result {
            color: #8B0000;
            font-weight: bold;
            width: 100px;
        }
        .wzw-codes {
            color: #0000FF;
            font-weight: bold;
            font-size: 16px;
        }
        .wzw-six {
            color: #FF0000;
            font-weight: bold;
            width: 50px;
        }
        .wzw-big-section {
            background: linear-gradient(180deg, #FFE4E1 0%, #FFF0F5 100%);
            border: 2px solid #FFB6C1;
            margin: 10px;
            padding: 8px;
            border-radius: 8px;
        }
        .wzw-big-title {
            background: linear-gradient(180deg, #FFB6C1 0%, #FFC0CB 100%);
            color: #000;
            text-align: center;
            font-size: 20px;
            font-weight: bold;
            padding: 12px;
            border-radius: 5px;
            margin-bottom: 8px;
            border: 1px solid #FF69B4;
        }
        .wzw-sub-title {
            background: #FFF;
            color: #FF0000;
            text-align: center;
            font-size: 16px;
            font-weight: bold;
            padding: 8px;
            margin: 10px 0;
            border: 1px dashed #FF69B4;
        }
        .wzw-big-row {
            display: flex;
            align-items: center;
            padding: 6px 8px;
            background: #FFF;
            margin-bottom: 2px;
            font-size: 15px;
        }
        .wzw-big-label {
            color: #000;
            font-weight: bold;
            min-width: 90px;
        }
        .wzw-big-codes {
            color: #FF0000;
            font-weight: bold;
            flex: 1;
            font-size: 16px;
        }
        .wzw-big-zodiacs {
            color: #FF0000;
            font-weight: bold;
            flex: 1;
            font-size: 16px;
        }
        .wzw-big-result {
            color: #8B0000;
            font-weight: bold;
            min-width: 70px;
            text-align: right;
        }
        .lucky-new-section {
            background: #F0F8FF;
            border: 2px solid #00CED1;
            margin: 10px;
            border-radius: 8px;
            overflow: hidden;
        }
        .lucky-new-row {
            display: flex;
            align-items: center;
            padding: 8px 10px;
            border-bottom: 2px solid #00CED1;
            background: #F0F8FF;
        }
        .lucky-new-row:last-child {
            border-bottom: none;
        }
        .lucky-new-label {
            color: #000080;
            font-weight: bold;
            font-size: 15px;
            min-width: 120px;
        }
        .lucky-new-zodiacs {
            color: #8B008B;
            font-weight: bold;
            font-size: 16px;
        }
        .lucky-new-numbers {
            color: #8B008B;
            font-weight: bold;
            font-size: 16px;
        }
        .qx-section {
            background: #00CED1;
            border: 2px solid #00CED1;
            margin: 10px;
            border-radius: 8px;
            overflow: hidden;
        }
        .qx-title {
            background: #00CED1;
            color: #FFFF00;
            text-align: center;
            font-size: 20px;
            font-weight: bold;
            padding: 12px;
        }
        .qx-table {
            width: 100%;
            border-collapse: collapse;
            background: #E0FFFF;
        }
        .qx-table td {
            border: 1px solid #00CED1;
            padding: 8px;
            text-align: center;
            font-size: 14px;
        }
        .qx-period {
            font-weight: bold;
            color: #000;
            width: 60px;
        }
        .qx-codes {
            color: #0000FF;
            font-weight: bold;
            text-align: left;
        }
        .qx-code-line {
            line-height: 1.6;
        }
        .qx-highlight {
            background: #FFFF00;
            padding: 0 2px;
        }
        .qx-result {
            color: #FF0000;
            font-weight: bold;
            width: 70px;
        }
        .qxbbs-section {
            background: #FFF;
            border: 2px solid #00CED1;
            margin: 10px;
            border-radius: 8px;
            overflow: hidden;
        }
        .qxbbs-title {
            background: #00CED1;
            color: #FFF;
            text-align: center;
            font-size: 18px;
            font-weight: bold;
            padding: 10px;
        }
        .qxbbs-row {
            display: flex;
            align-items: center;
            padding: 6px 10px;
            border-bottom: 1px solid #E0E0E0;
            background: #FFF;
        }
        .qxbbs-row:last-child {
            border-bottom: none;
        }
        .qxbbs-label {
            color: #0000FF;
            font-weight: bold;
            font-size: 15px;
            min-width: 110px;
        }
        .qxbbs-zodiacs {
            color: #000;
            font-weight: bold;
            font-size: 15px;
        }
        .qxbbs-numbers {
            color: #000;
            font-weight: bold;
            font-size: 15px;
        }
        .qxbbs-highlight {
            background: #FFFF00;
            padding: 0 2px;
        }
        .qx-pt-section {
            background: #00CED1;
            border: 2px solid #00CED1;
            margin: 10px;
            border-radius: 8px;
            overflow: hidden;
        }
        .qx-pt-title {
            background: #00CED1;
            color: #FFFF00;
            text-align: center;
            font-size: 20px;
            font-weight: bold;
            padding: 12px;
        }
        .qx-pt-row {
            background: #E0FFFF;
            padding: 8px 10px;
            border-bottom: 1px solid #00CED1;
            text-align: center;
        }
        .qx-pt-row:last-child {
            border-bottom: none;
        }
        .qx-pt-text {
            color: #000;
            font-size: 15px;
        }
        .qx-pt-zodiac {
            color: #FF0000;
            font-weight: bold;
        }
        .qx-pt-status {
            color: #FF0000;
            font-weight: bold;
        }
        .qx-jy-section {
            background: #00CED1;
            border: 2px solid #00CED1;
            margin: 10px;
            border-radius: 8px;
            overflow: hidden;
        }
        .qx-jy-title {
            background: #00CED1;
            color: #FFFF00;
            text-align: center;
            font-size: 20px;
            font-weight: bold;
            padding: 12px;
        }
        .qx-jy-table {
            width: 100%;
            border-collapse: collapse;
            background: #E0FFFF;
        }
        .qx-jy-header {
            background: #00CED1;
        }
        .qx-jy-th {
            color: #FFF;
            font-weight: bold;
            padding: 8px;
            text-align: center;
            font-size: 14px;
        }
        .qx-jy-table td {
            border: 1px solid #00CED1;
            padding: 6px;
            text-align: center;
            font-size: 13px;
        }
        .qx-jy-period {
            font-weight: bold;
            color: #000;
        }
        .qx-jy-home {
            color: #0000FF;
        }
        .qx-jy-wild {
            color: #8B008B;
        }
        .qx-jy-result {
            color: #FF0000;
            font-weight: bold;
        }
        .qx-jy-highlight {
            background: #FFFF00;
            padding: 0 2px;
        }
        .qx-sj-section {
            background: #00CED1;
            border: 2px solid #00CED1;
            margin: 10px;
            border-radius: 8px;
            overflow: hidden;
        }
        .qx-sj-title {
            background: #00CED1;
            color: #FFFF00;
            text-align: center;
            font-size: 20px;
            font-weight: bold;
            padding: 12px;
        }
        .qx-sj-table {
            width: 100%;
            border-collapse: collapse;
            background: #E0FFFF;
        }
        .qx-sj-table td {
            border: 1px solid #00CED1;
            padding: 8px;
            text-align: center;
            font-size: 14px;
        }
        .qx-sj-period {
            font-weight: bold;
            color: #000;
            width: 60px;
        }
        .qx-sj-poem {
            color: #0000FF;
            font-weight: bold;
            text-align: center;
        }
        .qx-sj-poem div {
            line-height: 1.6;
        }
        .qx-sj-result {
            color: #FF0000;
            font-weight: bold;
            width: 70px;
        }
        .wzw-24m-section {
            background: linear-gradient(to bottom, #FF0000, #FFFFFF);
            border: 3px solid #FF0000;
            margin: 10px;
            border-radius: 8px;
            overflow: hidden;
        }
        .wzw-24m-title {
            background: linear-gradient(to bottom, #FF0000, #FF6666);
            color: #FFFF00;
            text-align: center;
            font-size: 24px;
            font-weight: bold;
            padding: 12px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }
        .wzw-24m-row {
            background: #FFFFFF;
            padding: 10px;
            border-bottom: 1px solid #FF0000;
        }
        .wzw-24m-row:last-child {
            border-bottom: none;
        }
        .wzw-24m-period {
            text-align: center;
            font-size: 18px;
            font-weight: bold;
            color: #000;
            margin-bottom: 8px;
        }
        .wzw-24m-numbers {
            text-align: center;
        }
        .wzw-24m-line {
            font-size: 16px;
            font-weight: bold;
            color: #0000FF;
            line-height: 1.8;
        }
        .wzw-24m-highlight {
            background: #FFFF00;
            padding: 0 4px;
        }
        .wzw-jszq-section {
            background: linear-gradient(to bottom, #FF0000, #FFFFFF);
            border: 3px solid #FF0000;
            margin: 10px;
            border-radius: 8px;
            overflow: hidden;
        }
        .wzw-jszq-title {
            background: linear-gradient(to bottom, #FF0000, #FF6666);
            color: #FFFF00;
            text-align: center;
            font-size: 24px;
            font-weight: bold;
            padding: 12px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }
        .wzw-jszq-table {
            width: 100%;
            border-collapse: collapse;
            background: #FFFFFF;
        }
        .wzw-jszq-header {
            background: #FFD700;
        }
        .wzw-jszq-header th {
            padding: 10px 5px;
            font-size: 16px;
            font-weight: bold;
            color: #000;
            border: 1px solid #FF0000;
        }
        .wzw-jszq-table td {
            padding: 8px 5px;
            text-align: center;
            font-size: 15px;
            font-weight: bold;
            border: 1px solid #FF0000;
        }
        .wzw-jszq-period {
            color: #0000FF;
        }
        .wzw-jszq-kill {
            color: #FF0000;
        }
        .wzw-jszq-result {
            color: #FF0000;
        }
        .countdown {
            color: #006400;
            font-size: 14px;
            font-weight: bold;
        }
        .countdown .time {
            color: #FF0000;
            font-size: 18px;
        }
        .history-link {
            color: #FF0000;
            font-size: 14px;
            font-weight: bold;
            cursor: pointer;
            text-decoration: none;
        }
        .lottery-balls-row {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 4px;
        }
        .lottery-balls {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 2%;
            flex-wrap: nowrap;
            width: 100%;
        }
        .ball-wrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
            flex: 1;
            min-width: 0;
            max-width: 55px;
        }
        .ball {
            width: 100%;
            aspect-ratio: 1/1;
            max-width: 50px;
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: clamp(16px, 5vw, 24px);
            font-weight: bold;
            color: #FFFFFF;
            border: 2px solid #FFFFFF;
            box-shadow: 0 2px 4px rgba(0,0,0,0.3);
        }
        .ball.red {
            background: #DC143C;
        }
        .ball.green {
            background: #00AA00;
        }
        .ball.blue {
            background: #0066CC;
        }
        .zodiac-text {
            font-size: clamp(11px, 3vw, 14px);
            color: #000;
            margin-top: 3px;
            text-align: center;
            width: 100%;
            line-height: 1.3;
            font-weight: bold;
        }
        .plus-sign {
            font-size: clamp(18px, 5vw, 26px);
            font-weight: bold;
            color: #000;
            flex-shrink: 0;
        }
        .date-info {
            font-size: 12px;
            color: #000;
        }
        .container {
            width: 100%;
            max-width: 1000px;
            margin: 0 auto;
            background-color: #fff;
            border: 1px solid #000;
        }
        .header {
            background-color: #ff0000;
            color: #fff;
            padding: 5px;
            text-align: center;
            font-size: 18px;
            font-weight: bold;
        }
        .sub-header {
            background-color: #00ff00;
            color: #000;
            padding: 5px;
            text-align: center;
            font-size: 16px;
            font-weight: bold;
        }
        .table-container {
            width: 100%;
            border-collapse: collapse;
        }
        .table-container th,
        .table-container td {
            border: 1px solid #000;
            padding: 5px;
            text-align: center;
            font-size: 14px;
            line-height: 1.2;
        }
        .table-container th {
            background-color: #f0f0f0;
            font-weight: bold;
        }
        .number {
            color: #ff0000;
            font-weight: bold;
        }
        .highlight {
            background-color: #ffff00;
        }
        .footer {
            background-color: #00ff00;
            color: #000;
            padding: 5px;
            text-align: center;
            font-size: 16px;
            font-weight: bold;
        }
