.model-list-7 {
  padding-top: 50px;
  padding-bottom: 50px;
  height: 604px;
  overflow: hidden;
}
.model-list-7 .main {
  position: relative;
}
.model-list-7 .main-title {
  padding-top: 15px;
  position: relative;
}
.model-list-7 .main-title .t01 {
  font-size: 34px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 41px;
  text-align: center;
}
.model-list-7 .main-title .t02 {
  font-size: 26px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 41px;
  text-align: center;
}
.model-list-7 .main .main-content {
  width: 250px;
  height: 52px;
  font-size: 16px;
  font-weight: 400;
  color: #7F848C;
  line-height: 26px;
  position: absolute;
  bottom: 0;
}
.model-list-7 .itembox {
  overflow: hidden;
  padding-top: 65px;
  transition: 1s;
  width: 55%;
}
.model-list-7 .tbox {
  position: absolute;
  top: 50%;
  right: 180px;
}
.model-list-7 .itembox .item {
  padding-top: 93px;
  transition: .5s;
}
.model-list-7 .itembox .item .t02 {
  margin-top: 80px;
}
.model-list-7 .itembox .item .text {
  font-size: 22px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 30px;
}
.model-list-7 .itembox .item .span {
  margin-top: 18px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 26px;
}
 .model-list-7 .itembox .item .btn-list {
   margin-top: 26px;
 }
.model-list-7 .itembox .item .btn-list .btn {
  float: left;
  height: 28px;
  line-height: 28px;
  min-width: 70px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #EDEDED;
  background: rgba(161, 161, 161, 0.69);
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}
.model-list-7 .itembox .item .btn-list .btn:hover {
  background: #0069FF;
  transition: .5s;
}
.model-list-7 .itembox .item .btn-list .more {
  background: #0069FF;
}
.model-list-7 .swiper-pagination {
  border-radius: 4px;
  overflow: hidden;
}
.model-list-7 .swiper-pagination-bullet {
  width: 180px;
  height: 116px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  border-radius: 0;
  opacity: 1;
  background: rgba(0, 0, 0, 0.4);
}
.model-list-7 .swiper-pagination-bullet-active {
  background: #0069FF;
}
.model-list-7 .swiper-pagination-bullet img {
  padding-top: 35px;
  height: 22px;
  width: 22px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
}
.model-list-7 .swiper-pagination-bullet-active img {
  background: transparent;
}
.model-list-7 .swiper-pagination-bullet .word {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  padding-top: 6px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;

}