﻿.wrapper {
  width: 1200px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}

.section {
  position: relative;
}

.sectionpc {
  display: block;
}

.sectionwap {
  display: none;
}

.banner-section {
  background-color: #ffffff;
  background-image: url("../assets/source-home/images/bannerVG2.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px;
  height: 568px;
}

.banner-section .section-bg {
  position: relative;
  width: 100%;
  height: 100%;
  top: -1px;
}

.xintianma-home-swiper {
  position: relative;
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.bg-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 568px;
  overflow: hidden;
}

.titleflex {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 1240px;
  height: 100%;
  margin: 0 auto;
}

.banner-copy {
  width: 1240px;
  color: #ffffff;
}

.banner-title {
  max-width: 540px;
  margin: 0 0 20px;
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
}

.banner-subtitle {
  max-width: 520px;
  font-size: 16px;
  line-height: 1;
}

.banner-subtitle p {
  margin: 30px 0 0;
  padding-left: 14px;
  border-left: 10px solid #f1b306;
  border-radius: 1px;
  color: #ffffff;
}

.banner-subtitle .button {
  display: inline-block;
  margin-top: 50px;
  padding: 0 40px;
  line-height: 40px;
  border-radius: 2px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  background: #006eff;
}

.bg-box .img {
  height: 100%;
}

.bg-box .img.pc-img {
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  z-index: 2;
  display: block;
  width: 1400px;
  height: 100%;
  margin-left: -540px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.banner-section .swiper-pagination {
  bottom: 26px !important;
}

.banner-section .swiper-pagination-bullet {
  width: 34px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  opacity: 1;
}

.banner-section .swiper-pagination-bullet-active {
  background: #ff6a00;
}

.banner-section .swiper-button-prev,
.banner-section .swiper-button-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.banner-section .swiper-button-prev::after,
.banner-section .swiper-button-next::after {
  font-size: 18px;
}

.main {
  position: relative;
  margin-top: -18px;
  z-index: 8;
}

.part1_nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.part1_nav li {
  position: relative;
}

.part1_nav .content {
  display: flex;
  align-items: center;
  min-height: 132px;
  padding: 0 26px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.10);
}

.part1_nav .icon {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #fff5ef 0%, #fff0e8 100%);
}

.part1_nav .icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.part1_nav .content > div:last-child {
  margin-left: 18px;
}

.part1_nav h5 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #111827;
}

.part1_nav p {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: #6b7280;
}

.seaction-01 {
  padding: 86px 0 0;
}

.section-head {
  text-align: center;
}

.section-head-title {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  color: #111827;
}

.section-head-desc {
  max-width: 760px;
  margin: 16px auto 0;
  font-size: 16px;
  line-height: 1.9;
  color: #6b7280;
}

.seaction-01 .section-content {
  padding: 44px 0 0;
}

.tab-box {
  border-radius: 28px;
  background: linear-gradient(180deg, #f7f8fb 0%, #ffffff 100%);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.tab-box-head {
  padding: 0 30px;
  border-bottom: 1px solid #eef1f5;
}

.tab-box-menu {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 24px 0;
  list-style: none;
}

.tab-box-menu li {
  padding: 12px 24px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  color: #4b5563;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px #e5e7eb;
  cursor: pointer;
  transition: all 0.2s ease;
}

.tab-box-menu li.is-active {
  color: #ffffff;
  background: linear-gradient(90deg, #ff7c2b 0%, #ff5a1f 100%);
  box-shadow: none;
}

.tab-box-content {
  padding: 28px 30px 34px;
}

.tab-box-panel {
  display: none;
  flex-wrap: wrap;
  gap: 18px;
}

.tab-box-panel.is-active {
  display: flex;
}

.col-3 {
  width: calc(33.3333% - 12px);
}

.tab-box-menu-item {
  display: block;
  height: 100%;
  min-height: 148px;
  padding: 24px 22px;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tab-box-menu-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
}

.tab-box-menu-title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #111827;
}

.tab-box-menu-text {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.8;
  color: #6b7280;
}

.tpm-solution__section {
  padding: 96px 0 0;
}

.tpm-section__inner {
  width: 1200px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}

.tpm-section__hd {
  text-align: center;
}

.tpm-section__title {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  color: #111827;
}

.tpm-section__desc {
  max-width: 760px;
  margin: 16px auto 0;
  font-size: 16px;
  line-height: 1.9;
  color: #6b7280;
}

.tpm-section__bd {
  display: grid;
  grid-template-columns: 1fr 360px 1fr;
  gap: 22px;
  margin-top: 44px;
  align-items: center;
}

.tpm-solution__navs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tpm-solution__navs li + li {
  margin-top: 18px;
}

.tpm-solution__nav {
  display: block;
}

.tpm-solution__nav-inner {
  min-height: 154px;
  padding: 26px 24px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.tpm-solution__nav-icon {
  display: inline-block;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background-color: #fff3eb;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 34px 34px;
}

.tpm-solution__nav-title {
  margin: 18px 0 0;
  font-size: 24px;
  font-weight: 600;
  color: #111827;
}

.tpm-solution__nav-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.tpm-solution__nav-feature {
  padding: 6px 12px;
  border-radius: 999px;
  background: #f3f4f6;
  color: #4b5563;
  font-size: 13px;
}

.tpm-solution__summary {
  display: block;
}

.tpm-solution__summary-inner {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  padding: 36px 30px;
  border-radius: 30px;
  background: linear-gradient(180deg, #0e1a32 0%, #172a50 100%);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
}

.tpm-solution__summary-bg {
  position: absolute;
  inset: auto -40px -30px auto;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 123, 48, 0.34) 0%, rgba(255, 123, 48, 0) 72%);
}

.tpm-solution__summary-cnt {
  position: relative;
  z-index: 2;
}

.tpm-solution__summary-title {
  margin: 0;
  font-size: 34px;
  font-weight: 700;
  color: #ffffff;
}

.tpm-solution__summary-desc {
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.82);
}

