/* 版心盒子开始 */
.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;
}

ui li{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.leftBox,.rightBox{
  display: inline-block;
}
.leftBox{
  width:299px;
  border-right: 1px solid #ccc;
  text-align: center;
  height: 100px;
  line-height: 100px;
}
.rightBox{
  width:505px;
}
.xiaoqiu{
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-left: -12px;
  background: #fff;
  margin-top: 35px;
}
.hr{
  display: inline-block;
  width:60px;
  border-top:1px solid #ccc;
  margin-top: 30px;
}
.showList{
  display: inline-block;
  width: 355px;
  margin-top: 35px;
}
.showList p{
  display: inline-block;
  width: 355px;
}
.teacherName{
  display: inline-block;
  font-size: 12px!important;
  margin-top: 30px;
  color: #ccc;
  width: 80px;
  text-align: center;
  overflow: hidden;
}
/* 按钮开始 */
.classRoomBtnbox{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 10px;
  position: relative;
}
#Part,#study,#thereno{
  background: none;
}
#study{
 color: red;
}
#Part{
color:green;
}
#thereno{
color: #ccc;
}
.btns{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end ;
  justify-content: flex-end ;
  position: absolute;
  right: 0;
}
.classRoomBtnbox p{
  line-height: 25px;
  margin-left: 70px;
}
.classRoomBtnbox button{
  display: inline-block;
  border: none;
  outline: none;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background:#ffb657;
  color: #fff;
  margin-left: 20px;
  border-radius: 5px;
  font-size: 12px;
  width: 80px;
}
#classInBtn{
  width: 130px;
}
/* 课件弹窗开始 */
.courseware{
display: none;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 3000;
background-color:rgba(144,144,144,0.5);
overflow-x:hidden;
overflow-y:auto;
}
.coursewareContener{
  width: 800px;
  background: #fff;
  margin:100px auto;
  overflow: hidden;
  padding-bottom: 50px;
  padding: 20px 90px;
  box-sizing: border-box;
}
.title,.courseShow{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content:space-between;
}
/*弹窗内容样式开始 */
.courseShow{
margin: 20px 0;
}
.courseShow button,.courseShow span{
  display: inline-block;
  line-height: 25px;
  height: 25px;
}
.courseShow button{
  margin-left: 30px;
  background: #ffb657;
  border: none;
  outline: none;
  width: 50px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
}
.classification{
  margin: 30px 0;
}
.task{
  color: #ffb657;
  line-height: 30px;
}
/* 课件弹窗结束 */


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

/* 右侧开始 */
.computerRight[data-v-29adad2e] {
  float: left;
}
/* 头部搜索功能开始 */
.timesSearch[data-v-29adad2e] {
  display: flex;
  align-items: center;
}
.timesSearch select[data-v-29adad2e] {
  width: 380px;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  text-indent: 10px;
  color: rgb(118, 118, 118);
  outline: none;
}
option[data-v-29adad2e] {
  display: inline-block;
  margin: 10px 0;
  line-height: 40px;
}
.timesSearch input[data-v-29adad2e] {
  width: 708px;
  height: 34px;
  line-height: 34px;
  outline: none;
  text-indent: 10px;
}
.timesSearch .btn[data-v-29adad2e] {
  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-29adad2e] {
  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-29adad2e] {
  cursor: pointer;
  display: inline-block;
  width: 190px;
  text-align: center;
  line-height: 35px;
}
/* 选项卡结束 */
/* 右侧结束 */
.active[data-v-29adad2e] {
  background: #ffb657;
  color: #fff;
  border-radius: 10px;
  font-size: 12px;
}
.past[data-v-29adad2e] {
  margin: 0 80px;
}
/*pc端开始  */
@media only screen and (max-width: 960px) {
.computer[data-v-29adad2e] {
    display: none;
}
}
/*pc端结束  */

