@charset "utf-8";
/*重置属性*/
body,div,p,ul,ol,dl,dt,dd,li,form,input,table,th,td,img,h1,h2,h3,h4,h5,h6 {margin: 0; padding: 0;}

body {font-style: normal; font-family:'Microsoft Yahei','微软雅黑','Simsun','宋体','Arial', sans-serif;}
li { list-style:none;}
img { border:none;}
a { text-decoration:none; -webkit-tap-highlight-color:transparent;outline:none;}
table { border-spacing:0; border-collapse:collapse;}
/* *{-webkit-appearance:none;} */


/*通用*/
.hide {display: none;}
.flt {float:left;}
.frt {float:right;}
.clear { clear: both;}
.clearfix { *zoom: 1;} 
.clearfix:before, .clearfix:after { display: table; line-height: 0; content: "";}
.clearfix:after { clear: both;}
.ellipsis1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ellipsis2{
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   overflow: hidden;
}


/* 基本布局 */

/* 详情页 */

body{
    background-color:#fafbfc;
}
.title-wrap{
    padding-bottom:40px;
    background: #FFFFFF;
    box-shadow: 0px 6px 6px 0px rgba(40, 41, 41, 0.1);
}
.detail-title{
    width:1200px;
    margin:0 auto;
    height:60px;
    line-height:60px;
    font-size:14px;
}

.detail-title a{
    color:#000000;
}

.detail-title-content{
    width:1200px;
    margin:0 auto;
}

.title-content-l img{
    display:block;
    width:510px;
    /* height:286px; */
}

.title-content-r{
    width:668px;
}
.content-r-l{
    width:520px;
}

.detail-text{
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    font-size:22px;
    color:#222222;
    font-weight:bold;
    padding-top:10px;
    height:24px;
    line-height:24px;
}

.detail-desc{
    color:#666666;
    font-size:14px;
    text-align:justify;
    padding-top:15px;
    padding-bottom:10px;
    line-height:23px;
}
.logo-text{
    color:#0779fa;
    font-size:12px;
    border: 1px solid #2996f8;
    background-color:#b9d4f7;
    border-radius: 2px;
    padding:0px 6px;
    margin-right:10px;
}

.detail-time{
    font-size:0;
    padding-top:18px;
}
.time-picture{
    display:inline-block;
    *display:inline;
    *zoom:1;
    width:42px;
    height:42px;
    vertical-align:middle;
}

.detail-time-text{
    display:inline-block;
    *display:inline;
    *zoom:1;
    margin-left:13px;
    vertical-align:middle;
}

.time-top{
    position:relative;
    left:0;
    top:0;
    font-size:22px;
    color:#222222;
    margin-bottom:5px;
}

.time-top-line{
    position:absolute;
    left:0;
    bottom:0px;
    width:100%;
    height:10px;
    background-color:#e7f5fd;
}
.time-top-text{
    position:relative;
    left:0;
    top:0;
    z-index:2;
}
.time-top-text span{
    vertical-align:bottom;
}
.time-top-text .font-small{
    font-size:12px;
    vertical-align:2px;
    margin:0 5px;
}
.time-bottom{
    font-size:18px;
}

.detail-teacher{
    font-size:0;
    padding-top:25px;
    height:21px;
    line-height:21px;
}

.detail-teacher img{
    vertical-align:middle;
}
.detail-teacher span{
    font-size:16px;
    color:#222222;
    margin-left:10px;
    vertical-align:middle;
}

.detail-reservation{
    display:block;
    width:114px;
    height:32px;
    text-align:center;
    line-height:32px;
    background-color: #FD6002;
    border-radius:8px;
    font-size:14px;
    color:#ffffff;
    margin-top:22px;
}
.detail-reservation.live-button{
    background-color: #FF4553;
}

.detail-reservation.booked{
    background-color: #0982F4;
}

.detail-main{
    width:1200px;
    margin:34px auto 0;
    padding-bottom:32px;
}
.main-l{
    width:853px;
}
.detail-main-t{
    position:relative;
    left:0;
    top:0;
    padding:28px 34px 23px 33px;
    background-color:#ffffff;
    box-shadow: 0px 0px 18px 0px rgba(40, 41, 41, 0.1);
    border-radius: 8px;
}
.position-right-img{
    position:absolute;
    right:0;
    top:100px;
}
.position-left-img{
    position:absolute;
    left:0;
    bottom:174px;
}
.detail-main-box{
    position: relative;
    left:0;
    top:0;
    z-index:1;
}
.live-img{
    display:block;
}

.detail-font{
    position:relative;
    left:0;
    top:0;
    display:inline-block;
    *display:inline;
    *zoom:1;
    padding:15px 5px 0;
}
.font-box{
    position:relative;
    left:0;
    top:0;
    color:#222222;
    font-size:16px;
    font-weight:bold;
    z-index:1;
}
.font-line{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:7px;
    background-color:#e7f5fd;
}
.font-list{
    padding-top:12px;
    padding-bottom:20px;
}
.font-list li{
    padding-top:5px;
}
.font-list li:first-child{
    padding-top:0px;
}
.font-list li img{
    vertical-align:middle;
    margin-right:6px;
}
.font-list li p{
    background:transparent !important;
}
.font-list li span{
    color:#333333;
    font-size:14px;
    vertical-align:middle;
}
.teacher-text{
    padding-top:20px;
    padding-bottom:29px;
}
.teacher-img{
    /* padding-top:24px; */
    /* margin-top:24px; */
    background-color:#fafbfc;
    box-shadow:9px 9px 12px #dee8fc;
}
.teacher-img.yxs{
    box-shadow:none;
}
.teacher-img img{
    display:block;
    width:125px;
    /* height:156px; */
}

