.sclass-table {
    padding-bottom: 10px;
}
.sclass-tabs {
    display: flex;
    margin: 0 0 12px;
    background: #f3f2f8;
    border-radius: 4px;
    overflow: hidden;
}
.sclass-tabs span {
    flex: 1;
    text-align: center;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    color: #666;
    cursor: pointer;
    user-select: none;
}
.sclass-tabs span.is-on {
    background: #605ca8;
    color: #fff;
    font-weight: 600;
}
.sclass-head,
.sclass-row {
    display: flex;
    align-items: center;
    width: 100%;
}
.sclass-head {
    color: #999;
    font-size: 12px;
    padding: 4px 6px 8px;
}
.sclass-head span:nth-child(1),
.sclass-row > span:nth-child(1) {
    flex: 0 0 32px;
    text-align: center;
}
.sclass-head span:nth-child(2),
.sclass-row > span:nth-child(2) {
    flex: 0 0 118px;
}
.sclass-head span:nth-child(3),
.sclass-row > span:nth-child(3) {
    flex: 0 0 72px;
    text-align: center;
}
.sclass-head span:nth-child(4),
.sclass-row > span:nth-child(4) {
    flex: 1;
    text-align: right;
    padding-right: 8px;
}
.sclass-area {
    margin-bottom: 2px;
}
.sclass-area.is-up {
    background: rgba(96, 92, 168, .12);
}
.sclass-area.is-mid {
    background: rgba(96, 92, 168, .06);
}
.sclass-area.is-down {
    background: rgba(232, 76, 76, .08);
}
.sclass-area-name {
    display: block;
    font-size: 12px;
    color: #605ca8;
    padding: 6px 8px 2px;
    line-height: 1.4;
}
.sclass-area.is-down .sclass-area-name {
    color: #c45c5c;
}
.sclass-row {
    height: 38px;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    box-sizing: border-box;
    padding: 0 6px;
}
a.sclass-row:hover {
    color: #605ca8;
    text-decoration: none;
    background: rgba(96, 92, 168, .08);
}
.sclass-row > span:nth-child(2) {
    display: flex;
    align-items: center;
    gap: 6px;
    overflow: hidden;
    white-space: nowrap;
}
.sclass-row > span:nth-child(2) em {
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sclass-row img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    flex-shrink: 0;
}
.sclass-row > span:nth-child(3) {
    color: #666;
    font-size: 13px;
}
.sclass-row > span:nth-child(3) i {
    font-style: normal;
    margin: 0 2px;
    color: #bbb;
}
.sclass-row > span:nth-child(4) {
    font-weight: 600;
}
.sclass-more {
    display: block;
    text-align: center;
    padding: 12px 0 2px;
    color: #605ca8;
    font-size: 13px;
}
.sclass-more:hover {
    color: #4a4690;
    text-decoration: none;
}

@media (max-width: 768px) {
    .sclass-table {
        background: #fff;
        border-radius: 8px;
        padding: 12px 10px 8px;
        margin: 12px 0 16px;
    }
    .sclass-head span:nth-child(2),
    .sclass-row > span:nth-child(2) {
        flex: 1;
    }
    .sclass-head span:nth-child(3),
    .sclass-row > span:nth-child(3) {
        flex: 0 0 78px;
    }
    .sclass-head span:nth-child(4),
    .sclass-row > span:nth-child(4) {
        flex: 0 0 44px;
        padding-right: 4px;
    }
}
