.customerGrade-oralExam {
  min-height: calc(100vh - 97px);
}
.customerGrade-oralExam .ant-card-body {
  padding: 0;
}
.customerGrade-oralExam .ant-row {
  margin: 0!important;
}
.customerGrade-oralExam .ant-row .ant-col {
  padding: 0!important;
}
.customerGrade-oralExam .proess {
  height: 36px;
}
.customerGrade-oralExam .proess span {
  width: 100px;
  height: 36px;
  line-height: 36px;
  float: left;
  text-align: center;
  color: #000;
  cursor: pointer;
}
.customerGrade-oralExam .proess span.actvie {
  color: #1784fc;
  border-bottom: 2px solid #1784fc;
}

