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

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

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

.seize-goods-feature .tit h3 {
  font-size: 48px;
  line-height: 1;
  color: var(--title-text-color, #000);
  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: 70px 0 0
}

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

.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;
      top: -24px;
    left: 50%;
    transform: translateX(-50%);
}

.seize-goods-feature .box .mid .img-container .dot.dot2 {
  // top: 30px;
  // left: 448px;
      top: 32%;
    left: -9px
}

.seize-goods-feature .box .mid .img-container .dot.dot3 {
  // top: 162px;
  // left: -2px;
      top: 32%;
    right: -8px;
}

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

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

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


.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;
  top: -6%;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
}

.seize-goods-feature .box .t2 {
  // top: 0;
  // right: 70px;
     top: 21%;
    left: 4%;
    text-align: right;
}

.seize-goods-feature .box .t3 {
  // top: 190px;
      top: 21%;
    right: 3%;
}

.seize-goods-feature .box .t4 {
  // top: 190px;
      top: 82%;
    left: 8%;
    text-align: right;
}

.seize-goods-feature .box .t5 {
  // top: 348px;
      top: 82%;
    right: 8%;
}

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


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

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

  .seize-goods-feature .box .t1 {
        top: -5%;
  }
  
  .seize-goods-feature .box .t2 {
    top: 24%;
    left: -11%;
  }
  
  .seize-goods-feature .box .t3 {
       top: 21%;
    right: -7%;
  }
  
  .seize-goods-feature .box .t4 {
    left: 0;
  }
  
  .seize-goods-feature .box .t5 {
    right: 0;
  }
  
  .seize-goods-feature .box .t6 {
    top: 320px;
    right: -100px;
  }
  
  .seize-goods-feature .t2 p {
    width: 90% !important;
  }

  .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: -30px;
  }
  
  .seize-goods-feature .box .mid .img-container .dot.dot2 {
      left: -3%;
  }
  
  .seize-goods-feature .box .mid .img-container .dot.dot3 {
    right: -3%;
  }
  
  // .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;
    padding: 60px 0 0
  }
  
  .seize-goods-feature .box .t .txt p{
      width: 75%;
  }
  
  .seize-goods-feature .box .t1{
        top: -6%;
  }
  .seize-goods-feature .box .t2{
       top: 22%;
    left: -9%;
  }
  .seize-goods-feature .box .t3{
    top: 22%;
    right: -7%;
  }
  .seize-goods-feature .box .t4{
        top: 84%;
            left: 8%;
  }
  .seize-goods-feature .box .t5{
         top: 85%;
             right: 1%;
  }
}

@media screen and (max-width: 1280px) {
  .seize-goods-feature .box .t1{
        top: -8%;
  }
  .seize-goods-feature .box .t2{
    top: 21%;
    left: -4%;
  }
  .seize-goods-feature .box .t3{
    top: 20%;
    right: -10%;
  }
  .seize-goods-feature .box .t4{
    left: 7%;
  }
  .seize-goods-feature .box .t5{
          right: -1%;
  }
  .seize-goods-feature .t2 p {
    width: 70% !important;
  }

}

@media screen and (max-width: 1200px) {
  .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 .txt p{
      width: 100%;
  }

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

  .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
  }
  
  .seize-goods-feature .t2 p {
    width: 100% !important;
  }
}

@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 {
     display: none;
   }

  // .seize-goods-feature .box .mid .img-container .dot.dot1 {
  //   top: 18px;
  //   left: 23px;
  // }
  
  .seize-goods-feature .box .mid .img-container .dot.dot2 {
       left: -8%;
  }
  
  .seize-goods-feature .box .mid .img-container .dot.dot3 {
       right: -8%;
  }
  
  .seize-goods-feature .box .mid .img-container .dot.dot4 {
        left: 12%;
  }
  
  .seize-goods-feature .box .mid .img-container .dot.dot5 {
       right: 12%;
  }
  
  // .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-customer .tit h3,
  .glite-company-intro .txt h3,
  .taskoit_card_main h3,
  .seize-goods-feature .tit em,
  .seize-goods-feature .tit h3,
  .sutong-cases .t h3,
  .solarsun_blog_area .witr_section_title_inner h3,
  .maha-client-wrap .section-title-wrap .section-title{
    font-size: 30px !important;
  }
  .seize-goods-feature .box .t {
    width: 100%;
    margin: 15px 0 0;
    padding: 15px;
    display: none;
  }

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

@media screen and (max-width: 476px) {
  .seize-customer .tit h3,
  .glite-company-intro .txt h3,
  .taskoit_card_main h3,
  .seize-goods-feature .tit em,
  .seize-goods-feature .tit h3,
  .sutong-cases .t h3,
  .solarsun_blog_area .witr_section_title_inner h3,
  .maha-client-wrap .section-title-wrap .section-title{
    font-size: 24px !important;
  }
  
  // .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;
  // }
}