.YYIWindow-crossBar{
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}
.YYIWindow-crossBarHeader{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 20px;
    line-height: 50px;
}
.YYIWindow-crossBarHeader h3{
    font-weight: normal;
    font-size: 16px;
    color: #414655;
}
.YYIWindow-crossBar-HeaderLegend{
    display: flex;
    flex-direction: row;
    align-items: end;
}
.YYIWindow-crossBarHeader{
    height: 50px;
    flex-shrink: 0;
}
.YYIWindow-crossBar-HeaderLegend li{
    margin-right: 20px;
    color: #414655;
    font-size: 12px;
}
.YYIWindow-crossBar-HeaderLegend>li>span{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}
.YYIWindow-crossBarUL-zk{
    padding-left: 20px;
    flex-grow: 1;
    overflow-y: auto;
}
.YYIWindow-crossBarLiTitle-zk{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 36px;
}
.YYIWindow-crossBarLi-zk{
    height: 65px;
    padding-right: 20px;
}
.YYIWindow-crossBarLi-TitleLegend-zk{
    display: flex;
    flex-direction: row;
    width: 50%;
    justify-content: flex-end;
}
.YYIWindow-crossBarLi-TitleLegend-zk li{
    color: #414655!important;
}
.YYIWindow-crossBarLiTitle-zk h4{
    font-weight: normal;
    color: #414655;
    font-size: 12px;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 36px;
}
.YYIWindow-crossBarLi-TitleLegend-zk>li{
    margin-right: 20px;
}
.YYIWindow-crossBarLi-TitleLegend-zk>li>span{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}
.YYIWindow-crossBarLi-show-zk{
    width: 100%;
    height: 12px;
    border-radius: 50px;
    overflow: hidden;
}
.YYIWindow-crossBarLi-show-zk>span{
    height: 12px;
    display: inline-block;
}