@import "mixins/mixins";
@import "common/var";
/*————————————————————直播分类展示组件1开始——————————————————————*/
.live_show_list_pc_1 {
  width: 100%;
  margin-top: 30px;
}
.live_show_list_pc_1 .learningtool-title {
  width: 100%;
}
.live_show_list_pc_1 .learningtool-title .sp1 {
  display: block;
  text-align: center;
  font-size: 30px;
  position: relative;
}
.live_show_list_pc_1 .learningtool-title .sp1::after {
  display: block;
  content: '';
  width: 65px;
  height: 2px;
  background-color: $--color-primary;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -32px;
}
.live_show_list_pc_1 .liveshow-tab {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.live_show_list_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;
}
.live_show_list_pc_1 .liveshow-tab ul .on {
  background-color: $--color-primary;
  color: #fff;
  -moz-box-shadow: 0px 2px 2px rgba(37, 102, 104, 0.1);
  -webkit-box-shadow: 0px 2px 2px rgba(37, 102, 104, 0.1);
  box-shadow: 0px 2px 2px rgba(37, 102, 104, 0.1);
}
.live_show_list_pc_1 .liveshow-tab ul li:hover {
  background-color: rgba(37, 102, 104, 0.2);
}
.live_show_list_pc_1 .liveshow-tab ul .on:hover {
  background-color: $--color-primary1;
}
.live_show_list_pc_1 .showlist-searchbar {
  margin-top: 40px;
  position: relative;
  width: 100%;
  height: 50px;
  padding-top: 10px;
  border-bottom: 2px solid #ececf1;
}
.live_show_list_pc_1 .showlist-tab {
  float: left;
}
.live_show_list_pc_1 .showlist-tab .active a {
  display: block;
  width: 100%;
  height: 40px;
  color: $--color-primary;
  padding: 0 12px;
  border-bottom: 2px solid $--color-primary;
}
.live_show_list_pc_1 .showlist-tab li {
  display: inline-block;
  line-height: 30px;
  margin: 0 15px;
  font-size: 18px;
}
.live_show_list_pc_1 .showlist-tab li a {
  color: #aeb0ba;
}
.live_show_list_pc_1 .liveshow-part {
  width: 100%;
  margin-top: 30px;
  position: relative;
}
.live_show_list_pc_1 .liveshow-part .sp1 {
  width: 100%;
  display: block;
  height: 186px;
  position: relative;
}
.live_show_list_pc_1 .liveshow-part .sp1 img {
  width: 100%;
  height: 100%;
}
.live_show_list_pc_1 .liveshow-part .sp1 .living {
  position: absolute;
  padding: 4px 10px;
  background-color: $--color-primary;
  color: #fff;
  left: 0;
  top: 14px;
  z-index: 9;
  font-size: 12px;
}
.live_show_list_pc_1 .liveshow-part .sp1 .hot {
  position: absolute;
  padding: 4px 10px 4px 20px;
  background: url('#{$--url-path}/jslndx-living-icon1.png') 4px center no-repeat;
  background-color: rgba(0, 0, 0, 0.67);
  border-radius: 3px;
  color: #fff;
  right: 5px;
  bottom: 10px;
  z-index: 9;
  font-size: 12px;
}
.live_show_list_pc_1 .liveshow-part .sp2 {
  width: 100%;
  height: 100px;
  border: 1px solid #dcdcdc;
  border-top: none;
  padding: 10px 10px;
}
.live_show_list_pc_1 .liveshow-part .sp2 .title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 4px;
}
.live_show_list_pc_1 .liveshow-part .sp2 .title a:hover {
  color: $--color-primary;
}
.live_show_list_pc_1 .liveshow-part .sp2 .title a {
  font-size: 18px;
  color: #000;
}
.live_show_list_pc_1 .liveshow-part .sp2 .info {
  display: block;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.live_show_list_pc_1 .liveshow-part .sp2 .info .spp1 {
  font-size: 16px;
  color: #000;
  vertical-align: super;
}
.live_show_list_pc_1 .liveshow-part .sp2 .info img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #dcdcdc;
}
.live_show_list_pc_1 .liveshow-part .sp2 .info .spp2 {
  font-size: 16px;
  color: #a0a0a0;
  margin-left: 10px;
  vertical-align: super;
}
.live_show_list_pc_1 .liveshow-part .sp3 {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.79);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}
.live_show_list_pc_1 .liveshow-part .sp3 .spp1 {
  display: block;
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin-top: 80px;
}
.live_show_list_pc_1 .liveshow-part .sp3 .spp2 {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-top: 45px;
}
.live_show_list_pc_1 .liveshow-part .sp3 .spp3 {
  display: block;
  text-align: center;
  margin-top: 30px;
}
.live_show_list_pc_1 .liveshow-part .sp3 .spp3 a {
  display: inline-block;
  padding: 7px 20px;
  background-color: #fff;
  color: $--color-primary;
  border-radius: 100px;
  cursor: pointer;
}
.live_show_list_pc_1 .liveshow-part:hover .sp3 {
  display: block;
}
/*————————————————————直播分类展示组件1结束——————————————————————*/
/*————————————————————直播固定条数展示组件1开始——————————————————————*/
.live_show_fixrecord_pc_1 {
  width: 100%;
  margin-top: 30px;
  background-color: #f9f9fc;
  padding: 40px 0;
}
.live_show_fixrecord_pc_1 .learningtool-title {
  width: 100%;
}
.live_show_fixrecord_pc_1 .learningtool-title .sp1 {
  display: block;
  text-align: center;
  font-size: 30px;
  position: relative;
}
.live_show_fixrecord_pc_1 .learningtool-title .sp1::after {
  display: block;
  content: '';
  width: 65px;
  height: 2px;
  background-color: $--color-primary;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -32px;
}
.live_show_fixrecord_pc_1 .row-livefixrecord-part {
  margin-top: 30px;
}
.live_show_fixrecord_pc_1 .livefixrecord-part {
  width: 100%;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  padding: 15px;
  margin-top: 30px;
  height: 182px;
}
.live_show_fixrecord_pc_1 .livefixrecord-part .sp1 {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
}
.live_show_fixrecord_pc_1 .livefixrecord-part .sp1 .spp1 {
  display: block;
}
.live_show_fixrecord_pc_1 .livefixrecord-part .sp1 .spp1 a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}
.live_show_fixrecord_pc_1 .livefixrecord-part .sp1 .spp2 {
  display: block;
  color: #000000;
  margin-top: 10px;
}
.live_show_fixrecord_pc_1 .livefixrecord-part .sp1 .spp2 i {
  color: #ff0000;
}
.live_show_fixrecord_pc_1 .livefixrecord-part .sp1 .spp2 a {
  color: #707070;
}
.live_show_fixrecord_pc_1 .livefixrecord-part .sp2 {
  margin-top: 10px;
}
.live_show_fixrecord_pc_1 .livefixrecord-part .sp2 .spp1 {
  float: left;
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid #dcdcdc;
}
.live_show_fixrecord_pc_1 .livefixrecord-part .sp2 .spp1 img {
  width: 100%;
  height: 100%;
}
.live_show_fixrecord_pc_1 .livefixrecord-part .sp2 .spp2 {
  float: left;
  display: block;
  height: 52px;
  margin-left: 10px;
}
.live_show_fixrecord_pc_1 .livefixrecord-part .sp2 .spp2 .p1 {
  font-size: 16px;
  color: #000;
  margin-top: 4px;
}
.live_show_fixrecord_pc_1 .livefixrecord-part .sp2 .spp2 .p2 {
  font-size: 14px;
  color: #a0a0a0;
  margin-top: 4px;
}
/*————————————————————直播固定条数展示组件1结束——————————————————————*/
.classreg_show_list_pc_1 .showlist-tab li a{
  cursor: pointer;
}
.live_show_list_pc_1 .showlist-tab li a {
    cursor: pointer;
}
.classreg_show_list_pc_1 .showlist-tab li a:hover{
  color:$--color-primary;
}
.live_show_list_pc_1 .showlist-tab li a:hover {
  color: $--color-primary;
}
