
.pic,
.logo,
.video {
  font-size: 0;
  line-height: 0;
}
.pic .ele,
.logo .ele,
.video .ele {
  width: 100%;
}
html {
  font-size: 16px;
}

@media screen and (max-width: 1920px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 1680px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 11px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 10px;
  }
}
/* 自定义分页器容器 */
.swiper-pagination {
  bottom: 0px !important;
  /* 调整位置 */
  display: flex;
  justify-content: center;
  gap: 0.625rem;
  /* 小点间距 */
}
/* 自定义分页器子弹（bullet） */
.swiper-pagination-bullet {
  transition: all 0.3s ease;
  /* 过渡动画 */
  width: 0.5rem;
  height: 0.5rem;
  background: #A5B4CB 0% 0% no-repeat padding-box;
  border-radius: 50%;
  margin: 0 !important;
}
/* 活动状态的子弹 */
.swiper-pagination-bullet-active {
  width: 4.0625rem !important;
  height: 0.5rem;
  background: #222E88 0% 0% no-repeat padding-box !important;
  border-radius: 4px !important;
  opacity: 1;
}
.page-wrap {
  width: 100%;
  height: auto;
  max-width: 1920px;
  margin: 0 auto;
}
#header {
  position: sticky;
  top: 0;
  z-index: 99999;
}
.header {
  padding: 0 5.25rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 5rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header {
    padding: 14px !important;
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  .header {
    padding: 0 14px;
    height: 80px;
  }
}
.header .logo {
  width: 10rem;
  height: 3.5625rem;
}
@media screen and (max-width: 1780px) {
  .header .logo {
    width: 10rem;
  }
}
@media screen and (max-width: 1024px) {
  .header .logo {
    width: 200px;
    height: auto;
  }
}
.header .logo a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.header .logo a img {
  display: block;
  width: 100%;
  height: auto;
}
.header .header-fixed-menu {
  height: calc(100% + 20px);
  aspect-ratio: 1 / 1;
  border-radius: 0px 0px 0px 21px;
  background-color: #058696;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media screen and (max-width: 1024px) {
  .header .header-fixed-menu {
    display: flex;
  }
}
.header .header-fixed-menu img {
  display: block;
  width: 30%;
  height: auto;
}
.header .header-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .header .header-right .apply-btn {
    display: none !important;
  }
  .header .header-right .header-nav-wrap {
    display: none !important;
  }
}
.header .header-right .header-nav-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 0.675rem;
}
@media screen and (max-width: 1024px) {
  .header .header-right .header-nav-wrap {
    width: 100%;
    align-items: center;
  }
}
.header .header-right .header-nav-wrap .header-icons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1.125rem;
}
@media screen and (max-width: 1024px) {
  .header .header-right .header-nav-wrap .header-icons {
    order: 2;
    margin-top: 20px;
  }
}
.header .header-right .header-nav-wrap .header-icons .icon-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1.125rem;
}
.header .header-right .header-nav-wrap .header-icons .icon-list li {
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 50%;
  overflow: hidden;
}
.header .header-right .header-nav-wrap .header-icons .icon-list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.header .header-right .header-nav-wrap .header-icons .icon-list li a img {
  display: block;
  width: 100%;
  height: 100%;
}
.header .header-right .header-nav-wrap .header-icons .lange button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 5.5625rem;
  height: 2.6875rem;
  background-color: #457568;
  border-radius: 1.375rem;
  gap: 0.375rem;
  cursor: pointer;
}
.header .header-right .header-nav-wrap .header-icons .lange button img {
  display: block;
  width: 1.25rem;
  height: 1.3125rem;
}
.header .header-right .header-nav-wrap .header-icons .lange button span {
  font: normal normal normal 1rem/1.5rem 'Microsoft JhengHei';
  letter-spacing: 0px;
  color: #FFFFFF;
}
.header .header-right .header-nav-wrap .header-icons .lange button i {
  color: #ffffff;
}
.header .header-right .header-nav-wrap .nav-list {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .header .header-right .header-nav-wrap .nav-list {
    order: 1;
  }
}
.header .header-right .header-nav-wrap .nav-list ul.nav-uls {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.675rem;
}
@media screen and (max-width: 1024px) {
  .header .header-right .header-nav-wrap .nav-list ul.nav-uls {
    flex-direction: column;
    gap: 20px;
  }
}
.header .header-right .header-nav-wrap .nav-list ul.nav-uls li {
  position: relative;
  height: 2.3125rem;
}
.header .header-right .header-nav-wrap .nav-list ul.nav-uls li a {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0px;
  color: #131313;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .header .header-right .header-nav-wrap .nav-list ul.nav-uls li a {
    font-size: 16px;
  }
}
.header .header-right .header-nav-wrap .nav-list ul.nav-uls li .dropdown-menu {
  background-color: #fff;
  position: absolute;
  right: auto;
  width: auto;
  padding: 0;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 9;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 0 0 0.5rem 0.5rem;
}
.header .header-right .header-nav-wrap .nav-list ul.nav-uls .active {
  background: url("../images/pc/index/nav-back2.png") repeat-x;
  background-size: auto 100%;
}
.header .header-right .header-nav-wrap .nav-list ul.nav-uls .active::before {
  content: "";
  display: block;
  width: 1.875rem;
  height: 2.3125rem;
  background: url("../images/pc/index/nav-back1.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: -0.9375rem;
  z-index: 1;
}
.header .header-right .header-nav-wrap .nav-list ul.nav-uls .active::after {
  content: "";
  display: block;
  width: 1.8125rem;
  height: 2.3125rem;
  background: url("../images/pc/index/nav-back3.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: -0.9375rem;
  z-index: 1;
}
.header .header-right .apply-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}
@media screen and (max-width: 1024px) {
  .header .header-right .apply-btn {
    position: fixed;
    right: 14px;
    bottom: 100px;
    top: unset;
  }
}
.header .header-right .apply-btn a {
  display: block;
  width: 12.8125rem;
  height: 12.1875rem;
  background-color: #058696;
  border-radius: 0px 0px 0px 4.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.7813rem;
}
@media screen and (max-width: 1024px) {
  .header .header-right .apply-btn a {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    gap: 0;
  }
}
.header .header-right .apply-btn a img {
  display: block;
  width: 3.125rem;
  height: 3.625rem;
}
@media screen and (max-width: 1024px) {
  .header .header-right .apply-btn a img {
    width: 15px;
    height: auto;
  }
}
.header .header-right .apply-btn a span {
  font: normal normal 500 1.5rem/2.1875rem Source Han Sans HK;
  letter-spacing: 0px;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .header .header-right .apply-btn a span {
    font-size: 10px;
    line-height: 1.2;
    width: 20px;
  }
}
.header .show-header-right {
  max-height: 50vh;
  padding: 30px 0;
  border-bottom: 1px solid #E0E0E0;
  box-shadow: 0px 4px 8px #00000029;
}
.header .icon-box {
  display: none;
  justify-content: center;
  width: 45px;
  height: 40px;
  background: #efefef;
  border-radius: 5px;
  padding: 5px;
}
@media screen and (max-width: 1024px) {
  .header .icon-box {
    display: flex;
    align-items: center;
  }
}
.header .icon-box .btn {
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 12px;
  width: 20px;
  cursor: pointer;
  z-index: 99;
}
.header .icon-box .btn span {
  position: absolute;
  webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  display: block;
  height: 2px;
  width: 100%;
  background: #2eca7f;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header .icon-box .btn span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.header .icon-box .btn span:nth-child(2) {
  top: 6px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.header .icon-box .btn span:nth-child(3) {
  top: 12px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.banner {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.banner .banner-img {
  width: 100%;
  height: auto;
}
.banner .banner-img img {
  display: block;
  width: 100%;
  height: auto;
}
.banner .banner-title {
  position: absolute;
  bottom: 7.6875rem;
  left: 10.625rem;
}
@media screen and (max-width: 576px) {
  .banner .banner-title {
    position: unset;
    background-color: #B9DCD2;
    padding: 23px 14px;
  }
}
.banner .banner-title h2 {
  font: normal normal bold 3.75rem/4.5rem Chill Round Gothic;
  letter-spacing: 0px;
  color: #FFFFFF;
}
@media screen and (max-width: 576px) {
  .banner .banner-title h2 {
    font-size: 3rem;
    line-height: 1;
  }
}
.banner .banner-title h2:nth-of-type(2) {
  text-indent: 1em;
  margin-top: 1.875rem;
}
@media screen and (max-width: 576px) {
  .banner .banner-title h2:nth-of-type(2) {
    margin-top: 1rem;
    text-indent: 0em;
  }
}
.container {
  width: 91.5rem;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .container {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 576px) {
  .container {
    width: calc(100% - 28px);
  }
}
.footer {
  background-color: #FDF8F7;
  width: 100%;
  padding: 2.3125rem 0;
  /* 按钮显示时的样式 */
}
@media screen and (max-width: 576px) {
  .footer {
    padding: 29px 0;
  }
}
.footer .footer-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .footer .footer-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
.footer .footer-content p {
  font: normal normal 500 1rem/1.1875rem Chill Round Gothic;
  letter-spacing: 0px;
  color: #212121;
}
@media screen and (max-width: 576px) {
  .footer .footer-content p {
    font: normal normal 500 14px/1 Chill Round Gothic;
  }
}
.footer .footer-content ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.footer .footer-content ul li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.footer .footer-content ul li a {
  font: normal normal 500 1rem/1.1875rem Chill Round Gothic;
  letter-spacing: 0px;
  color: #000000;
}
@media screen and (max-width: 576px) {
  .footer .footer-content ul li a {
    font: normal normal 500 14px/1 Chill Round Gothic;
  }
}
.footer .footer-content ul li::after {
  display: block;
  content: '|';
  margin: -0.1875rem 0.625rem 0;
  font: normal normal normal 0.75rem Chill Round Gothic;
  letter-spacing: 0px;
  color: #000000;
}
@media screen and (max-width: 576px) {
  .footer .footer-content ul li::after {
    font: normal normal normal 10px/1 Chill Round Gothic;
  }
}
.footer .footer-content ul li:last-of-type::after {
  display: none;
}
.footer .back-top {
  position: fixed;
  right: 5.1875rem;
  bottom: 7.75rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  transform: translateY(1.25rem);
  /* 初始位置向下偏移 */
  z-index: 999;
  /* 确保在其他元素上方 */
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .footer .back-top {
    display: none;
  }
}
.footer .back-top img {
  display: block;
  width: 100%;
  height: 100%;
}
.footer .back-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  /* 回到正常位置 */
}
.footer .back-top:hover {
  transform: scale(1.05);
  /*  hover 时轻微放大 */
}
.pagination-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5rem 0;
}
.pagination-wrap .next a,
.pagination-wrap .prev a {
  width: 4.125rem;
  height: 2.5625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  font: normal normal 500 1.375rem/1.9375rem Poppins;
  letter-spacing: 0px;
  color: #000000;
}
.pagination-wrap ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.pagination-wrap ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.125rem;
  height: 2.5625rem;
  border-radius: 0.5rem;
  font: normal normal 500 1.375rem/1.9375rem Poppins;
  letter-spacing: 0px;
  color: #000000;
}
.pagination-wrap ul .active a {
  background-color: #058696;
  color: #ffffff;
}

.job-card {
    background-color: #151515;
    border: 1px solid #2c2c2c;
    border-radius: 12px;
    padding: 2rem;
    position: relative;
    transition: all 0.3s ease;
    height: 100%;
}

.job-card:hover {
    box-shadow: 0 6px 15px rgba(212, 175, 55, 0.2);
    transform: translateY(-5px);
}

.job-title {
    color: #d4af37;
    font-weight: 600;
    margin-bottom: 1rem;
}

.job-desc {
    color: #e0e0e0;
    font-size: 0.95rem;
    min-height: 100px;
}

.apply-btn {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
    background-color: #d4af37;
    color: #000;
    font-weight: 600;
    border-radius: 30px;
    padding: 0.6rem 1.4rem;
    border: none;
    transition: all 0.3s ease;
}

.apply-btn:hover {
    background-color: #f5d76e;
}

.modal-content {
    background-color: #111;
    color: #fff;
    border: 1px solid #444;
}

.form-control,
.form-select,
.form-control[readonly] {
    background-color: #1b1b1b;
    color: #fff;
    border: 1px solid #333;
}

.form-control:focus {
    border-color: #d4af37;
    box-shadow: none;
}

.btn-submit {
    background-color: #d4af37;
    color: #000;
    font-weight: 600;
    border: none;
    border-radius: 30px;
    padding: 0.6rem 1.2rem;
}

.btn-submit:hover {
    background-color: #f5d76e;
}

.faq-group {
    margin-bottom: 2rem;
}

.faq-group h4 {
    color: #1a2d62;
    border-left: 4px solid #1a2d62;
    padding-left: 10px;
    margin-bottom: 1rem;
    font-weight: 600;
}

.accordion-button {
    /* background-color: #151515;
    color: #f5f5f5;
    border: 1px solid #2c2c2c; */
    border-radius: 8px;
    padding: 1rem 1.25rem;
    margin-bottom: 0.5rem;
}

.accordion-button:not(.collapsed) {
    /* background-color: #1b1b1b; */
    color: #1a2d62;
    box-shadow: 0 4px 10px rgba(212, 175, 55, 0.2);
}

.accordion-body {
    padding: 1rem 1.25rem;
    border-left: 1px solid #e7f1ff;
    border-right: 1px solid #e7f1ff;
    border-bottom: 1px solid #e7f1ff;
    border-top: none;
}

.accordion-item {
    margin-bottom: 0.75rem;
    background: transparent;
    border: none;
}

/* 小螢幕間距 */
@media (max-width: 768px) {
    .accordion-button {
        font-size: 1.65rem;
        padding: 0.8rem 1rem;
    }

}
.accordion-button {
    font-size: 1.25rem;
}
.accordion-body {
    font-size: 1rem;
}