.teacher-r{
    width:614px;
    margin-left:24px;
}
.teacher-title{
    display:inline-block;
    *display:inline;
    *zoom:1;
    height:34px;
    line-height:34px;
    border-radius:34px;
    color:#ffffff;
    padding-left:20px;
    padding-right:32px;
    font-weight:bold;
    background: linear-gradient(-63deg, #deecff 0%, #4088f5 100%);
}

.teacher-desc{
    padding-top:15px;
    text-align:justify;
    color:#666666;
    font-size:14px;
    line-height:25px;
}

.gift-text{
    padding-top:13px;
    color:#333333;
    font-size:14px;
    line-height:28px;
    text-align:justify;
}
.gift-text img{
    display: block;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    word-wrap: break-word;
}
.gift-text a img{
    display:inline;
}
.gift-wrap{
    width:785px;
    height:120px;
    text-align:center;
    margin-top:20px;
    font-size:0;
    background-image:url(../Images/12.png);
}


.gift-img{
    width:116px;
    height:116px;
    margin:2px 10px 0;
}
.gift-picture img{
    display:block;
}
.gift-font{
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding:24px 5px 0;
    margin-bottom:20px;
}

.wx-wrap{
    width:785px;
    height:200px;
    background-image:url(../Images/13.png);
}

.wx-code{
    margin-top:26px;
    margin-left:70px;
}


.wx-code:first-child{
    margin-left:56px;
}

.wx-num{
    margin-right:15px;
}

.wx-title{
    font-size:14px;
    color:#333333;
}

.wx-desc{
    font-size:12px;
    color:#666666;
    padding-top:5px;
    padding-bottom:13px;
}
.detail-main-b{
    background-color:#ffffff;
    box-shadow: 0px 0px 18px 0px rgba(40, 41, 41, 0.1);
    border-radius: 8px;
    margin-top:28px;
    padding-bottom:18px;
}
.you-like{
    padding-left:33px;
    padding-right:34px;
    padding-bottom:20px;
}
.like-text{
    font-size:22px;
    color:#333333;
    font-weight:bold;
    padding-top:30px;
}
.like-more{
    color:#666666;
    font-size:14px;
    padding-top:40px;
}

.like-list{
    padding:0 0px 0 23px;
}
.like-list li{
    position: relative;
    left:0;
    top:0;
    float: left;
    margin:0 9.5px 18px;
    width:250px;
    height:265px;
    background-color:#f4f6fa;
    border-radius:8px;
    overflow: hidden;
}
.like-list li.reservation .recent-mask a{
    background-color:#cba265;
}
.like-list li.replay .recent-mask a{
    background-color:#21a733;
}
.like-list li .img1{
    display:block;
    width:250px;
    height:153px;
}
.like-list li .reservation{
    position:absolute;
    right:0;
    top:0;
}
.like-time{
    color:#999999;
    font-size:12px;
    padding:0 10px;
    text-align:justify;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    padding-top:10px;
}
.like-desc{
    color:#333333;
    font-size:14px;
    line-height:19px;
    height:38px;
    height:38px;
    padding:10px 10px 0;
    text-align:justify;
}

.like-logo{
    padding:7px 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.like-logo-img{
    width:24px;
    height:24px;
    border-radius:24px;
    vertical-align:middle;
}
.like-logo-picture{
    display: block;
    height: 17px;
    max-width: 90%;
    margin-top:3px;
}

.like-span{
    vertical-align:middle;
    color:#999999;
    font-size:12px;
    margin-left:5px;
}
.like-list ul li.reservation .reservation-icon{
    display:block;
}

.like-list ul li.reservation .reservation-button{
    display:block;
}


.like-list ul li.replay .replay-icon{
    display:block;
}

.like-list ul li.replay .replay-button{
    display:block;
}
.like-list ul li.replay .replay-time{
    display:block;
}


.like-list ul li:hover .recent-mask{
    display:block;
}
.detail-main-img{
    display:block;
    width:100% !important;
    height:auto !important;
}
.main-r{
    width:322px;
}

.main-r-top{
    background-color: #FFFFFF;
    box-shadow: 0px 0px 18px 0px rgba(40, 41, 41, 0.1);
    border-radius: 8px;
    padding:28px 25px 26px;
}

.main-r-title{
    color:#333333;
    font-size:22px;
    font-weight:bold;
}

.sponsor-logo{
    margin-top:20px;
    display:block;
    max-width:100%;
}

.sponsor-desc{
    font-size:14px;
    color:#666666;
    /* text-align:justify; */
    /* word-break:break-all; */
    word-wrap: break-word;
    padding-top:15px;
}

.sponsor-more{
    font-size:14px;
    color:#666666;
    text-align:justify;
    word-break:break-all;
    padding-top:15px;
}

.sponsor-more a{
    color:#3587FF;
}

.main-r-bottom{
    background-color: #FFFFFF;
    box-shadow: 0px 0px 18px 0px rgba(40, 41, 41, 0.1);
    border-radius: 8px;
    margin-top:26px;
    padding:30px 15px 1px 25px;
}
.other-list{
    padding-top:20px;
}
.other-list li{
    margin-top:17px;
}
.other-list li:first-child{
    margin-top:0;
}
.other-list li a{
    display:block;
}

.other-img{
    width:130px;
    height:80px;
    border-radius:8px;
}

.other-r{
    width:142px;
}

.other-title{
    font-size:14px;
    line-height:19px;
    height:38px;
    color:#333333;
    text-align:justify;
    word-break:break-all;
    padding-bottom:12px;
    padding-top:7px;
}
.other-time{
    color:#999999;
    font-size:12px;
    overflow: hidden;
    white-space:normal;
    text-overflow:ellipsis;
}

.other-more{
    position: relative;
    left:0;
    top:0;
    height:1px;
    background-color:#DFDFDF;
    margin:32px 0 36px;
}

.other-more a{
    position:absolute;
    left:50%;
    top:50%;
    color:#666666;
    font-size:12px;
    background-color:#ffffff;
    padding:0 8px;
    height:16px;
    line-height:16px;
    margin-left:-32px;
    margin-top:-8px;
}

.content-r-r{
    /* padding-top:10px; */
}
.fixed-padding{
    padding-top:54px;
}

.nav-wrap{
    position:fixed;
    left:0;
    top:0;
    z-index:1007;
    width:100%;
    background-color:#ffffff;
}
.nav-wrap-fixed{
    box-shadow: 0px 0px 18px 0px rgba(40, 41, 41, 0.1);
}

.nav-wrap-son{
    width:1200px;
    margin:0 auto;
}
.nav-padding-box{
    height:54px;
}
.nav-a img{
    display:block;
    height:36px;
    margin-top:9px;
}

.nav-live{
    margin-top: 13.5px;
    margin-left: 12px;
}
.nav-list li{
    position: relative;
    left:0;
    top:0;
    float:left;
    height:54px;
    line-height:54px;
    margin-left:33px;
}
.nav-list .nav-line{
    position:absolute;
    left:0;
    top:0;
    display:none;
    background-color:#0982f4;
    height:1px;
    width:100%;
}
.nav-list li:first-child{
    margin-left:0;
}
.nav-list li a{
    display:block;
    height:54px;
    line-height:54px;
    padding:0 5px;
    color:#333333;
}
.nav-list li:hover .nav-line{
    display:block;
}
.nav-list li.on  .nav-line{
    display:block;
}
.all-live{
    width: 130px;
    height: 36px;
    background-color: #0982F4;
    border-radius: 4px;
    text-align:center;
    line-height:36px;
    color:#FFFFFF;
    font-size:14px;
    margin-top:10px;
    margin-left:33px;
}

.all-live img{
    vertical-align:middle;
}

.all-live span{
    vertical-align:middle;
    margin-left:9px;
}
/* 百度分享开始 */
.share-span{
    display:inline-block;
    *display: inline;
    *zoom: 1;
    color:#666666;
    font-size:14px;
    height:24px;
    line-height:24px;
    vertical-align:middle;
}
.content-r-r .bdsharebuttonbox{
    display:inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align:middle;
}
.content-r-r .bds_weixin{
    width:24px;
    height:24px;
    padding-left:0;
    margin: 0px 0px 0px 0px;
    background-image:url(../Images/04.png);
    background-position:0 0 !important;
}
.content-r-r .bds_qzone{
    width:24px;
    height:24px;
    padding-left:0;
    margin: 0px 0px 0px 10px;
    background-image:url(../Images/05.png);
    background-position:0 0 !important;
}
.content-r-r .bds_sqq{
    width:24px;
    height:24px;
    padding-left:0;
    margin: 0px 0px 0px 10px;
    background-image:url(../Images/05.png);
    background-position:0 0 !important;
}
.content-r-r .bds_tsina{
    width:24px;
    height:24px;
    padding-left:0;
    margin: 0px 0px 0px 10px;
    background-image:url(../Images/06.png);
    background-position:0 0 !important;
}
/* 百度分享结束 */


/* 首页 */

.enterprise-live{
    padding-bottom:1px;
    padding-top:76px;
}
.enterprise-top{
    width:1200px;
    margin:0 auto;
    padding-bottom:16px;
}

.enterprise-top-l{
    color:#333333;
    font-size:20px;
    height:36px;
    line-height:36px;
    font-weight:bold;
}
.enterprise-top-r{
    width:102px;
    height:34px;
    line-height:34px;
    text-align:center;
    border:1px solid #0982F4;
    color:#0982F4;
    font-size:14px;
    font-weight:bold;
    border-radius:4px;
    cursor: pointer;
}

.enterprise-bottom{
    width:1200px;
    margin:0 auto;
}

.enterprise-bottom-l{
    /* width:487px;
    height:522px; */
    width:552px;
    height:471px;
    background-color:#FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 4px 12px 0px rgba(153, 153, 153, 0.24);
}
.play-wrap{
    position: relative;
    left:0;
    top:0;
    width:552px;
    height:339px;
}
.enterprise-no{
    width:552px;
    height:339px;
    border-radius:8px 8px 0 0;
    overflow:hidden;
}
.enterprise-no img{
    display:block;
    width:552px;
    height:339px;
}
.enterprise-yes{
    position:absolute;
    left:0;
    top:0;
    border-radius:8px 8px 0 0;
    overflow:hidden;
    width:552px;
    height:339px;
    background-color:#ffffff;
}
.enterprise-opacity{
    opacity: 0;
	-moz-opacity: 0;
	filter: "alpha(opacity=0)"; 
	filter: alpha(opacity=0);
	zoom: 1;
}
.no-autoplay{
    display:none;
    position:absolute;
    left:0;
    top:40px;
    width:487px;
    height:274px;
    background-color: rgba(0,0,0,0.3);
    cursor: pointer;
}
.no-autoplay img{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -126px;
    margin-top: -89px;
    cursor: pointer;
}

.enterprise-yes-top{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11;
    background-color: rgba(0,0,0,0.7);
    border-radius: 8px;
    width:115px;
    height:38px;
    line-height:38px;
    text-align:center;
    font-size:0;
}
.enterprise-yes-top img{
    vertical-align:middle;
}
.enterprise-yes-top span{
    font-size:14px;
    margin-left:10px;
    vertical-align:middle;
    color: #ffffff;
}
.enterprise-phone:hover .phone-img{
    display:block;
}
.enterprise-yes-top .phone-img{
    position: absolute;
    right:0px;
    top: 38px;
    z-index: 5;
    width: 115px;
    display:none;
}
.enterprise-phone{
    position:relative;
    left:0;
    top:0;
    cursor: pointer;
    width:115px;
    height:38px;
    line-height:38px;
}

.enterprise-bottom-box{
    padding:0 30px 0 17px;
    height:132px;
}

.enterprise-yes-bottom{
    position:absolute;
    left:0;
    bottom:29px;
    z-index:11;
    width:100%;
    background: -webkit-linear-gradient(bottom,#000, transparent); 
    background: -o-linear-gradient(bottom,#000, transparent); 
    background: -moz-linear-gradient(bottom,#000, transparent); 
    background: linear-gradient(bottom,#000, transparent); 
}
.enterprise-yes-line{
    position:relative;
    left:0;
    top:0;
    height:1px;
    margin:0 48px;
    background-color:rgba(255,255,255,0.3);
}

.enterprise-line-son{
    display:block;
    padding:36px 0;
    font-size:0;
    cursor:pointer;
    text-align:center;
}

.enterprise-line-son img{
    vertical-align:middle;
    width:17px;
    margin-left:15px;
}

.enterprise-line-son span{
    vertical-align:middle;
    color:#ffffff;
    font-size:16px;
    margin-left:7px;
    margin-right:15px;
}

.enterprise-line{
    display:inline-block;
    height:1px;
    width:144px;
    background-color:#595a59;
    vertical-align:middle;
}

/* 视频播放器样式开始 */

#player-con{
    width:552px;
    height:310px;
}
#player-con .prism-big-play-btn{
    position: absolute;
    left: 50% !important;
    top: 50% !important;
    bottom:auto !important;
    margin-top:-32px;
    margin-left:-32px;
}

#player-con .prism-live-display{
    display:none;
}
#player-con .prism-fullscreen-btn{
    display:none;
}
#player-con .prism-controlbar{
    left: 0px;
    top: 0px;
    bottom: auto;
}
#player-con .prism-volume{
    float:left !important;
    margin-left: 5px;
}
#player-con .prism-controlbar .prism-controlbar-bg{
    background: transparent;
}
#player-con .prism-volume-control{
    bottom: 130px;
}
/* 视频播放器样式结束 */

.enterprise-l-time{
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    color:#999999;
    padding-top:10px;
    text-align:justify;
}

.enterprise-l-desc{
    font-size:20px;
    color:#333333;
    text-align:justify;
    padding-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}

.enterprise-l-img{
    height:35px;
    width:auto;
    max-width:90%;
    display:block;
    margin-top:11px;
    margin-left:20px;
}
.enterprise-l-img:first-child{
    margin-left:0;
}
.enterprise-bottom-r{
    width:648px;
}

.enterprise-bottom-r li{
    float:left;
    width:194px;
    height:226px;
    background-color:#ffffff;
    box-shadow: 0px 4px 12px 0px rgba(153, 153, 153, 0.24);
    border-radius: 8px;
    overflow:hidden;
    margin-left:22px;
    margin-bottom:19px;
}


.enterprise-r-img{
    display:block;
    width:194px;
    height:120px;
}


.enterprise-r-time{
    color:#999999;
    font-size:12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    text-align:justify;
    padding:10px 10px 0;
}

.enterprise-r-desc{
    padding:5px 10px 0;
    font-size:14px;
    line-height:19px;
    height:38px;
    color:#333333;
    text-align:justify;
}

.enterprise-r-logo{
    display:block;
    height:19px;
    max-width:90%;
    margin-left:10px;
    margin-top:8px;
}

.enterprise-more{
    position:relative;
    left:0;
    top:0;
    width:1200px;
    height:1px;
    background-color:#EEEEEE;
    margin:58px auto 67px auto;
}

.enterprise-more a{
    position:absolute;
    left:50%;
    top:50%;
    width:256px;
    height:36px;
    text-align:center;
    line-height:36px;
    border-radius:36px;
    color:#666666;
    background-color:#EEEEEE;
    margin-left:-128px;
    margin-top:-18px;
}

.recent-live{
    background-image: url(../Images/67.png);
    background-size:100% auto;
    background-repeat:no-repeat;
    padding-top:40px;
    padding-bottom:28px;
    background-color:#eceff6;
}

.recent-top{
    width:1200px;
    margin:0 auto;
    padding-bottom:22px;
}

.recent-top-l{
    font-size:20px;
    color:#333333;
    font-weight:bold;
}

.recent-top-r{
    color:#999999;
    font-size:0;
    margin-top:7px;
}
.recent-top-r span{
    vertical-align:middle;
    font-size:14px;
}
.recent-top-r img{
    vertical-align:middle;
    margin-left:3px;
}

.recent-bottom{
    width:1220px;
    margin:0 auto;
}
.recent-bottom ul li{
    float: left;
    width:283px;
    height:301px;
    margin:0 11px 22px;
    background-color:#ffffff;
    border-radius:8px;
    overflow:hidden;
    box-shadow: 0px 4px 12px 0px rgba(153, 153, 153, 0.24);
}

.recent-bottom ul li.reservation .reservation-icon{
    display:block;
}

.recent-bottom ul li.reservation .reservation-button{
    display:block;
}

.recent-bottom ul li.replay .replay-icon{
    display:block;
}

