.model-list-23 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.model-list-23 .img {
  overflow: hidden;
  height: 376px;
  transform: scale3d(1, 1, 1);
}
.model-list-23 .itembox {
  margin-top: 30px;
  cursor: pointer;
}
.model-list-23 .itembox .swiper-slide {
  transition: .8s;
}
.model-list-23 .itembox .active .word {
  margin-top: 0;
  transition: .8s;
}
.model-list-23 .itembox .word {
  position: absolute;
  top: 80px;
  left: 30px;
  max-width: 89%;
  margin-top: 200px;
  transition: .8s;
}
.model-list-23 .itembox .word .h01 {
  max-width: 90%;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 33px;
  transition: .8s;
}
.model-list-23 .itembox .word .h02 {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  transition: .8s;
}
.model-list-23 .itembox .btn {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: url(../../img/model12-btn.png) no-repeat center;
  width: 40px;
  height: 20px;
}
.model-list-23 .itembox .word .btn:hover {
  background-color: #0378b4;
}