.steps {
  width: 1200px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}

.mt50 {
  margin-top: 50px;
}

.steps {
  width: 1200px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}

.steps::after {
  content: "";
  display: block;
  clear: both;
}

.steps .step {
  text-align: center;
  float: left;
  width: 20%;
}

.steps .step .img-warper {
  width: 120px;
  max-width: 50%;
  height: 140px;
  line-height: 140px;
  margin: 0 auto;
}

.steps .step .img-warper img {
  height: 80%;
}

.steps-hr {
  width: 960px;
  margin: 50px auto;
  height: 2px;
  background: #999;
  text-align: left;
}

.steps-hr i {
  text-align: center;
  background: #fff;
  display: inline-block;
  width: 56px;
  height: 56px;
  border: 2px solid #2dba3a;
  border-radius: 60px;
  font-size: 20px;
  font-style: normal;
  line-height: 50px;
  transform: translate(-50%, -50%);
  margin-right: 180px;
}

.steps-hr i:nth-child(4) {
  margin-right: 120px;
}

.steps-hr i:last-child {
  margin: 0;
  transform: translate(50%, -50%);
}

.icon-box {
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
}

.icon-box .icon {
  float: left;
  width: 25%;
}

.icon-box .icon .img-war {
  margin: 0 auto;
  width: 160px;
  line-height: 160px;
  border-radius: 160px;
  border: 2px solid #2dba3a;
  text-align: center;
}

.icon-box .icon p {
  font-size: 16px;
  line-height: 24px;
}

.icon-box .icon .img-war img {
  width: 90px;
  vertical-align: middle;
}

@media screen and (min-width: 1920px) {
  .icon-box {
    margin: 50px auto !important;
  }
}

@media screen and (max-width: 767px) {
  .icon-box .icon .img-war {
    width: 18vw;
    height: 18vw;
    box-sizing: border-box;
    padding: 5px;
    position: relative;
  }
  .icon-box .icon .img-war i {
    top: -42px;
    position: relative;
    font-size: 42px !important;
  }

  .icon-box .icon .img-war img {
    width: 60%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .icon-box .icon .img-war img {
    width: 40px;
    vertical-align: middle;
  }
  .icon-box .icon p {
    font-size: 12px;
  }

  .steps .step .img-warper {
    height: 50px;
  }

  .steps .step .img-warper img {
    vertical-align: top;
  }
  .step p {
    margin-top: 45px;
  }

  .steps-hr {
    margin: 20px auto;
    width: 95%;
    position: relative;
  }

  .steps-hr i {
    box-sizing: border-box;
    width: 29px;
    height: 29px;
    float: left;
    line-height: 29px;
    border-radius: 60px;
    margin-right: calc(20vw - 31px) !important;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
  }

  .steps-hr i:last-child {
    position: absolute;
    top: 0;
    right: 15px;
    margin-right: 0 !important;
  }
  .steps .step {
    text-align: center;
    float: left;
    width: 20%;
  }
}

/*# sourceMappingURL=step.css.map */
