.title-logo,
.w-icon-nav-menu {
  color: #ffffff;
  font-size: 1.7rem;
}
.error-message {
  color: red;
}
.footer1_menu-wrapper {
  grid-template-columns: 1fr 1fr;
}
.downloadBox {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.downloadBox img {
  width: 160px;
  height: 45px;
}
.imagesIcon {
  background-color: transparent;
  border: none;
}
.imagesIcon img {
  width: 100%;
  max-width: 350px;
}
.detailsBox {
  height: auto !important;
  padding-bottom: 50px;
}
.detailsBox .title-txt img {
  border-radius: 20px;
  margin-top: 20px;
}
.active-top .title-a .nav-dropdown-toggle.dark,
.active-top .title-a .title-logo,
.active-top .title-a .w-icon-nav-menu {
  color: #0d292e !important;
}
.active-top .title-a a {
  color: #0d292e !important;
}
.active-top .nav-link.dark,
.active-top .nav-dropdown-toggle.dark {
  color: #0d292e !important;
}
.title-p h2 {
  font-size: 2rem;
}
.title-p p {
  margin-bottom: 30px;
}
.titleBox1 .cards {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #f1f1f1;
  background-color: #fbfbfb;
  height: 100%;
}
.titleBox2 {
  text-align: center;
}
.titleBox2 .col-sm-6 {
  margin-bottom: 20px;
}
.titleBox2 h5 {
  font-size: 1.3rem;
  margin-top: 15px;
}
.apply {
  text-align: center;
  margin: 50px auto;
}
.apply h2 {
  font-size: 2rem;
}
.apply p {
  margin: 20px auto;
}
/* 手机屏幕（小于768px） */
@media screen and (max-width: 767px) {
  .title-logo {
    color: #ffffff;
    font-size: 1rem;
    width: 200px;
  }
}
/*# sourceMappingURL=style.css.map */