@import "mixins/mixins";
@import "common/var";
/*————————————————————活动分类列表展示组件1开始——————————————————————*/
.active_show_list_pc_1 {
    width: 100%;
  margin-top: 40px;
  }
  .active_show_list_pc_1 .learningtool-title {
    width: 100%;
  }
  .active_show_list_pc_1 .learningtool-title .sp1 {
    display: block;
    text-align: center;
    font-size: 30px;
    position: relative;
  }
  .active_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;
  }
  .active_show_list_pc_1 .showlist-screen {
    width: 100%;
    margin-top: 50px;
  }
  .active_show_list_pc_1 .showlist-screen ul {
    width: 100%;
    margin-top: 20px;
    color: #000;
  }
  .active_show_list_pc_1 .showlist-screen ul li {
    display: inline-block;
    margin: 0 4px;
    color: #000;
    font-size: 16px;
  }
  .active_show_list_pc_1 .showlist-screen ul li a {
    color: #707070;
  }
  .active_show_list_pc_1 .showlist-screen ul li a:hover {
    color: $--color-primary;
  }
  .active_show_list_pc_1 .showlist-screen ul .active a {
    color: $--color-primary;
  }
  .active_show_list_pc_1 .showlist-screen-title {
    font-weight: bold;
  }
  .active_show_list_pc_1 .showlist-searchbar-right {
    float: right;
  }
  .active_show_list_pc_1 .showlist-searchbar {
    margin-top: 40px;
    position: relative;
    width: 100%;
    height: 50px;
    padding-top: 10px;
    border-bottom: 2px solid #ececf1;
  }
  .active_show_list_pc_1 .showlist-search {
    display: block;
    float: left;
    width: 200px;
    height: 30px;
  }
  .active_show_list_pc_1 .showlist-search .inp1 {
    width: 75%;
    float: left;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dcdcdc;
  }
  .active_show_list_pc_1 .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;
  }
  .active_show_list_pc_1 .showlist-search .btn1:hover {
    background-color: $--color-primary1;
  }
  .active_show_list_pc_1 .showlist-searchbar-right .sp1 {
    display: block;
    float: left;
    line-height: 30px;
    margin-left: 20px;
    color: #707070;
    font-size: 16px;
  }
  .active_show_list_pc_1 .showlist-tab {
    float: left;
  }
  .active_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;
  }
  .active_show_list_pc_1 .showlist-tab li {
    display: inline-block;
    line-height: 30px;
    margin: 0 15px;
    font-size: 18px;
  }
  .active_show_list_pc_1 .showlist-tab li a {
    color: #aeb0ba;
  }
  .active_show_list_pc_1 .ac-showlist-part {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #dedede;
  }
  .active_show_list_pc_1 .ac-showlist-part .sp1 {
    width: 100%;
    height: 260px;
    display: block;
  }
  .active_show_list_pc_1 .ac-showlist-part .sp1 img {
    width: 100%;
    height: 100%;
  }
  .active_show_list_pc_1 .ac-showlist-part-right {
    width: 100%;
  }
  .active_show_list_pc_1 .ac-showlist-part-right .sp2 {
    font-size: 22px;
    display: block;
    margin-top: 0px;
  }
  .active_show_list_pc_1 .ac-showlist-part-right .sp2 a {
    color: #000;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
  }
  .active_show_list_pc_1 .ac-showlist-part-right .sp2 a:hover {
    color: $--color-primary;
  }
  .active_show_list_pc_1 .ac-showlist-part-right .sp3 {
    width: 100%;
    margin-top: 20px;
  }
  .active_show_list_pc_1 .ac-showlist-part-right .sp3 li {
    width: 100%;
    font-size: 16px;
    color: #676873;
    margin-top: 10px;
  }
  .active_show_list_pc_1 .ac-showlist-part-right .sp3 li span {
    color: #a0a0a0;
  }
  .active_show_list_pc_1 .ac-showlist-part-cont {
    margin-top: 20px;
  }
  .active_show_list_pc_1 .ac-showlist-part-cont span {
    display: inline-block;
    margin-right: 30px;
    padding-left: 40px;
    height: 34px;
    line-height: 34px;
  }
  .active_show_list_pc_1 .ac-showlist-part-cont span i {
    color: #ff0000;
    font-style: normal;
  }
   .active_show_list_pc_1 .ac-showlist-part-cont .cont1 {
     background: url('#{$--url-path}/jslndx-active-icon01.png') left center no-repeat;
   }
   .active_show_list_pc_1 .ac-showlist-part-cont .cont2 {
     background: url('#{$--url-path}/jslndx-active-icon02.png') left center no-repeat;
   }
  .active_show_list_pc_1 .ac-showlist-part-btn {
    display: block;
    margin-top: 14px;
  }
  .active_show_list_pc_1 .ac-showlist-part-btn a {
    display: block;
    width: 134px;
    height: 36px;
    line-height: 36px;
    background-color: $--color-primary;
    color: #fff;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
  }
  .active_show_list_pc_1 .ac-showlist-part-btn a:hover {
    background-color: $--color-primary1;
  }
  .active_show_list_pc_1 .search-result-page {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .active_show_list_pc_1 .search-result-page ul li {
    display: inline-block;
    margin: 0 3px;
  }
  .active_show_list_pc_1 .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;
  }
  .active_show_list_pc_1 .search-result-page .circle:hover {
    color: $--color-primary;
    border: 1px solid $--color-primary;
  }
  .active_show_list_pc_1 .search-result-page .active .circle {
    background-color: $--color-primary;
    border: 1px solid $--color-primary;
    color: #fff;
  }
  .active_show_list_pc_1 .search-result-page .goto-input {
    width: 50px;
    height: 34px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    margin: 0 3px;
  }
  .active_show_list_pc_1 .search-result-page .goto-btn {
    width: 44px;
    height: 34px;
    line-height: 34px;
    background-color: $--color-primary;
    color: #fff;
    border-radius: 5px;
    margin-top: 2px;
  }
  .active_show_list_pc_1 .search-result-page .goto-btn:hover {
    background-color: $--color-primary1;
  }
  @media screen and (max-width: 767px) {
    .active_show_list_pc_1 .ac-showlist-part-right {
      margin-top: 10px;
    }
    .active_show_list_pc_1 .ac-showlist-part-right .sp2 {
      font-size: 18px;
    }
    .active_show_list_pc_1 .ac-showlist-part-right .sp3 li {
      font-size: 14px;
      margin-top: 8px;
    }
    .active_show_list_pc_1 .ac-showlist-part-cont span {
      font-size: 14px;
      margin-right: 10px;
      padding-left: 28px;
      background-size: 24px auto !important;
    }
    .active_show_list_pc_1 .ac-showlist-part-btn {
      text-align: center;
      margin-top: 30px;
    }
    .active_show_list_pc_1 .ac-showlist-part-btn a {
      display: inline-block;
    }
    .active_show_list_pc_1 .ac-showlist-part .sp1 {
      height: 240px;
    }
    .active_show_list_pc_1 .showlist-screen ul li {
      font-size: 14px;
      margin-top: 6px;
    }
    .active_show_list_pc_1 .showlist-tab li {
      font-size: 16px;
      margin: 0 5px;
    }
    .active_show_list_pc_1 .showlist-searchbar-right {
      float: left;
      margin-top: 12px;
      width: 100%;
    }
    .active_show_list_pc_1 .showlist-searchbar-right .sp1 {
      font-size: 14px;
    }
    .active_show_list_pc_1 .showlist-searchbar-right .sp1 {
      float: right;
    }
  }
  /*————————————————————活动分类列表展示组件1结束——————————————————————*/
.active_show_list_pc_1 .showlist-tab li a {
    cursor: pointer;
}
.active_show_list_pc_1 .showlist-tab li a:hover{
  color:$--color-primary;
}