.recent-bottom ul li.replay .replay-button{
    display:block;
}
.recent-bottom ul li.replay .replay-time{
    display:block;
}
.recent-bottom ul li:hover .recent-mask{
    display:block;
}
.recent-bottom ul li:hover{
    box-shadow: 0px 14px 18px 0px rgba(0, 0, 0, 0.1), 0px 4px 12px 0px rgba(153, 153, 153, 0.24);
}
.recent-mask-wrap{
    position: relative;
    left:0;
    top:0;
}
.recent-mask a{
    position:absolute;
    left:50%;
    top:50%;
    width:131px;
    height:33px;
    line-height:33px;
    text-align:center;
    border-radius:33px;
    font-size:14px;
    color:#ffffff;
    margin-left:-65.5px;
    margin-top:-16.5px;
    display:none;
}
.recent-bottom ul li.reservation .recent-mask a{
    background-color:#cba265;
}
.recent-bottom ul li.replay .recent-mask a{
    background-color:#21a733;
}
.recent-mask{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.3);
    display:none;
}

.recent-photo{
    display:block;
    width:283px;
    height:173px;
}

.recent-time{
    padding-left:12px;
    padding-right:14px;
    color:#999999;
    font-size:12px;
    text-align:justify;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    padding-top:12px;
}

.recent-desc{
    padding-left:12px;
    padding-right:14px;
    padding-top:13px;
    color:#333333;
    font-size:14px;
    line-height:19px;
    height:38px;
    text-align:justify;
}

.recent-logo{
    display:block;
    height:17px;
    max-width:90%;
    margin-top:13px;
    margin-left:12px;
}

.recent-reservation{
    position:absolute;
    right:0;
    top:0;
    display:none;
}

.replay-time{
    position:absolute;
    right:4px;
    bottom:3px;
    color:#FFFFFF;
    font-size:10px;
    border-radius:2px;
    background-color:rgba(0,0,0,0.7);
    padding:0 4px;
    height:18px;
    list-style:18px;
    display:none;
}

/* 首页-近期直播 */

.enterprise-bottom-r ul li.reservation .reservation-icon{
    display:block;
}

.enterprise-bottom-r ul li.reservation .reservation-button{
    display:block;
}
.enterprise-bottom-r ul li.liveing .live-icon{
    display:block;
}

.enterprise-bottom-r ul li.liveing .live-button{
    display:block;
}

.enterprise-bottom-r ul li.replay .replay-icon{
    display:block;
}

.enterprise-bottom-r ul li.replay .replay-button{
    display:block;
}
.enterprise-bottom-r ul li.replay .replay-time{
    display:block;
}
.enterprise-bottom-r ul li:hover .recent-mask{
    display:block;
}
.enterprise-bottom-r ul li:hover{
    box-shadow: 0px 14px 18px 0px rgba(0, 0, 0, 0.1), 0px 4px 12px 0px rgba(153, 153, 153, 0.24);
}
.enterprise-bottom-r .recent-mask a{
    position:absolute;
    left:50%;
    top:50%;
    width:99px;
    height:25px;
    line-height:25px;
    text-align:center;
    border-radius:25px;
    font-size:12px;
    color:#ffffff;
    margin-left:-49.5px;
    margin-top:-12.5px;
    display:none;
}
/* 回放按钮颜色 */
.enterprise-bottom-r .recent-mask a.replay-button{
    background-color:#21a733;
}
/* 预约按钮颜色 */
.enterprise-bottom-r .recent-mask a.reservation-button{
    background-color:#cba265;
}
/* 直播观看按钮颜色 */
.enterprise-bottom-r .recent-mask a.live-button{
    background-color:#ff6030;
}
/* 首页-电赛直播 */

.game-live{
    padding-bottom:38px;
}
.game-text{
    color:#999999;
    font-size:12px;
    padding-top:12px;
    padding-left:12px;
    padding-right:14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}




/* 首页-专家直播 */

.expert-live{
    padding-bottom:52px;
}

.expert-bottom{
    width:1220px;
    margin:0 auto;
}
.expert-bottom ul li{
    float: left;
    width:283px;
    height:258px;
    margin:0 11px 22px;
    background-color:#ffffff;
    border-radius:8px;
    overflow:hidden;
    box-shadow: 0px 4px 12px 0px rgba(153, 153, 153, 0.24);
}
.expert-bottom ul li.reservation .recent-mask a{
    background-color:#cba265;
}
.expert-bottom ul li.replay .recent-mask a{
    background-color:#21a733;
}
.expert-bottom ul li.reservation .reservation-icon{
    display:block;
}

.expert-bottom ul li.reservation .reservation-button{
    display:block;
}

.expert-bottom ul li.replay .replay-icon{
    display:block;
}

.expert-bottom ul li.replay .replay-button{
    display:block;
}
.expert-bottom ul li.replay .replay-time{
    display:block;
}
.expert-bottom ul li:hover .recent-mask{
    display:block;
}
.expert-bottom ul li:hover{
    box-shadow: 0px 14px 18px 0px rgba(0, 0, 0, 0.1), 0px 4px 12px 0px rgba(153, 153, 153, 0.24);
}

.expert-photo{
    display: block;
    width: 283px;
    height: 160px;
}


/* 首页-下载APP */

.down-app{
    position:relative;
    left:0;
    top:0;
    width:1198px;
    height:230px;
    margin:0 auto;
    background-image: url(../Images/38.png);
}
.down-app .iphone{
    display:block;
}
.down-app .android{
    display:block;
}

.down-app .iphone-a{
    position:absolute;
    right:106px;
    top:25px;
}

.down-app .android-a{
    position:absolute;
    right:106px;
    top:93px;
}

.down-app .people{
    position:absolute;
    left:661px;
    bottom:62px;
}

.down-app-wrap{
    padding-bottom:80px;
}
/* 专题培训 */

.topic-wrap{
    padding-top:40px;
    
}

.topic-title{
    text-align:center;
    font-size:22px;
    line-height: 32px;
    padding: 34px 20px 0;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color:#FFFFFF;
    height:64px;
}

.topic-text{
    text-align:center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    color:#FFFFFF;
    font-size:17px;
    padding-top:15px;
}

.topic-desc{
    color:#FFFFFF;
    text-align:center;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis; */
    padding-top:15px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    height: 40px;
}

.topic-a{
    display:block;
    width:114px;
    height:34px;
    text-align:center;
    line-height:34px;
    border-radius:34px;
    /* margin:38px auto; */
    margin:20px auto;
}
.enter-topic{
    background-color:#FFB500;
    color:#FFFFFF;
}
.enter-replay{
    background-color:#ffffff;
    color:#0982F4;
}
.topic-wrap .topic-swiper{
    position:relative;
    left:0;
    top:0;
    /* width:1368px; */
    width:1393px;
    margin:0 auto;
}
.topic-wrap .topic-swiper .swiper-container{
    width:1225px;
    padding-bottom:60px;
}
.topic-wrap .swiper-container .swiper-slide{
    width:245px;
    height:261px;
}
.topic-wrap .swiper-container .swiper-slide-son{
    width:222px;
    height:261px;
    margin:0 11.5px;
    background-image: url(../Images/48.png);
    border-radius:8px;
    overflow: hidden;
    box-shadow: 0px 5px 14px 0px rgba(153, 153, 153, 0.24);
}
.topic-wrap .swiper-container .swiper-slide-son:hover{
    box-shadow: 0px 14px 11px 0px rgba(0, 0, 0, 0.1), 0px 4px 11px 0px rgba(153, 153, 153, 0.24);
}
.topic-wrap .swiper-button-next.swiper-button-disabled{
    opacity:0.5;
    background-image: url(../Images/45.png);
}
.topic-wrap .swiper-button-prev.swiper-button-disabled{
    opacity:0.5;
    background-image: url(../Images/46.png);
}
.topic-wrap .swiper-button-next{
    background-image: url(../Images/44.png);
    right:8px;
}
/* .topic-wrap .swiper-button-next:hover{
    background-image: url(../Images/44.png);
} */
.topic-wrap .swiper-button-prev{
    background-image: url(../Images/47.png);
    left:8px;
}
/* .topic-wrap .swiper-button-prev:hover{
    background-image: url(../Images/47.png);
} */
.topic-wrap .swiper-button-next, .swiper-button-prev{
    width:64px;
    height:64px;
    margin-top:-60px;
    background-position:top left;
    background-size:64px 64px;
    outline:none;
}


/* 专家阵容 */

.line-up{
    /* height:583px; */
    height:688px;
    background-image:url(../Images/49.png);
    background-size:100% auto;
}

.line-top{
    width:1200px;
    margin:0 auto;
    color:#333333;
    font-size:20px;
    font-weight:bold;
    padding-top:90px;
}

.line-bottom{
    width:1200px;
    height:448px;
    margin:22px auto 0;
    box-shadow: 0px 4px 12px 0px rgba(153, 153, 153, 0.24);
    border-radius: 8px;
    background-color:#ffffff;
}
.line-picture{
    position:relative;
    left:0;
    top:0;
    width:217px;
    height:292px;
    margin-left:76px;
    margin-top:78px;
}
.line-picture img{
    position:absolute;
    left:0;
    bottom:0;
    /* width:217px;
    height:292px; */
}

.line-desc{
    width:394px;
    margin-left:40px;
    margin-top:108px;
}

.line-name{
    font-size:24px;
    color:#333333;
    font-weight:bold;
}
.line-position{
    color: #333333;
    padding-top:10px;
}

.line-text{
    color: #333333;
    font-size:14px;
    text-align:justify;
    word-break:break-all;
    padding-top:22px;
    line-height:22px;
    
}
.line-son{
    position: relative;
    left:0;
    top:0;
    float:left;
    padding:8px;
    cursor:pointer;
}
.line-son img{
    display:block;
    width:80px;
    height:80px;
    border-radius:4px;
}
.line-son-white{
    display:none;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,0.5);
}
.line-picture img.data-img{
    position:absolute;
    left:-55px;
    top:0;
    opacity:0;
    /* width:217px;
    height:292px; */
}
.data-img{
    position:absolute;
    left:8px;
    top:8px;
    opacity:0;
}
.line-teacher{
    width:384px;
    margin-right:55px;
    margin-top:64.5px;
}

.line-teacher .swiper-container{
    padding-bottom:15px;
}
.line-teacher .swiper-slide{
    height:288px;
}
.line-teacher .swiper-container-horizontal>.swiper-pagination{
    bottom:0px;
    font-size:0;
}
.line-teacher .swiper-pagination-bullet{
    width:6px;
    height:6px;
    opacity:1;
    background:#DDDFDF;
    transition:all 0.5s;
}
.line-teacher .swiper-pagination-bullet-active{
    opacity: 1;
    background: #007aff;
    width:19px;
    height:6px;
    border-radius:6px;
    background:#0982F4;
}
.line-teacher  .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{
    margin: 0 1.5px;
    outline:none;
}

/* 合作企业柱状图 */

.move-column-wrap{
    /* height:578px; */
    height:500px;
    background-image: url(../Images/55.png);
    background-size:100% auto;
    background-position:left bottom;
    background-color:#ffffff;
    background-repeat:no-repeat;
    overflow: hidden;
}

.move-column-main{
    /* width:1010px; */
    width:1072px;
    margin:0 auto;
}

