@import "mixins/mixins";
@import "common/var";
@include b(resource_show_detail_pc_1) {
}
  /*————————————————————资源统计组件1开始——————————————————————*/
  .resource_show_detail_pc_1 {
    width: 100%;
    margin-top: 30px;
    /*PAD屏幕下的专用样式*/
    /*PHONE屏幕下的专用样式*/
  }
  .resource_show_detail_pc_1 .et4-class-body {
    width: 100%;
  }
  .resource_show_detail_pc_1 .et4-class-right {
    width: 100%;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    padding: 6px 15px 15px 15px;
    margin-top: 20px;
  }
  .resource_show_detail_pc_1 .et4-class-right-title {
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    line-height: 40px;
    font-size: 16px;
  }
  .resource_show_detail_pc_1 .et4-class-right-title span {
    float: right;
  }
  .resource_show_detail_pc_1 .et4-class-right-title span a {
    font-size: 14px;
    color: #959595;
  }
  .resource_show_detail_pc_1 .et4-course-part {
    width: 100%;
    height: 160px;
    position: relative;
    margin-top: 15px;
  }
  .resource_show_detail_pc_1 .et4-course-part img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
  }
  .resource_show_detail_pc_1 .et4-course-part span {
    width: 100%;
    display: block;
    height: 30px;
    position: absolute;
    bottom: 0;
    color: #fff;
    z-index: 999;
    line-height: 30px;
    padding-left: 5px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .resource_show_detail_pc_1 .et4-class-body {
    width: 100%;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    margin-top: 20px;
    padding: 10px 20px 40px 20px;
    margin-bottom: 40px;
  }
  .resource_show_detail_pc_1 .et4-class-body-hd {
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    background-color: #fff;
  }
  .resource_show_detail_pc_1 .et4-class-body-hd ul li {
    color: #7d7d7d;
    padding: 0 20px;
    display: inline-block;
    line-height: 40px;
    cursor: pointer;
    font-size: 16px;
  }
  .resource_show_detail_pc_1 .et4-class-body-hd ul li:hover {
    color: $--color-primary;
  }
  .resource_show_detail_pc_1 .et4-class-body-hd .active {
    color: $--color-primary;
    border-bottom: 3px solid $--color-primary;
  }
  .resource_show_detail_pc_1 .et4-class-cont {
    padding: 0 10px;
  }
  .resource_show_detail_pc_1 .et4-class-cont p {
    color: #959595;
    padding-top: 20px;
    line-height: 30px;
    text-align: justify;
  }
  .resource_show_detail_pc_1 .et4-class-cont .img-p {
    text-align: center;
  }
  .resource_show_detail_pc_1 .et4-class-cont p img {
    max-width: 100%;
  }
  .resource_show_detail_pc_1 .resourece-detail-info {
    width: 100%;
    padding: 30px;
    border: 1px solid #eeeeee;
  }
  .resource_show_detail_pc_1 .rdi-video {
    width: 100%;
  }
  .resource_show_detail_pc_1 .rdi-video .video-js {
    width: 100%;
  }
  .resource_show_detail_pc_1 .rdi-info {
    width: 100%;
  }
  .resource_show_detail_pc_1 .rdi-info .sp1 {
    display: block;
    font-size: 24px;
  }
  .resource_show_detail_pc_1 .rdi-info .sp2 {
    display: block;
    margin-top: 20px;
    color: #7d7d7d;
  }
  .resource_show_detail_pc_1 .rdi-info .sp2 .fav {
    background: url('#{$--url-path}/et4-icon01.png') left center no-repeat;
    padding-left: 30px;
    color: #7d7d7d;
  }
  .resource_show_detail_pc_1 .rdi-info .sp2 .faving {
    background: url('#{$--url-path}/et4-icon01h.png') left center no-repeat;
    padding-left: 30px;
    color: #7d7d7d;
  }
  .resource_show_detail_pc_1 .rdi-info .sp2 .share {
    background: url('#{$--url-path}/et4-icon02.png') left center no-repeat;
    padding-left: 30px;
    color: #7d7d7d;
  }
  .resource_show_detail_pc_1 .rdi-info .sp3 {
    display: block;
    margin-top: 40px;
    color: #7d7d7d;
    border-bottom: 1px dotted #e6e6e6;
    padding-bottom: 20px;
  }
  .resource_show_detail_pc_1 .rdi-info .sp3 i {
    color: #000000;
  }
  .resource_show_detail_pc_1 .rdi-info .sp3 .spp1 {
    background: url('#{$--url-path}/et3-nbanner-icon01.png') left center no-repeat;
    padding: 10px 0 10px 30px;
    margin-right: 20px;
  }
  .resource_show_detail_pc_1 .rdi-info .sp3 .spp2 {
    background: url('#{$--url-path}/et3-nbanner-icon05.png') left center no-repeat;
    padding: 10px 0 10px 30px;
  }
  .resource_show_detail_pc_1 .rdi-info .ul1 {
    width: 100%;
    margin-top: 24px;
  }
  .resource_show_detail_pc_1 .rdi-info .ul1 li {
    width: 100%;
    font-size: 14px;
    color: #808080;
    background: url('#{$--url-path}/class-detail-list-icon.png') left center no-repeat;
    padding-left: 16px;
    margin-top: 16px;
  }
  .resource_show_detail_pc_1 .rdi-info .ul1 li span {
    color: #000000;
  }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .resource_show_detail_pc_1 .rdi-info {
      margin-top: 20px;
    }
  }
  @media screen and (max-width: 767px) {
    .resource_show_detail_pc_1 .rdi-info {
      margin-top: 20px;
    }
  }

