﻿:root {
  --wpx:calc(var(--vw,1vw)*100/1920);
  --mpx:calc(var(--vw,1vw)*100/375);
}

.show-pc{
  display: block;
}
.show-mobile{
  display: none;
}
.swiper-container-horizontal{
  position: relative;
}
.swiper-container-horizontal .swiper-pagination-bullet{
  width: 40px;
  height: 5px;
  border-radius: 0px;
}
.active-wrap{
  overflow: hidden;
  width: 100%;
}
.active-banner{
  position: relative;
  overflow: hidden;
}
.active-banner img{
  display: block;
  width: 100%;
  transition: all .36s;
}
.active-banner .banner-word{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.word-tit{
  height: auto;
  margin-bottom: 12px;
  font-size: 48px;
  line-height: 120%;
  color: #fff;
  font-weight: bold;
}
.word-sub-tit{
  font-size: 24px;
  line-height: 120%;
  color: #FFFFFF;
}
.word-btn{
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #FFFFFF;
  width: fit-content;
  box-sizing: border-box;
  padding: 0 36px;
  height: 44px;
  border-radius: 4px;
  opacity: 1;
  border: 1px solid #E60039;
  background: #E60039;
}
.word-btn:hover{
  background: #fff;
  color: #E60039;
}
.word-btn:focus,
.word-btn:hover {
    background-color: #c82333;
    border-color: #bd2130;
    color: #fff
}
.wrap-box,
.active-cont{
  max-width: 1400px;
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}
.active-cont .cont-tit{
  padding: 80px 0 40px 0;
  font-size: 32px;
  line-height: 150%;
  color: #2A2B2E;
}
.recommend-list{
  display: flex;
  flex-wrap: wrap;
}
.all-list{
  overflow: hidden;
}
.active-info{
  width: 332px;
  margin-right: 24px;
  margin-bottom: 24px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  background: #F7F9FA;
}
.active-info .active-banner{
    height: 184px;
  }
.active-info .active-status{
  position: absolute;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  height: 29px;
  width: 74px;
  right: 5px;
  top: 5px;
  z-index: 3;
  color: #fff;
  background: linear-gradient(90deg, #FF8A00 0%, #FFA800 100%);
  /* 卡片投影-浅2 */
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.active-info .status1{
  background: linear-gradient(90deg, #E60039 1%, #FF521B 100%);
}
.active-info .status2{
  background: linear-gradient(90deg, #FF8A00 0%, #FFA800 100%);
}
.active-info .status3{
  background: rgba(0, 0, 0, 0.8);
}
.active-cont-info{
  padding: 16px;
}
.active-tag{
/*  display: flex;*/
}
.active-tag .tag-info{
  padding: 4px 8px;
  border: 1px solid #9B9FA8;
  border-radius: 3px;
  font-size: 12px;
  margin-right: 12px;
  margin-bottom: 4px;
  color: #6A6B6D;
  display: inline-block;
  max-width: 218px;
  height: 26px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.active-title{
  font-size: 16px;
  height: 21px;
  color: #2A2B2E;
  margin-top: 24px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 12px;
}
.active-des{
  font-size: 14px;
  line-height: 150%;
  height: 63px;
  color: #9B9FA8;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
}
.active-time{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #9B9FA8;
  margin-top: 30px;
  margin-bottom: 16px;
}
.active-play{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E60039;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.active-play:after{
  content: "";
  background: url(../image/next4.svg) no-repeat center center;
  height: 24px;
  width: 24px;
  display: block;
}
.active-info:hover .active-title{
  color: #E60039;
}
.active-info:hover .active-play{
  color: #F23E5E;
}
.active-info:hover .active-banner img{
  transform: scale(1.05);
}

.recommend-swiper .active-info:nth-child(4n){
  margin-right: 0;
}
.all-list .recommend-list{
  justify-content: space-between;
  display: block;
}
.all-list .active-info{
  margin-right: 24px;
  float: left;
}
.all-list{
  width: calc(100% + 24px);
}


.all-active{
  display: flex;
  justify-content: space-between;
  padding-bottom: 120px;
}
.all-active .all-type{
  width: 332px;
  position: relative;
}
.all-active .type-close{
  position: absolute;
  right: 20px;
  top: 15px;
  border-radius: 16px;
  box-sizing: border-box;
  border: 1px solid #9B9FA8;
  background: url(../image/close1.svg) no-repeat 94px center;
  padding: 5px 16px;
  padding-right: 35px;
  cursor: pointer;
}
.all-active .all-type .type-wrap{
  background: #F7F9FA;
  padding: 0 20px 20px 20px;
}
.type-list{
  padding-left: 20px;
}
.all-active .all-type .type-wrap .type-name{
  height: 60px;
  font-size: 18px;
  color: #2A2B2E;
  display: flex;
  align-items: center;
}
.all-active .all-wrap{
  width: calc(100% - 332px - 24px);
}
.list-info .info-tit{
  font-size: 16px;
  color: #2A2B2E;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  position: relative;
}
.list-info .info-tit:after{
  position: absolute;
  width: 40px;
  content: "";
  height: 100%;
  display: block;
  top: 0;
  right: 0;
  background: url(../image/show-all.svg) no-repeat right center;
}
.list-info .info-tit.hide:after{
  background: url(../image/hide.svg) no-repeat left center;
  transform: rotate(180deg);
}
.list-info li{
  height: 40px;
  display: flex;
  padding-left: 20px;
  align-items: center;
  cursor: pointer;
  color: #6A6B6D;
}
.list-info li input{
  display: none;
}
.list-info input[type="checkbox"] + label {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding-left: 26px;
  cursor: pointer;
  font-size: 16px;
}
.list-info input[type="checkbox"] + label::before {
  content: '';
  display: inline-block;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin-right: 0px;
  border-radius: 3px;
  border: 1px solid #999;
  position: absolute;
  top: 3px;
  left: 0;
}
.list-info input[type="checkbox"]:checked + label::before {
  border: 1px solid #e7003d;
  border-radius: 3px;
  background: url(../image/checkbox-checked-new.png) no-repeat center center;
  background-size: 100% 100%;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
.all-tabs{
  height: 56px;
  background: #F7F9FA;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.tabs-cont {
  display: flex;
  align-items: center;
}
.tabs-cont li{
  padding: 0 32px;
  font-size: 16px;
  color: #6A6B6D;
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #F7F9FA;
  cursor: pointer;
}
.tabs-cont li.active{
  color: #E60039;
  border-bottom: 2px solid #E60039;
}
.tabs-search{
  border: 1px solid #D5D5D5;
  border-radius: 2px;
  background: #FFFFFF;
  margin-right: 8px;
  margin-top: 8px;
  width: 335px;
  height: 40px;
  overflow: hidden;
  position: relative;
}
.tabs-search input{
  border: none;
  width: 100%;
  height: 100%;
  font-size: 14px;
  padding: 0 12px;
}
.tabs-search input::placeholder {
  color: #C1C6CF;;
}
.search-btn{
  position: absolute;
  right: 0;
  top: 0;
  height: 38px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  cursor: pointer;
}
.pages-bottom{display:flex; flex-wrap:wrap;justify-content:center; padding-bottom:30px}
.no-result p{color:#333333;font-size:16px;}
.no-result .link{color:#E60039;font-size:16px;text-decoration:underline;margin-left:10px;}
.pages-bottom .sa-page{margin:0 auto;margin-top:30px}
.sa-page a, .sa-page span{
  border: 1px solid #E3E5E6;
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 5px;
}

.sa-page a.on{
  border: 1px solid #E60039;
  background: #E60039;
  color: #fff;
  display: inline-block;
  vertical-align: bottom;
}
.result-filter-mobile,
.mobile-mask,
.result-filter-tag{
  display: none;
}
@media screen and (max-width:1440px) {
  .ys_header {
       height: 74px !important; 
  }
  .wrap-box, .active-cont {
    max-width: calc(100% - 50px);
    width: calc(100% - 50px);
  }
  .all-list .recommend-list {
    justify-content: start;
  }
  .all-list .active-info{
    margin-right: 24px  ;
  }
  .active-info,
  .all-active .all-type{
    width: 310px;
  }
  .all-active .all-wrap {
    width: calc(100% - 310px - 24px);
  }
}
@media screen and (max-width:1440px) {
  .active-info,
  .all-active .all-type{
    width: 300px;
  }
  .all-active .all-wrap {
    width: calc(100% - 300px - 24px);
  }
  .active-info .active-banner {
    height: 166px;
  }
  .active-title {
    margin-top: 15px;
  }
}
@media screen and (max-width:1200px) {
  .active-cont .cont-tit {
    padding: 60px 0 20px 0;
    font-size: 26px;
  }
  .word-tit {
    height: 38px;
    margin-bottom: 12px;
    font-size: 28px;
  }
  .word-sub-tit {
    font-size: 20px;
    line-height: 120%;
    color: #FFFFFF;
  }

  .tabs-search{
    width: 180px;
  }
  .active-info,
  .all-active .all-type{
    width: 280px;
  }
  .all-active .all-wrap {
    width: calc(100% - 280px - 24px);
  }
  .active-info .active-banner {
    height: 156px;
  }
  .active-title {
    margin-top: 10px;
  }
}
@media screen and (max-width:1000px) {
  .tabs-search{
    width: 160px;
  }
  .active-info,
  .all-active .all-type{
    width: 250px;
  }
  .active-info .active-banner {
    height: 139px;
  }
  .all-active .all-wrap {
    width: calc(100% - 250px - 24px);
  }
  .tabs-cont li {
    padding: 0 20px;
  }
}
@media screen and (max-width:750px) {
  .all-list {
    width: 100%;
  }
  .active-info .active-banner {
      height: 180px;
  }
  .active-wrap{
    overflow-x: hidden;
  }
  .filter-item-title.up i{
    transform: rotate(180deg);
  }
  .ys_header {
    height: 64px !important;
  }
  .show-pc{
    display: none;
  }
  .show-mobile{
    display: block;
  }
  .wrap-box, .active-cont{
    width: 100%;
    max-width: 100%;
  }
  .word-btn {
    margin-top: calc(var(--mpx)* 24);
    font-size: 16px;
    height: calc(var(--mpx)* 40);
    padding: 0 calc(var(--mpx)* 24);
  }
  .active-cont{
    width: calc(100% - var(--mpx)* 20*2);
    overflow: hidden;
  }
  .active-banner .banner-word{
    align-items: flex-start;
    padding-top: calc(var(--mpx)* 40);
  }
  .banner-word{
    top: calc(var(--mpx)* 0);
    padding-left: calc(var(--mpx)* 20);
  }
  .word-tit {
    height: auto;
    margin-bottom: calc(var(--mpx)* 16);
    font-size: calc(var(--mpx)* 32);
  }
  .recommend-list{
    flex-wrap: nowrap;
  }
  .recommend-swiper{
    position: relative;
    padding-bottom: calc(var(--mpx)* 10);
  }
  .swiper-pagination-bullet {
    width: calc(var(--mpx)* 48);
    height: calc(var(--mpx)* 4);
    display: inline-block;
    border-radius: 0;
  }
  .swiper-pagination-bullet-active {
    background: #E60039;
  }
  .active-cont .cont-tit{
    font-size: 24px;
    text-align: center;
  }
  .all-type{
    display: none;
  }
  .all-active .all-wrap {
    width: 100%;
  }
  .all-list .recommend-list{
    display: block;
  }
  .active-info{
    width: 100%;
  }
  .all-tabs{
    display: none;
  }
  .result-filter-mobile{
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
  }
  .result-filter-mobile .filter-item{
    width: calc(50% - 8px);
    background: #F7F9FA;
  }
  .filter-item-title{
    height: 40px;
    line-height: 40px;
    margin: 0 8px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .filter-item-title.text-left{
    justify-content: flex-start;
  }
  .filter-item-title.text-left i{
    margin-right: 6px;
  }
  .wrap-result-cont{
    padding: 0;
  }
  .result-filter{
    display: none;
  }
  .mobile-mask{
    position: fixed;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 64px;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 99;
  }
  .mobile-mask .mobile-filter{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
  }
  .mobile-mask .mobile-filter .mobile-filter-name{
    height: 60px;
  }
  .mobile-mask .mobile-filter .mobile-filter-btn{
    height: 72px;
      display: flex;
      justify-content: space-around;
      padding: 0 15px;
      align-items: center;
    box-shadow: 5px 0px 8px 5px #eee;
  }
  .mobile-mask .mobile-filter .mobile-filter-btn .btn-style{
      height: 40px;
      line-height: 40px;
      width: 45%;
      font-size: 14px;
      border-radius: 4px;
      text-align: center;
  }
  .mobile-mask .mobile-filter .filter-item-list{
    flex: 1;
    overflow: auto;
  }
  .btn-reset{
      border: 1px solid #7D7D7D;
      color: #7D7D7D;
  }
  .btn-confirm{
      border: 1px solid #DA0030;
      background: #DA0030;
      font-weight: bold;
      color: #fff;
   }
  .mobile-filter-name{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 22px;
    color: #2A2B2E;
    padding: 0 20px;
  }
  .mobile-filter-name span:nth-child(2){
    width: 40px;
    text-align: right;
    height: 50px;
    line-height: 50px;
  }
  .body-overflow{
    overflow: hidden;
  }
  .result-filter-tag{
    display: block;
  }
  .list-info .info-tit{
    margin: 0 25px;
  }
  .filter-item-list .list-info ul{
    padding: 0 25px;
  }
  .filter-item-list li {
    height: 40px;
    line-height: 40px;
    display: flex;
    padding-left: 20px;
    font-size: 16px;
  }
  .filter-item-list li.active{
    background: #F1F3F5;
  }
  .list-info input[type="checkbox"] + label::before{
    top: 10px;
  }
  .tag-list{
    display: flex;
    background: #fff;
    padding-bottom: 35px;
    flex-wrap: wrap;
  }
  .tag-list .tag-item{
    padding: 0 12px;
      height: 28px;
      line-height: 28px;
      border: 1px solid #9B9FA8;
      color: #6A6B6D;
      font-size: 14px;
      display: flex;
      border-radius: 28px;
      margin: 10px 10px 0 0;
      align-items: center;
      z-index: 10;
  }
  .tag-list .tag-item.clear-all{
    border: 1px solid #E60039;
      color: #E60039;
  }
  .tag-list .tag-clear{
    background: url(../image/close-btn-new.svg) no-repeat left center;
    background-size: 15px;
    height: 100%;
    width: 25px;
    position: relative;
    right: -10px;
    text-align: center;
  }
  .tabs-search{
    width: 100%;
    margin-bottom: 16px;
  }
  .sa-page a, .sa-page span{
    height: 40px;
    line-height: 40px;
    border: none;
    width: 30px;
    font-size: 16px;
    box-sizing: border-box;
  }
  .sa-page a.on {
    border: none;
    background: none;
    color: #E60039;
  }
  .sa-page a.page-first,
  .sa-page a.page-last{
    display: none;
  }
  .sa-page a.page-prev,
  .sa-page a.page-next{
    display: inline-block;
    padding: 0 12px;
    box-sizing: border-box;
    height: 40px;
    width: 40px;
    line-height: 30px;
    margin-bottom: 5px;
    background: #F1F3F5;
  }
  .sa-page a.page-next:after {
    color: #e10032;
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    left: 11px;
    width: 10px;
    height: 10px;
    border-left: 2px solid #f00;
    border-bottom: 2px solid;
    transform: rotate(224deg);
    -ms-transform: rotate(224deg);
    -webkit-transform: rotate(224deg);
  }
  .sa-page a.page-prev:before {
    color: #e10032;
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    left: 15px;
    width: 10px;
    height: 10px;
    border-left: 2px solid #f00;
    border-bottom: 2px solid;
    transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    -webkit-transform: rotate(44deg);
  }

}















