.wg-ceu-bar-block {
    padding-bottom: 10px;
    margin-bottom:10px;
    border-bottom: 1px solid #eee;
}
.wg-ceu-bar-block .l-title {
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}
.wg-ceu-bar-block .l-status {

}
.wg-ceu-bar-block .wg-prog-bar {
    position: relative; 
    background:#eee;
    width:100%;
    height:24px;
    border-radius:var(--br-small);
    overflow:hidden;
    margin:8px 0;
}
.wg-ceu-bar-block .wg-prog-bar .wg-prog-bar-prog{
    height:24px;
    line-height:24px;
    color:#fff;
    text-align:center;
}
.wg-ceu-bar-block .wg-prog-bar .wg-prog-status {
    position:absolute; 
    width:100%; 
    text-align:center; 
    top:0; 
    left:0; 
    line-height:24px; 
    color:#000;
}
.wg-refresh{
    margin-left: 10px;
    cursor: pointer;
}
.wg-refresh svg {
    width: 20px;
}
