@charset "UTF-8";
.swiper-container {
  --swiper-theme-color: #ff6600;
  --swiper-pagination-color: #ff8872; /* 两种都可以 */
  --swiper-navigation-color: #ff8872; /* 单独设置按钮颜色 */
  --swiper-navigation-size: 20px; /* 设置按钮大小 */
}
.swiper-slide {
  margin-right: 20px;
}
.img-border {
  width: 100%;
  height: 100%;
}
.img-border img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #fff;
  margin: auto;
  box-shadow: 1px 1px 3px 1px rgba(231, 227, 227, 0.2039215686);
}
.logo_style[data-v-6a8696fd] {
  cursor: pointer;
  width: 130px;
}
.header_bar[data-v-6a8696fd] {
  background: rgb(29, 171, 151);
  background: linear-gradient(0deg, rgb(29, 171, 151) 18%, rgb(109, 216, 176) 45%, rgb(157, 255, 238) 97%);
  display: flex;
  justify-content: center;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* 添加陰影效果 */
  position: fixed; /* 固定在螢幕上方 */
  top: 0; /* 距離螢幕頂部 0 */
  left: 0; /* 距離螢幕左側 0 */
  transition: all 0.5s ease-in-out; /* 添加過渡效果 */
  z-index: 1000; /* 確保在其他元素之上 */
  transform: translateY(0); /* 初始顯示 */
  padding: 0px;
}

/* 隱藏樣式 */
.header_bar.hidden[data-v-6a8696fd] {
  transform: translateY(-100%); /* 滑出畫面 */
}

/* 顯示樣式 */
.header_bar.visible[data-v-6a8696fd] {
  transform: translateY(0); /* 滑回畫面 */
}
.bg-yellow[data-v-6a8696fd] {
  background-color: #19826f;
}
.navbar-toggler-icon[data-v-6a8696fd] {
  filter: invert(100%);
}
.breadRight-button1[data-v-6a8696fd] {
  /* width: 100%; */
  padding: 12px;
  background: #640c0c;
  color: #fff;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  padding: 7px 20px;
  text-decoration: none;
}
.breadRight-button1[data-v-6a8696fd]:hover {
  background: #240202;
  transition: 0.3s;
}
.breadRight-button2[data-v-6a8696fd] {
  /* width: 100%; */
  padding: 12px;
  background: #b20000;
  color: #fff;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  padding: 7px 20px;
  text-decoration: none;
}
.breadRight-button2[data-v-6a8696fd]:hover {
  background: #7e0101;
  transition: 0.3s;
}
.menu-container[data-v-6a8696fd] {
  display: flex;
  flex-wrap: nowrap; /* 防止按鈕自動換行 */
  overflow-x: auto; /* 啟用左右滾動 */
  white-space: nowrap; /* 避免內容換行 */
  gap: 10px; /* 設定按鈕間距 */
  padding: 10px 0; /* 設定內邊距 */
}

/* 隱藏 Webkit（Chrome, Safari）瀏覽器的滾動條 */
.menu-container[data-v-6a8696fd]::-webkit-scrollbar {
  height: 4px; /* 設定滾動條的高度 */
  background: transparent; /* 預設隱藏 */
}

/* 讓滾動條滑鼠懸停時才顯示 */
.menu-container[data-v-6a8696fd]:hover::-webkit-scrollbar {
  background: #ddd; /* 顯示滾動條 */
}

/* 滑塊樣式 */
.menu-container[data-v-6a8696fd]::-webkit-scrollbar-thumb {
  background: #888; /* 滑塊顏色 */
  border-radius: 2px;
  visibility: visible; /* 預設隱藏 */
}

