/* 天机6码 & 平特三肖 样式 */

/* ===== 1. 天机6码 【平码】 ===== */
.tj6m-container {
    background-color: #00ce2a;
    border: 3px solid #00ce2a;
    border-radius: 0.1rem;
    padding: 0.08rem;
    margin: 0.12rem 0;
    box-shadow: 0 0.04rem 0.08rem rgba(0, 206, 42, 0.2);
}

.tj6m-card {
    background-color: #ffffff;
    border-radius: 0.08rem;
    padding: 0.08rem 0.1rem;
    margin-bottom: 0.08rem;
}

.tj6m-card:last-child {
    margin-bottom: 0;
}

.tj6m-header {
    text-align: center;
    font-size: 0.19rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: 0.06rem;
}

.tj6m-prefix {
    color: #409eff;
}

.tj6m-period-red {
    color: #e53935;
    font-weight: bold;
}

.tj6m-title {
    color: #333333;
    font-weight: bold;
}

.tj6m-body {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.06rem;
}

.tj6m-num-pill {
    background-color: #f0f7ff;
    color: #409eff;
    font-size: 0.18rem;
    font-weight: bold;
    padding: 0.02rem 0.08rem;
    border-radius: 0.04rem;
}

.tj6m-num-pill.tj6m-hit {
    background-color: #ffeb3b !important;
    color: #000000 !important;
}


/* ===== 2. 平特三肖 ===== */
.pt3x-card-box {
    margin: 0.12rem 0;
    border: 3px solid #00ce2a;
    border-radius: 0.1rem;
    background-color: #f8fafc;
    padding: 0.1rem 0.06rem;
    box-shadow: 0 0.04rem 0.08rem rgba(0, 206, 42, 0.15);
}

.pt3x-list {
    display: flex;
    flex-direction: column;
    gap: 0.08rem;
}

.pt3x-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    font-size: 0.18rem;
    font-weight: bold;
}

.pt3x-prefix {
    color: #409eff;
}

.pt3x-period {
    color: #e53935;
    font-weight: bold;
}

.pt3x-title {
    color: #333333;
    font-weight: bold;
    margin-right: 0.04rem;
}

.pt3x-items {
    display: inline-flex;
    gap: 0.1rem;
    align-items: center;
}

.pt3x-item {
    color: #409eff;
    font-weight: bold;
    padding: 0.01rem 0.04rem;
    border-radius: 0.03rem;
}

.pt3x-item.pt3x-hit {
    background-color: #ffeb3b !important;
    color: #000000 !important;
}
