/*cases*/
.swiper-container{
    --swiper-theme-color: #ffffff !important;
    /* --swiper-pagination-color: #00ff33; */
  }

#thumbs .swiper-slide:before{
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: rgba(0,0,0,0.6);
  }
#thumbs .swiper-slide-thumb-active:before{
    background: rgba(0,0,0,0);
    border: 2px solid #eea926;
    box-sizing: border-box;
}
.sptitle{
    position: relative;
}
.sptitle:before{
    content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #eea926;
}
.caseslist .sjsimg{
	bottom: 50px;
}
.gengduo{
    height: 32px;
}
#gengduo{
    margin-right: 50px;
}
.cases-gd{
    cursor:pointer;
}

/*info*/
.caseimg .bigimg{
	text-align: center;
}
.smallimg .smimg-box{
	cursor:pointer
}
.smallimg .smimg-box .imgname{
    background: rgba(0,0,0,0.6);
    position: absolute;
    bottom: 0;
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    display: flex;
    justify-content: center;
    align-items: center;
}
.smallimg .active .imgname{
    background: rgba(0,0,0,0);
}
.carousel-indicators {
    position: relative;
}
.likecase a.active{
	color: #343a40 !important;
}
