.listMainBar{
    width: 100%;
    flex: 1;
    flex-direction: column;
    overflow-y: auto;
}

/* 临时消失一个 */

.listMainBar.groupList{
    display: none;
}

#groupListHeader{
    display: none;
}

.listHeader{
    height: 6%;
    width: 100%;
    background-color: var(--mainColor);
    color:white;
    justify-content: space-around;
    align-items: center;
    padding: 0;
    padding-right: 14px;
    font-size: 1.2vw;
    flex-shrink: 0;
}

.listRow{
    width: 100%;
    height: 80px;
    border-bottom: 1px var(--mainGrayerColorLighter) solid;
    justify-content: space-around;
    align-items: center;
    flex-shrink: 0;
    font-size: 1.2vw;
}

.listRow:hover{
    background-color: var(--mainGrayerColorLight);
    cursor: pointer;
}

.inGroupRow{
    width: 22%;
    word-break: break-word;
    justify-content: center;
}

.insingleRow{
    width: 8%;
    justify-content: center;
}

/*2025级三班适配 */
.signleListRow{
    width: 100%;
    height: 50px;
    border-bottom: 1px var(--mainGrayerColorLighter) solid;
    justify-content: space-around;
    align-items: center;
    flex-shrink: 0;
    font-size: 1.2vw;
}

.signleListRow:hover{
    background-color: var(--mainGrayerColorLight);
    cursor: pointer;
}
