@import "mixins/mixins";
@import "common/var";
@include b(schedule_show_fixrecord_pc_2) {
  /*————————————————————课表固定条数展示组件2开始——————————————————————*/
  .schedule_show_fixrecord_pc_2 {
    width: 100%;
    margin-top: 30px;
  }
  .schedule_show_fixrecord_pc_2 .learningtool-title {
    width: 100%;
  }
  .schedule_show_fixrecord_pc_2 .learningtool-title .sp1 {
    display: block;
    text-align: center;
    font-size: 30px;
    position: relative;
  }
  .schedule_show_fixrecord_pc_2 .learningtool-title .sp1::after {
    display: block;
    content: '';
    width: 65px;
    height: 2px;
    background-color: $--color-primary;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -32px;
  }
  .schedule_show_fixrecord_pc_2 .liveshow-tab {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
  .schedule_show_fixrecord_pc_2 .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_2 .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_2 .liveshow-tab ul li:hover {
    background-color: rgba(28, 66, 126, 0.2);
  }
  .schedule_show_fixrecord_pc_2 .liveshow-tab ul .on:hover {
    background-color: $--color-primary;
  }
  .schedule_show_fixrecord_pc_2 .schedule-table {
    width: 100%;
    margin-top: 30px;
  }
  .schedule_show_fixrecord_pc_2 .schedule-table table {
    width: 100%;
  }
  .schedule_show_fixrecord_pc_2 .schedule-table table td {
    text-align: center;
  }
  .schedule_show_fixrecord_pc_2 .schedule-table table tr th {
    font-size: 18px;
    padding: 15px 0;
    color: #fff;
    text-align: center;
    background-color: rgba(28, 66, 126, 0.4);
  }
  .schedule_show_fixrecord_pc_2 .schedule-table table tr td {
    font-size: $--font-size-large;
    padding: 20px 0;
    color: #000;
    background-color: #f5f5f5;
  }
  .schedule_show_fixrecord_pc_2 .showlist-searchbar-right {
    float: right;
  }
  .schedule_show_fixrecord_pc_2 .showlist-searchbar {
    margin-top: 40px;
    position: relative;
    width: 100%;
    height: 50px;
    padding-top: 10px;
    border-bottom: 2px solid #ececf1;
  }
  .schedule_show_fixrecord_pc_2 .showlist-search {
    display: block;
    float: left;
    width: 200px;
    height: 30px;
  }
  .schedule_show_fixrecord_pc_2 .showlist-search .inp1 {
    width: 75%;
    float: left;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dcdcdc;
  }
  .schedule_show_fixrecord_pc_2 .showlist-search .btn1 {
    width: 25%;
    float: right;
    height: 30px;
    line-height: 30px;
    background: url('#{$--url-path}/jslndx-search-icon.png') center no-repeat;
    background-color: $--color-primary;
  }
  .schedule_show_fixrecord_pc_2 .showlist-search .btn1:hover {
    background-color: #305692;
  }
  .schedule_show_fixrecord_pc_2 .showlist-searchbar-right .sp1 {
    display: block;
    float: left;
    line-height: 30px;
    margin-left: 20px;
    color: #707070;
    font-size: $--font-size-large;
  }
  .schedule_show_fixrecord_pc_2 .showlist-tab {
    float: left;
  }
  .schedule_show_fixrecord_pc_2 .showlist-tab .active a {
    display: block;
    width: 100%;
    height: 40px;
    color: $--color-primary;
    padding: 0 12px;
    border-bottom: 2px solid $--color-primary;
    text-decoration: none;
  }
  .schedule_show_fixrecord_pc_2 .showlist-tab li {
    display: inline-block;
    line-height: 30px;
    margin: 0 15px;
    font-size: 18px;
  }
  .schedule_show_fixrecord_pc_2 .showlist-tab li a {
    color: #aeb0ba;
  }
  .schedule_show_fixrecord_pc_2 .schedule-table2 {
    width: 100%;
    margin-top: 30px;
  }
  .schedule_show_fixrecord_pc_2 .schedule-table2 table {
    width: 100%;
    border: 2px solid #707070;
  }
  .schedule_show_fixrecord_pc_2 .schedule-table2 table td {
    text-align: center;
    border: 1px solid #dcdcdc;
  }
  .schedule_show_fixrecord_pc_2 .schedule-table2 table tr th {
    font-size: 18px;
    padding: 15px 0;
    color: #fff;
    text-align: center;
    background-color: rgba(28, 66, 126, 0.4);
  }
  .schedule_show_fixrecord_pc_2 .schedule-table2 tr th span {
    display: block;
    float: left;
  }
  .schedule_show_fixrecord_pc_2 .schedule-table2 .header-td {
    background-color: rgba(28, 66, 126, 0.5);
    color: #fff;
  }
  .schedule_show_fixrecord_pc_2 .schedule-table2 .header-td .spp1 {
    border-left: none !important;
  }
  .schedule_show_fixrecord_pc_2 .schedule-table2 .sp1 {
    display: block;
    float: left;
    width: 18%;
    padding: 12px 0;
  }
  .schedule_show_fixrecord_pc_2 .schedule-table2 .sp2 {
    display: block;
    float: left;
    width: 82%;
  }
  .schedule_show_fixrecord_pc_2 .schedule-table2 .sp2 .spp1 {
    display: block;
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
  }
  .schedule_show_fixrecord_pc_2 .schedule-table2 .sp2 .spp1:last-child {
    border-bottom: none;
  }
  .schedule_show_fixrecord_pc_2 .schedule-table2 .sp2 .spp1 i {
    display: block;
    float: left;
    text-align: center;
  }
  .schedule_show_fixrecord_pc_2 .schedule-table2 .sp2 .i1 {
    width: 20%;
  }
  .schedule_show_fixrecord_pc_2 .schedule-table2 .sp2 .i2 {
    width: 25%;
  }
  .schedule_show_fixrecord_pc_2 .schedule-table2 .sp2 .i3 {
    width: 25%;
  }
  .schedule_show_fixrecord_pc_2 .schedule-table2 .sp2 .i4 {
    width: 25%;
  }
  .schedule_show_fixrecord_pc_2 .schedule-table2 .sp2 .i5 {
    width: 100%;
  }
  .schedule_show_fixrecord_pc_2 .schedule-table2 table tr td {
    font-size: $--font-size-large;
    color: #000;
    background-color: #ffffff;
    vertical-align: middle;
  }
  .schedule_show_fixrecord_pc_2 .schedule-table2-more {
    padding: 12px 0;
  }
  .schedule_show_fixrecord_pc_2 .schedule-table2-more a {
    color: #707070;
    font-size: 14px;
  }
  .schedule_show_fixrecord_pc_2 .schedule-table2-more .zhankai {
    background: url('#{$--url-path}/online-class-zhankai.png') right center no-repeat;
    padding-right: 20px;
  }
  .schedule_show_fixrecord_pc_2 .schedule-table2-more .shouqi {
    background: url('#{$--url-path}/online-class-shouqi.png') right center no-repeat;
    padding-right: 20px;
  }
  .schedule_show_fixrecord_pc_2 .schedule-table2-more a:hover {
    color: $--color-primary;
  }
  .schedule_show_fixrecord_pc_2 .search-result-page {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .schedule_show_fixrecord_pc_2 .search-result-page ul li {
    display: inline-block;
    margin: 0 3px;
  }
  .schedule_show_fixrecord_pc_2 .search-result-page .circle {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    color: #a0a0a0;
  }
  .schedule_show_fixrecord_pc_2 .search-result-page .circle:hover {
    color: $--color-primary;
    border: 1px solid $--color-primary;
  }
  .schedule_show_fixrecord_pc_2 .search-result-page .active .circle {
    background-color: $--color-primary;
    border: 1px solid $--color-primary;
    color: #fff;
  }
  .schedule_show_fixrecord_pc_2 .search-result-page .goto-input {
    width: 50px;
    height: 34px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    margin: 0 3px;
  }
  .schedule_show_fixrecord_pc_2 .search-result-page .goto-btn {
    width: 44px;
    height: 34px;
    line-height: 34px;
    background-color: $--color-primary;
    color: #fff;
    border-radius: 5px;
    margin-top: 2px;
  }
  .schedule_show_fixrecord_pc_2 .search-result-page .goto-btn:hover {
    background-color: #305692;
  }
  .schedule_show_fixrecord_pc_2 .showlist-searchbar-right .select-sp1 {
    display: block;
    float: left;
    height: 30px;
    margin-right: 10px;
  }
  .schedule_show_fixrecord_pc_2 .showlist-searchbar-right .select-sp1 select {
    display: inline-block;
    border: 1px solid #dedede;
    width: 200px;
    height: 30px;
    line-height: 28px;
  }
  .schedule_show_fixrecord_pc_2 .showlist-searchbar-right .select-btn {
    display: block;
    float: left;
    text-align: center;
  }
  .schedule_show_fixrecord_pc_2 .showlist-searchbar-right .select-btn a {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background-color: $--color-primary;
    color: #fff;
  }
  /*————————————————————课表固定条数展示组件2结束——————————————————————*/
}
