.seize-goods-type {
  padding: 70px 0 0;
  background: #fcfcfc url('./pics/ibg1.jpg') no-repeat center bottom 100px;
  background-size: 100% auto
}

.seize-goods-type .tit {
  text-align: center
}

.seize-goods-type .tit h3 {
  font-size: 72px;
  line-height: 1;
  color: var(--font-color);
  font-weight: 300;
  text-transform: uppercase
}

.seize-goods-type .tit h3 span {
  font-weight: 700
}

.seize-goods-type .tit p {
  font-size: 17px;
  color: #5b5b5b;
  line-height: 24px;
  margin: 5px 0 0
}

.seize-goods-type .list {
  margin: 70px -30px 30px;
  position: relative
}

.seize-goods-type .swiper-slide {
  box-sizing: border-box;
  padding: 0 30px;
  position: relative
}

.seize-goods-type .swiper-slide .pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 30px
}

.seize-goods-type .swiper-slide .pic > img {
  width: 100%;
  display: block;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s
}

.seize-goods-type .swiper-slide .txt h5 {
  font-size: 24px;
  color: #040404;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.seize-goods-type .swiper-slide .txt h6 {
  font-size: 18px;
  color: #2c2c2c;
  font-weight: 500;
  margin: 10px 0 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

/* .seize-goods-type .swiper-slide .txt h6 a:hover {
  color: #355fa0
} */

.seize-goods-type .swiper-slide .txt p {
  margin: 2px 0 0;
  font-size: 16px;
  color: #5b5b5b;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.seize-goods-type .swiper-slide .txt .more {
  display: block;
  margin: 20px 0 0;
  width: 200px;
  height: 35px;
  line-height: 35px;
  background: var(--btn-bg2);
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff
}

.seize-goods-type .swiper-slide .txt .more:hover {
  background: var(--btn-bg2-hover);
}

.seize-goods-type .swiper-slide:hover .pic > img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05)
}

.seize-goods-type .swiper-slide:hover .txt h5,
.seize-goods-type .swiper-slide:hover .txt h6,
.seize-goods-type .swiper-slide:hover .txt p {
  color: var(--active-color);
}

.seize-goods-type .swiper-slide:hover .txt .more {
  background: var(--btn-bg2-hover);
}

.seize-goods-type .bot {
  height: 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #d7d7d7;
  width: 100%;
  position: relative;
  z-index: 20
}

.seize-goods-type .bot em {
  font-size: 18px;
  color: #2c2c2c;
  line-height: 1;
  font-weight: 600
}

.seize-goods-type .bot .box {
  width: 237px;
  margin: 0 18px;
  text-align: center
}

.seize-goods-type .swiper-pagination-progressbar.swiper-pagination-horizontal {
  position: static;
  width: 100%;
  height: 1px;
  background: #acacac;
  border-radius: 0
}

.seize-goods-type .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--btn-bg);
  top: -2px;
  height: 5px;
  border-radius: 0
}


@media screen and (max-width: 1600px) {
  .seize-goods-type .tit h3 {
    font-size: 66px
  }
}

@media screen and (max-width: 1500px) {
  .seize-goods-type .tit h3 {
    font-size: 60px
  }
  .seize-goods-type .swiper-slide .txt h5 {
    font-size: 22px
  }
}

@media screen and (max-width: 1400px) {
  .seize-goods-type .tit h3 {
    font-size: 54px
  }
  .seize-goods-type .swiper-slide .txt .more {
    width: 180px;
    font-size: 15px
  }
}

@media screen and (max-width: 1300px) {
  .seize-goods-type .tit h3 {
    font-size: 48px
  }
}

@media screen and (max-width: 768px) {
  .seize-goods-type .tit h3 {
    font-size: 30px
  }
  .seize-goods-type {
    padding: 30px 0 0;
    background-position: center bottom 70px
  }
  .seize-goods-type .tit p {
    font-size: 16px;
    margin: 10px 0 0
  }
  .seize-goods-type .list {
    margin: 30px -10px
  }
  .seize-goods-type .swiper-slide {
    padding: 0 10px
  }
  .seize-goods-type .swiper-slide .pic {
    margin-top: 20px
  }
  .seize-goods-type .swiper-slide .txt h5 {
    font-size: 20px
  }
  .seize-goods-type .swiper-slide .txt h6 {
    font-size: 16px
  }
  .seize-goods-type .swiper-slide .txt p {
    margin: 4px 0 0;
    font-size: 15px
  }
  .seize-goods-type .swiper-slide .txt .more {
    display: none
  }
  .seize-goods-type .bot {
    height: 70px
  }
  .seize-goods-type .bot em {
    font-size: 17px
  }
  .seize-goods-type .bot .box {
    width: 220px;
    margin: 0 15px
  }
}