/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: >0.000001%
*/

ul,
li {
  list-style: none;
}
* {
  margin: 0;
  padding: 0;
  font-family: MicrosoftYaHei, "微软雅黑";
}

.process {
  padding: 40px 0 70px;
  margin: 0 auto;
}
.process .processCon {
  max-width: 1200px;
  margin: 0 auto;
}

.process .processCon ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
}
.process .processCon ul li i {
  background-size: 100% 100%;
  display: block;
}
.process .processCon ul li:nth-child(even) i {
  width: 20px;
  height: 27px;
  margin-left: 10px;
  margin-right: 10px;
}
.process .processCon ul li:nth-child(odd) {
  width: 152px;
  height: 152px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(27, 209, 209, 0.12);
  -webkit-flex-shrink: 0;
  /* -ms-flex-negative: 0; */
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.process .processCon ul li:nth-child(odd) i {
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
}

.process .processCon ul li:nth-child(even) i {
  font-size: 20px;
  color: rgba(27, 209, 209, 0.3);
}
@media screen and (max-width: 1200px) {
  .process {
    padding-left: 5.3%;
    padding-right: 5.3%;
  }
}
@media screen and (max-width: 960px) {
  .process {
    padding-top:48px;
    padding-bottom:48px;
    }
}
@media (min-width: 378px) and (max-width: 960px) {
  .process .processCon {
    width: 342px;
    margin: 0 auto;
  }
  .process .processCon ul {
    max-width: 342px;
    flex-wrap: wrap;
    position: relative;
  }
  .process .processCon ul li:nth-child(even) i {
    width: 11px;
    height: 14px;
  }
  .process .processCon ul li:nth-child(4) {
    width: 100%;
    position: relative;
  }
  .process .processCon ul li:nth-child(4) i {
    position: absolute;
    right: 62px;
    top: 12px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg); /* IE 9 */
    -moz-transform: rotate(90deg); /* Firefox */
    -webkit-transform: rotate(90deg); /* Safari 和 Chrome */
    -o-transform: rotate(90deg); /* Opera */
  }
  /* .process .processCon ul li:nth-child(4) i {
    float: right;
  } */
  .process .processCon ul li:nth-child(5),
  .process .processCon ul li:nth-child(6),
  .process .processCon ul li:nth-child(7) {
    margin-top: 35px;
  }
  .process .processCon ul li:nth-child(5) {
    position: relative;
    left: 187px;
  }
  .process .processCon ul li:nth-child(6) i {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -moz-transform: rotate(180deg); /* Firefox */
    -webkit-transform: rotate(180deg); /* Safari 和 Chrome */
    -o-transform: rotate(180deg); /* Opera */
  }
  .process .processCon ul li:nth-child(7) {
    position: relative;
    right: 187px;
  }
  .process .processCon ul li:nth-child(8) {
    width: 100%;
    position: relative;
  }
  .process .processCon ul li:nth-child(8) i {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari 和 Chrome */
    -o-transform: rotate(45deg); /* Opera */
    position: relative;
    left: 110px;
    top: 12px;
  }
  .process .processCon ul li:nth-child(9) {
    margin-top: 24px;
  }
}

@media screen and (max-width: 750px) {
  .process {
    padding: 24px 0 24px;
  }
}
@media screen and (max-width: 378px) {
  .process .processCon ul {
    display: flex;
    flex-direction: column;
  }
  .process .processCon ul li:nth-child(even) {
    transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important; /* IE 9 */
    -moz-transform: rotate(90deg) !important; /* Firefox */
    -webkit-transform: rotate(90deg) !important; /* Safari 和 Chrome */
    -o-transform: rotate(90deg) !important; /* Opera */
  }
  .process .processCon ul li:nth-child(even) i {
    width: 11px;
    height: 14px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
