.recommend_wrap {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.recommend_wrap a{
    text-decoration: none;
}

.recommend_wrap .hot-course {
    height: 140px;
    display: flex;
    border-bottom: 3px solid #e9edf5;
}

.recommend_wrap .hot-course .hot-course-item {
    width: 11.1111%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    color: #7d7d7d;
    cursor: pointer;
    position: relative;
}

.recommend_wrap .hot-course .hot-course-item .img-wrapper {
    width: 73px;
    height: 73px;
    border-radius: 50%;
    background: #bcbcbc;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.recommend_wrap .hot-course .hot-course-item .img-wrapper .icon {
    color: #fff;
    font-size: 50px;
}

.recommend_wrap .active-line {
    position: absolute;
    width: 100%;
    height: 9px;
    border-radius: 10px;
    bottom: -4.5px;
}

.recommend_wrap .swiper-hot-couse {
    margin-top: 22px;
    height: 515px;
}

.recommend_wrap .swiper-hot-couse .swiper-slide {
    height: 515px;
    display: flex;
    justify-content: space-between;
}

.recommend_wrap .swiper-hot-couse .slide-left,
.recommend_wrap .swiper-hot-couse .slide-right {
    height: 100%;
    background: #f0f4fb;
    border-radius: 10px;
    overflow: hidden;
}

.recommend_wrap .swiper-hot-couse .slide-left {
    width: 440px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.recommend_wrap .swiper-hot-couse .slide-left .desc_1 {
    width: 158px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 31px;
    margin-top: 25px;
}

.recommend_wrap .swiper-hot-couse .slide-left .desc_2 {
    font-size: 20px;
    width: 100%;
    text-align: center;
}

.recommend_wrap .swiper-hot-couse .slide-left .desc_2 span:nth-of-type(2) {
    font-size: 72px;
    font-weight: bold;
}

.recommend_wrap .swiper-hot-couse .slide-left .desc_3 {
    width: 169px;
    height: 39px;
    line-height: 39px;
    font-size: 20px;
    color: #fff;
    border-radius: 0 0 10px 10px;
    text-align: center;
    position: relative;
    top: -1px;
}

.recommend_wrap .swiper-hot-couse .slide-left .desc_4 {
    width: 100%;
    height: 155px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    box-sizing: border-box;
    padding: 20px;
    font-size: 20px;
    color: #535353;
}

.recommend_wrap .swiper-hot-couse .slide-left .desc_5 {
    width: 100%;
    height: 106px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 35px;
}
.recommend_wrap .swiper-hot-couse .slide-left .desc_5 .kefubox,
.recommend_wrap .swiper-hot-couse .slide-left .desc_5 a {
    width: 181px;
    height: 48px;
    border-radius: 24px;
    box-sizing: border-box;
    border: 1px solid #000;
    color: #5b5b5b;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.recommend_wrap .swiper-hot-couse .slide-left .desc_6 {
    font-size: 16px;
    color: #bfc7d5;
    margin-top: 20px;
}

.recommend_wrap .swiper-hot-couse .slide-left .desc_4 span {
    width: 50%;
}


.recommend_wrap .swiper-hot-couse .slide-right {
    width: 753px;
    box-sizing: border-box;
    padding: 70px 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.recommend_wrap .swiper-hot-couse .slide-right .slide-right-item {
    width: 208px;
    height: 150px;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
}

.recommend_wrap .swiper-hot-couse .slide-right .slide-right-item .hover-border {
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 0;
    border-radius: 10px;
    z-index: 2;
}

.recommend_wrap .swiper-hot-couse .slide-right .slide-right-item .img-wrapper {
    width: 54px;
    height: 54px;
    position: absolute;
    margin: auto;
    top: 20px;
    left: 1px;
    right: 0;
    border-radius: 50%;
    text-align: center;
    line-height: 54px;
}

.recommend_wrap .swiper-hot-couse .slide-right .slide-right-item .img-wrapper .icon {
    font-size: 36px;
    color: #fff;
}

.recommend_wrap .swiper-hot-couse .slide-right .slide-right-item .right-title {
    margin-top: 82px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.recommend_wrap .swiper-hot-couse .slide-right .slide-right-item .kefubox,
.recommend_wrap .swiper-hot-couse .slide-right .slide-right-item a {
    position: absolute;
    width: 156px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    color: #fff;
    background: #39bacb;
    text-align: center;
    z-index: 3;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -16px;
}