/* yidianhong styles */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

@media (min-width: 768px) {
    body {
        max-width: 480px;
        margin: 0 auto;
    }
}

.banner-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    background: linear-gradient(to right, #ffe5e5, #fff);
    height: 60px;
    box-sizing: border-box;
    position: sticky;
    top: 0;
    z-index: 1001;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.banner-logo {
    max-width: 60%;
    height: 50px;
    object-fit: contain;
}

.banner-seal {
    max-width: 80px;
    height: 50px;
    object-fit: contain;
}

.menu-grid {
    padding: 5px;
    background: #ffffff;
    position: sticky;
    top: 60px;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.menu-grid .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3px;
}

.menu-item {
    flex: 1;
    min-width: calc(20% - 6px);
    margin: 3px;
    padding: 8px 4px;
    background: #ffe5e5;
    color: #CC0000;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu-item:hover {
    background: #ffcccc;
    transform: translateY(-1px);
}

.menu-item:active {
    background: #ffb3b3;
}

/* 菜单项激活状态样式（红色背景，白色文字，白色下划线） */
.menu-item.active {
    background: #dc3545 !important;
    color: white !important;
    text-decoration: underline;
    text-decoration-color: white;
    text-underline-offset: 2px;
    transform: translateY(-1px);
}

.menu-item-special {
    background: linear-gradient(to right, #ead1d1, #e8d2d2, #ecd4d4, #ecd6d6, #ecdbdb, #ead5d5, #ead1d1) !important;
}

.banner-image {
    width: 100%;
    height: auto;
    display: block;
    max-height: 200px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .banner-image {
        max-height: 150px;
    }
}

@media (max-width: 480px) {
    .banner-image {
        max-height: 130px;
    }
}

.promotion-banner {
    background-image: linear-gradient(to right, #ead1d1, #e8d2d2, #ecd4d4, #ecd6d6, #ecdbdb, #ead5d5, #ead1d1);
    color: #CC0000;
    text-align: center;
    padding: 12px 10px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
}

/* 开奖区域样式 */
.lottery-section {
    background: #f8f9fa;
    padding: 16px;
    border-radius: 8px;
    margin-top: 16px;
}

/* 标题样式 */
.title-section {
    margin-bottom: 12px;
    padding-bottom: 0;
}

.main-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
    letter-spacing: 0.3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.title-left {
    flex: 1;
    text-align: left;
}

.title-right {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

/* 开奖号码区域样式 */
.numbers-section {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.numbers-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    align-items: center;
    justify-content: center;
    overflow: visible;
    padding: 0 4px 0 0;
}

/* 号码球样式 */
.number-ball {
    min-width: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
}

.ball-number {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 2px;
    color: white;
    font-weight: 700;
}

.ball-label {
    font-size: 9px;
    line-height: 1;
    padding-top: 2px;
    margin-top: 2px;
    width: 75%;
    text-align: center;
    color: white;
    white-space: nowrap;
    border-radius: 0 0 25px 25px;
}

.number-ball.red {
    background-color: #dc3545;
    color: white;
}

.number-ball.blue {
    background-color: #0d6efd;
    color: white;
}

.number-ball.green {
    background-color: #28a745;
    color: white;
}

.plus-sign {
    font-size: 24px;
    color: #333;
    font-weight: 600;
    min-width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin: 0 3px;
}

.special-ball {
    margin-left: 2px;
}

.loading-text {
    color: #6c757d;
    font-size: 16px;
    text-align: center;
    width: 100%;
    padding: 20px;
}

/* 历史开奖区域样式 */
.history-section {
    margin-top: 20px;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.history-button-section {
    background: #f8f9fa;
    padding: 20px 16px;
    text-align: center;
}

.history-view-btn {
    background: linear-gradient(135deg, #ff6b6b, #ff5252);
    border: none;
    color: white;
    padding: 12px 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(255, 107, 107, 0.3);
    letter-spacing: 0.5px;
    width: 100%;
    max-width: 300px;
}

.history-view-btn:hover {
    background: linear-gradient(135deg, #ff5252, #ff4444);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.4);
}

.history-view-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(255, 107, 107, 0.3);
}

/* 历史开奖内容区域 */
.history-content {
    background: #f8f9fa;
    padding: 16px;
    /* 移除固定高度限制，让内容自适应 */
    /* max-height: 400px; */
    /* overflow-y: auto; */
}

/* 响应式设计 */
@media (max-width: 576px) {
    .container-fluid {
        padding-left: 0px !important;
        padding-right: px !important;
    }
    
    .main-title {
        font-size: 15px;
    }
    
    .title-right {
        font-size: 13px;
    }
    
    .lottery-section {
        padding: 12px;
    }
    
    .number-ball {
        min-width: 46px;
        width: 46px;
        height: 46px;
    }
    
    .ball-number {
        font-size: 18px;
    }
    
    .ball-label {
        font-size: 9px;
        padding-top: 1px;
    }
    
    .plus-sign {
        font-size: 20px;
        min-width: 16px;
        margin: 0 2px;
    }
    
    .numbers-container {
        gap: 3px;
        padding: 8px 2px 4px 0;
    }
    
    .history-section {
        margin-top: 16px;
    }
    
    .history-button-section {
        padding: 16px 12px;
    }
    
    .history-view-btn {
        padding: 10px 24px;
        font-size: 15px;
        max-width: 100%;
    }
    
    .history-content {
        padding: 12px;
        /* 移除固定高度限制，让内容自适应 */
        /* max-height: 350px; */
    }
}

@media (max-width: 480px) {
    .container-fluid {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    
    .main-title {
        font-size: 14px;
    }
    
    .title-right {
        font-size: 12px;
    }
    
    .lottery-section {
        padding: 10px;
    }
    
    .number-ball {
        min-width: 44px;
        width: 44px;
        height: 44px;
    }
    
    .ball-number {
        font-size: 17px;
    }
    
    .ball-label {
        font-size: 8px;
        padding-top: 1px;
    }
    
    .plus-sign {
        font-size: 18px;
        min-width: 14px;
        margin: 0 1px;
    }
    
    .numbers-container {
        gap: 2px;
        padding: 0 1px 0 0;
    }
    
    .history-button-section {
        padding: 14px 10px;
    }
    
    .history-view-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
    
    .history-content {
        padding: 10px;
        /* 移除固定高度限制，让内容自适应 */
        /* max-height: 300px; */
    }
}

/* 更新列表样式 */
.update-list {
    background: #ffffff;
    margin: 8px 10px;
    border-radius: 4px;
    overflow: hidden;
}

.update-item {
    display: flex;
    align-items: center;
    padding: 6px 8px;
    background: #ead6d6;
    border-bottom: 1px solid #e0e0e0;
    font-size: 12px;
    line-height: 1.8;
    white-space: nowrap;
    overflow: hidden;
}

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

.update-arrow-icon {
    width: 12px;
    height: 12px;
    margin-right: 2px;
    vertical-align: middle;
    flex-shrink: 0;
}

.update-period {
    color: #333;
    margin-right: 2px;
    font-weight: bold;
    flex-shrink: 0;
}

.update-title {
    color: #333;
    margin-right: 2px;
    font-weight: bold;
    flex-shrink: 0;
}

.update-arrow {
    color: #333;
    margin: 0 2px;
    font-weight: bold;
    flex-shrink: 0;
}

.update-content {
    color: #ff0000;
    font-weight: 600;
    margin: 0 2px;
    flex-shrink: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.update-status {
    color: #333;
    margin-left: 2px;
    font-weight: bold;
    flex-shrink: 0;
}

/* 移动端优化 */
@media (max-width: 480px) {
    .update-list {
        margin: 0px;
    }
    
    .update-item {
        padding: 5px 6px;
        font-size: 13px;
    }
    
    .update-arrow-icon {
        width: 10px;
        height: 10px;
        margin-right: 1px;
    }
    
    .update-period,
    .update-title,
    .update-arrow,
    .update-status {
        margin-left: 1px;
        margin-right: 1px;
    }
    
    .update-content {
        margin: 0 1px;
    }
}

/* 綵霸之王列表样式 */
.pred01-section {
    margin-top: 5px;
    background: #ffffff;
    border: 1px solid #ead1d1;
    border-radius: 4px;
    overflow: hidden;
}

.pred01-header {
    background: #ecd6d6;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    color: #CC0000;
    font-weight: bold;
}

.pred01-list {
    background: #ffffff;
}

.pred01-item {
    padding: 8px 10px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 13px;
    line-height: 1.6;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.pred01-period {
    color: hsl(204deg 62% 36%)!important;
    font-weight: bold;
    margin-right: 4px;
}

.pred01-category {
    color: hsl(204deg 62% 36%)!important;
    margin-right: 4px;
    font-weight: bold;
}

.pred01-zodiac {
    color: hsl(19deg 92% 38%)!important;
    margin-right: 2px;
}

.pred01-zodiac.highlight {
    background: red !important;
    color: #ffeb3b !important;
    font-weight: bold !important;
}

.pred01-result {
    color: #333;
    margin-left: auto;
    text-align: left;
}

.pred01-result-status {
    color: #ff0000;
    font-weight: bold;
}

/* 輸盡光三肖列表样式 */
.pred02-section {
    margin-top: 5px;
    background: #ffffff;
    border: 1px solid #ead1d1;
    border-radius: 4px;
    overflow: hidden;
}

.pred02-header {
    background: #ecd6d6;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    color: #CC0000;
    font-weight: bold;
}

.pred02-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    table-layout: fixed;
}

.pred02-list {
    background: #ffffff;
}

.pred02-item {
    border-bottom: 1px solid #e0e0e0;
}

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

.pred02-left-cell {
    padding: 8px 10px;
    font-size: 13px;
    line-height: 1.6;
    vertical-align: middle;
    width: 80%;
}

.pred02-right-cell {
    padding: 8px 10px;
    font-size: 13px;
    line-height: 1.6;
    vertical-align: middle;
    text-align: left;
    width: 20%;
}

.pred02-period {
    color: hsl(88deg 61% 19%) !important;
    font-weight: bold !important;
    margin-right: 4px;
}

.pred02-forecast {
    color: rgb(255, 0, 0);
    font-weight: bold;
    margin-right: 4px;
}

.pred02-forecast-zodiac {
    color: rgb(255, 0, 0);
    font-weight: bold;
}

.pred02-forecast-zodiac.highlight {
    background: red !important;
    color: #ffeb3b !important;
    font-weight: bold !important;
    padding: 2px 4px;
    border-radius: 3px;
}

.pred02-result {
    text-align: left;
}

.pred02-result-kai {
    color: hsl(305deg 95% 27%) !important;
    font-weight: bold !important;
}

.pred02-result-number-zodiac {
    color: rgb(255, 0, 0);
    font-weight: bold;
}

.pred02-result-status {
    color: hsl(305deg 95% 27%) !important;
    font-weight: bold !important;
}

/* 正版猜特輸盡光列表样式 */
.pred03-section {
    margin-top: 5px;
    background: #ffffff;
    border: 1px solid #ead1d1;
    border-radius: 4px;
    overflow: hidden;
}

.pred03-header {
    background: #ecd6d6;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    color: #CC0000;
    font-weight: bold;
}

.pred03-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
}

.pred03-list {
    background: #ffffff;
}

.pred03-item-first {
    border-bottom: none;
    text-align: center;
}

.pred03-item {
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
}

.pred03-item-last {
    border-bottom: none;
    text-align: center;
}

.pred03-cell {
    padding: 4px 10px;
    font-size: 13px;
    line-height: 1.6;
    vertical-align: top;
}

.pred03-icon {
    width: 39px;
    height: 15px;
    margin-right: 5px;
    vertical-align: baseline;
}

.pred03-period {
    color: hsl(165deg 100% 32%) !important;
    font-weight: bold !important;
    margin-right: 4px;
}

.pred03-fixed-text {
    color: hsl(165deg 100% 32%) !important;
    font-weight: bold !important;
    margin-right: 4px;
}

.pred03-forecast {
    color: #000000;
    font-weight: bold;
}

.pred03-forecast-zodiac {
    color: #000000;
    font-weight: bold;
}

.pred03-forecast-zodiac.highlight {
    background: red !important;
    color: #ffeb3b !important;
    font-weight: bold !important;
    padding: 2px 4px;
    border-radius: 3px;
}

.pred03-result-kai {
    color: hsl(165deg 100% 32%) !important;
    font-weight: bold !important;
    margin-right: 2px;
}

.pred03-result-number-zodiac {
    color: rgb(255, 0, 0);
    font-weight: bold;
    margin-right: 2px;
}

.pred03-result-status {
    color: hsl(165deg 100% 32%) !important;
    font-weight: bold !important;
}

/* 金牌圖庫样式 */
.pred04-section {
    margin-top: 5px;
    background: #ffffff;
    border: 1px solid #ead1d1;
    border-radius: 4px;
    overflow: hidden;
}

.pred04-header {
    background: #ecd6d6;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    color: #CC0000;
    font-weight: bold;
}

.pred04-content {
    background: #ffffff;
    padding: 10px;
    text-align: center;
}

.pred04-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* 傢野各三肖列表样式 */
.pred05-section {
    margin-top: 5px;
    background: #ffffff;
    border: 1px solid #ead1d1;
    border-radius: 4px;
    overflow: hidden;
}

.pred05-header {
    background: #ecd6d6;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    color: #CC0000;
    font-weight: bold;
}

.pred05-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    table-layout: fixed;
}

.pred05-list {
    background: #ffffff;
}

.pred05-item {
    border-bottom: 1px solid #e0e0e0;
}

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

.pred05-cell {
    padding: 8px 10px;
    font-size: 13px;
    line-height: 1.6;
    vertical-align: middle;
}

.pred05-left-cell {
    width: 75%;
}

.pred05-right-cell {
    width: 25%;
    text-align: left;
}

.pred05-period {
    color: hsl(94deg 73% 40%) !important;
    font-weight: bold !important;
    margin-right: 4px;
}

.pred05-category {
    color: #0066cc;
    font-weight: bold;
    margin-right: 4px;
}

.pred05-forecast {
    color: rgb(255, 0, 0);
    font-weight: bold;
    margin-right: 4px;
}

.pred05-forecast-zodiac {
    color: rgb(255, 0, 0);
    font-weight: bold;
}

.pred05-forecast-zodiac.highlight {
    background: red !important;
    color: #ffeb3b !important;
    font-weight: bold !important;
    padding: 2px 4px;
    border-radius: 3px;
}

.pred05-result-kai {
    color: hsl(165deg 100% 32%) !important;
    font-weight: bold !important;
    margin-right: 2px;
}

.pred05-result-number-zodiac {
    color: rgb(255, 0, 0);
    font-weight: bold;
    margin-right: 2px;
}

.pred05-result-status {
    color: hsl(165deg 100% 32%) !important;
    font-weight: bold !important;
}

/* pred06 龍港之峯四頭四行样式 */
.pred06-section {
    background: #ffffff;
    margin: 10px 0;
    border: 1px solid #ead1d1;
}

.pred06-header {
    background: linear-gradient(to right, #ead1d1, #e8d2d2, #ecd4d4, #ecd6d6, #ecdbdb, #ead5d5, #ead1d1);
    color: #CC0000;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    font-size: 16px;
}

.pred06-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    table-layout: fixed;
}

.pred06-list {
    background: #ffffff;
}

.pred06-item {
    border-bottom: 1px solid #e0e0e0;
}

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

.pred06-cell {
    padding: 8px 10px;
    font-size: 13px;
    line-height: 1.6;
    vertical-align: middle;
}

.pred06-left-cell {
    width: 60%;
}

.pred06-right-cell {
    width: 20%;
    text-align: left;
}

.pred06-period {
    color: hsl(94deg 73% 40%) !important;
    font-weight: bold !important;
    margin-right: 4px;
}

.pred06-label {
    color: rgb(255, 0, 0);
    font-weight: bold;
    margin-right: 4px;
}

.pred06-forecast-item {
    color: rgb(255, 0, 0);
    font-weight: bold;
    margin-right: 4px;
}

.pred06-forecast-item.highlight {
    background: red !important;
    color: #ffeb3b !important;
    font-weight: bold !important;
    padding: 2px 4px;
    border-radius: 3px;
}

.pred06-result-kai {
    color: hsl(165deg 100% 32%) !important;
    font-weight: bold !important;
    margin-right: 2px;
}

.pred06-result-number-zodiac {
    color: rgb(255, 0, 0);
    font-weight: bold;
    margin-right: 2px;
}

.pred06-result-element {
    color: rgb(255, 0, 0);
    font-weight: bold;
    margin-right: 2px;
}

.pred06-result-status {
    color: hsl(165deg 100% 32%) !important;
    font-weight: bold !important;
}

/* pred07 騰達高手⑨肖中特样式 */
.pred07-section {
    background: #ffffff;
    margin: 10px 0;
    border: 1px solid #ead1d1;
}

.pred07-header {
    background: linear-gradient(to right, #ead1d1, #e8d2d2, #ecd4d4, #ecd6d6, #ecdbdb, #ead5d5, #ead1d1);
    color: #CC0000;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    font-size: 16px;
}

.pred07-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    table-layout: fixed;
}

.pred07-list {
    background: #ffffff;
}

.pred07-item-first {
    border-bottom: none;
}

.pred07-item-second {
    border-bottom: 1px solid #e0e0e0;
}

.pred07-item-last {
    border-bottom: none;
}

.pred07-divider {
    position: absolute;
    top: 0;
    left: 20%;
    right: 20%;
    height: 1px;
    background: #e0e0e0;
}

.pred07-cell {
    padding: 3px 10px;
    font-size: 13px;
    line-height: 1.6;
    vertical-align: middle;
    text-align: center;
}

.pred07-left-cell {
    width: 70%;
}

.pred07-right-cell {
    width: 30%;
    text-align: left;
}

.pred07-period {
    color: hsl(151deg 94% 16%) !important;
    font-weight: bold;
    margin-right: 4px;
}

.pred07-label {
    background: #d4edda;
    color: #155724;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 4px;
    font-weight: bold;
}

.pred07-category {
    color: hsl(151deg 94% 16%) !important;
    font-weight: bold;
    margin-right: 4px;
}

.pred07-forecast-zodiac {
    color: hsl(151deg 94% 16%) !important;
    font-weight: bold;
    margin-right: 2px;
}

.pred07-forecast-zodiac.highlight {
    background: red !important;
    color: #ffeb3b !important;
    font-weight: bold !important;
    padding: 2px 4px;
    border-radius: 3px;
}

.pred07-result-kai {
    color: hsl(151deg 94% 16%) !important;
    font-weight: bold;
    margin-right: 2px;
}

.pred07-result-number-zodiac {
    color: rgb(255, 0, 0) !important;
    font-weight: bold;
    margin-right: 2px;
}

.pred07-result-status {
    margin-left: 2px;
}

.pred07-result-status.zhun {
    color: hsl(151deg 94% 16%) !important;
    font-weight: bold !important;
}

.pred07-result-status.cuo {
    color: hsl(151deg 94% 16%) !important;
    font-weight: bold !important;
}

/* pred08 (9)肖精準(4)肖样式 */
.pred08-section {
    background: #ffffff;
    margin: 10px 0;
    border: 1px solid #ead1d1;
}

.pred08-header {
    background: linear-gradient(to right, #ead1d1, #e8d2d2, #ecd4d4, #ecd6d6, #ecdbdb, #ead5d5, #ead1d1);
    color: #CC0000;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    font-size: 16px;
}

.pred08-subheader {
    background: #d4edda;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pred08-header-row {
    background: #d4edda;
    border: 1px solid #ff8c00;
}

.pred08-header-cell {
    padding: 8px 10px;
    text-align: center;
}

.pred08-subheader-text {
    color: #155724;
    font-weight: bold;
    font-size: 14px;
    flex: 1;
}

.pred08-number-box {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #0066cc;
    color: #ffffff;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
    font-size: 14px;
    border-radius: 2px;
}

.pred08-number-circle {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #0066cc;
    color: #ffffff;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
    font-size: 14px;
    border-radius: 50%;
}

.pred08-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
}

.pred08-list {
    background: #ffffff;
}

.pred08-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pred08-item:last-child {
    border-bottom: none;
    box-shadow: none;
}

.pred08-item-odd {
    background: #ffe6e6;
}

.pred08-item-even {
    background: #ffffff;
}

.pred08-cell {
    padding: 6px 10px;
    font-size: 13px;
    line-height: 1.6;
    vertical-align: middle;
}

.pred08-left-cell {
    width: 80%;
}

.pred08-right-cell {
    width: 20%;
    text-align: left;
}

.pred08-period {
    color: #008000;
    font-weight: bold;
    margin-right: 4px;
}

.pred08-category {
    color: #008000;
    font-weight: bold;
    margin-right: 4px;
}

.pred08-forecast-zodiac {
    color: rgb(255, 0, 0);
    font-weight: bold;
    margin-right: 2px;
}

.pred08-forecast-zodiac.highlight {
    background: red !important;
    color: #ffeb3b !important;
    font-weight: bold !important;
    padding: 2px 4px;
    border-radius: 3px;
}

.pred08-result-kai {
    color: rgb(0, 0, 0);
    font-weight: bold;
    margin-right: 4px;
}

.pred08-result-number-zodiac {
    color: rgb(255, 0, 0);
    font-weight: bold;
    margin-right: 2px;
}

.pred08-result-status {
    color: rgb(0, 0, 0);
    font-weight: bold;
}

/* pred09 天地中特样式 */
.pred09-section {
    background: #ffffff;
    margin: 10px 0;
    border: 1px solid #ead1d1;
}

.pred09-header {
    background: linear-gradient(to right, #ead1d1, #e8d2d2, #ecd4d4, #ecd6d6, #ecdbdb, #ead5d5, #ead1d1);
    color: #CC0000;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    font-size: 16px;
}

.pred09-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
}

.pred09-list {
    background: #ffffff;
}

.pred09-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pred09-item:last-child {
    border-bottom: none;
    box-shadow: none;
}

.pred09-cell {
    padding: 6px 4px;
    font-size: 13px;
    line-height: 1.6;
    vertical-align: middle;
}

.pred09-left-cell {
    width: 75%;
}

.pred09-right-cell {
    width: 25%;
    text-align: right;
}

.pred09-period {
    margin-right: 4px;
}

.pred09-desc {
    margin-right: 4px;
}

.pred09-category {
    margin-left: 4px;
}

.pred09-result-kai {
    margin-right: 2px;
}

.pred09-result-number {
    margin-right: 2px;
}

.pred09-result-zodiac {
    margin-right: 2px;
}

.pred09-result-status {
    margin-left: 2px;
}

/* pred10 金牌半單雙样式 */
.pred10-section {
    background: #ffffff;
    margin: 10px 0;
    border: 1px solid #ead1d1;
}

.pred10-header {
    background: linear-gradient(to right, #ead1d1, #e8d2d2, #ecd4d4, #ecd6d6, #ecdbdb, #ead5d5, #ead1d1);
    color: #CC0000;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    font-size: 16px;
}

.pred10-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
}

.pred10-list {
    background: #ffffff;
}

.pred10-item-first {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pred10-item-second {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pred10-item-second:last-child {
    border-bottom: none;
    box-shadow: none;
}

.pred10-cell {
    padding: 6px 10px;
    font-size: 13px;
    line-height: 1.6;
    vertical-align: middle;
}

.pred10-left-cell {
    width: 100%;
}

.pred10-label {
    display: inline-block;
    font-weight: bold;
}

.pred10-period {
    margin-right: 4px;
}

.pred10-desc {
    margin-right: 4px;
}

.pred10-forecast-text {
    margin-right: 0;
}

.pred10-forecast-type {
    margin-right: 0;
}

.pred10-result-kai {
    margin-right: 2px;
}

.pred10-result-number-zodiac {
    margin-right: 2px;
}

.pred10-result-status {
    margin-left: 2px;
}


