.model-list-30 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.model-list-30 .itembox {
}
.model-list-30 .item .iamegs {
  overflow: hidden;
  cursor: pointer;
}
.model-list-30 .item img {
  transition: .5s;
}
.model-list-30 .item .word {
  position: absolute;
  width: 100%;
  font-size: 16px;
  color: #444444;
  top: calc(30% - 60px);
  box-sizing: border-box;
  text-align: center;
}
.model-list-30 .item .word .h01 {
  font-size: 34px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 48px;
}
.model-list-30 .item .word .h02 {
  padding-top: 17px;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 34px;
}

.model-list-30 .swiper-pagination-bullet {
  width: calc(100%/5);
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #c7c7c7;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
}
.model-list-30 .swiper-pagination-bullet-active {
  color: #ffffff;
  background: rgba(0, 105, 255, 0.8);
}

.model-list-30 .swiper-pagination-bullet .img {
  height: 40px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
}
.model-list-30 .swiper-pagination-bullet-active .img {
  background: transparent;
}
.model-list-30 .swiper-pagination-bullet .word {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 8px;
}
.model-list-30 .itembox .tbox{
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  z-index: 999;
}