.seize-goods-feature {
  background: #fbfbfb;
  padding: 80px 0
}

@media screen and (max-width:1440px) {
  .seize-goods-feature {
    padding: 50px 0;
  }
}

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


.seize-goods-feature .tit {
  text-align: center
}

.seize-goods-feature .tit em {
  font-size: 72px;
  line-height: 1;
  color: #2c2c2c;
  font-weight: 300;
  text-transform: uppercase
}

.seize-goods-feature .tit h3 {
  font-size: clamp(24px, 1.9vw, 36px);
  line-height: 1;
  color: #2c2c2c;
}

.seize-goods-feature .tit p {
  font-size: clamp(14px, 0.9vw, 17px);
  color: #5b5b5b;
  line-height: 24px;
  margin: 20px 0 0;
}

.seize-goods-feature .box {
  position: relative;
  margin: 70px 0 0;
}

.seize-goods-feature .box .mid {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

.seize-goods-feature .box .mid .img-container {
  width: 560px;
  position: relative;
}


.seize-goods-feature .box .mid img {
  width: 100%;
}



.seize-goods-feature .box .t {
  position: absolute;
  width: 320px;
}

.seize-goods-feature .box .t .txt em {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  color: var(--color-primary);
  font-size: 15px;
  display: none;
  margin-bottom: 8px
}

.seize-goods-feature .box .t .txt p {
  color: #4c4c4c;
  line-height: 22px;
  font-size: clamp(14px, 0.9vw, 17px)
}

.seize-goods-feature .box .t .txt p+p {
  margin-top: 5px
}

.seize-goods-feature .box .t .txt p strong {
  color: #0f0f0f
}

.seize-goods-feature .box .t1 {
  top: 0px;
}

.seize-goods-feature .box .t2 {
  top: 0px;
  right: 70px;
}

.seize-goods-feature .box .t3 {
  top: 270px;
  text-align: left;
}

.seize-goods-feature .box .t4 {
  top: 270px;
  right: 65px;
}

.seize-goods-feature .box .t5 {
  top: 480px;
  left: -4px;
  text-align: left;
}

.seize-goods-feature .box .t6 {
  top: 480px;
  right: 63px;
}

@media(max-width:1499px){
.seize-goods-feature .box .t1,.seize-goods-feature .box .t3,.seize-goods-feature .box .t5 {left: -50px;}
.seize-goods-feature .box .t2,.seize-goods-feature .box .t4,.seize-goods-feature .box .t6 {right: -50px;}

}



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

  .seize-goods-feature .box .mid .img-container .dot {
    width: 26px;
    height: 26px;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
  }

  .seize-goods-feature .box .mid .img-container {
    width: 580px;
  }

  .seize-goods-feature .box .mid .img-container .dot.dot1 {
    top: 40px;
    left: 72px;
  }
  
  .seize-goods-feature .box .mid .img-container .dot.dot2 {
    top: 30px;
    left: 448px;
  }
  
  .seize-goods-feature .box .mid .img-container .dot.dot3 {
    top: 162px;
    left: -13px;
  }
  
  .seize-goods-feature .box .mid .img-container .dot.dot4 {
    top: 192px;
    left: 556px;
  }
  
  .seize-goods-feature .box .mid .img-container .dot.dot5 {
    top: 284px;
    left: -28px;
  }
  
  .seize-goods-feature .box .mid .img-container .dot.dot6 {
    top: 310px;
    left: 560px;
  }



  .seize-goods-feature {
    background: #fbfbfb;
  }

  .seize-goods-feature .box {
    margin: 30px 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .seize-goods-feature .box .t {
    position: static;
    width: 48%;
    text-align: left;
    margin: 20px 0 0;
    background: var(--color-primary);
    padding: 20px
  }

  .seize-goods-feature .box .t .txt em {
    display: block
  }

  .seize-goods-feature .box .t .txt p,
  .seize-goods-feature .box .t .txt p strong {
    color: #fff
  }
}



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


  .seize-goods-feature .box .mid .img-container {
    width: 220px;
  }

  .seize-goods-feature .box .mid .img-container .dot.dot1 {
    top: 18px;
    left: 23px;
  }
  
  .seize-goods-feature .box .mid .img-container .dot.dot2 {
    top: 30px;
    left: 283px;
  }
  
  .seize-goods-feature .box .mid .img-container .dot.dot3 {
    top: 96px;
    left: -24px;
  }
  
  .seize-goods-feature .box .mid .img-container .dot.dot4 {
    top: 116px;
    left: 323px;
  }
  
  .seize-goods-feature .box .mid .img-container .dot.dot5 {
    top: 179px;
    left: -28px;
  }
  
  .seize-goods-feature .box .mid .img-container .dot.dot6 {
    top: 187px;
    left: 319px;
  }




}

@media screen and (max-width: 600px) {
  .seize-goods-feature .box .t {
    width: 100%;
    margin: 15px 0 0;
    padding: 15px
  }

  .seize-goods-feature .box .t .txt em {
    width: 22px;
    height: 22px;
    line-height: 22px
  }
}

@media screen and (max-width: 400px) {
  .seize-goods-feature .box .mid {
    height: 240px;
    padding: 28px;
  }

  .seize-goods-feature .box .mid .img-container {
    width: 288px;
  }

  .seize-goods-feature .box .mid .img-container .dot.dot1 {
    top: -4px;
    left: 39px;
  }
  
  .seize-goods-feature .box .mid .img-container .dot.dot2 {
    top: 30px;
    left: 261px;
  }
  
  .seize-goods-feature .box .mid .img-container .dot.dot3 {
    top: 94px;
    left: -26px;
  }
  
  .seize-goods-feature .box .mid .img-container .dot.dot4 {
    top: 112px;
    left: 290px;
  }
  
  .seize-goods-feature .box .mid .img-container .dot.dot5 {
    top: 180px;
    left: -22px;
  }
  
  .seize-goods-feature .box .mid .img-container .dot.dot6 {
    top: 176px;
    left: 286px;
  }
}