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