.column-num{
    color:#0982F4;
    font-weight:bold;
    height:52px;
    line-height:52px;
    font-size:0;
    text-align:center;
    
}

.column-num .span-number{
    font-size:40px;
}
.column-num .span-add{
    width:32px;
    height:52px;
    line-height:52px;
    font-size:40px;
    margin-right:-32px;
    vertical-align: 4px;
}
.column-text{
    font-size:16px;
    color:#0982F4;
    font-weight:bold;
    text-align:center;
    padding-bottom:20px;
    padding-top:10px;
}


.column-box{
    float:left;
    margin-left:43px;
    margin-top:500px;
    width:180px;
}
.column-box:first-child{
    /* margin-left:0; */
    margin-left:-3px;
}
.column-box img{
    display:block;
    margin:0 auto;
    width:14px;
}



/* 直播互动和合作企业 */

/* 直播互动 */

.live-wrap{
    padding-top:60px;
    background-image: url(../Images/42.png);
    background-position:center bottom;
    background-repeat: no-repeat;
}

.live-interactive{
    width:1200px;
    margin:0 auto;
    color:#333333;
    font-weight:bold;
    font-size:20px;
    padding-bottom:22px;
}

.live-interactive span{
    color:#666666;
    font-size:14px;
    font-weight:normal;
    margin-left:14px;
}

.interactive-wrap{
    width:1200px;
    margin:0 auto;
}
.chat-wrap{
    position:relative;
    left:0;
    top:0;
    width:712px;
    /* height:504px; */
    height:424px;
    padding:40px;
    box-shadow: 0px 4px 12px 0px rgba(153, 153, 153, 0.24);
    border-radius: 8px;
    background-color:#ffffff;
}

.earth{
    position:absolute;
    right:-21px;
    top:-34px;
}

.chat-l{
    display:block;
    width:59px;
    height:59px;
}
.chat-l-wrap{
    width:59px;
}
.chat-r{
    position:relative;
    left:0;
    top:0;
    /* height:59px;
    line-height:59px; */
    font-size:12px;
    padding:0 30px;
    
    
}
.chat-r-son{
    max-width:573px;
    word-break:break-all;
    line-height: 24px;
    padding: 17.5px 0;
    font-size:14px;
}
.chat-outer{
    height:424px;
    overflow:hidden;
}
.chat-outer li{
    position:relative;
    left:0;
    top:0;
}

.chat-name{
    width:59px;
    text-align:center;
    font-size:12px;
    color:#333333;
    padding-top:11px;
    /* word-break:break-all; */
}

.ask-icon{
    position:absolute;
    left:0;
    top:-7px;
    display:none;
}
.answer-icon{
    position:absolute;
    right:0;
    top:-7px;
    display:none;
}
.chat-outer li .ask{
    padding:10px 0;
}
.chat-outer li .ask .chat-l-wrap{
    float: left;
}

.chat-outer li .ask .chat-r{
    float:left;
    border-radius: 30px 30px 30px 0px;
    color:#333333;
    background-color:#EEF3F7;
    margin-left:20px;
}

.chat-outer li .ask .ask-icon{
    display:block;
}
.chat-outer li .answer{
    padding:10px 0;
}
.chat-outer li .answer .answer-icon{
    display:block;
}

.chat-outer li .answer .chat-l-wrap{
    float:right;
}
.chat-outer li .answer .chat-r{
    float:right;
    margin-right:20px;
    background-color:#0982F4;
    color:#FFFFFF;
    /* border-radius: 30px 30px 0px 30px; */
    border-radius: 500px 500px 0px 500px;
}

/* .chat-outer li .answer .chat-name{
    margin-left:653px;
} */






/* 直播互动-获奖 */
.awarded{
    width:385px;
    height:504px;
    box-shadow: 0px 4px 12px 0px rgba(153, 153, 153, 0.24);
    border-radius: 8px;
    background-color:#ffffff;
    overflow: hidden;
}
.awarded ul{
    padding:0 24px;
}

.awarded-name{
    height:56px;
    line-height:56px;
    font-size:14px;
    width:160px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}

.awarded-text{
    height:56px;
    line-height:56px;
    font-size:14px;
    color:#666666;
    margin-left:17px;
}

.awarded-prize{
    height:56px;
    line-height:56px;
    width:110px;
    color:#666666;
    font-size:14px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}

.awarded .awarded-slide{
    height:56px;
}

/* 合作企业 */

.cooperation-wrap{
    padding-top:60px;
}

.cooperation-top{
    width:1200px;
    margin:0 auto;
    color:#ffffff;
    font-size:20px;
    font-weight:bold;
    padding-bottom:22px;
}

.cooperation-logo{
    float:left;
    width:183px;
    height:84px;
    margin:0 10px 20px;
    box-shadow: 0px 4px 12px 0px rgba(153, 153, 153, 0.24);
}

.cooperation-bottom{
    width:1218px;
    margin:0 auto;
    padding-bottom:53px;
}
.cooperation-bottom .swiper-container{
    padding-bottom:10px;
}
.cooperation-bottom .swiper-container .swiper-slide{
    /* height:416px; */
    max-height:416px;
}
.cooperation-bottom .swiper-container-horizontal>.swiper-pagination{
    font-size:0;
    bottom:0;
}
.cooperation-bottom .swiper-pagination-bullet{
    background: #FFFFFF;
    opacity: 0.6;
    transition:all 0.5s;
}

.cooperation-bottom .swiper-pagination-bullet-active{
    width: 25px;
    height: 8px;
    border-radius:8px;
    background: #FFFFFF;
    opacity:1;
}

/* 首页-侧边栏开始 */
.sidebar-fixed{
    position:fixed;
    right:90px;
    top:50%;
    z-index:11;
    margin-top:-89px;
}
.sidebar-fixed ul li{
    position:relative;
    left:0;
    top:0;
    width:52px;
    height:52px;
    cursor: pointer;
    text-align:center;
    font-size:0;
    line-height:52px;
    margin-top:8px;
    background-color:#EFEEEE;
    border-radius: 6px;
}
.sidebar-fixed ul li:first-child{
    margin-top:0;
}
.sidebar-fixed ul li img{
    vertical-align:middle;
}
.sidebar-fixed ul li:hover .sidebar-blue{
    display:block;
}
.sidebar-blue-app:hover .app-code-wrap{
    display:block;
}
.sidebar-blue{
    display:none;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:#0982F4;
    border-radius:6px;
    color:#FFFFFF;
}
.sidebar-blue a{
    display:block;
    color:#FFFFFF;
    width:100%;
    height:100%;
}
.sidebar-blue .sidebar-blue-text{
    position:absolute;
    left:0;
    top:50%;
    width:100%;
    font-size:15px;
    line-height:20px;
    height:40px;
    margin-top:-20px;
}
.app-code-wrap{
    display:none;
    position:absolute;
    right:52px;
    top:0;
    padding-right:15px;
}
.app-code-white{
    background-color:#ffffff;
    padding:10px 10px 0;
    border-radius:8px;
    box-shadow: 0px 4px 12px 0px rgb(153 153 153 / 24%);
}
.app-code{
    display:block;
    width:126px;
}
.app-code-text{
    font-size:13px;
    text-align:center;
    line-height:normal;
    color:#252525;
    padding-top:5px;
    padding-bottom:8px;
    line-height:20px;
}
/* 首页-侧边栏结束 */






/* 直播日历开始 */
/* 左边的日历开始 */
.calendar-bj{
    position:relative;
    left:0;
    top:0;
    z-index: 1;
    padding-top:40px;
    background-image: url(../Images/90.png);
    background-position:center top;
    background-repeat:no-repeat;
}

.calendar-main{
    position:relative;
    left:0;
    top:0;
    width:1200px;
    height:614px;
    margin:0 auto;
}

.calendar-wrap{
    position:relative;
    left:0;
    top:0;
    z-index:3;
    padding:20px;
    width:958px;
    height:574px;
    background-color:#ffffff;
    border-radius:8px 0  0 8px;
    overflow: hidden;
}
/* 左边的日历结束 */

/* 右边开始 */

.banner-box{
    width: 202px;
    height:614px;
    border-radius:0 8px 8px 0;
    position: relative;
    left:0;
    top:0;
    z-index:3;
    overflow: hidden;
    background-color:#ffffff;
}

.no-data{
    display:block;
    width:202px;
    height:614px;
}

.calendar-main .banner-box .banner-box-text{
    background: url(../Images/banner2.png) no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 30px 20px 0;
}
.calendar-main .banner-box .pool-title{
    height: 40px;
    font-size: 16px;
    background-color: #0087E0;
    color: #fff;
    text-align: center;
    line-height: 42px;
    font-weight: bold;
    letter-spacing: 1px;
}
.calendar-main .banner-box .pool-data{
    padding-top: 8px;
}
.calendar-main .banner-box .pool-data-item{
    margin-top: 20px;
    line-height: 32px;
}
.calendar-main .banner-box .pool-number{
    text-align: right;
}
.calendar-main .banner-box .span-num{
    font-size: 30px;
    color: #21a733;
    font-style: italic;
}
.calendar-main .banner-box .span-word{
    font-size: 14px;
    color: #19191A;
    margin-left: 15px;
    font-weight: 400;
}
.calendar-main .banner-box .icon-label{
    width: 60px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #0087E0;
    color: #0087E0;
    margin-bottom: 10px;
}
/* 右边结束 */

.calendar-up{
    display:block;
    margin:0 auto 0px;
    cursor:pointer;
}
.calendar-down{
    display:none;
    position:fixed;
    left:50%;
    top:54px;
    z-index:99;
    margin-left:-128px;
    cursor:pointer;
}
.calendar-fixed{
    display:none;
    position:fixed;
    left:0;
    top:54px;
    /* z-index:99; */
    z-index:1005;
    width:100%;
}

.calendar-up-fixed{
    display:none;
    position:fixed;
    left:50%;
    top:708px;
    z-index:99;
    margin-left:-128px;
}
.leaf-l{
    position:absolute;
    left:-136px;
    bottom:14px;
    display:none;
}
.leaf-r{
    position:absolute;
    right:-93px;
    bottom:14px;
    display:none;
}
/* 直播日历结束 */

/* 搜索页 */
.search_ht{

}
.search_ht .search-box{
    position: relative;
    /* width: 200px; */
    height: 32px;
    box-sizing: border-box;
    padding-right: 35px;
    border: 1px solid #ddd;
    margin-right: 30px;
    margin-top: 11px;
    border-radius: 4px;
}
.search_ht .search-box .search-input{
    /* width: 100%; */
    /* width:173px; */
    width:115px;
    height: 100%;
    border: none;
    outline: none;
    padding: 0 5px;
    font-size:14px;
    line-height:30px;
}
.search_ht .search-box .search-input-btn{
    position: absolute;
    top: 0;
    right: 0;
    height: 32px;
    width: 32px;
    background: url("../Images/icon-search.png") center no-repeat;
    background-size: 16px 16px;
    cursor: pointer;
}
.search_ht .search-box-li{
    position: relative;
    left:0;
    top:0;
}
.search_ht .search-box-list{
    display:none;
    position:absolute;
    left:0;
    top:30px;
    width:100%;
    background-color:#fff;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    cursor: pointer;
    text-align:center;
}
.search_ht .search-box-list li{
    height:38px;
    line-height:38px;
    color:#757575;
    font-size:14px;
}
.search_ht .search-box-list li:hover{
    color:#0982F4;
}
.search_ht .search-box-list li.active{
    color:#0982F4;
}
.search_ht .search-box-li:hover .search-box-list{
    display:block;
}
.search_ht .search-box-li:hover .img-top{
    
    display:inline-block;
    *display:inline;
    *zoom:1;
}
.search_ht .search-box-li:hover .img-bottom{
    display:none;
}
.search_ht .search-box-text{
    height:30px;
    line-height:30px;
    color:#757575;
    font-size:0;
    padding: 0 10px;
    cursor:pointer;
}

