.seize-customer {
  padding: 70px 0;
  background: #fbfbfb
}

.seize-customer .tit {
  text-align: center;
  width: 94%;
  margin: 0 auto;
}

.seize-customer .tit h3 {
  font-size: clamp(24px, 1.9vw, 36px);
  color: #212121;
  font-weight: normal;
  font-family: 'Montserrat-Bold';
}

.seize-customer .tit h3 span {
  font-weight: 700
}

.seize-customer .tit p {
  font-size: 17px;
  margin: 15px 0 0;
  font-family: 'Montserrat-Regular';
  color: #333;
  line-height: 30px;
}

.seize-customer ul {
  margin: 50px 0 0;
  overflow: hidden;
  display: -webkit-flex;
  display: flex
}

.seize-customer ul li {
  height: 600px;
  width: 16%;
  position: relative;
  transition: .5s all ease;
  overflow: hidden
}

.seize-customer ul li>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover
}

.seize-customer ul li .t {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(0,0,0,.43);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center
}

.seize-customer ul li .t em {
  font-size: 48px;
  font-weight: 600;
  color: #fbfbfb;
  display: none;
}

.seize-customer ul li .t h5 {
  margin-bottom: 20px;
  font-size: clamp(16px, 1.3vw, 24px);
  line-height: 25px;
  height: 50px;
  font-weight: 600;
  color: #fbfbfb;
}

.seize-customer ul li .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 25px 15px 20px;
  background: rgba(24,70,157,.84);
  display: none
}

.seize-customer ul li .txt h5 {
  font-size: clamp(18px, 1.4vw, 26px);
  color: #fff;
  font-weight: 600
}

.seize-customer ul li .txt p {
  font-size: 16px;
  color: #fbfbfb;
  margin: 10px 0 0
}

.seize-customer ul li .txt .more {
  margin: 10px 0 0;
  width: 190px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  color: #000
}


@keyframes vibrate {
  60% {
    transform: scale3d(.8, .8, 1);
  }
  85% {
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.seize-customer ul li .txt .more:hover {
  animation: vibrate .3s forwards;
}


.seize-customer ul li.active {
  width: 36%
}

.seize-customer ul li.active::after {
  display: none
}

.seize-customer ul li.active .t {
  display: none
}

.seize-customer ul li.active .txt {
  display: block
}


@media screen and (max-width: 1600px) {
  .seize-customer .tit h3 {
  }
}
@media screen and (max-width: 1500px) {
  .seize-customer .tit h3 {
  }
  .seize-customer ul li .txt h5 {
  }
}
@media screen and (max-width: 1400px) {
  .seize-customer .tit h3 {
  }
  .seize-customer ul li .t h5 {
    margin-top: 160px;
  }
  .seize-customer ul li .txt p {
      font-size: 15px
  }
}

@media screen and (max-width: 1300px) {
  .seize-customer .tit h3 {
  }
}

@media screen and (max-width: 991px) {
  .seize-customer {
    padding: 30px 0
  }

  .seize-customer .tit p {
      font-size: 14px;
      line-height: 24px;
  }

  .seize-customer ul {
      margin: 25px 0 0;
      display: block
  }

  .seize-customer ul li {
      height: auto;
      width: 100%
  }

  .seize-customer ul li+li {
      margin-top: 15px
  }

  .seize-customer ul li>img {
      position: static;
      width: 100%;
      height: auto
  }

  .seize-customer ul li .t {
    display: none
  }

  .seize-customer ul li .txt {
    position: static;
    padding: 15px 10px;
    display: block
  }

  .seize-customer ul li .txt h5 {
  }

  .seize-customer ul li .txt p {
    font-size: 15px;
    line-height: 22px
  }

  .seize-customer ul li .txt .more {
    margin: 10px 0 0;
    width: 150px;
    font-size: 15px
  }

  .seize-customer ul li.active {
    width: 100%
  }
}

@media screen and (max-width: 480px) {
  .seize-customer ul li h5 {
  }

  .seize-customer ul li h5::after {
      bottom: 6px;
      font-size: 14px
  }

  .seize-customer ul li:nth-child(2) h5::after {
      right: -25px;
      font-size: 22px;
      top: 7px
  }
}
