@font-face {
  font-family: Montserrat;
  src: url("./font/Montserrat-Regular.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Montserrat-Medium;
  src: url("./font/Montserrat.woff2");
  font-weight: normal;
  font-style: normal;
}
body,
html {
  font-family: Montserrat;
  background: #eef9ff;
}
/* 版心 */
.main-center {
  width: 81.25%;
  margin: 0 auto;
}
.header-main-box {
  background: #ffffff;
  box-shadow: 0px 0px 36px 0px rgba(189, 192, 196, 0.35);
  border-radius: 10px;
  padding: 15rem 40rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.header-title {
  font-weight: 600;
  color: #202530;
}
.header-main-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 0 12rem 0 30rem;
}
.header-main-center::before,
.header-main-center::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: rgba(32, 37, 48, 0.18);
}
.header-main-center::before {
  margin-right: 20rem;
}
.header-main-center::after {
  margin-left: 20rem;
}
.header-main-logo {
  width: 120rem;
}
.header-main-nav {
  display: flex;
  align-items: center;
}
.header-nav-item,
.public-btn {
  min-width: 128rem;
  height: 42rem;
  line-height: 42rem;
  text-align: center;
  border-radius: 6px;
  padding: 0 10rem;
  color: #202530;
  background: transparent;
  margin: 0 18rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.header-nav-on,
.public-btn,
.header-nav-item:hover {
  background: #1c7fef;
  color: #ffffff;
}
.header-nav-item:hover,
.public-btn:hover {
  box-shadow: 0 2px 16px rgba(81, 163, 255, 0.8);
}
.index-data-box {
  position: relative;
  margin-top: 160rem;
}
.index-data-bg {
  position: relative;
  width: 100%;
}
.index-data-title1 {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  font-weight: 500;
  font-size: 72rem;
  line-height: 1.6;
  color: #0b2740;
  text-transform: uppercase;
}
.index-data-title1 .gsap-char {
  display: inline;
  font: inherit;
  color: inherit;
  text-transform: inherit;
}
.index-data-title2 {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  font-weight: 500;
  font-size: 72rem;
  line-height: 1.6;
  text-align: right;
  color: #0b2740;
  text-transform: uppercase;
}
.index-data-title2 .gsap-char {
  display: inline;
  font: inherit;
  color: inherit;
  text-transform: inherit;
}
.index-data-text .gsap-char {
  display: inline;
  font: inherit;
  color: inherit;
}
.index-data-content {
  position: relative;
  z-index: 2;
}
.index-data-card {
  position: absolute;
  bottom: 85rem;
  left: 70rem;
  background: rgba(255, 255, 255, 0.17);
  border-radius: 21px;
  backdrop-filter: blur(6.845858475041141px);
  padding: 50rem 20rem 35rem;
}
.index-data-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 21px;
  padding: 1px;
  background: linear-gradient(133deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 1));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.index-data-flex {
  display: flex;
  align-items: center;
}
.index-data-name {
  padding-left: 20rem;
  font-weight: bold;
  color: #202530;
}
.index-data-text {
  width: 360rem;
  color: #0b2740;
  padding-top: 30rem;
}
.gsap-fade-up {
  opacity: 0;
  transform: translateY(50px);
}
.index-about-box {
  position: relative;
  margin-top: 50rem;
  transition: all 0.5s;
  border-radius: 30px;
}
.index-about-box:hover {
  transform: translateY(-5rem);
  box-shadow: 0px 0px 36px 0px rgba(189, 192, 196, 0.35);
  -webkit-transform: translateY(-5rem);
  -moz-transform: translateY(-5rem);
  -ms-transform: translateY(-5rem);
  -o-transform: translateY(-5rem);
}
.index-about-bg {
  width: 100%;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.index-about-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  padding-left: 100rem;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.index-about-title {
  font-size: 60rem;
  color: #0b2740;
}
.index-about-text {
  width: 700rem;
  padding-top: 50rem;
  color: #202530;
  line-height: 1.75;
  font-weight: 500;
}
.index-precision-box {
  margin-top: 50rem;
}
.index-precision-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-precision-title {
  font-size: 60rem;
  color: #0b2740;
}
.index-precision-list {
  display: flex;
  flex-wrap: wrap;
}
.index-precision-item {
  width: calc((100% - 50rem) / 2);
  margin-right: 50rem;
  margin-top: 50rem;
  background: #ffffff;
  box-shadow: 0px 6px 17px 0px rgba(189, 192, 196, 0.35);
  border-radius: 24px;
}
.index-precision-item:nth-child(2n) {
  margin-right: 0;
}
.index-precision-item:hover .index-precision-img {
  transform: scale(1.1);
}
.index-precision-img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-precision-imgs {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
}
.index-precision-content {
  padding: 20rem 25rem;
}
.index-precision-name {
  font-weight: bold;
  color: #0b2740;
}
.index-precision-text {
  padding-top: 15rem;
  color: #0b2740;
  font-family: Montserrat-Medium;
}
.index-clarity-box {
  margin-top: 50rem;
}
.index-clarity-list {
  display: flex;
  padding-top: 30rem;
}
.index-clarity-item {
  width: calc((100% - (40rem * 7)) / 8);
  margin-right: 40rem;
  position: relative;
  z-index: 1;
  height: 200rem;
  background: #ffffff;
  box-shadow: 0px 6px 17px 0px rgba(189, 192, 196, 0.35);
  border-radius: 24rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30rem;
  -webkit-border-radius: 24rem;
  -moz-border-radius: 24rem;
  -ms-border-radius: 24rem;
  -o-border-radius: 24rem;
  /* GSAP 动画初始状态 */
  opacity: 0;
  transform: translateX(-50px);
}
.index-clarity-item:last-child {
  margin-right: 0;
}
.index-clarity-icon {
  width: 80rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-clarity-item:hover .index-clarity-icon {
  transform: scale(1.1);
}
.index-clarity-text {
  font-weight: bold;
  color: #0b2740;
  text-align: center;
  padding-top: 10rem;
}
.index-clarity-connector {
  width: 50rem;
  position: absolute;
  z-index: 992;
  top: 50%;
  left: calc(100% - 5rem);
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.index-clarity-item:last-child .index-clarity-connector {
  display: none;
}
.index-clarity-content {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15rem;
}
.index-clarity-cont {
  display: flex;
  align-items: center;
  width: calc((100% - 48rem) / 2);
  margin-right: 48rem;
  background: #ffffff;
  box-shadow: 0px 6px 17px 0px rgba(189, 192, 196, 0.35);
  border-radius: 24rem;
  backdrop-filter: blur(8px);
  margin-top: 30rem;
  padding: 20rem 30rem;
  position: relative;
  -webkit-border-radius: 24rem;
  -moz-border-radius: 24rem;
  -ms-border-radius: 24rem;
  -o-border-radius: 24rem;
}
.index-clarity-cont:nth-child(2n) {
  margin-right: 0;
}
.index-clarity-cont::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(133deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 1));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.index-clarity-imgs {
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.index-clarity-img {
  width: 120rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.index-clarity-cont:hover .index-clarity-img {
  transform: scale(1.1);
}
.index-clarity-decs {
  padding-left: 30rem;
}
.index-clarity-name {
  font-weight: bold;
  color: #0b2740;
}
.index-clarity-p {
  padding-top: 10rem;
  color: #0b2740;
  font-family: Montserrat-Medium;
}
.index-bridging-box {
  margin-top: 50rem;
}
.index-bridging-bg {
  width: 100%;
  border-radius: 24rem;
}
.index-bridging-main {
  margin-top: 36rem;
  position: relative;
  overflow: hidden;
}
.index-bridging-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 120rem 50rem 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.index-bridging-item {
  background: #ffffff;
  box-shadow: 0px 6px 17px 0px rgba(189, 192, 196, 0.35);
  border-radius: 24rem;
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  width: 390rem;
  min-height: 110rem;
  padding: 10rem 18rem;
  margin-bottom: 80rem;
  animation: 2.75s ease-in-out 0.24s infinite normal none running contact-office-card-float;
  position: relative;
  -webkit-border-radius: 24rem;
  -moz-border-radius: 24rem;
  -ms-border-radius: 24rem;
  -o-border-radius: 24rem;
}
.index-bridging-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(133deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 1));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.index-bridging-item:last-child {
  margin-bottom: 0;
}
.index-bridging-icon {
  width: 60rem;
}
.index-bridging-cont {
  padding-left: 12rem;
}
.index-bridging-name {
  ont-weight: bold;
  color: #0b2740;
}
.index-bridging-text {
  padding-top: 6rem;
  color: #0b2740;
  font-family: Montserrat-Medium;
}
@keyframes contact-office-card-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5rem);
  }
}
.index-solutions-box {
  margin-top: 48rem;
  padding-bottom: 50rem;
}
.index-solutions-title {
  color: #0b2740;
  font-weight: bold;
}
.index-solutions-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 36rem;
}
.index-solutions-item {
  width: calc((100% - 52rem) / 2);
  margin-right: 52rem;
  background: #ffffff;
  box-shadow: 0px 6px 17px 0px rgba(189, 192, 196, 0.35);
  border-radius: 24rem;
  backdrop-filter: blur(8px);
  position: relative;
  padding: 20rem 30rem;
  transition: all 0.5s;
}
.index-solutions-item:hover {
  transform: translateY(-5rem);
}
.index-solutions-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24rem;
  padding: 1px;
  background: linear-gradient(133deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 1));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.index-solutions-item:nth-child(2n) {
  margin-right: 0;
}
.index-solutions-flex {
  display: flex;
  align-items: center;
}
.index-solutions-content {
  padding-left: 30rem;
}
.index-solutions-name {
  font-weight: bold;
  color: #0b2740;
}
.index-solutions-text {
  padding-top: 10rem;
  color: #0b2740;
  font-family: Montserrat-Medium;
}
.index-solutions-p {
  width: 100%;
  min-height: 47rem;
  padding: 10rem 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3197f2;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  margin-top: 22rem;
  color: #ffffff;
  font-weight: bold;
}
.index-solutions-img {
  width: 120rem;
}
.footer-content-box {
  background: #0b2740;
  padding: 20rem 260rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-content-logo {
  width: 227rem;
}
.footer-content-list {
  display: flex;
}
.footer-content-item {
  margin-left: 35rem;
}
.footer-content-img {
  width: 45rem;
}
.footer-bottom-box {
  background: #1c7fef;
  padding: 20rem 260rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-bottom-text {
  color: #ffffff;
}
.footer-bottom-list {
  display: flex;
}
.footer-bottom-item {
  color: #ffffff;
  margin-left: 40rem;
  cursor: pointer;
}
.page-crumbs-box {
  padding-top: 140rem;
  display: flex;
}
.page-crumbs-item {
  position: relative;
  margin-right: 40rem;
  color: #202530;
  font-family: Montserrat-Medium;
}
.page-crumbs-item::after {
  content: "";
  position: absolute;
  left: calc(100% + 11rem);
  top: 50%;
  transform: translateY(-50%);
  width: 18rem;
  height: 18rem;
  background: url(./../esimg/icon/icon_go.svg) no-repeat;
  background-size: 100% 100%;
  cursor: default;
}
.page-crumbs-on {
  color: #3197f2;
}
.page-crumbs-item:last-child::after {
  display: none;
}
.page-content-box {
  padding-top: 36rem;
}
.page-content-bottom {
  padding-bottom: 120rem;
}
.page-content-card {
  position: relative;
  overflow: hidden;
  border-radius: 15rem;
  -webkit-border-radius: 15rem;
  -moz-border-radius: 15rem;
  -ms-border-radius: 15rem;
  -o-border-radius: 15rem;
}
.page-content-img {
  width: 100%;
}
.page-content-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 150rem;
}
.page-content-title {
  color: #1c7fef;
  font-family: Montserrat-Medium;
}
.page-content-name {
  font-weight: 500;
  font-size: 42rem;
  color: #202530;
  font-weight: bold;
}
.page-content-list {
  padding-top: 10rem;
}
.page-content-link {
  color: #202530;
  font-family: Montserrat-Medium;
}
.page-content-decs {
  color: #202530;
  padding: 40rem 48rem;
}
@media screen and (min-width: 1000px) and (max-width: 1460px) {
  .index-bridging-item {
    display: flex;
    align-items: flex-start;

  }
  .index-bridging-content{
    padding-top: 80rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1299px) {
  .modal-content{
    font-size: 16px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
}
@media screen and (max-width: 999px) {
  body,
  html {
    font-size: var(--psize);
  }
  .pc {
    display: none !important;
  }
  .wap {
    display: block !important;
  }
  .main-center {
    width: calc(100% - 40rem);
    margin: 0 auto;
  }
  .header-main-box {
    padding: 15rem 25rem;
    margin-top: 30rem;
  }
  .header-main-center::before,
  .header-main-center::after {
    display: none;
  }
  .header-main-center {
    padding-left: 0;
  }
  .header-main-center {
    justify-content: flex-start;
  }
  .header-nav-item {
    margin: 0 10rem;
  }
  .index-data-title1 {
    font-size: 46rem;
    position: relative;
    text-align: center;
    font-weight: bold;
    padding-top: 40rem;
    padding-bottom: 20rem;
  }
  .index-data-title2 {
    padding-top: 20rem;
    font-size: 46rem;
    position: relative;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20rem;
  }
  .index-about-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .index-about-content {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    padding: 45rem 40rem;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
  .index-about-text {
    width: 100%;
  }
  .index-precision-item {
    width: 100%;
    margin-right: 0;
    margin-top: 50rem;
    background: #ffffff;
    box-shadow: 0px 6px 17px 0px rgba(189, 192, 196, 0.35);
    border-radius: 24px;
  }
  .index-precision-title {
    font-size: 50rem;
  }
  .index-precision-box {
    padding-top: 40rem;
  }
  .index-clarity-list {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .index-clarity-list::-webkit-scrollbar {
    display: none;
  }
  .index-clarity-item {
    width: 180rem;
    min-width: 180rem;
    margin-right: 40rem;
  }
  .index-clarity-box {
    margin-top: 40rem;
  }
  .index-clarity-cont {
    width: 100%;
    margin-right: 0;
  }
  .index-bridging-content {
    flex-direction: column;
    padding-top: 40rem;
    position: relative;
    left: 0;
    top: 0;
  }
  .index-bridging-item {
    width: 100%;
    height: auto;
    padding: 18rem 18rem;
    margin-bottom: 40rem;
    align-items: flex-start;
    animation: none;
    -webkit-animation: none;
  }
  .index-bridging-item:last-child {
    margin-bottom: 40rem;
  }
  .index-bridging-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .index-bridging-icon {
    width: 80rem;
  }
  .index-bridging-box {
    padding-top: 50rem;
  }
  .index-solutions-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40rem;
  }
  .index-solutions-p {
    height: auto;
    padding: 20rem 15rem;
  }
  .index-solutions-box {
    padding-top: 48rem;
  }
  .footer-content-box {
    padding: 20rem 40rem 20rem 20rem;
  }
  .footer-content-img {
    width: 60rem;
  }
  .footer-bottom-box {
    padding: 20rem 20rem;
    flex-direction: column;
  }
  .footer-bottom-list {
    justify-content: center;
    padding-top: 20rem;
  }
  .footer-bottom-item {
    margin-left: 50rem;
  }
  .footer-bottom-item:first-child {
    margin-left: 0;
  }
  .footer-bottom-text {
    text-align: center;
  }
  .page-content-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 150rem;
  }
  .page-content-content {
    position: relative;
    top: auto;
    transform: translateY(0);
    left: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    padding-top: 40rem;
  }
  .page-content-decs {
    padding: 40rem 0;
  }
  .index-data-box {
    position: relative;
    margin-top: 160rem;
  }
}
@media screen and (max-width: 450px) {
  .index-precision-text {
    font-size: 14px;
    font-weight: 300;
  }
  .index-clarity-text {
    font-size: 12px;
  }
  .index-clarity-p {
    font-size: 12px;
  }
  .index-solutions-p {
    font-size: 13px;
  }
  .footer-bottom-item {
    font-size: 13px;
  }
}

/* Cookie 弹窗样式 */
body.cookie-open {
  overflow: hidden;
}

body.cookie-open::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 99899;
  background-color: rgba(0, 0, 0, 0.55);
  pointer-events: auto;
}

.cookie-box {
  position: fixed;
  left: 9.375%;
  width: 81.25%;
  right: auto;
  bottom: calc(18px + env(safe-area-inset-bottom, 0px));
  z-index: 99900;
  box-sizing: border-box;
  margin: 0;
  padding: 16px 22px 16px 26px;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 12px;
  box-shadow: 0px 0px 36px 0px rgba(189, 192, 196, 0.35);
  font-family: Montserrat, sans-serif;
  transform: translateY(calc(100% + 32px));
  visibility: hidden;
  pointer-events: none;
  transition:
    transform 0.3s ease-out,
    visibility 0.3s;
}

.cookie-box.cookie-visible {
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}

.cookie-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px 28px;
  width: 100%;
  max-width: none;
  margin: 0;
}

.cookie-text {
  flex: 1 1 auto;
  min-width: 0;
}

.cookie-title {
  margin: 0 0 8px;
  font-weight: 700;
  color: rgba(11, 39, 64, 1);
  letter-spacing: 0.02em;
}

.cookie-desc {
  margin: 0;
  font-weight: 400;
  line-height: 1.55;
  color: rgba(32, 37, 48, 0.88);
  /* display: -webkit-box; */
}

.cookie-link {
  color: rgba(28, 127, 239, 1);
  text-decoration: underline;
  text-underline-offset: 2px;
  display: inline;
}

.cookie-link:hover {
  color: rgba(28, 127, 239, 0.85);
}

.cookie-actions {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.cookie-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 20px;
  border-radius: 6px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  cursor: pointer;
  box-sizing: border-box;
  white-space: nowrap;
}

.cookie-btn-secondary {
  background: #ffffff;
  color: rgba(11, 39, 64, 0.92);
  border: 1px solid rgba(32, 37, 48, 0.28);
}

.cookie-btn-secondary:hover {
  border-color: rgba(32, 37, 48, 0.45);
  background: rgba(245, 247, 250, 1);
}

.cookie-btn-primary {
  background-color: #1c7fef;
  color: #ffffff;
  border: 1px solid #1c7fef;
}

.cookie-btn-primary:hover {
  background-color: rgba(28, 127, 239, 0.92);
  border-color: rgba(28, 127, 239, 0.92);
}

.cookie-btn:focus-visible {
  outline: 2px solid rgba(28, 127, 239, 0.85);
  outline-offset: 2px;
}

.footer-bottom-item {
  cursor: pointer;
}

@media (max-width: 720px) {
  .cookie-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .cookie-actions {
    justify-content: stretch;
  }

  .cookie-btn {
    flex: 1 1 auto;
    min-width: 0;
  }
  .modal-content{
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cookie-box {
    transition: none;
  }
}

/* Modal 弹窗基础样式 */
body.modal-open {
  overflow: hidden;
}

.modal-box {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100000;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 24px;
}

.modal-box.is-open {
  display: flex;
}

.modal-box.is-open .modal-backdrop {
  animation: modal-backdrop-in 0.22s ease-out both;
}

.modal-box.is-open .modal-panel {
  animation: modal-panel-in 0.24s ease-out both;
}

@keyframes modal-backdrop-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modal-panel-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  width: min(520px, calc(100vw - 48px));
  max-height: min(80vh, 640px);
  padding: 28px 32px 32px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 0px 36px 0px rgba(189, 192, 196, 0.35);
  overflow: hidden;
}
.modal-panel:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3);
}
.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.modal-close img {
  width: 23px;
  height: 23px;
}

