/* M5 平特二尾 样式 */
.m5-ptew-box {
    margin-bottom: 0.12rem;
    border: 1.5px solid #cc0000;
    background-color: #f5f7da;
    box-sizing: border-box;
    font-family: PingFangSC-Regular, Microsoft YaHei, Helvetica, sans-serif;
}

.m5-ptew-table-header {
    background: linear-gradient(to right, #ff3333, #f5a3a0);
    text-align: center;
    color: #000000;
    font-size: 0.20rem;
    font-weight: bold;
    padding: 0.06rem 0;
    border-bottom: 1px solid #cc0000;
    letter-spacing: 0.01rem;
}

.m5-ptew-table-body {
    display: flex;
    flex-direction: column;
}

.m5-ptew-row {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #cc0000;
    min-height: 0.38rem;
    padding: 0.04rem 0.08rem;
    box-sizing: border-box;
    font-size: 0.18rem;
    font-weight: bold;
    gap: 0.06rem;
}

.m5-ptew-row:last-child {
    border-bottom: none;
}

.ptew-period {
    color: #cc0000;
}

.ptew-title {
    color: #000000;
}

.ptew-brackets {
    color: #1890ff;
}

.ptew-tail {
    color: #1890ff;
    display: inline-block;
}

.ptew-tail.is-hit {
    background-color: #ffeb3b;
    color: #000000;
    border-radius: 0.02rem;
    padding: 0 0.03rem;
}

.ptew-status {
    color: #000000;
    font-weight: bold;
}

.ptew-status.is-undrawn {
    color: #1e50cb;
}
