.model-list-17 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.model-list-17 .itembox {
  margin-top: 30px;
  cursor: pointer;
}
.model-list-17 .itembox .item {
  height: 300px;
  text-align: center;
  border: #E3E6EB solid 1px;
  margin-bottom: 8px;
}
.model-list-17 .itembox .item .image {
  text-align: center;
  margin: auto;
  margin-top: 71px;
  overflow: hidden;
  height: 68px;
  width: 68px;
  border-radius: 50%;
  transition: 1s;
}
.model-list-17 .itembox .item.active .image {
  background-color: #0069FF;
  transition: 1s;
}
.model-list-17 .itembox .item.active img {
  width: 100%;
  height: 100%;
  filter: brightness(0%) invert(100);
}
.model-list-17 .itembox .swiper-slide {
  transition: .8s;
}
.model-list-17 .itembox .item .word {
  margin-top: 28px;
}
.model-list-17 .itembox .item .word .h01 {
  font-size: 20px;
  font-weight: 400;
  color: #242629;
  line-height: 28px;
}
.model-list-17 .itembox .item.active .word .h01 {
  font-weight: 500;
}
.model-list-17 .itembox .item .word .h02 {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  color: #9E9E9E;
  line-height: 24px;
  transition: .7s;
  padding-left: 50px;
  padding-right: 50px;
}