.modal-title {
  margin: 0 0 16px;
  font-weight: 700;
  color: rgba(11, 39, 64, 1);
  letter-spacing: 0.02em;
}

.modal-body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding-right: 4px;
}

.modal-content {
  font-family: Montserrat, sans-serif;
}

.modal-meta {
  margin: 0 0 8px;
  line-height: 1.5;
  color: rgba(32, 37, 48, 0.85);
}

.modal-section-title {
  margin: 22px 0 10px;
  font-weight: 600;
  line-height: 1.35;
  color: rgba(11, 39, 64, 1);
}

.modal-copy {
  margin: 0;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(32, 37, 48, 0.92);
}

.modal-copy + .modal-copy {
  margin-top: 14px;
}
.modal-copy a {
  display: inline-block;
}
.modal-list {
  margin: 8px 0 0;
  padding-left: 1.25em;
  line-height: 1.6;
  color: rgba(32, 37, 48, 0.92);
}

.modal-list li + li {
  margin-top: 6px;
}

.modal-link {
  color: rgba(28, 127, 239, 1);
  text-decoration: underline;
}

.modal-link:hover {
  color: rgba(28, 127, 239, 0.85);
}

@media (prefers-reduced-motion: reduce) {
  .modal-box.is-open .modal-backdrop,
  .modal-box.is-open .modal-panel {
    animation: none;
  }
}