/* 當滑鼠懸停或滾動時才顯示 */
.menu-container[data-v-6a8696fd]:hover::-webkit-scrollbar-thumb {
  visibility: visible;
}
.navSec-button1[data-v-6a8696fd] {
  border: 0px solid #ff5722;
  padding: 12px 20px;
  font-weight: bold;
  background: rgb(29, 171, 151);
  background: linear-gradient(90deg, rgb(29, 171, 151) 18%, rgb(109, 216, 176) 45%, rgb(21, 96, 83) 97%);
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  transition: background-color 0.3s, transform 0.3s;
}
.navSec-button1[data-v-6a8696fd]:hover {
  background: rgb(29, 171, 151);
  background: linear-gradient(90deg, rgb(29, 171, 151) 18%, rgb(109, 216, 176) 45%, rgb(21, 96, 83) 97%);
  transform: scale(1.05); /* 加一點放大效果 */
}
.search_input[data-v-6a8696fd] .el-input-group__append {
  cursor: pointer;
  background: #b98e49;
}
.search_input[data-v-6a8696fd] .el-input-group__append:hover {
  cursor: pointer;
  background: #624d28;
}
.offcanvas[data-v-6a8696fd] {
  width: 300px !important;
}
.offcaanvas_list li[data-v-6a8696fd] {
  border: none !important;
  border-top: 2px solid #ececec !important;
  padding: 12px 0 12px 20px;
  text-align: left !important;
}
.offcaanvas_list li a[data-v-6a8696fd] {
  color: hsla(0, 0%, 40%, 0.85);
  font-weight: bold;
  text-decoration: none;
  transition: all 0.2s;
  font-size: 14px;
}
.offcaanvas_list li[data-v-6a8696fd]:hover {
  background: #e1e1e1;
  transition: 0.5s;
}
.offcaanvas_list li:hover a[data-v-6a8696fd] {
  color: hsla(0, 0%, 17%, 0.85);
}
.marquee_style[data-v-6a8696fd] {
  margin-right: 100px;
}
.marquee_style .borderStyle[data-v-6a8696fd] {
  max-width: 100%;
  width: 650px;
}
.marquee_style .marquee-item[data-v-6a8696fd] {
  margin-right: 10px;
  font-size: 14px;
}
.fbLink .nav-item_fb[data-v-6a8696fd] {
  margin: 0 20px; /* 添加左右間距 */
}
.fbLink .nav-item_fb a[data-v-6a8696fd] {
  display: flex;
  flex-direction: column;
  color: #000000 !important;
  align-items: center;
  font-weight: bolder;
}
.fbLink .nav-item_fb a[data-v-6a8696fd]:hover {
  color: #a21e1e !important;
}
.fbLink .nav-item_fb.hot[data-v-6a8696fd]::before {
  content: "";
  position: absolute;
  margin-left: 50px;
  width: 21px;
  height: 12px;
  background: no-repeat center;
  background-image: url(data:image/gif;base64,R0lGODlhFQAMAJEDAP/////SNP8FBf///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJFAADACwAAAAAFQAMAAACKpyOqWnrLwCSoNZo5dw6bpVRnwdyY3di1gi1SOMuwzy/9I3jR87nQt8rAAAh+QQFFAADACwAAAAAFQAMAAACJlyOqWnrH1qMoxpbGbq7K8wdkuRNY1leGAq1ovuAG0jTYo1bVA4WADs=);
}
.fbLink .fbLogo[data-v-6a8696fd] {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  margin: 3px;
}
.fbLink .youTubeLogo[data-v-6a8696fd] {
  width: 42px;
}
.list-group-item.hot[data-v-6a8696fd]::before {
  content: "";
  position: absolute;
  right: 0px;
  margin-right: 20px;
  width: 21px;
  height: 12px;
  background: no-repeat center;
  background-image: url(data:image/gif;base64,R0lGODlhFQAMAJEDAP/////SNP8FBf///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJFAADACwAAAAAFQAMAAACKpyOqWnrLwCSoNZo5dw6bpVRnwdyY3di1gi1SOMuwzy/9I3jR87nQt8rAAAh+QQFFAADACwAAAAAFQAMAAACJlyOqWnrH1qMoxpbGbq7K8wdkuRNY1leGAq1ovuAG0jTYo1bVA4WADs=);
}
@keyframes scaleEffect-6a8696fd {
0%, 100% {
    transform: scale(1); /* 原始大小 */
}
50% {
    transform: scale(1.2); /* 放大到1.2倍 */
}
}
.special-animation[data-v-6a8696fd] {
  animation: scaleEffect-6a8696fd 2s infinite; /* 動畫時間2秒，無限循環 */
  transition: transform 0.2s ease-in-out; /* 平滑效果 */
}
.navbar-expand-lg .navbar-collapse[data-v-6a8696fd] {
  justify-content: center;
}
.nav-item:hover .nav-link[data-v-6a8696fd] {
  color: #8167a9 !important;
}
.nav-item.active .nav-link[data-v-6a8696fd] {
  color: #777 !important;
}
.nav-item[data-v-6a8696fd] {
  margin: 0 30px; /* 添加左右間距 */
  position: relative;
  transition: all 200ms linear;
}
.nav-item[data-v-6a8696fd]:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  color: #212121;
  background-color: #8167a9;
  opacity: 0;
  transition: all 200ms linear;
}
.nav-item[data-v-6a8696fd]:hover:after {
  bottom: 0;
  opacity: 1;
}
.nav-item.active[data-v-6a8696fd]:hover:after {
  opacity: 0;
}
.nav-item .dropdown-menu[data-v-6a8696fd] {
  display: none;
}

/* 當父元素被懸停時，顯示下拉選單 */
.nav-item:hover .dropdown-menu[data-v-6a8696fd] {
  display: block;
  position: absolute;
  float: none;
  min-width: 10rem;
  margin-top: 0;
}
.dropdown-menu[data-v-6a8696fd] {
  padding: 10px !important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  transition: all 200ms linear;
}
.dropdown-toggle[data-v-6a8696fd]::after {
  display: none;
}
.dropdown-item[data-v-6a8696fd] {
  padding: 3px 15px;
  color: #212121;
  border-radius: 2px;
  transition: all 200ms linear;
}
.dropdown-item[data-v-6a8696fd]:hover,
.dropdown-item[data-v-6a8696fd]:focus {
  color: #fff;
  background-color: rgba(129, 103, 169, 0.6);
}
.nav-link-service[data-v-6a8696fd] {
  color: #fffefe !important;
  padding: 10px 25px !important;
  font-weight: 500;
  transition: all 200ms linear;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.card-img[data-v-6a8696fd] {
  width: 300px;
  height: 200px;
  object-fit: cover; /* 图片覆盖容器 */
}
@media (max-width: 800px) {
.marquee_style[data-v-6a8696fd] {
    margin-right: 0px;
}
.borderStyle[data-v-6a8696fd] {
    display: none;
}
.hexagon_style[data-v-6a8696fd] {
    flex-direction: column;
}
.hexagon-background[data-v-6a8696fd] {
    margin: 0 auto 1rem;
}
}
.bg-footer[data-v-6a8696fd] {
  background-color: rgba(2, 30, 23, 0.898);
}
.bg-footer2[data-v-6a8696fd] {
  background-color: rgb(0, 0, 0);
}
.footer_adImg[data-v-6a8696fd] {
  max-width: 80%;
  height: auto;
  display: block;
}
.gradient-line-text[data-v-6a8696fd] {
  width: 100%;
  gap: 3rem; /* 左右線條與文字的間距 */
}
.gradient-line-text p[data-v-6a8696fd] {
  opacity: 0.7;
}
.gradient-line-text .line[data-v-6a8696fd] {
  flex: 1;
  height: 1.5px;
  min-width: 30px; /* 保證至少有這麼寬 */
  background: linear-gradient(to right, transparent, rgba(198, 198, 198, 0.6), transparent);
}
.hexagon-background[data-v-6a8696fd] {
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, rgb(17, 114, 101) 18%, rgb(76, 158, 128) 45%); /* 漸層顏色可改 */
  clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 2rem auto;
  transition: box-shadow 0.3s ease;
  /* ✅ 加上陰影 */
  box-shadow: 0 0 20px rgba(130, 200, 255, 0.8), 0 0 30px rgba(130, 200, 255, 0.6), 0 10px 15px rgba(0, 0, 0, 0.5); /* 底部陰影增立體感 */
}
.hexagon-background[data-v-6a8696fd]:hover {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.15), 0 12px 32px rgba(106, 17, 203, 0.7);
}
.divider[data-v-6a8696fd] {
  position: absolute;
  top: 20%;
  right: 0;
  width: 1px;
  height: 40%;
  background: linear-gradient(to bottom, #bcbcbc, #ffffff);
  opacity: 0.5;
}
.list-unstyled[data-v-6a8696fd] {
  display: flex;
  flex-wrap: wrap; /* 允許換行 */
  gap: 20px; /* Icon 間距 */
}
.contactImg[data-v-6a8696fd] {
  height: 40px;
  margin-right: 10px;
}
.mailImg[data-v-6a8696fd] {
  height: 45px;
  margin-right: 5px;
}
.youTubeImg[data-v-6a8696fd] {
  height: 50px;
  margin-right: 5px;
}
.tgImg[data-v-6a8696fd] {
  height: 40px;
}
.footer_img1[data-v-6a8696fd] {
  height: 50px;
  filter: grayscale(100%);
}
.footer_img1[data-v-6a8696fd]:hover {
  filter: none;
  transition: filter 0.6s, opacity 0.6s, transform 0.6s, box-shadow 0.3s;
}
.image-container img[data-v-6a8696fd] {
  width: 80px; /* 圖片寬度 */
  height: auto; /* 保持圖片比例 */
  margin: 0 20px;
  border-radius: 5px; /* 圓角效果 */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); /* 陰影效果 */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* 平滑過渡 */
}
.image-container img[data-v-6a8696fd]:hover {
  transform: scale(1.6); /* 加一點放大效果 */
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.5); /* 增強陰影 */
}
.fixed-action-bar[data-v-6a8696fd] {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px; /* 按鈕之間的間距 */
  z-index: 1000;
}
.tg[data-v-6a8696fd] {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 11;
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
}
.phone-vr-circle-fill[data-v-6a8696fd] {
  width: 65px;
  height: 65px;
  top: 12px;
  left: 12px;
  position: absolute;
  box-shadow: 0 0 0 0 #2c9fd8;
  background-color: rgba(44, 159, 216, 0.74);
  border-radius: 50%;
  border: 2px solid transparent;
  animation: phone-vr-circle-fill-6a8696fd 2.3s infinite ease-in-out; /* 修正動畫名稱 */
  transition: all 0.5s;
  transform-origin: 50% 50%;
}
.phone-vr-img-circle[data-v-6a8696fd] {
  background-color: #2c9fd8 !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 25px;
  left: 25px;
  z-index: 99; /* 圖標置於最上層 */
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.phone-vr-img-circle .tg_icon[data-v-6a8696fd] {
  animation: shake-6a8696fd 0.8s infinite ease-in-out; /* 動畫頻率設為 0.4 秒，反覆進行 */
}
.back-to-top[data-v-6a8696fd] {
  cursor: pointer;
  color: #134761;
}
.back-to-top[data-v-6a8696fd]:hover {
  transform: scale(1.2); /* 懸停放大效果 */
}

/* 定義動畫 */
@keyframes phone-vr-circle-fill-6a8696fd {
0% {
    box-shadow: 0 0 0 0 rgba(44, 159, 216, 0.74);
}
50% {
    box-shadow: 0 0 0 20px rgba(73, 137, 183, 0.1);
}
100% {
    box-shadow: 0 0 0 40px rgba(88, 190, 253, 0);
}
}
/* 搖晃動畫 */
@keyframes shake-6a8696fd {
0% {
    transform: rotate(0deg); /* 初始位置 */
}
20% {
    transform: rotate(-30deg); /* 左晃 */
}
40% {
    transform: rotate(30deg); /* 右晃 */
}
60% {
    transform: rotate(-30deg); /* 再次左晃 */
}
80% {
    transform: rotate(30deg); /* 再次右晃 */
}
100% {
    transform: rotate(0deg); /* 回到原位並停留 */
}
}
/* 美金飄落動畫 */
@keyframes fall-6a8696fd {
0% {
    transform: translateY(-100px) rotate(0deg) translateX(0);
    opacity: 0;
}
50% {
    transform: translateY(50vh) rotate(360deg) translateX(var(--sway));
}
100% {
    transform: translateY(100vh) rotate(720deg) translateX(0);
    opacity: 1;
}
}
.falling-dollar[data-v-6a8696fd] {
  position: fixed;
  top: -100px;
  width: 80px;
  pointer-events: none;
  animation: fall-6a8696fd linear infinite;
}

/* 手機頁面響應式設置 */
@media screen and (max-width: 768px) {
.logo_style[data-v-6a8696fd] {
    width: 140px;
}
.breadRight-button1[data-v-6a8696fd],
  .breadRight-button2[data-v-6a8696fd] {
    font-size: 10px !important;
}
.tg_icon[data-v-6a8696fd] {
    font-size: 40px !important;
}
.footer_img2[data-v-6a8696fd] {
    width: 50px !important;
}
.menu-container[data-v-6a8696fd] {
    justify-content: start !important;
}
.falling-dollar[data-v-6a8696fd] {
    position: fixed;
    top: -100px;
    scale: 0.3;
    pointer-events: none;
    animation: fall-6a8696fd linear infinite;
}
}