.seize-goods-feature {
  background: #fbfbfb;
  padding: clamp(30px, 4.166667vw, 80px) 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, 2.40vw, 46px);
  line-height: 1.2;
  font-weight: 700;
  text-transform: capitalize;
}

.seize-goods-feature .tit p {
  font-size: clamp(14px, 0.94vw, 18px);
  color: #333;
  line-height: 1.7;
  margin: 10px 0 0
}

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

.seize-goods-feature .box .mid {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  /* height: 420px; */
  overflow: hidden;
  padding: 28px;
}

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


.seize-goods-feature .box .mid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 50%;
}

.seize-goods-feature .box .mid .img-container::after {
  content: '';
  position: absolute;
  left: -20px;
  top: -20px;
  right: -20px;
  bottom: -20px;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
}

.seize-goods-feature .box .mid .img-container .dot {
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: var(--color-primary);
  border-radius: 50%;
  font-size: 0;
  z-index: 1;
}

.seize-goods-feature .box .mid .img-container .dot.dot1 {
  top: 46px;
  left: 83px;
}

.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: -2px;
}

.seize-goods-feature .box .mid .img-container .dot.dot4 {
  top: 192px;
  left: 563px;
}

.seize-goods-feature .box .mid .img-container .dot.dot5 {
  top: 278px;
  left: -24px;
}

.seize-goods-feature .box .mid .img-container .dot.dot6 {
  top: 294px;
  left: 573px;
}


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

.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.89vw, 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: -35px;
  left: 120px;
  text-align: left;
}

.seize-goods-feature .box .t2 {
  top: -35px;
  right: 120px;
}

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

.seize-goods-feature .box .t4 {
  top: 152px;
  right: 18px;
}

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

.seize-goods-feature .box .t6 {
  top: 391px;
  right: 71px;
}

@media screen and (max-width: 1800px) {
.seize-goods-feature .box .t {width: 450px;}
.seize-goods-feature .box .t1 {top: -40px;left: 160px;}
.seize-goods-feature .box .t2 {top: -40px;right: 170px;}
.seize-goods-feature .box .t3 {top: 165px;left: 85px;}
.seize-goods-feature .box .t4 {top: 165px;right: 85px;}
.seize-goods-feature .box .t5 {top: 395px;left: 110px;}
.seize-goods-feature .box .t6 {top: 395px;right: 110px;}
.seize-goods-feature .box .mid .img-container .dot.dot3 {top: 200px;left: -14px;}
.seize-goods-feature .box .mid .img-container .dot.dot4 {top: 200px;left: 565px;}
.seize-goods-feature .box .mid .img-container .dot.dot5 {top: 420px;left: 13px;}
.seize-goods-feature .box .mid .img-container .dot.dot6 {top: 420px;left: 537px;}

}


@media screen and (max-width: 1700px) {
.seize-goods-feature .box .t {width: 430px;}
.seize-goods-feature .box .t1 {left: 140px;}
.seize-goods-feature .box .t2 {right: 150px;}
.seize-goods-feature .box .t3 {left: 65px;}
.seize-goods-feature .box .t4 {right: 65px;}
.seize-goods-feature .box .t5 {left: 90px;}
.seize-goods-feature .box .t6 {right: 90px;}

}

@media screen and (max-width: 1600px) {
.seize-goods-feature .box .t {width: 400px;}
.seize-goods-feature .box .t1 {left: 130px;}
.seize-goods-feature .box .t2 {right: 140px;}
.seize-goods-feature .box .t3 {left: 55px;}
.seize-goods-feature .box .t4 {right: 55px;}
.seize-goods-feature .box .t5 {left: 80px;}
.seize-goods-feature .box .t6 {right: 80px;}

}


@media screen and (max-width: 1500px) {
.seize-goods-feature .box .t {width: 350px;}
.seize-goods-feature .box .t1 {left: 100px;}
.seize-goods-feature .box .t2 {right: 110px;}
.seize-goods-feature .box .t3 {left: 25px;}
.seize-goods-feature .box .t4 {right: 25px;}
.seize-goods-feature .box .t5 {left: 50px;}
.seize-goods-feature .box .t6 {right: 50px;}

}

@media screen and (max-width: 1400px) {
.seize-goods-feature .box .t {width: 300px;}
.seize-goods-feature .box .t1 {left: 100px;}
.seize-goods-feature .box .t2 {right: 110px;}
.seize-goods-feature .box .t3 {left: 35px;top: 156px;}
.seize-goods-feature .box .t4 {right: 35px;top: 156px;}
.seize-goods-feature .box .t5 {left: 50px;top: 350px;}
.seize-goods-feature .box .t6 {right: 50px;top: 350px;}
.seize-goods-feature .box .mid .img-container {width: 500px;}
.seize-goods-feature .box { margin: 80px 0 0;}
  
.seize-goods-feature .box .mid .img-container .dot.dot1 {top: 35px;left: 76px;}
.seize-goods-feature .box .mid .img-container .dot.dot2 {top: 35px;left: 414px;}
.seize-goods-feature .box .mid .img-container .dot.dot3 {top: 190px;left: -18px;}
.seize-goods-feature .box .mid .img-container .dot.dot4 {top: 190px;left: 509px;}
.seize-goods-feature .box .mid .img-container .dot.dot5 {top: 415px;left: 36px;}
.seize-goods-feature .box .mid .img-container .dot.dot6 {top: 415px;left: 453px;}  
}


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

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

  .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 .dot.dot1 {
    top: 27px;
    left: 70px;
  }
  
  .seize-goods-feature .box .mid .img-container .dot.dot2 {
    top: 27px;
    left: 406px;
  }
  
  .seize-goods-feature .box .mid .img-container .dot.dot3 {
    top: 180px;
    left: -25px;
  }
  
  .seize-goods-feature .box .mid .img-container .dot.dot4 {
    top: 180px;
    left: 502px;
  }
  
  .seize-goods-feature .box .mid .img-container .dot.dot5 {
    top: 400px;
    left: 20px;
  }
  
  .seize-goods-feature .box .mid .img-container .dot.dot6 {
    top: 400px;
    left: 453px;
  }



  .seize-goods-feature {
    background: #fbfbfb;
    /* padding: 60px 0 0; */
  }

  .seize-goods-feature .box {
    margin: 30px 15px 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: 768px) {
  .seize-goods-feature .box .mid {
    height: 260px;
    padding: 40px;
  }

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

  .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: 399px) {
    .seize-goods-feature .box .mid .img-container {
      width: 256px;
    }
    
    .seize-goods-feature .box .mid .img-container .dot.dot1 {
      top: -7px;
      left: 33px;
    }
    
    .seize-goods-feature .box .mid .img-container .dot.dot2 {
      top: 1px;
      left: 208px;
    }
    .seize-goods-feature .box .mid .img-container .dot.dot3 {
      top: 89px;
      left: -27px;
    }
    .seize-goods-feature .box .mid .img-container .dot.dot4 {
      top: 89px;
      left: 258px;
    }
    .seize-goods-feature .box .mid .img-container .dot.dot5 {
      top: 180px;
      left: -19px;
    }
    .seize-goods-feature .box .mid .img-container .dot.dot6 {
      top: 179px;
      left: 246px;
    }
}