/* Contact Us 弹窗样式 */
.contact-panel {
  width: 600px;
  max-width: calc(100vw - 48px);
  max-height: calc(100vh - 48px);
  padding: 32px 40px;
  overflow-x: hidden;
  overflow-y: auto;
}

.contact-title {
  margin: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #202530;
  font-weight: 700;
  color: rgba(11, 39, 64, 1);
  line-height: 1.25;
  flex-shrink: 0;
}

.contact-body {
  flex: 0 0 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding-top: 24px;
  font-family: Montserrat, sans-serif;
  line-height: 1.55;
  color: rgba(32, 37, 48, 0.9);
  overflow: visible;
}

.contact-form {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  min-height: 0;
  margin: 0;
  padding: 0;
  align-items: stretch;
  overflow-y: visible;
}

.contact-form-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 20px;
  align-items: start;
  flex: 0 1 auto;
  width: 100%;
  max-height: min(56vh, 480px);
  overflow-y: auto;
}

.contact-form-footer {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-top: 12px;
}

.contact-field {
  margin: 0;
  min-width: 0;
}

.contact-field-full {
  grid-column: 1 / -1;
}

.contact-label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #202530;
  letter-spacing: 0.02em;
}

.contact-asterisk {
  color: #e14c54;
}

.contact-input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 9px 12px;
  border: 1px solid rgba(32, 37, 48, 0.22);
  border-radius: 6px;
  background-color: #f5f7fa;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color: rgba(11, 39, 64, 1);
  line-height: 1.35;
}

