.footerImage {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.footerPrivacy {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
  font-size: 16px;
}
.footerPrivacy a {
  color: #595959;
  text-decoration: none;
}
.error-message {
  color: red;
  text-align: left;
  margin-top: 5px;
}
.iconBox {
  align-items: center;
  margin-bottom: 50px;
}
.iconBox .cards {
  padding: 20px;
}
.iconBox .cards h2 {
  margin-bottom: 20px;
}
.iconBox .cards p {
  line-height: 30px;
}
.iconBox .cards .img {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 10px;
}
.iconBox .cards .img img {
  width: 160px;
  height: 48px;
}
.iconBox .cards .iconImages {
  text-align: center;
}
.iconBox .cards .iconImages img {
  width: 100%;
  max-width: 300px;
}
.titleBox {
  color: #595959;
}
.titleBox h2 {
  font-size: 45px;
  text-align: center;
  flex: 1;
}
/* 手机屏幕（小于768px） */
@media screen and (max-width: 767px) {
  .iconBox .cards .iconImages {
    text-align: left;
  }
}
/*# sourceMappingURL=style.css.map */