.comTitleMedia {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
}
.centerMg1023 {
  margin-left: 20px;
  margin-right: 20px;
}
.centerPd1023 {
  padding-left: 20px;
  padding-right: 20px;
}
.centerMg768 {
  margin-left: 4vw;
  margin-right: 4vw;
}
.centerPd768 {
  padding-left: 4vw;
  padding-right: 4vw;
}
.popover {
  position: absolute;
  display: none;
  background: #fff;
  border: none;
  border-radius: 12px;
  padding: 10px 14px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  z-index: 999;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  overflow: visible;
}
.popover.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.popover .popover-content {
  font-family: PingFang SC, Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.popover .arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  top: -5px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fff transparent;
  filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, 0.1));
}
.top-ad-pd {
  padding-top: 60px;
}
.cursor-p {
  cursor: pointer;
}
.icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
header {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  transition: all 0.3s;
  z-index: 5;
  color: #333;
}
header .nav-show {
  display: flex;
}
header .nav-hide {
  display: flex;
}
header .header-mask {
  width: 0;
  height: 0;
  display: none;
}
header .pos-relative {
  position: relative;
}
header .header-ad-box {
  background-color: #fdf3e3;
  min-width: 1200px;
  cursor: pointer;
  transition: all 0.3s;
}
header .header-ad-box img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 60px;
  margin-left: calc(50vw - 960px);
}
header .mp4-box {
  width: 100%;
  margin-top: -60px;
  position: relative;
  z-index: 5;
  display: none;
  cursor: pointer;
}
header .mp4-box video {
  width: 100%;
  height: 100%;
}
header .mp4-box .mp4-box-inner {
  position: relative;
  max-height: 30.3vw;
}
header .mp4-box .mp4-box-inner .mp4hide {
  position: absolute;
  top: 30px;
  right: 30px;
  height: 24px;
  width: 24px;
}
header .nav-box {
  transition: all 0.3s;
  width: 100vw;
  min-width: 1200px;
  background-color: #fff;
  position: relative;
}
header nav {
  max-width: 100vw;
  height: 80px;
  padding: 0px 30px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
header .logo-pic {
  width: 218px;
  height: 36px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
header .logo-pic img {
  width: 100%;
  height: 100%;
}
header .logo-pic .logo-white-svg {
  display: none;
  height: auto;
}
header .mobile-header-nav {
  display: none;
  margin-left: 0;
  padding-left: 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  flex: 1;
  background-color: #fff;
  box-shadow: 0px 40px 100px 0px rgba(0, 0, 0, 0.05);
  animation: fadeIn 0.3s ease-in-out forwards;
  z-index: 3;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  touch-action: pan-y;
}
header .mobile-header-nav.nav-show {
  display: flex;
  flex-direction: column;
}
header .mobile-header-nav.nav-hide {
  display: none;
}
header .mobile-header-nav .icon {
  width: 24px;
  height: 24px;
}
header .mobile-header-nav .ai {
  position: relative;
  gap: 10px;
  height: 50px;
  display: flex;
  justify-content: left;
  padding-left: clamp(15px, 3.66vw, 30px);
  align-items: center;
  width: max-content;
}
header .mobile-header-nav .ai .img-ai {
  height: 24px;
  width: 24px;
}
header .mobile-header-nav .ai .title {
  font-family: PingFang SC, Source Han Sans CN-Bold;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  background-image: linear-gradient(46.10282083deg, #2d5aff 0%, #2ddcff 100%);
  /* 2. 关键：将背景裁剪到文字区域（文字变成背景的“载体”） */
  -webkit-background-clip: text;
  /* 兼容 Safari/Chrome */
  background-clip: text;
  /* 3. 文字本身设为透明，让渐变背景显示出来 */
  color: transparent;
}
header .mobile-header-nav .mobile-nav-item {
  width: 100%;
  height: auto;
}
header .mobile-header-nav .mobile-nav-item .mobile-nav-link {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  display: block;
  color: #1b2c50;
  line-height: 24px;
  text-align: left;
  align-content: center;
  height: 50px;
  font-style: normal;
  text-transform: none;
}
header .mobile-header-nav .mobile-nav-item .mobile-nav-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  cursor: pointer;
  padding: 0px clamp(15px, 3.66vw, 30px);
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #eee;
}
header .mobile-header-nav .mobile-nav-item .mobile-nav-title .mobile-nav-icon {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #1b2c50;
  border-bottom: 2px solid #1b2c50;
  transform: rotate(45deg);
  transition: transform 0.3s;
  margin-top: -4px;
}
header .mobile-header-nav .mobile-nav-item .mobile-nav-title .mobile-nav-icon.open {
  transform: rotate(225deg);
  margin-top: 4px;
}
header .mobile-header-nav .mobile-nav-item .mobile-nav-sub {
  display: none;
  padding-bottom: 15px;
  padding: 0px clamp(30px, 4.88vw, 40px);
}
header .mobile-header-nav .mobile-nav-item .mobile-nav-sub li {
  display: flex;
  align-items: center;
  width: max-content;
  height: 50px;
}
header .mobile-header-nav .mobile-nav-item .mobile-nav-sub li:last-child {
  border-bottom: none;
}
header .mobile-header-nav .mobile-nav-item .mobile-nav-sub li a,
header .mobile-header-nav .mobile-nav-item .mobile-nav-sub li div {
  display: flex;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #1b2c50;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
header .mobile-header-nav .mobile-nav-item .mobile-nav-sub li img {
  width: 32px;
  height: 14px;
  align-self: center;
}
header .mobile-header-nav .solution-1 {
  background-image: url("/images/header/solution/solution-1.png");
}
header .mobile-header-nav .solution-2 {
  background-image: url("/images/header/solution/solution-2.png");
}
header .mobile-header-nav .solution-3 {
  background-image: url("/images/header/solution/solution-3.png");
}
header .mobile-header-nav .solution-4 {
  background-image: url("/images/header/solution/solution-4.png");
}
header .mobile-header-nav .solution-5 {
  background-image: url("/images/header/solution/solution-5.png");
}
header .mobile-header-nav .solution-6 {
  background-image: url("/images/header/solution/solution-6.png");
}
header .mobile-header-nav .solution-7 {
  background-image: url("/images/header/solution/solution-7.png");
}
header .mobile-header-nav .solution-8 {
  background-image: url("/images/header/solution/solution-8.png");
}
header .mobile-header-nav .solution-9 {
  background-image: url("/images/header/solution/solution-9.png");
}
header .mobile-header-nav .solution-10 {
  background-image: url("/images/header/solution/solution-10.png");
}
header .mobile-header-nav .product-1 {
  background-image: url("/images/header/product/product-1.png");
}
header .mobile-header-nav .product-2 {
  background-image: url("/images/header/product/product-2.png");
}
header .mobile-header-nav .product-3 {
  background-image: url("/images/header/product/product-3.png");
}
header .mobile-header-nav .product-4 {
  background-image: url("/images/header/product/product-4.png");
}
header .mobile-header-nav .core-1 {
  background-image: url("/images/header/core/core-1.png");
}
header .mobile-header-nav .core-2 {
  background-image: url("/images/header/core/core-2.png");
}
header .mobile-header-nav .core-3 {
  background-image: url("/images/header/core/core-3.png");
}
header .mobile-header-nav .core-4 {
  background-image: url("/images/header/core/core-4.png");
}
header .mobile-header-nav .core-5 {
  background-image: url("/images/header/core/core-5.png");
}
header .mobile-header-nav .core-6 {
  background-image: url("/images/header/core/core-6.png");
}
header .mobile-header-nav .core-7 {
  background-image: url("/images/header/core/core-7.png");
}
header .mobile-header-nav .core-8 {
  background-image: url("/images/header/core/core-8.png");
}
header .mobile-header-nav .core-9 {
  background-image: url("/images/header/core/core-9.png");
}
header .mobile-header-nav .core-10 {
  background-image: url("/images/header/core/core-10.png");
}
header .mobile-header-nav .core-11 {
  background-image: url("/images/header/core/core-11.png");
}
header .mobile-header-nav .resources-1 {
  background-image: url("/images/header/resources/resources-1.png");
}
header .mobile-header-nav .resources-2 {
  background-image: url("/images/header/resources/resources-2.png");
}
header .mobile-header-nav .resources-3 {
  background-image: url("/images/header/resources/resources-3.png");
}
header .mobile-header-nav .resources-4 {
  background-image: url("/images/header/resources/resources-4.png");
}
header .mobile-header-nav .news-1 {
  background-image: url("/images/header/news/news-1.png");
}
header .mobile-header-nav .news-2 {
  background-image: url("/images/header/news/news-2.png");
}
header .mobile-header-nav .news-3 {
  background-image: url("/images/header/news/news-3.png");
}
header .mobile-header-nav .news-4 {
  background-image: url("/images/header/news/news-4.png");
}
header .mobile-header-nav .news-5 {
  background-image: url("/images/header/news/news-5.png");
}
header .mobile-header-nav .news-6 {
  background-image: url("/images/header/news/news-6.png");
}
header .mobile-header-nav .news-7 {
  background-image: url("/images/header/news/news-7.png");
}
header .mobile-header-nav .news-8 {
  background-image: url("/images/header/news/news-8.png");
}
header .mobile-header-nav .news-9 {
  background-image: url("/images/header/news/news-9.png");
}
header .mobile-header-nav a {
  white-space: nowrap;
}
header .mobile-header-nav > li {
  margin: 0;
}
header .mobile-header-nav > li > a {
  padding: 0;
  height: 48px;
}
header .mobile-header-nav > li > a .navli-download {
  position: static;
  margin-left: 10px;
}
header .mobile-header-nav > li > a .navli-rebate {
  position: relative;
  top: 0;
  margin-left: 10px;
}
header .mobile-header-nav > li > a .navli-fn {
  position: static;
  margin-left: 10px;
}
header .mobile-header-nav .nav-list,
header .mobile-header-nav .support-list {
  position: static;
}
header .mobile-header-nav .nav-toggle {
  justify-content: space-between;
  color: #333;
}
header .mobile-header-nav .nav-toggle a {
  color: #333;
}
header .mobile-header-nav .nav-toggle .xiala {
  transform: rotate(0) !important;
}
header .mobile-header-nav .nav-toggle .xiala svg {
  fill: #333 !important;
}
header .mobile-header-nav .nav-toggle .xiala use {
  fill: #333 !important;
}
header .mobile-header-nav li[data-nav="solution"]:hover .nav-list {
  height: 0;
}
header .mobile-header-nav li[data-nav="core"]:hover .nav-list {
  height: 0;
}
header .mobile-header-nav li[data-nav="support"]:hover .support-list {
  height: 0;
}
header .mobile-header-nav .nav-toggle-show {
  color: #2254f5;
}
header .mobile-header-nav .nav-toggle-show a {
  color: #2254f5;
}
header .mobile-header-nav .nav-toggle-show .xiala {
  transform: rotate(180deg) !important;
}
header .mobile-header-nav .nav-toggle-show .xiala svg {
  fill: #2254f5 !important;
}
header .mobile-header-nav .nav-toggle-show .xiala use {
  fill: #2254f5 !important;
}
header .mobile-header-nav .nav-toggle-show [data-nav="solution"] .nav-list {
  height: 320px;
}
header .mobile-header-nav .nav-toggle-show .nav-list {
  height: 0 !important;
}
header .mobile-header-nav .nav-toggle-show .support-list {
  height: 0 !important;
}
header .mobile-header-nav .nav-toggle-show[data-nav="solution"] .nav-list {
  height: 320px !important;
}
header .mobile-header-nav .nav-toggle-show[data-nav="core"] .nav-list {
  height: 440px !important;
}
header .mobile-header-nav .nav-toggle-show[data-nav="support"] .support-list {
  height: 290px !important;
}
header .mobile-header-nav .support-list {
  box-shadow: none;
  width: auto;
}
header .mobile-header-nav .support-list > li:first-child {
  margin-top: 0;
}
header .mobile-header-nav .support-list > li {
  text-align: left;
  height: 40px;
  line-height: 40px;
  width: auto;
  padding-left: 5.33vw;
}
header .open-logo-pic {
  width: 218px;
  align-self: center;
  cursor: pointer;
}
header .open-logo-pic img {
  width: 100%;
}
header .header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
header .header-nav .ai {
  position: relative;
  gap: 5px;
  display: flex;
  justify-content: center;
}
header .header-nav .ai .img-ai {
  height: 24px;
  width: 24px;
}
header .header-nav .ai .title {
  font-family: PingFang SC, Source Han Sans CN-Bold;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  background-image: linear-gradient(46.10282083deg, #2d5aff 0%, #2ddcff 100%);
  /* 2. 关键：将背景裁剪到文字区域（文字变成背景的“载体”） */
  -webkit-background-clip: text;
  /* 兼容 Safari/Chrome */
  background-clip: text;
  /* 3. 文字本身设为透明，让渐变背景显示出来 */
  color: transparent;
}
header .header-nav .ai .ai-tooltip {
  transform: scale(0.8);
  transition: all 0.5s;
  position: absolute;
  top: calc(100% + 10px);
  left: 24px;
  transform: translateX(-50%);
  padding: 5px 10px;
  background: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  border: none;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 1000;
  overflow: visible;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
header .header-nav .ai .ai-tooltip.show {
  visibility: visible;
  opacity: 1;
}
header .header-nav .ai .ai-tooltip::before,
header .header-nav .ai .ai-tooltip::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 24px;
  transform: translateX(-50%);
  border-style: solid;
}
header .header-nav .ai .ai-tooltip::before {
  top: -5px;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
}
header .header-nav .ai .ai-tooltip::after {
  top: -5px;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #ffffff transparent;
}
header .header-nav .ai:hover .ai-tooltip {
  visibility: visible;
  opacity: 1;
}
header .header-nav .xiala {
  margin-left: 5px;
  flex-shrink: 0;
  cursor: pointer;
  width: 13px;
  height: 13px;
}
header .header-nav .xiala svg {
  width: 100%;
  height: 100%;
  display: block;
}
header .header-nav .xiala use {
  fill: #333;
}
header .header-nav .xiala path {
  fill: #333;
}
header .header-nav > li {
  margin: 0 10px;
  transition: all 0.3s;
  white-space: nowrap;
  cursor: pointer;
}
header .header-nav > li > a {
  padding: 0 10px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
}
header .header-nav > li > a .navli-download {
  position: absolute;
  left: 42px;
  top: 16px;
  padding-left: 6px;
  padding-right: 24px;
  height: 18px;
  background: url("/images/activity/d1.gif") no-repeat;
  background-size: 90px 18px;
  background-position: right center;
  border-radius: 8px 1px 8px 0px;
  color: #ffffff;
  line-height: 0.65;
  font-style: italic;
  font-size: 12px;
  white-space: nowrap;
  left: 10px;
  top: 16%;
  display: flex;
  align-items: center;
  width: 90px;
}
header .header-nav > li > a .navli-cloud {
  position: absolute;
  top: 16%;
  right: 2px;
  height: 18px;
  width: 31px;
  background: url("/images/activity/cloud.png") no-repeat right bottom;
  background-size: 31px 12px;
}
header .header-nav > li > a .navli-fn {
  position: absolute;
  left: 53%;
  top: 16%;
  height: 18px;
  padding-left: 8px;
  padding-right: 8px;
  background: linear-gradient(90deg, #ae45ff 0%, #4433ff 100%);
  border-radius: 8px 1px 8px 0px;
  color: #ffffff;
  font-size: 12px;
  font-style: italic;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
header .header-nav > li > a .navli-rebate {
  position: absolute;
  left: 5px;
  top: 16%;
  line-height: 1;
  background: url("/images/activity/nav-promotion-bg.png") no-repeat;
  background-size: 100%;
  height: 18px;
  width: 77px;
}
header .header-nav > li > a .navli-rebate .horn {
  position: absolute;
  top: 0;
  left: -1px;
  width: 26px;
  height: 18px;
  animation: scale 0.6s infinite;
  transform-origin: left center;
}
@keyframes scale {
  0%,
  100% {
    transform: scale(1);
    /* 初始和结束状态 */
  }
  50% {
    transform: scale(0.8);
    /* 放大到1.5倍 */
  }
}
header .header-nav > li > a .navli-rebate .text-1 {
  font-size: 12px;
  color: #ffc875;
  height: 12px;
  zoom: 1;
}
header .header-nav > li > a .navli-rebate .text-2 {
  margin-left: 2px;
  font-size: 12px;
  color: #fff;
  height: 12px;
  zoom: 0.82;
}
header .header-nav > li.privatization-navli a .privatization-icon {
  font-weight: 600;
}
header .header-nav > li.privatization-navli a .privatization-icon {
  color: #2e81ff;
}
@supports (-webkit-background-clip: text) {
  header .header-nav > li.privatization-navli a .privatization-icon {
    background-image: -webkit-linear-gradient(90deg, #2e81ff 0%, #4ab3ff 100%);
    background-image: linear-gradient(90deg, #2e81ff 0%, #4ab3ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
}
header .header-nav > li:hover {
  color: #2254f5;
}
header .header-nav > li:hover .xiala {
  transform: rotate(180deg);
}
header .header-nav > li:hover .xiala svg {
  fill: #2254f5;
}
header .header-nav > li:hover .xiala use {
  fill: #2254f5;
}
header .header-nav .news-list {
  width: 200px;
  height: 0px;
  overflow: hidden;
  transition: height 0.5s;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  position: absolute;
  left: -21px;
  gap: 10px;
  top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  z-index: 10;
  box-sizing: border-box;
}
header .header-nav .news-list .news {
  display: flex;
  align-items: center;
  padding: 0 10px;
  height: 40px;
  gap: 10px;
}
header .header-nav .news-list .icon {
  width: 24px;
  height: 24px;
}
header .header-nav .news-list > li {
  margin: 0;
  height: 40px;
  width: 180px;
  border-radius: 8px;
  text-align: left;
  line-height: normal;
}
header .header-nav .news-list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  color: #333;
}
header .header-nav .news-list > li:hover {
  background-color: #f7f9fd;
  color: #2254f5;
}
header .header-nav .news-1 {
  background-image: url("/images/header/news/news-1.png");
}
header .header-nav .news-2 {
  background-image: url("/images/header/news/news-2.png");
}
header .header-nav .news-3 {
  background-image: url("/images/header/news/news-3.png");
}
header .header-nav .news-4 {
  background-image: url("/images/header/news/news-4.png");
}
header .header-nav .news-5 {
  background-image: url("/images/header/news/news-5.png");
}
header .header-nav .news-6 {
  background-image: url("/images/header/news/news-6.png");
}
header .header-nav .news-7 {
  background-image: url("/images/header/news/news-7.png");
}
header .header-nav .news-8 {
  background-image: url("/images/header/news/news-8.png");
}
header .header-nav .news-9 {
  background-image: url("/images/header/news/news-9.png");
}
header .header-nav li[data-nav="solution"]:hover .nav-list {
  transition: height 0.5s;
  height: 428px;
}
header .header-nav li[data-nav="news-content"]:hover .nav-list {
  transition: height 0.5s;
  padding-top: 40px;
  height: 336px;
}
header .header-nav li[data-nav="core"]:hover .nav-list {
  transition: height 0.5s;
  height: 388px;
}
header .header-nav li[data-nav="func"]:hover .nav-list {
  transition: height 0.5s;
  height: 388px;
}
header .header-nav li[data-nav="product"]:hover .nav-list {
  transition: height 0.5s;
  height: 244px;
}
header .header-nav li[data-nav="resources"]:hover .nav-list {
  transition: height 0.5s;
  height: 244px;
}
header .navRight {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 20px;
  flex-shrink: 0;
}
header .navRight .down-txt {
  color: #1b2c50;
  font-size: 16px;
  flex-shrink: 0;
}
header .navRight .down-txt .downloadBtn {
  display: flex;
  font-size: 16px;
  gap: 5px;
  align-items: center;
  color: #1b2c50;
}
header .navRight .down-txt .downloadBtn img {
  width: 18px;
  height: 18px;
}
header .navRight .space {
  width: 1px;
  height: 16px;
  background-color: #ececec;
}
header .navRight .media-menus-icon {
  display: none;
}
header .navRight .login-btn {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 20px;
  flex-shrink: 0;
}
header .navRight .login-btn.isShowLOginBtn {
  display: none !important;
}
header .navRight .login-btn .register-btn {
  display: inline-block;
  /* 推荐：支持宽高 + 不独占一行，适合导航栏按钮 */
  background-color: #2d5aff;
  min-width: 70px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  border-radius: 30px;
  align-content: space-around;
  text-align: center;
  color: #ffffff;
}
header .navRight .media-user-icon {
  display: none;
}
header .navRight .user-btn {
  max-width: 220px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  justify-content: right;
}
header .navRight .user-btn .user-icon {
  width: 36px;
  height: 36px;
  background: url("/images/header/user.png") no-repeat center;
  background-size: 36px;
}
header .navRight .user-btn .user-icon img {
  width: 100%;
}
header .navRight .user-btn .user-name {
  font-weight: 350;
  font-size: 14px;
  line-height: 20px;
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 10px;
}
header .navRight .user-btn .user-xiala {
  flex-shrink: 0;
  cursor: pointer;
  width: 13px;
  height: 13px;
  margin-left: 10px;
}
header .navRight .user-btn .user-xiala svg {
  width: 100%;
  height: 100%;
  display: block;
}
header .navRight .user-btn .user-xiala use {
  fill: #333;
}
header .navRight .user-btn .user-xiala path {
  fill: #333;
}
header .navRight .user-btn.isShowUserBtn {
  display: none !important;
}
header .navRight .user-btn .userInfo-Page {
  margin-top: 35px;
  width: 340px;
  border-radius: 5px;
  background-color: #ffffff;
  position: absolute;
  z-index: 999;
  top: 42px;
  right: 0;
  overflow: hidden;
  height: 100px;
  transition: height 0.3s ease;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 0px;
}
header .navRight .user-btn .userInfo-Page .userInfo-top {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
}
header .navRight .user-btn .userInfo-Page .userInfo-top .header-user {
  position: relative;
  flex-shrink: 0;
}
header .navRight .user-btn .userInfo-Page .userInfo-top .header-user .header-icon {
  border-radius: 30px;
  width: 50px;
  height: 50px;
  background-color: chartreuse;
  display: block;
}
header .navRight .user-btn .userInfo-Page .userInfo-top .header-user .header-mark {
  border-radius: 10px;
  width: 16px;
  height: 16px;
  background-color: goldenrod;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
header .navRight .user-btn .userInfo-Page .userInfo-top .icon {
  width: 18px;
  height: 18px;
  transform: rotate(270deg);
  padding: 3px;
}
header .navRight .user-btn .userInfo-Page .userInfo-top .company-info {
  font-size: 16px;
  color: #1b2c50;
  flex: 1;
}
header .navRight .user-btn .userInfo-Page .userInfo-top .company-info .company-dept {
  display: flex;
  margin-top: 7px;
  align-items: center;
  font-size: 12px;
  color: #1b2c50;
}
header .navRight .user-btn .userInfo-Page .userInfo-top .company-info .company-dept .space {
  width: 1px;
  margin: 0px 10px;
  height: 16px;
  background-color: #ececec;
}
header .navRight .user-btn .loginOutBtn {
  width: 162px;
  position: absolute;
  z-index: 999;
  top: 42px;
  right: 0;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background: #fff;
  padding: 10px;
}
header .navRight .user-btn .loginOutBtn .personal-item {
  display: flex;
  align-items: center;
  width: 142px;
  border-radius: 3px;
  cursor: pointer;
  color: #1b2c50;
  padding: 10px 5px;
}
header .navRight .user-btn .loginOutBtn .personal-item .personal-text {
  font-weight: 350;
  font-size: 14px;
  line-height: 20px;
  margin-left: 10px;
  flex: 1;
  white-space: nowrap;
  /* 不换行 */
  overflow: hidden;
  /* 溢出隐藏 */
  text-overflow: ellipsis;
  /* 使用省略号表示溢出 */
}
header .navRight .user-btn .loginOutBtn .personal-item:hover {
  background: #f6f8ff;
  color: #2d5aff;
}
header .navRight .user-btn .loginOutBtn.isShowLoginBtn {
  display: none !important;
}
header .navRight .user-btn:hover .userInfo-Page {
  height: 100px;
}
header .navRight820 {
  display: none;
  gap: 10px;
}
header .navRight820 .icon-svg {
  color: #1b2c50;
}
header .navRight820 img {
  width: 24px;
  height: 24px;
}
header .navRight820 .menu-btn {
  width: 60px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  border: 1px solid #ebebeb;
}
header .navRight820 .center-space {
  width: 0px;
  align-self: center;
  height: 10px;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #ebebeb;
}
header .navRight820 .login-btn.isShowLOginBtn {
  display: none !important;
}
header .navRight820 .user-btn.isShowUserBtn {
  display: none !important;
}
header .navRight820 .user-btn {
  position: relative;
}
header .navRight820 .user-btn .user-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
}
header .navRight820 .user-btn .user-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .navRight820 .user-btn .mobile-login-out-btn {
  width: 140px;
  position: absolute;
  z-index: 999;
  top: 40px;
  right: -10px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background: #fff;
  padding: 10px;
}
header .navRight820 .user-btn .mobile-login-out-btn .personal-item {
  display: flex;
  align-items: center;
  height: 36px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
}
header .navRight820 .user-btn .mobile-login-out-btn .personal-item:hover {
  color: #2254f5;
}
header .navRight820 .user-btn .mobile-login-out-btn .personal-item svg {
  margin-right: 8px;
}
header .navRight820 .user-btn .mobile-login-out-btn.isShowLoginBtn {
  display: none !important;
}
header .nav-list {
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 2;
  overflow: hidden;
  height: 0;
  transition: height 0s;
}
header .nav-list > div {
  width: 1200px;
  margin: auto;
}
header .nav-core {
  background-color: lightblue;
}
header .nav-list-hide {
  height: 0;
}
header .list-item {
  display: flex;
  border-radius: 8px;
  min-height: 72px;
}
header .list-item > div {
  flex: 1;
  overflow: hidden;
}
header .list-item > div p {
  white-space: wrap;
}
header .list-item:hover {
  background-color: #eef2ff;
}
header .list-item .title {
  margin-top: 15px;
  font-weight: 500;
  font-size: 14px;
  color: #1b2c50;
  line-height: 20px;
  flex: 0 0 auto;
}
header .list-item .subtitle {
  margin-top: 5px;
  font-weight: 400;
  font-size: 12px;
  color: #1b2c50;
  line-height: 18px;
}
header .solution-list-box {
  margin-top: 40px;
  display: flex;
  width: 922px;
  height: 428px;
  align-items: center;
}
header .solution-list-box .solution-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* 三列等宽 */
  flex-wrap: wrap;
  width: 922px;
  gap: 20px 80px;
  margin: auto;
}
header .solution-list-box .solution-list .icon {
  width: 24px;
  height: 24px;
  margin: 24px 18px 0 18px;
}
header .solution-list-box .list-item {
  width: 254px;
}
header .solution-list-box .list-item:not(:nth-child(3n)) {
  margin-right: 0px;
}
header .solution-1 {
  background-image: url("/images/header/solution/solution-1.png");
}
header .solution-2 {
  background-image: url("/images/header/solution/solution-2.png");
}
header .solution-3 {
  background-image: url("/images/header/solution/solution-3.png");
}
header .solution-4 {
  background-image: url("/images/header/solution/solution-4.png");
}
header .solution-5 {
  background-image: url("/images/header/solution/solution-5.png");
}
header .solution-6 {
  background-image: url("/images/header/solution/solution-6.png");
}
header .solution-7 {
  background-image: url("/images/header/solution/solution-7.png");
}
header .solution-8 {
  background-image: url("/images/header/solution/solution-8.png");
}
header .solution-9 {
  background-image: url("/images/header/solution/solution-9.png");
}
header .solution-10 {
  background-image: url("/images/header/solution/solution-10.png");
}
header .product-list-box {
  margin-top: 40px;
  display: flex;
  width: 922px;
  height: 244px;
  align-items: center;
}
header .product-list-box .product-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* 三列等宽 */
  flex-wrap: wrap;
  width: 922px;
  gap: 20px 80px;
  margin: auto;
}
header .product-list-box .product-list .icon {
  width: 24px;
  height: 24px;
  margin: 24px 18px 0 18px;
}
header .product-list-box .list-item {
  width: 254px;
}
header .product-list-box .list-item:not(:nth-child(3n)) {
  margin-right: 0px;
}
header .product-1 {
  background-image: url("/images/header/product/product-1.png");
}
header .product-2 {
  background-image: url("/images/header/product/product-2.png");
}
header .product-3 {
  background-image: url("/images/header/product/product-3.png");
}
header .product-4 {
  background-image: url("/images/header/product/product-4.png");
}
header .resources-list-box {
  margin-top: 40px;
  display: flex;
  width: 922px;
  height: 244px;
  align-items: center;
}
header .resources-list-box .resources-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* 三列等宽 */
  flex-wrap: wrap;
  width: 922px;
  gap: 20px 80px;
  margin: auto;
}
header .resources-list-box .resources-list .icon {
  width: 24px;
  height: 24px;
  margin: 24px 18px 0 18px;
}
header .resources-list-box .list-item {
  width: 254px;
}
header .resources-list-box .list-item:not(:nth-child(3n)) {
  margin-right: 0px;
}
header .resources-1 {
  background-image: url("/images/header/resources/resources-1.png");
}
header .resources-2 {
  background-image: url("/images/header/resources/resources-2.png");
}
header .resources-3 {
  background-image: url("/images/header/resources/resources-3.png");
}
header .resources-4 {
  background-image: url("/images/header/resources/resources-4.png");
}
header .resources-5 {
  background-image: url("/images/header/resources/resources-5.png");
}
header .contact-card {
  margin-top: 40px;
  margin-left: 40px;
  width: 400px;
  height: 164px;
  background: #0f1232 url("/images/header/solution/card-bg.png") no-repeat 0 0 / 100% 100%;
  color: #fff;
  position: relative;
  border-radius: 8px;
  flex-shrink: 0;
}
header .contact-card ul {
  height: 100%;
  margin-left: 20px;
  width: 230px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
header .contact-card .title {
  font-size: 18px;
  color: #ffffff;
  line-height: 26px;
  margin-bottom: 5px;
  white-space: wrap;
}
header .card-phone-item {
  background-color: rgba(143, 143, 143, 0.3);
  border-radius: 41px;
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  width: 180px;
  margin-top: 20px;
}
header .card-phone-item .icon {
  width: 20px;
  height: 20px;
  background-image: url("/images/header/solution/phone-icon.png");
}
header .card-phone-item p {
  margin-left: 5px;
}
header .qr-code-box {
  position: absolute;
  width: 124px;
  height: 124px;
  right: 20px;
  top: 20px;
  background: #ffffff;
  border-radius: 4px;
  padding: 5px;
}
header .qr-code-box img {
  width: 114px;
}
header .core-list-box {
  height: 388px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header .core-list-box .core-title-list {
  display: flex;
}
header .core-list-box .core-title-list li {
  width: 224px;
  font-size: 16px;
  color: #1b2c50;
  line-height: 24px;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 10px;
}
header .core-list-box .core-title-list li:not(:last-child) {
  margin-right: 20px;
}
header .core-list-box .core-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  /* 等宽 */
  flex-wrap: wrap;
  margin-top: 29px;
  gap: 20px;
}
header .core-list-box .core-list .icon {
  width: 24px;
  height: 24px;
  margin: 24px 18px 0 18px;
}
header .core-list-box .list-item {
  width: 100%;
}
header .core-list-box .list-item:not(:nth-child(5n)) {
  margin-right: 20px;
}
header .core-list-box .mark-new {
  position: relative;
}
header .core-list-box .mark-new::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 14px;
  background: url("/images/header/core/mark-new.png") no-repeat 0 0 / 100% 100%;
  position: static;
  vertical-align: middle;
  margin-left: 8px;
}
header .core-list-box .mark-hot {
  position: relative;
}
header .core-list-box .mark-hot::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 14px;
  background: url("/images/header/core/mark-hot.png") no-repeat 0 0 / 100% 100%;
  position: static;
  vertical-align: middle;
  margin-left: 8px;
}
header .core-1 {
  background-image: url("/images/header/core/core-1.png");
}
header .core-2 {
  background-image: url("/images/header/core/core-2.png");
}
header .core-3 {
  background-image: url("/images/header/core/core-3.png");
}
header .core-4 {
  background-image: url("/images/header/core/core-4.png");
}
header .core-5 {
  background-image: url("/images/header/core/core-5.png");
}
header .core-6 {
  background-image: url("/images/header/core/core-6.png");
}
header .core-7 {
  background-image: url("/images/header/core/core-7.png");
}
header .core-8 {
  background-image: url("/images/header/core/core-8.png");
}
header .core-9 {
  background-image: url("/images/header/core/core-9.png");
}
header .core-10 {
  background-image: url("/images/header/core/core-10.png");
}
header .core-11 {
  background-image: url("/images/header/core/core-11.png");
}
.hide-add {
  top: -60px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
}
.lang-EN header .core-list-box {
  height: 450px;
}
.lang-EN header .header-nav li[data-nav="core"]:hover .nav-list {
  height: 450px;
}
.lang-EN header .header-nav li[data-nav="func"]:hover .nav-list {
  height: 450px;
}
.lang-EN header .header-nav li[data-nav="product"]:hover .nav-list {
  height: 244px;
}
.lang-EN header .solution-list-box {
  height: 355px;
}
.lang-EN header .header-nav li[data-nav="solution"]:hover .nav-list {
  height: 355px;
}
.lang-EN header .header-nav li[data-nav="news-content"]:hover .nav-list {
  height: 355px;
}
