.seize-goods-feature {
  padding: 80px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

/* .seize-goods-feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  opacity: .1;
} */

.seize-goods-feature .container {
  position: relative;
  z-index: 1;
}

.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: 40px;
  line-height: 1.4;
  color: #2c2c2c;
  font-weight: 600;
  text-transform: uppercase
}

.seize-goods-feature .tit p {
  font-size: 17px;
  color: #5b5b5b;
  line-height: 24px;
  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: 480px;
  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: 40px;
  left: 68px;
}

.seize-goods-feature .box .mid .img-container .dot.dot2 {
  top: 26px;
  left: 390px;
}

.seize-goods-feature .box .mid .img-container .dot.dot3 {
  top: 142px;
  left: -10px;
}

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

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

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

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

.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: 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;
  left: 62px;
  text-align: right
}

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

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

.seize-goods-feature .box .t4 {
  top: 190px;
  right: -12px;
}

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

.seize-goods-feature .box .t6 {
  top: 338px;
  right: -6px;
}

@media screen and (max-width: 1600px) {
  .seize-goods-feature .box .t .txt p {
    font-size: 16px
  }

  .seize-goods-feature .tit em,
  .seize-goods-feature .tit h3 {
    font-size: 40px;
  }
}

@media screen and (max-width: 1500px) {
  .seize-goods-feature .box .t1 {
    top: 0px;
    left: -70px;
    text-align: right
  }
  
  .seize-goods-feature .box .t2 {
    top: 0;
    right: -80px;
  }
  
  .seize-goods-feature .box .t3 {
    top: 160px;
    left: -136px;
    text-align: right
  }
  
  .seize-goods-feature .box .t4 {
    top: 160px;
    right: -114px;
  }
  
  .seize-goods-feature .box .t5 {
    top: 320px;
    left: -140px;
    text-align: right
  }
  
  .seize-goods-feature .box .t6 {
    top: 320px;
    right: -100px;
  }

  .seize-goods-feature .tit em,
  .seize-goods-feature .tit h3 {
    font-size: 40px;
  }

  .seize-goods-feature .box .t1,
  .seize-goods-feature .box .t2 {
    width: 450px
  }

  .seize-goods-feature .box .t5,
  .seize-goods-feature .box .t6 {
    top: 320px
  }
}

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

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

  .seize-goods-feature .box .mid {
    height: auto;
    overflow: visible;
    padding: 20px;
    width: 100%; 
  }

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

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

  .seize-goods-feature .box .t .txt em {
    display: block;
    margin-bottom: 8px;
  }

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

  .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: 36px;
    left: 58px;
  }
  
  .seize-goods-feature .box .mid .img-container .dot.dot2 {
    top: 24px;
    left: 345px;
  }
  
  .seize-goods-feature .box .mid .img-container .dot.dot3 {
    top: 132px;
    left: -15px;
  }
  
  .seize-goods-feature .box .mid .img-container .dot.dot4 {
    top: 156px;
    left: 425px;
  }
  
  .seize-goods-feature .box .mid .img-container .dot.dot5 {
    top: 228px;
    left: -25px;
  }
  
  .seize-goods-feature .box .mid .img-container .dot.dot6 {
    top: 242px;
    left: 430px;
  }

  .seize-goods-feature .tit em,
  .seize-goods-feature .tit h3 {
    font-size: 36px;
  }

  @media screen and (max-width: 1300px) {
    .seize-goods-feature .tit em,
    .seize-goods-feature .tit h3 {
      font-size: 34px;
    }
  }

  @media screen and (max-width: 992px) {
    .seize-goods-feature .tit em,
    .seize-goods-feature .tit h3 {
      font-size: 28px;
    }
  }

  @media screen and (max-width: 768px) {
    .seize-goods-feature .box .mid .img-container {
      width: 280px;
    }

    .seize-goods-feature .box .mid .img-container .dot.dot1 {
      top: 16px;
      left: 18px;
    }
    
    .seize-goods-feature .box .mid .img-container .dot.dot2 {
      top: 24px;
      left: 245px;
    }
    
    .seize-goods-feature .box .mid .img-container .dot.dot3 {
      top: 86px;
      left: -20px;
    }
    
    .seize-goods-feature .box .mid .img-container .dot.dot4 {
      top: 102px;
      left: 285px;
    }
    
    .seize-goods-feature .box .mid .img-container .dot.dot5 {
      top: 158px;
      left: -24px;
    }
    
    .seize-goods-feature .box .mid .img-container .dot.dot6 {
      top: 165px;
      left: 282px;
    }

    .seize-goods-feature .tit em,
    .seize-goods-feature .tit h3 {
      font-size: 26px;
    }
  }

  @media screen and (max-width: 600px) {
    .seize-goods-feature .box .t {
      width: 100%;
      margin: 10px 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 {
      padding: 15px;
    }

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

    .seize-goods-feature .box .mid .img-container .dot.dot1 {
      top: -6px;
      left: 32px;
    }
    
    .seize-goods-feature .box .mid .img-container .dot.dot2 {
      top: 24px;
      left: 225px;
    }
    
    .seize-goods-feature .box .mid .img-container .dot.dot3 {
      top: 84px;
      left: -22px;
    }
    
    .seize-goods-feature .box .mid .img-container .dot.dot4 {
      top: 100px;
      left: 255px;
    }
    
    .seize-goods-feature .box .mid .img-container .dot.dot5 {
      top: 160px;
      left: -18px;
    }
    
    .seize-goods-feature .box .mid .img-container .dot.dot6 {
      top: 156px;
      left: 252px;
    }
    .seize-goods-feature .tit em,
    .seize-goods-feature .tit h3 {
      font-size: 24px;
    }
  }
}