.main h2 {
  font-size: 0.8rem;
  margin-top: 3rem;
}
.Subtitle {
  font-size: 0.6px;
  margin: 0;
}
.product_radius {
  width: 7rem;
  height: 7rem;
  margin: 2.5rem auto;
  border: 1px solid #a0a0aa;
  border-radius: 50%;
  position: relative;
  animation: myMove1 10s linear infinite;
  -webkit-animation: myMove1 10s linear infinite;
}
.identify,
.mobile_pay,
.software_platform {
  width: 4rem;
  height: 4rem;
  margin: 0 auto;
  color: #666666;
  background-color: #efeff4;
  border-radius: 50%;
  animation: myMove2 10s linear infinite;
  -webkit-animation: myMove2 10s linear infinite;
}
.product_radius .iconfont {
  line-height: 2rem;
  font-size: 1.5rem;
}
.product_radius p {
  line-height: 1rem;
  font-size: 0.7rem;
  margin: 0;
}
.identify {
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.mobile_pay {
  position: absolute;
  bottom: -0.5rem;
  left: -1.5rem;
}
.software_platform {
  position: absolute;
  bottom: -0.5rem;
  right: -1.5rem;
}
@keyframes myMove1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes myMove1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes myMove2 {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes myMove2 {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

.specific_list {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}
.specific_list li {
  width: 1.5rem;
  color: white;
}
.specific_list .iconfont {
  margin-top: 0.5rem;
  font-size: 1rem;
  display: block;
}
.specific_text {
  font-size: 0.8rem;
  margin: 0;
  padding-top: 0.5rem;
  background-image: url("../img/solution.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 3rem;
}
.cooperation_list {
  background-color: white;
  margin-top: 2rem;
  overflow: hidden;
}
.cooperation_list li {
  float: left;
  width: 50%;
  padding: 0.5rem;
  text-align: center;
}
.cooperation_list img {
  width: 6rem;
  height: 2rem;
  border-radius: 0.2rem;
}

.future {
  margin-top: 2rem;
  padding: 0 0.6rem;
}
.future_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.future_list li {
  width: 45%;
  float: left;
  margin-top: 30px;
}
.future_list img {
  width: 6rem;
  height: 7rem;
}
.update_details {
  width: 295px;
  text-align: left;
  display: inline;
}
.update_details p {
  text-indent: 2em;
  margin: 0;
  margin-top: 0.6rem;
  font-size: 0.6rem;
}
