.banben-item > h5 {
  height: 80px;
  border-radius: 5px;
  border: 1px solid #ddd;
  line-height: 80px;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  font-size: 18px;
  color: #333;
}
.banben-item > h5:hover {
  box-shadow: 0 4px 20px rgba(111, 66, 193, 0.2);
}
.banben-item.active > h5 {
  border: 1px solid #6f42c1;
  color: #6f42c1;
  box-shadow: 0 4px 20px rgba(111, 66, 193, 0.2);
}

.banben-item.disabled > h5 {
  border: 1px solid #ddd;
  color: #ddd;
  box-shadow: 0 4px 20px rgba(111, 66, 193, 0.2);
}

.item-detail {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  min-height: 225px;
}

.target {
  border-radius: 50px;
  padding: 2px 10px;
  background-color: #e4393c;
  color: #fff;
  font-size: 14px;
  width: 130px;
  text-align: center;
  margin-left: 96px;
  margin-top: 10px;
}

.carousel-item {
  height: 418px;
}
.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banben-hide {
  display: none;
}
.carousel-control-next,
.carousel-control-prev {
  z-index: 0 !important;
}