.contact-textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 9px 12px;
  border: 1px solid rgba(32, 37, 48, 0.22);
  border-radius: 6px;
  background-color: #f5f7fa;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color: rgba(11, 39, 64, 1);
  line-height: 1.35;
  resize: vertical;
  min-height: 80px;
}

.contact-textarea::placeholder {
  color: #9fa3ad;
}

.contact-textarea:hover {
  border-color: rgba(32, 37, 48, 0.35);
}

.contact-textarea:focus {
  outline: none;
  border-color: rgba(28, 127, 239, 0.85);
  box-shadow: 0 0 0 2px rgba(28, 127, 239, 0.2);
}

.contact-input::placeholder {
  color: #9fa3ad;
}

.contact-input:hover {
  border-color: rgba(32, 37, 48, 0.35);
}

.contact-input:focus {
  outline: none;
  border-color: rgba(28, 127, 239, 0.85);
  box-shadow: 0 0 0 2px rgba(28, 127, 239, 0.2);
}

.contact-captcha-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
  width: 100%;
}

.contact-input-captcha {
  flex: 1 1 0;
  min-width: 0;
  width: 0;
}

.contact-captcha-wrap {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 112px;
  height: 36px;
  /* padding: 2px 6px; */
  border-radius: 6px;
  border: 1px solid rgba(32, 37, 48, 0.22);
  background-color: #f5f7fa;
  cursor: pointer;
}

