.nbq-detail-body .el-table__cell{padding:4px 0}.nbq-detail-body .row{display:flex}.nbq-detail-body .el-col{display:flex;align-items:center}.nbq-detail-body .progress-ba-body{display:flex;align-items:center;justify-content:center;position:relative}.nbq-detail-body .dc-progress-bar{height:10px;width:80%;background:#ccc;border-radius:10px}.nbq-detail-body .dc-progress-bar-go{width:0;height:100%;background:#20a0ff;border-radius:10px;-webkit-border-radius:10px;position:relative}.nbq-detail-body .progress-bar-img{position:absolute;background-color:#fff;padding:2px}.nbq-detail-body .dc-progress-bar-go-run{animation:progressBar 4s linear 1s infinite;-webkit-animation:progressBar 4s linear 1s infinite}.nbq-detail-body .row-color{color:#20a0ff}.nbq-detail-body .label-color{color:rgba(0,0,0,.65)}@keyframes progressBar{0%{width:0}20%{width:30%}50%{width:45%}60%{width:65%}90%{width:90%}to{width:100%}}