.container{
    width: 1180px;
}

.video_top {
    height: 267px;
}

.video_top .img_fill {
    height: 100%;
}
.left-container .img_fill {
    height: 100%;
}

.right-container {
    margin-top: 20px;
}
.video_banner {
    width: 475px;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.video_banner .layui-icon {
    width: 36px;
}

.video_banner_item {
    position: relative;
}

.video_banner_desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 20px);
    height: 35px;
    line-height: 35px;
    background-color: rgb(0 0 0 / 50%);
    padding: 0 10px;
}

.video_banner_desc>p {
    display: inline-block;
    color: #fff;
}

p.banner_desc_price {
    /* 如果要固定宽度就把max-width改成width */
    max-width: 100px;
    text-align: center;
    background-color: #d61518;
    font-size: 18px;
    position: absolute;
    right: 0;
    padding: 0 8px;
}

p.banner_desc_title {
    white-space: nowrap;
    width: 380px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video_recommend {
    margin-left: 16px;
    display: inline-block;
    width: 655px;
    height: 100%;
    vertical-align: top;
}

.video_recommend_item {
    width: 205px;
    height: 125px;
    background: #D8D8D8;
    border-radius: 5px;
    position: relative;
    margin-right: 20px;
}

.video_recommend_container {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    align-content: space-between;
    margin-right: -20px;
}

.recommend_desc_title {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgb(0 0 0 / 50%);
    color: #fff;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 185px;
    height: 35px;
    line-height: 35px;
}

.recommend_desc_price {
    position: absolute;
    background-color: #d61518;
    color: #fff;
    max-width: 60px;
    height: 20px;
    line-height: 20px;
    border-radius: 0px 5px 5px 0px;
    bottom: 38px;
    padding: 0 10px;
}

.yuan {
    font-size: 12px;
    color: #fff;
}

.video_banner_item>a,
.video_recommend_item>a {
    display: inline-block;
    height: 100%;
    width: 100%;
}
.left-container .layui-tab{
    background-color: #fff;
    padding-top: 20px;
    margin-top: 20px;
}
.left-container .layui-tab .layui-tab-content{
    padding: 0;
}
.left-container .layui-tab-title{
    padding-left: 20px;
}
.left-container .layui-tab-title li{
    margin-right: 10px;
    background: #eee;
    font-size: 18px;
    
    font-weight: 400;
    border-radius: 5px 5px 0px 0px;
    width: 95px;
    padding: 0;
}
.left-container .layui-tab-title li.layui-this{
    margin-right: 10px;
    background: #fff;
    color: #D61519;
}
.left-container .layui-tab-title a:hover {
    color: #000000;
}
.left-container .layui-tab-title .layui-this:after {
    border-radius: 5px 5px 0px 0px;
}
.video_classification{
    padding: 20px;
    height: 96px;
}
.video_classification>.video_classification_item{
    border-radius: 4px;
    border: 1px solid #ECECEC;
    padding: 0 8px;
    margin-right: 12px;
    margin-bottom: 8px;
    height: 38px;
    font-size: 16px;
    
    font-weight: 400;
    color: #7B7B7B;
    line-height: 38px;
    text-align: center;
    float: left;
    cursor: pointer;
}
.video_classification>.video_classification_item.current_video_classification{
    background: #D61519;
    color: #ffffff;
}
.video_classification>.video_classification_item:hover{
    background: #D61519;
    color: #ffffff;
}
.course_below_recommend_position,.live_broadcast_recommend_position{
    margin: 20px;
    overflow: hidden;
    margin-right: -12px;
}
.course_below_recommend_position>.recommend_item,.live_broadcast_recommend_position>.recommend_item{
    border-radius: 19px;
    border: 1px solid #ECECEC;
    padding: 0 16px;
    margin-right: 12px;
    margin-bottom: 8px;
    height: 38px;
    font-size: 16px;
    
    font-weight: 400;
    color: #7B7B7B;
    line-height: 38px;
    text-align: center;
    float: left;
    cursor: pointer;
}
.course_below_recommend_position>.recommend_item:hover,.live_broadcast_recommend_position>.recommend_item:hover{
    background: #D61519;
    color: #ffffff;
}
.course_below_recommend_position .tips,.live_broadcast_recommend_position .tips {
    font-size: 19px;
    
    font-weight: 400;
    color: #000000;
    float: left;
    height: 38px;
    line-height: 38px;
    margin-right: 20px;
}
.video_list, .courses_list,.live_broadcast_list{
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* min-height: 800px; */
}
.video_item {
    width: 255px;
}
.video_list .video_img, .courses_list .video_img,.live_broadcast_list .video_img{
    /* width: 100%; */
    height: 143px;
    position: relative;
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    border-bottom: none;
}
img.play_buttom {
    position: absolute;
    left: 99px;
    top: 44px;
    width: 56px;
    height: 56px;
}
.video_title {
    border: 1px solid #ECECEC;
    border-radius: 0 0 5px 5px;
    padding: 10px;
    height: 38px;
    margin-bottom: 20px;
}
.video_title>p ,.video_title p{
    color: #000000;
    font-size: 14px;
    
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.hot_video_plate,.side_ad{
    background-color: #ffffff;
    margin-bottom: 15px;
}
.course_title {
    border: 1px solid #ECECEC;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
    height: auto;
}
.course_title>p {
    color: #000000;
    font-size: 14px;
    
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.course_title p.price_sell {
    font-size: 17px;
    
    font-weight: 400;
    color: #D61519;
    display: inline-block;
}
.course_title p.price_sell>span {
    font-size: 14px;
    color: #D61519;
}
.course_title p.price_crossline {
    font-size: 14px;
    
    font-weight: 400;
    color: #B2B2B2;
    text-decoration: line-through;
    display: inline-block;
    margin-left: 8px;
}
.course_title p.price_crossline>span {
    color: #B2B2B2;
}
.video_price {
    position: relative;
    height: 32px;
    line-height: 32px;
}
button.video_buy_button {
    font-size: 18px;
    
    font-weight: 400;
    color: #FFFFFF;
    background-color: #D61519;
    border-radius: 5px;
    padding: 4px 16px;
    position: absolute;
    right: 0;
    cursor: pointer;
}
.video_list i ,.courses_list i,.live_broadcast_list i {
    display: inline-block;
    font-size: 36px;
    width: 36px;
    height: 36px;
    color: #bebebe;
    position: absolute;
    left: 109px;
    top: 53px;
}
#video_page_turning,#courses_page_turning,#live_broadcast_page_turning{
    text-align: center;
}
#video_page_turning .layui-laypage .layui-laypage-curr .layui-laypage-em
,#courses_page_turning .layui-laypage .layui-laypage-curr .layui-laypage-em,
#live_broadcast_page_turning .layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #d61518;
}
.course_title p {
    height: 38px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
button.video_buy_button.disabled_buy_button {
    background-color: #cfcfcf;
    cursor: default;
}
.hot_corse_list{
    display: block;
}
.hot_video_list{
    display: none;
}
.coursesType{
    background: #9B9B9B;
    color: #fff;
    padding: 2px 6px;
    margin-right: 6px;
    border-radius: 4px;
}