/* 平码1尾 样式 */
.m3-pmyw-body {
    padding: 0.12rem 0.2rem;
}

.m3-pmyw-period-block {
    padding: 0.1rem 0;
}

.pmyw-content-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.16rem;
    color: #333;
}

.pmyw-period-text {
    flex: 1;
}

.pmyw-period-num {
    color: #e54d42;
    font-weight: bold;
}

.pmyw-tail-box {
    margin: 0 0.15rem;
}

.pmyw-tail-box.tail-hit .pmyw-tail-num {
    background-color: #ffe100;
    border: 1px solid #d4b100;
    color: #333;
    font-weight: bold;
    padding: 0.02rem 0.06rem;
    border-radius: 0.04rem;
}

.pmyw-tail-num {
    color: #e54d42;
    font-weight: bold;
}

.pmyw-status-text {
    font-size: 0.16rem;
    font-weight: bold;
    min-width: 0.4rem;
    text-align: right;
}

.pmyw-status-text.is-win {
    color: #e54d42;
}

.pmyw-status-text.is-undrawn {
    color: #1890ff;
}

.m3-pmyw-divider {
    height: 1px;
    background-color: #eee;
    margin-top: 0.1rem;
}
