.app-content {
  padding-top: var(--nav-bar-top-2);
}
.app-content__layout {
  padding: 20px;
}
.app-content .right_wrap {
  display: flex;
  align-items: center;
}
.app-content .right_wrap.active {
  flex-direction: column;
}
.app-content .right_wrap.active .el-select {
  margin-top: 10px;
}
.app-content .right_wrap > div {
  margin-right: 20px;
}
.app-content .right_wrap .el-select {
  width: 150px;
}
.app-content .right_wrap .el-select input {
  border-radius: 99px;
  text-align: left;
}
.app-content .right_wrap .el-select .el-input__suffix {
  display: none;
}
.app-content .right_wrap .sorts {
  display: inline-flex;
  margin-right: 15px;
  margin-bottom: 20px;
}
.app-content .right_wrap .sorts .sort_item {
  display: flex;
  align-items: center;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 2px;
  cursor: pointer;
}
.app-content .right_wrap .sorts .sort_item.item_active {
  background-color: var(--color-primary-5);
  color: var(--color-primary);
}
.app-content .right_wrap .sorts .sort_item.item_active i.icon_active {
  color: var(--color-primary);
}
.app-content .right_wrap .sorts .sort_item + .sort_item {
  margin-left: 20px;
}
.app-content .right_wrap .sorts .sort_item .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
}
.app-content .right_wrap .sorts .sort_item .icon i {
  margin: -3px 0;
  color: #999;
}
.app-content .right_wrap .sorts .sort_item:hover {
  color: var(--color-primary);
}
.app-content .course_list .teacher .time {
  display: none;
}


/*# sourceMappingURL=course_task_list.css.map*/