body {
  background-color: #f8f8f8;
}

.customCourse .screen01 {
  position: relative;
}

.customCourse .screen01 .title-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 80px;
  z-index: 999;
}

.customCourse .screen01 .title {
  font-size: 50px;
  color: #0e357f;
}

.customCourse .screen01 .subtitle {
  color: #606266;
}

.module-title {
  font-size: 24px;
  font-weight: 600;
  margin: 20px 0;
  color: #333;
  display: flex;
  align-items: center;
}
.module-title i {
  color: #409eff;
  margin-right: 8px;
}

.bg-white {
  background-color: #fff;
}

.hw-box {
  background-color: #ecf5ff;
  width: 494px;
  border: 1px solid #c9e3ff;
  color: #0e357f;
  padding: 20px;
  border-radius: 10px;
  margin: 30px auto 0;
  line-height: 30px;
  text-align: left;
  box-sizing: border-box;
}

.customCourse .screen05 {
  margin-bottom: 20px;
}

.customCourse .custom-course-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.customCourse .custom-course-item {
  width: 232px;
  height: 205px;
  background-color: #fff;
  font-size: 14px;
}

.customCourse .custom-course-item .custom-course-name{
  padding: 10px 0 0 10px;
}