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

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

.seize-goods-feature .tit em {
  font-size: calc(0px + 20 * (100vw / 1920));
  line-height: 1;
  color: var(--font-color);
  /* font-weight: 300; */
  text-transform: uppercase;
  font-weight: bold;
}

.seize-goods-feature .tit h3 {
  font-size: calc(20px + 20 * (100vw / 1920));
  line-height: 1;
  color: var(--font-color);
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
}

.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 {
  width: 700px;
  margin: 0 auto;
  text-align: center
}

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

.seize-goods-feature .box .mid img:last-child {
  display: none
}

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

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

.seize-goods-feature .box .t .txt img {
  width: 22px;
}

.seize-goods-feature .box .t .txt p {
  color: #4c4c4c;
  line-height: 22px;
  font-size: 17px;
  display: inline;
}

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

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

.seize-goods-feature .box .t1 {
  width: 500px;
  top: 0px;
  left: 0;
  text-align: right
}

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

.seize-goods-feature .box .t3 {
  width: 400px;
  top: 100px;
  left: 0;
  text-align: right
}

.seize-goods-feature .box .t4 {
  width: 400px;
  top: 100px;
  right: 0
}

.seize-goods-feature .box .t5 {
  width: 380px;
  top: 250px;
  left: -10px;
  text-align: right
}

.seize-goods-feature .box .t6 {
  width: 380px;
  top: 250px;
  right: -20px;
}

.seize-goods-feature .box .t7 {
  width: 380px;
  left: 10px;
  text-align: right;
  top: 400px;
}

.seize-goods-feature .box .t8 {
  width: 380px;
  right: 5px;
  top: 400px;
}


@media screen and (max-width: 1600px) {
  .seize-goods-feature .box .mid {
    width:600px
  }

  .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{
    margin: 50px 0 0;
  }
  .seize-goods-feature .box .mid img {
    width: 80%;
  }  
  .seize-goods-feature .tit em,.seize-goods-feature .tit h3 {
    /* font-size: 60px; */
  }
  .seize-goods-feature .box .mid {
    width: 530px
  }

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

  .seize-goods-feature .box .t3,.seize-goods-feature .box .t4 {
      top: 75px;
      width: 370px
  }

  .seize-goods-feature .box .t5,.seize-goods-feature .box .t6 {
      top: 160px;
  }
    .seize-goods-feature .box .t7,.seize-goods-feature .box .t8 {
      top: 265px;
  }
}
@media screen and (max-width: 1400px) {
  .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 .mid {
      width: 100%
  }

  .seize-goods-feature .box .mid img {
      max-width: 600px
  }

  .seize-goods-feature .box .mid img:first-child {
      display: none
  }

  .seize-goods-feature .box .mid img:last-child {
      display: inline-block
  }

  .seize-goods-feature .box .t {
      position: static;
      width: 48%;
      text-align: left;
      margin: 20px 0 0;
      background: rgb(1 24 56 / 84%);
      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: 1300px) {
  .seize-goods-feature .tit em,.seize-goods-feature .tit h3 {
    /* font-size: 48px; */
  }
  .seize-goods-feature .tit em {
    font-size: calc(5px + 20 * (100vw / 1920));
  }
}
@media screen and (max-width: 768px) {
  .seize-goods-feature .tit em,.seize-goods-feature .tit h3 {
    font-size: 30px; 
  }
  .seize-goods-feature {
    padding: 30px 0 10px
  }
  .seize-goods-feature .tit em {
    font-size: calc(5px + 20 * (100vw / 1920));
  }
}
@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
  }
  .seize-goods-feature .tit em {
    font-size: calc(10px + 20 * (100vw / 1920));
  }
}
