.CourseRecommendation_wrap {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  position: fixed;
  z-index: 37;
}
.CourseRecommendation_wrap .Recommendation {
  width: 1000px;
  height: 680px;
  background: #ffffff;
  border-radius: 4px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.CourseRecommendation_wrap .Recommendation .Recommendation_title {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
}
.CourseRecommendation_wrap .Recommendation .Recommendation_img {
  position: absolute;
  top: -58px;
  left: 50%;
  transform: translateX(-50%);
}
.CourseRecommendation_wrap .Recommendation .Recommendation_content {
  margin: 130px 0 0 0;
  padding: 0 134px;
}
.CourseRecommendation_wrap .Recommendation .Recommendation_content .nextstep_btn {
  overflow: hidden;
}
.CourseRecommendation_wrap .Recommendation .Recommendation_content .nextstep_btn .nextstep {
  width: 200px;
  height: 40px;
  background: #388cff;
  border-radius: 20px;
  outline: none;
  box-shadow: none;
  border: none;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #ffffff;
  margin: 12px auto 0 auto;
  display: block;
}
.CourseRecommendation_wrap .Recommendation .Recommendation_content .nextstep_btn .nextstep:hover {
  background-color: #0057FF;
}
.CourseRecommendation_wrap .Recommendation .Recommendation_content .Recommendation_items {
  margin-bottom: 18px;
}
.CourseRecommendation_wrap .Recommendation .Recommendation_content .Recommendation_items .items_title {
  width: 56px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #666666;
  white-space: nowrap;
  float: left;
  line-height: 33px;
}
.CourseRecommendation_wrap .Recommendation .Recommendation_content .Recommendation_items .items_right {
  margin-left: 28px;
  float: left;
  width: 648px;
}
.CourseRecommendation_wrap .Recommendation .Recommendation_content .Recommendation_items .items_right ul {
  margin: 0;
}
.CourseRecommendation_wrap .Recommendation .Recommendation_content .Recommendation_items .items_right ul li {
  margin-right: 12px;
  text-align: center;
  line-height: 32px;
  float: left;
  width: 120px;
  height: 35px;
  border: 1px solid #eeeeee;
  border-radius: 18px;
  cursor: pointer;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #999999;
  margin-bottom: 12px;
}
.CourseRecommendation_wrap .Recommendation .Recommendation_content .Recommendation_items .items_right ul li:nth-child(5n) {
  margin-right: 0;
}
.CourseRecommendation_wrap .Recommendation .Recommendation_content .Recommendation_items .items_right ul li:hover {
  border: 1px solid #0057ff;
  color: #0057ff;
}
.CourseRecommendation_wrap .Recommendation .Recommendation_content .Recommendation_items .items_right ul li.active {
  border: 1px solid #0057ff;
  color: #0057ff !important;
  background-color: unset !important;
}
