.YYIWindow-list{
    background-color: #fff;
    display: flex;
    flex-direction: column;
}
.YYIWindow-listHeader{
    height: 50px;
    flex-shrink: 0;
}
.YYIWindow-listHeader h3{
    font-weight: normal;
    font-size: 16px;
    color: #414655;
    padding-left: 22px;
    line-height: 50px;
}
.YYIWindow-listBody-zk{
    padding-left: 22px;
    flex-grow: 1;
    overflow-y: auto;
    position: relative;
}
.YYIWindow-listBodySubTitle-zk{
    font-size: 14px;
    font-weight: normal;
    color:#3BC1FF;
    height: 43px;
    line-height: 43px;
}
.YYIWindow-listLi-zk{
    width: 100%;
    height: 43px;
    display: inline-block;
    line-height: 43px;
    padding-right: 21px;
    box-sizing: border-box;
}
.YYIWindow-listLi-zk div{
    font-size: 14px;
    color: #414655;
    display: inline-block;
}
.YYIWindow-listLi-zk div:last-child{
    color: #6D6D6D;
    float: right;
}