#cookie-banner,
#adopt-controller-button {
  display: none !important;
}
.header {
  padding: 20px;
}
.header .row img {
  width: 100px;
}
.loading h2 {
  color: #ffffff;
  font-size: 3rem;
}
.crumbs {
  color: #ffffff;
  font-size: 1.5rem;
  cursor: pointer;
  display: none;
}
.section__about-us .section__about-us--text {
  font-size: 18px;
  line-height: 40px;
}
.services h4 {
  text-align: left;
}
.services p {
  text-align: left;
  font-weight: normal;
}
.services .images img {
  width: 100%;
  border-radius: 10px;
}
.services .images .cards {
  margin-bottom: 20px;
}
.text-white strong {
  font-size: 1.5rem;
}
#team,
#careers {
  position: relative;
}
#team .bg-l img,
#careers .bg-l img {
  position: absolute;
  left: -50%;
  z-index: -1;
}
#services {
  position: relative;
}
#services .bg-r img {
  position: absolute;
  right: -50%;
  z-index: -1;
}
.iconTitle {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.iconTitle .iconfont {
  color: #ffffff;
  font-size: 23px;
}
.iconBox {
  padding: 100px 0;
}
.iconBox .images img {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
.iconBox p {
  line-height: 33px !important;
  margin-top: 20px;
}
.iconBox .download {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.iconBox .download img {
  width: 160px;
  height: 45px;
}
/* 手机屏幕（小于768px） */
@media screen and (max-width: 767px) {
  .header .row {
    justify-content: space-between;
  }
  .crumbs {
    display: inline-block;
  }
  .footer-w {
    flex-direction: column;
  }
  .footer-w .iconTitle {
    padding: 20px 40px;
  }
}
.error-message {
  color: red !important;
}
/*# sourceMappingURL=style.css.map */