.marjorBox{
    padding:20px 30px 0;
}
.marjorList{
    overflow: hidden;
}
.marjorList dt{
    color:#666;
    float: left;
}
.marjorList dd ul{
    padding-left:20px;
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    align-items: center;
}
.marjorList dd ul li{
    font-size:16px;
    float: left;
    padding:0 10px 20px;
    color: #000;
    cursor: pointer;
}
.marjorList dd ul .active{
    color:#ff6d00
}
.marjorList .more{
    margin-bottom:20px;
    color:#ff6d00;;
    float: left;
 }
.marjorList1{
    overflow: hidden;
}
.marjorList1 dt{
    color:#666;
    float: left;
}
.marjorList1 dd ul{
    padding-left:20px;
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    align-items: center;
}
.marjorList1 dd ul li{
    font-size:16px;
    float: left;
    padding:0 10px 20px;
    color: #000;
    cursor: pointer;
}
.marjorList1 dd ul .active1{
    color:#ff6d00
}
.marjorList1 .more{
    margin-bottom:20px;
    color:#ff6d00;;
    float: left;
 }
/*名师在线*/
.mszx{
    margin-top:30px;
}
.liveBroadcast{
    height:389px;
    display: flex;
    overflow: hidden;
    zoom: 1;
}
.liveBroadcast .left{
    width:588px;
    height:100%;
    color:#fff;
    float: left;
}
.liveBroadcast .left .beforeLive{
    width:588px;
    height:100%;
    background:url(../images/live_bg.jpg) no-repeat left top;
}
.liveBroadcast .left .summar{
    padding-top:100px;
    text-align: center;
}
.liveBroadcast .left .summar h3{
    font-family: '黑体';
    font-size:28px;
    font-weight: 700;
}
.liveBroadcast .left .summar h4{
    font-size:18px;
    padding-top:10px;
}
.liveBroadcast .left .summar button{
    margin-top:50px;
    font-size:18px;
    color:#6d90f2;
    background:#fff;
    padding-left:50px;
    padding-right:50px;
}
.liveBroadcast .left .teacher {
    margin:60px 0 0 40px;
}
.liveBroadcast .left .teacher>img{
    width:36px;
    height:36px;
    border-radius: 100%;
    margin-right: 10px;
}
.liveBroadcast .left .video_box{
    width:100%;
    height:100%;
}
.liveBroadcast .right{
    width:612px;
    height:100%;
    float: right;
}
.liveBroadcast .right .layui-timeline{
    width:100%;
    height:100%;
    overflow: hidden;
    overflow-y: auto;
    padding-left:0;
    background:#fff;
}
.liveBroadcast .right .layui-text{
    color:#999
}
.liveBroadcast .right .layui-timeline li{
    width:94%;
    height:50px;
    padding-left:20px;
}
.liveBroadcast .right .layui-timeline-item:before{
    left:20px;
}
.liveBroadcast .right .layui-timeline li:nth-child(2n-1){
    background:#f1f9ff
}
.liveBroadcast .right .layui-timeline li:nth-child(2n){
    background:#fff
}
.liveBroadcast .right .layui-timeline li:hover{
    background:#e1f3fd!important;
    cursor: pointer;
}
.liveBroadcast .right .layui-timeline-item{
    padding:15px;
}
.liveBroadcast .right .layui-timeline-axis{
    top:20px;
    left:14px;
    background:#6d90f2;
    border:none;
    width:12px;
    height:12px;
}
.liveBroadcast .right  .layui-timeline-content{
    padding-left:15px;
   
}
.liveBroadcast .right h5 button{
    margin-left:20px;
    padding:0 10px;
}
.liveBroadcast .right .list_content{
    display: flex;
    margin-top:10px;
    position: relative;
}
.liveBroadcast .right .list_content img{
    margin:0 35px 0 10px;
    float: left;
    width: 20px;
    height: 20px;
}
.liveBroadcast .right .list_content p{
    color:#333;
    width:350px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
.liveBroadcast .right .list_content span {
    /* text-align: right; */
    text-align: left;
    position: absolute;
    right: 0;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.playBackKmBox{
    padding:0 45px 30px;
    overflow: hidden;
 }
 .kmTpl{
    border-top:1px solid #ddd;
 }
 
 .playBackKmBox .layui-form-label{
     text-align: left;
     padding:9px 0;
 }
 .playBackKmBox  .layui-input{border-radius: 4px;text-align: center;padding-left:0}

 .listCard .lits{
     width:100%;
     overflow: hidden;
     zoom: 1;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; */
 }
 .listCard .lits .con{
     width:245px;
     height:202px;
     position: relative;
     float: left;
     margin-right: 20px;
     
    }
.Marquee_x2 .con:first-child,.Marquee_x3 .con:first-child{
    margin-left:10px;
}
.listCard .lits .con:nth-child(4n){
    margin-right: 0;
}
.listCard .con .hot{
    position: absolute;
    right:0;
    top:20px;
}
 .listCard .con h2{
     width:88%;
     height:39px;
     line-height:24px;
     font-size:16px;
     padding-bottom:10px;
     text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
 }
 .listCard .con  .time{
    color:#999;
    /* margin-bottom:15px; */
 }
 .listCard .con .mf{
     border-color:#6d90f2;
     color:#6d90f2;
 }
 .listCard .con .teacher img{
     width:36px;
     height:36px;
     border-radius: 100%;
   
 }
 .listCard .con .teacher span{
     color:#999;
     line-height: 36px;
 }
 .rePlayBtn,.goToLive,.goToLive1{
     margin:30px auto 0;
     padding-left:50px;
     padding-right:50px;
     background:#6d90f2;
 }
 
 .tabTitle li{
     line-height: 31px;
 }
 .tabTitle .layui-this:after{
     height: 31px;
 }
 .hasDateIcon{
     position: relative;
 }
 .hasDateIcon i{
     position: absolute;
     left:10px;
     top:10px;
 }
 .data {
     width: 100%;
     overflow: hidden;
 }
 .courseList{
     overflow: hidden;
 }
 .courseList li{
     width:285px;
     height:270px;
     background-color: #fff;
     float:left;
     margin-bottom:20px;
     margin-right:20px;
     padding-bottom:10px;
 }
 .courseList li:nth-child(4n){
     margin-right:0
 }
 .courseList li>img{
     display: block;
     width:100%;
     height:165px;
 }
 .courseList li>img:hover{
     transform: scale3d(1.2);
 }
 .courseList h3{
     font-size:16px;
     padding:20px;
     text-overflow: ellipsis;
     overflow: hidden;
     white-space: nowrap;
     cursor: pointer;
 }
 .priceBox{
     padding:10px 10px 0 20px;
 }
 .priceBox a{
     font-size:12px;
     display:block;
     float: left;
     width:56px;
     height:22px;
     line-height: 22px;
     border:1px solid #6d90f2;
     margin-left:10px;
     text-align: center;
 }
 .priceBox>p{
     font-size:16px;
     font-family: '黑体';
     color:#ff6d00;
     float: left;
     width:100px;
 }
 .priceBox>p b{
     font-size:22px;
     padding-left:5px;

 }
 .st i{
    color:#6d90f2;
 }
 .priceBox .gm{
     color:#ff6d00;
     border-color:#ff6d00;
 }
 .priceBox .gm:hover{
    color:#fff;
    background:#ff6d00;
 }
 /* 播放列表无数据时 */
 .noData{
     text-align: center;
     padding-top:150px;
 }
 .myVideo{
    width:100%;
    height:99%;
}
.video{
    position: relative;
}
.selRateBox{
    width:40px;
    height:16px;
    position: absolute;
    bottom:40px;
    right:228px;
}
.selRateBox .layui-form-item .layui-input-inline{
    width:100%;
    height:100%;
}
.selRateBox .layui-form-select .layui-input{
    border-radius: 15px;
    height:20px;
    line-height: 20px;
    padding:0;
    background:#679407;
    border:none;
    color:#fff;
    text-align: center;
}
.selRateBox .layui-form-select .layui-edge{
    display: none;
}
.selRateBox  .layui-form-select dl{
    bottom:30px;
    top:inherit;
    width:82px;
    background-color:rgba(0, 0, 0, .6);
    color:#fff;
    border-radius: 8px;
    text-align:center;
    border:none;
    left:-22px;
}
.selRateBox .layui-form-select dl dd{
    border-bottom:1px solid rgba(255,255,255,.3)
}
.selRateBox .layui-form-select dl dd:nth-child(){
    border-bottom:none;
}
/* 面包屑 */

.top{
    display: flex;
    justify-content: space-between;
    padding-top:20px;
    position: relative;
}
.breadBrumb{
    font-size:18px;
    color:#fff;
    float:left;
}
.breadBrumb a{
    color:#fff;
}
.selectVideo{
    font-size:18px;
    color:#ff6d00;
    float: right;
}
.selectVideo dt{
    cursor: pointer;
}
.selectVideo dd{
    display: none;
    background:#fff;
    border-radius: 4px;
    line-height: 40px;
    color: #333;
    font-size: 16px;
    position: absolute;
    top:50px;
    right:0;
    z-index: 99999;
}
.selectVideo dd a{
    display: block;
    cursor: pointer;
}
.selectVideo dd a:hover{
    color:#ff6d00;
}
.Marquee_x,.Marquee_x2,.Marquee_x3{
    overflow: hidden;
    width: 1200px;
}
/* 右侧直播列表只有回放时 */
.noList{
    display: block;
    text-align: center;
    margin-top:150px;
}
.kcListBox li{
    width:285px;
    overflow: hidden;
}
.kcListBox li img {
    width: 100%;
    height:166px;
    cursor: pointer;
    transition:all 1s;
}

.kcListBox li img:hover {
    transform: scale(1.12);
}
.livingListBox ul li{
    margin-bottom:20px;
    
}
.livingListBox ul li .mf{
    border-color:#ff6800;
    color:#ff6800;
}
.goToLive{
    background:#ff6800;
}
.goToLive1{
    background:#999;
}
/*消除底部因克隆带来的div错位*/
#Marquee_x .lastDiv{
    display: none;
}
.videoBox{
    height: 280px !important;
}