.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: var(--font-color);
  font-weight: 300;
  text-transform: uppercase
}

.seize-goods-feature .tit h3 {
  font-size: 72px;
  line-height: 1;
  color: var(--font-color);
  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 {
  width: 700px;
  margin: 0 auto;
  text-align: center
}

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

.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 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 {
  width: 500px;
  top: -27px;
  left: 0;
  text-align: right
}

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

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

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

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

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


@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 .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: 160px;
      width: 370px
  }

  .seize-goods-feature .box .t5,.seize-goods-feature .box .t6 {
      top: 320px
  }
}
@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:#2e4883;
      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; 
  }
}
@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
  }
}
@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
  }
}