.search_ht .search-box-text img{
    vertical-align:middle;
    margin-left:2px;
}
.search_ht .search-box-text span{
    vertical-align:middle;
    font-size:14px;
}
.search-box-text img.img-top{
    display:none;
}
.search_ht .search-nav{
    width: 1200px;
    margin: 0 auto;
    font-size: 12px;
    color: #333;
    line-height: 18px;
}
.search_ht .search-nav-selected{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 11px 12px;
    line-height: 18px;
    border-bottom: 1px solid #eee;
} 
.search_ht .search-selected-th{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.search_ht .search-selected-list {
    padding-left: 25px;
    background:url("../Images/icon-arrow-right.png") 7px 16px no-repeat;
    background-size: 12px 12px;
    max-width: 1000px;
    padding-top: 1px;
    margin-top: -11px;
}
.search_ht .search-selected-item{
    position: relative;
    padding: 0 24px 0 8px;
    background-color: #eee;
    height: 24px;
    line-height: 22px;
    margin-top: 10px;
    margin-right: 10px;
}
.search_ht .search-selected-item .span1{
    font-size: 12px;
    color: #999999;
}
.search_ht .search-selected-item .span2{
    font-size: 12px;
    color: #0982F4;
}
.search_ht .search-selected-item .span3{
    position:absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 100%;
    background:url("../Images/icon-close-search.png") left 8px no-repeat;
    background-size: 8px 8px;
    cursor: pointer;
}
.search_ht .search-nav-selected .clear-selected{
    width: 64px;
    height: 22px;
    line-height: 22px;
    background: #FAFBFC;
    border: 1px solid #EEEEEE;
    font-size: 12px;
    color: #999;
    margin-left: 2px;
    cursor: pointer;
    text-align: center;
    /* margin-top: -1px; */
}
.search_ht .search_ht .select-table{
    /* padding-top: 11px; */
}
.search_ht .select-table .select-tr{
    padding: 11px 0 12px 0;
    border-bottom: 1px solid #eee;
}
.search_ht .select-table .select-th{
    width: 130px;
    text-indent: 11px;
    color: #999999;
}
.search_ht .select-table .select-td{
    max-width: 1060px;
}
.search_ht .select-table .select-type-item{
    margin-right: 30px;
    cursor: pointer;
}
.search_ht .select-table .select-skill-tr{
    padding-bottom: 0;
}
.search_ht .select-table .select-skill-tr .select-type-item{
    margin-bottom: 14px;
}
.search_ht .select-table .select-company-tr{
    position: relative;
    padding-bottom: 0;
}
.search_ht .select-table .select-company-tr .select-td{
    height: 140px;
    overflow: hidden;
}
.search_ht .select-table .select-company-tr .select-td.active{
    height:auto;
}
.search_ht .select-table .select-company-tr .select-type-item{
    position:relative;
    left:0;
    top:0;
    width: 100px;
    height: 40px;
    margin: 0 30px 14px 0;
}
.search_ht .select-table .select-company-tr .select-type-item > img{
    width: 100%;
    height: 100%;
}
.search_ht .select-table .select-company-tr .select-type-item .company-white{
    position:absolute;
    left:0;
    top:0;
    padding:0 10px;
    width: 80px;
    height: 40px;
    text-align:center;
    line-height:40px;
    background-color:rgba(2555,255,255,0.9);
    color:#0982F4;
    font-size:12px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    display:none;
    
}
.search_ht .select-table .select-type-tr .select-type-item.active, .select-table .select-skill-tr .select-type-item.active{
    color: #0982F4;
}
.select-table .select-company-tr .select-type-item:hover{
    box-shadow: 0px 4px 12px 0px rgba(153, 153, 153, 0.24);
}
.select-table .select-company-tr .select-type-item-all:hover{
    box-shadow: none;
}
.select-table .select-company-tr .select-type-item:hover .company-white{
    display:block;
}
.select-table .select-company-tr .select-type-item-all:hover .company-white{
    display:none;
}
/* .select-table .select-company-tr .select-type-item.active{
    box-shadow: 0px 4px 12px 0px rgba(153, 153, 153, 0.24);
    opacity: 0.9;
} */
.select-table .select-company-tr .select-type-item.active{
    box-shadow: 0px 4px 12px 0px rgba(153, 153, 153, 0.24);
}
.select-table .select-company-tr .select-type-item-all.active{
    box-shadow: none;
}
.select-table .select-company-tr .select-type-item.active .company-white{
    display:block;
}
.select-table .select-company-tr .select-type-item-all.active .company-white{
    display:none;
}
.search_ht .select-company-tr .more-company{
    position: absolute;
    right: 0;
    top: 11px;
    font-size: 12px;
    color: #999;
    padding-right: 17px;
    cursor: pointer;
    background:url("../Images/icon-arrow-bottom.png") right center no-repeat;
    background-size: 12px 12px;
    line-height: 18px;
    background-color: #fff;
}
.search_ht .select-company-tr .more-company.active{
    background:url("../Images/icon-arrow-top.png") right center no-repeat;
    background-size: 12px 12px;
    /* background-color: #fff; */
}
.expert-live-wrap{
    min-height:695px;
}
.lack-wrap{
    padding:150px 0;
   
}
.lack-wrap img{
    display:block;
    margin:0 auto;
}
.lack-text{
    text-align:center;
    color:#909599;
    font-size:18px;
    padding-top:15px;
}
/* 搜索页结束 */

/* 回放页 */
.playback_ht{

}
.playback_ht .top-content{
    width: 1200px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 18px 0px rgba(40, 41, 41, 0.1);
    border-radius: 8px;
    
}
.playback_ht .video-wrap{
    width: 854px;
}
.playback_ht .video-box-title{
    width: 100%;
    padding: 14px 18px 12px;
    box-sizing: border-box;
}
.playback_ht .video-box-title .pic-img{
    /* width: 50px; */
    height: 50px;
}
.playback_ht .video-box-title .pic-img img{
    /* width: 100%; */
    height:50px;
    /* border-radius: 50%; */
}
.playback_ht .video-box-title .teacher-info{
    padding: 7px 0 0 10px;
}
.playback_ht .video-box-title .say-name{
    font-size: 16px;
    line-height: 16px;
    color: #222222;
    max-width: 500px;
}
.playback_ht .video-box-title .teacher-name{
    font-size: 16px;
    color: #666;
    margin-top: 9px;
    padding:3px 0 0 20px;
    font-size: 12px;
    line-height: 12px;
    background: url('../Images/icon-teacher.png') left center no-repeat;
    background-size: 14px 14px;
}
.playback_ht .video-box-title .app-view{
    position: relative;
    left:0;
    top:0;
    font-size: 14px;
    color: #666;
    margin-left: 25px;
    padding-left: 25px;
    line-height: 24px;
    margin-top: 16px;
    background: url('../Images/icon-app.png') left center no-repeat;
    background-size: 16px 22px;
}
.playback_ht .video-box-title .app-view .phone-img{
    display:none;
    position: absolute;
    right: -20px;
    top: 43px;
    z-index: 5;
    width: 110px;
}
.playback_ht .video-box-title .app-view:hover .phone-img{
    display:block;
}
.playback_ht .video-box{
    width: 100%;
    /* height: 542px; */
    height:480px;
    box-sizing: border-box;
}
#video-play .prism-big-play-btn{
    position: absolute;
    left: 50% !important;
    top: 50% !important;
    bottom:auto !important;
    margin-left:-32px;
    margin-top:-32px;
}
.playback_ht .video-slide{
    padding-top: 11px;
    margin-left: 28px;
    width: 296px;
}
.playback_ht .video-slide-title{
    padding-top: 24px;
    font-size: 16px;
    height:24px;
    line-height:24px;
    color: #222;
    font-weight: bolder;
}
.playback_ht .chapter-list{
    /* max-height: 398px; */
    max-height: 320px;
    overflow-y: auto;
    margin-top: 20px;
}

/* 修改滚动条样式开始 */
.playback_ht .chapter-list::-webkit-scrollbar{
    width: 4px;
    height: 10px;
}
.playback_ht .chapter-list::-webkit-scrollbar-track{
    /* background: #eeeeee; */
    background: transparent;
    border-radius: 2px;
}
.playback_ht .chapter-list::-webkit-scrollbar-thumb{
    background: #ddd;
    border-radius: 10px;
}
/* 修改滚动条样式结束 */

.playback_ht .chapter-item{
    display: block;
    position: relative;
    padding: 10px 18px 10px 46px;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    /* height: 66px; */
    min-height:66px;
    background: url('../Images/icon-video-state2.png') 16px center no-repeat;
    background-size: 18px 18px;
    margin-bottom: 12px;
}
.playback_ht .chapter-item:last-child{
    margin-bottom: 0!important;
}
.playback_ht .chapter-item.active{
    /* background: url('../Images/icon-video-state1.png') 16px center no-repeat; */
    background: url('../Images/icon-vedio-state1.gif') 16px center no-repeat;
    /* background-size: 20px 20px; */
    background-size: 17px auto;
    color: #0157FE;
    background-color: rgba(9, 130, 244, .1);
}
.playback_ht .chapter-item.lock{
    background: url('../Images/icon-video-state3.png') 16px center no-repeat;
    background-size: 18px 18px;
    margin-bottom: 12px;
    cursor: inherit;
    /* pointer-events:none; */
}
.playback_ht .chapter-item:not(.lock){
    cursor: pointer;
}
.playback_ht .chapter-item .chapter-name{
    line-height: 22px;
    /*text-align:justify;*/
    /* overflow: hidden;
    height: 44px; */
}
.playback_ht .chapter-item .chapter-timer{
    /* position: absolute;
    top: 34px;
    right: 18px; */
    font-size: 12px;
    color: #666;
    text-align:right;
}
.playback_ht .down-app-btn{
    display: block;
    height: 36px;
    background: #0982F4;
    border-radius: 8px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    margin-top: 12px;
    color: #fff;
}
.playback_ht .down-pdf-list{
    margin-top: 16px;
    font-size: 14px;
    max-height: 48px;
    overflow-y: auto;
}
.playback_ht .down-pdf-item{
    display: block;
    color: #333;
    text-decoration: underline;
    padding-left: 27px;
    background: url('../Images/icon-pdf.png') left center no-repeat;
    background-size: 18px 18px;
    height: 18px;
    margin-bottom: 10px;
}
.playback_ht .down-pdf-item:last-child{
    margin-bottom: 0;
}

