/* M3 三国肖 样式 */
.m3-sgx-legend {
    text-align: center;
    font-size: 0.14rem;
    font-weight: bold;
    color: #cc0000;
    padding: 0.04rem 0.02rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e8e8e8;
}

.m3-sgx-body {
    background-color: #ffffff;
    padding-bottom: 0.05rem;
}

.m3-sgx-period-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.06rem 0;
}

.sgx-period-title {
    font-size: 0.19rem;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-bottom: 0.04rem;
}

.sgx-period-num {
    color: #cc0000;
}

.sgx-status-text {
    margin-left: 0.1rem;
    color: #000000;
    font-weight: bold;
}

.sgx-status-text.is-win {
    color: #cc0000;
}

.sgx-status-text.is-undrawn {
    color: #1890ff;
}

.sgx-content-row {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.18rem;
    font-weight: bold;
    margin-bottom: 0.04rem;
}

.sgx-kingdom-item {
    color: #cc0000;
}

.sgx-kingdom-item.kingdom-hit {
    background-color: #ffe100;
    color: #000000;
    border-radius: 0.02rem;
    padding: 0 0.02rem;
}

.sgx-zodiacs-text {
    color: #000000;
    margin-left: 0.04rem;
}

.sgx-zodiac-hit {
    background-color: #ffe100;
    color: #000000;
    border-radius: 0.02rem;
    padding: 0 0.01rem;
}

.m3-sgx-divider {
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    margin-top: 0.06rem;
}
