.main[data-v-17baea86] {
  width: 100%;
  min-width: 1280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}
.module[data-v-17baea86] {
  min-width: 1200px;
  width: 100%;
  margin: auto;
}
.module .head[data-v-17baea86] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0;
  color: #666666;
}
.module .head .name[data-v-17baea86] {
  font-weight: 650;
  font-style: normal;
  font-size: 20px;
  text-align: left;
  line-height: 1;
  padding-left: 18px;
  position: relative;
}
.module .head .name[data-v-17baea86]:before {
  content: '';
  position: absolute;
  width: 4px;
  border-radius: 2px;
  background: #C20C0C;
  top: 0;
  bottom: 0;
  left: 0;
}
.module .head .more[data-v-17baea86] {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #999999;
  text-align: right;
  cursor: pointer;
}
.banner[data-v-17baea86] {
  border-radius: 5px;
  width: 1200px;
  overflow: hidden;
  margin-top: 40px;
}
.banner .el-carousel__container[data-v-17baea86] {
  height: 100%;
}
.banner .el-carousel__container .carousel-banner-item[data-v-17baea86] {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner .el-carousel__container .carousel-banner-item .banner-link[data-v-17baea86] {
  display: flex;
  height: 100%;
  width: 100%;
}
.live-list[data-v-17baea86] {
  display: flex;
  flex-direction: column;
  width: 1200px;
  padding-bottom: 20px;
  margin-top: 20px;
}
.live-list .head[data-v-17baea86] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0;
  color: #666666;
}
.live-list .head span[data-v-17baea86] {
  font-weight: 650;
  font-style: normal;
  font-size: 20px;
  text-align: left;
  line-height: 1;
  padding-left: 18px;
  position: relative;
}
.live-list .live-body[data-v-17baea86] {
  position: relative;
  padding: 5px;
}
.live-list .live-body .arrow[data-v-17baea86] {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #000000;
  opacity: 0.1;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}