.playback_ht .live-introduce-wrap{
    width: 1200px;
    margin: 37px auto 0;
    background: url("../Images/20.png") left bottom no-repeat,url("../Images/19.png") right top no-repeat;
    background-size: 156px 328px,177px 360px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 18px 0px rgba(40, 41, 41, 0.1);
    border-radius: 8px;
    padding: 30px 30px 36px;
    box-sizing: border-box;
}
.playback_ht .live-introduce-wrap .small-introduce-title{
    font-size: 16px;
    color: #222;
    line-height: 16px;
    font-weight: bolder;
    margin-top: 18px;
}
.playback_ht .live-introduce-wrap .live-outline{
    font-size: 14px;
    line-height: 26px;
    color: #333;
    margin-top: 12px;
}
.playback_ht .intro-teacher-list{
    padding-top:20px;
}
.playback_ht .intro-teacher-item {
    margin-bottom: 20px;
}
.playback_ht .intro-teacher-item .intro-teacher-img{
    width: 125px;
    height: 180px;
    box-shadow: 9px 9px 12px #dee8fc;
}
.playback_ht .intro-teacher-item .intro-teacher-img2{
    width: 100px;
    height: 100px;
    box-shadow: 9px 9px 12px #dee8fc;
}
.playback_ht .intro-teacher-item .intro-teacher-img.yxs{
    box-shadow:none;
}
.playback_ht .intro-teacher-item .intro-teacher-img img{
    width: 100%;
    max-height: 180px;
}
.playback_ht .intro-teacher-item .intro-teacher-text{
    width: 606px;
    margin-left: 30px;
    padding-top: 7px;
}
.playback_ht .intro-teacher-item .teacher-name{
    display: inline-block;
    height: 34px;
    background: linear-gradient(-63deg, #a0c1ed  0%, #4088F5 100%);
    border-radius: 17px;
    padding: 0 32px 0 20px;
    color: #fff;
    line-height: 34px;
    font-size: 16px;
}
.playback_ht .intro-teacher-item .teacher-info-word{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-top: 15px;
}
.playback_ht .intro-teacher-item:last-child{
    margin-bottom: 0;
}
.playback_ht .interact-wrap{
    width: 1200px;
    background: #FFFFFF;
    box-shadow: 0px 0px 18px 0px rgba(40, 41, 41, 0.1);
    border-radius: 8px;
    margin: 36px auto 0; 
    padding: 30px 78px 30px 35px;
    box-sizing: border-box;
}
.playback_ht .interact-wrap .intereact-title{
    font-size: 22px;
    color: #333;
    font-weight: bolder;
    /* line-height: 22px; */
}
.playback_ht .interact-wrap .interact-list{
    padding-top: 5px;
}
.playback_ht .interact-content{
    width: 1012px;
}
.playback_ht .interact-wrap .interact-item{
    margin-top: 23px;
}
.playback_ht .interact-item .interact-img{
    width: 59px;
    height: 59px;
    margin-right: 15px;
}
.playback_ht .interact-item .interact-img > img{
    width: 59px;
    height: 59px;
    border-radius:59px;
    display:block;
}
.playback_ht .interact-item .question-people{
    font-size: 16px;
    line-height: 16px;
    padding-top: 14px;
    color: #303233;
}
.playback_ht .interact-item .question-content{
    font-size: 14px;
    line-height: 22px;
    padding-top: 10px;
    color: #666666;
}
.playback_ht .interact-item .question-timer{
    font-size: 14px;
    color: #909599;
    margin-top: 10px;
    line-height: 14px;
}
.playback_ht .interact-item .interact-answer{
    box-shadow: 0px 0px 18px 0px rgba(40, 41, 41, 0.1);
    border-radius: 6px;
    background-color: #F3F4F5;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 13px;
}
.playback_ht .interact-item .interact-answer.no-shadow{
    box-shadow:none;
}
.playback_ht .interact-item .answer-people{
    color: #303233;
    font-size: 16px;
    font-weight: bolder;
    line-height: 16px;
}
.playback_ht .interact-item .answer-content{
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    padding-top: 10px;
}
.playback_ht .like-list li{
    width: 270px;
    height: 288px;
}
.playback_ht .like-list li .img1{
    width: 100%;
    height: 165px;
}
.playback_ht .video-box video{
    object-fit: fill;
}
.prompt-fixed{
    position: fixed;
    top: 50%;
    left: 50%;
    /* width:225px; */
    width:250px;
    height:35px;
    line-height:35px;
    margin-left:-112.5px;
    margin-top:-17.5px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
}

.info-alert{
    display:none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index:120;
    width:225px;
    height:35px;
    line-height:35px;
    margin-left:-112.5px;
    margin-top:-17.5px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
}

.playback_ht .time-wrap {
    width: 1200px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 18px 0px rgb(40 41 41 / 10%);
    border-radius: 8px;
    padding-bottom:22px;
}
.time-content{
    margin:0 19px 0 19px;
    height:406px;
    padding-top:113px;
    background-image:url(../Images/92.png);
    background-repeat:no-repeat;
}

.time-title{
    display:block;
    margin:0 auto;
}

.time-main{
    padding-top:45px;
    font-size:0;
    text-align:center;
}
.time-num{
    display:inline-block;
    *display:inline;
    *zoom:1;
    width:72px;
    height:78px;
    text-align:center;
    line-height:78px;
    font-size:48px;
    font-weight:bold;
    color: #ffffff;
    border-radius: 16px;
    background-color:rgba(0,0,0,0.5);
    vertical-align:middle
}
.time-colon{
    display:inline-block;
    *display:inline;
    *zoom:1;
    font-size:48px;
    height:78px;
    line-height:70px;
    font-weight:bold;
    color: #ffffff;
    vertical-align:middle;
    margin:0 15px;
    
}
/* 回放页-分页开始 */
.intro-page{
    padding-top:32px;
    text-align:center;
    font-size:0;
}
.intro-page span.current{
    display:inline-block;
    *display:inline;
    *zoom:1;
    height:22px;
    padding:0 7px;
    line-height:22px;
    font-size:14px;
    border-radius:4px;
    border:1px solid #0982F4;
    background-color:#0982F4;
    color:#FFFFFF;
    vertical-align:middle;
    margin:0 6px;
}
.intro-page a{
    display:inline-block;
    *display:inline;
    *zoom:1;
    height:22px;
    padding:0 7px;
    line-height:22px;
    font-size:14px;
    border-radius:4px;
    color:#666666;
    border:1px solid #B5B5B5;
    vertical-align:middle;
    margin:0 6px;
}
/* 回放页-分页结束 */
/* 回放页结束 */


/* 中转页开始 */

.error-wrap{
    position:relative;
    left:0;
    top:0;
    height:950px;
    background-image: url(../Images/76.jpg);
    background-position: center center;
    background-size:cover;
}

.error-content{
    position:absolute;
    left:50%;
    top:50%;
    width:580px;
    height:130px;
    background-color:#ffffff;
    margin-left:-340px;
    margin-top:-90px;
    padding-top:50px;
    padding-left:100px;
}
.error-icon{
    width:92px;
    height:82px;
    margin-right:30px;
    background-image:url(../Images/sprite.png);
    
}

.error-text{
    color:#f39c12;
}
.error-title{
    font-size:28px;
    padding-bottom:15px;
}
.error-desc{
    cursor: pointer;
}
/* 中转页结束 */

/* 返回顶部开始 */
.go-top{
    position:fixed;
    right:50px;
    bottom:100px;
    cursor:pointer;
}
.go-top img{
    display:block;
}
/* 返回顶部结束 */

/* 页脚开始 */
.footer{
    width: 100%;
    /* height: 187px; */
    text-align: center;
    background-color: #2F3133;
    font-size: 14px;
    color: #fff;
    padding-top: 1px;
    /* margin-top: 78px; */
    min-width: 1200px;
}
.footer .foot-link{
    text-align: center;
    /* margin-top: 54px; */
}
.footer .foot-link-item{
    display: inline-block;
    margin: 0 15px;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
}
.footer .recordNo{
    font-size: 12px;
    line-height: 14px;
    margin-top: 22px;
    padding-bottom:22px;
}
.footer .recordNo a{
    color: #fff;
}
.footer .recordNo a:hover{
    color: #405FD4;
}
.footer .change-view{
    padding: 27px 0 22px;    
}
.footer .change-view-item{
    font-size: 14px;
    color: #fff;
    padding: 0 18px;
}
.footer .change-view-item img{
    vertical-align:middle;
}
.footer .change-view-item >span{
    padding-left: 10px;
}
/* 页脚结束 */


/* 我要直播-弹框样式开始 */
.mask-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 100;
}

