/* 移动端视口宽度以800px为基准换算vw */
@media (min-width: 1px) {
  :root {
    font-size: calc(0.75rem + ((1vw - 0.01px) * 0.5006));
  }
}
@media (min-width: 1023px) {
  :root {
    font-size: 16px;
  }
}
.main,
.footer,
.popup-bgc,
.nav {
  display: none !important;
}
html {
  /* 全局字体大小 */
  --font-12px: 0.75rem;
  --font-14px: 0.875rem;
  --font-16px: 1rem;
  --font-18px: 1.125rem;
  --font-20px: 1.25rem;
  --font-22px: 1.375rem;
  --font-24px: 1.5rem;
  --font-26px: 1.625rem;
  --font-28px: 1.5rem;
  --font-30px: 1.625rem;
  --font-32px: 1.625rem;
  --font-34px: 1.625rem;
  --font-36px: 1.625rem;
  --font-38px: 1.625rem;
  --font-40px: 1.625rem;
  --font-42px: 1.625rem;
  --font-44px: 1.625rem;
  --font-46px: 1.625rem;
  --font-48px: 1.625rem;
  --font-50px: 1.625rem;
  --font-56px: 1.625rem;
  --font-60px: 1.625rem;
  --font-70px: 1.625rem;
  /* 全局间距 */
  --gap5px: 0.625vw;
  --gap10px: calc(5px + 0.625vw);
  --gap15px: 1.875vw;
  --gap20px: 2.5vw;
  --gap25px: 3.125vw;
  --gap30px: 3.75vw;
  --gap40px: 5vw;
  --gap50px: 6.25vw;
  --gap60px: 7.5vw;
  --gap70px: 8.75vw;
  --gap80px: 10vw;
  --gap100px: 12.5vw;
  --gap120px: 15vw;
  --gap150px: 18.75vw;
  --gap200px: 25vw;
  --gap300px: 37.5vw;
  --pos-card-raduis: 4px;
  --pos-card-height: 30px;
  --pos-card-height01: 120px;
}
.PC {
  display: none !important;
}
body,
html {
  overflow-x: hidden;
}
/* ================================移动端================================ */
.Mobile {
  display: block !important;
}
.Mobile .nav {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: calc(10px + 0.625vw) 0;
}
.Mobile .nav .li-1 {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.Mobile .nav .li-1 .logo-img {
  width: calc(20px + 30vw);
  max-width: 280px;
}
.Mobile .nav .flex-nav-text {
  flex: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: calc(10px + 1.25vw);
}
.crc-lb-video-def {
  width: 80vw;
  height: 80vw;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -40vw;
  margin-left: -40vw;
  z-index: 999;
  display: none;
}
.crc-lb-video-def #crc-lb-video {
  width: 100%;
  height: 100%;
}
.crc-lb-video-def .crc-lb-video-close {
  --aspect: calc(20px + 1.6667vw);
  position: absolute;
  width: var(--aspect);
  height: var(--aspect);
  top: -30px;
  right: -30px;
  background-image: url("../images/other/close-icon.svg");
  background-size: 50%;
  background-color: var(--hover-color-1);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.menu-button-icon {
  display: inline-block;
}
.menu-button-icon .bar1,
.menu-button-icon .bar2,
.menu-button-icon .bar3 {
  width: 22px;
  height: 2px;
  background-color: var(--text-dd-color02);
  margin: 6px 0;
  transition: all 0.4s ease;
}
.menu-button-icon.active .bar1 {
  transform: translate(0, 0) rotate(-45deg);
}
.menu-button-icon.active .bar2 {
  opacity: 0;
}
.menu-button-icon.active .bar3 {
  transform: translate(0, -8px) rotate(45deg);
}
.width-inner {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.main {
  position: relative;
  min-height: 100vh;
  z-index: 3;
}
.phone-main {
  height: 100vh;
  background-color: #fff;
  overflow: hidden;
  display: flex !important;
  flex-direction: column;
}
.phone-main .mobile-logo {
  width: 38.5938vw;
  margin: 0 auto;
  padding-top: 30%;
}
.phone-main .mobile-title {
  width: 46.4167vw;
  margin: 0 auto;
  padding-top: 35%;
}
.mod-con {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  min-height: 58px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  box-shadow: 0px 1px 0px 0px rgba(26, 34, 50, 0.06);
}
.mod-con .mod-tab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.mod-con .mod-tab .width-inner {
  min-height: 58px;
  display: flex;
  align-items: center;
}
.mod-con .mod-tab .width-inner a {
  position: relative;
  line-height: 58px;
  font-size: var(--font-16px);
  font-weight: 500;
  color: var(--text-dd-color01);
  margin-right: var(--gap30px);
}
.mod-con .mod-tab .width-inner a.active::after {
  content: " ";
  height: 2px;
  width: 85%;
  background-color: var(--hover-color-1);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: auto;
}
.mod-con .mod-tab .width-inner a:last-child {
  margin-right: 0;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  --ratio: calc(10px + 0.7292vw);
  width: var(--ratio);
  height: var(--ratio);
  font-size: var(--font-14px);
  color: rgba(24, 24, 24, 0.8);
  transition: all 0.3s ease;
  margin: 0 var(--gap15px);
}
.pagination a:last-child {
  margin-right: 0;
}
.pagination a.active,
.pagination a:hover {
  color: var(--hover-color-1);
}
.pagination a img {
  display: block;
  width: calc(5px + 0.5208vw);
  -o-object-fit: contain;
     object-fit: contain;
}
.pagination a .prev-icon {
  transform: scaleX(-1);
}
.pagination a.pagination-link {
  width: auto;
}
.pagination .pagination-text {
  width: 7.5vw;
  font-size: var(--font-14px);
  color: rgba(24, 24, 24, 0.8);
  background-color: #fff;
  border: 1px solid rgba(24, 24, 24, 0.8);
  border-radius: 4px;
  text-align: center;
}
.Breadcrumb {
  padding: var(--gap20px) 0;
  background-color: #fff;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  transition: all 0.3s ease;
  z-index: 98;
}
.Breadcrumb .ul {
  display: flex;
  align-items: center;
}
.Breadcrumb .ul a {
  display: block;
  font-size: var(--font-16px);
  color: var(--text-dd-color01);
  transition: all 0.3s ease;
  padding: 0 var(--gap10px);
}
.Breadcrumb .ul a:hover {
  color: var(--hover-color-1);
}
.Breadcrumb .ul .nav-line {
  display: flex;
  align-items: center;
  width: calc(5px + 0.1042vw);
  height: calc(10px + 0.1042vw);
  background-image: url(../images/news/icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain, 100%;
}
@keyframes anBox {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes submenu-show {
  0% {
    -webkit-transform: translate(-50%, -30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, 0px);
    opacity: 1;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(80px);
          backdrop-filter: blur(80px);
  box-shadow: 0px 1px 0px 0px rgba(26, 34, 50, 0.06);
  transition: all 0.3s ease-out;
}
.Mobile .sidebar {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  top: var(--headerGap);
  left: 0;
  bottom: 0;
  transform: translateX(-100%);
  font-size: var(--font-18px);
  background-color: #fbfbfb;
  overflow-x: hidden;
  z-index: 999;
}
.Mobile .sidebar .nav-item-mobile {
  display: flex;
  flex-direction: column;
  width: 95vw !important;
  max-width: 800px !important;
  margin: 0 auto;
}
.Mobile .sidebar .nav-item-mobile li {
  color: #0a1424;
  transform: translateX(-50px);
  opacity: 0;
  border-bottom: 1px solid rgba(223, 223, 223, 0.3);
}
.Mobile .sidebar .nav-item-mobile li .item {
  position: relative;
  display: block;
  padding: calc(15px + 0.625vw) calc(10px + 0.625vw);
}
.Mobile .sidebar .nav-item-mobile li .item.l-ink::after {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  content: "";
  width: 5%;
  height: 100%;
  background-image: url(../images/other/down-chevron.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain, 80%;
  transition: 0.4s all ease-out;
}
.Mobile .sidebar .nav-item-mobile li .submenu {
  display: none;
  padding: 0 0 var(--gap50px);
}
.Mobile .sidebar .nav-item-mobile li .submenu a {
  display: block;
  padding: var(--gap10px) calc(20px + 0.625vw);
  font-size: var(--font-16px);
  color: var(--text-dd-color02);
  transition: all 0.3s ease-out;
}
.Mobile .sidebar .nav-item-mobile li .submenu a:hover {
  color: var(--hover-color-1);
}
.Mobile .sidebar .nav-item-mobile li.open .item.l-ink::after {
  transform: rotate(-180deg);
  transition: 0.3s all ease-out;
}
.Mobile .sidebar.active {
  transform: translateX(0);
  box-shadow: 0px 1px 0px 0px rgba(26, 34, 50, 0.06);
}
.Mobile .sidebar.active .nav-item-mobile li,
.Mobile .sidebar.active .m-lang .lang-botton {
  transition: all 0.2s ease-out calc(var(--i) * 80ms + 200ms);
  transform: translateX(0);
  opacity: 1;
}
.Mobile .sidebar .m-lang {
  display: flex;
  flex-direction: column;
  width: 95vw !important;
  max-width: 800px !important;
  margin: 0 auto;
  padding-top: var(--gap20px);
}
.Mobile .sidebar .m-lang .lang-botton {
  display: flex;
  align-items: center;
  padding: calc(15px + 0.625vw) calc(10px + 0.625vw);
  transform: translateX(-50px);
  opacity: 0;
  cursor: pointer;
}
.Mobile .sidebar .m-lang .lang-botton .language {
  display: none;
  align-items: center;
  color: rgba(10, 20, 36, 0.4);
}
.Mobile .sidebar .m-lang .lang-botton .language .e {
  margin: 0 0.5em;
}
.Mobile .sidebar .m-lang .lang-botton .language .li {
  cursor: pointer;
}
.Mobile .sidebar .m-lang .lang-botton .language .li.active {
  color: #0a1424;
}
.js_oneScroll .header {
  transform: translateY(-100%);
}
.js_oneScroll .share-top {
  transform: none !important;
  opacity: 1 !important;
}
.js_oneScroll .floating-window {
  transform: translateX(0);
}
.floating-window {
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 20vh;
  right: 12px;
  transform: translateX(calc(100% + 40px));
  z-index: 99;
  transition: all 0.3s ease-out;
}
.floating-window .floating-item {
  position: relative;
  --aspect: calc(30px + 3.75vw);
  width: var(--aspect);
  height: var(--aspect);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-top: var(--gap10px);
  background: #fff;
  transition: all 0.3s ease-out;
  border: 1px solid rgba(48, 68, 109, 0.1);
}
.floating-window .floating-item img {
  display: block;
  max-width: 47%;
}
.floating-window .floating-item img:last-child {
  display: none;
}
.floating-window .floating-item .floating-down {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(50%);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
  width: 20.1667vw;
  height: 6.6667vw;
  font-size: var(--font-12px);
  color: #fff;
  border-radius: 4px;
  background: rgba(24, 24, 24, 0.8);
  left: -204%;
}
.floating-window .floating-item .floating-down::after {
  width: 0px;
  height: 0px;
  content: "";
  position: absolute;
  top: 50%;
  right: -6%;
  transform: translateY(-50%) rotate(270deg);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4.66025px solid rgba(24, 24, 24, 0.8);
}
.floating-window .floating-item:hover {
  border: 1px solid var(--hover-color-1);
  background: var(--hover-color-1);
}
.floating-window .floating-item:hover img {
  display: none;
}
.floating-window .floating-item:hover img:last-child {
  display: block;
}
.floating-window .floating-item:hover .floating-down {
  display: flex;
  visibility: visible;
  transform: translateX(0);
  opacity: 1;
}
.footer {
  padding: var(--gap40px) 0 var(--gap80px);
  background: #f6f7f9;
}
.footer .focus-us .title {
  display: inline-flex;
  font-size: var(--font-16px);
  font-weight: 500;
  color: var(--text-dd-color02);
  margin-right: var(--gap10px);
}
.footer .focus-us .focus-list {
  display: flex;
  padding-top: var(--gap30px);
}
.footer .focus-us .focus-list .focus-item {
  position: relative;
  flex: 1;
  height: 8.5vw;
  margin-right: var(--gap40px);
  border-radius: var(--pos-card-raduis);
}
@supports (aspect-ratio: 60 / 60) {
  .footer .focus-us .focus-list .focus-item {
    aspect-ratio: 1;
    height: auto;
  }
}
.footer .focus-us .focus-list .focus-item:last-child {
  margin-right: 0;
}
.footer .focus-us .focus-list .focus-item:last-child .focus-code {
  left: 0;
}
.footer .focus-us .focus-list .focus-item:first-child .focus-code {
  left: 100%;
}
.footer .focus-us .focus-list .focus-item .focus-icon {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: var(--pos-card-raduis);
  background: linear-gradient(135deg, #f3f5f8 0%, #ffffff 97%);
  border: 1.6px solid #fff;
  box-shadow: 0px 10px 20px 0px rgba(97, 118, 175, 0.1);
}
.footer .focus-us .focus-list .focus-item .focus-icon img {
  display: block;
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease;
}
.footer .focus-us .focus-list .focus-item .focus-icon img.icon-hover {
  display: none;
}
.footer .focus-us .focus-list .focus-item .focus-code {
  --aspect: calc(60px + 7.5vw);
  width: var(--aspect);
  height: var(--aspect);
  display: block;
  position: absolute;
  max-width: -moz-fit-content;
  max-width: fit-content;
  left: 50%;
  top: 0;
  z-index: 5;
  transform: translate(-50%, -100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: var(--pos-card-raduis);
}
.footer .focus-us .focus-list .focus-item:hover .focus-icon img.icon-hover {
  display: block;
}
.footer .focus-us .focus-list .focus-item:hover .focus-icon img:first-child {
  display: none;
}
.footer .focus-us .focus-list .focus-item:hover .focus-code {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -105%);
}
.footer .footer-wrap .grid-box {
  display: flex;
  flex-direction: column;
}
.footer .footer-wrap .grid-box .item-01 {
  width: 2.9167vw;
  min-width: 60px;
  order: 2;
  margin: var(--gap30px) auto var(--gap40px);
}
.footer .footer-wrap .grid-box .item-01 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footer-wrap .grid-box .dl-nav {
  display: flex;
  flex-direction: column;
  padding-bottom: var(--gap50px);
}
.footer .footer-wrap .grid-box .dl-nav .dl {
  border-bottom: 1px solid rgba(78, 91, 116, 0.2);
}
.footer .footer-wrap .grid-box .dl-nav .dl .dt {
  position: relative;
  font-size: var(--font-18px);
  font-weight: 500;
  color: var(--text-dd-color01);
  padding: var(--gap40px) 0;
  display: block;
}
.footer .footer-wrap .grid-box .dl-nav .dl .dt.l-ink::after {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  content: "";
  width: 5%;
  height: 100%;
  background-image: url(../images/other/down-chevron.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain, 80%;
  transition: 0.4s all ease-out;
}
.footer .footer-wrap .grid-box .dl-nav .dl .dt a {
  display: block;
}
.footer .footer-wrap .grid-box .dl-nav .dl .submenu {
  display: none;
  padding: 0 0 var(--gap50px);
}
.footer .footer-wrap .grid-box .dl-nav .dl .submenu a {
  display: block;
  padding: var(--gap10px) calc(10px + 0.625vw);
  font-size: var(--font-16px);
  color: var(--text-dd-color02);
  transition: all 0.3s ease-out;
}
.footer .footer-wrap .grid-box .dl-nav .dl .submenu a:hover {
  color: var(--hover-color-1);
}
.footer .footer-wrap .grid-box .dl-nav .dl.open .dt.l-ink::after {
  transform: rotate(-180deg);
  transition: 0.3s all ease-out;
}
.footer .footer-wrap .grid-box .dl-nav .dl:nth-of-type(2),
.footer .footer-wrap .grid-box .dl-nav .dl:nth-of-type(3) {
  display: none;
}
.footer .footer-wrap .copyright {
  font-size: var(--font-14px);
  color: var(--text-dd-color02);
  text-align: center;
  line-height: 2;
}
.footer .grid-box01 {
  display: flex;
  flex-direction: column;
}
.footer .grid-box01 .friend-grid {
  order: 2;
  padding-top: var(--gap60px);
}
.footer .grid-box01 .friend-grid .friend-link {
  display: none;
}
.footer .grid-box01 .friend-grid .copyright {
  text-align: center;
  font-size: var(--font-16px);
  color: var(--text-dd-color02);
  font-weight: 500;
}
.footer .grid-box01 .friend-grid .copyright p {
  display: block;
  font-size: var(--font-12px);
  font-weight: normal;
}
#c-content-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 105;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#c-content-pop .c-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  width: 90vw;
  padding: var(--gap80px) var(--gap50px);
  border-radius: var(--pos-card-raduis);
  color: var(--text-dd-color01);
}
#c-content-pop .c-content-box .c-close {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: var(--gap20px);
  margin-top: var(--gap40px);
  color: #999;
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#c-content-pop .c-content-box .c-close img {
  max-width: 50%;
}
#c-content-pop .c-content-box .c-content-text {
  font-size: var(--font-16px);
  line-height: 1.6;
  max-height: 450px;
  overflow-y: scroll;
  text-align: justify;
}
#c-content-pop .c-content-box .c-content-text .title {
  font-size: var(--font-40px);
  font-weight: 600;
  text-align: center;
  padding-bottom: var(--gap60px);
}
#c-content-pop .c-content-box .c-content-text .dt {
  font-size: var(--font-24px);
  font-weight: 600;
  padding: var(--gap40px) 0 var(--gap20px);
}
#c-content-pop .c-content-box .c-content-text .dd {
  padding-top: var(--gap10px);
}
#c-content-pop .c-content-box .c-content-text .dd a {
  color: var(--text-dd-color04);
}
#c-content-pop .c-content-box .c-content-text .dd i {
  width: var(--gap10px);
  height: var(--gap10px);
  display: inline-block;
  background: var(--text-dd-color01);
  vertical-align: middle;
  border-radius: 100%;
  margin-right: var(--gap15px);
}
#c-content-pop .c-content-box .c-content-text::-webkit-scrollbar {
  width: 0 !important;
  /* 对于Webkit浏览器 */
}
.banner--box {
  height: calc(90.9167vw + var(--pos-card-height01));
  min-height: 500px;
}
.Page-Home .section-1 .swiper {
  height: 100%;
}
.Page-Home .section-1 .swiper .swiper-wrapper .swiper-slide img,
.Page-Home .section-1 .swiper .swiper-wrapper .swiper-slide video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.Page-Home .section-1 .swiper .swiper-wrapper .swiper-slide .text-box {
  position: absolute;
  top: 24%;
  left: 0;
  right: 0;
  color: #fff;
  font-size: var(--font-16px);
  text-align: center;
  transform: translateY(-50%);
}
.Page-Home .section-1 .swiper .swiper-wrapper .swiper-slide .text-box .dt {
  font-size: var(--font-44px);
  font-weight: 500;
  padding-bottom: var(--gap15px);
  opacity: 0;
  transition: all 0.3s ease-out;
  transform: translate(120px);
  transition-delay: 0.2s;
}
.Page-Home .section-1 .swiper .swiper-wrapper .swiper-slide .text-box .know-more {
  opacity: 0;
  transition: all 0.3s ease-out;
  transform: translate(120px);
  transition-delay: 0.4s;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 9999px;
  font-size: var(--font-14px);
  color: #fff;
  padding: 0.4em 1.5em;
  margin: auto;
}
.Page-Home .section-1 .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .text-box .dt {
  opacity: 1;
  transform: translate(0px);
}
.Page-Home .section-1 .swiper .swiper-pagination {
  position: absolute;
  bottom: 3.125vw;
  width: 100%;
  display: flex;
  gap: var(--gap10px);
  text-align: center;
  justify-content: center;
}
.Page-Home .section-1 .swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 15.4167vw;
  height: 2px;
  margin: 0;
  opacity: 1;
  border-radius: 0px 0px 4px 4px;
  background-color: rgba(255, 255, 255, 0.6);
}
.Page-Home .section-1 .swiper .swiper-pagination .swiper-pagination-bullet i {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 0%;
  height: 4px;
  border-radius: 0px 0px 4px 4px;
  background: var(--hover-color-1);
  transition: width linear;
}
.Page-Home .section-1 .swiper .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 700%;
  position: absolute;
  left: 0;
  top: 20%;
  transform: translateY(-50%);
}
.Page-Home .section-2 {
  background-color: #f1f2f4;
  padding: var(--gap100px) 0 0;
}
.Page-Home .section-2 .width-inner {
  width: 100%;
}
.Page-Home .section-2 .width-inner .title-top {
  margin-bottom: var(--gap25px);
}
.Page-Home .section-2 .width-inner .title-top .dt {
  font-size: var(--font-30px);
  font-weight: 500;
  color: var(--text-dd-color01);
}
.Page-Home .section-2 .width-inner .title-top .logo-img {
  width: 6.3438vw;
  min-width: 115px;
  margin-top: var(--gap30px);
}
.Page-Home .section-2 .width-inner .title-top .logo-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-Home .section-2 .width-inner .title-top {
  text-align: center;
}
.Page-Home .section-2 .width-inner .tabBox .card-tab {
  margin: 0 auto var(--gap40px);
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}
.Page-Home .section-2 .width-inner .tabBox .card-tab .li {
  position: relative;
  font-size: var(--font-16px);
  color: rgba(12, 13, 14, 0.6);
  flex-shrink: 0;
  padding-bottom: var(--gap10px);
  border-bottom: 2px solid transparent;
  margin: 0 var(--gap30px);
}
.Page-Home .section-2 .width-inner .tabBox .card-tab .li.active {
  color: var(--hover-color-1);
  border-bottom: 2px solid var(--hover-color-1);
}
.Page-Home .section-2 .width-inner .tabBox .card-content .tab-content-item {
  position: relative;
  display: none;
}
.Page-Home .section-2 .width-inner .tabBox .card-content .tab-content-item.active {
  display: block;
  animation: anBox 0.6s ease;
}
.Page-Home .section-2 .width-inner .tabBox .card-content .tab-content-item .product-grid {
  margin: 0px var(--gap50px);
}
.Page-Home .section-2 .width-inner .tabBox .card-content .tab-content-item .product-grid .solution-item {
  position: relative;
  border-radius: var(--pos-card-raduis);
  background-color: #fff;
  display: flex;
  margin-top: var(--gap20px);
}
.Page-Home .section-2 .width-inner .tabBox .card-content .tab-content-item .product-grid .solution-item .img-wrap {
  width: 100%;
  height: 100%;
}
.Page-Home .section-2 .width-inner .tabBox .card-content .tab-content-item .product-grid .solution-item .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-Home .section-2 .width-inner .tabBox .card-content .tab-content-item .product-grid .solution-item .text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: var(--gap40px) var(--gap30px);
  color: #fff;
}
.Page-Home .section-2 .width-inner .tabBox .card-content .tab-content-item .product-grid .solution-item .text-wrap .dt {
  margin-bottom: var(--gap10px);
  --text-height: calc(1.2 * var(--font-20px));
  font-size: var(--font-20px);
  font-weight: 600;
  color: var(--text-dd-color03);
  line-height: 1.3;
  min-height: calc(var(--text-height) * 1);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
}
.Page-Home .section-2 .width-inner .tabBox .card-content .tab-content-item .product-grid .solution-item .text-wrap .dd {
  --text-height: calc(1.7 * var(--font-14px));
  font-size: var(--font-14px);
  line-height: 1.7;
  min-height: calc(var(--text-height) * 2);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  color: rgba(10, 20, 36, 0.4);
  -webkit-box-orient: vertical;
  margin-bottom: var(--gap10px);
}
.Page-Home .section-2 .width-inner .tabBox .card-content .tab-content-item .product-grid .solution-item .text-wrap .know-more {
  font-size: var(--font-14px);
  color: var(--hover-color-1);
}
.Page-Home .section-2 .width-inner .tabBox .card-content .tab-content-item .product-grid.product-four .swiper-slide {
  display: grid;
  gap: var(--gap15px);
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.Page-Home .section-2 .width-inner .tabBox .card-content .tab-content-item .product-grid.product-four .swiper-slide .solution-item:first-child {
  grid-area: 1 / 1 / 3 / 2;
}
.Page-Home .section-2 .width-inner .tabBox .card-content .tab-content-item .product-grid.product-four .swiper-slide .solution-item:last-child {
  grid-area: auto / 2 / 3 / 4;
}
.Page-Home .section-2 .width-inner .tabBox .card-content .tab-content-item .product-grid.product-three .swiper-slide {
  display: grid;
  gap: var(--gap15px);
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.Page-Home .section-2 .width-inner .tabBox .card-content .tab-content-item .product-grid.product-two .swiper-slide {
  display: flex;
  gap: var(--gap15px);
  flex-wrap: nowrap;
  margin: 0 !important;
}
.Page-Home .section-2 .width-inner .tabBox .card-content .tab-content-item .product-grid.product-two .swiper-slide .solution-item:first-of-type {
  width: 100%;
  height: 49%;
}
.Page-Home .section-2 .width-inner .tabBox .card-content .tab-content-item .product-grid.product-two .swiper-slide .solution-item:nth-of-type(2),
.Page-Home .section-2 .width-inner .tabBox .card-content .tab-content-item .product-grid.product-two .swiper-slide .solution-item:nth-of-type(3) {
  width: 32.33%;
  height: 49%;
}
.Page-Home .section-2 .width-inner .tabBox .card-content .tab-content-item .product-grid.product-two .swiper-slide .solution-item:nth-of-type(4) {
  width: 36%;
  height: 49%;
  position: absolute;
  bottom: 0;
  left: 34.3%;
}
.Page-Home .section-2 .width-inner .tabBox .card-content .tab-content-item .product-grid.product-two .swiper-slide .solution-item:last-child {
  width: 100%;
  height: 49%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.Page-Home .section-2 .width-inner .tabBox .card-content .tab-content-item .product-grid.product-one {
  display: flex;
}
.Page-Home .section-2 .width-inner .tabBox .card-content .tab-content-item .product-grid.product-one .solution-item {
  flex: 1;
  text-align: center;
  height: 100%;
}
@supports (aspect-ratio: 1 / 1) {
  .Page-Home .section-2 .width-inner .tabBox .card-content .tab-content-item .product-grid {
    aspect-ratio: 0.92525773;
    height: auto;
  }
}
.Page-Home .section-2 .width-inner .tabBox .card-content .tab-content-item .swiper-button {
  display: none;
}
.Page-Home .section-2 .width-inner .tabBox .card-content .tab-content-item .swiper-button .swiper-button-prev {
  --ratio: calc(30px + 0.5208vw);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  left: -3vw;
  width: var(--ratio);
  height: var(--ratio);
  overflow: hidden;
  border-radius: 50%;
  transition: all 0.3sease;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.Page-Home .section-2 .width-inner .tabBox .card-content .tab-content-item .swiper-button .swiper-button-next {
  --ratio: calc(30px + 0.5208vw);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  right: -3vw;
  width: var(--ratio);
  height: var(--ratio);
  overflow: hidden;
  transform: scaleX(-1);
  border-radius: 50%;
  transition: all 0.3sease;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.Page-Home .section-3 {
  background-color: #f1f2f4;
  padding: var(--gap100px) 0 var(--gap200px);
}
.Page-Home .section-3 .width-inner {
  width: 100%;
}
.Page-Home .section-3 .width-inner .title-top {
  margin-bottom: var(--gap25px);
}
.Page-Home .section-3 .width-inner .title-top .dt {
  font-size: var(--font-30px);
  font-weight: 500;
  color: var(--text-dd-color01);
}
.Page-Home .section-3 .width-inner .title-top .logo-img {
  width: 6.3438vw;
  min-width: 115px;
  margin-top: var(--gap30px);
}
.Page-Home .section-3 .width-inner .title-top .logo-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-Home .section-3 .width-inner .title-top {
  text-align: center;
}
.Page-Home .section-3 .width-inner .tabBox .card-tab {
  margin: 0 auto var(--gap40px);
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}
.Page-Home .section-3 .width-inner .tabBox .card-tab .li {
  position: relative;
  font-size: var(--font-16px);
  color: rgba(12, 13, 14, 0.6);
  margin: 0 var(--gap30px);
  flex-shrink: 0;
  padding-bottom: var(--gap10px);
  border-bottom: 2px solid transparent;
}
.Page-Home .section-3 .width-inner .tabBox .card-tab .li.active {
  color: var(--hover-color-1);
  border-bottom: 2px solid var(--hover-color-1);
}
.Page-Home .section-3 .width-inner .tabBox .card-content .tab-content-item {
  position: relative;
  display: none;
}
.Page-Home .section-3 .width-inner .tabBox .card-content .tab-content-item.active {
  display: block;
  animation: anBox 0.6s ease;
}
.Page-Home .section-3 .width-inner .tabBox .card-content .tab-content-item .tabSwiper {
  padding: var(--gap20px) var(--gap15px);
}
.Page-Home .section-3 .width-inner .tabBox .card-content .tab-content-item .tabSwiper .swiper-slide .solution-item {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--pos-card-raduis);
  background: #fff;
  overflow: hidden;
  padding-bottom: var(--gap40px);
  transition: all 0.3s ease;
}
.Page-Home .section-3 .width-inner .tabBox .card-content .tab-content-item .tabSwiper .swiper-slide .solution-item:hover {
  transform: translateY(calc(0px - var(--gap10px)));
}
.Page-Home .section-3 .width-inner .tabBox .card-content .tab-content-item .tabSwiper .swiper-slide .solution-item:hover .img-wrap img {
  transform: scale(1.05);
}
.Page-Home .section-3 .width-inner .tabBox .card-content .tab-content-item .tabSwiper .swiper-slide .solution-item:hover .text-wrap .know-more {
  opacity: 1;
}
.Page-Home .section-3 .width-inner .tabBox .card-content .tab-content-item .tabSwiper .swiper-slide .solution-item .img-wrap {
  margin-bottom: var(--gap50px);
  width: 100%;
  height: 11.7708vw;
  overflow: hidden;
}
@supports (aspect-ratio: 1/1) {
  .Page-Home .section-3 .width-inner .tabBox .card-content .tab-content-item .tabSwiper .swiper-slide .solution-item .img-wrap {
    aspect-ratio: 1.73893805;
    height: auto;
  }
}
.Page-Home .section-3 .width-inner .tabBox .card-content .tab-content-item .tabSwiper .swiper-slide .solution-item .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.Page-Home .section-3 .width-inner .tabBox .card-content .tab-content-item .tabSwiper .swiper-slide .solution-item .text-wrap {
  padding: 0 var(--gap30px);
  color: rgba(10, 20, 36, 0.4);
}
.Page-Home .section-3 .width-inner .tabBox .card-content .tab-content-item .tabSwiper .swiper-slide .solution-item .text-wrap .dt {
  margin-bottom: var(--gap20px);
  --text-height: calc(1.2 * var(--font-26px));
  font-size: var(--font-20px);
  font-weight: 600;
  color: var(--text-dd-color03);
  line-height: 1.3;
  min-height: calc(var(--text-height) * 1);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
}
.Page-Home .section-3 .width-inner .tabBox .card-content .tab-content-item .tabSwiper .swiper-slide .solution-item .text-wrap .dd {
  --text-height: calc(1.7 * var(--font-14px));
  font-size: var(--font-14px);
  line-height: 1.7;
  min-height: calc(var(--text-height) * 4);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  margin-bottom: var(--gap30px);
}
.Page-Home .section-3 .width-inner .tabBox .card-content .tab-content-item .tabSwiper .swiper-slide .solution-item .text-wrap .know-more {
  font-size: var(--font-14px);
  color: var(--hover-color-1);
}
.Page-Home .section-3 .width-inner .tabBox .card-content .tab-content-item .tabSwiper .swiper-pagination02 {
  display: flex;
  justify-content: center;
  margin-top: var(--gap50px);
}
.Page-Home .section-3 .width-inner .tabBox .card-content .tab-content-item .tabSwiper .swiper-pagination02 .swiper-pagination-bullet {
  position: relative;
  margin: 0;
  background: rgba(10, 20, 36, 0.2);
  height: 2px;
  width: 54px;
  opacity: 1;
}
.Page-Home .section-3 .width-inner .tabBox .card-content .tab-content-item .tabSwiper .swiper-pagination02 .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -2px;
  height: 4px;
  border-radius: 0px 0px 4px 4px;
  opacity: 1;
  background: rgba(10, 20, 36, 0.4);
}
.Page-Home .section-3 .width-inner .tabBox .card-content .tab-content-item .swiper-button {
  display: none;
}
.Page-Home .section-3 .width-inner .tabBox .card-content .tab-content-item .swiper-button .swiper-button-prev {
  --ratio: calc(30px + 0.5208vw);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  left: -3vw;
  width: var(--ratio);
  height: var(--ratio);
  overflow: hidden;
  border-radius: 50%;
  transition: all 0.3sease;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.Page-Home .section-3 .width-inner .tabBox .card-content .tab-content-item .swiper-button .swiper-button-next {
  --ratio: calc(30px + 0.5208vw);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  right: -3vw;
  width: var(--ratio);
  height: var(--ratio);
  overflow: hidden;
  transform: scaleX(-1);
  border-radius: 50%;
  transition: all 0.3sease;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.Privacy-popup {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: var(--font-12px);
  color: #181818;
  line-height: 1.6;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(80px);
          backdrop-filter: blur(80px);
  padding: var(--gap40px) 0;
}
.Privacy-popup .close {
  --aspect: calc(15px + 1.6667vw);
  position: absolute;
  width: var(--aspect);
  height: var(--aspect);
  top: 40px;
  right: 40px;
  background-image: url("../images//other/close.svg");
  background-size: 20px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.Privacy-popup .dt {
  font-size: var(--font-20px);
  font-weight: 600;
  padding-bottom: var(--gap10px);
}
.Privacy-popup .dd a {
  color: #1c51ff;
  text-decoration: underline;
}
.Privacy-popup .privacy-btn {
  display: flex;
  gap: var(--gap25px);
  margin-top: var(--gap20px);
}
.Privacy-popup .privacy-btn a {
  font-size: var(--font-12px);
  padding: var(--gap10px);
  border-radius: 8px;
  background: #f5f9ff;
  border: 1px solid rgba(48, 68, 109, 0.2);
  transition: all 0.3s ease;
}
.Privacy-popup .privacy-btn a:hover {
  color: #fff;
  background: var(--hover-color-1);
  border: 1px solid var(--hover-color-1);
}
.Page-Product {
  padding-top: 45px;
  overflow-x: hidden;
}
.Page-Product .crumbs-tab {
  display: flex;
  background: #f5f5f7;
  padding: var(--gap20px) var(--gap50px) var(--gap70px);
  overflow-x: scroll;
  flex-wrap: nowrap;
}
.Page-Product .crumbs-tab .crumbs-item {
  margin-right: var(--gap50px);
}
.Page-Product .crumbs-tab .crumbs-item .img-wrap {
  min-width: 15.8333vw;
  height: 15.2083vw;
  display: flex;
  align-items: center;
  margin: 0 auto;
  overflow: hidden;
}
.Page-Product .crumbs-tab .crumbs-item .img-wrap img {
  display: block;
  width: 100%;
}
.Page-Product .crumbs-tab .crumbs-item .dt {
  position: relative;
  font-size: var(--font-14px);
  color: var(--text-dd-color01);
  text-align: center;
  margin: 1.25vw auto 0;
  white-space: nowrap;
}
.Page-Product .crumbs-tab .crumbs-item .dt::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: var(--hover-color-1);
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
.Page-Product .crumbs-tab .crumbs-item.active .dt {
  color: var(--hover-color-1);
}
.Page-Product .crumbs-tab .crumbs-item.active .dt::after {
  width: 24px;
}
.Page-Product .card-content .tab-content-item {
  display: none;
  position: relative;
}
.Page-Product .card-content .tab-content-item.active {
  display: block;
  animation: anBox 0.6s ease;
}
.Page-Product .card-content .tab-content-item .section-1 .bgc-img {
  width: 100%;
  height: 100%;
  display: block;
  min-height: 50vw;
}
.Page-Product .card-content .tab-content-item .section-1 .text-box {
  position: absolute;
  top: var(--gap60px);
  left: 0;
  right: 0;
  color: var(--text-dd-color01);
  font-weight: 500;
  font-size: var(--font-16px);
  line-height: 1.6;
  text-align: center;
}
.Page-Product .card-content .tab-content-item .section-1 .text-box .title-top .dt {
  font-size: var(--font-40px);
  font-weight: 600;
  padding: var(--gap15px) 0;
}
.Page-Product .card-content .tab-content-item .section-1 .text-box .title-top .dd {
  max-width: 100%;
  text-align: center;
  font-weight: 500;
}
.Page-Product .card-content .tab-content-item .section-2 {
  padding: var(--gap100px) 0 var(--gap200px);
}
.Page-Product .card-content .tab-content-item .section-2 .title-top {
  margin-bottom: var(--gap25px);
}
.Page-Product .card-content .tab-content-item .section-2 .title-top .dt {
  font-size: var(--font-30px);
  font-weight: 500;
  color: var(--text-dd-color01);
}
.Page-Product .card-content .tab-content-item .section-2 .title-top .logo-img {
  width: 6.3438vw;
  min-width: 115px;
  margin-top: var(--gap30px);
}
.Page-Product .card-content .tab-content-item .section-2 .title-top .logo-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-Product .card-content .tab-content-item .section-2 .title-top {
  text-align: center;
}
.Page-Product .card-content .tab-content-item .section-2 .grid-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
  margin: var(--gap60px) auto;
}
.Page-Product .card-content .tab-content-item .section-2 .grid-wrap .dl {
  font-size: var(--font-18px);
  color: #989c9f;
  margin-bottom: var(--gap50px);
}
.Page-Product .card-content .tab-content-item .section-2 .grid-wrap .dl .dt {
  font-size: var(--font-24px);
  color: var(--text-dd-color01);
  font-weight: 500;
  padding-bottom: var(--gap5px);
}
.Page-Product .card-content .tab-content-item .section-2 .grid-wrap .dl:last-child {
  grid-area: auto / 1 / auto / 3;
}
.Page-Product .card-content .tab-content-item .section-2 .grid-wrap .line {
  width: 1px;
  background-color: #d8d8d8;
  height: 2.6042vw;
  margin: 0px var(--gap70px);
  display: none;
}
.Page-Product .card-content .tab-content-item .section-2 .product-grid .solution-item {
  position: relative;
  margin-bottom: var(--gap50px);
}
.Page-Product .card-content .tab-content-item .section-2 .product-grid .solution-item .img-wrap {
  height: 100%;
  overflow: hidden;
}
.Page-Product .card-content .tab-content-item .section-2 .product-grid .solution-item .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
}
.Page-Product .card-content .tab-content-item .section-2 .product-grid .solution-item .text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: var(--font-16px);
  padding: var(--gap40px) var(--gap30px);
  color: rgba(255, 255, 255, 0.6);
}
.Page-Product .card-content .tab-content-item .section-2 .product-grid .solution-item .text-wrap .dt {
  margin-bottom: var(--gap10px);
  --text-height: calc(1.2 * var(--font-20px));
  font-size: var(--font-20px);
  font-weight: 600;
  line-height: 1.3;
  min-height: calc(var(--text-height) * 1);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
}
.Page-Product .card-content .tab-content-item .section-2.module-1 .component-grid .product-two-swiper {
  max-width: 50.4167vw;
  margin-bottom: var(--gap40px);
}
.Page-Product .card-content .tab-content-item .section-2.module-1 .component-grid .product-two-swiper .swiper-wrapper {
  align-items: center;
}
.Page-Product .card-content .tab-content-item .section-2.module-1 .component-grid .product-two-swiper .swiper-wrapper .swiper-slide img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.Page-Product .card-content .tab-content-item .section-2.module-1 .component-grid .product-two-swiper1 .swiper-wrapper {
  max-width: 80%;
  display: flex;
  justify-content: center;
  margin: auto;
  overflow: hidden;
}
.Page-Product .card-content .tab-content-item .section-2.module-1 .component-grid .product-two-swiper1 .swiper-wrapper .swiper-slide {
  position: relative;
  max-width: calc(40px + 0.7292vw) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(40px + 0.7292vw);
  border-radius: 2px;
  opacity: 0.5;
  border: 1px solid rgba(24, 24, 24, 0.1);
  margin-right: var(--gap10px);
  transition: all 0.3s ease;
}
.Page-Product .card-content .tab-content-item .section-2.module-1 .component-grid .product-two-swiper1 .swiper-wrapper .swiper-slide img {
  display: block;
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-Product .card-content .tab-content-item .section-2.module-1 .component-grid .product-two-swiper1 .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid var(--hover-color-1);
  opacity: 1;
}
.Page-Product .card-content .tab-content-item .section-2.module-1 .component-grid .product-two-swiper1 .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0 !important;
}
.Page-Product .card-content .tab-content-item .section-2.module-1 .component-grid .product-two-swiper1 .swiper-button-next,
.Page-Product .card-content .tab-content-item .section-2.module-1 .component-grid .product-two-swiper1 .swiper-button-prev {
  --ratio: calc(35px + 0.7292vw);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: var(--ratio);
  height: var(--ratio);
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  transition: all 0.3sease;
}
.Page-Product .card-content .tab-content-item .section-2.module-1 .component-grid .product-two-swiper1 .swiper-button-prev {
  transform: scaleX(-1) translateY(-50%);
}
.Page-Product .card-content .tab-content-item .section-2.module-4 .grid-wrap .dl:last-child {
  grid-area: initial;
}
.Page-ProductComponent {
  padding-top: 45px;
}
.Page-ProductComponent .section-1 .swiper {
  height: 100%;
}
.Page-ProductComponent .section-1 .swiper .swiper-wrapper .swiper-slide img,
.Page-ProductComponent .section-1 .swiper .swiper-wrapper .swiper-slide video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.Page-ProductComponent .section-1 .swiper .swiper-wrapper .swiper-slide .text-box {
  position: absolute;
  top: var(--gap60px);
  left: 0;
  right: 0;
  color: var(--text-dd-color01);
  font-weight: 500;
  font-size: var(--font-16px);
  line-height: 1.6;
  text-align: center;
}
.Page-ProductComponent .section-1 .swiper .swiper-wrapper .swiper-slide .text-box .title-top .dt {
  font-size: var(--font-40px);
  font-weight: 600;
  padding: var(--gap15px) 0;
}
.Page-ProductComponent .section-1 .swiper .swiper-wrapper .swiper-slide .text-box .title-top .dd {
  max-width: 100%;
  text-align: center;
  font-weight: 500;
}
.Page-ProductComponent .section-1 .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .text-box .dt,
.Page-ProductComponent .section-1 .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .text-box .know-more {
  opacity: 1;
  transform: translate(0px);
}
.Page-ProductComponent .section-1 .swiper .swiper-pagination {
  position: absolute;
  bottom: 3.125vw;
  width: 100%;
  display: flex;
  gap: var(--gap10px);
  text-align: center;
  justify-content: center;
}
.Page-ProductComponent .section-1 .swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 15.4167vw;
  height: 2px;
  margin: 0;
  opacity: 1;
  border-radius: 0px 0px 4px 4px;
  background-color: rgba(255, 255, 255, 0.6);
}
@keyframes progress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
    transform: translateX(-0.2px);
  }
}
.Page-ProductComponent .section-1 .swiper .swiper-pagination .swiper-pagination-bullet i {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 0%;
  height: 4px;
  border-radius: 0px 0px 4px 4px;
  background: var(--hover-color-1);
  transition: width linear;
}
.Page-ProductComponent .section-1 .swiper .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 700%;
  position: absolute;
  left: 0;
  top: 20%;
  transform: translateY(-50%);
}
.Page-ProductComponent .section-2 {
  padding: var(--gap100px) 0;
}
.Page-ProductComponent .section-2 .component-grid {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.Page-ProductComponent .section-2 .component-grid .img-wrap {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-ProductComponent .section-2 .component-grid .text-wrap {
  font-size: var(--font-16px);
  font-weight: 400;
  line-height: 1.6;
  color: var(--text-dd-color01);
  text-align: left;
  padding-top: var(--gap100px);
}
.Page-ProductComponent .section-2 .component-grid .text-wrap .dt {
  font-size: var(--font-30px);
  font-weight: 600;
  padding-bottom: var(--gap20px);
}
.Page-ProductComponent .section-2 .component-grid .text-wrap .title {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: var(--gap10px) var(--gap20px);
  font-size: var(--font-16px);
  color: rgba(24, 24, 24, 0.4);
  line-height: 1;
  border-radius: 4px;
  border: 1px solid rgba(24, 24, 24, 0.4);
  margin-bottom: var(--gap60px);
  transition: all 0.3s ease;
}
.Page-ProductComponent .section-2 .component-grid .text-wrap .know-more {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: var(--gap15px) var(--gap20px);
  font-size: var(--font-14px);
  color: var(--text-dd-color03);
  line-height: 1;
  border-radius: 5555px;
  border: 1px solid var(--text-dd-color03);
  margin-top: var(--gap60px);
}
.Page-ProductComponent .section-2 .component-grid .mySwiper {
  max-width: 50.4167vw;
  margin-bottom: var(--gap40px);
}
.Page-ProductComponent .section-2 .component-grid .mySwiper .swiper-wrapper {
  align-items: center;
}
.Page-ProductComponent .section-2 .component-grid .mySwiper .swiper-wrapper .swiper-slide img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.Page-ProductComponent .section-2 .component-grid .swiper-content {
  position: relative;
}
.Page-ProductComponent .section-2 .component-grid .swiper-content .mySwiper1 {
  max-width: 80%;
  margin: auto;
  overflow: hidden;
}
.Page-ProductComponent .section-2 .component-grid .swiper-content .mySwiper1 .swiper-wrapper {
  display: flex;
  justify-content: center;
}
.Page-ProductComponent .section-2 .component-grid .swiper-content .mySwiper1 .swiper-wrapper .swiper-slide {
  position: relative;
  max-width: calc(40px + 0.7292vw) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(40px + 0.7292vw);
  border-radius: 2px;
  opacity: 0.5;
  border: 1px solid rgba(24, 24, 24, 0.1);
  margin-right: var(--gap10px);
  transition: all 0.3s ease;
}
.Page-ProductComponent .section-2 .component-grid .swiper-content .mySwiper1 .swiper-wrapper .swiper-slide img {
  display: block;
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-ProductComponent .section-2 .component-grid .swiper-content .mySwiper1 .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid var(--hover-color-1);
  opacity: 1;
}
.Page-ProductComponent .section-2 .component-grid .swiper-content .mySwiper1 .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0 !important;
}
.Page-ProductComponent .section-2 .component-grid .swiper-content .swiper-button-next,
.Page-ProductComponent .section-2 .component-grid .swiper-content .swiper-button-prev {
  --ratio: calc(35px + 0.7292vw);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: var(--ratio);
  height: var(--ratio);
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  transition: all 0.3sease;
}
.Page-ProductComponent .section-2 .component-grid .swiper-content .swiper-button-prev {
  transform: scaleX(-1) translateY(-50%);
}
.Page-ProductComponent .section-3 {
  padding-bottom: var(--gap200px);
}
.Page-ProductComponent .section-3 .title-top {
  margin-bottom: var(--gap25px);
}
.Page-ProductComponent .section-3 .title-top .dt {
  font-size: var(--font-30px);
  font-weight: 500;
  color: var(--text-dd-color01);
}
.Page-ProductComponent .section-3 .title-top .logo-img {
  width: 6.3438vw;
  min-width: 115px;
  margin-top: var(--gap30px);
}
.Page-ProductComponent .section-3 .title-top .logo-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-ProductComponent .section-3 .title-top {
  text-align: center;
}
.Page-ProductComponent .section-3 .product-grid {
  margin-top: var(--gap60px);
}
.Page-ProductComponent .section-3 .product-grid .card-content {
  width: 100%;
}
.Page-ProductComponent .section-3 .product-grid .card-content .tab-content-item {
  display: none;
}
.Page-ProductComponent .section-3 .product-grid .card-content .tab-content-item img {
  width: 100%;
  display: block;
}
.Page-ProductComponent .section-3 .product-grid .card-content .tab-content-item.active {
  display: block;
  animation: anBox 0.6s ease;
}
.Page-ProductComponent .section-3 .product-grid .product-tab {
  border-left: 1px solid rgba(51, 51, 51, 0.1);
  padding-left: var(--gap50px);
  margin-top: var(--gap50px);
}
.Page-ProductComponent .section-3 .product-grid .product-tab .product-flex {
  display: flex;
  flex-direction: column;
}
.Page-ProductComponent .section-3 .product-grid .product-tab .product-flex .product-item {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: var(--font-16px);
  color: var(--text-dd-color01);
  opacity: 0.3;
  margin-bottom: var(--gap50px);
}
.Page-ProductComponent .section-3 .product-grid .product-tab .product-flex .product-item .dt {
  font-size: var(--font-26px);
  font-weight: 500;
  padding-bottom: var(--gap10px);
}
.Page-ProductComponent .section-3 .product-grid .product-tab .product-flex .product-item.active {
  opacity: 1;
}
.Page-ProductComponent .section-3 .product-grid .product-tab .product-flex .product-item.active::after {
  content: "";
  width: 2px;
  background: #de071b;
  height: 100%;
  position: absolute;
  left: -6.5vw;
}
.Page-ProductSoftware {
  padding-top: 45px;
}
.Page-ProductSoftware .section-1 .swiper {
  height: 100%;
}
.Page-ProductSoftware .section-1 .swiper .swiper-wrapper .swiper-slide img,
.Page-ProductSoftware .section-1 .swiper .swiper-wrapper .swiper-slide video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.Page-ProductSoftware .section-1 .swiper .swiper-wrapper .swiper-slide .text-box {
  position: absolute;
  top: var(--gap120px);
  left: 0;
  right: 0;
  color: var(--text-dd-color01);
  font-weight: 500;
  font-size: var(--font-16px);
  line-height: 1.6;
  text-align: center;
}
.Page-ProductSoftware .section-1 .swiper .swiper-wrapper .swiper-slide .text-box .title-top .dt {
  font-size: var(--font-40px);
  font-weight: 600;
  padding: var(--gap15px) 0;
}
.Page-ProductSoftware .section-1 .swiper .swiper-wrapper .swiper-slide .text-box .title-top .dd {
  max-width: 100%;
  text-align: center;
  font-weight: 500;
}
.Page-ProductSoftware .section-1 .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .text-box .dt,
.Page-ProductSoftware .section-1 .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .text-box .know-more {
  opacity: 1;
  transform: translate(0px);
}
.Page-ProductSoftware .section-1 .swiper .swiper-pagination {
  position: absolute;
  bottom: 3.125vw;
  width: 100%;
  display: flex;
  gap: var(--gap10px);
  text-align: center;
  justify-content: center;
}
.Page-ProductSoftware .section-1 .swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 15.4167vw;
  height: 2px;
  margin: 0;
  opacity: 1;
  border-radius: 0px 0px 4px 4px;
  background-color: rgba(255, 255, 255, 0.6);
}
@keyframes progress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
    transform: translateX(-0.2px);
  }
}
.Page-ProductSoftware .section-1 .swiper .swiper-pagination .swiper-pagination-bullet i {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 0%;
  height: 4px;
  border-radius: 0px 0px 4px 4px;
  background: var(--hover-color-1);
  transition: width linear;
}
.Page-ProductSoftware .section-1 .swiper .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 700%;
  position: absolute;
  left: 0;
  top: 20%;
  transform: translateY(-50%);
}
.Page-ProductSoftware .section-2 {
  padding: var(--gap100px) 0 var(--gap200px);
}
.Page-ProductSoftware .section-2 .title-top {
  margin-bottom: var(--gap25px);
}
.Page-ProductSoftware .section-2 .title-top .dt {
  font-size: var(--font-30px);
  font-weight: 500;
  color: var(--text-dd-color01);
}
.Page-ProductSoftware .section-2 .title-top .logo-img {
  width: 6.3438vw;
  min-width: 115px;
  margin-top: var(--gap30px);
}
.Page-ProductSoftware .section-2 .title-top .logo-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-ProductSoftware .section-2 .title-top {
  text-align: center;
}
.Page-ProductSoftware .section-2 .product-grid {
  margin-top: var(--gap60px);
}
.Page-ProductSoftware .section-2 .product-grid .card-content {
  width: 100%;
}
.Page-ProductSoftware .section-2 .product-grid .card-content .tab-content-item {
  display: none;
}
.Page-ProductSoftware .section-2 .product-grid .card-content .tab-content-item img {
  width: 100%;
  display: block;
}
.Page-ProductSoftware .section-2 .product-grid .card-content .tab-content-item.active {
  display: block;
  animation: anBox 0.6s ease;
}
.Page-ProductSoftware .section-2 .product-grid .product-tab {
  border-left: 1px solid rgba(51, 51, 51, 0.1);
  padding-left: var(--gap50px);
  margin-top: var(--gap50px);
}
.Page-ProductSoftware .section-2 .product-grid .product-tab .product-flex {
  display: flex;
  flex-direction: column;
}
.Page-ProductSoftware .section-2 .product-grid .product-tab .product-flex .product-item {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: var(--font-16px);
  color: var(--text-dd-color01);
  opacity: 0.3;
  margin-bottom: var(--gap50px);
}
.Page-ProductSoftware .section-2 .product-grid .product-tab .product-flex .product-item .dt {
  font-size: var(--font-26px);
  font-weight: 500;
  padding-bottom: var(--gap10px);
}
.Page-ProductSoftware .section-2 .product-grid .product-tab .product-flex .product-item.active {
  opacity: 1;
}
.Page-ProductSoftware .section-2 .product-grid .product-tab .product-flex .product-item.active::after {
  content: "";
  width: 2px;
  background: #de071b;
  height: 100%;
  position: absolute;
  left: -6.5vw;
}
.Page-ProductSolve {
  padding-top: 45px;
}
.Page-ProductSolve .crumbs-tab {
  display: flex;
  justify-content: center;
  background: #f5f5f7;
  padding: var(--gap40px) var(--gap50px) var(--gap50px);
  overflow-x: scroll;
  flex-wrap: nowrap;
}
.Page-ProductSolve .crumbs-tab .crumbs-item {
  margin-right: var(--gap50px);
}
.Page-ProductSolve .crumbs-tab .crumbs-item .img-wrap {
  min-width: 10.8333vw;
  height: 10.2083vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
}
.Page-ProductSolve .crumbs-tab .crumbs-item .img-wrap img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.Page-ProductSolve .crumbs-tab .crumbs-item .dt {
  position: relative;
  font-size: var(--font-14px);
  color: var(--text-dd-color01);
  text-align: center;
  margin: 1.25vw auto 0;
  white-space: nowrap;
}
.Page-ProductSolve .crumbs-tab .crumbs-item .dt::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: var(--hover-color-1);
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
.Page-ProductSolve .crumbs-tab .crumbs-item.active .dt {
  color: var(--hover-color-1);
}
.Page-ProductSolve .crumbs-tab .crumbs-item.active .dt::after {
  width: 24px;
}
.Page-ProductSolve .crumbs-tab .crumbs-item:last-child {
  margin-right: 0;
}
.Page-ProductSolve .card-content .tab-content-item {
  display: none;
  position: relative;
}
.Page-ProductSolve .card-content .tab-content-item.active {
  display: block;
  animation: anBox 0.6s ease;
}
.Page-ProductSolve .card-content .tab-content-item .section-1 .bgc-img {
  width: 100%;
  height: 100%;
  display: block;
  min-height: 50vw;
}
.Page-ProductSolve .card-content .tab-content-item .section-2 {
  padding: var(--gap50px) 0 var(--gap100px);
}
.Page-ProductSolve .card-content .tab-content-item .section-2 .component-grid {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.Page-ProductSolve .card-content .tab-content-item .section-2 .component-grid .img-wrap {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-ProductSolve .card-content .tab-content-item .section-2 .component-grid .text-wrap {
  font-size: var(--font-16px);
  font-weight: 400;
  color: var(--text-dd-color01);
  line-height: 1.6;
  text-align: left;
  padding-top: var(--gap100px);
}
.Page-ProductSolve .card-content .tab-content-item .section-2 .component-grid .text-wrap .dt {
  font-size: var(--font-30px);
  font-weight: 600;
  padding-bottom: var(--gap20px);
}
.Page-ProductSolve .card-content .tab-content-item .section-2 .component-grid .text-wrap .title {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: var(--gap10px) var(--gap20px);
  font-size: var(--font-16px);
  color: rgba(24, 24, 24, 0.4);
  line-height: 1;
  border-radius: 4px;
  border: 1px solid rgba(24, 24, 24, 0.4);
  margin-bottom: var(--gap60px);
  transition: all 0.3s ease;
}
.Page-ProductSolve .card-content .tab-content-item .section-2 .component-grid .text-wrap .know-more {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: var(--gap15px) var(--gap20px);
  font-size: var(--font-14px);
  color: var(--text-dd-color03);
  line-height: 1;
  border-radius: 5555px;
  border: 1px solid var(--text-dd-color03);
  margin-top: var(--gap60px);
}
.Page-ProductSolve .card-content .tab-content-item .section-2 .component-grid .mySwiper {
  max-width: 50.4167vw;
  margin-bottom: var(--gap40px);
}
.Page-ProductSolve .card-content .tab-content-item .section-2 .component-grid .mySwiper .swiper-wrapper {
  align-items: center;
}
.Page-ProductSolve .card-content .tab-content-item .section-2 .component-grid .mySwiper .swiper-wrapper .swiper-slide img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.Page-ProductSolve .card-content .tab-content-item .section-2 .component-grid .swiper-content {
  position: relative;
}
.Page-ProductSolve .card-content .tab-content-item .section-2 .component-grid .swiper-content .mySwiper1 {
  max-width: 80%;
  margin: auto;
  overflow: hidden;
}
.Page-ProductSolve .card-content .tab-content-item .section-2 .component-grid .swiper-content .mySwiper1 .swiper-wrapper {
  display: flex;
  justify-content: center;
}
.Page-ProductSolve .card-content .tab-content-item .section-2 .component-grid .swiper-content .mySwiper1 .swiper-wrapper .swiper-slide {
  position: relative;
  max-width: calc(40px + 0.7292vw) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(40px + 0.7292vw);
  border-radius: 2px;
  opacity: 0.5;
  border: 1px solid rgba(24, 24, 24, 0.1);
  margin-right: var(--gap10px);
  transition: all 0.3s ease;
}
.Page-ProductSolve .card-content .tab-content-item .section-2 .component-grid .swiper-content .mySwiper1 .swiper-wrapper .swiper-slide img {
  display: block;
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-ProductSolve .card-content .tab-content-item .section-2 .component-grid .swiper-content .mySwiper1 .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid var(--hover-color-1);
  opacity: 1;
}
.Page-ProductSolve .card-content .tab-content-item .section-2 .component-grid .swiper-content .mySwiper1 .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0 !important;
}
.Page-ProductSolve .card-content .tab-content-item .section-2 .component-grid .swiper-content .swiper-button-next,
.Page-ProductSolve .card-content .tab-content-item .section-2 .component-grid .swiper-content .swiper-button-prev {
  --ratio: calc(35px + 0.7292vw);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: var(--ratio);
  height: var(--ratio);
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  transition: all 0.3sease;
}
.Page-ProductSolve .card-content .tab-content-item .section-2 .component-grid .swiper-content .swiper-button-prev {
  transform: scaleX(-1) translateY(-50%);
}
.Page-ProductSolve .card-content .tab-content-item .section-3 .title-top {
  margin-bottom: var(--gap25px);
}
.Page-ProductSolve .card-content .tab-content-item .section-3 .title-top .dt {
  font-size: var(--font-30px);
  font-weight: 500;
  color: var(--text-dd-color01);
}
.Page-ProductSolve .card-content .tab-content-item .section-3 .title-top .logo-img {
  width: 6.3438vw;
  min-width: 115px;
  margin-top: var(--gap30px);
}
.Page-ProductSolve .card-content .tab-content-item .section-3 .title-top .logo-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-ProductSolve .card-content .tab-content-item .section-3 .title-top {
  text-align: center;
}
.Page-ProductSolve .card-content .tab-content-item .section-3 .grid-wrap {
  margin: var(--gap50px) auto 0;
}
.Page-ProductSolve .card-content .tab-content-item .section-3 .grid-wrap .dl {
  font-size: var(--font-18px);
  color: #989c9f;
  padding-bottom: var(--gap50px);
}
.Page-ProductSolve .card-content .tab-content-item .section-3 .grid-wrap .dl .dt {
  font-size: var(--font-24px);
  color: var(--text-dd-color01);
  font-weight: 500;
  padding-bottom: var(--gap10px);
}
.Page-ProductSolve .card-content .tab-content-item .section-3 .grid-wrap .line {
  width: 1px;
  background-color: #d8d8d8;
  height: 2.6042vw;
  margin: 0px var(--gap70px);
  display: none;
}
.Page-ProductSolve .card-content .tab-content-item .section-4 {
  padding: var(--gap100px) 0;
}
.Page-ProductSolve .card-content .tab-content-item .section-4 .title-top {
  margin-bottom: var(--gap25px);
}
.Page-ProductSolve .card-content .tab-content-item .section-4 .title-top .dt {
  font-size: var(--font-30px);
  font-weight: 500;
  color: var(--text-dd-color01);
}
.Page-ProductSolve .card-content .tab-content-item .section-4 .title-top .logo-img {
  width: 6.3438vw;
  min-width: 115px;
  margin-top: var(--gap30px);
}
.Page-ProductSolve .card-content .tab-content-item .section-4 .title-top .logo-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-ProductSolve .card-content .tab-content-item .section-4 .title-top {
  text-align: center;
}
.Page-ProductSolve .card-content .tab-content-item .section-4 .bgc-img {
  width: 100%;
  display: block;
  margin-top: var(--gap50px);
}
.Page-ProductSolve .card-content .tab-content-item .section-5 {
  background: #fafafa;
  padding: var(--gap30px) 0 var(--gap60px);
}
.Page-ProductSolve .card-content .tab-content-item .section-5 .title-top {
  margin-bottom: var(--gap25px);
}
.Page-ProductSolve .card-content .tab-content-item .section-5 .title-top .dt {
  font-size: var(--font-30px);
  font-weight: 500;
  color: var(--text-dd-color01);
}
.Page-ProductSolve .card-content .tab-content-item .section-5 .title-top .logo-img {
  width: 6.3438vw;
  min-width: 115px;
  margin-top: var(--gap30px);
}
.Page-ProductSolve .card-content .tab-content-item .section-5 .title-top .logo-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-ProductSolve .card-content .tab-content-item .section-5 .title-top {
  text-align: center;
}
.Page-ProductSolve .card-content .tab-content-item .section-5 .product-grid {
  display: flex;
  justify-content: center;
}
.Page-ProductSolve .card-content .tab-content-item .section-5 .product-grid .product-item {
  font-size: var(--font-18px);
  color: var(--text-dd-color03);
  text-align: center;
  margin: 0px var(--gap30px);
}
.Page-ProductSolve .card-content .tab-content-item .section-5 .product-grid .product-item .img-wrap {
  display: flex;
  align-items: center;
  max-width: 58.2292vw;
  height: 32.6042vw;
  margin: auto;
}
.Page-ProductSolve .card-content .tab-content-item .section-5 .product-grid .product-item .img-wrap img {
  max-width: 90%;
  max-height: 90%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-ProductSolve .card-content .tab-content-item .section-6 {
  padding: var(--gap100px) 0 var(--gap200px);
}
.Page-ProductSolve .card-content .tab-content-item .section-6 .title-top {
  margin-bottom: var(--gap25px);
}
.Page-ProductSolve .card-content .tab-content-item .section-6 .title-top .dt {
  font-size: var(--font-30px);
  font-weight: 500;
  color: var(--text-dd-color01);
}
.Page-ProductSolve .card-content .tab-content-item .section-6 .title-top .logo-img {
  width: 6.3438vw;
  min-width: 115px;
  margin-top: var(--gap30px);
}
.Page-ProductSolve .card-content .tab-content-item .section-6 .title-top .logo-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-ProductSolve .card-content .tab-content-item .section-6 .title-top {
  text-align: center;
}
.Page-ProductSolve .card-content .tab-content-item .section-6 .product-grid .product-item {
  font-size: var(--font-20px);
  color: #fff;
  font-weight: 600;
  margin-bottom: var(--gap50px);
}
.Page-ProductSolve .card-content .tab-content-item .section-6 .product-grid .product-item .img-wrap {
  position: relative;
}
.Page-ProductSolve .card-content .tab-content-item .section-6 .product-grid .product-item .img-wrap img {
  width: 100%;
  height: 100%;
  display: block;
}
.Page-ProductSolve .card-content .tab-content-item .section-6 .product-grid .product-item .img-wrap .dt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(44, 44, 44, 0.0334) 7%, #474747 144%);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  display: flex;
  align-items: flex-end;
  padding: var(--gap20px) var(--gap30px);
}
.Page-SceneSolve {
  padding-top: 45px;
}
.Page-SceneSolve .section-1 {
  margin-bottom: var(--gap50px);
}
.Page-SceneSolve .section-1 .bgc-img {
  width: 100%;
  height: 100%;
  display: block;
  min-height: 50vw;
}
.Page-SceneSolve .section-1 .text-box {
  position: absolute;
  top: var(--gap60px);
  left: 0;
  right: 0;
  color: var(--text-dd-color01);
  font-weight: 500;
  font-size: var(--font-16px);
  line-height: 1.6;
  text-align: center;
}
.Page-SceneSolve .section-1 .text-box .title-top .dt {
  font-size: var(--font-40px);
  font-weight: 600;
  padding: var(--gap15px) 0;
}
.Page-SceneSolve .section-1 .text-box .title-top .dd {
  max-width: 100%;
  text-align: center;
  font-weight: 500;
}
.Page-SceneSolve .section-1 .swiper {
  height: 100%;
}
.Page-SceneSolve .section-1 .swiper .swiper-wrapper .swiper-slide img,
.Page-SceneSolve .section-1 .swiper .swiper-wrapper .swiper-slide video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.Page-SceneSolve .section-1 .swiper .swiper-wrapper .swiper-slide .text-box {
  position: absolute;
  top: var(--gap60px);
  left: 0;
  right: 0;
  color: var(--text-dd-color01);
  font-weight: 500;
  font-size: var(--font-16px);
  line-height: 1.6;
  text-align: center;
}
.Page-SceneSolve .section-1 .swiper .swiper-wrapper .swiper-slide .text-box .title-top .dt {
  font-size: var(--font-40px);
  font-weight: 600;
  padding: var(--gap15px) 0;
}
.Page-SceneSolve .section-1 .swiper .swiper-wrapper .swiper-slide .text-box .title-top .dd {
  max-width: 100%;
  text-align: center;
  font-weight: 500;
}
.Page-SceneSolve .section-1 .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .text-box .dt,
.Page-SceneSolve .section-1 .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .text-box .know-more {
  opacity: 1;
  transform: translate(0px);
}
.Page-SceneSolve .section-1 .swiper .swiper-pagination {
  position: absolute;
  bottom: 3.125vw;
  width: 100%;
  display: flex;
  gap: var(--gap10px);
  text-align: center;
  justify-content: center;
}
.Page-SceneSolve .section-1 .swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 15.4167vw;
  height: 2px;
  margin: 0;
  opacity: 1;
  border-radius: 0px 0px 4px 4px;
  background-color: rgba(255, 255, 255, 0.6);
}
@keyframes progress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
    transform: translateX(-0.2px);
  }
}
.Page-SceneSolve .section-1 .swiper .swiper-pagination .swiper-pagination-bullet i {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 0%;
  height: 4px;
  border-radius: 0px 0px 4px 4px;
  background: var(--hover-color-1);
  transition: width linear;
}
.Page-SceneSolve .section-1 .swiper .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 700%;
  position: absolute;
  left: 0;
  top: 20%;
  transform: translateY(-50%);
}
.Page-SceneSolve .section-2 {
  padding-bottom: var(--gap50px);
}
.Page-SceneSolve .section-2 .title-top {
  margin-bottom: var(--gap25px);
}
.Page-SceneSolve .section-2 .title-top .dt {
  font-size: var(--font-30px);
  font-weight: 500;
  color: var(--text-dd-color01);
}
.Page-SceneSolve .section-2 .title-top .logo-img {
  width: 6.3438vw;
  min-width: 115px;
  margin-top: var(--gap30px);
}
.Page-SceneSolve .section-2 .title-top .logo-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-SceneSolve .section-2 .title-top {
  text-align: center;
}
.Page-SceneSolve .section-2 .component-grid {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.Page-SceneSolve .section-2 .component-grid .img-wrap {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-SceneSolve .section-2 .component-grid .text-wrap {
  font-size: var(--font-16px);
  font-weight: 400;
  color: var(--text-dd-color01);
  line-height: 1.6;
  text-align: left;
  padding-top: var(--gap100px);
}
.Page-SceneSolve .section-2 .component-grid .text-wrap .dt {
  font-size: var(--font-30px);
  font-weight: 600;
  padding-bottom: var(--gap20px);
}
.Page-SceneSolve .section-2 .component-grid .text-wrap .tag-flex {
  display: flex;
  gap: var(--gap20px);
  margin-bottom: var(--gap60px);
}
.Page-SceneSolve .section-2 .component-grid .text-wrap .tag-flex .title {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: var(--gap10px) var(--gap20px);
  font-size: var(--font-16px);
  color: rgba(24, 24, 24, 0.4);
  line-height: 1;
  border-radius: 4px;
  border: 1px solid rgba(24, 24, 24, 0.4);
  transition: all 0.3s ease;
}
.Page-SceneSolve .section-2 .component-grid .text-wrap .know-more {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: var(--gap15px) var(--gap20px);
  font-size: var(--font-14px);
  color: var(--text-dd-color03);
  line-height: 1;
  border-radius: 5555px;
  border: 1px solid var(--text-dd-color03);
  margin-top: var(--gap60px);
}
.Page-SceneSolve .section-2 .component-grid .mySwiper,
.Page-SceneSolve .section-2 .component-grid .solution-one-swiper {
  max-width: 50.4167vw;
  margin-bottom: var(--gap40px);
}
.Page-SceneSolve .section-2 .component-grid .mySwiper .swiper-wrapper,
.Page-SceneSolve .section-2 .component-grid .solution-one-swiper .swiper-wrapper {
  align-items: center;
}
.Page-SceneSolve .section-2 .component-grid .mySwiper .swiper-wrapper .swiper-slide img,
.Page-SceneSolve .section-2 .component-grid .solution-one-swiper .swiper-wrapper .swiper-slide img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.Page-SceneSolve .section-2 .component-grid .swiper-content {
  position: relative;
}
.Page-SceneSolve .section-2 .component-grid .swiper-content .mySwiper1,
.Page-SceneSolve .section-2 .component-grid .swiper-content .solution-one-swiper1 {
  max-width: 80%;
  margin: auto;
  overflow: hidden;
}
.Page-SceneSolve .section-2 .component-grid .swiper-content .mySwiper1 .swiper-wrapper,
.Page-SceneSolve .section-2 .component-grid .swiper-content .solution-one-swiper1 .swiper-wrapper {
  display: flex;
  justify-content: center;
}
.Page-SceneSolve .section-2 .component-grid .swiper-content .mySwiper1 .swiper-wrapper .swiper-slide,
.Page-SceneSolve .section-2 .component-grid .swiper-content .solution-one-swiper1 .swiper-wrapper .swiper-slide {
  position: relative;
  max-width: calc(40px + 0.7292vw) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(40px + 0.7292vw);
  border-radius: 2px;
  border: 1px solid rgba(24, 24, 24, 0.1);
  opacity: 0.5;
  margin-right: var(--gap10px);
  transition: all 0.3s ease;
}
.Page-SceneSolve .section-2 .component-grid .swiper-content .mySwiper1 .swiper-wrapper .swiper-slide img,
.Page-SceneSolve .section-2 .component-grid .swiper-content .solution-one-swiper1 .swiper-wrapper .swiper-slide img {
  display: block;
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-SceneSolve .section-2 .component-grid .swiper-content .mySwiper1 .swiper-wrapper .swiper-slide.swiper-slide-thumb-active,
.Page-SceneSolve .section-2 .component-grid .swiper-content .solution-one-swiper1 .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid var(--hover-color-1);
  opacity: 1;
}
.Page-SceneSolve .section-2 .component-grid .swiper-content .mySwiper1 .swiper-wrapper .swiper-slide:last-child,
.Page-SceneSolve .section-2 .component-grid .swiper-content .solution-one-swiper1 .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0 !important;
}
.Page-SceneSolve .section-2 .component-grid .swiper-content .swiper-button-next,
.Page-SceneSolve .section-2 .component-grid .swiper-content .swiper-button-prev {
  --ratio: calc(35px + 0.7292vw);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: var(--ratio);
  height: var(--ratio);
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  transition: all 0.3sease;
}
.Page-SceneSolve .section-2 .component-grid .swiper-content .swiper-button-prev {
  transform: scaleX(-1) translateY(-50%);
}
.Page-SceneSolve .section-3 {
  padding: var(--gap50px) 0;
}
.Page-SceneSolve .section-3 .title-top {
  margin-bottom: var(--gap25px);
}
.Page-SceneSolve .section-3 .title-top .dt {
  font-size: var(--font-30px);
  font-weight: 500;
  color: var(--text-dd-color01);
}
.Page-SceneSolve .section-3 .title-top .logo-img {
  width: 6.3438vw;
  min-width: 115px;
  margin-top: var(--gap30px);
}
.Page-SceneSolve .section-3 .title-top .logo-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-SceneSolve .section-3 .title-top {
  text-align: center;
}
.Page-SceneSolve .section-3 .grid-wrap {
  margin: var(--gap50px) auto 0;
}
.Page-SceneSolve .section-3 .grid-wrap .dl {
  font-size: var(--font-18px);
  color: #989c9f;
  padding-bottom: var(--gap50px);
}
.Page-SceneSolve .section-3 .grid-wrap .dl .dt {
  font-size: var(--font-24px);
  color: var(--text-dd-color01);
  font-weight: 500;
  padding-bottom: var(--gap5px);
}
.Page-SceneSolve .section-3 .grid-wrap .line {
  width: 1px;
  background-color: #d8d8d8;
  height: 2.6042vw;
  margin: 0px var(--gap70px);
  display: none;
}
.Page-SceneSolve .section-4 {
  padding: var(--gap50px) 0;
}
.Page-SceneSolve .section-4 .title-top {
  margin-bottom: var(--gap25px);
}
.Page-SceneSolve .section-4 .title-top .dt {
  font-size: var(--font-30px);
  font-weight: 500;
  color: var(--text-dd-color01);
}
.Page-SceneSolve .section-4 .title-top .logo-img {
  width: 6.3438vw;
  min-width: 115px;
  margin-top: var(--gap30px);
}
.Page-SceneSolve .section-4 .title-top .logo-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-SceneSolve .section-4 .title-top {
  text-align: center;
}
.Page-SceneSolve .section-4 .bgc-img {
  width: 100%;
  display: block;
  margin-top: var(--gap50px);
}
.Page-SceneSolve .section-5 {
  background: #fafafa;
  padding: var(--gap30px) 0 var(--gap60px);
  margin: var(--gap100px) auto var(--gap70px);
}
.Page-SceneSolve .section-5 .title-top {
  margin-bottom: var(--gap25px);
}
.Page-SceneSolve .section-5 .title-top .dt {
  font-size: var(--font-30px);
  font-weight: 500;
  color: var(--text-dd-color01);
}
.Page-SceneSolve .section-5 .title-top .logo-img {
  width: 6.3438vw;
  min-width: 115px;
  margin-top: var(--gap30px);
}
.Page-SceneSolve .section-5 .title-top .logo-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-SceneSolve .section-5 .title-top {
  text-align: center;
}
.Page-SceneSolve .section-5 .product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap40px);
  padding: 0 var(--gap40px);
}
.Page-SceneSolve .section-5 .product-grid .product-item {
  font-size: var(--font-18px);
  color: var(--text-dd-color03);
  text-align: center;
  margin: 0px var(--gap20px);
}
.Page-SceneSolve .section-5 .product-grid .product-item .img-wrap {
  display: flex;
  align-items: center;
  max-width: 58.2292vw;
  height: 32.6042vw;
  margin: auto;
}
.Page-SceneSolve .section-5 .product-grid .product-item .img-wrap img {
  max-width: 85%;
  max-height: 85%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
.Page-SceneSolve .section-6 {
  padding: var(--gap50px) 0 var(--gap100px);
}
.Page-SceneSolve .section-6 .title-top {
  margin-bottom: var(--gap25px);
}
.Page-SceneSolve .section-6 .title-top .dt {
  font-size: var(--font-30px);
  font-weight: 500;
  color: var(--text-dd-color01);
}
.Page-SceneSolve .section-6 .title-top .logo-img {
  width: 6.3438vw;
  min-width: 115px;
  margin-top: var(--gap30px);
}
.Page-SceneSolve .section-6 .title-top .logo-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-SceneSolve .section-6 .title-top {
  text-align: center;
}
.Page-SceneSolve .section-6 .product-grid .product-item {
  font-size: var(--font-20px);
  color: #fff;
  font-weight: 600;
  display: block;
  margin-bottom: var(--gap50px);
}
.Page-SceneSolve .section-6 .product-grid .product-item .img-wrap {
  position: relative;
}
.Page-SceneSolve .section-6 .product-grid .product-item .img-wrap img {
  width: 100%;
  height: 100%;
  display: block;
}
.Page-SceneSolve .section-6 .product-grid .product-item .img-wrap .dt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(44, 44, 44, 0.0334) 7%, #474747 144%);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  display: flex;
  align-items: flex-end;
  padding: var(--gap20px) var(--gap30px);
}
.Page-SceneSolve .Page-Scenario .section-1 .text-box .title-top {
  display: flex;
  flex-direction: column;
}
.Page-SceneSolve .Page-Scenario .section-1 .text-box .title-top .dd {
  order: 1;
}
.Page-SceneSolve .Page-Scenario .section-1 .text-box .title-top .know-more {
  order: 2;
}
.Page-Brand {
  background: linear-gradient(180deg, #eff5ff -4%, #d3e3f6 129%);
  box-shadow: inset 0px -1px 0px 0px #ffffff;
}
.Page-Brand .section-1 .bgc-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.Page-Brand .section-1 .pos-wrap {
  position: relative;
  padding-top: 25%;
}
.Page-Brand .section-1 .pos-wrap .brand-dt {
  font-size: var(--font-38px);
  font-weight: 500;
  color: #181818;
}
.Page-Brand .section-1 .pos-wrap .brand-dd {
  color: var(--text-dd-color02);
  margin-top: var(--gap15px);
}
.Page-Brand .section-1 .pos-wrap .brand-wrap {
  margin-top: var(--gap150px);
}
.Page-Brand .section-1 .pos-wrap .brand-wrap .brand-item {
  padding-bottom: var(--gap100px);
}
.Page-Brand .section-1 .pos-wrap .brand-wrap .brand-item .title-top {
  margin-bottom: var(--gap25px);
}
.Page-Brand .section-1 .pos-wrap .brand-wrap .brand-item .title-top .dt {
  font-size: var(--font-30px);
  font-weight: 500;
  color: var(--text-dd-color01);
}
.Page-Brand .section-1 .pos-wrap .brand-wrap .brand-item .title-top .logo-img {
  width: 6.3438vw;
  min-width: 115px;
  margin-top: var(--gap30px);
}
.Page-Brand .section-1 .pos-wrap .brand-wrap .brand-item .title-top .logo-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-Brand .section-1 .pos-wrap .brand-wrap .brand-item .business-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--gap30px);
}
.Page-Brand .section-1 .pos-wrap .brand-wrap .brand-item .business-wrap .business-column {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 15vw;
  background: linear-gradient(180deg, #eaf2ff 0%, rgba(245, 249, 255, 0.9) 98%);
  border-radius: var(--pos-card-raduis);
  border: 1.6px solid #fff;
  box-shadow: 0px 40px 40px -10px rgba(194, 209, 229, 0.2);
}
@supports (aspect-ratio: 1/1) {
  .Page-Brand .section-1 .pos-wrap .brand-wrap .brand-item .business-wrap .business-column {
    aspect-ratio: 1.73333333;
    height: auto;
  }
}
.Page-Brand .section-1 .pos-wrap .brand-wrap .brand-item .business-wrap .business-column img {
  display: block;
  max-width: 45%;
  max-height: 45%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-Profile .section-1 {
  height: 100vw;
  min-height: 200px;
}
.Page-Profile .section-1 .bgc-img {
  width: 100%;
  height: 100%;
  display: block;
}
.Page-Profile .section-1 .text-box {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  color: var(--text-dd-color02);
  font-size: var(--font-14px);
  line-height: 1.6;
}
.Page-Profile .section-1 .text-box .title-top {
  margin-bottom: var(--gap25px);
}
.Page-Profile .section-1 .text-box .title-top .dt {
  font-size: var(--font-30px);
  font-weight: 500;
  color: var(--text-dd-color01);
}
.Page-Profile .section-1 .text-box .title-top .logo-img {
  width: 6.3438vw;
  min-width: 115px;
  margin-top: var(--gap30px);
}
.Page-Profile .section-1 .text-box .title-top .logo-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-Profile .section-1 .text-box .title-top .dt {
  font-size: var(--font-40px);
}
.Page-Profile .section-1 .text-box .dd br {
  display: none;
}
.Page-Profile .section-2 {
  background: linear-gradient(180deg, rgba(246, 247, 249, 0) 30%, #ecf2ff 100%);
  padding: var(--gap120px) 0 0;
  color: var(--text-dd-color01);
  font-size: var(--font-16px);
  line-height: 1.6;
}
.Page-Profile .section-2 .bgc-img {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.Page-Profile .section-2 .title-top-01 {
  margin: var(--gap80px) 0 var(--gap25px);
}
.Page-Profile .section-2 .title-top-01 .dt {
  position: relative;
  font-size: var(--font-20px);
  font-weight: 600;
  color: var(--text-dd-color01);
  margin-bottom: var(--gap30px);
}
.Page-Profile .section-2 .title-top-01 .dt sup {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 5.2083vw;
  background: linear-gradient(180deg, #4e5b74 0%, rgba(78, 91, 116, 0.2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0px 0px 0px rgba(110, 128, 170, 0.15);
  opacity: 0.1;
  transform: translateY(20%);
}
.Page-Profile .section-2 .title-top-01 .dt-01 {
  font-size: var(--font-20px);
  color: var(--text-dd-color01);
  font-weight: 500;
  margin: var(--gap40px) 0 var(--gap20px);
}
.Page-Profile .section-2 .title-top-01 .dd {
  margin-bottom: var(--gap10px);
  white-space: normal !important;
  text-align: justify;
  color: rgba(24, 24, 24, 0.8);
}
.Page-Profile .section-2 .title-top-01 .dd a {
  color: var(--text-dd-color04);
}
.Page-Profile .section-2 .title-top-01 .dd strong {
  color: var(--text-dd-color01);
  font-weight: 500;
}
.Page-Profile .section-2 .title-top-01 .img {
  margin: var(--gap40px) 0;
}
.Page-Profile .section-2 .title-top-01 .img img {
  display: block;
  max-width: 100%;
}
.Page-Profile .section-2 .title-top-01 .esg-pdf {
  display: flex;
  flex-direction: column;
  gap: var(--gap5px);
}
.Page-Profile .section-2 .title-top-01 .esg-pdf .esg-title {
  font-size: var(--font-16px);
  color: var(--text-dd-color02);
  margin-bottom: var(--gap10px);
}
.Page-Profile .section-2 .title-top-01 .esg-pdf a {
  color: #0055f7;
  font-size: var(--font-12px);
  transition: all 0.3s ease-out;
}
.Page-Profile .section-2 .title-top-01 .esg-pdf a:hover {
  color: var(--hover-color-1);
}
.Page-Profile .section-2 .title-top-01 .esg-pdf a.more {
  font-size: var(--font-16px);
}
.Page-Profile .section-2 .data-tips {
  color: #989c9f;
  font-size: var(--font-12px);
  padding-top: var(--gap40px);
}
.Page-Profile .section-2 .title-top-01 {
  text-align: center;
}
.Page-Profile .section-2 .title-top-01:first-of-type {
  margin-top: 0;
}
.Page-Profile .section-2 .title-top-01:first-of-type .dd br {
  display: none;
}
.Page-Profile .section-2 .title-top-01 .dt {
  font-size: var(--font-28px);
}
.Page-Profile .section-2 .title-top-01 .dd {
  color: var(--text-dd-color01);
}
.Page-Profile .section-2 .title-top-01 .esg-wrap {
  display: flex;
  flex-direction: row;
  gap: var(--gap60px);
  margin: var(--gap20px) 0;
}
.Page-Profile .section-2 .title-top-01 .esg-wrap .esg-item {
  font-size: var(--font-14px);
}
.Page-Profile .section-2 .title-top-01 .esg-wrap .esg-item .dt {
  font-size: var(--font-14px);
  font-weight: 400;
  color: var(--text-dd-color01);
  margin: 0;
}
.Page-Profile .section-2 .title-top-01 .esg-wrap .esg-item .dt span {
  font-size: var(--font-20px);
}
.Page-Profile .section-2 .title-top-01 .esg-wrap.esg-wrap1 {
  flex-direction: row;
  gap: var(--gap60px);
  margin: var(--gap80px) 0 0;
}
.Page-Profile .section-2 .title-top-01 .esg-wrap.esg-wrap1 .esg-item {
  font-size: var(--font-16px);
}
.Page-Profile .section-2 .title-top-01 .esg-wrap.esg-wrap1 .esg-item .dt {
  font-weight: 500;
}
.Page-Profile .section-2 .title-top-01 .esg-wrap.esg-wrap1 .esg-item .dt a {
  color: #2d5bf1;
}
.Page-Profile .section-2 .title-top-01 .esg-content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  gap: var(--gap50px);
  margin-bottom: var(--gap50px);
}
.Page-Profile .section-2 .title-top-01 .esg-content .esg-column {
  border-radius: var(--pos-card-raduis);
  -webkit-backdrop-filter: blur(56px);
          backdrop-filter: blur(56px);
  background-color: #fff;
  overflow: hidden;
}
.Page-Profile .section-2 .title-top-01 .esg-content .esg-column .img-wrap {
  width: 100%;
  padding: var(--gap30px) 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f8ff;
  -webkit-backdrop-filter: blur(160px);
          backdrop-filter: blur(160px);
  overflow: hidden;
}
.Page-Profile .section-2 .title-top-01 .esg-content .esg-column .img-wrap img {
  display: block;
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-Profile .section-2 .title-top-01 .esg-content .esg-column .text-wrap {
  display: flex;
  flex-direction: column;
  padding: var(--gap50px) var(--gap30px);
  color: rgba(10, 20, 36, 0.6);
}
.Page-Profile .section-2 .title-top-01 .esg-content .esg-column .text-wrap .dt {
  font-size: var(--font-24px);
  color: var(--text-dd-color03);
  font-weight: normal;
  margin-bottom: var(--gap20px);
}
.Page-Profile .section-2 .title-top-01 .esg-content .esg-column .text-wrap .dd {
  color: rgba(24, 24, 24, 0.4);
}
.Page-Profile .section-2 .title-top-01 .intelligent-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: var(--gap20px);
  margin: var(--gap60px) 0 var(--gap120px);
}
.Page-Profile .section-2 .title-top-01 .intelligent-item .text-dl {
  background: #f5f9ff;
  padding: var(--gap30px) 0;
  font-size: var(--font-14px);
}
.Page-Profile .section-2 .title-top-01 .intelligent-item .text-dl .dt {
  font-size: var(--font-48px);
  font-weight: 600;
  margin: 0;
  color: var(--text-dd-color01);
}
.Page-Profile .section-2 .title-top-01 .intelligent-item .text-dl .dd {
  color: #989c9f;
  text-align: center;
}
.Page-Profile .section-2 .title-top-01 .intelligent-item .text-dl:last-child {
  grid-column: 1 / span 2;
}
.Page-Profile .section-2 .title-top-01 .company-map img {
  max-width: 100%;
  display: block;
  margin: var(--gap80px) auto 0;
}
.Page-Profile .section-2 .title-top-01 .company-jt img {
  width: 3.25vw;
  display: block;
  margin: var(--gap30px) auto 0;
}
.Page-Profile .section-2 .company-swiper {
  position: relative;
  margin-top: var(--gap120px);
}
.Page-Profile .section-2 .company-swiper .swiper-bk {
  width: 100%;
  display: none;
}
.Page-Profile .section-2 .company-swiper .swiper .swiper-wrapper {
  display: flex;
}
.Page-Profile .section-2 .company-swiper .swiper .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: var(--font-18px);
  color: #fff;
}
.Page-Profile .section-2 .company-swiper .swiper .swiper-wrapper .swiper-slide .text-dl {
  position: absolute;
  top: 23.375vw;
  left: 0;
  right: 0;
}
.Page-Profile .section-2 .company-swiper .swiper .swiper-wrapper .swiper-slide .text-dl img {
  height: 17.1875vw;
  display: block;
  margin: auto;
}
.Page-Profile .section-2 .company-swiper .swiper .swiper-wrapper .swiper-slide .text-dl .dt {
  font-size: var(--font-24px);
  font-weight: 600;
  padding-top: var(--gap30px);
  padding-bottom: var(--gap10px);
}
.Page-Profile .section-2 .company-swiper .swiper .swiper-pagination {
  bottom: 20%;
}
.Page-Profile .section-2 .company-swiper .swiper .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.Page-Profile .section-2 .company-swiper .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.Page-Profile .section-3 {
  background: #f6f7f9;
  padding-bottom: var(--gap120px);
  margin-bottom: -4.1667vw;
}
.Page-Profile .section-3 .care-layout {
  position: relative;
  top: -16.1667vw;
  z-index: 5;
  font-size: var(--font-18px);
  color: var(--text-dd-color01);
  line-height: 1.6;
  text-align: center;
  background-color: #fff;
  border-radius: var(--pos-card-raduis);
  margin-bottom: -16.1667vw;
  padding: var(--gap70px) var(--gap40px) var(--gap120px);
}
.Page-Profile .section-3 .care-layout .dt {
  font-size: var(--font-28px);
  font-weight: 500;
  color: var(--text-dd-color01);
  margin-bottom: var(--gap50px);
}
.Page-Profile .section-3 .care-layout .dd {
  position: relative;
  text-align: left;
}
.Page-Profile .section-3 .care-layout .dd .dh-icon {
  width: 12.1563vw;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: -7vw;
  position: relative;
  top: 2vw;
}
.Page-Profile .section-3 .care-layout .dd .dh-icon01 {
  width: 12.1563vw;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  top: 7.7417vw;
  left: -4.8vw;
  margin-top: -7.7417vw;
}
.Page-Profile .section-3 .care-layout .dd br:first-of-type {
  display: none;
}
.Page-Profile .section-3 .data-tips {
  color: #989c9f;
  font-size: var(--font-12px);
  padding-top: var(--gap40px);
}
.Page-develop .section-1 .bgc-img {
  width: 100%;
  height: 100%;
  display: block;
}
.Page-develop .section-1 .text-box {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  color: var(--text-dd-color02);
  font-size: var(--font-14px);
  line-height: 1.6;
}
.Page-develop .section-1 .text-box .title-top {
  margin-bottom: var(--gap25px);
}
.Page-develop .section-1 .text-box .title-top .dt {
  font-size: var(--font-30px);
  font-weight: 500;
  color: var(--text-dd-color01);
}
.Page-develop .section-1 .text-box .title-top .logo-img {
  width: 6.3438vw;
  min-width: 115px;
  margin-top: var(--gap30px);
}
.Page-develop .section-1 .text-box .title-top .logo-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-develop .section-1 .text-box .title-top dt {
  font-size: var(--font-40px);
}
.Page-develop .section-1 .text-box .dd br {
  display: none;
}
.Page-develop .section-2 {
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.Page-develop .section-2 .honor-tab {
  display: flex;
  flex-direction: row;
  font-size: var(--font-16px);
  color: rgba(24, 24, 24, 0.7);
  line-height: 1.6;
}
.Page-develop .section-2 .honor-tab .tab-t1 {
  display: flex;
  flex-shrink: 0;
  margin-left: auto;
  border-right: 2px solid rgba(78, 91, 116, 0.2);
}
.Page-develop .section-2 .honor-tab .tab-t1 .mySwiper {
  padding-top: var(--gap150px);
  overflow: initial;
}
.Page-develop .section-2 .honor-tab .tab-t1 .mySwiper .v1 .swiper-slide {
  cursor: default;
  font-weight: 500;
  height: auto !important;
  padding-bottom: var(--gap10px);
}
.Page-develop .section-2 .honor-tab .tab-t1 .mySwiper .v1 .swiper-slide .swiper-text {
  position: relative;
  padding-right: var(--gap20px);
  font-weight: 500;
}
.Page-develop .section-2 .honor-tab .tab-t1 .mySwiper .v1 .swiper-slide.swiper-slide-thumb-active .swiper-text {
  color: var(--hover-color-1);
  transform: scale(1.3);
}
.Page-develop .section-2 .honor-tab .tab-t1 .mySwiper .v1 .swiper-slide.swiper-slide-thumb-active .swiper-text::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0.9vw;
  background-color: var(--hover-color-1);
}
.Page-develop .section-2 .honor-tab .mySwiper1 {
  padding: var(--gap100px) 0;
  margin-right: var(--gap100px);
}
.Page-develop .section-2 .honor-tab .mySwiper1 .v2 .swiper-slide .text-wrap {
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(20%);
  transition: all 0.8s ease;
}
.Page-develop .section-2 .honor-tab .mySwiper1 .v2 .swiper-slide .text-wrap .title {
  position: relative;
  font-size: 5.25vw;
  font-weight: 600;
  color: var(--text-dd-color01);
  padding-left: var(--gap50px);
}
.Page-develop .section-2 .honor-tab .mySwiper1 .v2 .swiper-slide .text-wrap .title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  --aspect: calc(8px + 1vw);
  width: var(--aspect);
  height: var(--aspect);
  background-image: url(../images/company/border.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.Page-develop .section-2 .honor-tab .mySwiper1 .v2 .swiper-slide .text-wrap .dl {
  display: flex;
  flex-direction: column;
  padding-left: var(--gap50px);
}
.Page-develop .section-2 .honor-tab .mySwiper1 .v2 .swiper-slide .text-wrap .dl .dt {
  font-weight: 600;
  margin-top: var(--gap30px);
  color: var(--text-dd-color01);
}
.Page-develop .section-2 .honor-tab .mySwiper1 .v2 .swiper-slide .text-wrap .dl .dd {
  color: var(--text-dd-color01);
}
.Page-develop .section-2 .honor-tab .mySwiper1 .v2 .swiper-slide .text-wrap .dl p {
  display: block;
}
.Page-develop .section-2 .honor-tab .mySwiper1 .v2 .swiper-slide.swiper-slide-active .text-wrap {
  opacity: 1;
  transform: none;
}
.Page-develop .section-2 .develop-des {
  font-size: var(--font-12px);
  color: #989c9f;
  line-height: 1.8;
  padding: var(--gap50px);
}
.Page-honor .section-1 {
  height: 100vw;
  min-height: 200px;
}
.Page-honor .section-1 .bgc-img {
  width: 100%;
  height: 100%;
  display: block;
}
.Page-honor .section-1 .text-box {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  color: var(--text-dd-color02);
  font-size: var(--font-14px);
  line-height: 1.6;
}
.Page-honor .section-1 .text-box .title-top {
  margin-bottom: var(--gap25px);
}
.Page-honor .section-1 .text-box .title-top .dt {
  font-size: var(--font-30px);
  font-weight: 500;
  color: var(--text-dd-color01);
}
.Page-honor .section-1 .text-box .title-top .logo-img {
  width: 6.3438vw;
  min-width: 115px;
  margin-top: var(--gap30px);
}
.Page-honor .section-1 .text-box .title-top .logo-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-honor .section-1 .text-box .title-top dt {
  font-size: var(--font-40px);
}
.Page-honor .section-2 {
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  overflow: hidden;
}
.Page-honor .section-2 .bgc-img {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
}
.Page-honor .section-2 .honor-tab {
  display: flex;
  flex-direction: row;
  font-size: var(--font-16px);
  color: rgba(24, 24, 24, 0.7);
  line-height: 1.6;
}
.Page-honor .section-2 .honor-tab .tab-t1 {
  display: flex;
  flex-shrink: 0;
  margin-left: auto;
  border-right: 2px solid rgba(78, 91, 116, 0.2);
}
.Page-honor .section-2 .honor-tab .tab-t1 .mySwiper {
  padding-top: var(--gap150px);
  overflow: initial;
}
.Page-honor .section-2 .honor-tab .tab-t1 .mySwiper .v1 .swiper-slide {
  cursor: default;
  font-weight: 500;
  height: auto !important;
  padding-bottom: var(--gap10px);
}
.Page-honor .section-2 .honor-tab .tab-t1 .mySwiper .v1 .swiper-slide .swiper-text {
  position: relative;
  padding-right: var(--gap20px);
}
.Page-honor .section-2 .honor-tab .tab-t1 .mySwiper .v1 .swiper-slide.swiper-slide-thumb-active .swiper-text {
  color: var(--hover-color-1);
  transform: scale(1.3);
}
.Page-honor .section-2 .honor-tab .tab-t1 .mySwiper .v1 .swiper-slide.swiper-slide-thumb-active .swiper-text::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0.9vw;
  background-color: var(--hover-color-1);
}
.Page-honor .section-2 .honor-tab .mySwiper1 {
  padding: var(--gap100px) 0;
  margin-right: var(--gap100px);
}
.Page-honor .section-2 .honor-tab .mySwiper1 .v2 .swiper-slide .text-wrap {
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(20%);
  transition: all 0.8s ease;
}
.Page-honor .section-2 .honor-tab .mySwiper1 .v2 .swiper-slide .text-wrap .title {
  position: relative;
  font-size: 5.25vw;
  font-weight: 600;
  color: var(--text-dd-color01);
  padding-left: var(--gap50px);
}
.Page-honor .section-2 .honor-tab .mySwiper1 .v2 .swiper-slide .text-wrap .title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  --aspect: calc(8px + 1vw);
  width: var(--aspect);
  height: var(--aspect);
  background-image: url(../images/company/border.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.Page-honor .section-2 .honor-tab .mySwiper1 .v2 .swiper-slide .text-wrap .dl {
  display: flex;
  flex-direction: column;
  padding-left: var(--gap50px);
}
.Page-honor .section-2 .honor-tab .mySwiper1 .v2 .swiper-slide .text-wrap .dl .dt {
  font-weight: 600;
  margin-top: var(--gap30px);
  color: var(--text-dd-color01);
}
.Page-honor .section-2 .honor-tab .mySwiper1 .v2 .swiper-slide .text-wrap .dl .dd {
  color: var(--text-dd-color01);
}
.Page-honor .section-2 .honor-tab .mySwiper1 .v2 .swiper-slide .text-wrap .dl p {
  display: block;
}
.Page-honor .section-2 .honor-tab .mySwiper1 .v2 .swiper-slide.swiper-slide-active .text-wrap {
  opacity: 1;
  transform: none;
}
.Page-corporate .section-1 {
  min-height: 200px;
  height: 91vw;
}
.Page-corporate .section-1 .bgc-img {
  width: 100%;
  height: 100%;
  display: block;
}
.Page-corporate .section-1 .text-box {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  color: var(--text-dd-color01);
  font-size: var(--font-14px);
  line-height: 1.6;
  transform: translateY(-50%);
}
.Page-corporate .section-1 .text-box .title-top {
  margin-bottom: var(--gap25px);
}
.Page-corporate .section-1 .text-box .title-top .dt {
  font-size: var(--font-30px);
  font-weight: 500;
  color: var(--text-dd-color01);
}
.Page-corporate .section-1 .text-box .title-top .logo-img {
  width: 6.3438vw;
  min-width: 115px;
  margin-top: var(--gap30px);
}
.Page-corporate .section-1 .text-box .title-top .logo-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-corporate .section-1 .text-box .dd {
  max-width: 75%;
  text-align: justify;
}
.Page-corporate .section-2 {
  background: linear-gradient(180deg, #f5f9ff 44%, rgba(245, 249, 255, 0.4) 100%);
  padding: var(--gap100px) 0 var(--gap150px);
  color: var(--text-dd-color01);
  font-size: var(--font-16px);
  line-height: 1.6;
}
.Page-corporate .section-2 .bgc-img {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  right: 0;
}
.Page-corporate .section-2 .dd:first-child {
  font-size: var(--font-18px);
  color: var(--text-dd-color01);
  margin-bottom: var(--gap60px);
}
.Page-corporate .section-2 .dd:first-child .dh-icon,
.Page-corporate .section-2 .dd:first-child .dh-icon01 {
  display: none;
}
.Page-corporate .section-2 .dd:first-child br {
  display: none;
}
.Page-corporate .section-2 .title-top-01 {
  margin: var(--gap80px) 0 var(--gap25px);
}
.Page-corporate .section-2 .title-top-01 .dt {
  position: relative;
  font-size: var(--font-20px);
  font-weight: 600;
  color: var(--text-dd-color01);
  margin-bottom: var(--gap30px);
}
.Page-corporate .section-2 .title-top-01 .dt sup {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 5.2083vw;
  background: linear-gradient(180deg, #4e5b74 0%, rgba(78, 91, 116, 0.2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0px 0px 0px rgba(110, 128, 170, 0.15);
  opacity: 0.1;
  transform: translateY(20%);
}
.Page-corporate .section-2 .title-top-01 .dt-01 {
  font-size: var(--font-20px);
  color: var(--text-dd-color01);
  font-weight: 500;
  margin: var(--gap40px) 0 var(--gap20px);
}
.Page-corporate .section-2 .title-top-01 .dd {
  margin-bottom: var(--gap10px);
  white-space: normal !important;
  text-align: justify;
  color: rgba(24, 24, 24, 0.8);
}
.Page-corporate .section-2 .title-top-01 .dd a {
  color: var(--text-dd-color04);
}
.Page-corporate .section-2 .title-top-01 .dd strong {
  color: var(--text-dd-color01);
  font-weight: 500;
}
.Page-corporate .section-2 .title-top-01 .img {
  margin: var(--gap40px) 0;
}
.Page-corporate .section-2 .title-top-01 .img img {
  display: block;
  max-width: 100%;
}
.Page-corporate .section-2 .title-top-01 .esg-pdf {
  display: flex;
  flex-direction: column;
  gap: var(--gap5px);
}
.Page-corporate .section-2 .title-top-01 .esg-pdf .esg-title {
  font-size: var(--font-16px);
  color: var(--text-dd-color02);
  margin-bottom: var(--gap10px);
}
.Page-corporate .section-2 .title-top-01 .esg-pdf a {
  color: #0055f7;
  font-size: var(--font-12px);
  transition: all 0.3s ease-out;
}
.Page-corporate .section-2 .title-top-01 .esg-pdf a:hover {
  color: var(--hover-color-1);
}
.Page-corporate .section-2 .title-top-01 .esg-pdf a.more {
  font-size: var(--font-16px);
}
.Page-corporate .section-2 .data-tips {
  color: #989c9f;
  font-size: var(--font-12px);
  padding-top: var(--gap40px);
}
.Page-corporate .section-2 .title-top-01 {
  margin: var(--gap30px) 0 0;
  background-color: #fff;
  border-radius: var(--pos-card-raduis);
  padding: var(--gap40px);
}
.Page-corporate .section-2 .title-top-01 .dd br {
  display: none;
}
.Page-corporate .section-2 .title-top-01 .esg-wrap .esg-item {
  padding-bottom: var(--gap10px);
  font-size: var(--font-18px);
  font-weight: 600;
}
.Page-corporate .section-2 .title-top-01 .esg-wrap .esg-item .dt {
  font-size: var(--font-14px);
  color: var(--text-dd-color02);
  margin: 0;
  font-weight: 400;
}
.Page-innovation .section-1 {
  min-height: 200px;
  height: 91vw;
}
.Page-innovation .section-1 .bgc-img {
  width: 100%;
  height: 100%;
  display: block;
}
.Page-innovation .section-1 .text-box {
  position: absolute;
  top: 42%;
  left: 0;
  right: 0;
  color: var(--text-dd-color01);
  font-size: var(--font-14px);
  line-height: 1.6;
  transform: translateY(-50%);
}
.Page-innovation .section-1 .text-box .title-top {
  margin-bottom: var(--gap25px);
}
.Page-innovation .section-1 .text-box .title-top .dt {
  font-size: var(--font-30px);
  font-weight: 500;
  color: var(--text-dd-color01);
}
.Page-innovation .section-1 .text-box .title-top .logo-img {
  width: 6.3438vw;
  min-width: 115px;
  margin-top: var(--gap30px);
}
.Page-innovation .section-1 .text-box .title-top .logo-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-innovation .section-1 .text-box .dd {
  max-width: 75%;
  text-align: justify;
}
.Page-innovation .section-2 {
  background: linear-gradient(180deg, #f5f9ff 44%, rgba(245, 249, 255, 0.4) 100%);
  padding: var(--gap100px) 0 var(--gap120px);
  color: var(--text-dd-color02);
  font-size: var(--font-16px);
  line-height: 1.6;
}
.Page-innovation .section-2 .bgc-img {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  right: 0;
}
.Page-innovation .section-2 .dd:first-child {
  font-size: var(--font-18px);
  color: var(--text-dd-color01);
  margin-bottom: var(--gap60px);
}
.Page-innovation .section-2 .dd:first-child .dh-icon,
.Page-innovation .section-2 .dd:first-child .dh-icon01 {
  display: none;
}
.Page-innovation .section-2 .dd:first-child br {
  display: none;
}
.Page-innovation .section-2 .title-top-01 {
  margin: var(--gap80px) 0 var(--gap25px);
}
.Page-innovation .section-2 .title-top-01 .dt {
  position: relative;
  font-size: var(--font-20px);
  font-weight: 600;
  color: var(--text-dd-color01);
  margin-bottom: var(--gap30px);
}
.Page-innovation .section-2 .title-top-01 .dt sup {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 5.2083vw;
  background: linear-gradient(180deg, #4e5b74 0%, rgba(78, 91, 116, 0.2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0px 0px 0px rgba(110, 128, 170, 0.15);
  opacity: 0.1;
  transform: translateY(20%);
}
.Page-innovation .section-2 .title-top-01 .dt-01 {
  font-size: var(--font-20px);
  color: var(--text-dd-color01);
  font-weight: 500;
  margin: var(--gap40px) 0 var(--gap20px);
}
.Page-innovation .section-2 .title-top-01 .dd {
  margin-bottom: var(--gap10px);
  white-space: normal !important;
  text-align: justify;
  color: rgba(24, 24, 24, 0.8);
}
.Page-innovation .section-2 .title-top-01 .dd a {
  color: var(--text-dd-color04);
}
.Page-innovation .section-2 .title-top-01 .dd strong {
  color: var(--text-dd-color01);
  font-weight: 500;
}
.Page-innovation .section-2 .title-top-01 .img {
  margin: var(--gap40px) 0;
}
.Page-innovation .section-2 .title-top-01 .img img {
  display: block;
  max-width: 100%;
}
.Page-innovation .section-2 .title-top-01 .esg-pdf {
  display: flex;
  flex-direction: column;
  gap: var(--gap5px);
}
.Page-innovation .section-2 .title-top-01 .esg-pdf .esg-title {
  font-size: var(--font-16px);
  color: var(--text-dd-color02);
  margin-bottom: var(--gap10px);
}
.Page-innovation .section-2 .title-top-01 .esg-pdf a {
  color: #0055f7;
  font-size: var(--font-12px);
  transition: all 0.3s ease-out;
}
.Page-innovation .section-2 .title-top-01 .esg-pdf a:hover {
  color: var(--hover-color-1);
}
.Page-innovation .section-2 .title-top-01 .esg-pdf a.more {
  font-size: var(--font-16px);
}
.Page-innovation .section-2 .data-tips {
  color: #989c9f;
  font-size: var(--font-12px);
  padding-top: var(--gap40px);
}
.Page-innovation .section-2 .title-top-01 {
  margin: var(--gap30px) 0 0;
  background-color: #fff;
  border-radius: var(--pos-card-raduis);
  padding: var(--gap40px);
}
.Page-innovation .section-2 .title-top-01 .dd br {
  display: none;
}
.Page-innovation .section-2 .title-top-01 .img {
  max-width: 100% !important;
  border-radius: var(--pos-card-raduis);
  overflow: hidden;
}
.Page-innovation .section-2 .title-top-01 .esg-wrap .esg-item .dt {
  font-size: var(--font-14px);
  color: var(--text-dd-color02);
  margin: 0;
  font-weight: 400;
}
.Page-innovation .section-2 .title-top-01 .tag-box {
  display: flex;
  flex-wrap: wrap;
  padding: var(--gap25px) 0 var(--gap30px);
}
.Page-innovation .section-2 .title-top-01 .tag-box a {
  width: -moz-fit-content;
  width: fit-content;
  padding: var(--gap30px);
  color: var(--text-dd-color02);
  line-height: 1;
  font-weight: 500;
  border-radius: var(--pos-card-raduis);
  background: linear-gradient(180deg, #eaf2ff 0%, rgba(245, 249, 255, 0.9) 98%);
  border: 1px solid #fff;
  box-shadow: 0px 10px 10px -10px rgba(194, 209, 229, 0.1);
  margin-right: var(--gap10px);
  margin-bottom: var(--gap10px);
}
.Page-innovation .section-2 .title-top-01 .innovation-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap30px);
  margin: var(--gap40px) 0;
}
.Page-innovation .section-2 .title-top-01 .innovation-wrap .innovation-column {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 19vw;
  border-radius: var(--pos-card-raduis);
  overflow: hidden;
  border: 2px solid rgba(245, 249, 255, 0.9);
}
@supports (aspect-ratio: 1/1) {
  .Page-innovation .section-2 .title-top-01 .innovation-wrap .innovation-column {
    aspect-ratio: 1.765625;
    height: auto;
  }
}
.Page-innovation .section-2 .title-top-01 .innovation-wrap .innovation-column img {
  width: 100%;
  height: 100%;
}
.Page-duty .section-1 {
  min-height: 200px;
  height: 91vw;
}
.Page-duty .section-1 .bgc-img {
  width: 100%;
  height: 100%;
  display: block;
}
.Page-duty .section-1 .text-box {
  position: absolute;
  top: 42%;
  left: 0;
  right: 0;
  color: var(--text-dd-color01);
  font-size: var(--font-14px);
  line-height: 1.6;
  transform: translateY(-50%);
}
.Page-duty .section-1 .text-box .title-top {
  margin-bottom: var(--gap25px);
}
.Page-duty .section-1 .text-box .title-top .dt {
  font-size: var(--font-30px);
  font-weight: 500;
  color: var(--text-dd-color01);
}
.Page-duty .section-1 .text-box .title-top .logo-img {
  width: 6.3438vw;
  min-width: 115px;
  margin-top: var(--gap30px);
}
.Page-duty .section-1 .text-box .title-top .logo-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-duty .section-1 .text-box .dd {
  max-width: 75%;
  text-align: justify;
}
.Page-duty .section-2 {
  background: linear-gradient(180deg, #f5f9ff 44%, rgba(245, 249, 255, 0.4) 100%);
  padding: var(--gap100px) 0 var(--gap120px);
  color: var(--text-dd-color02);
  font-size: var(--font-16px);
  line-height: 1.6;
}
.Page-duty .section-2 .bgc-img {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  right: 0;
}
.Page-duty .section-2 .dd:first-child {
  font-size: var(--font-18px);
  color: var(--text-dd-color01);
  margin-bottom: var(--gap60px);
}
.Page-duty .section-2 .dd:first-child .dh-icon,
.Page-duty .section-2 .dd:first-child .dh-icon01 {
  display: none;
}
.Page-duty .section-2 .title-top-01 {
  margin: var(--gap80px) 0 var(--gap25px);
}
.Page-duty .section-2 .title-top-01 .dt {
  position: relative;
  font-size: var(--font-20px);
  font-weight: 600;
  color: var(--text-dd-color01);
  margin-bottom: var(--gap30px);
}
.Page-duty .section-2 .title-top-01 .dt sup {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 5.2083vw;
  background: linear-gradient(180deg, #4e5b74 0%, rgba(78, 91, 116, 0.2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0px 0px 0px rgba(110, 128, 170, 0.15);
  opacity: 0.1;
  transform: translateY(20%);
}
.Page-duty .section-2 .title-top-01 .dt-01 {
  font-size: var(--font-20px);
  color: var(--text-dd-color01);
  font-weight: 500;
  margin: var(--gap40px) 0 var(--gap20px);
}
.Page-duty .section-2 .title-top-01 .dd {
  margin-bottom: var(--gap10px);
  white-space: normal !important;
  text-align: justify;
  color: rgba(24, 24, 24, 0.8);
}
.Page-duty .section-2 .title-top-01 .dd a {
  color: var(--text-dd-color04);
}
.Page-duty .section-2 .title-top-01 .dd strong {
  color: var(--text-dd-color01);
  font-weight: 500;
}
.Page-duty .section-2 .title-top-01 .img {
  margin: var(--gap40px) 0;
}
.Page-duty .section-2 .title-top-01 .img img {
  display: block;
  max-width: 100%;
}
.Page-duty .section-2 .title-top-01 .esg-pdf {
  display: flex;
  flex-direction: column;
  gap: var(--gap5px);
}
.Page-duty .section-2 .title-top-01 .esg-pdf .esg-title {
  font-size: var(--font-16px);
  color: var(--text-dd-color02);
  margin-bottom: var(--gap10px);
}
.Page-duty .section-2 .title-top-01 .esg-pdf a {
  color: #0055f7;
  font-size: var(--font-12px);
  transition: all 0.3s ease-out;
}
.Page-duty .section-2 .title-top-01 .esg-pdf a:hover {
  color: var(--hover-color-1);
}
.Page-duty .section-2 .title-top-01 .esg-pdf a.more {
  font-size: var(--font-16px);
}
.Page-duty .section-2 .data-tips {
  color: #989c9f;
  font-size: var(--font-12px);
  padding-top: var(--gap40px);
}
.Page-duty .section-2 .title-top-01 {
  margin: var(--gap30px) 0 0;
  background-color: #fff;
  border-radius: var(--pos-card-raduis);
  padding: var(--gap40px);
}
.Page-duty .section-2 .title-top-01 .dd br {
  display: none;
}
.Page-duty .section-2 .title-top-01 .esg-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap30px);
  margin: var(--gap20px) 0;
}
.Page-duty .section-2 .title-top-01 .esg-wrap .esg-item {
  font-size: var(--font-14px);
}
.Page-duty .section-2 .title-top-01 .esg-wrap .esg-item .dt {
  font-size: var(--font-14px);
  font-weight: 400;
  color: var(--text-dd-color01);
  margin: 0;
}
.Page-duty .section-2 .title-top-01 .esg-wrap .esg-item .dt span {
  font-size: var(--font-40px);
  font-weight: 600;
  margin-right: var(--gap5px);
}
.Page-duty .section-2 .title-top-01 .esg-pdf {
  flex-direction: row;
  font-size: var(--font-12px);
  color: var(--text-dd-color01);
}
.Page-duty .section-2 .title-top-01 .img {
  border-radius: var(--pos-card-raduis);
  overflow: hidden;
}
.Page-duty .section-2 .title-top-01 .img img {
  max-width: 100%;
}
.Page-duty .section-2 .title-top-01 .innovation-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap30px);
  margin: var(--gap40px) 0;
}
.Page-duty .section-2 .title-top-01 .innovation-wrap .innovation-column {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 19.75vw;
  border-radius: var(--pos-card-raduis);
  overflow: hidden;
  border: 2px solid rgba(245, 249, 255, 0.9);
}
@supports (aspect-ratio: 1/1) {
  .Page-duty .section-2 .title-top-01 .innovation-wrap .innovation-column {
    aspect-ratio: 2.33333333;
    height: auto;
  }
}
.Page-duty .section-2 .title-top-01 .innovation-wrap .innovation-column img {
  width: 100%;
  height: 100%;
}
.Page-esg .section-1 {
  min-height: 200px;
  height: 91vw;
}
.Page-esg .section-1 .bgc-img {
  width: 100%;
  height: 100%;
  display: block;
}
.Page-esg .section-1 .text-box {
  position: absolute;
  top: 42%;
  left: 0;
  right: 0;
  color: var(--text-dd-color01);
  font-size: var(--font-14px);
  line-height: 1.6;
  transform: translateY(-50%);
}
.Page-esg .section-1 .text-box .title-top {
  margin-bottom: var(--gap25px);
}
.Page-esg .section-1 .text-box .title-top .dt {
  font-size: var(--font-30px);
  font-weight: 500;
  color: var(--text-dd-color01);
}
.Page-esg .section-1 .text-box .title-top .logo-img {
  width: 6.3438vw;
  min-width: 115px;
  margin-top: var(--gap30px);
}
.Page-esg .section-1 .text-box .title-top .logo-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-esg .section-1 .text-box .dd {
  max-width: 75%;
  text-align: justify;
}
.Page-esg .section-2 {
  background: linear-gradient(180deg, #f5f9ff 44%, rgba(245, 249, 255, 0.4) 100%);
  padding: var(--gap100px) 0 var(--gap150px);
  color: var(--text-dd-color02);
  font-size: var(--font-16px);
  line-height: 1.6;
  overflow: hidden;
}
.Page-esg .section-2 .bgc-img {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.Page-esg .section-2 .dd:first-child {
  font-size: var(--font-18px);
  color: var(--text-dd-color01);
}
.Page-esg .section-2 .dd:first-child .dh-icon,
.Page-esg .section-2 .dd:first-child .dh-icon01 {
  display: none;
}
.Page-esg .section-2 .dd:first-child br {
  display: none;
}
.Page-esg .section-2 .esg-content {
  padding-top: var(--gap40px);
}
.Page-esg .section-2 .esg-content .esg-layout {
  display: none;
}
.Page-esg .section-2 .esg-content .swiper {
  padding-top: var(--gap20px);
}
.Page-esg .section-2 .esg-content .swiper .swiper-wrapper {
  transform: translate3d(0px, 0, 0) !important;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: var(--gap40px) var(--gap20px);
}
.Page-esg .section-2 .esg-content .swiper .swiper-wrapper .swiper-slide {
  width: 100% !important;
}
.Page-esg .section-2 .esg-content .swiper .swiper-wrapper .swiper-slide .esg-column {
  transition: all 0.3s ease;
  overflow: hidden;
}
.Page-esg .section-2 .esg-content .swiper .swiper-wrapper .swiper-slide .esg-column .img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: var(--pos-card-raduis);
}
.Page-esg .section-2 .esg-content .swiper .swiper-wrapper .swiper-slide .esg-column .img-wrap img {
  width: 100%;
  height: 100%;
  display: block;
}
.Page-esg .section-2 .esg-content .swiper .swiper-wrapper .swiper-slide .esg-column .img-wrap .esg-pdf {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.51);
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  opacity: 0;
  transition: all 0.3s ease-out;
  padding-right: var(--gap20px);
}
.Page-esg .section-2 .esg-content .swiper .swiper-wrapper .swiper-slide .esg-column .img-wrap .esg-pdf a {
  display: flex;
  margin: 0 auto;
  font-size: var(--font-14px);
  transition: all 0.3s ease-out;
  color: #fff;
  padding-bottom: var(--gap20px);
  background-image: url(../images//esg/eye.webp);
  background-position: 96% top;
  background-size: 4.25vw;
  background-repeat: no-repeat;
  padding-right: var(--gap60px);
}
.Page-esg .section-2 .esg-content .swiper .swiper-wrapper .swiper-slide .esg-column .img-wrap .esg-pdf a img {
  width: 5.25vw;
  height: 5.25vw;
  margin-left: var(--gap10px);
}
.Page-esg .section-2 .esg-content .swiper .swiper-wrapper .swiper-slide .esg-column .dt {
  font-size: var(--font-20px);
  color: var(--text-dd-color01);
  font-weight: 600;
  margin-top: var(--gap20px);
}
.Page-esg .section-2 .esg-content .swiper .swiper-wrapper .swiper-slide .esg-column:hover {
  transform: translateY(-5px);
}
.Page-esg .section-2 .esg-content .swiper .swiper-wrapper .swiper-slide .esg-column:hover .img-wrap .esg-pdf {
  opacity: 1;
}
.Page-Cookies .section-1 {
  min-height: 200px;
  height: 91vw;
}
.Page-Cookies .section-1 .bgc-img {
  width: 100%;
  height: 100%;
  display: block;
}
.Page-Cookies .section-1 .text-box {
  position: absolute;
  top: 42%;
  left: 0;
  right: 0;
  color: var(--text-dd-color01);
  font-size: var(--font-14px);
  line-height: 1.6;
  transform: translateY(-50%);
}
.Page-Cookies .section-1 .text-box .title-top {
  margin-bottom: var(--gap25px);
}
.Page-Cookies .section-1 .text-box .title-top .dt {
  font-size: var(--font-30px);
  font-weight: 500;
  color: var(--text-dd-color01);
}
.Page-Cookies .section-1 .text-box .title-top .logo-img {
  width: 6.3438vw;
  min-width: 115px;
  margin-top: var(--gap30px);
}
.Page-Cookies .section-1 .text-box .title-top .logo-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-Cookies .Breadcrumb {
  border-bottom: 1px solid rgba(38, 45, 53, 0.1);
}
.Page-Cookies .section-2 {
  padding: var(--gap50px) 0 var(--gap150px);
  font-size: var(--font-16px);
  line-height: 1.6;
  color: #181818;
}
.Page-Cookies .section-2 .width-inner .dt {
  font-size: var(--font-28px);
  font-weight: 600;
  padding: var(--gap30px) 0 var(--gap25px);
}
.Page-Cookies .section-2 .width-inner .dd {
  margin-bottom: var(--gap10px);
}
.Page-Cookies .section-2 .width-inner .dd a {
  color: var(--text-dd-color04);
}
.Page-Cookies .section-2 .width-inner .dd p {
  all: inherit;
  padding: 0;
  line-height: 1.6;
  margin: var(--gap10px) 0 0;
}
.Page-Cookies .section-2 .width-inner .dd p strong {
  font-weight: 600;
}
.Page-Cookies .section-2 .width-inner img {
  width: 100%;
  display: block;
  margin-top: var(--gap15px);
}
.Page-Cookies .section-2 .width-inner .more-link {
  margin-bottom: var(--gap10px);
}
.Page-Cookies .section-2 .width-inner .more-link a {
  position: relative;
  display: block;
  padding-bottom: var(--gap5px);
  padding-left: var(--gap20px);
  color: var(--text-dd-color04);
}
.Page-Cookies .section-2 .width-inner .more-link a::after {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-radius: 50%;
  background-color: var(--text-dd-color04);
}
.Page-Cookies .section-2.policy-content .width-inner .dd {
  line-height: 1.6;
}
.Page-electro .section-1 {
  min-height: 200px;
  height: 124.5vw;
}
.Page-electro .section-1 .bgc-img {
  width: 100%;
  height: 100%;
  display: block;
}
.Page-electro .section-1 .text-box {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  color: var(--text-dd-color01);
  font-size: var(--font-14px);
  line-height: 1.6;
  transform: translateY(-50%);
}
.Page-electro .section-1 .text-box .title-top {
  margin-bottom: var(--gap25px);
}
.Page-electro .section-1 .text-box .title-top .dt {
  font-size: var(--font-30px);
  font-weight: 500;
  color: var(--text-dd-color01);
}
.Page-electro .section-1 .text-box .title-top .logo-img {
  width: 6.3438vw;
  min-width: 115px;
  margin-top: var(--gap30px);
}
.Page-electro .section-1 .text-box .title-top .logo-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-electro .section-1 .text-box .title-top .dt {
  font-size: var(--font-38px);
}
.Page-electro .section-1 .text-box .dd br {
  display: none;
}
.Page-electro .section-2 {
  background: linear-gradient(180deg, #eff5ff -4%, #d3e3f6 129%);
  box-shadow: inset 0px -1px 0px 0px #ffffff;
  padding: var(--gap120px) 0;
  color: var(--text-dd-color02);
  font-size: var(--font-16px);
  line-height: 1.6;
}
.Page-electro .section-2 .title-top-01 {
  margin: var(--gap80px) 0 var(--gap25px);
}
.Page-electro .section-2 .title-top-01 .dt {
  position: relative;
  font-size: var(--font-20px);
  font-weight: 600;
  color: var(--text-dd-color01);
  margin-bottom: var(--gap30px);
}
.Page-electro .section-2 .title-top-01 .dt sup {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 5.2083vw;
  background: linear-gradient(180deg, #4e5b74 0%, rgba(78, 91, 116, 0.2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0px 0px 0px rgba(110, 128, 170, 0.15);
  opacity: 0.1;
  transform: translateY(20%);
}
.Page-electro .section-2 .title-top-01 .dt-01 {
  font-size: var(--font-20px);
  color: var(--text-dd-color01);
  font-weight: 500;
  margin: var(--gap40px) 0 var(--gap20px);
}
.Page-electro .section-2 .title-top-01 .dd {
  margin-bottom: var(--gap10px);
  white-space: normal !important;
  text-align: justify;
  color: rgba(24, 24, 24, 0.8);
}
.Page-electro .section-2 .title-top-01 .dd a {
  color: var(--text-dd-color04);
}
.Page-electro .section-2 .title-top-01 .dd strong {
  color: var(--text-dd-color01);
  font-weight: 500;
}
.Page-electro .section-2 .title-top-01 .img {
  margin: var(--gap40px) 0;
}
.Page-electro .section-2 .title-top-01 .img img {
  display: block;
  max-width: 100%;
}
.Page-electro .section-2 .title-top-01 .esg-pdf {
  display: flex;
  flex-direction: column;
  gap: var(--gap5px);
}
.Page-electro .section-2 .title-top-01 .esg-pdf .esg-title {
  font-size: var(--font-16px);
  color: var(--text-dd-color02);
  margin-bottom: var(--gap10px);
}
.Page-electro .section-2 .title-top-01 .esg-pdf a {
  color: #0055f7;
  font-size: var(--font-12px);
  transition: all 0.3s ease-out;
}
.Page-electro .section-2 .title-top-01 .esg-pdf a:hover {
  color: var(--hover-color-1);
}
.Page-electro .section-2 .title-top-01 .esg-pdf a.more {
  font-size: var(--font-16px);
}
.Page-electro .section-2 .data-tips {
  color: #989c9f;
  font-size: var(--font-12px);
  padding-top: var(--gap40px);
}
.Page-electro .section-2 .title-top-01 {
  margin-top: var(--gap120px);
}
.Page-electro .section-2 .title-top-01:first-of-type {
  margin-top: 0;
  text-align: center;
}
.Page-electro .section-2 .title-top-01 .dt {
  font-size: var(--font-28px);
}
.Page-electro .section-2 .title-top-01 .esg-wrap {
  margin: var(--gap20px) 0;
}
.Page-electro .section-2 .title-top-01 .esg-wrap .esg-item {
  font-size: var(--font-14px);
  padding-bottom: var(--gap10px);
}
.Page-electro .section-2 .title-top-01 .esg-wrap .esg-item .dt {
  font-size: var(--font-18px);
  font-weight: 600;
  color: var(--text-dd-color01);
  margin: 0;
}
.Page-electro .section-2 .title-top-01 .esg-wrap .esg-item .dt span {
  font-size: var(--font-18px);
}
.Page-electro .section-2 .title-top-01 .esg-wrap.esg-wrap1 {
  margin: var(--gap120px) 0 0;
}
.Page-electro .section-2 .title-top-01 .esg-wrap.esg-wrap1 .esg-item {
  font-size: var(--font-16px);
  padding-bottom: var(--gap10px);
}
.Page-electro .section-2 .title-top-01 .esg-wrap.esg-wrap1 .esg-item .dt {
  font-weight: 600;
}
.Page-electro .section-2 .title-top-01 .esg-wrap.esg-wrap1 .esg-item .dt a {
  color: #2d5bf1;
}
.Page-electro .section-2 .title-top-01 .esg-content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  gap: var(--gap50px);
  margin-bottom: var(--gap50px);
}
.Page-electro .section-2 .title-top-01 .esg-content .esg-column {
  border-radius: var(--pos-card-raduis);
  -webkit-backdrop-filter: blur(56px);
          backdrop-filter: blur(56px);
  background-color: #fff;
  overflow: hidden;
}
.Page-electro .section-2 .title-top-01 .esg-content .esg-column .img-wrap {
  width: 100%;
  padding: var(--gap30px) 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f8ff;
  -webkit-backdrop-filter: blur(160px);
          backdrop-filter: blur(160px);
  overflow: hidden;
}
.Page-electro .section-2 .title-top-01 .esg-content .esg-column .img-wrap img {
  display: block;
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-electro .section-2 .title-top-01 .esg-content .esg-column .text-wrap {
  display: flex;
  flex-direction: column;
  padding: var(--gap50px) var(--gap30px);
  color: rgba(10, 20, 36, 0.6);
}
.Page-electro .section-2 .title-top-01 .esg-content .esg-column .text-wrap .dt {
  font-size: var(--font-24px);
  color: var(--text-dd-color03);
  font-weight: normal;
  margin-bottom: var(--gap20px);
}
.Page-electro .section-2 .title-top-01 .esg-content .esg-column .text-wrap .dd {
  color: rgba(24, 24, 24, 0.4);
}
.Page-electro .section-2 .title-top-01 .intelligent-item {
  text-align: center;
  margin: var(--gap50px) 0 var(--gap120px);
}
.Page-electro .section-2 .title-top-01 .intelligent-item .text-dl {
  background: #ffffff;
  padding: var(--gap30px) 0;
  font-size: var(--font-14px);
  margin-bottom: var(--gap20px);
}
.Page-electro .section-2 .title-top-01 .intelligent-item .text-dl .dt {
  font-size: var(--font-28px);
  font-weight: 600;
  margin: 0;
  color: var(--text-dd-color01);
}
.Page-electro .section-2 .title-top-01 .intelligent-item .text-dl .dd {
  text-align: center;
}
.Page-electro .section-2 .title-top-01 .intelligent-item.intelligent-item01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap20px) var(--gap40px);
}
.Page-electro .section-2 .title-top-01 .intelligent-item.intelligent-item01 .text-dl:last-child {
  grid-area: auto / 1 / auto / 3;
}
.Page-electro.Page-education .section-2 .esg-content .esg-column .img-wrap,
.Page-electro.Page-led .section-2 .esg-content .esg-column .img-wrap,
.Page-electro.Page-hardware .section-2 .esg-content .esg-column .img-wrap {
  padding: 0;
}
.Page-electro.Page-education .section-2 .esg-content .esg-column .img-wrap img,
.Page-electro.Page-led .section-2 .esg-content .esg-column .img-wrap img,
.Page-electro.Page-hardware .section-2 .esg-content .esg-column .img-wrap img {
  max-width: 100%;
  max-height: 100%;
}
.Page-life .section-1 {
  min-height: 200px;
  height: 91vw;
}
.Page-life .section-1 .bgc-img {
  width: 100%;
  height: 100%;
  display: block;
}
.Page-life .section-1 .text-box {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  color: var(--text-dd-color01);
  font-size: var(--font-14px);
  line-height: 1.6;
  transform: translateY(-50%);
}
.Page-life .section-1 .text-box .title-top {
  margin-bottom: var(--gap25px);
}
.Page-life .section-1 .text-box .title-top .dt {
  font-size: var(--font-30px);
  font-weight: 500;
  color: var(--text-dd-color01);
}
.Page-life .section-1 .text-box .title-top .logo-img {
  width: 6.3438vw;
  min-width: 115px;
  margin-top: var(--gap30px);
}
.Page-life .section-1 .text-box .title-top .logo-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-life .section-1 .text-box .title-top .dt {
  font-size: var(--font-38px);
}
.Page-life .section-2 {
  background: linear-gradient(180deg, #eff5ff -4%, #d3e3f6 129%);
  box-shadow: 0px 20px 40px 0px rgba(65, 80, 102, 0.1), inset 0px -1px 0px 0px #ffffff;
  padding: var(--gap120px) 0;
  color: var(--text-dd-color02);
  font-size: var(--font-16px);
  line-height: 1.6;
}
.Page-life .section-2 .title-top-01 {
  margin: var(--gap80px) 0 var(--gap25px);
}
.Page-life .section-2 .title-top-01 .dt {
  position: relative;
  font-size: var(--font-20px);
  font-weight: 600;
  color: var(--text-dd-color01);
  margin-bottom: var(--gap30px);
}
.Page-life .section-2 .title-top-01 .dt sup {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 5.2083vw;
  background: linear-gradient(180deg, #4e5b74 0%, rgba(78, 91, 116, 0.2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0px 0px 0px rgba(110, 128, 170, 0.15);
  opacity: 0.1;
  transform: translateY(20%);
}
.Page-life .section-2 .title-top-01 .dt-01 {
  font-size: var(--font-20px);
  color: var(--text-dd-color01);
  font-weight: 500;
  margin: var(--gap40px) 0 var(--gap20px);
}
.Page-life .section-2 .title-top-01 .dd {
  margin-bottom: var(--gap10px);
  white-space: normal !important;
  text-align: justify;
  color: rgba(24, 24, 24, 0.8);
}
.Page-life .section-2 .title-top-01 .dd a {
  color: var(--text-dd-color04);
}
.Page-life .section-2 .title-top-01 .dd strong {
  color: var(--text-dd-color01);
  font-weight: 500;
}
.Page-life .section-2 .title-top-01 .img {
  margin: var(--gap40px) 0;
}
.Page-life .section-2 .title-top-01 .img img {
  display: block;
  max-width: 100%;
}
.Page-life .section-2 .title-top-01 .esg-pdf {
  display: flex;
  flex-direction: column;
  gap: var(--gap5px);
}
.Page-life .section-2 .title-top-01 .esg-pdf .esg-title {
  font-size: var(--font-16px);
  color: var(--text-dd-color02);
  margin-bottom: var(--gap10px);
}
.Page-life .section-2 .title-top-01 .esg-pdf a {
  color: #0055f7;
  font-size: var(--font-12px);
  transition: all 0.3s ease-out;
}
.Page-life .section-2 .title-top-01 .esg-pdf a:hover {
  color: var(--hover-color-1);
}
.Page-life .section-2 .title-top-01 .esg-pdf a.more {
  font-size: var(--font-16px);
}
.Page-life .section-2 .data-tips {
  color: #989c9f;
  font-size: var(--font-12px);
  padding-top: var(--gap40px);
}
.Page-life .section-2 .title-top-01 {
  margin-top: var(--gap150px);
}
.Page-life .section-2 .title-top-01:first-of-type {
  margin-top: 0;
}
.Page-life .section-2 .title-top-01 .dt {
  font-size: var(--font-28px);
}
.Page-life .section-2 .title-top-01 .esg-wrap {
  margin: var(--gap20px) 0;
}
.Page-life .section-2 .title-top-01 .esg-wrap .esg-item {
  font-size: var(--font-14px);
  padding-bottom: var(--gap10px);
}
.Page-life .section-2 .title-top-01 .esg-wrap .esg-item .dt {
  font-size: var(--font-18px);
  font-weight: 600;
  color: var(--text-dd-color01);
  margin: 0;
}
.Page-life .section-2 .title-top-01 .esg-wrap .esg-item .dt span {
  font-size: var(--font-16px);
}
.Page-life .section-2 .title-top-01 .esg-content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  gap: var(--gap50px);
  margin-bottom: var(--gap50px);
}
.Page-life .section-2 .title-top-01 .esg-content .esg-column {
  border-radius: var(--pos-card-raduis);
  -webkit-backdrop-filter: blur(56px);
          backdrop-filter: blur(56px);
  background-color: #fff;
  overflow: hidden;
}
.Page-life .section-2 .title-top-01 .esg-content .esg-column .img-wrap {
  width: 100%;
  padding: var(--gap30px) 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f8ff;
  -webkit-backdrop-filter: blur(160px);
          backdrop-filter: blur(160px);
  overflow: hidden;
}
.Page-life .section-2 .title-top-01 .esg-content .esg-column .img-wrap img {
  display: block;
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-life .section-2 .title-top-01 .esg-content .esg-column .text-wrap {
  display: flex;
  flex-direction: column;
  padding: var(--gap50px) var(--gap30px);
  color: rgba(10, 20, 36, 0.6);
}
.Page-life .section-2 .title-top-01 .esg-content .esg-column .text-wrap .dt {
  font-size: var(--font-24px);
  color: var(--text-dd-color03);
  font-weight: normal;
  margin-bottom: var(--gap20px);
}
.Page-life .section-2 .title-top-01 .esg-content .esg-column .text-wrap .dd {
  color: rgba(24, 24, 24, 0.4);
}
.Page-life .section-2 .title-top-01 .esg-content.esg-content-01 .img-wrap {
  background-color: #fff;
}
.Page-power .section-1 {
  min-height: 200px;
  height: 91vw;
}
.Page-power .section-1 .bgc-img {
  width: 100%;
  height: 100%;
  display: block;
}
.Page-power .section-1 .text-box {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  color: var(--text-dd-color01);
  font-size: var(--font-14px);
  line-height: 1.6;
  transform: translateY(-50%);
}
.Page-power .section-1 .text-box .title-top {
  margin-bottom: var(--gap25px);
}
.Page-power .section-1 .text-box .title-top .dt {
  font-size: var(--font-30px);
  font-weight: 500;
  color: var(--text-dd-color01);
}
.Page-power .section-1 .text-box .title-top .logo-img {
  width: 6.3438vw;
  min-width: 115px;
  margin-top: var(--gap30px);
}
.Page-power .section-1 .text-box .title-top .logo-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-power .section-1 .text-box .title-top .dt {
  font-size: var(--font-38px);
}
.Page-power .section-2 {
  background: linear-gradient(180deg, #eff5ff -4%, #d3e3f6 129%);
  box-shadow: inset 0px -1px 0px 0px #ffffff;
  padding: var(--gap120px) 0;
  color: var(--text-dd-color02);
  font-size: var(--font-16px);
  line-height: 1.6;
}
.Page-power .section-2 .title-top-01 {
  margin: var(--gap80px) 0 var(--gap25px);
}
.Page-power .section-2 .title-top-01 .dt {
  position: relative;
  font-size: var(--font-20px);
  font-weight: 600;
  color: var(--text-dd-color01);
  margin-bottom: var(--gap30px);
}
.Page-power .section-2 .title-top-01 .dt sup {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 5.2083vw;
  background: linear-gradient(180deg, #4e5b74 0%, rgba(78, 91, 116, 0.2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0px 0px 0px rgba(110, 128, 170, 0.15);
  opacity: 0.1;
  transform: translateY(20%);
}
.Page-power .section-2 .title-top-01 .dt-01 {
  font-size: var(--font-20px);
  color: var(--text-dd-color01);
  font-weight: 500;
  margin: var(--gap40px) 0 var(--gap20px);
}
.Page-power .section-2 .title-top-01 .dd {
  margin-bottom: var(--gap10px);
  white-space: normal !important;
  text-align: justify;
  color: rgba(24, 24, 24, 0.8);
}
.Page-power .section-2 .title-top-01 .dd a {
  color: var(--text-dd-color04);
}
.Page-power .section-2 .title-top-01 .dd strong {
  color: var(--text-dd-color01);
  font-weight: 500;
}
.Page-power .section-2 .title-top-01 .img {
  margin: var(--gap40px) 0;
}
.Page-power .section-2 .title-top-01 .img img {
  display: block;
  max-width: 100%;
}
.Page-power .section-2 .title-top-01 .esg-pdf {
  display: flex;
  flex-direction: column;
  gap: var(--gap5px);
}
.Page-power .section-2 .title-top-01 .esg-pdf .esg-title {
  font-size: var(--font-16px);
  color: var(--text-dd-color02);
  margin-bottom: var(--gap10px);
}
.Page-power .section-2 .title-top-01 .esg-pdf a {
  color: #0055f7;
  font-size: var(--font-12px);
  transition: all 0.3s ease-out;
}
.Page-power .section-2 .title-top-01 .esg-pdf a:hover {
  color: var(--hover-color-1);
}
.Page-power .section-2 .title-top-01 .esg-pdf a.more {
  font-size: var(--font-16px);
}
.Page-power .section-2 .data-tips {
  color: #989c9f;
  font-size: var(--font-12px);
  padding-top: var(--gap40px);
}
.Page-power .section-2 .title-top-01 {
  margin-top: var(--gap150px);
}
.Page-power .section-2 .title-top-01:first-of-type {
  margin-top: 0;
}
.Page-power .section-2 .title-top-01 .dt {
  font-size: var(--font-28px);
}
.Page-power .section-2 .title-top-01 .esg-wrap {
  margin: var(--gap40px) 0;
}
.Page-power .section-2 .title-top-01 .esg-wrap .esg-item {
  font-size: var(--font-14px);
}
.Page-power .section-2 .title-top-01 .esg-wrap .esg-item .dt {
  font-size: var(--font-14px);
  font-weight: 600;
  margin: 0;
}
.Page-power .section-2 .title-top-01 .esg-wrap .esg-item .dt span {
  font-size: var(--font-18px);
  display: block;
  padding-bottom: var(--gap10px);
}
.Page-power .section-2 .title-top-01 .esg-wrap.esg-wrap1 {
  margin: var(--gap120px) 0 0;
}
.Page-power .section-2 .title-top-01 .esg-wrap.esg-wrap1 .esg-item {
  font-size: var(--font-16px);
  padding-bottom: var(--gap10px);
}
.Page-power .section-2 .title-top-01 .esg-wrap.esg-wrap1 .esg-item .dt {
  font-weight: 600;
}
.Page-power .section-2 .title-top-01 .esg-wrap.esg-wrap1 .esg-item .dt span {
  padding: 0;
}
.Page-power .section-2 .title-top-01 .esg-wrap.esg-wrap1 .esg-item .dt span a {
  color: #2d5bf1;
}
.Page-power .section-2 .title-top-01 .esg-content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  gap: var(--gap50px);
  margin-bottom: var(--gap50px);
}
.Page-power .section-2 .title-top-01 .esg-content .esg-column {
  border-radius: var(--pos-card-raduis);
  -webkit-backdrop-filter: blur(56px);
          backdrop-filter: blur(56px);
  background-color: #fff;
  overflow: hidden;
}
.Page-power .section-2 .title-top-01 .esg-content .esg-column .img-wrap {
  width: 100%;
  padding: var(--gap30px) 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f8ff;
  -webkit-backdrop-filter: blur(160px);
          backdrop-filter: blur(160px);
  overflow: hidden;
}
.Page-power .section-2 .title-top-01 .esg-content .esg-column .img-wrap img {
  display: block;
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-power .section-2 .title-top-01 .esg-content .esg-column .text-wrap {
  display: flex;
  flex-direction: column;
  padding: var(--gap50px) var(--gap30px);
  color: rgba(10, 20, 36, 0.6);
}
.Page-power .section-2 .title-top-01 .esg-content .esg-column .text-wrap .dt {
  font-size: var(--font-24px);
  color: var(--text-dd-color03);
  font-weight: normal;
  margin-bottom: var(--gap20px);
}
.Page-power .section-2 .title-top-01 .esg-content .esg-column .text-wrap .dd {
  color: rgba(24, 24, 24, 0.4);
}
.Page-power .section-2 .title-top-01 .esg-content {
  margin-top: var(--gap30px);
}
.Page-power .section-2 .title-top-01 .esg-content .esg-column .img-wrap {
  background: linear-gradient(270deg, #e6eaed 0%, #e8ecef 100%);
  padding: 0;
}
.Page-power .section-2 .title-top-01 .esg-content .esg-column .img-wrap img {
  max-width: 100%;
  max-height: 100%;
}
.Page-technological .section-1 .bgc-img {
  width: 100%;
  height: 100%;
  display: block;
}
.Page-technological .section-1 .text-box {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  color: var(--text-dd-color01);
  font-size: var(--font-14px);
  line-height: 1.6;
  transform: translateY(-50%);
}
.Page-technological .section-1 .text-box .title-top {
  margin-bottom: var(--gap25px);
}
.Page-technological .section-1 .text-box .title-top .dt {
  font-size: var(--font-30px);
  font-weight: 500;
  color: var(--text-dd-color01);
}
.Page-technological .section-1 .text-box .title-top .logo-img {
  width: 6.3438vw;
  min-width: 115px;
  margin-top: var(--gap30px);
}
.Page-technological .section-1 .text-box .title-top .logo-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-technological .section-1 .text-box .title-top .dt {
  font-size: var(--font-38px);
}
.Page-technological .section-1 .text-box .dd br {
  display: none;
}
.Page-technological .section-2 {
  background: linear-gradient(180deg, #f5f9ff 44%, rgba(245, 249, 255, 0.4) 100%);
  padding: var(--gap120px) 0 0;
  color: var(--text-dd-color01);
  font-size: var(--font-14px);
  line-height: 1.6;
  overflow: hidden;
}
.Page-technological .section-2 .bgc-img {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  right: 0;
}
.Page-technological .section-2 .title-top-01 {
  margin: var(--gap80px) 0 var(--gap25px);
}
.Page-technological .section-2 .title-top-01 .dt {
  position: relative;
  font-size: var(--font-20px);
  font-weight: 600;
  color: var(--text-dd-color01);
  margin-bottom: var(--gap30px);
}
.Page-technological .section-2 .title-top-01 .dt sup {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 5.2083vw;
  background: linear-gradient(180deg, #4e5b74 0%, rgba(78, 91, 116, 0.2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0px 0px 0px rgba(110, 128, 170, 0.15);
  opacity: 0.1;
  transform: translateY(20%);
}
.Page-technological .section-2 .title-top-01 .dt-01 {
  font-size: var(--font-20px);
  color: var(--text-dd-color01);
  font-weight: 500;
  margin: var(--gap40px) 0 var(--gap20px);
}
.Page-technological .section-2 .title-top-01 .dd {
  margin-bottom: var(--gap10px);
  white-space: normal !important;
  text-align: justify;
  color: rgba(24, 24, 24, 0.8);
}
.Page-technological .section-2 .title-top-01 .dd a {
  color: var(--text-dd-color04);
}
.Page-technological .section-2 .title-top-01 .dd strong {
  color: var(--text-dd-color01);
  font-weight: 500;
}
.Page-technological .section-2 .title-top-01 .img {
  margin: var(--gap40px) 0;
}
.Page-technological .section-2 .title-top-01 .img img {
  display: block;
  max-width: 100%;
}
.Page-technological .section-2 .title-top-01 .esg-pdf {
  display: flex;
  flex-direction: column;
  gap: var(--gap5px);
}
.Page-technological .section-2 .title-top-01 .esg-pdf .esg-title {
  font-size: var(--font-16px);
  color: var(--text-dd-color02);
  margin-bottom: var(--gap10px);
}
.Page-technological .section-2 .title-top-01 .esg-pdf a {
  color: #0055f7;
  font-size: var(--font-12px);
  transition: all 0.3s ease-out;
}
.Page-technological .section-2 .title-top-01 .esg-pdf a:hover {
  color: var(--hover-color-1);
}
.Page-technological .section-2 .title-top-01 .esg-pdf a.more {
  font-size: var(--font-16px);
}
.Page-technological .section-2 .data-tips {
  color: #989c9f;
  font-size: var(--font-12px);
  padding-top: var(--gap40px);
}
.Page-technological .section-2 .title-top-01 {
  text-align: center;
  margin: 0 0 var(--gap50px);
}
.Page-technological .section-2 .title-top-01 .dt {
  font-size: var(--font-28px);
}
.Page-technological .section-2 .technological-layout {
  padding-bottom: var(--gap120px);
}
.Page-technological .section-2 .technological-layout .technological-item {
  display: flex;
  align-items: center;
  background: #ffffff;
  -webkit-backdrop-filter: blur(56px);
          backdrop-filter: blur(56px);
  border-radius: var(--pos-card-raduis);
  padding: var(--gap50px) var(--gap40px);
  margin-bottom: var(--gap20px);
}
.Page-technological .section-2 .technological-layout .technological-item .technological-icon {
  flex-shrink: 0;
  --aspect: calc(50px + 2.6042vw);
  width: var(--aspect);
  height: var(--aspect);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-right: var(--gap40px);
}
.Page-technological .section-2 .technological-layout .technological-item .technological-icon img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-technological .section-2 .technological-layout .technological-item .dt {
  font-size: var(--font-20px);
  font-weight: 500;
  padding-bottom: var(--gap10px);
}
.Page-technological .section-2 .technological-img img {
  display: block;
  width: 100%;
}
.Page-technological .section-2 .technological-new {
  padding: var(--gap120px) 0 0;
}
.Page-technological .section-2 .technological-new .technological-flex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.Page-technological .section-2 .technological-new .technological-flex img {
  width: 100%;
  display: block;
}
.Page-technological .section-2 .sicence-wrap .sicence-item {
  border-radius: var(--pos-card-raduis);
  background: #ffffff;
  -webkit-backdrop-filter: blur(56px);
          backdrop-filter: blur(56px);
  padding-bottom: var(--gap40px);
  margin-bottom: var(--gap50px);
}
.Page-technological .section-2 .sicence-wrap .sicence-item .sicence-icon {
  overflow: hidden;
  border-top-left-radius: var(--pos-card-raduis);
  border-top-right-radius: var(--pos-card-raduis);
}
.Page-technological .section-2 .sicence-wrap .sicence-item .sicence-icon img {
  display: block;
  width: 100%;
}
.Page-technological .section-2 .sicence-wrap .sicence-item .sicence-text {
  padding: var(--gap30px) var(--gap40px) 0;
}
.Page-technological .section-2 .sicence-wrap .sicence-item .sicence-text .dt {
  font-size: var(--font-24px);
  font-weight: 500;
  padding: var(--gap20px) 0;
}
.Page-technological .section-2 .sicence-wrap .sicence-item .sicence-text .sicence-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: var(--gap40px);
  font-size: 0;
}
.Page-technological .section-2 .sicence-wrap .sicence-item .sicence-text .sicence-box a {
  padding: 1em;
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--font-12px);
  line-height: 1;
  white-space: nowrap;
  background: #f5f9ff;
  color: rgba(24, 24, 24, 0.7);
  border-radius: 4px;
  margin-right: var(--gap10px);
  margin-bottom: var(--gap10px);
  cursor: default;
}
.Page-News {
  padding-bottom: var(--gap120px);
}
.Page-News .section-1 {
  min-height: 200px;
  height: 70vw;
}
.Page-News .section-1 .bgc-img {
  width: 100%;
  height: 100%;
  display: block;
}
.Page-News .section-1 .text-box {
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
  color: var(--text-dd-color01);
  font-size: var(--font-14px);
  line-height: 1.6;
  transform: translateY(-50%);
}
.Page-News .section-1 .text-box .title-top {
  margin-bottom: var(--gap25px);
}
.Page-News .section-1 .text-box .title-top .dt {
  font-size: var(--font-30px);
  font-weight: 500;
  color: var(--text-dd-color01);
}
.Page-News .section-1 .text-box .title-top .logo-img {
  width: 6.3438vw;
  min-width: 115px;
  margin-top: var(--gap30px);
}
.Page-News .section-1 .text-box .title-top .logo-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-News .section-1 .text-box .title-top .dt {
  font-size: var(--font-38px);
}
.Page-News .section-2 .news-wrap {
  display: grid;
  gap: var(--gap30px);
  padding: var(--gap120px) 0;
}
.Page-News .section-2 .news-wrap .news-item {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--pos-card-raduis);
  background: #f5f5f7;
  -webkit-backdrop-filter: blur(56px);
          backdrop-filter: blur(56px);
  padding-bottom: var(--gap40px);
  overflow: hidden;
}
.Page-News .section-2 .news-wrap .news-item .img-wrap {
  margin-bottom: var(--gap25px);
  width: 100%;
  height: 55.875vw;
  overflow: hidden;
}
@supports (aspect-ratio: 1/1) {
  .Page-News .section-2 .news-wrap .news-item .img-wrap {
    aspect-ratio: 1.49888143;
    height: auto;
  }
}
.Page-News .section-2 .news-wrap .news-item .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
}
.Page-News .section-2 .news-wrap .news-item .text-wrap {
  padding: 0 var(--gap30px);
  color: #0a1424;
}
.Page-News .section-2 .news-wrap .news-item .text-wrap .date {
  opacity: 0.4;
  font-weight: 500;
  margin-top: var(--gap50px);
}
.Page-News .section-2 .news-wrap .news-item .text-wrap .dt {
  margin: var(--gap25px) 0;
  font-size: var(--font-22px);
  line-height: 1.3;
  font-weight: 500;
}
.Page-Newsdetail {
  padding-top: var(--headerGap);
}
.Page-Newsdetail .section-1 {
  padding: var(--gap120px) 0;
}
.Page-Newsdetail .section-1 .news-content {
  font-size: var(--font-16px);
  line-height: 1.6;
}
.Page-Newsdetail .section-1 .news-content .new-wrap .title-news {
  padding-bottom: var(--gap30px);
  margin-bottom: var(--gap40px);
  color: rgba(10, 20, 36, 0.4);
  border-bottom: 1px solid rgba(38, 45, 53, 0.2);
  font-weight: 500;
}
.Page-Newsdetail .section-1 .news-content .new-wrap .title-news .dt {
  margin-bottom: var(--gap40px);
  font-size: var(--font-48px);
  color: #262d35;
  line-height: 1.4;
  font-weight: normal;
}
.Page-Newsdetail .section-1 .news-content .new-wrap .news-text p {
  all: revert;
  margin-bottom: var(--gap40px);
}
.Page-Newsdetail .section-1 .news-content .new-wrap .news-text p img {
  max-width: 100%;
  vertical-align: middle;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-Newsdetail .section-1 .news-content .new-wrap .news-text img {
  margin: 0 auto !important;
  display: block;
  float: none !important;
}
.Page-Newsdetail .section-1 .news-content .new-wrap .detail-back {
  display: flex;
  color: #181818;
  margin-top: var(--gap80px);
  padding: 0 0 var(--gap30px);
  border-bottom: 1px solid rgba(38, 45, 53, 0.2);
}
.Page-Newsdetail .section-1 .news-content .new-wrap .detail-back img {
  width: 1.3208vw;
  margin-right: var(--gap20px);
  -o-object-fit: contain;
     object-fit: contain;
  transform: scaleX(-1);
}
.Page-Newsdetail .section-1 .news-content .new-wrap .switch-botton {
  display: flex;
  flex-direction: column;
  margin-top: var(--gap20px);
}
.Page-Newsdetail .section-1 .news-content .new-wrap .switch-botton .li {
  display: flex;
  transition: all 0.3s ease;
  margin-top: var(--gap20px);
  padding: var(--gap15px) 0;
}
.Page-Newsdetail .section-1 .news-content .new-wrap .switch-botton .li img {
  width: 1.3208vw;
  margin-right: var(--gap20px);
  -o-object-fit: contain;
     object-fit: contain;
  transform: scaleX(-1);
}
.Page-Newsdetail .section-1 .news-content .new-wrap .switch-botton .li .dt {
  color: #4e5b74;
}
.Page-Newsdetail .section-1 .news-content .new-wrap .switch-botton .li:hover {
  color: var(--hover-color-1);
}
.Page-Newsdetail .section-1 .news-content .li {
  display: flex;
  transition: all 0.3s ease;
  margin-top: var(--gap20px);
  padding: var(--gap15px) 0;
}
.Page-Newsdetail .section-1 .news-content .li img {
  width: 1.3208vw;
  margin-right: var(--gap20px);
  -o-object-fit: contain;
     object-fit: contain;
  transform: scaleX(-1);
}
.Page-Newsdetail .section-1 .news-content .li .dt {
  color: #4e5b74;
}
.Page-Newsdetail .section-1 .news-content .li:hover {
  color: var(--hover-color-1);
}
.Page-Newsdetail .section-1 .share-top {
  flex-shrink: 0;
  color: #262d35;
  text-align: center;
  padding-top: var(--gap150px);
  position: fixed;
  top: 10%;
  right: calc(100% - 48.5% * 2);
  transform: translate(calc(100% + 20px), 0);
  opacity: 0;
  transition: all 0.3s ease;
}
.Page-Newsdetail .section-1 .share-top .li {
  display: flex;
  justify-content: center;
  align-items: center;
  --ratio: calc(30px + 0.5208vw);
  width: var(--ratio);
  height: var(--ratio);
  border-radius: var(--pos-card-raduis);
  background: linear-gradient(135deg, #f3f5f8 0%, #ffffff 97%);
  border: 2px solid #fff;
  box-shadow: 0px 10px 20px 0px rgba(97, 118, 175, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
  margin-top: var(--gap20px);
}
.Page-Newsdetail .section-1 .share-top .li:hover {
  background: linear-gradient(180deg, #f4f8ff 0%, #f5f9ff 98%);
  box-shadow: 0px 80px 60px -10px rgba(194, 209, 229, 0.4);
}
.Page-Newsdetail .section-1 .share-top .li img {
  max-width: 60%;
  display: block;
}
.Page-investor {
  min-height: auto;
}
.Page-investor .section-1 {
  min-height: 200px;
  height: 70vw;
}
.Page-investor .section-1 .bgc-img {
  width: 100%;
  height: 100%;
  display: block;
}
.Page-investor .section-1 .text-box {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  color: var(--text-dd-color01);
  font-size: var(--font-14px);
  line-height: 1.6;
  transform: translateY(-50%);
}
.Page-investor .section-1 .text-box .title-top {
  margin-bottom: var(--gap25px);
}
.Page-investor .section-1 .text-box .title-top .dt {
  font-size: var(--font-30px);
  font-weight: 500;
  color: var(--text-dd-color01);
}
.Page-investor .section-1 .text-box .title-top .logo-img {
  width: 6.3438vw;
  min-width: 115px;
  margin-top: var(--gap30px);
}
.Page-investor .section-1 .text-box .title-top .logo-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-investor .section-1 .text-box .title-top .dt {
  font-size: var(--font-38px);
}
.Page-investor .section-2 {
  padding: var(--gap120px) 0;
  font-size: var(--font-20px);
  font-weight: 500;
}
.Page-investor .section-2 .bgc-img {
  max-width: 75.75vw;
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.Page-investor .section-2 .title-top-01 {
  margin: var(--gap80px) 0 var(--gap25px);
}
.Page-investor .section-2 .title-top-01 .dt {
  position: relative;
  font-size: var(--font-20px);
  font-weight: 600;
  color: var(--text-dd-color01);
  margin-bottom: var(--gap30px);
}
.Page-investor .section-2 .title-top-01 .dt sup {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 5.2083vw;
  background: linear-gradient(180deg, #4e5b74 0%, rgba(78, 91, 116, 0.2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0px 0px 0px rgba(110, 128, 170, 0.15);
  opacity: 0.1;
  transform: translateY(20%);
}
.Page-investor .section-2 .title-top-01 .dt-01 {
  font-size: var(--font-20px);
  color: var(--text-dd-color01);
  font-weight: 500;
  margin: var(--gap40px) 0 var(--gap20px);
}
.Page-investor .section-2 .title-top-01 .dd {
  margin-bottom: var(--gap10px);
  white-space: normal !important;
  text-align: justify;
  color: rgba(24, 24, 24, 0.8);
}
.Page-investor .section-2 .title-top-01 .dd a {
  color: var(--text-dd-color04);
}
.Page-investor .section-2 .title-top-01 .dd strong {
  color: var(--text-dd-color01);
  font-weight: 500;
}
.Page-investor .section-2 .title-top-01 .img {
  margin: var(--gap40px) 0;
}
.Page-investor .section-2 .title-top-01 .img img {
  display: block;
  max-width: 100%;
}
.Page-investor .section-2 .title-top-01 .esg-pdf {
  display: flex;
  flex-direction: column;
  gap: var(--gap5px);
}
.Page-investor .section-2 .title-top-01 .esg-pdf .esg-title {
  font-size: var(--font-16px);
  color: var(--text-dd-color02);
  margin-bottom: var(--gap10px);
}
.Page-investor .section-2 .title-top-01 .esg-pdf a {
  color: #0055f7;
  font-size: var(--font-12px);
  transition: all 0.3s ease-out;
}
.Page-investor .section-2 .title-top-01 .esg-pdf a:hover {
  color: var(--hover-color-1);
}
.Page-investor .section-2 .title-top-01 .esg-pdf a.more {
  font-size: var(--font-16px);
}
.Page-investor .section-2 .data-tips {
  color: #989c9f;
  font-size: var(--font-12px);
  padding-top: var(--gap40px);
}
.Page-investor .section-2 .title-top-01 {
  margin-top: 0;
}
.Page-investor .section-2 .title-top-01 .dt {
  font-size: var(--font-28px);
  margin-bottom: var(--gap50px);
}
.Page-investor .section-2 .title-top-01 .esg-wrap {
  display: flex;
  flex-direction: column;
  margin: var(--gap20px) 0;
}
.Page-investor .section-2 .title-top-01 .esg-wrap .esg-item {
  color: var(--text-dd-color01);
  padding-bottom: var(--gap10px);
}
.Page-investor .section-2 .title-top-01 .esg-wrap .esg-item .dt {
  font-size: var(--font-14px);
  color: var(--text-dd-color02);
  font-weight: 400;
  margin: 0 auto var(--gap5px);
}
.Page-investor .section-2 .title-top-01 .esg-wrap .esg-item .dd {
  color: var(--text-dd-color01);
}
.Page-announce .section-1 {
  min-height: 200px;
  height: 70vw;
}
.Page-announce .section-1 .bgc-img {
  width: 100%;
  height: 100%;
  display: block;
}
.Page-announce .section-1 .text-box {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  color: var(--text-dd-color01);
  font-size: var(--font-14px);
  line-height: 1.6;
  transform: translateY(-50%);
}
.Page-announce .section-1 .text-box .title-top {
  margin-bottom: var(--gap25px);
}
.Page-announce .section-1 .text-box .title-top .dt {
  font-size: var(--font-30px);
  font-weight: 500;
  color: var(--text-dd-color01);
}
.Page-announce .section-1 .text-box .title-top .logo-img {
  width: 6.3438vw;
  min-width: 115px;
  margin-top: var(--gap30px);
}
.Page-announce .section-1 .text-box .title-top .logo-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-announce .section-1 .text-box .title-top .dt {
  font-size: var(--font-38px);
}
.Page-announce .section-2 {
  padding: var(--gap100px) 0;
  font-size: var(--font-16px);
  line-height: 1.6;
  color: var(--text-dd-color01);
}
.Page-announce .section-2 .act-dt {
  font-size: var(--font-28px);
  color: var(--text-dd-color01);
  margin-bottom: var(--gap30px);
}
.Page-announce .section-2 .act-dt .title {
  font-weight: 500;
}
.Page-announce .section-2 .act-dt .announce-flex {
  display: flex;
  justify-content: space-between;
}
.Page-announce .section-2 .act-dt .announce-flex .announce-date {
  display: flex;
  flex: 1;
  margin-top: var(--gap40px);
  margin-right: var(--gap30px);
  border-bottom: 1px solid #d8d8d8;
  font-size: var(--font-16px);
  color: rgba(24, 24, 24, 0.7);
  padding-bottom: var(--gap10px);
}
.Page-announce .section-2 .act-dt .announce-flex .announce-date img {
  width: 2.2208vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-announce .section-2 .act-dt .announce-flex .announce-search {
  display: flex;
  flex: 1;
  border-bottom: 1px solid #d8d8d8;
  font-size: var(--font-16px);
  color: rgba(24, 24, 24, 0.7);
  padding-bottom: var(--gap10px);
  margin-top: var(--gap40px);
}
.Page-announce .section-2 .act-dt .announce-flex .announce-search .search-icon {
  background-image: url(../images//other/search.webp);
  background-position: left;
  background-size: contain;
  width: 9%;
  background-repeat: no-repeat;
  margin-right: var(--gap10px);
}
.Page-announce .section-2 .bgc-img {
  max-width: 50.5208vw;
  position: absolute;
  display: none;
  bottom: 0;
  right: 0;
}
.Page-announce .section-2 .title-top-01 {
  margin: var(--gap80px) 0 var(--gap25px);
}
.Page-announce .section-2 .title-top-01 .dt {
  position: relative;
  font-size: var(--font-20px);
  font-weight: 600;
  color: var(--text-dd-color01);
  margin-bottom: var(--gap30px);
}
.Page-announce .section-2 .title-top-01 .dt sup {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 5.2083vw;
  background: linear-gradient(180deg, #4e5b74 0%, rgba(78, 91, 116, 0.2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0px 0px 0px rgba(110, 128, 170, 0.15);
  opacity: 0.1;
  transform: translateY(20%);
}
.Page-announce .section-2 .title-top-01 .dt-01 {
  font-size: var(--font-20px);
  color: var(--text-dd-color01);
  font-weight: 500;
  margin: var(--gap40px) 0 var(--gap20px);
}
.Page-announce .section-2 .title-top-01 .dd {
  margin-bottom: var(--gap10px);
  white-space: normal !important;
  text-align: justify;
  color: rgba(24, 24, 24, 0.8);
}
.Page-announce .section-2 .title-top-01 .dd a {
  color: var(--text-dd-color04);
}
.Page-announce .section-2 .title-top-01 .dd strong {
  color: var(--text-dd-color01);
  font-weight: 500;
}
.Page-announce .section-2 .title-top-01 .img {
  margin: var(--gap40px) 0;
}
.Page-announce .section-2 .title-top-01 .img img {
  display: block;
  max-width: 100%;
}
.Page-announce .section-2 .title-top-01 .esg-pdf {
  display: flex;
  flex-direction: column;
  gap: var(--gap5px);
}
.Page-announce .section-2 .title-top-01 .esg-pdf .esg-title {
  font-size: var(--font-16px);
  color: var(--text-dd-color02);
  margin-bottom: var(--gap10px);
}
.Page-announce .section-2 .title-top-01 .esg-pdf a {
  color: #0055f7;
  font-size: var(--font-12px);
  transition: all 0.3s ease-out;
}
.Page-announce .section-2 .title-top-01 .esg-pdf a:hover {
  color: var(--hover-color-1);
}
.Page-announce .section-2 .title-top-01 .esg-pdf a.more {
  font-size: var(--font-16px);
}
.Page-announce .section-2 .data-tips {
  color: #989c9f;
  font-size: var(--font-12px);
  padding-top: var(--gap40px);
}
.Page-announce .section-2 .announce-wrap .title-top-01 {
  margin-top: 0;
}
.Page-announce .section-2 .announce-wrap .title-top-01 .dt {
  font-size: var(--font-28px);
}
.Page-announce .section-2 .announce-wrap .title-top-01 .esg-wrap {
  margin: var(--gap50px) 0;
}
.Page-announce .section-2 .announce-wrap .title-top-01 .esg-wrap .esg-item {
  display: flex;
  flex-direction: column;
  border: 1px solid #ffffff;
  border-radius: var(--pos-card-raduis);
  padding: var(--gap15px) var(--gap100px) 0 var(--gap15px);
  margin-bottom: var(--gap30px);
  background-position: 92%;
  transition: all 0.3s ease-out;
}
.Page-announce .section-2 .announce-wrap .title-top-01 .esg-wrap .esg-item .dt {
  position: relative;
  font-size: var(--font-14px);
  color: var(--text-dd-color02);
  font-weight: 400;
  margin-bottom: var(--gap5px);
}
.Page-announce .section-2 .announce-wrap .title-top-01 .esg-wrap .esg-item .dt::after {
  content: "";
  width: 12px;
  height: 2px;
  position: absolute;
  left: -3.1508vw;
  top: 49%;
  transform: rotate(-90deg);
  opacity: 0.4;
  background: #181818;
}
.Page-announce .section-2 .announce-wrap .title-top-01 .esg-wrap .esg-item:hover {
  color: var(--hover-color-1);
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 14px 30px -10px rgba(96, 99, 102, 0.1);
  background-image: url(../images//other/next-icon-hover.webp);
  background-position: 95%;
  background-size: 5%;
  background-repeat: no-repeat;
}
.Page-announce .section-2 .announce-wrap .title-top-01 .esg-wrap .esg-item:hover .dt::after {
  background: var(--hover-color-1);
  opacity: 1;
}
.Page-announce .section-2 .announce-wrap .title-top-01 .pagination {
  justify-content: center;
  margin-bottom: var(--gap100px);
}
.Page-contact {
  min-height: auto;
}
.Page-contact .section-1 {
  min-height: 200px;
  height: 70vw;
}
.Page-contact .section-1 .bgc-img {
  width: 100%;
  height: 100%;
  display: block;
}
.Page-contact .section-1 .text-box {
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
  color: var(--text-dd-color01);
  font-size: var(--font-14px);
  line-height: 1.6;
  transform: translateY(-50%);
}
.Page-contact .section-1 .text-box .title-top {
  margin-bottom: var(--gap25px);
}
.Page-contact .section-1 .text-box .title-top .dt {
  font-size: var(--font-30px);
  font-weight: 500;
  color: var(--text-dd-color01);
}
.Page-contact .section-1 .text-box .title-top .logo-img {
  width: 6.3438vw;
  min-width: 115px;
  margin-top: var(--gap30px);
}
.Page-contact .section-1 .text-box .title-top .logo-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-contact .section-1 .text-box .title-top .dt {
  font-size: var(--font-38px);
}
.Page-contact .section-2 {
  padding: var(--gap100px) 0;
  font-size: var(--font-20px);
  font-weight: 500;
  color: var(--text-dd-color01);
}
.Page-contact .section-2 .bgc-img {
  max-width: 50.5208vw;
  position: absolute;
  display: none;
  bottom: 0;
  right: 0;
}
.Page-contact .section-2 .title-top-01 {
  margin: var(--gap80px) 0 var(--gap25px);
}
.Page-contact .section-2 .title-top-01 .dt {
  position: relative;
  font-size: var(--font-20px);
  font-weight: 600;
  color: var(--text-dd-color01);
  margin-bottom: var(--gap30px);
}
.Page-contact .section-2 .title-top-01 .dt sup {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 5.2083vw;
  background: linear-gradient(180deg, #4e5b74 0%, rgba(78, 91, 116, 0.2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0px 0px 0px rgba(110, 128, 170, 0.15);
  opacity: 0.1;
  transform: translateY(20%);
}
.Page-contact .section-2 .title-top-01 .dt-01 {
  font-size: var(--font-20px);
  color: var(--text-dd-color01);
  font-weight: 500;
  margin: var(--gap40px) 0 var(--gap20px);
}
.Page-contact .section-2 .title-top-01 .dd {
  margin-bottom: var(--gap10px);
  white-space: normal !important;
  text-align: justify;
  color: rgba(24, 24, 24, 0.8);
}
.Page-contact .section-2 .title-top-01 .dd a {
  color: var(--text-dd-color04);
}
.Page-contact .section-2 .title-top-01 .dd strong {
  color: var(--text-dd-color01);
  font-weight: 500;
}
.Page-contact .section-2 .title-top-01 .img {
  margin: var(--gap40px) 0;
}
.Page-contact .section-2 .title-top-01 .img img {
  display: block;
  max-width: 100%;
}
.Page-contact .section-2 .title-top-01 .esg-pdf {
  display: flex;
  flex-direction: column;
  gap: var(--gap5px);
}
.Page-contact .section-2 .title-top-01 .esg-pdf .esg-title {
  font-size: var(--font-16px);
  color: var(--text-dd-color02);
  margin-bottom: var(--gap10px);
}
.Page-contact .section-2 .title-top-01 .esg-pdf a {
  color: #0055f7;
  font-size: var(--font-12px);
  transition: all 0.3s ease-out;
}
.Page-contact .section-2 .title-top-01 .esg-pdf a:hover {
  color: var(--hover-color-1);
}
.Page-contact .section-2 .title-top-01 .esg-pdf a.more {
  font-size: var(--font-16px);
}
.Page-contact .section-2 .data-tips {
  color: #989c9f;
  font-size: var(--font-12px);
  padding-top: var(--gap40px);
}
.Page-contact .section-2 .title-top-01 {
  margin-top: 0;
}
.Page-contact .section-2 .title-top-01 .dt {
  font-size: var(--font-28px);
  margin-bottom: var(--gap30px);
}
.Page-contact .section-2 .title-top-01 .esg-wrap {
  padding-top: var(--gap30px);
}
.Page-contact .section-2 .title-top-01 .esg-wrap .esg-item {
  display: flex;
  flex-direction: column;
  font-size: var(--font-16px);
  margin-bottom: var(--gap10px);
}
.Page-contact .section-2 .title-top-01 .esg-wrap .esg-item .dt {
  font-size: var(--font-14px);
  color: var(--text-dd-color02);
  font-weight: 400;
  margin-bottom: var(--gap5px);
}
.Page-contact .section-2 .title-top-01 .esg-wrap .esg-item .dd {
  font-size: var(--font-16px);
  font-weight: 500;
  color: var(--text-dd-color01);
}
.Page-contactus {
  color: var(--text-dd-color02);
  font-size: var(--font-16px);
  line-height: 1.6;
}
.Page-contactus .section-1 .card-content {
  height: calc(113.75vw + var(--pos-card-height));
  overflow: hidden;
}
.Page-contactus .section-1 .card-content .tab-content-item {
  position: relative;
  height: 100%;
  display: none;
}
.Page-contactus .section-1 .card-content .tab-content-item.active {
  display: block;
  animation: anBox 0.6s ease;
}
.Page-contactus .section-1 .card-content .tab-content-item img {
  display: block;
  width: 100%;
  height: 100%;
}
.Page-contactus .section-1 .card-content .tab-content-item .text-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80%;
  font-size: var(--font-14px);
  color: #0a1424;
}
.Page-contactus .section-1 .card-content .tab-content-item .text-content .po-wrap {
  position: relative;
  width: 50.7083vw;
  height: 27.5833vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 var(--gap25px);
  border-radius: var(--pos-card-raduis);
  background: linear-gradient(180deg, #eaf2ff 0%, rgba(245, 249, 255, 0.9) 98%);
  box-shadow: 0px 60px 40px -20px rgba(154, 158, 164, 0.4);
  overflow: hidden;
}
.Page-contactus .section-1 .card-content .tab-content-item .text-content .po-wrap img {
  position: absolute;
  top: 0;
  left: 0;
}
.Page-contactus .section-1 .card-content .tab-content-item .text-content .po-wrap .dt {
  margin-bottom: var(--gap15px);
  font-size: var(--font-20px);
  color: #0a1424;
  font-weight: 500;
}
.Page-contactus .section-1 .card-content .tab-content-item .text-content .po-wrap .dt,
.Page-contactus .section-1 .card-content .tab-content-item .text-content .po-wrap .dd {
  position: relative;
}
.Page-contactus .section-1 .card-tab {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: var(--gap10px);
  margin-top: -30px;
  margin-bottom: var(--gap50px);
}
.Page-contactus .section-1 .card-tab .li {
  display: flex;
  flex-direction: column;
  font-size: var(--font-14px);
  border-radius: var(--pos-card-raduis);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.49) 4%, rgba(255, 255, 255, 0.09) 100%);
  border: 1.5px solid #fff;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  box-shadow: 0px 4px 35px 0px rgba(206, 204, 196, 0.4);
  padding: var(--gap40px) var(--gap30px);
  transition: all 0.3s ease-out;
}
.Page-contactus .section-1 .card-tab .li .dt {
  font-size: var(--font-16px);
  color: #201f23;
  margin-bottom: var(--gap5px);
}
.Page-contactus .section-1 .card-tab .li .dd {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.Page-contactus .section-1 .card-tab .li.active {
  background: linear-gradient(180deg, #f4f8ff 0%, #f5f9ff 98%);
  box-shadow: 0px 30px 30px -10px rgba(194, 209, 229, 0.4);
}
.Page-contactus .section-1 .card-tab .li.active .dt {
  color: var(--hover-color-1);
}
.Page-contactus .section-1 .dt-01 {
  font-size: var(--font-20px);
  color: var(--text-dd-color01);
  margin: var(--gap40px) 0 var(--gap20px);
}
.Page-contactus .section-1 .amap-logo {
  display: none !important;
}
.Page-contactus .mod-con {
  margin: var(--gap80px) 0 var(--gap120px);
}
.Page-contactus .tab-content-item .section-2 {
  padding-bottom: var(--gap120px);
}
.Page-contactus .tab-content-item .section-2 .title-top-01 {
  margin: var(--gap80px) 0 var(--gap25px);
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .dt {
  position: relative;
  font-size: var(--font-20px);
  font-weight: 600;
  color: var(--text-dd-color01);
  margin-bottom: var(--gap30px);
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .dt sup {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 5.2083vw;
  background: linear-gradient(180deg, #4e5b74 0%, rgba(78, 91, 116, 0.2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0px 0px 0px rgba(110, 128, 170, 0.15);
  opacity: 0.1;
  transform: translateY(20%);
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .dt-01 {
  font-size: var(--font-20px);
  color: var(--text-dd-color01);
  font-weight: 500;
  margin: var(--gap40px) 0 var(--gap20px);
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .dd {
  margin-bottom: var(--gap10px);
  white-space: normal !important;
  text-align: justify;
  color: rgba(24, 24, 24, 0.8);
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .dd a {
  color: var(--text-dd-color04);
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .dd strong {
  color: var(--text-dd-color01);
  font-weight: 500;
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .img {
  margin: var(--gap40px) 0;
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .img img {
  display: block;
  max-width: 100%;
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .esg-pdf {
  display: flex;
  flex-direction: column;
  gap: var(--gap5px);
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .esg-pdf .esg-title {
  font-size: var(--font-16px);
  color: var(--text-dd-color02);
  margin-bottom: var(--gap10px);
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .esg-pdf a {
  color: #0055f7;
  font-size: var(--font-12px);
  transition: all 0.3s ease-out;
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .esg-pdf a:hover {
  color: var(--hover-color-1);
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .esg-pdf a.more {
  font-size: var(--font-16px);
}
.Page-contactus .tab-content-item .section-2 .data-tips {
  color: #989c9f;
  font-size: var(--font-12px);
  padding-top: var(--gap40px);
}
.Page-contactus .tab-content-item .section-2 .title-top-01 {
  margin-top: var(--gap150px);
}
.Page-contactus .tab-content-item .section-2 .title-top-01:first-of-type {
  margin-top: 0;
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .dt {
  font-size: var(--font-28px);
  margin-bottom: var(--gap10px);
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .dd {
  color: #201f23;
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .tag-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: var(--gap15px) 0 var(--gap30px);
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .tag-box a {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  color: var(--text-dd-color01);
  line-height: 1;
  border-radius: var(--pos-card-raduis);
  border: 1px solid #181818;
  padding: var(--gap20px);
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .tag-box a i {
  color: var(--hover-color-1);
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .contactus--wrap .card-tab {
  display: flex;
  align-items: center;
  margin-top: var(--gap50px);
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .contactus--wrap .card-tab .li {
  position: relative;
  cursor: pointer;
  font-size: var(--font-16px);
  color: rgba(12, 13, 14, 0.6);
  padding-bottom: var(--gap5px);
  margin-right: var(--gap40px);
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .contactus--wrap .card-tab .li::after {
  content: " ";
  height: 2px;
  width: 0;
  background-color: var(--hover-color-1);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: auto;
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .contactus--wrap .card-tab .li.active {
  color: var(--hover-color-1);
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .contactus--wrap .card-tab .li.active::after {
  width: 50%;
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .contactus--wrap .tab-content-item {
  padding-top: var(--gap40px);
  transition: all 0.3s ease;
  display: none;
  transform: translateY(-10%);
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .contactus--wrap .tab-content-item.active {
  display: block;
  transform: translateY(0);
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .contactus--wrap .tab-content-item .materials-column .materials-item {
  margin-bottom: var(--gap50px);
  display: block;
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .contactus--wrap .tab-content-item .materials-column .materials-item .img-wrap {
  width: 100%;
  border-radius: var(--pos-card-raduis);
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .contactus--wrap .tab-content-item .materials-column .materials-item .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .contactus--wrap .tab-content-item .materials-column .materials-item .dt {
  font-size: var(--font-20px);
  font-weight: 600;
  margin: var(--gap20px) 0 0;
  color: var(--text-dd-color03);
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .contactus--wrap .tab-content-item .video-wrap .video-item {
  text-align: left;
  font-size: var(--font-20px);
  font-weight: 600;
  color: var(--text-dd-color03);
  margin-bottom: var(--gap50px);
  display: block;
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .contactus--wrap .tab-content-item .video-wrap .video-item .img-wrap {
  display: block;
  width: 100%;
  height: 100%;
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .contactus--wrap .tab-content-item .video-wrap .video-item .video-box {
  position: relative;
  overflow: hidden;
  border-radius: var(--pos-card-raduis);
  margin-bottom: var(--gap20px);
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .contactus--wrap .tab-content-item .video-wrap .video-item .video-box video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .contactus--wrap .tab-content-item .video-wrap .video-item .video-box .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  --ratio: calc(30px + 1.3542vw);
  width: var(--ratio);
  height: var(--ratio);
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 2;
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .contactus--wrap .tab-content-item .video-wrap .video-item .video-box .play-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .contactus--wrap .tab-content-item .video-wrap .video-item:nth-child(n + 2) {
  display: none;
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .contactus--wrap .tab-content-item .enterprise-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: var(--gap40px);
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .contactus--wrap .tab-content-item .enterprise-column .materials-item {
  transition: all 0.3s ease;
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .contactus--wrap .tab-content-item .enterprise-column .materials-item .img-wrap {
  width: 100%;
  overflow: hidden;
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .contactus--wrap .tab-content-item .enterprise-column .materials-item .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .contactus--wrap .tab-content-item .enterprise-column .materials-item .dt {
  font-size: var(--font-20px);
  font-weight: 500;
  margin: var(--gap20px) 0 0;
  color: var(--text-dd-color01);
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .contactus--wrap .tab-content-item .enterprise-column .materials-item:hover .img-wrap img {
  transform: scale(1.05);
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .contactus--wrap .tab-content-item .enterprise-column .materials-item:hover .dt {
  color: var(--hover-color-1);
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .contactus--wrap .tab-content-item .vr-layout img {
  display: block;
  width: 100%;
  border-radius: var(--pos-card-raduis);
  overflow: hidden;
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .inquiry-layout .inquiry-item {
  display: flex;
  padding-top: var(--gap60px);
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .inquiry-layout .inquiry-item .inquiry-input {
  flex: auto;
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .inquiry-layout .inquiry-item .inquiry-input .dt {
  font-size: var(--font-18px);
  font-weight: 500;
  margin-bottom: var(--gap20px);
  color: var(--text-dd-color01);
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .inquiry-layout .inquiry-item .inquiry-input .dt i {
  font-size: var(--font-16px);
  font-weight: 400;
  color: rgba(24, 24, 24, 0.7);
  font-style: normal;
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .inquiry-layout .inquiry-item .inquiry-input input {
  font-size: var(--font-16px);
  color: rgba(24, 24, 24, 0.7);
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: var(--gap15px);
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .inquiry-layout .inquiry-item .inquiry-input:nth-of-type(2n) {
  margin-left: var(--gap50px);
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .inquiry-layout .inquiry-item .inquiry-select {
  display: flex;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: var(--gap15px);
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .inquiry-layout .inquiry-item .inquiry-select select {
  flex: 1;
  background-image: url("../images/contact/select.webp");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: right;
  font-size: var(--font-16px);
  color: var(--text-dd-color01);
  font-weight: 600;
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .inquiry-layout .inquiry-item .inquiry-select select:last-child {
  padding-left: var(--gap100px);
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .inquiry-layout .inquiry-item .inquiry-label {
  display: flex;
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .inquiry-layout .inquiry-item .inquiry-label label {
  display: flex;
  align-items: center;
  color: rgba(24, 24, 24, 0.7);
  padding-right: var(--gap15px);
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .inquiry-layout .inquiry-item .inquiry-label label input {
  position: relative;
  border: 1px solid #d8d8d8;
  width: 2.2333vw;
  height: 2.2333vw;
  border-radius: 50%;
  padding: 0;
  margin-right: var(--gap5px);
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .inquiry-layout .inquiry-item .inquiry-label label input:checked {
  border: 1px solid var(--hover-color-1);
  color: var(--hover-color-1);
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .inquiry-layout .inquiry-item .inquiry-label label input:checked::after {
  content: "";
  background: var(--hover-color-1);
  width: 1.5vw;
  height: 1.5vw;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .inquiry-layout .inquiry-item:nth-of-type(2) {
  display: block;
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .inquiry-layout .inquiry-item:nth-of-type(2) .inquiry-input:last-child {
  padding-top: var(--gap60px);
  margin: 0;
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .inquiry-layout .inquiry-check {
  display: flex;
  color: rgba(24, 24, 24, 0.7);
  padding-top: var(--gap60px);
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .inquiry-layout .inquiry-check label {
  display: flex;
  align-items: center;
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .inquiry-layout .inquiry-check label input {
  position: relative;
  border: 1px solid #d8d8d8;
  width: 2.2333vw;
  height: 2.2333vw;
  border-radius: 50%;
  padding: 0;
  margin-right: var(--gap10px);
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .inquiry-layout .inquiry-check label input:checked {
  border: 1px solid var(--hover-color-1);
  color: var(--text-dd-color04);
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .inquiry-layout .inquiry-check label input:checked::after {
  content: "";
  background: var(--hover-color-1);
  width: 1.5vw;
  height: 1.5vw;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.Page-contactus .tab-content-item .section-2 .title-top-01 .inquiry-layout .inquiry-check a {
  color: var(--text-dd-color04);
  text-decoration: underline;
}
.Page-contactus .tab-content-item .section-2 .title-top-01 button {
  background: var(--hover-color-1);
  border-radius: var(--pos-card-raduis);
  color: #ffffff;
  text-align: center;
  margin: 1.8rem auto 0;
  width: 6rem;
  height: 1.8rem;
  line-height: 1.8rem;
  display: block;
}
.Page-contactus .tab-content-item .section-2 .join-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap50px);
  margin-top: var(--gap80px);
}
.Page-contactus .tab-content-item .section-2 .join-wrap .join-item {
  display: flex;
  align-items: center;
  color: #181818;
  border-radius: var(--pos-card-raduis);
  background: linear-gradient(180deg, #eaf2ff 0%, rgba(245, 249, 255, 0.9) 98%);
  border: 1px solid #fff;
  box-shadow: 0px 10px 20px -10px rgba(194, 209, 229, 0.2);
  padding: var(--gap20px);
}
.Page-contactus .tab-content-item .section-2 .join-wrap .join-item .join-text {
  flex: auto;
  padding-left: var(--gap20px);
  text-align: left;
}
.Page-contactus .tab-content-item .section-2 .join-wrap .join-item .join-text .dt {
  font-weight: 500;
  font-size: var(--font-16px);
  margin-bottom: var(--gap10px);
}
.Page-contactus .tab-content-item .section-2 .join-wrap .join-item .join-text .dd {
  font-size: var(--font-12px);
}
.Page-contactus .tab-content-item .section-2 .join-wrap .join-item .join-icon {
  flex-shrink: 0;
  --aspect: calc(30px + 1.5625vw);
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--aspect);
  height: var(--aspect);
  overflow: hidden;
}
.Page-contactus .tab-content-item .section-2 .join-wrap .join-item .join-icon img {
  display: block;
  max-width: 65%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-contactus .tab-content-item .section-2 .esg-wrap {
  margin: var(--gap40px) 0;
}
.Page-contactus .tab-content-item .section-2 .esg-wrap .esg-item {
  color: var(--text-dd-color01);
  padding-bottom: var(--gap10px);
}
.Page-contactus .tab-content-item .section-2 .esg-wrap .esg-item .dt {
  font-size: var(--font-14px);
  color: var(--text-dd-color02);
  font-weight: 400;
  margin: 0 auto var(--gap5px);
}
.Page-contactus .tab-content-item .section-2 .esg-wrap .esg-item .dd {
  font-size: var(--font-18px);
}
.Page-joinus {
  color: var(--text-dd-color02);
  font-size: var(--font-16px);
  line-height: 1.6;
}
.Page-joinus .section-1 {
  height: 95vw;
}
.Page-joinus .section-1 .bgc-img {
  width: 100%;
  height: 100%;
  display: block;
}
.Page-joinus .section-1 .text-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  color: var(--text-dd-color02);
  font-size: var(--font-16px);
  line-height: 1.6;
  transform: translateY(-50%);
}
.Page-joinus .section-1 .text-box .title-top {
  margin-bottom: var(--gap25px);
}
.Page-joinus .section-1 .text-box .title-top .dt {
  font-size: var(--font-30px);
  font-weight: 500;
  color: var(--text-dd-color01);
}
.Page-joinus .section-1 .text-box .title-top .logo-img {
  width: 6.3438vw;
  min-width: 115px;
  margin-top: var(--gap30px);
}
.Page-joinus .section-1 .text-box .title-top .logo-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-joinus .section-1 .text-box .dd br {
  display: none;
}
.Page-joinus .section-1 .text-box .title-top {
  margin-bottom: var(--gap20px);
}
.Page-joinus .section-1 .text-box .join-wrap {
  display: flex;
  align-items: center;
  margin-top: var(--gap40px);
}
.Page-joinus .section-1 .text-box .join-wrap .join-item {
  display: flex;
  align-items: center;
  min-width: 100px;
  color: #181818;
  border-radius: var(--pos-card-raduis);
  background: linear-gradient(180deg, rgba(234, 242, 255, 0.31) 0%, rgba(255, 255, 255, 0.5) 98%);
  border: 1px solid #fff;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  padding: var(--gap20px);
  margin-right: var(--gap20px);
}
.Page-joinus .section-1 .text-box .join-wrap .join-item .join-text {
  flex: auto;
  padding-left: var(--gap20px);
  text-align: left;
}
.Page-joinus .section-1 .text-box .join-wrap .join-item .join-text .dt {
  font-weight: 500;
  margin-bottom: var(--gap10px);
}
.Page-joinus .section-1 .text-box .join-wrap .join-item .join-text .dd {
  font-size: var(--font-12px);
}
.Page-joinus .section-1 .text-box .join-wrap .join-item .join-icon {
  flex-shrink: 0;
  --aspect: calc(30px + 1.5625vw);
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--aspect);
  height: var(--aspect);
  overflow: hidden;
}
.Page-joinus .section-1 .text-box .join-wrap .join-item .join-icon img {
  display: block;
  max-width: 65%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-joinus .section-2 {
  padding: var(--gap70px) 0 var(--gap100px);
}
.Page-joinus .section-2 .title-top-01 {
  margin: var(--gap80px) 0 var(--gap25px);
}
.Page-joinus .section-2 .title-top-01 .dt {
  position: relative;
  font-size: var(--font-20px);
  font-weight: 600;
  color: var(--text-dd-color01);
  margin-bottom: var(--gap30px);
}
.Page-joinus .section-2 .title-top-01 .dt sup {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 5.2083vw;
  background: linear-gradient(180deg, #4e5b74 0%, rgba(78, 91, 116, 0.2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0px 0px 0px rgba(110, 128, 170, 0.15);
  opacity: 0.1;
  transform: translateY(20%);
}
.Page-joinus .section-2 .title-top-01 .dt-01 {
  font-size: var(--font-20px);
  color: var(--text-dd-color01);
  font-weight: 500;
  margin: var(--gap40px) 0 var(--gap20px);
}
.Page-joinus .section-2 .title-top-01 .dd {
  margin-bottom: var(--gap10px);
  white-space: normal !important;
  text-align: justify;
  color: rgba(24, 24, 24, 0.8);
}
.Page-joinus .section-2 .title-top-01 .dd a {
  color: var(--text-dd-color04);
}
.Page-joinus .section-2 .title-top-01 .dd strong {
  color: var(--text-dd-color01);
  font-weight: 500;
}
.Page-joinus .section-2 .title-top-01 .img {
  margin: var(--gap40px) 0;
}
.Page-joinus .section-2 .title-top-01 .img img {
  display: block;
  max-width: 100%;
}
.Page-joinus .section-2 .title-top-01 .esg-pdf {
  display: flex;
  flex-direction: column;
  gap: var(--gap5px);
}
.Page-joinus .section-2 .title-top-01 .esg-pdf .esg-title {
  font-size: var(--font-16px);
  color: var(--text-dd-color02);
  margin-bottom: var(--gap10px);
}
.Page-joinus .section-2 .title-top-01 .esg-pdf a {
  color: #0055f7;
  font-size: var(--font-12px);
  transition: all 0.3s ease-out;
}
.Page-joinus .section-2 .title-top-01 .esg-pdf a:hover {
  color: var(--hover-color-1);
}
.Page-joinus .section-2 .title-top-01 .esg-pdf a.more {
  font-size: var(--font-16px);
}
.Page-joinus .section-2 .data-tips {
  color: #989c9f;
  font-size: var(--font-12px);
  padding-top: var(--gap40px);
}
.Page-joinus .section-2 .title-top-01 {
  margin-top: var(--gap150px);
  color: #201f23;
}
.Page-joinus .section-2 .title-top-01:first-of-type {
  margin-top: 0;
}
.Page-joinus .section-2 .title-top-01 .dt {
  font-size: var(--font-28px);
  margin-bottom: var(--gap10px);
}
.Page-joinus .section-2 .title-top-01 .dd {
  color: #201f23;
}
.Page-joinus .section-2 .title-top-01 .join-layout .join-item {
  display: flex;
  flex-direction: column;
  border-radius: var(--pos-card-raduis);
  background: #d7e6f6;
  overflow: hidden;
  margin-top: var(--gap60px);
}
.Page-joinus .section-2 .title-top-01 .join-layout .join-item img {
  width: 100%;
}
.Page-joinus .section-2 .title-top-01 .join-layout .join-item .join-text {
  background: rgba(255, 255, 255, 0.73);
  -webkit-backdrop-filter: blur(200px);
          backdrop-filter: blur(200px);
  padding: var(--gap60px);
}
.Page-joinus .section-2 .title-top-01 .join-layout .join-item .join-text .dt {
  font-size: var(--font-28px);
  font-weight: 600;
  margin-bottom: var(--gap20px);
}
.Page-joinus .section-2 .title-top-01 .join-layout .join-item .join-text .dd {
  color: var(--text-dd-color02);
}
.Page-joinus .section-2 .title-top-01 .join-layout .join-item:nth-of-type(2n + 1) .join-text {
  order: 2;
}
.Page-joinus .section-2 .title-top-01 .care-layout {
  padding-top: var(--gap70px);
}
.Page-joinus .section-2 .title-top-01 .care-layout .care-item {
  margin-bottom: var(--gap50px);
}
.Page-joinus .section-2 .title-top-01 .care-layout .care-item .img-wrap {
  position: relative;
}
.Page-joinus .section-2 .title-top-01 .care-layout .care-item .img-wrap img {
  width: 100%;
  display: block;
}
.Page-joinus .section-2 .title-top-01 .care-layout .care-item .care-text {
  position: relative;
  border-radius: var(--pos-card-raduis);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, #f5f9ff 100%);
  -webkit-backdrop-filter: blur(80px);
          backdrop-filter: blur(80px);
  padding: var(--gap50px);
  overflow: hidden;
}
.Page-joinus .section-2 .title-top-01 .care-layout .care-item .care-text .dd {
  color: var(--text-dd-color02);
}
.Page-joinus .section-2 .title-top-01 .environment-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap40px);
  padding-top: var(--gap70px);
}
.Page-joinus .section-2 .title-top-01 .environment-layout .care-item {
  background: #f5f9ff;
  margin-bottom: var(--gap60px);
  border-radius: var(--pos-card-raduis);
  overflow: hidden;
}
.Page-joinus .section-2 .title-top-01 .environment-layout .care-item .img-wrap {
  position: relative;
  height: 24.8958vw;
  overflow: hidden;
}
@supports (aspect-ratio: 1/1) {
  .Page-joinus .section-2 .title-top-01 .environment-layout .care-item .img-wrap {
    aspect-ratio: 1.77972028;
    height: auto;
  }
}
.Page-joinus .section-2 .title-top-01 .environment-layout .care-item .img-wrap img {
  width: 100%;
  height: 100%;
  display: block;
}
.Page-joinus .section-2 .title-top-01 .environment-layout .care-item .care-text .dt {
  padding: var(--gap25px) 0;
  text-align: center;
  font-size: var(--font-18px);
  margin: 0;
}
.Page-joinus .section-2 .title-top-01 .environment-layout .care-item:last-child {
  grid-area: auto / 1 / auto / 3;
}
.Page-video {
  background: linear-gradient(180deg, #eff5ff -4%, #d3e3f6 129%);
  box-shadow: 0px 20px 40px 0px rgba(65, 80, 102, 0.1), inset 0px -1px 0px 0px #ffffff;
  color: var(--text-dd-color02);
  font-size: var(--font-16px);
  line-height: 1.6;
  min-height: auto;
}
.Page-video .section-1 {
  height: 80vw;
}
.Page-video .section-1 .bgc-img {
  width: 100%;
  height: 100%;
  display: block;
}
.Page-video .section-1 .text-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  color: var(--text-dd-color01);
  font-size: var(--font-14px);
  line-height: 1.6;
  transform: translateY(-50%);
}
.Page-video .section-1 .text-box .title-top {
  margin-bottom: var(--gap25px);
}
.Page-video .section-1 .text-box .title-top .dt {
  font-size: var(--font-30px);
  font-weight: 500;
  color: var(--text-dd-color01);
}
.Page-video .section-1 .text-box .title-top .logo-img {
  width: 6.3438vw;
  min-width: 115px;
  margin-top: var(--gap30px);
}
.Page-video .section-1 .text-box .title-top .logo-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-video .section-1 .text-box .title-top {
  margin-bottom: var(--gap20px);
}
.Page-video .section-1 .text-box .title-top .dt {
  font-size: var(--font-38px);
}
.Page-video .section-2 {
  padding: var(--gap120px) 0;
  background: linear-gradient(180deg, #eff5ff -4%, #d3e3f6 129%);
  overflow: hidden;
}
.Page-video .section-2 .bgc-img {
  position: absolute;
  width: 100%;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.Page-video .section-2 .title-top-01 {
  margin: var(--gap80px) 0 var(--gap25px);
}
.Page-video .section-2 .title-top-01 .dt {
  position: relative;
  font-size: var(--font-20px);
  font-weight: 600;
  color: var(--text-dd-color01);
  margin-bottom: var(--gap30px);
}
.Page-video .section-2 .title-top-01 .dt sup {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 5.2083vw;
  background: linear-gradient(180deg, #4e5b74 0%, rgba(78, 91, 116, 0.2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0px 0px 0px rgba(110, 128, 170, 0.15);
  opacity: 0.1;
  transform: translateY(20%);
}
.Page-video .section-2 .title-top-01 .dt-01 {
  font-size: var(--font-20px);
  color: var(--text-dd-color01);
  font-weight: 500;
  margin: var(--gap40px) 0 var(--gap20px);
}
.Page-video .section-2 .title-top-01 .dd {
  margin-bottom: var(--gap10px);
  white-space: normal !important;
  text-align: justify;
  color: rgba(24, 24, 24, 0.8);
}
.Page-video .section-2 .title-top-01 .dd a {
  color: var(--text-dd-color04);
}
.Page-video .section-2 .title-top-01 .dd strong {
  color: var(--text-dd-color01);
  font-weight: 500;
}
.Page-video .section-2 .title-top-01 .img {
  margin: var(--gap40px) 0;
}
.Page-video .section-2 .title-top-01 .img img {
  display: block;
  max-width: 100%;
}
.Page-video .section-2 .title-top-01 .esg-pdf {
  display: flex;
  flex-direction: column;
  gap: var(--gap5px);
}
.Page-video .section-2 .title-top-01 .esg-pdf .esg-title {
  font-size: var(--font-16px);
  color: var(--text-dd-color02);
  margin-bottom: var(--gap10px);
}
.Page-video .section-2 .title-top-01 .esg-pdf a {
  color: #0055f7;
  font-size: var(--font-12px);
  transition: all 0.3s ease-out;
}
.Page-video .section-2 .title-top-01 .esg-pdf a:hover {
  color: var(--hover-color-1);
}
.Page-video .section-2 .title-top-01 .esg-pdf a.more {
  font-size: var(--font-16px);
}
.Page-video .section-2 .data-tips {
  color: #989c9f;
  font-size: var(--font-12px);
  padding-top: var(--gap40px);
}
.Page-video .section-2 .title-top-01 {
  margin-top: var(--gap150px);
}
.Page-video .section-2 .title-top-01:first-of-type {
  margin-top: 0;
}
.Page-video .section-2 .title-top-01 .dt {
  font-size: var(--font-28px);
}
.Page-video .section-2 .title-top-01 .video-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap30px);
  padding-bottom: var(--gap120px);
  text-align: center;
}
.Page-video .section-2 .title-top-01 .video-wrap .video-item {
  width: 100%;
  color: var(--text-dd-color01);
  text-align: center;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.Page-video .section-2 .title-top-01 .video-wrap .video-item:hover {
  color: var(--hover-color-1);
}
.Page-video .section-2 .title-top-01 .video-wrap .video-item:hover .video-box {
  transform: scale(1.05);
}
.Page-video .section-2 .title-top-01 .video-wrap .video-item .video-box {
  position: relative;
  height: 30.4167vw;
  overflow: hidden;
  transition: all 0.3s ease-out;
  margin-bottom: var(--gap20px);
}
@supports (aspect-ratio: 1/1) {
  .Page-video .section-2 .title-top-01 .video-wrap .video-item .video-box {
    aspect-ratio: 1.7;
    height: auto;
  }
}
.Page-video .section-2 .title-top-01 .video-wrap .video-item .video-box video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Page-video .section-2 .title-top-01 .video-wrap .video-item .video-box .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  --ratio: calc(30px + 1.3542vw);
  width: var(--ratio);
  height: var(--ratio);
  transform: translate(-50%, -50%);
  overflow: hidden;
  transition: all 0.3s ease-out;
  cursor: pointer;
  z-index: 2;
}
.Page-video .section-2 .title-top-01 .video-wrap .video-item .video-box .play-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.Page-video .section-2 .title-top-01 .video-wrap .video-item:nth-child(n + 2) {
  display: none;
}
.Page-video .section-2 .title-top-01 .esg-wrap {
  margin: var(--gap40px) 0;
}
.Page-video .section-2 .title-top-01 .esg-wrap .esg-item {
  color: var(--text-dd-color01);
}
.Page-video .section-2 .title-top-01 .esg-wrap .esg-item .dt {
  font-size: var(--font-14px);
  color: var(--text-dd-color02);
  font-weight: 400;
  margin: 0 auto var(--gap5px);
}
.Page-led .section-1 {
  min-height: 200px;
  height: 91vw;
}
.Page-led .section-2 .title-top-01 .esg-content .esg-column .img-wrap {
  height: 49.75vw;
}
@supports (aspect-ratio: 1/1) {
  .Page-led .section-2 .title-top-01 .esg-content .esg-column .img-wrap {
    aspect-ratio: 1.68341709;
    height: auto;
  }
}
.Page-led .section-2 .title-top-01 .esg-content .esg-column .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.data-tips {
  display: flex;
  gap: var(--gap10px);
  color: #989c9f;
  font-size: var(--font-12px);
  padding-top: var(--gap40px);
  margin-top: -4vw;
}
.data-tips .dt,
.data-tips .dd {
  color: #989c9f;
  font-size: var(--font-12px);
}