.tpm-solution__summary-features {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.tpm-solution__summary-feature {
  position: relative;
  padding-left: 18px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
}

.tpm-solution__summary-feature::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff7c2b;
}

.tpm-solution__summary-entry {
  margin-top: 34px;
}

.tp-link__inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 46px;
  border-radius: 23px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  background: linear-gradient(90deg, #ff7c2b 0%, #ff5a1f 100%);
}

.seaction-03 {
  padding: 96px 0 100px;
}

.seaction-03 .wrapper {
  position: relative;
}

.sbcx_icons {
  position: absolute;
  pointer-events: none;
}

.sbcx_icon01 {
  width: 30px;
  height: 30px;
  left: 9.6%;
  top: 20.6%;
  background: url("../assets/source-home/picture/sbcx_icon01.png") no-repeat center / 30px auto;
}

.sbcx_icon02 {
  width: 50px;
  height: 50px;
  left: 19.4%;
  bottom: 24.33%;
  background: url("../assets/source-home/picture/sbcx_icon02.png") no-repeat center / 50px auto;
}

.sbcx_icon03 {
  width: 90px;
  height: 90px;
  left: 25%;
  top: 33.16%;
  background: url("../assets/source-home/picture/sbcx_icon03.png") no-repeat center / 90px auto;
}

.sbcx_icon04 {
  width: 90px;
  height: 90px;
  left: 35.4%;
  bottom: 2.5%;
  background: url("../assets/source-home/picture/sbcx_icon04.png") no-repeat center / 90px auto;
}

.sbcx_icon05 {
  width: 60px;
  height: 60px;
  left: 41.61%;
  top: 9%;
  opacity: 0.7;
  background: url("../assets/source-home/picture/sbcx_icon05.png") no-repeat center / 60px auto;
}

.sbcx_icon06 {
  width: 89px;
  height: 85px;
  right: 27.29%;
  top: 14%;
  background: url("../assets/source-home/picture/sbcx_icon06.png") no-repeat center / 89px auto;
}

.sbcx_icon07 {
  width: 25px;
  height: 25px;
  right: 27.29%;
  top: 42.6%;
  background: url("../assets/source-home/picture/sbcx_icon07.png") no-repeat center / 25px auto;
}

.sbcx_icon08 {
  width: 90px;
  height: 90px;
  right: 14.11%;
  bottom: 15.16%;
  background: url("../assets/source-home/picture/sbcx_icon08.png") no-repeat center / 90px auto;
}

.sbcx_icon09 {
  width: 90px;
  height: 90px;
  right: 9.4%;
  top: 38.5%;
  background: url("../assets/source-home/picture/sbcx_icon09.png") no-repeat center / 90px auto;
}

.reason-box {
  margin-top: 42px;
}

.flex.col-space20 {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.col-2 {
  width: calc(25% - 14px);
}

.reason-box-item {
  min-height: 260px;
  padding: 28px 24px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.reason-item-title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: #111827;
}

.reason-item-text {
  margin: 16px 0 0;
  font-size: 15px;
  line-height: 1.9;
  color: #6b7280;
}

.reason-04 {
  padding: 76px 0 88px;
  background: rgba(250, 250, 250, 0.95);
}

.c-section-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

.c-section-hd {
  margin-bottom: 50px;
}

.c-section-tit {
  margin: 0 0 15px;
  text-align: center;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 400;
  color: #1a1a1a;
}

.c-section-des {
  max-width: 1000px;
  margin: 15px auto 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: #444444;
}

.intl-map {
  position: relative;
}

.intl-map-object {
  position: relative;
  z-index: 2;
  max-width: 92.2882%;
  margin: 0 auto;
}

.intl-map-bg-pc {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 48.944%;
  font-size: 0;
}

.intl-map-bg-pc img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.intl-map-dot-group {
  position: absolute;
  inset: 0;
}

.intl-map-dot {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  cursor: pointer;
}

.intl-map-dot::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(0, 110, 255, 0.2);
  background: rgba(0, 110, 255, 0.1);
}

.intl-map-dot-layer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(0, 110, 255, 0.2);
  background: rgba(0, 110, 255, 0.1);
  animation: fadeIn 0.3s ease-out forwards;
}