.my-live{
    width: 120px;
    height: 36px;
    border:1px solid #0982F4;
    color: #0982F4!important;
    border-radius: 4px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    letter-spacing: 1px;
    margin-right: 2px;
}
.my-live-popup{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 430px;
    margin-left: -200px;
    margin-top: -205px;
    background-color: #fff;
    z-index: 101;
    box-sizing: border-box;
    padding: 30px 36px 20px;
    color: #19191A;
    border-radius: 6px;
}
.my-live-popup .title{
    font-size: 18px;
    text-align: center;
    line-height: 20px;
    font-weight: bolder;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.my-live-popup .small-title{
    font-size: 15px;
    line-height: 17px;
}
.my-live-popup .form-info-item{
    position: relative;
}
.my-live-popup .form-info-item > input{
    font-size: 15px;
    width: 100%;
    height: 40px;
    border: 1px solid #b4aaaa;
    margin: 8px 0 15px;
    padding: 0 5px;
    box-sizing: border-box;
    outline:none;
}
.my-live-popup .my-live-submit{
    width: 180px;
    height: 36px;
    border-radius: 4px;
    background-color: #0087E0;
    color:#fff;
    display: block;
    margin: 20px auto 0;
    text-align: center;
    line-height: 36px;
}
.my-live-popup .popup-close{
    position: absolute;
    top: 14px;
    right: 14px;
    color: #333;
}
.tips{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 280px;
    margin-left: -150px;
    margin-top: -30px;
    padding:14px 10px;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    border-radius: 6px;
    text-align: center;
    line-height: 20px;
    z-index: 120;
}

/* 我要直播-弹框样式开始 */


/* 我要直播-滑块样式开始 */
.nc-container .nc_scale .btn_slide{
    height: 40px !important;
}
.nc-container .nc_scale .btn_ok{
    line-height: 42px !important;
}
.nc_scale{
    height: 42px !important;
}
.nc-container .nc_scale span{
    height: 40px !important;
    line-height:42px !important;
}
/* 我要直播-滑块样式结束 */



/* 用户反馈页面开始 */

.feedBack-main{
    background: #fff;
    margin: 35px auto 150px;
    width: 1200px;
}
.feedBack-title{
    font-size: 18px;
    color: #333;
    height:70px;
    line-height: 70px;
    padding: 0 40px;
    border-bottom: 1px solid #e5e5e5;
}

.feedBack-wr{
    padding: 35px 30px 65px 40px;
    position: relative;
    left:0;
    top:0;
}
.feedBack-h4{
    font-size: 14px;
    color: #333;
    line-height: 20px;
    height:20px;
}

.feedBack-p1{
    font-size: 14px;
    color: #333;
    line-height: 20px;
    margin-top: 8px;
}

.feedBack-form{
    margin-top: 65px;
}
.feedBack-item{
    margin-bottom:22px;
}
.feedBack-slider{
    margin-bottom:22px;
    width:502px;
    margin-left:100px;
}
.feed-red{
    height:40px;
    line-height:40px;
    color:#f56c6c;
    width:10px;
}
.feed-text{
    height:40px;
    line-height:40px;
    color: #333;
    margin-right:10px;
}
.feed-text-input{
    height:38px;
    line-height:38px;
    outline:none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    padding:0 15px;
    width:470px;
    color: #606266;
    font-size:14px;
    font-family:'Microsoft Yahei','微软雅黑','Simsun','宋体','Arial', sans-serif;
}
.feed-textarea{
    outline:none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    padding:8px 15px;
    width:470px;
    color: #606266;
    font-size:14px;
    resize:none;
    height:126px;
    overflow:auto;
    font-family:'Microsoft Yahei','微软雅黑','Simsun','宋体','Arial', sans-serif;
}
.feedBack-submit{
    width: 210px;
    height: 40px;
    line-height:40px;
    background: #0982F4;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
    text-align:center;
    margin-left:100px;
    cursor: pointer;
}
.feedback-service{
    width: 208px;
    padding: 20px;
    background: #f5f7f9;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    position: absolute;
    top: 40px;
    right: 30px;
    text-align: center;
}
.feedback-link{
    display: block;
    width: 120px;
    height: 32px;
    background: #0982F4;
    border-radius: 4px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    margin: 5px auto 0;
}
.feedback-wx{
    padding-top:25px;
}
.wx-service{
    display:block;
    width: 140px;
    margin-top:5px;
    margin-left:auto;
    margin-right:auto;
}
.feedback-p1{
    padding-bottom:5px;
}
.feed-prompt{
    font-size: 12px;
    color: #999;
    height:40px;
    line-height:40px;
}
/* #feedback .common-GZFileBtn{
    height:36px !important;
    line-height: 36px !important;
    background-color: #ffffff !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    color: #333 !important;
} */
#feedback .common-GZFileBtn img{
    display:none;
}
.feed-img-box{
    position:relative;
    left:0;
    top:0;
    width:84px;
    height:84px;
    margin-right:10px;
}
.feed-img{
    display:block;
    width:84px;
    height:84px;
}
.delete-box{
    position:absolute;
    right:0;
    top:0;
    width:14px;
    height:14px;
    border-radius:14px;
    background-color:#eee;
    cursor: pointer;
}
.delete-box img{
    position:absolute;
    left:50%;
    top:50%;
    width:7px;
    height:7px;
    margin-top:-3.5px;
    margin-left:-3.5px;
}
/* 用户反馈页面结束 */


/* 首页路障开始 */
.road-block{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    /* background: rgba(255,255,255, 0.6); */
    background: rgba(0,0,0, 0.6);
}

.road-picture{
    position:absolute;
    left:50%;
    top:50%;
    width:640px;
    height:480px;
    margin-left:-320px;
    margin-top:-240px;
}

.road-picture a{
    display:block;
}

.road-img{
    display:block;
    width:640px;
    height:480px;
}

.road-close{
    position:absolute;
    right: -55px;
    top: 5px;
    width: 35px;
    height: 35px;
    cursor:pointer;
}

/* 首页路障结束 */

/* 头部导航登录注册按钮开始 */

.nav-btn{
    font-size:0;
    margin-left:30px;
    margin-top:13px;
}
.nav-btn a{
    font-size:14px;
    color:#333;
    vertical-align:middle;
}
.nav-btn a:hover{
    font-size:14px;
    color:#0982F4;
    vertical-align:middle;
}

.nav-btn .btn-line{
    display:inline-block;
    *display:inline;
    *zoom:1;
    vertical-align:middle;
    margin:0 15px;
    width:1px;
    height:28px;
    background-color:#333;
}

/* 头部导航登录注册按钮结束 */

/* 头部导航用户头像开始 */
.user-wrap{
    position: relative;
    left:0;
    top:0;
    width:40px;
    height:54px;
    margin-left:30px;
    cursor: pointer;
}

.user-avatar{
    display:block;
    width:40px;
    height:40px;
    margin-top:7px;
    border-radius:40px;
}

.user-position{
    display:none;
    position:absolute;
    left:50%;
    top:54px;
    width:200px;
    margin-left:-100px;
    background-color:#ffffff;
    box-shadow: 0px 0px 10px 0px rgb(110 110 110 / 13%);
    border-radius:10px;
    padding: 22px 0 10px;
}
.user-wrap:hover .user-position{
    display:block;
}
.user-box{
    height:34px;
    font-size:0;
    text-align:center;
}

.user-icon{
    display:inline-block;
    *display:inline;
    *zoom:1;
    width:18px;
    height:18px;
    background-image: url(../Images/icon-out2.png);
    margin-right:10px;
    vertical-align:middle;
}

.user-box span{
    display:inline-block;
    *display:inline;
    *zoom:1;
    height:34px;
    line-height:34px;
    font-size: 14px;
    color: #515455;
    vertical-align:middle;
}
.user-box:hover{
    background-color:#0982F4;
}
.user-box:hover .user-icon{
    background-image: url(../Images/icon-out1.png);
}

.user-box:hover span{
    color:#ffffff;
}
.user-wrap .slide-nav-item{
    display: block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #515455;
    background-color: #fff;
    text-indent: 86px;
}
.user-wrap  .slide-nav-item1{
    background: url("../Images/collection.png") 58px center no-repeat ;
    background-size: 18px;
}
.user-wrap  .slide-nav-item1.active,  .slide-nav-item1:hover{
    background: url("../Images/collection-hover.png") 58px center no-repeat ;
    background-size: 18px;
}

.user-wrap  .slide-nav-item2{
    background: url("../Images/sign.png") 58px center no-repeat ;
    background-size: 18px;
}
.user-wrap  .slide-nav-item2.active,  .slide-nav-item2:hover{
    background: url("../Images/sign-hover.png") 58px center no-repeat ;
    background-size: 18px;
}

.user-wrap  .slide-nav-item3{
    background: url("../Images/lern.png") 58px center no-repeat ;
    background-size: 18px;
}
.user-wrap  .slide-nav-item3.active,  .slide-nav-item3:hover{
    background: url("../Images/lern-hover.png") 58px center no-repeat ;
    background-size: 18px;
}
.user-wrap  .slide-nav-item5{
    background: url("../Images/grzx.png?v=1") 58px center no-repeat ;
    background-size: 18px;
}
.user-wrap  .slide-nav-item5.active,  .slide-nav-item5:hover{
    background: url("../Images/user/grzx-hover.png") 58px center no-repeat ;
    background-size: 18px;
}

.user-wrap  .slide-nav-item.active, .slide-nav-item:hover{
    background-color: #0982F4;
    color: #fff;
}

/* 头部导航用户头像结束 */



