@charset "UTF-8";
/* 定义动画 */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-0.38rem);
  }
  60% {
    transform: translateY(-0.19rem);
  }
}
.animate-once {
  animation: bounce 1s alternate;
}

.moudle1 {
  background: #FFFFFF;
  padding: 1.35rem 3.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.moudle1 .moudle1-txt1 {
  font-family: Helvetica;
  font-size: 0.47rem;
  color: #B6BAC2;
  line-height: 0.57rem;
}
.moudle1 .moudle1-txt2 {
  font-weight: 600;
  font-size: 0.47rem;
  color: #161B31;
  line-height: 0.66rem;
  margin: 0.04rem 0 0.9rem;
}
.moudle1 .center-box {
  display: flex;
}
.moudle1 .center-box span {
  width: 4rem;
  height: 4.63rem;
  background: #FFFFFF;
  margin-right: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0rem 0.03rem 0.15rem 0rem rgba(5, 15, 62, 0.08);
}
.moudle1 .center-box span img {
  width: 1.65rem;
  height: 1.51rem;
}
.moudle1 .center-box span text {
  margin-top: 0.61rem;
  width: 2.63rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.28rem;
  color: #1E202C;
  line-height: 0.38rem;
}
.moudle1 .center-box span:last-child {
  margin-right: 0;
}/*# sourceMappingURL=tabThree.css.map */