.Table .ivu-table-wrapper-with-border {
  border: 1px solid #FEDEC0 !important;
  margin-bottom: 20px;
}
.Table .ivu-table-overflowX,
.Table .ivu-table-tip {
  overflow: inherit;
}
.Table .ivu-table th {
  background: #FFF3E8;
  -webkit-box-shadow: inset -1px 0px 0px rgba(251, 139, 31, 0.2);
          box-shadow: inset -1px 0px 0px rgba(251, 139, 31, 0.2);
  border-radius: 0px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  height: 40px;
  border: none !important;
}
.Table .ivu-table td {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  border-right: 1px solid #FEDEC0 !important;
}

.selectCourse[data-v-374cc70e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  width: 100%;
}
.selectCourse .ivu-cascader[data-v-374cc70e] {
  width: 260px;
}
.selectCourse .usercourseLable[data-v-374cc70e] {
  margin-right: 10px;
}

