/* 版心盒子开始 */
.newwrap{
width: 1100px;
margin: 0 auto;
}
/* 版心盒子结束 */

/* 左侧盒子宽度开始 */
.computerRight{
width: 849px;
}
/* 左侧盒子宽度结束 */
.el-pagination{
  text-align: center;
}
/* 所有的边框 */
.allComputerR{
  border: 1px solid #ccc;
  padding: 40px 20px 100px 20px;
  box-sizing: border-box;
}
/* 头部展示开始 */
.allTab{
  display: block;
  overflow:hidden;
  text-align: center;
}
.allTab li{
  cursor: pointer;
  display: inline-block;
  margin:0 48px;
  font-weight: 600;
  font-size: 16px;
  padding:10px 2px;
}
.bottomView{
  margin-top: 30px;
}
/* 没有内容展示开始 */
.noContent{
  text-align: center;
  color: #ccc;
  padding: 80px 0;
}


.liveClassroom[data-v-ed5b7570]{
  position: relative;
  min-height: 100%;
  padding-bottom: 150px;
}
.footer[data-v-ed5b7570]{
  position: absolute;
  bottom: 0;
}
.computer[data-v-ed5b7570]{
  margin-top: 30px;
  margin-bottom: 100px;
}
/* 左侧开始 */
.computerLeft[data-v-ed5b7570]{
  float: left;
  width: 199px;
  border:1px solid #ccc;
  margin-right: 50px;
}
/* 左侧结束 */

/* 右侧开始 */
.computerRight[data-v-ed5b7570]{
  float: left;
}
/* 头部搜索功能开始 */
.timesSearch[data-v-ed5b7570]{
  display: flex;
  align-items: center;
}
.timesSearch select[data-v-ed5b7570]{
  width: 380px;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  text-indent: 10px;
  color: rgb(118, 118, 118);
  outline: none;
}
option[data-v-ed5b7570]{
  display: inline-block;
  margin: 10px 0;
  line-height: 40px;
}
.timesSearch input[data-v-ed5b7570]{
  width: 315px;
  height: 34px;
  line-height: 34px;
  outline: none;
  text-indent: 10px;
}
.timesSearch .btn[data-v-ed5b7570]{
  display: inline-block;
  width: 90px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #ffb657;
  color: #fff;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
}
/* 头部搜索功能结束 */
/*  选项卡开始*/
.tabCon[data-v-ed5b7570]{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content:center;
  justify-content:center;
  margin-top: 20px;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.tabCon div[data-v-ed5b7570]{
  cursor: pointer;
  display: inline-block;
  width: 190px;
  text-align: center;
  line-height: 35px;
}
/* 选项卡结束 */
/* 右侧结束 */
.active[data-v-ed5b7570]{
  background: #ffb657;
  color: #fff;
  border-radius: 10px;
  font-size: 12px;
}
.past[data-v-ed5b7570]{
  margin: 0 80px;
}
/*pc端开始  */
@media only screen and (max-width:960px){
.computer[data-v-ed5b7570]{
  display: none;
}
}
/*pc端结束  */


