.enroll {
  padding: 50px 0;
}
.enroll .el-form--inline .el-form-item {
  margin-bottom: 0;
}
.enroll .el-table th {
  background: #f2f2f2;
}
.enroll .el-table .el-button {
  display: block;
  margin: auto;
}
.enroll .el-table .el-button:first-child {
  margin-bottom: 5px;
}
.enroll .search-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.enroll .search-box h3 {
  margin: 0;
}
.enroll .el-dialog__body {
  padding: 0;
}
.enroll .el-row {
  padding: 10px 20px;
}
.enroll .bkge-rule span {
  padding-right: 15px;
}
.enroll .title {
  width: auto;
  height: 30px;
  line-height: 30px;
  background: #ecf4ff;
  color: #494E5A;
  padding-left: 10px;
  font-weight: bold;
}
.enroll .detail {
  line-height: 26px;
  color: #474E56;
  font-size: 12px;
}
.enroll .el-button--warning {
  background: #fa6419;
  border-color: #fa6419;
}
.enroll .el-button--warning:hover {
  background: #fd8f58;
  border-color: #fd8f58;
}
