.seize-goods-type {
  padding: 70px 0 0;
  background: #fcfcfc;
  position: relative;
}
.seize-goods-type::after {
  content: "";
  position: absolute;
  bottom: 100px;
  width: 100%;
  border-bottom: 100px solid #f0f0f0;
  border-top: 100px solid transparent;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
}

.seize-goods-type .tit {
  text-align: center
}

.seize-goods-type .tit h3 {
  font-size: 54px;
  line-height: 1;
  color: #2c2c2c;
  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 .5s;
  -webkit-transition: transform .5s;
  aspect-ratio: 1 /1;
  object-fit: cover;
}

.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 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 {
  margin: 20px 0 0;
  width: 200px;
  height: 35px;
  line-height: 35px;
  background: var(--color-primary);
  border-radius: var(--button-radius);
  text-align: center;
  font-size: 16px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff
}

.seize-goods-type .swiper-slide .txt .more:hover {
  cursor: pointer;
  background: none;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}

.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(--color-primary);
}

.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(--color-primary);
  top: -2px;
  height: 5px;
  border-radius: 0
}




@media screen and (max-width: 1500px) {


  .seize-goods-type .swiper-slide .txt h5 {
    font-size: 22px
  }
}

@media screen and (max-width: 1400px) {


  .seize-goods-type .swiper-slide .txt .more {
    width: 180px;
    font-size: 15px
  }
}


@media screen and (max-width: 768px) {


  .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::after {
    bottom: 70px;
    border-bottom: 60px solid #f0f0f0;
    border-top: 60px solid transparent;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
  }

  .seize-goods-type .bot {
    height: 70px
  }

  .seize-goods-type .bot em {
    font-size: 17px
  }

  .seize-goods-type .bot .box {
    width: 220px;
    margin: 0 15px
  }
}





@media screen and (max-width: 1500px) {
  .seize-goods-type .tit h3 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1441px) {
  .seize-goods-type .tit h3 {
    font-size: 44px;
  }
}
@media screen and (max-width: 1367px) {
  .seize-goods-type .tit h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1281px) {
  .seize-goods-type .tit h3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 1171px) {
  .seize-goods-type .tit h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 992px) {
  .seize-goods-type .tit h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .seize-goods-type .tit h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .seize-goods-type .tit h3 {
    font-size: 22px;
  }
}