.contact-captcha-wrap:hover {
  border-color: rgba(32, 37, 48, 0.35);
}

.contact-captcha-img {
  display: block;
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.contact-consent-row {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  margin-top: 18px;
}

.contact-consent-input {
  flex-shrink: 0;
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  margin: 1px 0 0;
  padding: 0;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1.5px solid #1c7fef;
  background-color: #ffffff;
  cursor: pointer;
  position: relative;
}

.contact-consent-input:checked {
  background-color: #1c7fef;
  border: 1.5px solid #1c7fef;
}

.contact-consent-input:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  border: none;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  mask: url("../esimg/icon/icon_right.svg") center / contain no-repeat;
  -webkit-mask: url("../esimg/icon/icon_right.svg") center / contain no-repeat;
}

.contact-consent-input:focus-visible {
  outline: 2px solid rgba(28, 127, 239, 0.85);
  outline-offset: 2px;
}

.contact-consent-label {
  flex: 1;
  min-width: 0;
  margin: 0;
  font-weight: 400;
  line-height: 1.45;
  color: rgba(32, 37, 48, 0.88);
  cursor: pointer;
}

.contact-link {
  color: rgba(28, 127, 239, 1);
  text-decoration: underline;
  text-underline-offset: 2px;
  display: inline-block;
}

