.seize-goods-feature {
  background: #fbfbfb;
  padding: 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: 72px;
  line-height: 1;
  color: #2c2c2c;
  font-weight: 700;
  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: 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: 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: 66px;
  }
}

@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: 60px;
  }

  .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 .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: 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 .tit em,
  .seize-goods-feature .tit h3 {
    font-size: 54px;
  }

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

  .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: #000;
  }
}

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

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

@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;
  }

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

  .seize-goods-feature {
    padding: 30px 0 10px
  }
}

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