.live-list .live-body .left[data-v-17baea86] {
  left: -8%;
  top: 35%;
}
.live-list .live-body .left span[data-v-17baea86] {
  font-size: 24px;
  color: white;
}
.live-list .live-body .right[data-v-17baea86] {
  right: -8%;
  top: 35%;
}
.live-list .live-body .right span[data-v-17baea86] {
  font-size: 24px;
  color: white;
}
.live-list .live-body .list[data-v-17baea86] {
  display: flex;
  overflow: hidden;
}
.live-list .live-body .list .item[data-v-17baea86] {
  margin: 0 15px;
}
.live-list .live-body .list .item .thumb[data-v-17baea86] {
  position: relative;
}
.live-list .live-body .list .item .thumb img[data-v-17baea86] {
  width: 270px;
  height: auto;
  display: block;
}
.live-list .live-body .list .item .thumb .thumb-body[data-v-17baea86] {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.live-list .live-body .list .item .thumb .thumb-body p[data-v-17baea86] {
  text-align: center;
}
.live-list .live-body .list .item .thumb .thumb-body p[data-v-17baea86]:nth-child(1) {
  font-size: 17px;
  font-weight: 400;
  line-height: 31px;
  color: #FFFFFF;
  opacity: 0.9;
  margin-top: 50px;
}
.live-list .live-body .list .item .thumb .thumb-body p[data-v-17baea86]:nth-child(2) {
  margin-top: 2px;
}
.live-list .live-body .list .item .thumb .thumb-body p:nth-child(2) span[data-v-17baea86] {
  width: 60px;
  height: 20px;
  background: #FFFFFF;
  border-radius: 15px;
  line-height: 20px;
  text-align: center;
  padding: 2px 15px;
  font-size: 12px;
  color: #F24040;
  opacity: 0.7;
  cursor: pointer;
}
.live-list .live-body .list .item .thumb .thumb-body p:nth-child(2) .reserved[data-v-17baea86] {
  background: #C20C0C;
  color: #FFFFFF;
  opacity: 1;
  cursor: default;
}
.live-list .live-body .list .item .thumb .thumb-body p:nth-child(2) .running[data-v-17baea86] {
  font-weight: 400;
  line-height: 20px;
  color: #FFFFFF;
  opacity: 0.9;
  font-size: 12px;
  background: none;
  padding: 0;
  cursor: default;
}
.live-list .live-body .list .item .thumb .thumb-body p:nth-child(2) .Icon-zhibozhong[data-v-17baea86] {
  background: #FFFFFF;
  opacity: 0.9;
  margin-right: 10px;
  background: none;
  color: white;
  padding: 0;
  cursor: default;
}
.live-list .live-body .list .item .thumb .thumb-body .live-time[data-v-17baea86] {
  position: relative;
  margin-top: 20px;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  width: 100%;
}
.live-list .live-body .list .item .thumb .thumb-body .live-time span[data-v-17baea86] {
  color: #FFFFFF;
  opacity: 0.9;
}
.live-list .live-body .list .item .thumb .thumb-body .live-time[data-v-17baea86]::before {
  position: absolute;
  background: #ffffff;
  opacity: 0.2;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
}
.live-list .live-body .list .item .info[data-v-17baea86] {
  display: flex;
  justify-content: space-around;
  background: #FFFFFF;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  opacity: 1;
  align-items: center;
  padding: 5px 0;
}
.live-list .live-body .list .item .info .info-l[data-v-17baea86] {
  display: flex;
  align-items: center;
}
.live-list .live-body .list .item .info .info-l img[data-v-17baea86] {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50%;
}
.live-list .live-body .list .item .info .info-l span[data-v-17baea86] {
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  color: #B8B8B8;
  opacity: 1;
}
.live-list .live-body .list .item .info .info-r[data-v-17baea86] {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #C4C4C4;
  opacity: 1;
}
.live-list .live-body .list .item .info .info-r .yonghu[data-v-17baea86] {
  margin-right: 5px;
}
.course[data-v-17baea86] {
  display: flex;
  flex-direction: column;
  width: 1200px;
  padding-bottom: 20px;
}
.course .content[data-v-17baea86] {
  display: flex;
  justify-content: space-between;
}
.course .content .introduce[data-v-17baea86] {
  width: 246px;
  background: linear-gradient(1deg, #FF2D3D 0%, #FF7544 100%);
  border: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: none;
  font-weight: 400;
  color: #FFFFFF;
  padding: 30px 20px 0 20px;
  margin-right: 20px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.course .content .introduce p[data-v-17baea86]:nth-child(1) {
  font-weight: 650;
  font-size: 32px;
  margin: 0;
}
.course .content .introduce p[data-v-17baea86]:nth-child(2) {
  margin: 10px auto;
  font-weight: 400;
  font-size: 14px;
  text-align: justify;
  line-height: 24px;
}
.course .content .introduce .qrcode-kefu[data-v-17baea86] {
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
}
.course .content .introduce .btn[data-v-17baea86] {
  cursor: pointer;
  width: 7rem;
  height: 2rem;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  color: #E15852;
  background: #fff;
  border-radius: 10px;
}
.course .content .introduce .btn .link[data-v-17baea86] {
  margin: auto;
}
.course .content .introduce .btn[data-v-17baea86]:hover {
  opacity: 0.6;
}
.course .content .items[data-v-17baea86] {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.course .content .items .course-box[data-v-17baea86] {
  width: 286px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  overflow: hidden;
  margin-top: 20px;
}
.course .content .items .course-box .thumb[data-v-17baea86] {
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  transition: all 0.4s linear;
}
.course .content .items .course-box .detail[data-v-17baea86] {
  border-radius: 0.3125rem;
  padding-bottom: 10px;
  width: 100%;
}
.course .content .items .course-box .detail .title[data-v-17baea86] {
  padding: 0 0.375rem;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  text-align: left;
  line-height: 28px;
  margin-top: 0.1875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-align: start;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.course .content .items .course-box .detail .sec[data-v-17baea86] {
  line-height: 20px;
  margin: 0.375rem 0 0.3125rem 0;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #797979;
}
.course .content .items .course-box .detail .sec span[data-v-17baea86] {
  padding: 0 0.375rem;
}
.course .content .items .course-box .detail .price[data-v-17baea86] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 1.625rem;
  margin: 0;
  padding: 0 0.375rem;
}
.course .content .items .course-box .detail .price .price-1[data-v-17baea86] {
  width: 3.3125rem;
  height: 1rem;
  background-color: rgba(243, 13, 13, 0.8);
  border: none;
  border-radius: 2px;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  padding: 0 0.125rem;
}
.course .content .items .course-box .detail .price .price-2[data-v-17baea86] {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #FF6A00;
  text-align: left;
  line-height: 1.375rem;
}
.course .content .items .course-box .detail .price .price-3[data-v-17baea86] {
  width: 1.625rem;
  height: 1rem;
  background: linear-gradient(90deg, #ff2d3d 50%, #ff7544 107%);
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  border-radius: 0.125rem;
  padding: 0 0.125rem;
}
.course .content .items .course-box .detail .price .price-4[data-v-17baea86] {
  font-size: 12px;
  color: #D9001B;
  text-align: center;
}
.course .content .items .course-box[data-v-17baea86]:last-child {
  justify-self: flex-start;
}
.course .content .items .course-box:hover .thumb[data-v-17baea86] {
  transform: scale(1.1);
}
.harvest[data-v-17baea86] {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 60px 0;
  background: #FAF9F8;
}
.harvest .head[data-v-17baea86] {
  margin: 0;
}
.harvest .head .name[data-v-17baea86] {
  text-align: center !important;
  padding: 0;
  width: 100%;
  font-size: 32px !important;
  font-weight: 400 !important;
  color: #040404;
  letter-spacing: 2px;
  opacity: 0.8;
  margin: 0 0 50px 0;
}
.harvest .head .name[data-v-17baea86]:before {
  content: unset !important;
}
.harvest .items[data-v-17baea86] {
  display: flex;
  list-style: none;
  width: 1200px;
  margin: auto;
  align-self: unset;
  justify-content: space-between;
}
.harvest .items .item .thumb[data-v-17baea86] {
  width: 375px;
  height: 182px;
  object-fit: cover;
}
.harvest .items .item .title[data-v-17baea86] {
  margin: 22px 0 18px 0;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  color: #000000;
  opacity: 0.7;
}
.harvest .items .item .info[data-v-17baea86] {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  color: #040404;
  opacity: 0.6;
}
.feedback[data-v-17baea86] {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 60px 0;
  background: #FAF9F8;
}
.feedback .head[data-v-17baea86] {
  margin: 0;
}
.feedback .head .name[data-v-17baea86] {
  text-align: center !important;
  padding: 0;
  width: 100%;
  font-size: 32px !important;
  font-weight: 400 !important;
  color: #040404;
  letter-spacing: 2px;
  opacity: 0.8;
  margin: 0 0 50px 0;
}
.feedback .head .name[data-v-17baea86]:before {
  content: unset !important;
}
.feedback .thumb[data-v-17baea86] {
  width: 1200px;
  margin: auto;
}
.star-students[data-v-17baea86] {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 60px 0 60px;
  margin-bottom: 0;
  background: #ffffff;
}
.star-students .head[data-v-17baea86] {
  margin: 0;
}
.star-students .head .name[data-v-17baea86] {
  text-align: center !important;
  padding: 0;
  width: 100%;
  font-size: 32px !important;
  font-weight: 400 !important;
  color: #040404;
  letter-spacing: 2px;
  opacity: 0.8;
  margin: 0 0 50px 0;
}
.star-students .head .name[data-v-17baea86]:before {
  content: unset !important;
}
.star-students .items[data-v-17baea86] {
  display: flex;
  list-style: none;
  width: 1200px;
  margin: auto;
  align-self: unset;
  flex-wrap: wrap;
  justify-content: space-between;
}
.star-students .items .item[data-v-17baea86] {
  position: relative;
  padding: 25px;
  background: #ffffff;
  width: 330px;
  border-radius: 10px;
  border: 2px solid #E4E4E4;
  margin-bottom: 40px;
}
.star-students .items .item .students-info[data-v-17baea86] {
  display: flex;
  margin-bottom: 20px;
}
.star-students .items .item .students-info .thumb[data-v-17baea86] {
  width: 70px;
  height: 70px;
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
  margin-right: 8px;
}
.star-students .items .item .students-info .user[data-v-17baea86] {
  flex: 1;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}
.star-students .items .item .students-info .user .name[data-v-17baea86] {
  font-size: 19px;
  font-weight: bold;
  line-height: 28px;
  color: #000000;
  opacity: 1;
  display: flex;
  align-items: center;
}
.star-students .items .item .students-info .user .name .type[data-v-17baea86] {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #000000;
  opacity: 0.4;
}
.star-students .items .item .students-info .user .attend-class[data-v-17baea86] {
  display: flex;
}
.star-students .items .item .students-info .user .attend-class .name[data-v-17baea86] {
  background: #CCA162;
  padding: 2px 16px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}
.star-students .items .item .desc[data-v-17baea86] {
  display: flex;
  flex-direction: column;
}
.star-students .items .item .desc .desc-list[data-v-17baea86] {
  display: flex;
  align-items: flex-start;
}
.star-students .items .item .desc .desc-list .desc-key[data-v-17baea86] {
  width: 80px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #000000;
  opacity: 0.7;
}
.star-students .items .item .desc .desc-list .val[data-v-17baea86] {
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.4);
}
.star-students .items .item[data-v-17baea86]:nth-child(even) {
  background: #F3F3F3;
}
.star-students .items .item[data-v-17baea86]:before,
.star-students .items .item[data-v-17baea86]:after {
  content: "";
  display: block;
  border-width: 15px;
  position: absolute;
  bottom: -15px;
  left: 18px;
  border-style: solid dashed dashed;
  border-color: #E4E4E4 transparent transparent;
  font-size: 0;
  line-height: 0;
  transform: rotate(135deg);
}
.star-students .items .item[data-v-17baea86]:after {
  bottom: -10px;
  left: 21px;
  border-width: 14px;
  border-color: #fff transparent transparent;
}
.star-students .items .item[data-v-17baea86]:nth-child(even):after {
  border-color: #F3F3F3 transparent transparent;
}
.news[data-v-17baea86] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.news .news-items[data-v-17baea86] {
  width: 55rem;
  padding-bottom: 20px;
  background: #FFF;
  margin-right: 20px;
}
.news .news-items .more[data-v-17baea86] {
  margin-right: 20px;
}
.news .news-items .more[data-v-17baea86]:hover {
  color: red;
}
.news .news-items .item[data-v-17baea86] {
  display: flex;
  margin-bottom: 20px;
}
.news .news-items .item .thumb[data-v-17baea86] {
  margin-left: 20px;
  box-shadow: 0px 0px 5px #ddd;
  width: 192px;
  height: 108px;
}
.news .news-items .item .box[data-v-17baea86] {
  width: 628px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.news .news-items .item .box .title[data-v-17baea86] {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .news-items .item .box .desc[data-v-17baea86] {
  font-size: 14px;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .news-items .item .box .info[data-v-17baea86] {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-content: center;
  color: #999999;
}
.news .news-items .item .box .info .author[data-v-17baea86] {
  font-size: 14px;
  display: flex;
  align-items: flex-end;
}
.news .news-items .item .box .info .author .avatar[data-v-17baea86] {
  width: 26px;
  height: 26px;
}
.news .news-items .item .box .info .author .name[data-v-17baea86] {
  margin: 0 6px 0 6px;
}
.news .news-items .item .box .info .count span[data-v-17baea86] {
  margin-left: 12px;
}
.news .news-items .more-button[data-v-17baea86] {
  display: flex;
  margin: 50px auto 10px auto;
}
.main.ke .lecturer {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 60px 0;
  background: #ffffff;
}
.main.ke .lecturer .head {
  margin: 0;
}
.main.ke .lecturer .head .name {
  text-align: center !important;
  padding: 0;
  width: 100%;
  font-size: 32px !important;
  font-weight: 400 !important;
  color: #040404;
  letter-spacing: 2px;
  opacity: 0.8;
  margin: 0 0 50px 0;
}
.main.ke .lecturer .head .name:before {
  content: unset !important;
}
.main.ke .lecturer .carousel-lecturer {
  width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main.ke .lecturer .carousel-lecturer .carousel-indicator {
  display: flex;
  list-style: none;
  margin-top: 22px;
}
.main.ke .lecturer .carousel-lecturer .carousel-indicator .indicator-item {
  width: 143px;
  height: 97px;
  margin-right: 10px;
  background: #F8EEED;
  opacity: 1;
  border-radius: 4px;
  cursor: pointer;
  color: #FF5A42;
  position: relative;
}
.main.ke .lecturer .carousel-lecturer .carousel-indicator .indicator-item .thumb {
  width: 80px;
  height: 86px;
  position: absolute;
  left: 6px;
  bottom: 0;
  object-fit: cover;
}
.main.ke .lecturer .carousel-lecturer .carousel-indicator .indicator-item .info {
  position: absolute;
  right: 4px;
  top: 4px;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}
.main.ke .lecturer .carousel-lecturer .carousel-indicator .indicator-item:last-child {
  margin-right: 0px;
}
.main.ke .lecturer .carousel-lecturer .carousel-indicator .indicator-item.active {
  background: linear-gradient(127deg, #FF2D3D 0%, #FF7544 100%);
  color: #ffffff;
}
.main.ke .lecturer .carousel-lecturer .carousel-indicator .indicator-item:hover {
  background: linear-gradient(127deg, #FF2D3D 0%, #FF7544 100%);
  color: #ffffff;
  opacity: 0.6;
}
.main.ke .lecturer .carousel-lecturer .carousel-indicator .indicator-item:hover:after,
.main.ke .lecturer .carousel-lecturer .carousel-indicator .indicator-item:hover:before,
.main.ke .lecturer .carousel-lecturer .carousel-indicator .indicator-item.active:after,
.main.ke .lecturer .carousel-lecturer .carousel-indicator .indicator-item.active:before {
  display: block;
}
.main.ke .lecturer .carousel-lecturer .carousel-case {
  width: 100%;
  border-radius: 4px;
}
.main.ke .lecturer .carousel-lecturer .carousel-case .el-carousel__container {
  background: #DADADB;
  width: 100%;
  height: 360px;
}
.main.ke .lecturer .carousel-lecturer .carousel-case .el-carousel__container .carousel-item {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.main.ke .lecturer .carousel-lecturer .carousel-case .el-carousel__container .carousel-item .left {
  display: flex;
  justify-content: space-between;
  align-self: flex-end;
  width: 300px;
  height: 340px;
  object-fit: cover;
}
.main.ke .lecturer .carousel-lecturer .carousel-case .el-carousel__container .carousel-item .right {
  background: #ffffff;
  width: 630px;
  height: 240px;
  padding: 20px 32px;
}
.main.ke .lecturer .carousel-lecturer .carousel-case .el-carousel__container .carousel-item .right .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 16px;
}
.main.ke .lecturer .carousel-lecturer .carousel-case .el-carousel__container .carousel-item .right .top .teacher {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  display: flex;
  align-items: center;
  opacity: 0.8;
  line-height: 1;
}
.main.ke .lecturer .carousel-lecturer .carousel-case .el-carousel__container .carousel-item .right .top .teacher .label {
  margin-left: 20px;
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  line-height: 1;
  opacity: 0.6;
}
.main.ke .lecturer .carousel-lecturer .carousel-case .el-carousel__container .carousel-item .right .top .amzcfo-bg {
  font-size: 66px;
  color: #DADADB;
  font-weight: bold;
  line-height: 1;
  opacity: 0.4;
}
.main.ke .lecturer .carousel-lecturer .carousel-case .el-carousel__container .carousel-item .right .top:after {
  content: '';
  width: 168px;
  height: 2px;
  background: #DA251D;
  position: absolute;
  bottom: -2px;
}
.main.ke .lecturer .carousel-lecturer .carousel-case .el-carousel__container .carousel-item .right .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #313131;
  opacity: 0.8;
}
.main.ke .course-trivia {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 60px 0;
  background: #3D4045;
}
.main.ke .course-trivia .head {
  margin: 0;
}
.main.ke .course-trivia .head .name {
  text-align: center !important;
  padding: 0;
  width: 100%;
  font-size: 32px !important;
  font-weight: 400 !important;
  color: #FFFFFF;
  letter-spacing: 2px;
  opacity: 0.8;
  margin: 0 0 50px 0;
}
.main.ke .course-trivia .head .name:before {
  content: unset !important;
}
.main.ke .course-trivia .carousel-course-trivia {
  width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main.ke .course-trivia .carousel-course-trivia .el-carousel__indicators {
  margin-top: 20px;
}
.main.ke .course-trivia .carousel-course-trivia .el-carousel__indicators .el-carousel__indicator {
  padding: 4px 4px;
}
.main.ke .course-trivia .carousel-course-trivia .el-carousel__indicators .el-carousel__indicator .el-carousel__button {
  width: 10px;
  height: 10px;
  border-radius: 10px;
}
.main.ke .course-trivia .carousel-course-trivia .carousel-item {
  width: 100%;
  height: 420px;
  display: flex;
  justify-content: space-between;
}
.main.ke .course-trivia .carousel-course-trivia .carousel-item .thumb-max {
  width: 560px;
  height: 420px;
  margin-right: 20px;
  position: relative;
}
.main.ke .course-trivia .carousel-course-trivia .carousel-item .thumb-max img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main.ke .course-trivia .carousel-course-trivia .carousel-item .thumb-max .title {
  width: 100%;
  height: 60px;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  line-height: 60px;
  font-size: 20px;
  text-align: center;
  bottom: 0;
}
.main.ke .course-trivia .carousel-course-trivia .carousel-item .thumb-min-list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.main.ke .course-trivia .carousel-course-trivia .carousel-item .thumb-min-list .thumb-min {
  width: 300px;
  height: 200px;
}
