.more-hot-course-recommend {
  margin-bottom: 1.03rem;
}
.more-hot-course-recommend .more-hot-wrapper {
  width: 6.8rem;
  height: 4rem;
  border-radius: 0.22rem;
  border: 0.03rem solid #FF8E62;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: #F85545;
  margin: 0 auto;
}
.more-hot-course-recommend .more-hot-wrapper .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
  height: 2rem;
}
.more-hot-course-recommend .more-hot-wrapper .content img {
  width: 0.58rem;
  margin-top: 0.26rem;
  margin-bottom: 0.17rem;
}
.more-hot-course-recommend .more-hot-wrapper .content span {
  font-weight: 400;
  font-size: 0.2rem;
  color: #FFFFFF;
  width: 0.95rem;
  text-align: center;
}
.more-hot-course-recommend .more-hot-wrapper .bg1 {
  background: #F85545;
}
.more-hot-course-recommend .more-hot-wrapper .bg2 {
  background: #FF5D4D;
}
