.rate-wrap {
  width: 100%;
}
.rate-wrap .item-rate {
  display: flex;
  align-items: center;
  padding-bottom: 0.9375rem;
}
.rate-wrap .item-rate .item-label {
  width: 8.75rem;
  text-align: right;
}
.rate-wrap .item-rate .progress {
  flex: 1;
}
@media (min-width: 1025px) and (max-width: 1599px) {
.tableHeight07 .el-table__body-wrapper {
    max-height: calc(100vh - 27.5rem);
    overflow-y: auto;
}
}
