@font-face {
  font-family: t-black;
  src: url(/wp-content/uploads/20250909/font/TT-Norms-Pro-Trial-ExtraBlack.ttf);
  font-display: swap;
}
@font-face {
  font-family: t-bold;
  src: url(/wp-content/uploads/20250909/font/Bold.ttf);
  font-display: swap;
}
@font-face {
  font-family: t-regular;
  src: url(/wp-content/uploads/20250909/font/TT-Norms-Pro-Trial-Regular.ttf);
  font-display: swap;
}
@font-face {
  font-family: t-normal;
  src: url(/wp-content/uploads/20250909/font/Normal.ttf);
  font-display: swap;
}
@font-face {
  font-family: t-medium;
  src: url(/wp-content/uploads/20250909/font/TT-Norms-Pro-Trial-Medium.ttf);
  font-display: swap;
}
@font-face {
  font-family: t-exbold;
  src: url(/wp-content/uploads/20250909/font/ExtraBold.ttf);
  font-display: swap;
}
@font-face {
  font-family: t-demibold;
  src: url(/wp-content/uploads/20250909/font/DemiBold.ttf);
  font-display: swap;
}
@font-face {
  font-family: t-tmedium;
  src: url(/wp-content/uploads/20250909/font/tmedium.ttf);
  font-display: swap;
}
@font-face {
  font-family: sato;
  src: url(/wp-content/uploads/20250909/font/Satoshi-Black.otf);
  font-display: swap;
}
/* Flex 布局相关 */
html {font-size: 16px;font-family: t-regular;} @media screen and (min-width: 981px) and (max-width: 1921px) { html { font-size: calc(100vw / 120) !important; } } .tg-section { width: 95rem !important; /* 1400px/16 */ max-width: 95rem !important; /* 1400px/16 */ margin: 0 auto; font-family: t-regular; }
.flex { display: flex; }
.flex-row { flex-direction: row; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.flex-nowrap { flex-wrap: nowrap; }

.align-start { align-items: flex-start; }
.align-center { align-items: center; }
.align-end { align-items: flex-end; }
.align-stretch { align-items: stretch; }

.justify-start { justify-content: flex-start; }
.justify-center { justify-content: center; }
.justify-end { justify-content: flex-end; }
.justify-between { justify-content: space-between; }
.justify-around { justify-content: space-around; }
.justify-evenly { justify-content: space-evenly; }

.self-start { align-self: flex-start; }
.self-center { align-self: center; }
.self-end { align-self: flex-end; }

.flex-1 { flex: 1; }
.flex-auto { flex: auto; }
.flex-initial { flex: initial; }
.flex-none { flex: none; }
.full-height {height: 100%;}
.full-width {width: 100%;}
.relative {position: relative;}
/* 可根据需要继续扩展 */
/* 字号元数据，写在最上面，可以被其他元素的值覆盖 */
/* 字号（4 的倍数） */
.f-4 { font-size: .25rem; }
.f-8 { font-size: .5rem; }
.f-12 { font-size: .75rem; }
.f-16 { font-size: 1rem; }
.f-20 { font-size: 1.25rem; }
.f-24 { font-size: 1.5rem; }
.f-28 { font-size: 1.75rem; }
.f-32 { font-size: 2rem; }
.f-36 { font-size: 2.25rem; }
.f-40 { font-size: 2.5rem; }
.f-44 { font-size: 2.75rem; }
.f-48 { font-size: 3rem; }
.f-52 { font-size: 3.25rem; }
.f-56 { font-size: 3.5rem; }
.f-60 { font-size: 3.75rem; }
/* 语义化字号类 */
/* 导航一级标题  14 16 17*/
.font-nav-primary { font-size: clamp(
  14px,
  calc(14px + (100vw - 1280px) * 0.00390625),
  15px
);
  line-height: 1.3; }
/* 导航二级标题 13 15 16*/
.font-nav-secondary { font-size: clamp(
  13px,
  calc(13px + (100vw - 1280px) * 0.00390625),
  14px
);line-height: 1.3;  }
/* 导航二级标题 12 14 16*/
.font-nav-third { font-size: clamp(
  12px,
  calc(12px + (100vw - 1280px) * 0.0078125),
  14px
);line-height: 1.3;  }
/* banner一级标题 */
.font-banner-main { font-size: 3.125rem;line-height: 1.3; margin-bottom: 1.1875rem; }
/* banner二级标题 */
.font-banner-subtitle { font-size: 1.5rem;line-height: 1.3;  }
/* 一级标题 */
.font-content-h1 { font-size: 2.5rem;line-height: 1.3; margin-bottom: .75rem; }
/* 一级标题注释文字 */
.font-content-h1-note { font-size: 1.375rem;line-height: 1.3; margin-bottom: 2.25rem; }
/* 二级标题 */
.font-content-h2 { font-size: 1.875rem;line-height: 1.3; margin-bottom: 15px; }
/* 三级标题 */
.font-content-h3 { font-size: 1.25rem;line-height: 1.3; margin-bottom: 8px; }
/* 正文字号 */
.font-content-p { font-size: 1rem;line-height: 1.3; }
/* 底部一级标题 */
.font-footer-primary { font-size: 1rem;line-height: 1.3;  }
/* 底部二级标题 */
.font-footer-secondary { font-size: .9375rem;line-height: 1.3;  }
/* 底部注释文字 */
.font-footer-note { font-size: .8125rem;line-height: 1.3;  }
/* 可根据需要继续扩展 */
/* 适配的分辨率 
    逻辑宽度	推荐根字号计算	对应设备场景
    ≥1920	       \        显示器或等效分辨率
    1536	       \       	FHD 125% 缩放
    1440	       \     	  macOS 常见宽度
    1366	       \     	  老笔记本
    ≤1280	   更紧凑的布局	  小屏办公显示器
*/
/* 容错断点适配（不改变字号，仅做结构调整建议） */
/* 1536px 以下适配 */
@media (min-width: 1536px) {
  /* 可添加更多适配类 */
  .font-nav-primary {
    font-size: clamp(
      15px,
      calc(15px + (100vw - 1536px) * 0.00520833),
      17px
    );
  }
  .font-nav-secondary {
    font-size: clamp(
      14px,
      calc(14px + (100vw - 1536px) * 0.00520833),
      16px
    );
  }
  .font-nav-third {
    font-size: clamp(
      14px,
      calc(14px + (100vw - 1536px) * 0.00520833),
      16px
    );
  }
}
/* 1536px 以下适配 */
@media (max-width: 1536px) {
  /* 可添加更多适配类 */
}

/* 1440px 以下适配 */
@media (max-width: 1440px) {
}

/* 1366px 以下适配 */
@media (max-width: 1366px) {
}

/* 1280px 以下适配 */
@media (max-width: 1280px) {
}

li, a {text-decoration: none;}

/* 公共的按钮封装 */
.common-liner-btn-yellow {position: relative; background: linear-gradient( 39deg, #00C1E9 0%, #FFC539 100%);box-shadow: 2px 2px 5px 0px rgba(0,74,131,0.25);}
.common-liner-btn-yellow>div,
.common-liner-btn-yellow>p,
.common-liner-btn-yellow>a,
.common-liner-btn-yellow>span {display: flex;align-items: center; z-index: 1;}
.common-liner-btn-yellow:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 0;
}
/* hover 渐变 */
.common-liner-btn-yellow:hover::before {
  background: linear-gradient( 59deg, #69CFFD 0%, #FFE8B0 100%);
  box-shadow: .125rem .125rem .3125rem 0px rgba(255,255,255,0.25);
  opacity: 1;
}

/* active 渐变 */
.common-liner-btn-yellow:active::before {
  background: linear-gradient( 38deg, #0159C9 0%, #8CE9FF 100%);
  box-shadow: .125rem .125rem .3125rem 0px rgba(0,74,131,0.25);
  opacity: 1;
}

.common-line-btn-white {color: #008ECF!important; transition: background ease 0.6s; position: relative; background: white;box-shadow: .125rem .125rem .3125rem 0px rgba(0,74,131,0.25);}
/* hover  */
.common-line-btn-white:hover {
  background: #EAF5FF;
  box-shadow: .125rem .125rem .3125rem 0px rgba(96,221,237,0.4);
  opacity: 1;
  color: #4DB0DD!important;
}

/* active  */
.common-line-btn-white:active {
  background: #DCEBFE;
  box-shadow: .125rem .125rem .3125rem 0px rgba(0,74,131,0.25);
  opacity: 1;
  color: #0072A6!important;
}

.tg-menu-contact {position: relative; width: 7.875rem;height: 2.375rem;border-radius: 1.1875rem;box-shadow: .125rem .125rem .375rem 0px rgba(0,63,111,0.2);background: linear-gradient( 218deg, #00C1E9 0%, #008ECF 100%, #058ECD 100%);transition: background ease 0.6s;}
.tg-menu-contact a {z-index: 1; cursor: pointer;font-size: 1.125rem;font-family: t-bold; display: flex;align-items: center;justify-content: center;text-decoration: none;color: white;padding-top: .125rem;}
.tg-menu-contact:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 0;
}
.tg-menu-contact:hover {box-shadow: .125rem .125rem .625rem 0px rgba(220,255,253,0.4);}
.tg-menu-contact:active {box-shadow: .125rem .125rem .625rem 0px rgba(1,67,118,0.2);}
/* hover 渐变 */
.tg-menu-contact:hover::before {
  background: linear-gradient(206deg, #A5F2FF 0%, #52C9FF 100%);
  opacity: 1;
}

/* active 渐变 */
.tg-menu-contact:active::before {
  background: linear-gradient(200deg, #55D7FF 0%, #006BBD 100%);
  opacity: 1;
}

.tg-section-title {font-family: t-exbold;font-size: 2.875rem;line-height: 3.6875rem;color: #003F6F;}
.tg-section-subtitle {font-family: t-medium;font-size: 2rem;line-height: 2.5625rem;color: #8D9BA9;margin-top: .375rem;}



/* 公共表单项 */
.tg-common-contact{width: 100%;display: flex;flex-direction: column;}
.tg-contact-item {margin-bottom: .875rem;}
.tg-contact-item input {box-sizing: border-box;padding: 0 .9375rem;font-size: 1.25rem;line-height: 1.625rem;color: #435566;font-family: t-medium; width: 100%;height: 2.625rem;border-radius: .375rem;background: #FFFFFF;outline: none;border: .0625rem solid transparent;}
.tg-contact-item input::placeholder,.tg-contact-item textarea::placeholder {color: #8D9BA9;font-size: 1.25rem;line-height: 1.625rem;}
.tg-contact-item input.inValid {background: #FDEEEA;border: .0625rem solid #EA522A;}
.custom-select-trigger.inValid {background: #FDEEEA;border: .0625rem solid #EA522A;color: #EA522A;}
.tg-contact-item input.inValid::placeholder {color: #EA522A;font-size: 1.25rem;line-height: 1.625rem;}
.tg-contact-item textarea {color: #435566;box-sizing: border-box; width: 100%; height: 11.25rem;resize: none;font-size: 1.25rem;line-height: 1.625rem;padding: .4375rem .9375rem;font-family: t-medium;border-radius: .375rem;outline: none;border: .0625rem solid transparent;}
.tg-contact-item input:focus,.tg-contact-item textarea:focus {background: #E4F3FF;border: .0625rem solid #008ECF;}


.custom-select {position: relative;width:100%;cursor: pointer;}
.custom-select-trigger {position: relative;display: flex;align-items: center; box-sizing: border-box;padding: 0 .9375rem;font-size: 1.25rem;line-height: 1.625rem;color: #435566;font-family: t-medium; width: 100%;height: 2.625rem;border-radius: .375rem;background: #FFFFFF;outline: none;border: .0625rem solid transparent;color: #8D9BA9;}
.custom-select-trigger::after {
  content: '';
  position: absolute;
  right: .9375rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: .75rem;
  height: .375rem;
  background: url(/wp-content/uploads/20250909/contact/more-industries.svg) no-repeat;
  background-size: cover;
  /* border-right: .125rem solid #8D9BA9;
  border-bottom: .125rem solid #8D9BA9;
  transform: rotate(45deg);
  margin-left: .5rem; */
  transition: transform 0.3s;
}
.custom-select.open .custom-select-trigger::after {
  top: 1.0625rem;
  transform: rotate(-180deg);
}
.custom-select.has-value .custom-select-trigger { color: #435566; }
.custom-options {
  position: absolute;
  top: calc(100% + .0625rem);
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: .75rem 0;
  border: .0625rem solid #989FA5;
  border-radius: .5rem;
  background: #F1F1F2;
  box-shadow: .125rem .125rem 1rem 0px rgba(0,0,0,0.3);
  overflow-y: auto;
  display: none;
  z-index: 99;
}
.custom-select.open .custom-options {
  display: flex;
  flex-direction: column;
}
.custom-option {
  box-sizing: border-box;
  position: relative;
  display: block;
  height: 1.375rem;
  line-height: 1.375rem;
  padding: 0 1.25rem;
  margin-bottom: .25rem;
  font-size: 1.0625rem;
  color: #3A3941;
  font-family: t-tmedium;
}
.custom-option:last-of-type {margin-bottom: 0;}
.custom-option:hover {
  background: #008ECF;
  color: white;
}
.custom-option.selected::before {
  content: "";
  position: absolute;
  left: .375rem;
  top: 50%;
  transform: translateY(-50%);
  width: .625rem;
  height: .5rem;
  background: url(/wp-content/uploads/20250909/contact/gou-click.svg) no-repeat;
  background-size: cover;
}
.custom-option.selected:hover::before {
  background: url(/wp-content/uploads/20250909/contact/gou.svg) no-repeat;
  background-size: cover;
}
.custom-select,
.custom-select * {
  user-select: none; /* 禁止文字选中 */
  -webkit-user-select: none; /* Safari/Chrome */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE/Edge */
}
.custom-select-trigger span.trigger-text {
  display: block;       /* 或 inline-block */
  white-space: nowrap;  /* 不换行 */
  overflow: hidden;     /* 超出隐藏 */
  text-overflow: ellipsis; /* 显示省略号 */
  max-width: calc(100% - 0.75rem);      /* 根据容器宽度 */
}
.noFlex {display: block!important;}