.line-clamp {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.con .filter .filter_bus .filter_nav > div ul{
    max-height: 300px;
    overflow-y: auto;
    
}
.con .filter .filter_bus .filter_nav > div ul::-webkit-scrollbar {
width:8px;
    background:rgba(0,0,0,0.1);
border-radius: 8px;
    }

.con .filter .filter_bus .filter_nav > div ul::-webkit-scrollbar-thumb {
    cursor: pointer;
width:100%;
background: #d0121b;
border-radius: 8px;
}
.line-clamp2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
input{
width: 100%;
    
}
button{
    border: none;
}
hr {
  margin: 0;
  border: none !important;
  padding: 0;
}
.noDate{
    width: 100%;
    text-align: center;
    color: #666;
}
.swiper {
  width: 100%;
  overflow: hidden;
}
.toPage {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 10px 10px rgba(204, 204, 204, 0.4);
}
.toPage:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  z-index: 1;
  transition: all 0.4s linear;
  background: linear-gradient(-90deg, #ff3f48 0%, #db2029 100%);
}
.toPage span {
  z-index: 2;
  color: #2b2b2b;
  position: relative;
}
.toPage svg {
  position: relative;
  z-index: 2;
}
.toPage:hover:after {
  width: 100%;
}
.toPage:hover span {
  color: #fff;
}
.swiper-button-prev,
.swiper-button-next {
  width: 110px;
  height: 110px;
  background: #ffffff;
  border-radius: 100%;
  margin: 0;
  transform: translateY(-50%);
  left: -55px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  width: 70px;
  height: 70px;
  background: rgba(249, 250, 251, 0.6);
  box-shadow: 0px 10px 10px rgba(204, 204, 204, 0.4);
  border-radius: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #2b2b2b;
  line-height: 70px;
  text-align: center;
 transition: all .5s;
}
.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
     background: rgba(242, 20, 33);
     color:#fff;
}
.swiper-button-next {
  left: auto;
  right: -55px;
}
#page{
    margin: auto;
    text-align: center;

}
#page .layui-laypage-em,
#page .layui-laypage select,
#page .layui-laypage a,#page .layui-laypage span,
#page .laypageskin_default span,
#page .laypage_main a{
    width: 38px;
height: 38px;
border: 1px solid #e5e5e5;
border-radius: 100%;
line-height:38px;
font-weight: 400;
font-size: 14px;
color: #666666;
padding: 0;
text-align: center;
}
#page .layui-laypage .layui-laypage-curr .layui-laypage-em,
#page .layui-laypage .layui-laypage-curr,
#page span.laypage_curr{
    background: #d0111b;
    color: #fff;
}
#page .layui-laypage a{
        margin: 0 3px 6px;
    
}

#page .laypage_main a.laypage_last{
  
}
#page .layui-laypage .layui-laypage-limits,
#page .layui-laypage a.layui-laypage-prev,
#page .layui-laypage a.layui-laypage-next,
#page .laypage_main a.laypage_prev,
#page .laypage_main a.laypage_next{
    width: auto;
    border-radius: 50px;
    padding: 0 14px;
}
#page .layui-laypage select{
    min-width: 100px;
    height: 100%;
    padding: 0;
    border:none;
}
@media only screen and (max-width: 1440px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 90px;
    height: 90px;
    left: -45px;
  }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .swiper-button-next {
    left: auto;
    right: -45px;
  }
}
@media only screen and (max-width: 1200px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 60px;
    height: 60px;
    left: -30px;
  }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  .swiper-button-next {
    left: auto;
    right: -30px;
  }
}
@media only screen and (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 40px;
    height: 40px;
    left: -10px;
  }
  #page .layui-laypage select{
      min-width: 80px;
  }
  #page .layui-laypage .layui-laypage-limits, #page .layui-laypage a.layui-laypage-prev, #page .layui-laypage a.layui-laypage-next, #page .laypage_main a.laypage_prev, #page .laypage_main a.laypage_next{
      padding: 0 8px;
  }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
  }
  .swiper-button-next {
    left: auto;
    right: -10px;
  }
}
