@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "PingFang TC", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 375px;
}
body.menu-open {
  overflow: hidden;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.faq-banner {
  position: relative;
  width: 100%;
  height: 722px;
  overflow: hidden;
  margin-top: -1px;
}
.faq-banner__block {
  width: calc(100% - max(0px, (var(--viewport-width, 100vw) - 1440px) / 2));
  height: 100px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 3;
}
.faq-banner__image-wrapper {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.faq-banner__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faq-banner__content {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 0 0 0 0;
}
@media (max-width: 1439px) {
  .faq-banner__content {
    max-width: 1340px;
  }
}
.faq-banner__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 172px;
  gap: 24px;
}
.faq-banner__title {
  font-family: "PingFang TC", sans-serif;
  font-size: 64px;
  font-weight: 300;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
  margin: 0;
  letter-spacing: 0.02em;
}
.faq-banner__title-line {
  width: 128px;
  height: 2px;
  background-color: #d32d49;
}

/*==========================================
    * 响应式样式 - 平板 (≤ 1023px)
    * ==========================================*/
@media (max-width: 1023px) {
  .faq-banner {
    height: 435px;
  }
  .faq-banner__block {
    display: none;
  }
  .faq-banner__content {
    height: 432px;
    padding-top: 136px;
  }
  .faq-banner__title {
    font-size: 32px;
    line-height: 1.4;
  }
  .faq-banner__title-line {
    width: 80px;
    height: 4px;
  }
}
.service-content {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 20px 0 142px 0;
}
@media (max-width: 1439px) {
  .service-content {
    max-width: 1340px;
  }
}
.service-content__container {
  max-width: 1440px;
  margin: 0 auto;
}
.service-content__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  gap: 16px;
}
.service-content__title {
  font-family: "PingFang TC", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
  color: #0f1e37;
  margin: 0;
  text-align: center;
}
.service-content__title-line {
  width: 40px;
  height: 1px;
  background-color: #d32d49;
}
.service-content__description {
  font-family: "PingFang TC", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
  color: #111111;
  text-align: center;
  margin: 8px 0 0 0;
  max-width: 712px;
}
.service-content__grid {
  display: grid;
  grid-template-columns: repeat(3, 375px);
  column-gap: 133px;
  justify-content: center;
}
.service-content__card {
  width: 375px;
  display: flex;
  flex-direction: column;
}
.service-content__card:nth-child(3n+2) {
  padding-top: 64px;
}
.service-content__card:nth-child(3n) {
  padding-top: 128px;
}
.service-content__card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 48px;
}
.service-content__card-number {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgba(17, 17, 17, 0.8);
  text-transform: uppercase;
  flex-shrink: 0;
}
.service-content__card-line {
  flex: 1;
  height: 1px;
  background-color: rgba(17, 17, 17, 0.3);
  min-height: 1px;
}
.service-content__card-subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgba(17, 17, 17, 0.8);
  text-transform: uppercase;
  flex-shrink: 0;
  white-space: nowrap;
}
.service-content__card-image {
  width: 375px;
  height: 480px;
  overflow: hidden;
  margin-bottom: 40px;
}
.service-content__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.service-content__card-title {
  font-family: "PingFang TC", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  color: #d32d49;
  margin: 0 0 12px 0;
}
.service-content__card-text {
  font-family: "PingFang TC", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
  color: rgba(17, 17, 17, 0.6);
}
.service-content__card-text p {
  margin: 0 0 8px 0;
  line-height: 1.8;
}
.service-content__card-text p:last-child {
  margin-bottom: 0;
}
.service-content__card-text ul {
  margin: 0;
  padding: 0;
  list-style: disc;
  padding-left: 24px;
}
.service-content__card-text ul li {
  margin: 0 0 8px 0;
  line-height: 1.8;
}
.service-content__card-text ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .service-content {
    padding: 64px 0 80px;
  }
  .service-content__container {
    padding: 0 16px;
  }
  .service-content__header {
    margin-bottom: 64px;
    gap: 16px;
  }
  .service-content__title {
    font-size: 24px;
    line-height: 32px;
  }
  .service-content__title-line {
    width: 40px;
    height: 1px;
  }
  .service-content__description {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 16px;
    max-width: 358px;
  }
  .service-content__description br {
    display: none;
  }
  .service-content__grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .service-content__card {
    width: 100%;
    max-width: 358px;
    margin: 0 auto;
  }
  .service-content__card:nth-child(3n+2), .service-content__card:nth-child(3n) {
    padding-top: 0;
  }
  .service-content__card-header {
    margin-bottom: 32px;
    gap: 16px;
  }
  .service-content__card-number {
    font-size: 18px;
    line-height: 28px;
  }
  .service-content__card-subtitle {
    font-size: 18px;
    line-height: 28px;
    white-space: nowrap;
  }
  .service-content__card-image {
    width: 100%;
    max-width: 358px;
    height: 240px;
    margin-bottom: 32px;
  }
  .service-content__card-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
  }
  .service-content__card-text {
    font-size: 16px;
    line-height: 1.8;
  }
  .service-content__card-text p {
    margin-bottom: 0;
  }
  .service-content__card-text ul {
    margin: 0;
  }
  .service-content__card-text ul li {
    margin-bottom: 0;
  }
}
.footer {
  position: relative;
  min-height: 338px;
  padding: 67px 0;
  background-color: #0f1e37;
}
.footer__container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 0 0 0 0;
}
@media (max-width: 1439px) {
  .footer__container {
    max-width: 1340px;
  }
}
.footer__container {
  position: relative;
  display: grid;
  grid-template-columns: 288px 1fr;
  grid-template-rows: auto auto auto;
  gap: 0;
}
.footer__logo {
  display: flex;
  grid-column: 1;
  grid-row: 1;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.footer__logo:hover {
  opacity: 0.8;
}
.footer__logo-img {
  width: 276px;
  height: 54px;
  object-fit: contain;
  object-position: left;
}
.footer__nav {
  white-space: nowrap;
  grid-column: 1;
  grid-row: 2;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
}
.footer__nav-link {
  font-family: "PingFang TC", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer__nav-link:hover {
  color: #ffffff;
}
.footer__nav-link--active {
  color: #ffffff;
}
.footer__copyright {
  grid-column: 1;
  grid-row: 3;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 24px;
  font-family: "PingFang TC", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: #ffffff;
  opacity: 0.3;
}
.footer__copyright p {
  margin: 0;
}
.footer__contact {
  grid-column: 2;
  grid-row: 1/4;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-left: 428px;
}
.footer__contact-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer__contact-item:nth-child(2) {
  display: none;
}
.footer__contact-title {
  font-family: "PingFang TC", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  color: #ffffff;
  margin: 0;
}
.footer__contact-text {
  font-family: "PingFang TC", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  max-width: 341px;
}
.footer__policy {
  grid-column: 2;
  grid-row: 1/4;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-left: 840px;
}
.footer__policy-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.footer__policy-title {
  font-family: "PingFang TC", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  color: #ffffff;
  margin: 0;
  white-space: nowrap;
}
.footer__policy-text {
  font-family: "PingFang TC", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
@media (max-width: 1023px) {
  .footer {
    min-height: auto;
    padding: 42px 16px 64px;
  }
  .footer__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 0;
  }
  .footer__logo {
    width: 234px;
    height: 44px;
    grid-column: unset;
    grid-row: unset;
    margin: 0 auto;
    justify-content: center;
  }
  .footer__logo-img {
    width: 234px;
    height: 44px;
    object-position: left;
  }
  .footer__nav {
    grid-column: unset;
    grid-row: unset;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 11px 30px;
    margin-top: 37px;
    width: 100%;
    max-width: 358px;
  }
  .footer__nav a:nth-child(1),
  .footer__nav a:nth-child(2),
  .footer__nav a:nth-child(3),
  .footer__nav a:nth-child(4),
  .footer__nav a:nth-child(5) {
    order: 0;
  }
  .footer__nav a:nth-child(6),
  .footer__nav a:nth-child(7),
  .footer__nav a:nth-child(8) {
    order: 1;
  }
  .footer__nav-link {
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
  }
  .footer__nav-link:hover {
    color: rgba(255, 255, 255, 0.6);
  }
  .footer__nav-link--active {
    color: #ffffff;
  }
  .footer__nav-link--active:hover {
    color: #ffffff;
  }
  .footer__contact {
    grid-column: unset;
    grid-row: unset;
    margin-left: 0;
    margin-top: 47px;
    margin-bottom: 24px;
    width: 100%;
    align-items: flex-start;
  }
  .footer__contact-text {
    max-width: 358px;
  }
  .footer__policy {
    grid-column: unset;
    grid-row: unset;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
  }
  .footer__copyright {
    grid-column: unset;
    grid-row: unset;
    margin-top: 64px;
    text-align: center;
    align-items: center;
  }
}

/*# sourceMappingURL=service.css.map */
