/* M5 精准单双24码 样式 */
.m5-ds-body {
    background-color: #f5f7da;
    padding: 0.06rem 0.1rem 0.1rem;
}

.m5-ds-period-block {
    display: flex;
    flex-direction: column;
}

.m5-ds-period-title {
    text-align: center;
    font-size: 0.17rem;
    font-weight: bold;
    color: red;
    padding: 0.06rem 0 0.08rem;
    font-family: PingFangSC-Regular, Microsoft YaHei, Helvetica, sans-serif;
}

.m5-ds-period-num {
    color: red;
}

.m5-ds-title-tag {
    color: red;
    margin: 0 0.02rem;
}

.m5-ds-status {
    color: red;
    margin-left: 0.04rem;
}

.m5-ds-status.is-undrawn {
    color: blue;
}

.m5-ds-status.is-miss {
    color: #000000;
}

.m5-ds-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.08rem;
    margin: 0.04rem 0 0.08rem;
}

.m5-ds-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.08rem;
    width: 100%;
}

.m5-ds-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.08rem;
    width: 100%;
}

.m5-ds-box {
    background-color: #ffffff;
    border: 1px solid #eda29c;
    border-radius: 0.06rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.16rem;
    font-weight: bold;
    font-family: PingFangSC-Regular, Microsoft YaHei, Helvetica, sans-serif;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.m5-ds-box.comb-box {
    width: 0.85rem;
    height: 0.34rem;
    color: #cc0000;
    font-size: 0.17rem;
}

.m5-ds-box.num-box {
    width: 0.42rem;
    height: 0.32rem;
    color: #008000;
}

.m5-ds-box.is-hit {
    background-color: #ffeb3b;
    border-color: #f57f17;
    color: #cc0000;
}

.m5-ds-divider {
    height: 1px;
    background-color: #f7c5c2;
    margin: 0.08rem 0;
}