.contact-link:hover {
  color: rgba(28, 127, 239, 0.85);
}

.contact-actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 0;
  width: 100%;
  max-width: 100%;
}

.contact-btn {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  padding: 10px 28px;
  border-radius: 6px;
  cursor: pointer;
  line-height: 1.2;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
}

.contact-btn-secondary {
  background-color: #ffffff;
  color: rgba(11, 39, 64, 1);
  border: 1px solid rgba(32, 37, 48, 0.28);
}

.contact-btn-secondary:hover {
  background-color: rgba(11, 39, 64, 0.05);
}

.contact-btn-primary {
  background-color: #1c7fef;
  color: #ffffff;
  border: 1px solid #1c7fef;
}

.contact-btn-primary:hover {
  background-color: rgba(28, 127, 239, 0.92);
  border-color: rgba(28, 127, 239, 0.92);
}

.contact-btn:focus-visible {
  outline: 2px solid rgba(28, 127, 239, 0.85);
  outline-offset: 2px;
}

.contact-footnote {
  flex-shrink: 0;
  margin: 12px 0 0;
  padding: 0;
  align-self: stretch;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.45;
  color: rgba(32, 37, 48, 0.85);
  text-align: left;
}

.contact-footnote .contact-link {
  font-size: inherit;
  font-style: italic;
}

.contact-result {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  padding: 40px 20px;
  text-align: center;
}

.contact-result-text {
  color: #202530;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.6;
}

@media (max-width: 520px) {
  .contact-form-main {
    grid-template-columns: 1fr;
  }

  .contact-panel {
    padding: 24px 20px;
  }
}
