html,
body {
  width: 100%;
  height: 100%;
}
.home-container {
  width: 100%;
  height: 100%;
}
#header {
  background-color: transparent!important;
  box-shadow: none!important;
}
#header h1 {
  font-size: 22px;
  font-weight: bold!important;
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity)) !important;
}
#header .header-title:after {
  color: #ffffff !important;
}
#header .header-active {
  border-bottom: 2px solid #ffffff !important;
}
.footer {
  position: relative!important;
  margin: 0!important;
  padding: 0!important;
}
.link-swiper {
  overflow: hidden;
  list-style: none;
  position: relative;
  margin: 25px auto!important;
  padding: 0 20px;
}
.link-swiper a {
  background-color: #fff;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.link-swiper a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#banner-wrapper {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  height: 100vh;
}
.banner-swiper {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner-swiper .swiper-slide {
  display: flex;
  flex-grow: 1;
  position: relative;
}
.banner-swiper .swiper-slide {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  /* 淡入淡出效果 */
}
.banner-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-swiper .swiper-slide-active {
  opacity: 1;
}
.banner-swiper .swiper-pagination {
  text-align: right;
  padding-right: 10px;
}
.banner-swiper .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 1;
}
.banner-swiper .swiper-pagination-bullet-active {
  width: 18px;
  border-radius: 8px;
}

