.model-list-2 {
  margin-top: 8px;
  margin-bottom: 8px;
  position: relative;
  background:#000;
  height: 713px;
}
.model-list-2 img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.model-list-2 .word {
  position: absolute;
  height: 150px;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-top: 140px;
}
.model-list-2 .word .t01 {
  position: relative;
  font-size: 34px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 41px;
}
.model-list-2 .word .t02 {
  position: relative;
  text-align: left;
  font-size: 22px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 40px;
  margin-top: 22px;
}
.model-list-2 .word .t03 {
  position: relative;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #7F848B;
  line-height: 34px;
  margin-top: 25px;
}
.model-list-2 .video-btn {
  width: 73px;
  height: 73px;
  position: absolute;
  left: calc(62% - 36px);
  top: calc(50% - 36px);
  cursor: pointer;
}
.model-list-2 .video-win {
  width: 70%;
}
.model-list-2 .video-close {
  position: absolute;
  opacity: 0.7;
  right: 15%;
  cursor: pointer;
  font-size: 70px;
  color: #fff;
  line-height: 0;
}
.model-list-2 .video-container {
  position: absolute;
  z-index: 21;
  left: 0;
}
.model-list-2 .video-content {
  margin-top: 40px;
}
.model-list-2 .video-mask {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 2s;
  background-color: rgba(0, 0, 0, 0.7);
}
.model-list-2 .video-mask.show {
  opacity: 1;
  transition: 2s;
}