.main[data-v-29804227] {
  width: 100%;
  min-width: 1280px;
}
.main .banner[data-v-29804227] {
  width: 100%;
  height: 420px;
  min-width: 1280px;
  margin: auto;
  display: block;
}
.module[data-v-29804227] {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: column;
}
.module .head[data-v-29804227] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 20px;
  color: #666666;
}
.module .head .name[data-v-29804227] {
  font-weight: 650;
  font-style: normal;
  font-size: 20px;
  text-align: left;
  line-height: 1;
  padding-left: 0.5625rem;
  position: relative;
}
.module .head .name[data-v-29804227]:before {
  content: '';
  position: absolute;
  width: 4px;
  border-radius: 2px;
  background: linear-gradient(360deg, #DA251D 0%, #E65D57 100%);
  top: 0;
  bottom: 0;
  left: 0;
}
.module .head .more[data-v-29804227] {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #999999;
  text-align: right;
  line-height: 28px;
  cursor: pointer;
}
.module .content[data-v-29804227] {
  display: flex;
  flex-flow: wrap;
}
.module .content .course-box[data-v-29804227] {
  width: 286px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  overflow: hidden;
  margin: 10px 7px;
  position: relative;
}
.module .content .course-box .thumb[data-v-29804227] {
  width: 286px;
  height: 171px;
  object-fit: cover;
  margin: 0 auto;
  display: block;
  position: relative;
  transition: all 0.4s linear;
}
.module .content .course-box .status.iconfont[data-v-29804227] {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 68px;
  z-index: 99;
  color: #fd6260;
}
.module .content .course-box .detail[data-v-29804227] {
  border-radius: 0.3125rem;
  padding-bottom: 10px;
  width: 100%;
}
.module .content .course-box .detail .title[data-v-29804227] {
  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-line-clamp: 1;
  -webkit-box-align: start;
  overflow: hidden;
}
.module .content .course-box .detail .sec[data-v-29804227] {
  line-height: 20px;
  margin: 0.375rem 0 0.3125rem 0;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #797979;
}
.module .content .course-box .detail .sec span[data-v-29804227] {
  padding: 0 0.375rem;
}
.module .content .course-box .detail .price[data-v-29804227] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 1.625rem;
  margin: 0;
  padding: 0 0.375rem;
}
.module .content .course-box .detail .price .price-1[data-v-29804227] {
  width: 3.3125rem;
  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;
  margin-right: 6px;
}
.module .content .course-box .detail .price .price-2[data-v-29804227] {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #FF6A00;
  text-align: left;
}
.module .content .course-box .detail .price .price-3[data-v-29804227] {
  width: 1.625rem;
  height: 1rem;
  background: linear-gradient(90deg, #ff2d3d 50%, #ff7544 107%);
  font-size: 12px;
  text-align: center;
  border-radius: 0.125rem;
  color: #FFFFFF;
  padding: 0 0.125rem;
}
.module .content .course-box .detail .price .price-4[data-v-29804227] {
  font-size: 12px;
  color: #D9001B;
  text-align: center;
}
.module .content .course-box:hover .thumb[data-v-29804227] {
  transform: scale(1.1);
}
