.scroll-box .img-fluid {
  width: 100%;
}
.iconTitle {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.iconTitle a {
  text-decoration: none;
}
.iconTitle .iconfont {
  font-size: 23px;
  color: #ffffff;
}
.iconTitle .youtube .icon {
  width: 30px;
  height: 30px;
}
.iconTitle .instagram .icon,
.iconTitle .tiktok .icon {
  width: 25px;
  height: 25px;
}
.iconTitle .tuite .icon {
  width: 28px;
  height: 28px;
}
.iconTitle .tuite .icon path {
  fill: #ffffff;
}
/* 手机屏幕（小于768px） */
@media screen and (max-width: 990px) {
  .bg-primary #navbar {
    justify-content: end;
    padding: 20px !important;
  }
  .bg-primary .navbar-nav .d-flex {
    flex-direction: column;
  }
}
/*# sourceMappingURL=style.css.map */