.demo .banner {
  height: 6rem;
  width: 100%;
  background-image: url(../img/case/蒙版组\ 2.png);
}
.tabBar {
  display: flex;
  justify-content: center;
  height: 0.58rem;
  background: #ffffff;
  border-bottom: 0.01rem solid #eeeeee;
  box-sizing: border-box;
}
.tabBar .item {
  width: 1.75rem;
  height: 0.58rem;
  font-size: 0.18rem;
  line-height: 0.58rem;
  text-align: center;
  color: #666666;
}
.active {
  background-color: #0063b9 !important;
  color: #ffffff !important;
}
.caseList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.66rem 0 0.2rem;
}
.caseList::after {
  content: '';
  display: block;
  width: 4.5rem;
  height: 3.1rem;
  opacity: 0;
}
.caseList .caseList_item {
  margin-bottom: 0.25rem;
  width: 4.5rem;
  height: 3.1rem;
  background: #ffffff;
  box-shadow: 0rem 0.03rem 0.1rem 0.01rem rgba(36, 74, 155, 0.2);
}
.transition_box {
  width: 4.5rem;
  height: 2.6rem;
}
.caseList .casetext {
  height: 0.5rem;
  width: 4.5rem;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.5rem;
}
/* .pagingBox {
  display: flex;
  justify-content: center;
  margin-top: 0.6rem;
  margin-bottom: 0.4rem;
}
.pagingBox .page {
  width: 0.8rem;
  height: 0.39rem;
  font-size: 0.14rem;
  text-align: center;
  line-height: 0.39rem;
  background: #ffffff;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  border: 0.01rem solid #eeeeee;
}
.pagingBox .previousPage {
  color: #eeeeee;
}
.pagingBox .nextPage {
  margin-left: 0.1rem;
  color: #666666;
}
.pagingBox .item {
  width: 0.39rem;
  height: 0.39rem;
  text-align: center;
  line-height: 0.39rem;
  color: #666666;
  background: #ffffff;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  border: 0.01rem solid #cccccc;
}
.pagingBox .one {
  margin: 0 0.1rem;
}
.pagingBox .active {
  background: #ebebeb !important;
  color: #666666 !important;
} */
