.seize-customer {
  padding: 80px 0;
}

.seize-customer .tit {
  text-align: center;
  position: relative;
}

.seize-customer .tit h3 {
  font-size: clamp(24px, 2.5vw, 48px);
  line-height: 1;
  color: var(--title-text-color);
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  padding-left: 64px;
  text-align: center;
}
.seize-customer .tit h3::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: -5;
  background-color: #d6d8db;
  width: 195px;
  height: 29px;
  right: 29%;
  margin: auto;
}
/*
.seize-customer .tit h3::before {
  display: block;
  content: 'Six Categories of Products';
  white-space: nowrap;
  color: #fff;
  position: absolute;
  left: 0;
  top: -44px;
  font-size: 98px;
  line-height: 1;
  z-index: -1;
  text-shadow: rgb(137 137 137 / 75%) 1px 0 0, rgba(210, 217, 221, .75) 0 1px 0, rgba(210, 217, 221, .75) -1px 0 0, rgba(210, 217, 221, .75) 0 -1px 0;
  text-align: center;
   
}
*/
.seize-customer .tit h3 span {
  font-weight: 700
}

.seize-customer .tit p {
  font-size: 17px;
  color: #5b5b5b;
  line-height: 24px;
  margin: 15px 0 0
}

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

.seize-customer ul li {
  height: 600px;
  width: 25%;
  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: center;
  /* justify-content: flex-end; */
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}

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

.seize-customer ul li .t h5 {
  margin-bottom: 50px;
  font-size: 31px;
  line-height: 1.6;
  height: 50px;
  font-weight: 600;
  color: #fbfbfb;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #333;
}

.seize-customer ul li .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 25px 15px 20px;
  /* background: #484848; */
  opacity: 0.85;
  display: none
}

.seize-customer ul li .txt h5 {
  font-size: clamp(20px, 2.8vw, 42px);
  color: #000;
  font-weight: 600;
  text-shadow: 2px 2px 2px #fff;
}

.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;
  display: none;
}

.seize-customer ul li .txt .more:hover {
  background: #dfece1;
  color: #333;
}
 
.seize-customer ul li.active {
  width: 52%;
   background: #ffffff; 
}
 
.seize-customer ul li.active::after {
  display: none
}
 
.seize-customer ul li.active .t {
    display: none;  
  /* background: #ffffff3b; */
}
.seize-customer ul li.active .t h5{
 
}

.seize-customer ul li.active .txt {
  display: block;
  z-index: 1;
  display: none;
}


@media screen and (max-width: 1500px) {
  .seize-customer {
    padding: 50px 0;
  }
}

@media screen and (max-width: 1440px) {


  .seize-customer ul li .t h5 {
    margin-top: 160px;
    font-size: 20px
  }

  .seize-customer ul li .txt p {
    font-size: 15px
  }

}


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

  .seize-customer .tit h3 {
    padding-left: 0;
  }

  .seize-customer .tit p {
    font-size: 16px
  }

  .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 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 {
    font-size: 32px
  }

  .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
  }
}