.intl-map-dot.style-1 {
  background: #006eff;
}

.intl-map-dot-tit {
  position: absolute;
  top: 50%;
  font-size: 12px;
  line-height: 1;
  color: #666666;
  white-space: nowrap;
  transform: translateY(-50%);
}

.intl-map-dot-tit.pos-left {
  right: 100%;
  margin-right: 4px;
}

.intl-map-dot-tit.pos-right {
  left: 100%;
  margin-left: 4px;
}

.intl-map-bubble {
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 200px;
  margin-left: -100px;
  margin-bottom: 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  transition: 0.3s all ease-out;
  pointer-events: none;
}

.intl-map-bubble-inner {
  position: relative;
  min-width: 196px;
  background: #ffffff;
  border: 1px solid #006eff;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(3, 27, 78, 0.12);
}

.intl-map-bubble-inner::before,
.intl-map-bubble-inner::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -8px;
  border: 8px dashed transparent;
  border-top-style: solid;
}

.intl-map-bubble-inner::before {
  margin-top: -1px;
  border-top-color: #006eff;
}

.intl-map-bubble-inner::after {
  margin-top: -2px;
  border-top-color: #ffffff;
}

.intl-map-bubble-tit {
  margin: 0;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #006eff;
  background: #ebf4ff;
  border-radius: 4px 4px 0 0;
}

.intl-map-bubble-detail {
  margin-top: 4px;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

.intl-map-bubble-detail-item + .intl-map-bubble-detail-item {
  margin-top: 4px;
}

.intl-map-bubble-detail-item::after {
  content: "";
  display: block;
  clear: both;
}

.intl-map-bubble-detail-tip {
  float: right;
  margin-left: 16px;
}

.intl-map-bubble-detail-main {
  overflow: hidden;
}

.intl-map-dot:hover,
.intl-map-dot.active {
  z-index: 3;
}

.intl-map-dot:hover .intl-map-dot-layer,
.intl-map-dot.active .intl-map-dot-layer {
  opacity: 0;
  visibility: hidden;
}

.intl-map-dot:hover::after,
.intl-map-dot.active::after {
  visibility: visible;
  opacity: 1;
  animation: fadeInLarger 0.5s ease-out forwards;
}

.intl-map-dot:hover .intl-map-bubble,
.intl-map-dot.active .intl-map-bubble {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@keyframes fadeInLarger {
  0% {
    transform: translate(-50%, -50%) scale(0.6);
    opacity: 0;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

.mobile-main {
  padding: 26px 16px 0;
}

.mobile-cards {
  display: flex;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-cards + .mobile-cards {
  margin-top: 12px;
}

.mobile-card-l {
  flex: 1;
}

.mobile-card-l a {
  display: block;
  position: relative;
  min-height: 108px;
  padding: 18px 16px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.mobile-card-l .bg-img {
  position: absolute;
  right: 12px;
  bottom: 0;
  width: 84px;
  opacity: 0.18;
}

.mobile-card-l .icon-img {
  width: 28px;
  height: 28px;
}

.bannercard-title {
  display: block;
  margin-top: 14px;
  color: #111827;
  font-size: 15px;
  font-weight: 600;
}

.collapse-item + .collapse-item {
  margin-top: 14px;
}

.collapse-item-hd {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
  cursor: pointer;
}

.collapse-item-hd span {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
}

.collapse-icon {
  width: 22px;
  height: 22px;
}

.collapse-item-bd {
  display: none;
  padding-top: 10px;
}

.collapse-item-bd.is-open {
  display: block;
}

.collapse-list-item {
  display: block;
  padding: 16px 18px;
  margin-top: 10px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.collapse-bd-list-title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #111827;
}

.collapse-bd-list-text {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.8;
  color: #6b7280;
}

@media screen and (max-width: 991px) {
  .sectionpc {
    display: none;
  }

  .sectionwap {
    display: block;
  }

  .wrapper,
  .tpm-section__inner,
  .banner-copy {
    width: auto;
    max-width: none;
    margin: 0 16px;
  }

  .xintianma-home-swiper,
  .banner-section {
    min-width: 0;
  }

  .bg-box {
    height: 420px;
  }

  .banner-title {
    max-width: 100%;
    font-size: 30px;
  }

  .banner-subtitle {
    max-width: 100%;
  }

  .banner-subtitle p {
    font-size: 14px;
    line-height: 1.8;
  }

  .banner-section .swiper-button-prev,
  .banner-section .swiper-button-next {
    display: none;
  }

  .seaction-01,
  .tpm-solution__section,
  .seaction-03 {
    padding-top: 64px;
  }

  .sbcx_icons,
  .reason-04 {
    display: none;
  }

  .section-head-title,
  .tpm-section__title {
    font-size: 28px;
  }

  .section-head-desc,
  .tpm-section__desc {
    font-size: 14px;
    line-height: 1.85;
  }

  .tpm-section__bd {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .tpm-solution__summary-inner {
    min-height: 0;
  }

  .col-2 {
    width: 100%;
  }

  .reason-box-item {
    min-height: 0;
  }
}
