/* 九肖十码单双波色 样式 */
.jxsm-card-box {
    margin: 0.12rem 0;
    border: 2px solid #409eff;
    border-radius: 0.12rem;
    background-color: #ecf5ff;
    padding: 0.08rem;
    box-shadow: 0 0.04rem 0.1rem rgba(64, 158, 255, 0.12);
}

.jxsm-title-banner {
    background: linear-gradient(135deg, #409eff 0%, #2b8dfc 100%);
    color: #ffffff;
    font-size: 0.16rem;
    font-weight: bold;
    text-align: center;
    padding: 0.08rem 0;
    border-radius: 0.08rem;
    margin-bottom: 0.08rem;
    letter-spacing: 0.01rem;
}

.jxsm-list {
    display: flex;
    flex-direction: column;
    gap: 0.06rem;
}

.jxsm-row {
    background-color: #ffffff;
    border: 1px solid #a0cfff;
    border-radius: 0.06rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    min-height: 0.4rem;
}

.jxsm-label {
    width: 0.72rem;
    min-width: 0.72rem;
    background-color: #409eff;
    color: #ffffff;
    font-size: 0.15rem;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
}

.jxsm-content {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.04rem;
    padding: 0.04rem 0.06rem;
}

.jxsm-text {
    color: #409eff;
    font-size: 0.17rem;
    font-weight: bold;
    letter-spacing: 0.02rem;
}

.jxsm-num-pill {
    background-color: #f4f4f5;
    color: #722ed1;
    font-size: 0.14rem;
    font-weight: bold;
    padding: 0.02rem 0.05rem;
    border-radius: 0.04rem;
    border: 1px solid #e9e9eb;
}

.jxsm-hit {
    background-color: #fff3a8 !important;
    color: #1f2937 !important;
    font-weight: bold;
    padding: 0.02rem 0.05rem;
    border-radius: 0.04rem;
    border-color: #fde047 !important;
    display: inline-block;
}

.jxsm-status {
    width: 0.95rem;
    min-width: 0.95rem;
    border-left: 1px solid #a0cfff;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    color: #409eff;
    font-size: 0.15rem;
    font-weight: bold;
    background-color: #ffffff;
}