/* 移动端样式开始 */
@media screen and (max-width:751px) {   
    body{
        overflow-x: hidden;
    }
    .mobile-detail-wrap{
        color: #333;
        padding-bottom: 50px;
    }
    .mobile-detail-wrap .banner{
        position: relative;
    }
    .mobile-detail-wrap .banner img{
        display: block;
        width: 100%;
    }
    .mobile-detail-wrap .timer-box{
        padding: 12px 12px;
        box-sizing: border-box;
        line-height: 24px;
        font-size: 16px;
        background: rgba(0,0,0,0.8);
        color: #fff;
        text-align: center;
    }
    .mobile-detail-wrap .timer-num{
        padding: 0 2px;
        text-align: center;
        border-radius: 2px;
        background-color: #FD6002;
        color: #fff;
    }
    .mobile-detail-wrap .timer-box .time-th{
        font-size: 16px;
        padding-right: 10px;
        font-weight: bolder;
    }
    .padding12{
        padding-left:12px ;
        padding-right: 12px;
    }
    .mobile-detail-wrap .detail-info{
        /* padding-top: 22px; */
        padding-top: 16px;
    }
    .mobile-detail-wrap .detail-info-title{
        font-size: 16px;
        font-weight: bolder;
        line-height: 22px;
    }
    .mobile-detail-wrap .detail-info-text{
        font-size: 13px;
        color: #666;
        line-height: 21px;
        margin-top: 6px;
    }
    .mobile-detail-wrap .introduce-box{
        padding-top: 16px;
        background: url("../Images/mobile/right-bg.png") 105% top no-repeat;
        background-size: 84px;
    }
    .mobile-detail-wrap .introduce-box img{
        max-width:100%;
    }
    .mobile-detail-wrap .live-timer{
        font-size: 14px;
        line-height: 22px;
        padding-left: 32px;
        background: url("../Images/mobile/icon-timer.png") left center no-repeat;
        background-size: 21px;
        font-weight: bolder;
    }
    .mobile-detail-wrap .title-img {
        margin-top: 16px;
    }
    .mobile-detail-wrap .title-img > img{
        height: 46px;
        display: block;
    }
    .mobile-detail-wrap .title-word{
        position: relative;
        font-size: 14px;
        font-weight: bolder;
        line-height: 14px;
        margin-top: 11px;
    }
    .mobile-detail-wrap .title-word::after {
        content: "";
        position: absolute;
        left: 0;
        top: 11px;
        width: 61px;
        height: 7px;
        background-color: #E7F5FD;
        z-index: -1;
    }
    .mobile-detail-wrap .live-outline{
        font-size: 13px;
        line-height: 23px;
        padding-top: 15px;
    }
    .mobile-detail-wrap .live-outline table{
        width:100% !important;
    }
    .mobile-detail-wrap .teacher-box{
        padding-top: 11px;
    }
    .mobile-detail-wrap .teacher-box .teacher-item{
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 20px;
    }
    .mobile-detail-wrap .teacher-box .teacher-item:last-child{
        margin-bottom: 0;
    }
    .mobile-detail-wrap .teacher-item .mobile-teacher-img{
        flex-shrink: 0;
        width: 62px;
        margin-right: 15px;
    }
    .mobile-detail-wrap .teacher-item .mobile-teacher-img img{
        width: 100%;
    }
    .mobile-detail-wrap .teacher-item .teacher-name{
        display: inline-block;
        padding: 4px 23px 4px 12px;
        line-height:19px;
        background: linear-gradient(-63deg, #71ADFF 0%, #4088F5 100%);
        border-radius: 13px;
        color: #fff;
        word-break:break-all;
    }
    .mobile-detail-wrap .teacher-item .teacher-name span{
        font-size:13px;
        margin-right:10px;
    }
    .mobile-detail-wrap .teacher-item .teacher-name span:last-child{
        margin-right:0;
    }
    .mobile-detail-wrap .teacher-item .teacher-text-word{
        font-size: 12px;
        line-height: 18px;
        margin-top: 15px;
        color: #666666;
    }
    .mobile-detail-wrap .gift-box{
        padding-top: 20px;
        font-size: 13px;
    }
    .mobile-detail-wrap .gift-box img{
        max-width:100%;
        width:auto !important;
        height:auto !important;
    }
    .mobile-detail-wrap .er-code-img{
        padding-top: 20px;
    }
    .mobile-detail-wrap .er-code-img img{
        display: block;
        width: 100%;
    }
    .mobile-detail-wrap .title-word2{
        font-size: 16px;
        line-height: 16px;
        font-weight: bolder;
        margin-top: 32px;
    }
    .mobile-detail-wrap .company-item{
        font-size: 13px;
        color: #666;
        line-height: 19px;
    }
    .mobile-detail-wrap .company-item .logo{
        margin-top: 18px;
    }
    .mobile-detail-wrap .company-item .logo img{
        display: block;
        max-height: 28px;
        max-width: 200px;
    }
    .mobile-detail-wrap .company-text{
        margin-top: 13px;
    }
    .mobile-detail-wrap .company-href{
        margin-top: 10px;
    }
    .mobile-detail-wrap .company-href a{
        color: #3587FF;
    }
    .mobile-detail-wrap .more-href{
        font-size: 12px;
        color: #999999;
    }
    .rightCol{
        float: right;
    }
    .mobile-detail-wrap .other-live-list{
        margin-top: 18px;   
    }
    .mobile-detail-wrap .other-live-item{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-shrink: 0;
        flex-wrap: nowrap;
        margin-bottom: 15px;
        height: 80px;
        overflow: hidden;
    }
    .mobile-detail-wrap .other-live-item .other-live-img{
        width: 130px;
        flex-shrink: 0;
        margin-right: 13px;
    }
    .mobile-detail-wrap .other-live-item .other-live-name{
        font-size: 14px;
        line-height: 20px;
        height: 40px;
        color: #333;
        font-weight: bolder;
    }
    .mobile-detail-wrap .other-live-item .other-live-timer{
        font-size: 14px;
        color: #999;
        margin-top: 14px;
        line-height: 14px;
    }
    .mobile-detail-wrap .live-like{
        padding-top: 18px;
        padding-bottom: 40px;
    }
    .mobile-detail-wrap .live-like-item{
        display: block;
        width: 160px!important;
        height: 195px;
        background-color: #F4F6FA;
        border-radius: 4px;
        overflow: hidden;
    }
    .mobile-detail-wrap .live-like-item .live-like-img img{
        display: block;
        width: 100%;
    }
    .mobile-detail-wrap .live-like-item .live-like-timer{
        font-size: 12px;
        margin-top: 13px;
        line-height: 12px;
        color: #999;
    }
    .mobile-detail-wrap .live-like-item .live-like-text{
        padding: 0 8px;
    }
    .mobile-detail-wrap .live-like-item .live-like-name{
        font-size: 13px;
        font-weight: 17px;
        margin-top: 9px;
        color: #333;
    }
    .mobile-detail-wrap .live-like-item .live-like-logo img{
        height: 16px;
        margin-top: 9px;
    }
    .footer {
        min-width: 320px;
        padding: 1px 15px;
        box-sizing: border-box;
        color: rgba(255, 255, 255, .7);
    }
    .footer a{
        color: rgba(255, 255, 255, .7)!important;
    }
    .footer .recordNo{
        font-size: 12px;
        line-height: 16px;
        margin-top: 8px;
        padding-bottom: 8px;
    }
    .mobile-detail-wrap .footer-fixed{
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 48px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        line-height: 48px;
        background-color: #fff;
        font-size: 13px;
        z-index: 10;
        box-sizing: border-box;
    }
    .mobile-detail-wrap .footer-fixed .left-part{
        padding-left: 22px;
        background: url("../Images/mobile/icon-picture.png") left center no-repeat;
        background-size: 14px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow:ellipsis;
        width:200px;
    }
    .mobile-detail-wrap .footer-fixed .order-btn{
        width: 114px;
        height: 32px;
        background-color: #FD6002;
        font-size: 14px;
        color: #fff;
        text-align: center;
        line-height: 32px;
        border-radius: 16px;
    }
    .mobile-detail-wrap .footer-fixed .live-button-detail_mobile{
        width: 114px;
        height: 32px;
        font-size: 14px;
        color: #fff;
        text-align: center;
        line-height: 32px;
        border-radius: 16px;
        background-color: #FF4553;
    }
    .mobile-detail-wrap .footer-fixed .booked{
        background-color: #0982F4;
    }
    .playback_mobile{
        width: 100%;
        color: #333;
        overflow-x: hidden;
    }
    .playback_mobile .video-box{
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.2%;
        background-color: rgb(43, 37, 37);
    }
    .playback_mobile .video{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .playback_mobile .video-text{
        padding: 14px 12px 20px;
        font-size: 16px;
        line-height: 22px;
    }
    .playback_mobile .video-text .video-timer{
        font-size: 13px;
        line-height: 16px;
        padding-left: 26px;
        background: url("../Images/mobile/icon-timer.png") left center no-repeat;
        background-size: 16px 16px;
        color: #666666;
        margin-top: 11px;
    }
    .playback_mobile .tabs{
        display: flex;
        justify-content: space-around;
        font-size: 16px;
        color: #666;
        padding: 18px 12px 25px;
    }
    .playback_mobile .tabs .tab-item{
        position: relative;
    }
    .playback_mobile .tabs .tab-item.active{
        color: #333;
        font-weight: bolder;
    }
    .playback_mobile .tabs .tab-item.active::after{
        content: "";
        position: absolute;
        left: 50%;
        bottom: -5px;
        transform: translateX(-50%);
        width: 15px;
        height: 3px;
        background-color: #0982F4;
        border-radius: 2px;
    }
    .playback_mobile .tab-content{
        padding-bottom: 20px;
        /* min-height: 300px; */
    }
    .playback_mobile .tab-content-item{
        display: none;
    }
    .playback_mobile .tab-content-item.tab-content-bg{
        background: url("../Images/mobile/right-bg.png") 105% top no-repeat, url("../Images/mobile/left-bg.png") left 300px no-repeat;
        background-size: 84px,84px;
    }
    .playback_mobile .tab-content-item.active{
        display: block;
    }
    .playback_mobile .mutual-no-data img{
        display:block;
        width:65%;
        margin: 55px auto 0px;
    }
    .playback_mobile .video-list{
        padding-bottom: 1px;
    }
    .playback_mobile .video-item{
        position: relative;
        display: block;
        font-size: 14px;
        line-height: 20px;
        /* height: 40px; */
        min-height:40px;
        color: #333;
        padding: 12px 10px 10px 46px;
        border-radius: 4px;
        background: url("../Images/mobile/icon-play2.png") 13px center no-repeat;
        background-size: 17px 17px;
        margin-bottom: 12px;
    }

    .playback_mobile .video-item.lock{
        background: url("../Images/mobile/icon-play3.png") 13px center no-repeat;
        background-size: 17px 17px;
    }
    .playback_mobile .video-item.active{
        background: url("../Images/icon-vedio-state1.gif") 13px center no-repeat;
        background-size: 17px 17px;
        background-color: rgba(9, 130, 244, .1);
    }
    .playback_mobile .video-item .video-item-name{
        /* height: 40px; */
        overflow: hidden;
        padding-bottom: 5px;
        text-align:justify;
    }
    .playback_mobile .video-item .video-item-timer{
        /* position:absolute;
        right: 10px;
        bottom: 8px; */
        font-size: 12px;
        line-height: 20px;
        color: #666666;
        text-align:right;
    }
    .playback_mobile .down-app-btn{
        display: block;
        font-size: 14px;
        line-height: 38px;
        height: 38px;
        background-color: #0982F4;
        border-radius: 4px;
        color: #fff;
        text-align: center;
        margin-top: 10px;
    }
    .ellipsis1{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .ellipsis2{
        display:-webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .playback_mobile .pdf-title{
        font-size: 16px;
        font-weight: bolder;
        line-height: 16px;
        margin-top: 32px;
    }
    .playback_mobile .pdf-list{
        padding: 18px 0 1px;
    }
    .playback_mobile .pdf-list .pdf-item{
        display: block;
        padding-left: 28px;
        line-height: 18px;
        font-size: 13px;
        line-height: 18px;
        text-decoration: underline;
        color: #333;
        background: url("../Images/mobile/icon-pdf.png") left center no-repeat;
        background-size: 18px 18px;
        margin-bottom: 15px;
    }
    .playback_mobile .interaction-item{
        /* display: flex;
        justify-content: flex-start;
        align-items: flex-start; */
        margin-bottom: 18px;
    }
    .playback_mobile .interaction-item .person-img{
        /* flex-shrink: 0; */
        width: 34px;
        height: 34px;
        border-radius: 50%;
        margin-right: 9px;
    }
    .playback_mobile .interaction-item .interaction-text{
        margin-left:44px;
    }
    .playback_mobile .interaction-item .interaction-text1{
        padding-bottom: 3px;
    }
    .playback_mobile .interaction-item .interaction-info{
        display: flex;
        justify-content: space-between;
        font-size: 12px;
        line-height: 34px;
    }
    .playback_mobile .interaction-item .interaction-timer{
        color: #999999;
    }
    .playback_mobile .interaction-item .interaction-content{
        font-size: 13px;
        line-height: 19px;
        color: #666;
    }
   
    .playback_mobile .interaction-item .interaction-text2{
        margin-top: 14px;
        padding: 14px 10px 11px;
        background-color: #F3F4F6;
    }
    .playback_mobile .interaction-item .interaction-teacher-name{
        font-size: 14px;
        color: #333;
        font-weight: bolder;
        line-height: 14px;
        margin-bottom: 7px;
    }
    .playback_mobile .title-img > img{
        height: 46px;
        display: block;
    }
    .playback_mobile .title-word{
        font-size: 14px;
        line-height: 14px;
        color: #333;
        font-weight: bolder;
        margin-top: 18px;
    }
    .playback_mobile .live-main{
        font-size: 13px;
        line-height: 23px;
        margin-top: 15px;
    }
}

@media screen and (max-width:375px){
    .mobile-detail-wrap .footer-fixed .order-btn{
        width:100px;
    }
}
@media screen and (max-width:360px){
    .mobile-detail-wrap .footer-fixed .left-part{
        width: 170px;
    }
}
@media screen and (max-width:350px){
    .mobile-detail-wrap .footer-fixed .order-btn{
        width:80px;
    }
}
@media screen and (max-width:320px){
    .mobile-detail-wrap .footer-fixed .left-part{
        width: 160px;
    }
}

/* 移动端样式结束 */


/* 小屏幕上面日历样式（日历设为非fixed）开始 */
@media screen and (max-height: 930px){
    /* 直播日历容器 */
    .calendar-bj-wrap{
        text-align:center;
    }
    /* 日历展开按钮 */
    .calendar-down{
        position:static;
        left:auto;
        top:auto;
        z-index:auto;
        margin-left:0;
    }
    /* 日历主体 */
    .calendar-fixed{
        position:static;
        left:auto;
        top:auto;
        z-index:auto;
    }
    /* 日历收起按钮 */
    .calendar-up-fixed{
        position:static;
        left:auto;
        top:auto;
        z-index:auto;
        margin-left:0;
        margin: 0 auto;
    }
}
/* 小屏幕上面日历样式（日历设为非fixed）结束 */



