/* 玩法 8：输尽光，平码1尾，精准一肖一码 样式 */

/* ===== 1. 输尽光 ===== */
.sjg-card-box {
    margin: 0.12rem 0;
    border: 3px solid #2b7bc6;
    border-radius: 0.1rem;
    background-color: #fffde7;
    padding: 0.1rem 0.06rem;
    box-shadow: 0 0.04rem 0.08rem rgba(43, 123, 198, 0.15);
}

.sjg-list {
    display: flex;
    flex-direction: column;
    gap: 0.08rem;
}

.sjg-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    font-size: 0.20rem;
    font-weight: bold;
    color: #333333;
}

.sjg-period-red {
    color: #e53935;
    font-weight: bold;
}

.sjg-label-buy {
    color: #c62828;
    font-weight: bold;
    margin: 0 0.06rem 0 0.02rem;
}

.sjg-items {
    display: inline-flex;
    gap: 0.02rem;
    align-items: center;
}

.sjg-item {
    background: #fffb8c;
    color: #333333;
    font-weight: bold;
}

.sjg-item.sjg-blue {
    background: #e6f7ff;
    color: #409eff !important;
}

.sjg-tag-red {
    color: #e53935;
    font-weight: bold;
    margin-left: 0.06rem;
}


/* ===== 2. 平码1尾 ===== */
.pm1w-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);
}

.pm1w-list {
    display: flex;
    flex-direction: column;
    gap: 0.08rem;
}

.pm1w-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    font-size: 0.18rem;
    font-weight: bold;
}

.pm1w-prefix {
    color: #409eff;
}

.pm1w-period {
    color: #e53935;
    font-weight: bold;
}

.pm1w-title {
    color: #333333;
    font-weight: bold;
    margin-right: 0.06rem;
    background-color: #f0f0f0;
    padding: 0.01rem 0.06rem;
    border-radius: 0.03rem;
}

.pm1w-tail {
    color: #333333;
    font-weight: bold;
    padding: 0.01rem 0.04rem;
    border-radius: 0.03rem;
}

.pm1w-tail.pm1w-hit {
    background-color: #ffeb3b !important;
    color: #000000 !important;
}


/* ===== 3. 精准一肖一码 ===== */
.jzyx-card-box {
    margin: 0.12rem 0;
    border: 3px solid #2b7bc6;
    border-radius: 0.1rem;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0 0.04rem 0.08rem rgba(43, 123, 198, 0.15);
}

.jzyx-header-banner {
    background-color: #f8fafc;
    border-bottom: 1px solid #e1effe;
    padding: 0.08rem 0.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.16rem;
    font-weight: bold;
}

.jzyx-period-red {
    color: #e53935;
    font-weight: bold;
}

.jzyx-title-blue {
    color: #409eff;
    font-weight: bold;
}

.jzyx-pending {
    color: #333333;
}

.jzyx-badge-red {
    background-color: #e53935;
    color: #ffffff;
    padding: 0.02rem 0.08rem;
    border-radius: 0.12rem;
    font-size: 0.15rem;
    font-weight: bold;
}

.jzyx-body {
    display: flex;
    flex-direction: column;
}

.jzyx-row {
    display: flex;
    align-items: center;
    min-height: 0.38rem;
    border-bottom: 1px solid #f0f0f0;
    background-color: #fcfdfe;
}

.jzyx-row:nth-child(even) {
    background-color: #ffffff;
}

.jzyx-row:last-child {
    border-bottom: none;
}

.jzyx-label {
    width: 20%;
    text-align: center;
    color: #409eff;
    font-size: 0.16rem;
    font-weight: bold;
}

.jzyx-content {
    flex: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.08rem;
    padding: 0.04rem 0.08rem;
}

.jzyx-pair {
    color: #1890ff;
    background: #e6f7ff;
    font-size: 0.16rem;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
}

.jzyx-pair.jzyx-hit {
    color: #000000 !important;
    font-weight: bold;
}

.jzyx-hl {
    background-color: #fffb8c !important;
    color: #000000 !important;
    font-weight: bold;
    border-radius: 0.03rem;
    padding: 0 0.02rem;
}
