@import "mixins/mixins";
@import "common/var";
@include b(schedule_show_fixrecord_pc_1) {

/*————————————————————课表固定条数展示组件1开始——————————————————————*/
.schedule_show_fixrecord_pc_1 {
  width: 100%;
  background-image: url('#{$--url-path}/jslndx-clasbg.png');
  //background-size: auto 100%;
  background-repeat: no-repeat;
  padding: 40px 0;
}
.schedule_show_fixrecord_pc_1 .learningtool-title {
  width: 100%;
}
.schedule_show_fixrecord_pc_1 .learningtool-title .sp1 {
  display: block;
  text-align: center;
  font-size: 30px;
  position: relative;
  color: #fff;
}
.schedule_show_fixrecord_pc_1 .learningtool-title .sp1::after {
  display: block;
  content: '';
  width: 65px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -32px;
}
.schedule_show_fixrecord_pc_1 .liveshow-tab {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.schedule_show_fixrecord_pc_1 .liveshow-tab ul li {
  display: inline-block;
  padding: 10px 50px;
  background-color: #f5f5f5;
  color: #707070;
  font-size: 18px;
  margin: 0 10px;
  cursor: pointer;
}
.schedule_show_fixrecord_pc_1 .liveshow-tab ul .on {
  background-color: $--color-primary;
  color: #fff;
  -moz-box-shadow: 0px 2px 2px rgba(28, 66, 126, 0.1);
  -webkit-box-shadow: 0px 2px 2px rgba(28, 66, 126, 0.1);
  box-shadow: 0px 2px 2px rgba(28, 66, 126, 0.1);
}
.schedule_show_fixrecord_pc_1 .liveshow-tab ul li:hover {
  background-color: #fff;
}
.schedule_show_fixrecord_pc_1 .liveshow-tab ul .on:hover {
  background-color: $--color-primary;
}
.schedule_show_fixrecord_pc_1 .schedule-table {
  width: 100%;
  margin-top: 30px;
}
.schedule_show_fixrecord_pc_1 .schedule-table table {
  width: 100%;
}
.schedule_show_fixrecord_pc_1 .schedule-table table td {
  text-align: center;
}
.schedule_show_fixrecord_pc_1 .schedule-table table tr th {
  font-size: 18px;
  padding: 15px 0;
  color: #fff;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.3);
}
.schedule_show_fixrecord_pc_1 .schedule-table table tr td {
  font-size: 16px;
  padding: 20px 0;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.14);
}
.schedule_show_fixrecord_pc_1 .moreclass {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  display: block;
}
.schedule_show_fixrecord_pc_1 .moreclass a {
  display: inline-block;
  font-size: 18px;
  padding: 10px 30px;
  background-color: #fff;
  border-radius: 100px;
  color: $--color-primary;
}
.schedule_show_fixrecord_pc_1 .moreclass a:hover {
  background-color: #f1f2f3;
}
/*————————————————————课表固定条数展示组件1结束——————————————————————*/
}
