.model-list-24 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.model-list-24 .con-title .t01 {
  font-size: 34px;
  line-height: 1.5;
  color: #ffffff;
}
.model-list-24 .con-title .t02 {
  padding-top: 14px;
  font-size: 26px;
  line-height: 28px;
  color: #aaaaaa;
}
.model-list-24 .swiper-pagination-bullet {
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  border-radius: 0;
  background: transparent;
  margin-top: 16px;
  opacity: 1;
}
.model-list-24 .swiper-pagination-bullet-active {
  background: url(../../img/model24-selected.png) transparent no-repeat center;
}

.model-list-24 .swiper-pagination-bullet .img {
  height: 40px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  background: url(../../img/model24-unselected.png) transparent no-repeat center;
}
.model-list-24 .swiper-pagination-bullet-active .img {
  background: transparent;
}
.model-list-24 .swiper-pagination-bullet .word {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 25px;
  margin-top: 8px;
}
.model-list-24 .itembox {
  margin-top: 60px;
  transform: translateY(0);
  transition: 1s;
}
.model-list-24 .itembox .zyh {
  width: 52px;
  height: 40px;
  left: 170px;
  top: -24px;
  position: absolute;
  background: url(../../img/model24-yh-l.png) transparent no-repeat center;
}
.model-list-24 .itembox .yyh {
  width: 52px;
  height: 40px;
  left: 982px;
  top: 222px;
  position: absolute;
  background: url(../../img/model24-yh-r.png) transparent no-repeat center;
}
.model-list-24 .itembox .item {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  width: 75%;
  height: 238px;
  margin: 0 auto;
  box-sizing: border-box;
  transition: .5s;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.33);
}
.model-list-24 .itembox .item:hover {
  border-color: #ffffff;
  transition: .5s;
}
.model-list-24 .itembox .item .t02 {
  margin-top: 80px;
}
.model-list-24 .itembox .item .text {
  font-size: 48px;
  color: #fff;
  float: left;
  width: 230px;
  text-align: center;
}
.model-list-24 .itembox .item .span {
  float: left;
  width: calc(100% - 230px);
}
.model-list-24 .itembox .tbox {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 50px;
  height: 2px;
  background: url(../../img/model24-line.png) transparent no-repeat center;
}
.model-list-24 .itembox .swiper-button-prev, .model-list-24 .itembox .swiper-button-next {
  position: static;
  margin: 0;
  display: inline-block;
  width: 46px;
  height: 46px;
  border: 1px solid #ffffff;
  margin: 0 2px;
  transition: .5s;
}
.model-list-24 .itembox .swiper-button-prev.swiper-button-disabled, .model-list-24 .itembox .swiper-button-prev:hover, .model-list-24 .itembox .swiper-button-next.swiper-button-disabled, .model-list-24 .itembox .swiper-button-next:hover {
  opacity: 1;
  transition: .5s;
}