@charset "UTF-8";
/**************** 初始化 ********************/
@font-face {}
body {
  font-family: PingFang SC, Arial, Hiragino Sans GB, Microsoft YaHei, sans-serif !important;
  font-size: 14px !important;
  color: #333333 !important;
  padding-top: 90px;
}

li {
  list-style: none;
}

dd {
  margin-bottom: 0 !important;
}

ul {
  padding: 0;
}

/**************** 颜色字体统一 ********************/
/* 文字基本颜色 */
.ns-text-color {
  color:#FF8401 !important;
}

.ns-text-red-color {
  color: red !important;
}

.ns-text-after-color::after {
  color: #2a7efb !important;
}
.ns-text-after-color::before {
  color: #2a7efb !important;
}

.ns-border-color {
  border-color: #2a7efb !important;
}

.ns-border-after-color::after {
  border-color: #2a7efb !important;
}
.ns-border-after-color::before {
  border-color: #2a7efb !important;
}

.ns-bg-color {
  background-color: #2a7efb !important;
}

.ns-bg-after-color::after {
  background-color: #2a7efb !important;
}
.ns-bg-after-color::before {
  background-color: #2a7efb !important;
}

.ns-bg-lucency-color {
  background-color: rgba(42, 126, 251, 0.1);
}

.ns-bg-opacity-color {
  background-color: rgba(42, 126, 251, 0.2);
}

.ns-align-center {
  text-align: center;
}

/***************** 横幅 ***************/
.base-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  cursor: pointer;
}
.base-top img {
  width: 100%;
  height: 70px;
  object-fit: cover;
}

/**************** 头部 ********************/
.base-head {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
  background-color: #000;
}
.base-head .base-head-box {
  display: flex;
  align-items: center;
  height: 118px;
  margin: 0 auto;

}
.base-head .base-head-box .head-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 266px;
  height: 54px;
}
.base-head .base-head-box .head-border{
  width: 1px;
  height: 80px;
  margin: 0 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 52%, rgba(255,255,255,0) 100%);
}
.base-head .base-head-box .head-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-left: 28x;
  margin-bottom: 0;
}
.base-head .base-head-box .head-nav >div:first-child{
  font-size: 22px;
  color: #FFFFFF;
  line-height: 30px;
}
.base-head .base-head-box .head-nav >div:last-child{
  font-size: 14px;
  color: #A1A8B2;
  line-height: 20px;
}
.base-head .base-head-box .head-other {
  display: flex;
  align-items: center;
  margin-left: auto;
  color: #383838;
}

.base-head .base-head-box .head-other .head-other-btn {
  height: 60px;
  position: relative;
}
/* 头部右侧 */
.head-other .head-other-btn .head-right {
  border: 1px solid #FFFFFF;
  width: 310px;
}
.head-other .head-other-btn .head-right .head-right-top{
  background-color: #e4e4e4;  
  display: flex;
}
.head-other .head-other-btn .head-right .head-right-top .product-update{
  padding: 8px 12px;
  font-size: 12px;
  color: #333333;
  line-height: 16px;
  display: flex;
  align-items: center;
  border-right: 1px solid #FFFFFF;
  position: relative;
  cursor: pointer;
}
.head-other .head-other-btn .head-right .head-right-top .product-update img{
  width: 14px;
  height: 14px;
  margin-left: 4px;
  /* animation: code  3s infinite; */
}
@keyframes code{
	5%, 25%, 45% {transform: rotate(8deg)}
	0%, 10%, 30%, 50% {transform: rotate(-8deg)}
	15%, 35%, 55% {transform: rotate(4deg)}
	20%, 40%, 60% {transform: rotate(-4deg)}
	20%, 40%, 60% {transform: rotate(-4deg)}
  65%, 100% {transform:rotate(0deg)}
}
.head-other .head-other-btn .head-right .head-right-top .product-phone{
  padding: 8px 12px;
  color: #484848;
  line-height: 16px;
  display: flex;
  align-items: center;
  flex: 1;
}
.head-other .head-other-btn .head-right .head-right-top .product-phone img{
  width: 14px;
  height: 14px;
  margin-right: 7px;
  animation: code  3s infinite;
}
.head-other .head-other-btn .head-right .head-right-buttom {
  background-color: #1D1E1F;  
  display: flex;
}
.head-other .head-other-btn .head-right .head-right-buttom .product-display{
  padding: 8px 12px;
  display: flex;
  align-items: center;
  border-right: 1px solid #FFFFFF;
  cursor: pointer;
}
.head-other .head-other-btn .head-right .head-right-buttom .product-display .product-display-first{
  font-size: 12px;
  color: #FFFFFF;
  line-height: 16px;
  cursor: pointer;
}
.head-other .head-other-btn .head-right .head-right-buttom .product-display img{
  width: 14px;
  height: 14px;
  margin-left: 4px;
}
.head-other .head-other-btn .head-right .head-right-buttom .product-qq{
  padding: 8px 11px;
  color: #FFFFFF;
  line-height: 16px;
  display: flex;
  align-items: center;
  flex: 1;
  cursor: pointer;
}
.head-other .head-other-btn .head-right .head-right-buttom .product-qq img{
  width: 14px;
  height: 14px;
  margin-right: 6px;
}
.base-head .base-head-box .head-other .head-other-btn .product-display:hover .dropdown-demo-box{
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.base-head .base-head-box .head-other .head-other-btn .dropdown-demo-box{
   display: block;
   position: fixed;
   top: 90px;
   right: 0;
   width: 100%;
   z-index: 101;
   /* padding: 10px; */
   background-color: #fff;
   min-height: 500px;
   opacity: 0;
    transform: translateY(0px);
    pointer-events: none;
    transition: all 0.3s ease-out;
}

.base-head .base-head-box .head-other .head-other-btn .dropdown-demo{
  /* box-shadow: 0px 2px 28px 0px rgba(0,0,0,0.06); */
  border-radius: 6px;
  background-color: #fff;
}
.base-head .base-head-box .head-other .head-other-btn .dropdown-demo .demo-title{
  /* padding: 24px 30px 18px; */
  border-bottom: #E8E8E8 solid 1px;
  font-size: 22px;
  font-weight: 600;
  color: #0C0C0C;
  line-height: 24px;
}
.base-head .base-head-box .head-other .head-other-btn .dropdown-demo .demo-main{
  padding: 30px;
}
.base-head .base-head-box .head-other .head-other-btn .dropdown-demo .demo-main .demo-top-title{
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
  margin-bottom: 15px;
}
.base-head .base-head-box .head-other .head-other-btn .dropdown-demo .demo-main .demo-top-content{
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
.base-head .base-head-box .head-other .head-other-btn .dropdown-demo .demo-main .demo-top-content div{
  background-color:#F3F6FB;
  font-size: 14px;
  padding: 10px 18px;
  border: solid 1px #F3F6FB;
  margin-bottom: 12px;
  color: #333333;
  line-height: 20px;
  margin-right: 10px;
  cursor: pointer;
}
.base-head .base-head-box .head-other .head-other-btn .dropdown-demo .demo-main .demo-top-content .product-show .hot{
  width: 24px;
  height: 22px;
}
.base-head .base-head-box .head-other .head-other-btn .dropdown-demo .demo-main .demo-top-content .product-show .new{
  width: 26px;
  height: 20px;
}
.base-head .base-head-box .head-other .head-other-btn .dropdown-demo .demo-main .demo-top-content div:hover{
  border: solid 1px #429CFD;
  background:#F1F8FF;
}

.base-head .base-head-box .head-other .head-other-btn .dropdown-main-title{
  font-size: 16px;
  font-weight: 600;
  color:#333333;
  line-height: 22px;
  margin-bottom: 16px;
}
.base-head .base-head-box .head-other .head-other-btn .dropdown-main-content{
  display: flex;
  font-size: 14px;
  color: #444;
  line-height: 20px;
}
.base-head .base-head-box .head-other .head-other-btn .dropdown-main-content-item {
  display: flex;
  align-items: center;
  margin-right: 38px;
}
.base-head .base-head-box .head-other .head-other-btn .dropdown-main-content-item img{
  width: 28px;
  height: 28px;
  margin-right: 9px;
}

/**************** 头部导航栏 ********************/
.base-nav{
  background: rgba(255,255,255,0.18);
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 100 !important;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}
.base-nav .base-nav-box{
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
}
.base-nav .base-nav-box .base-nav-left {
  display: flex;
  align-items: center;
  color: #000000 !important;
  height: 100%;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
  flex: 1;
  min-width: 0;
}

.base-nav .base-nav-box .base-nav-left > li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
  position: relative;
  margin-right: 48px;
  color: #000000 !important;
}
.base-nav .base-nav-box .base-nav-left > li > a {
  color: #000000 !important;
}
.base-nav .base-nav-box .base-nav-left .nav-down {
  filter: brightness(0);
}
.base-nav .base-nav-box .base-nav-left > li a:hover {
  text-decoration: none;
  color: #FF8401;
  font-weight: bold;
}
/* 产品下拉菜单显示时，产品链接文字保持黑色，不显示橙色 */
.base-nav .base-nav-box .base-nav-left > li#product-nav:hover > a {
  color: #000000 !important;
}
/* 导航栏选中状态蓝色下划线（包括带下拉框的项） */
/* 为选中状态的导航项添加蓝色下划线 - 宽度和文字一样宽，高度4px，位置在导航栏底部边缘 */
.base-nav .base-nav-box .base-nav-left > li > a.ns-text-color {
  position: relative;
  display: inline-block;
}
.base-nav .base-nav-box .base-nav-left > li > a.ns-text-color::after {
  content: '';
  position: absolute;
  bottom: -33px;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #165DFF;
  z-index: 1;
  box-sizing: border-box;
}
/* 对于有下拉箭头的菜单项，下划线只覆盖文字部分（排除箭头图标，箭头宽度约10px+间距10px） */
.base-nav .base-nav-box .base-nav-left > li > a.ns-text-color:has(.nav-down)::after {
  width: calc(100% - 20px);
}
/* 兼容不支持:has()的旧浏览器 - 使用JavaScript添加类名的方式，这里提供备用样式 */
.base-nav .base-nav-box .base-nav-left > li.nav-active > a {
  position: relative;
  display: inline-block;
}
.base-nav .base-nav-box .base-nav-left > li.nav-active > a::after {
  content: '';
  position: absolute;
  bottom: -33px;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #165DFF;
  z-index: 1;
  box-sizing: border-box;
}
/* 下拉框展开时（hover状态）也显示蓝色下划线 */
.base-nav .base-nav-box .base-nav-left > li:hover > a {
  position: relative;
  display: inline-block;
  font-weight: bold;
}
.base-nav .base-nav-box .base-nav-left > li:hover > a::after {
  content: '';
  position: absolute;
  bottom: -33px;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #165DFF;
  z-index: 1;
  box-sizing: border-box;
}
/* 对于有下拉箭头的菜单项，hover时下划线只覆盖文字部分 */
.base-nav .base-nav-box .base-nav-left > li:hover > a:has(.nav-down)::after {
  width: calc(100% - 20px);
}
/* 当有菜单项被hover时，隐藏其他非hover状态的选中项的下划线 */
.base-nav .base-nav-box .base-nav-left:hover > li:not(:hover) > a.ns-text-color::after {
  display: none;
}
/* hover状态的选中项仍然显示下划线 */
.base-nav .base-nav-box .base-nav-left > li:hover > a.ns-text-color::after {
  display: block;
}
.base-nav .base-nav-box .base-nav-left > li:nth-child(2) {
  margin-right: 42px;
}
.base-nav .base-nav-box .base-nav-left > li:nth-child(4) {
  margin-right: 42px;
}
.base-nav .base-nav-box .base-nav-left > li:nth-child(2) .nav-down{
  margin-left: 10px;
  width: 10px;
  height: 10px;
}
.base-nav .base-nav-box .base-nav-left > li:nth-child(3) .nav-down{
  margin-left: 10px;
  width: 10px;
  height: 10px;
}
.base-nav .base-nav-box .base-nav-left > li:nth-child(4) .nav-down{
  margin-left: 10px;
  width: 10px;
  height: 10px;
}
.base-nav .base-nav-box .base-nav-left > li:nth-child(9) .nav-down{
    margin-left: 10px;
    width: 10px;
    height: 10px;
  }
#solution-nav .nav-down{
  margin-left: 10px;
  width: 10px;
  height: 10px;
}

/* 登录注册 */
.base-nav .base-nav-box .head-login {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 48px;
}
.base-nav .base-nav-box .head-login > span{
  color: #000 !important;
  font-size: 14px;
  line-height: 20px;
  margin: 0 5px;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: transparent !important;
}
.base-nav .base-nav-box .head-login a {
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  color: #000 !important;
}
.base-nav .base-nav-box .head-login a:first-child {
  max-width: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 产品更新按钮 */
.base-nav .base-nav-box .head-login .product-update-btn {
  min-width: 108px;
  height: 32px;
  border-radius: 40px;
  background-color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
  margin-right: 16px;
  padding: 0 16px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
/* 选中状态 - 保持默认样式不变色（透明背景时白底蓝字，白色背景时蓝底白字） */
.base-nav .base-nav-box .head-login .product-update-btn.active {
  background-color: #FFFFFF;
}
.base-nav .base-nav-box .head-login .product-update-btn.active span {
  color: #165DFF;
}
.base-nav .base-nav-box .head-login .product-update-btn img {
  width: 13px;
  height: 15px;
  display: block;
  flex-shrink: 0;
  border: none;
  outline: none;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.base-nav .base-nav-box .head-login .product-update-btn span {
  font-size: 14px;
  color: #165DFF;
  line-height: 1;
  font-weight: 400;
  white-space: nowrap;
  width: auto;
  height: auto;
  background-color: transparent !important;
  transition: all 0.3s ease;
}
/* 选中状态下的文字和图标 - 透明背景时保持蓝字 */
.base-nav .base-nav-box .head-login .product-update-btn.active span {
  color: #165DFF;
}

.base-nav .base-nav-box .base-nav-right{
  display: flex;
  align-items: center;
}
.base-nav .base-nav-box .base-nav-right span{
  font-size: 14px;
  color: #000000 !important;
  line-height: 20px;
  margin-right: 5px;
}
.base-nav .base-nav-box .base-nav-right img{
  width: 106px;
  height: 32px;
}
/**************** 开源商城****************/
.base-nav .base-nav-box .base-nav-left > li {
    position: relative;
}
.base-nav .base-nav-box .base-nav-left > li:hover .dropdown-menu-wrapper {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.base-nav-box .base-nav-left li .dropdown-menu-wrapper{
    display: block;
  background-color: #fff;
  padding: 38px 42px 70px;
  position:fixed;
  top: 178px;
  left: 0;
  right: 0;
  z-index: 101;
  transition: all 0.3s ease-out;
  opacity: 0;
  transform: translateY(0px);
  pointer-events: none;
}
.base-nav-box .base-nav-left li .dropdown-menu-wrapper .open-store {
  overflow: hidden;
  margin: 0 72px;
}
.base-nav-box .base-nav-left li .dropdown-menu-wrapper .swiper-button-next.arrow{
  right: 42px;
}
.base-nav-box .base-nav-left li .dropdown-menu-wrapper .swiper-button-prev.arrow{
  left: 42px;
}
.base-nav-box .base-nav-left li .dropdown-menu-wrapper .swiper-button-black{
  width: 32px;
  height: 32px;
}

.dropdown-menu-wrapper .open-store .product-content{
	display: flex;
  flex: 1;
}
.dropdown-menu-wrapper .open-store .product-content .product-list{
	background-color: #FFFFFF;
  border: 1px solid #E9E9E9;
  margin-right: 30px;
  width: 250px;
}
@media screen and (min-width: 0px) and (max-width: 1204px) {
  .dropdown-menu-wrapper .open-store .product-content .product-list{
    width: 250px !important;
  }
}
.dropdown-menu-wrapper .open-store .product-content .product-list img{
	width: 100%;
	height: 148px;
}
.dropdown-menu-wrapper .open-store .product-content .product-list .product-desc p{
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	margin: 21px 0 18px;
	text-align: center;
}
.dropdown-menu-wrapper .open-store .product-content .product-list .product-desc .product-btn{
	border-radius: 2px;
	border: 1px solid #FF8401;
	font-size: 14px;
	color: #FF8401;
	line-height: 20px;
	width: 128px;
	margin: 0 auto 22px;
	cursor: pointer;
}
.dropdown-menu-wrapper .open-store .product-content .product-list .product-desc .product-btn .hover{
	text-align: center;
	position: relative;
  padding: 8px 0px;
}

/**************** 内容 ********************/
.base-main {
  /* margin-top: 24px; */
  min-width: 1200px;
  min-height: 406px;
}
.base-min-width{
  min-width: 1400px;
}
/* 本地服务 */
.base-nav .base-nav-box .base-nav-left > li {
    position: relative;
}
.base-nav .base-nav-box .base-nav-left > li:hover .local-service-wrapper{
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.local-service-wrapper{
  display: block;
  background-color: #fff;
  padding: 38px 48px 46px;
  position:fixed;
  top: 178px;
  left: 0;
  right: 0;
  z-index: 101;
  opacity: 0;
  transform: translateY(0px);
  pointer-events: none;
  transition: all 0.3s ease-out;
}
.local-service .product-homemake{
  display: flex;
}
.local-service-wrapper .local-service{
  margin: 0 20px;
  overflow: hidden;
}
.local-service-wrapper .swiper-button-next{
	background-image:none;
	width: 32px;
	height: 32px;
}
.local-service-wrapper .swiper-button-prev{
	background-image:none;
	width: 32px;
	height: 32px;
}
/* .local-service-wrapper .swiper-button-disabled{
  opacity:0 !important;
} */
.local-service .arrow{
  width: 27px;
  flex-shrink: 0;
}
.local-service .product-homemaking-item{
	/* margin-right: 26px; */
	overflow:hidden;
	background: #FFFFFF;
  border: 1px solid #E9E9E9;
	border-radius: 4px;
  flex-shrink: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 0px) and (max-width: 1204px) {
  .local-service .product-homemaking-item{
    width: 270px !important;
  }
}
.local-service .product-homemaking-img{
	height: 160px;
    position: relative;
}
.local-service .product-homemaking-item .product-homemaking-img img:nth-child(1){
  width: 100%;
  height: 100%;
}
.local-service .product-homemaking-item .product-homemaking-img img:nth-child(2){
  width: 58px;
  height: 58px;
  position: absolute;
  left:50%;
  top:50%;
  transform: translateX(-50%) translateY(-50%);
}
.local-service .product-homemaking-item .product-homemaking-name{
	font-size: 18px;
	font-weight: 500;
	margin-top: 28px;
	color: #333333;
	line-height: 24px;
	text-align: center;
}
.local-service .product-homemaking-item .product-homemaking-second{
	font-size: 14px;
	font-weight: 500;
	color: #666666;
	line-height: 20px;
	margin-top: 8px;
	text-align: center;
}
.local-service .product-homemaking-item .product-homemaking-btn{
	width: 128px;
	padding: 8px 0px;
	border-radius: 2px;
	border: 1px solid #FF8401;
	text-align: center;
	margin: 26px auto 30px;
	font-size: 14px;
	color: #FF8401;
	line-height: 20px;
	cursor: pointer;
}

/* 产品演示 */
.base-nav .base-nav-box .base-nav-left > li {
    position: relative;
    z-index: 111;
}

.product-wrapper {
    z-index: 1;
    display: block;
    opacity: 0;
    transform: translateY(0px);
    pointer-events: none;
    background-color: #fff;
    /* padding: 38px 48px 46px; */
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    transition: all 0.3s ease-out;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.base-nav .base-nav-box .base-nav-left > li:hover .product-wrapper {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* 产品弹窗 */
.product-popup-wrapper {
    z-index: 1;
    display: block;
    opacity: 0;
    transform: translateY(0px);
    pointer-events: none;
    background-color: #fff;
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    height: 490px;
    transition: all 0.3s ease-out;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.base-nav .base-nav-box .base-nav-left > li:hover .product-popup-wrapper {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.product-popup-wrapper .product-popup-content {
    width: 1400px;
    margin: 0 auto;
    height: 100%;
    padding: 40px 0;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 8px;
}

/* 产品弹窗容器 */
.product-popup-container {
    display: flex;
    height: 100%;
    gap: 40px;
}

/* 左侧筛选栏 */
.product-popup-sidebar {
    width: 100px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-left: 20px;
    align-items: flex-end;
}

.product-filter-item {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    padding: 16px 0;
    cursor: pointer;
    position: relative;
    transition: color 0.3s ease;
    display: inline-block;
}

.product-filter-item:hover {
    color: #165DFF;
}

.product-filter-item.active {
    color: #165DFF;
}

.product-filter-item.active::after {
    content: '';
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #165DFF;
}

/* 右侧产品列表 */
.product-popup-main {
    flex: 1;
    overflow-y: auto;
}

.product-popup-main::-webkit-scrollbar {
    width: 6px;
}

.product-popup-main::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.product-popup-main::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.product-popup-main::-webkit-scrollbar-thumb:hover {
    background: #999;
}

/* 产品网格 */
.product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 70px;
    padding: 0;
}

/* 营销插件单独设置间距 - 减少上下间距 */
.product-grid.show-plugin {
    gap: 50px 70px;
}

/* 产品卡片 */
.product-card {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
}

.product-card-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-card-title {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 8px;
}

.product-card-title .product-name {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
}

.product-card-title .product-lang {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
}

.product-card-desc {
    font-size: 14px;
    color: #7A808C;
    line-height: 20px;
}

/* 右侧推广内容 */
.product-popup-promo {
    width: 348px;
    flex-shrink: 0;
    background: #F6F9FF;
    border-radius: 0;
    padding: 0 24px 30px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.product-promo-image {
    width: 348px;
    height: 226px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.product-promo-image img {
    width: 348px;
    height: 226px;
    object-fit: cover;
}

.product-promo-content {
    width: 100%;
    text-align: left;
}

.product-promo-title {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-bottom: 10px;
}

.product-promo-subtitle {
    font-size: 14px;
    color: #7A808C;
    line-height: 22px;
    margin-bottom: 16px;
}

.product-promo-link {
    font-size: 14px;
    color: #165DFF !important;
    text-decoration: none;
    display: inline-block;
    transition: opacity 0.3s ease;
}

.product-promo-link:hover {
    opacity: 0.8;
    text-decoration: none;
    color: #165DFF !important;
}

/* 确保产品下拉菜单内的了解详情按钮始终是蓝色，不受任何hover效果影响 */
.product-popup-wrapper .product-promo-link,
.product-popup-wrapper .product-promo-link:hover,
.product-popup-wrapper .product-promo-link:active,
.product-popup-wrapper .product-promo-link:visited,
.base-nav .base-nav-box .base-nav-left > li:hover .product-popup-wrapper .product-promo-link {
    color: #165DFF !important;
}

/* 解决方案弹窗 */
.solution-popup-wrapper {
    z-index: 1;
    display: block;
    opacity: 0;
    transform: translateY(0px);
    pointer-events: none;
    background-color: #fff;
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    height: 490px;
    transition: all 0.3s ease-out;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.base-nav .base-nav-box .base-nav-left > li:hover .solution-popup-wrapper {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.solution-popup-wrapper .solution-popup-content {
    width: 1400px;
    margin: 0 auto;
    height: 100%;
    padding: 40px 0;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 8px;
}

/* 解决方案弹窗容器 */
.solution-popup-container {
    display: flex;
    height: 100%;
    gap: 40px;
}

/* 解决方案弹窗主内容区 */
.solution-popup-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.solution-popup-main::-webkit-scrollbar {
    width: 6px;
}

.solution-popup-main::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.solution-popup-main::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.solution-popup-main::-webkit-scrollbar-thumb:hover {
    background: #999;
}

/* 解决方案网格 */
.solution-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 40px;
    padding: 0;
    flex: 1;
}

/* 解决方案卡片 */
.solution-card {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
}

.solution-card-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.solution-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.solution-card-title {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    margin-bottom: 8px;
}

.solution-card-desc {
    font-size: 14px;
    color: #7A808C;
    line-height: 22px;
}

/* 更多解决方案链接 */
.solution-more {
    width: 1400px;
    height: 60px;
    background-color: #F9F9FA;
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution-more-link {
    font-size: 16px;
    color: #7A808C;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.solution-more-link:hover {
    opacity: 0.8;
    text-decoration: none;
    color: #7A808C !important;
    font-weight: normal !important;
}

.local-service .product-homemake {
    display: flex;
}

.product-demonstrate {
    width: 1400px;
    margin: 0 auto;
    /* padding: 0 80px; */
    height: 600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}    

.product-display .product-demonstrate{
    /* padding: 20px 80px; */
}

.product-demonstrate .product-demonstrate-left{
    padding: 20px 0;
    width:395px;
    height: 100%;
    display: flex;
    position: relative;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
    /* justify-content: flex-end; */
}
.product-demonstrate .product-demonstrate-left .product-demonstrate-left-con {
    overflow-y: auto; 
    /* 隐藏滚动条 */
    scrollbar-width: none;  /* Firefox 隐藏滚动条 */
    margin-left: calc((100vw - 1400px) / -2 - 20px);
    padding-left: calc((100vw - 1400px) / 2 + 20px);
    width: calc(100% + (100vw - 1400px) / 2 + 20px);
    background-color: #fff;
}

.product-demonstrate .product-demonstrate-left .product-demonstrate-left-con::-webkit-scrollbar {
    display: none;  /* Chrome、Safari 隐藏滚动条 */
}

.product-demonstrate .product-demonstrate-right{
    padding: 20px 20px 20px 30px;
    width: 1100px;
    height: 100%;
    text-align: right;
    overflow-y: auto;
    /* 隐藏滚动条 */
    scrollbar-width: none;  /* Firefox 隐藏滚动条 */
}

.product-demonstrate .product-demonstrate-right::-webkit-scrollbar {
    display: none;  /* Chrome、Safari 隐藏滚动条 */
}

.product-demonstrate .product-demonstrate-right .product-demonstrate-right-title{
    width: 100%;
    font-size: 16px;
    padding: 15px 0;
    color: #333333;
    line-height: 30px;
    text-align: center;
}

.product-demonstrate .product-demonstrate-left .product-demonstrate-left-con .product-demonstrate-left-title{
    font-size: 14px;
    padding: 5px 20px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    width: 395px;
    max-width: 395px;
    margin: 0 0 4px 0;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 4px;
    display: block;
    height: 40px;
}

.product-demonstrate .product-demonstrate-left .product-demonstrate-left-con .product-demonstrate-left-title .tips{
    border: 1px solid #FF8401;
    color: #FF8401;
    font-size: 13px;
    font-weight: bold;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    border-radius: 2px;
}

.product-demonstrate .product-demonstrate-left .product-demonstrate-left-con .product-demonstrate-left-title .javatips{
    /* border: 1px solid #ff3401; */
    background-color: #ff3401;
    color: #fff;
     font-size: 13px;
    font-weight: bold;
    padding: 0 5px;
     height: 20px;
    line-height: 20px;
    border-radius: 2px;
}
.product-demonstrate .product-demonstrate-left .product-demonstrate-left-con .product-demonstrate-left-title .name{
    margin-left: 10px;
    font-size:15px;
}
.product-demonstrate .product-demonstrate-left .product-demonstrate-left-con .product-demonstrate-left-title .name .hot{
    width: 22px;
    height: 22px;
    margin-left: 5px;
    margin-top:  -7px;
}
.product-demonstrate .product-demonstrate-left .product-demonstrate-left-con .product-demonstrate-left-title .version{
    margin-left: 5px;
    font-size:12px;
     /* line-height: 1.2; */
    color: #999;
}
.product-demonstrate .product-demonstrate-left .product-demonstrate-left-con .product-demonstrate-left-title .names{
    margin-left: 5px;
    font-size:15px;
}
.product-demonstrate .product-demonstrate-left .product-demonstrate-left-con .product-demonstrate-left-title .names .hot{
    width: 26px;
    height: auto !important;
    /* height: 24px; */
    margin-left: 5px;
    margin-top:  -7px;
}
/* 选中时高亮 */
.product-demonstrate .product-demonstrate-left .product-demonstrate-left-con .product-demonstrate-left-title.active {
    color: #165DFF;
    font-weight: 500;
    position: relative;
    background-color: #E6F2FF;
    padding: 5px 20px;
    margin-left: 0;
    border-radius: 4px;
    box-sizing: border-box;
    line-height: 30px;
    height: 40px;
    width: 375px;
    max-width: 375px;
    transition: none;
}
.product-demonstrate .product-demonstrate-left .product-demonstrate-left-con .product-demonstrate-left-title.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 24px;
    background-color: #165DFF;
    border-radius: 1px;
}
/* 原有样式保留，新增这一行 */
.product-demonstrate .product-demonstrate-left .product-demonstrate-left-con .product-demonstrate-left-title.active .version {
    /* color: #165DFF; 激活时的高亮色，和父元素一致 */
    font-weight: 400;
}
/* 左边的竖线 - 已移除 */

/* 表格演示 */
#demonstrate-show .show-how-com {
    display: none;
}
#demonstrate-show-up .show-how-com {
    display: none;
}

/* 版本切换标签 */
.show-how-com .version-tabs {
    display: inline-flex;
    gap: 8px;
    margin-bottom: 20px;
    padding: 4px;
    justify-content: center;
    background-color: #FFFFFF;
    border: none;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    width: 100%;
    height: 40px;
    box-sizing: border-box;
}

.show-how-com .version-tab {
    padding: 0;
    font-size: 14px;
    color: #1D2129;
    cursor: pointer;
    background: transparent;
    border: none;
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s;
    position: relative;
    margin: 0;
    outline: none;
    font-weight: 400;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 112px;
    height: 32px;
}

.show-how-com .version-tab.active {
    color: #FFFFFF !important;
    background-color: #165DFF !important;
    font-weight: 500;
    box-shadow: 0 2px 4px rgba(22, 93, 255, 0.2);
}

.show-how-com .version-tab:hover:not(.active):not(.disabled) {
    color: #165DFF;
}

.show-how-com .version-tab.disabled {
    color: #909399 !important;
    background-color: #FFFFFF !important;
    cursor: not-allowed !important;
}

.show-how-com .demo-table{
    width: 100%;
    font-size: 14px;
    border-top: none;
    border-bottom: 1px solid #F2F2F2;
    border-left: none;
    border-right: none;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.show-how-com .demo-table thead tr{
    background-color: #F7F8FA;
    border-top: none;
    border-bottom: none;
}

.show-how-com .demo-table th{
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    padding: 12px 16px;
    text-align: center;
    font-weight: 500;
    color: #7A808C;
    font-size: 16px;
}

/* 演示网址、演示账号、演示密码列左对齐 */
.show-how-com .demo-table th:nth-child(2),
.show-how-com .demo-table th:nth-child(3),
.show-how-com .demo-table th:nth-child(4) {
    text-align: left;
}

.show-how-com .demo-table td{
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
    border-left: none;
    border-right: none;
    padding: 12px 16px;
    text-align: center;
    color: #7A808C;
    font-size: 14px;
}

/* 移除第一行数据单元格的上边框，避免在表头下方显示边框 */
.show-how-com .demo-table tbody tr:first-child td{
    border-top: none;
}

/* 演示网址、演示账号、演示密码列左对齐 */
.show-how-com .demo-table td:nth-child(2),
.show-how-com .demo-table td:nth-child(3),
.show-how-com .demo-table td:nth-child(4) {
    text-align: left;
}

.show-how-com .demo-table td a{
    color: #165DFF;
    text-decoration: none;
    font-weight: normal;
}

.show-how-com .demo-table td a:hover{
    color: #165DFF !important;
    text-decoration: none !important;
    font-weight: normal !important;
}

.show-how-com .code-imgs-wrap {
   display: flex;
   align-items: flex-start;
   gap: 20px;
   margin-top: 10px;
}

.show-how-com .version {
   text-align: left;
   margin-top: 20px;
   margin-bottom: 0;
   color: #165DFF;
   font-size: 14px;
}

.show-how-com .code-imgs{
    width: 140px;
    height: 140px;
    border: none;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    background: transparent;
    border-radius: 4px;
    padding: 0;
    box-sizing: border-box;
    margin-top: 10px;
}

.show-how-com .code-imgs img{
    width: 100px !important;
    height: 100px !important;
    object-fit: contain;
    border: 1px solid #E5E6EB;
    border-radius: 4px;
    padding: 10px;
    background: #fff;
    box-sizing: border-box;
}

.show-how-com .code-imgs div{
    margin-top: 8px;
    color: #7A808C;
    font-size: 14px;
}

.show-how-com .version-content {
    display: block;
}
/**************** 尾部 ********************/
.footer-top {
  background:#292929;
  color: #fff;
  height: 120px;
  margin-top: 130px;
}
.footer-top .ns-base-width {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  padding: 0 100px;
}
.footer-top .ns-base-width .item {
 flex: 1;
  display: flex;
  align-items: center;
}
.footer-top .ns-base-width .item .picture{
  margin-right: 12px;
}
.footer-top .ns-base-width .item .picture img{
  width: 48px;
  height: 48px;
}
.footer-top .ns-base-width .item .item-desc div:first-child{
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}
.footer-top .ns-base-width .item .item-desc div:last-child{
  font-size: 14px;
  line-height: 16px;
  color: #DCDCDC;
  margin-top: 7px;
}

.base-footer {
  background: #242424;
  /* min-width: 1200px; */
}
.base-footer .footer-main {
  padding: 40px 0 30px;
  margin: auto;
  max-width: 1600px;
}
.base-footer .footer-consult {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
/* 左侧联系信息样式 */
.base-footer .footer-contact-info {
  min-width: 280px;
  margin-left: 80px;
}
.base-footer .footer-contact-item {
  display: flex;
  align-items: center;
  line-height: 24px;
}
.base-footer .footer-consult .consult-left {
  margin-right: 55px;
}
.base-footer .footer-consult .consult-left img{
  width: 280px;
  height: 111px;
}
.base-footer .footer-consult .consult-left .consult-desc{
  width: 302px;
  box-sizing: border-box;
  margin-top: 35px;
  padding: 15px;
  display: flex;
  align-items: center;
}
.base-footer .footer-consult .consult-left .consult-desc img{
  width: 36px;
  height: 52px;
  margin-right: 15px;
}
.base-footer .footer-consult .consult-left .consult-desc p{
  font-size: 13px;
  line-height: 18px;
  color: #999999;
  margin-bottom: 0;
  margin-top: 8px;
}

.base-footer .footer-consult .consult-main {
  display: flex;
  flex: 1;
}
.base-footer .footer-consult .consult-main dl {
  margin-bottom: 0;
}
.base-footer .footer-consult .consult-main dl ~ dl {
  margin-left: 40px;
}
.base-footer .footer-consult .consult-main dt {
  margin-bottom: 22px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  height: 22px;
  font-weight: normal;
}
.base-footer .footer-consult .consult-main dd {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0;
  line-height: 20px;
}
.base-footer .footer-consult .consult-main dd a {
  color: #999999;
  font-size: 14px;
}
.base-footer .footer-consult .consult-main dd a:hover {
  text-decoration: none;
}
.base-footer .footer-consult .consult-main dd ~ dd {
  margin-top: 10px;
}
.base-footer .footer-consult .consult-main dd span:first-of-type {
  display: inline-block;
  width: 96px;
}

.consult-right .consult-tel{
  display: flex;
  margin-bottom: 21px;
}
.consult-right .consult-tel img{
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.consult-right .consult-tel .text p:first-child{
  font-size: 18px;
  color: #FFFFFF;
  line-height: 25px;
  margin-bottom: 4px;
}
.consult-right .consult-tel .text p:last-child{
  font-size: 24px;
  color: #FFFFFF;
  line-height: 33px;
  letter-spacing: 2px;
  margin-bottom: 0px;
}
.consult-right .consult-code{
  display: flex;
}
.base-footer .footer-consult .consult-right .consult-right-code {
  text-align: center;
  width: 110px;
}
.base-footer .footer-consult .consult-right .consult-right-code:first-of-type {
  margin-right: 15px;
}
.base-footer .footer-consult .consult-right .consult-right-code:first-of-type img {
  padding: 3px;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 8px !important;
  display: block;
  overflow: hidden;
}
.base-footer .footer-consult .consult-right .consult-right-code img {
  width: 88px;
  height: 88px;
  display: block;
  margin: 0 auto;
}
.base-footer .footer-consult .consult-right .consult-right-code span {
  color: #DCDCDC;
  font-size: 13px;
  line-height: 18px;
  display: block;
  margin-top: 8px;
}
.base-footer .footer-other-info {
  margin-top: 39px;
  padding: 26px 0 20px;
  border-top: 1px solid #44484a;
  border-bottom: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.base-footer .footer-other-info .other-info {
  color: #999999;
  line-height: 18px;
  font-size: 13px;
  flex-shrink: 0;
  margin-right: 10px;
}
.base-footer .footer-other-info dl {
  display: flex;
  color: #999999;
  font-size: 13px;
  margin-bottom: 0;
  flex-wrap: wrap;
  line-height: 18px;
}
.base-footer .footer-other-info dl a {
  color: #909192;
  font-size: 13px;
}
.base-footer .footer-other-info dl dd:nth-child(2n) {
  margin: 0 5px;
}
.base-footer .footer-other-info .other-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.base-footer .other-company-info {
  color: #999999;
  font-size: 13px;
  margin-top: 14px;
  line-height: 20px;
  text-align: center;
  padding-bottom: 20px;
}
.base-footer .other-company-info span {
  margin: 0 10px;
}

/**** 右侧边栏 ****/
.right-side-menu {
  position: fixed;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 88px;
  z-index: 99;
}
.right-side-menu > div {
  background: #ffffff;
  box-shadow: 0px 4px 12px 0px rgba(167, 167, 167, 0.3);
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 0 0;
}
.right-side-menu .right-side-box {
  display: flex;
  align-items: center;
  width: 88px;
  height: 88px;
  color: #444444;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
  position: relative;
  padding-top: 0;
  flex-direction: column;
  justify-content: center;
}
.right-side-menu .right-side-box p {
  display: flex;
  justify-content: center;
  margin-top: 5px;
  width: 100%;
  margin-bottom: 0 !important;
  font-size: 12px;
  line-height: 12px;
  margin-top: 10px;
  white-space: nowrap;
}
.right-side-menu .right-side-box > .img-box {
  height: 44px;
  display: flex;
  align-items: center;
}
.right-side-menu .right-side-box:last-child {
  border-bottom: none;
}
.right-side-menu .right-side-box:hover {
  text-decoration: none;
}
.right-side-menu .right-side-box:hover .reight-side-hover {
  display: inline-block;
}
.right-side-menu .right-side-box .reight-side-hover {
  display: none;
  position: absolute;
  top: 0;
  right: 90px;
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  color: #383838;
  padding: 15px;
  background-color: #ffffff;
}
.right-side-menu .right-side-box .reight-side-hover .qq-img {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 12px;
}
.right-side-menu .right-side-box .reight-side-hover .qq-img img {
  width: 140px;
}
.right-side-menu .right-side-box .reight-side-hover .qq-img p {
  padding: 3px 0 12px;
}
.right-side-menu .right-side-box .reight-side-hover > p {
  text-align: left;
  line-height: 20px;
}
.right-side-menu .right-side-box .reight-side-hover > p span:first-child {
  display: inline-block;
  width: 60px;
}
.right-side-menu .right-side-box .reight-side-hover:after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ffffff;
  position: absolute;
  top: 24px;
  right: -10px;
}

.right-side-menu .right-side-box > img, .right-side-menu .right-side-box .img-box > img {
  width: 24px;
  height: 24px;
}

.modal-title {
  font-size: 16px;
}

.modal-body {
  padding: 30px !important;
}
.modal-body .form-control {
  height: 40px;
  font-size: 14px;
}
.modal-body input::-webkit-input-placeholder {
  color: #999999;
}
.modal-body input::-moz-placeholder {
  color: #999999;
}
.modal-body input:-moz-placeholder {
  color: #999999;
}
.modal-body input:-ms-input-placeholder {
  color: #999999;
}
.modal-body .js-send-code {
  width: 150px;
  height: 40px;
  font-size: 14px;
}
.modal-body .form-group {
  margin-bottom: 20px;
}

.modal-footer .btn {
  font-size: 14px;
  padding: 6px 20px;
}

/**************** 整体公共部分 ********************/
.ns-base-width {
  width: 1400px;
  margin: auto;
}

.ns-base-background {
  background-color: #fff;
}

.ns-base-bg-color {
  background-color: #f2f3f5;
}

/**************** 组件 ********************/
.ns-title {
  text-align: center;
  margin-top: 65px;
  margin-bottom: 50px;
}
.ns-title .main-title {
  margin-bottom: 30px;
  font-size: 26px;
  color: #333;
}
.ns-title .sub-title {
  font-size: 18px;
  color: #6b6b6b;
}

.ns-lable-block.style-one {
  display: flex;
  align-items: center;
}
.ns-lable-block.style-one .label-img {
  display: flex;
  justify-items: center;
  align-items: center;
  width: 60px;
  height: 60px;
}
.ns-lable-block.style-one .label-img img {
  max-width: 100%;
  max-height: 100%;
}
.ns-lable-block.style-one .label-content {
  flex: 1;
  margin-left: 10px;
}
.ns-lable-block.style-one .label-content .label-title {
  font-size: 20px;
  font-weight: bold;
  color: #383838;
}
.ns-lable-block.style-one .label-content .label-sub {
  margin-top: 10px;
  font-size: 14px;
  color: #6b6b6b;
}

.ns-text-part.style-one {
  text-align: center;
}
.ns-text-part.style-one .style-one-title {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.ns-text-part.style-one .style-one-content {
  position: absolute;
  line-height: 20px;
  height: 39px;
  font-size: 14px;
  color: #6b6b6b;
  width: 230px;
  font-family: Microsoft YaHei;
  left: 50%;
  transform: translateX(-50%);
}

.ns-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 32px;
  border: 1px solid #2a7efb;
  color: #2a7efb;
  background-color: #fff;
}
.ns-btn:hover {
  background-color: #2a7efb;
  color: #fff;
}

.ns-index-news-li {
  width: 580px;
  cursor: pointer;
}
.ns-index-news-li img {
  width: 216px;
  height: 140px;
  object-fit: cover;
}
.ns-index-news-li .media-body {
  position: relative;
  height: 140px;
}
.ns-index-news-li .ns-index-news-title {
  max-height: 50px;
  line-height: 25px;
  color: #383838;
  margin-bottom: 12px;
}
.ns-index-news-li .ns-index-news-con {
  height: 48px;
  color: #6b6b6b;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 12px;
}
.ns-index-news-li .ns-index-news-time {
  position: absolute;
  bottom: 8px;
  color: #838383;
  font-size: 12px;
}

.ns-card {
  width: 18rem;
}
.ns-card .ns-card-img {
  position: relative;
}
.ns-card .ns-card-body {
  position: relative;
}

.ns-tab-wrap .list-group-box-cut {
  border-radius: 0;
}
.ns-tab-wrap .list-group-item {
  border: none;
  line-height: 56px;
  text-align: left;
}
.ns-tab-wrap .list-group-item span {
  display: inline-block;
  height: 56px;
  line-height: 56px;
  box-sizing: border-box;
}
.ns-tab-wrap .list-group-item.active {
  background-color: rgba(69, 149, 247, 0);
}
.ns-tab-wrap .list-group-item.active span {
  color: #2a7efb !important;
  border-bottom: 2px solid #2a7efb;
  font-weight: bold;
}
.ns-tab-wrap .list-group-item-action {
  width: auto;
}
.ns-tab-wrap .list-group-item-action:active {
  background-color: transparent;
}
.ns-tab-wrap .list-group-item-cut.list-group-item.active span {
  border-bottom: none;
}
.ns-tab-wrap .list-group-item-cut.list-group-item span {
  border-bottom: none;
}
.ns-tab-wrap.list-group-horizontal > .list-group-item:first-child {
  border-radius: 0;
}
.ns-tab-wrap.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 0;
}
.ns-tab-wrap.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: 0;
  border-left-width: 0;
}

.ns-len-long {
  width: 450px !important;
}

.ns-len-mid {
  width: 250px !important;
}

.ns-len-short {
  width: 120px !important;
}

.ns-multi-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* 
.layui-carousel-ind ul {
  background-color: transparent !important;
}
.layui-carousel-ind ul li {
  background-color: rgba(255, 255, 255, 0.7);
}
.layui-carousel-ind ul li.layui-this {
  background-color: #2a7efb;
} */

.ns-emphasize {
  font-size: 16px;
  font-weight: bold;
  color: red;
}

.upload-img-block {
  padding: 10px;
  width: 250px;
  height: 100px;
  border: 1px dashed #ddd;
  box-sizing: border-box;
}
.upload-img-block .upload-img-box {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.upload-img-block .upload-img-box > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
  width: initial;
  height: initial;
}
.upload-img-block .upload-img-box .ns-upload-default {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 60px;
}
.upload-img-block .upload-img-box .ns-upload-default img {
  width: initial;
  height: initial;
  margin: 0;
}
.upload-img-block .upload-img-box .ns-upload-default p {
  color: #5a5a5a;
  line-height: 20px;
  white-space: nowrap;
}

.page-wrap .pagination {
  justify-content: flex-end;
}

.dropdown-menu-wrapper.product-center .dropdown-menu-wrapper-con {
  padding-right: 0px !important;
  border-right: 1px solid #f1f1f1;
}
.dropdown-menu-wrapper.product-center .dropdown-menu-wrapper-con:last-child {
  border-right: 0;
}
.dropdown-menu-wrapper.product-center .dropdown-menu-wrapper-con .style-one {
  flex-direction: column;
}
.dropdown-menu-wrapper.product-center .dropdown-menu-wrapper-con .style-one .label-img {
  margin-right: 0;
}
.dropdown-menu-wrapper.product-center .dropdown-menu-wrapper-con .style-one .label-content {
  margin-left: 0;
  font-size: 14px;
  margin-top: 20px;
}
.dropdown-menu-wrapper.product-center .dropdown-menu-wrapper-con .ns-nav-wrap {
  margin-top: 3px !important;
  padding: 0;
  display: flex;
  justify-content: center;
  font-size: 12px;
  color: #888888;
  border-right: 0 !important;
  padding-right: 0 !important;
}

.dropdown-menu-wrapper.product-center .dropdown-menu-wrapper-con .ns-nav-wrap a, .dropdown-menu-wrapper.product-center .dropdown-menu-wrapper-con .ns-nav-wrap p {
  display: flex;
  justify-content: center;
  margin: 0;
}
.fixed-right-box {
  position: fixed;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  z-index: 10;
}
.fixed-right-box .right-box-top {
  background: #ffffff;
  border-radius: 63px 63px 4px 4px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.fixed-right-box .right-box-top > img {
  width: 90px;
  height: 90px;
  margin-top: 16px;
  border-radius: 50%;
  box-shadow: 0 3px 10px #eef5ff;
  border: 6px solid #eef5ff;
}
.fixed-right-box .right-box-top .text {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #999999;
  margin-top: 7px;
}
.fixed-right-box .right-box-top .text > img {
  width: 12px;
  height: 12px;
  margin-right: 3px;
}
.fixed-right-box .right-box-top .call {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  margin: 6px 0 12px 0;
}
.fixed-right-box .right-box-qrcode {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 4px;
  padding: 8px;
  box-sizing: border-box;
  margin-top: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.fixed-right-box .right-box-qrcode img {
  width: 100%;
}
.fixed-right-box .right-box-qrcode div {
  font-size: 13px;
  color: #666666;
  margin-top: 5px;
}
.fixed-right-box .right-box-block {
  background: #ffffff;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-size: 14px;
  color: #333333;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  padding: 8px 8px;
  cursor: pointer;
}
.fixed-right-box .right-box-block img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.fixed-right-box .delete-btn{
  position: absolute;
  color: rgba(0,0,0,1);
  right: 2px;
  top: -4px;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
}

.kefu-fixed-thumb{
  position: fixed;
  right:40px;
  bottom: 40px;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 3px 10px rgb(5 36 82 / 8%);
  display: none;
  cursor: pointer;
  z-index: 1000;
}
.kefu-fixed-thumb img{
  width: 36px;
  position: absolute;
  left:50%;
  top:50%;
  transform: translateX(-50%) translateY(-50%);
}

/* 导航栏粘性定位后颜色 */
.nav-fixed{
	background: #ffffff !important;
}
.nav-fixed .base-nav-box .base-nav-left {
	color: #000000 !important;
}
.nav-fixed .base-nav-box .base-nav-left > li {
	color: #000000 !important;
}
.nav-fixed .base-nav-box .base-nav-left > li > a {
	color: #000000 !important;
}
.nav-fixed .base-nav-box .head-login a {
	color: #000 !important;
}
.nav-fixed .base-nav-box .head-login > span {
	color: #000 !important;
	font-size: 14px;
	line-height: 20px;
	margin: 0 5px;
	display: inline-block;
	width: auto;
	height: auto;
	background-color: transparent !important;
}
.nav-fixed .base-nav-box .base-nav-right span {
	color: #000000 !important;
}
.nav-fixed .base-nav-box .base-nav-left .nav-down {
	filter: brightness(0) !important;
}
/* 导航栏白色背景时，产品更新按钮默认蓝底白字，点击后也保持蓝底白字 */
.nav-fixed .base-nav-box .head-login .product-update-btn {
	background-color: #165DFF !important;
}
.nav-fixed .base-nav-box .head-login .product-update-btn span {
	color: #FFFFFF !important;
}
.nav-fixed .base-nav-box .head-login .product-update-btn img {
	filter: brightness(0) invert(1) !important;
}
/* 覆盖active状态，确保点击后也保持蓝底白字 */
.nav-fixed .base-nav-box .head-login .product-update-btn.active {
	background-color: #165DFF !important;
}
.nav-fixed .base-nav-box .head-login .product-update-btn.active span {
	color: #FFFFFF !important;
}

/* 查看演示 */
#open-source-show{
	display: none;
}

#open-source-show .show-how-com {
	display: none;
	width: 1000px;
	min-height: 532px;
	background-color: #FFFFFF;
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	border: 1px solid #DDDDDD;
	border-radius: 5px;
}
.product-box .product-content .product-btn .show-how-com{
	top: 42px;
}

.show-how-com .demo-case-title{
	padding: 28px 32px 20px 42px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: #F4F4F4 solid 1px;
}

.show-how-com .demo-case-title  .title-left{
	display: flex;
	align-items: flex-end;
}
.show-how-com .demo-case-title  .title-left span:first-child{
	font-size: 20px;
	font-weight: 600;
	color: #0C0C0C;
	line-height: 28px
}
.show-how-com .demo-case-title  .title-left span:last-child{
	font-size: 12px;
	color: #777777;
	line-height: 17px;
	margin-left: 12px;
}
.show-how-com .demo-case-title img{
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.show-how-com .case-content{
	padding: 18px 42px 34px;
    max-height: 80vh;
    background-color: #fff;
}
/* .show-how-com .case-content::-webkit-scrollbar{
  width: 4px !important;
  background-color:#f1f1f1;
  border-radius: 2px;
}
.show-how-com .case-content::-webkit-scrollbar-track{
  width: 4px;
  border-radius: 2px;
}
.show-how-com .case-content::-webkit-scrollbar-thumb{
  width: 4px;
  border-radius: 2px;
  background-color:#c1c1c1;
} */
.show-how-com .case-content .case-box{
	padding: 10px 18px;
	border-bottom: #E9F6FD solid 1px;
}
.show-how-com .case-content .case-box:last-child{
	border-bottom: none;
}
.show-how-com .case-content .case-content-first .content-first-top{
	display: flex;
	align-items: center;
}
.show-how-com .case-content .case-content-first .content-first-top img{
	width: 20px;
	height: 20px;
	margin-right: 14px;
}
.show-how-com .case-content .case-content-first .content-first-top .content-first-text{
	display: flex;
	align-items: center;
}
.show-how-com .case-content .case-content-first .content-first-top .content-first-text p{
	font-size: 16px;
	font-weight: 800;
	color: #0C0C0C;
	line-height: 18px;
	margin: 0px;
}
.show-how-com .case-content .case-content-first .content-first-top .content-first-text span{
	font-size: 14px;
	color: #333333;
	line-height: 17px;
	margin-left: 12px;
}
.show-how-com .case-content .case-content-second{
	display: flex;
	align-items: center;
	justify-content: space-between;

}
.show-how-com .case-content .case-content-second .show-url{
	margin-left: 34px;
	font-size: 12px;
	color: #0C0C0C;
	line-height: 16px;
	padding: 10px 0px;
}
.show-how-com .case-content .case-content-second .operation{
	background-color: #0C3FF5;
	color: #fff;
	padding: 7px 0px;
	font-size: 13px;
	line-height: 18px;
	width: 98px;
	text-align: center;
  cursor: pointer;
}
.show-how-com .case-content .case-content-second .operation a{
	color: #fff;
  cursor: pointer;
}
.show-how-com .case-content .case-content-second .operation a:hover{
text-decoration: none;
}


/* 表格演示 */
.show-how-com .case-content .code-img{
    display: flex;
	justify-content: center;
}

.show-how-com .case-content .code-img img{
    width: 228px;
	height: 228px;
	display: none;
}



/* 查看二维码 */
#two-code-show{
	display: none;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.32);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 19999999;
}
#two-code-show .two-code-box{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 300px;
	height: 340px;
	background: #FFFFFF;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.08);
	border-radius: 12px;
	padding: 20px;
}
#two-code-show .two-code-box  .close-btn{
	text-align: end;
}
#two-code-show .two-code-box .close-btn img{
	width: 15px;
	height: 15px;
	cursor: pointer;
}
#two-code-show .two-code-box .code-img{
	display: flex;
	justify-content: center;
}
#two-code-show .two-code-box .code-img img{
	width: 228px;
	height: 228px;
	display: none;
}
#two-code-show .two-code-box .two-code-title{
	margin-top: 24px;
	text-align: center;
}
/* qq交流群 */
.technology-exchange .layui-layer-title{
  background-color: #fff;
  border-bottom: none;
}
.technology-exchange .layui-layer-content{
  padding: 30px 20px;
}
.technology-exchange .chat-box .chat-title{
  font-size: 24PX;
  font-weight: bold;
  text-align: center;
  color: #606266;
}
.technology-exchange .chat-box .chat-images{
  margin-top: 30px;
  text-align: center;
}
.technology-exchange .chat-box .chat-images img{
  width: 160px;
  height: 160px;
}
.technology-exchange .chat-box .chat-images .chat-text{
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  color: #606266;
}
.technology-exchange .chat-box  .chat-content{
  margin-top: 20px;
  padding: 15px;
  background-color: #edefff;
  border-radius: 15px;
}
.technology-exchange .chat-box  .chat-content p{
  margin: 10px 0;
  font-size: 14px;
  color: #606266;
  text-align: center;
}
.technology-exchange .chat-box  .chat-content p a{
  color: #606266;
  text-decoration: none;  
  cursor: pointer;
}
/* 联系客服 */
.contact-customer-service{
  border-radius: 8px !important;
}
.contact-customer-service .layui-layer-title{
  border-bottom: none;
  background-color: #fff;
  padding: 0px;
  line-height: 22px;
  height: auto;
  border-radius: 8px 8px 0 0;
}
.contact-customer-service  .layui-layer-content{
  padding: 30px 20px;
}
.contact-customer-service .kefu-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(152deg, #ff5804 0%, #ff9865 100%);
  padding: 20px 38px;
}
.contact-customer-service .kefu-title img{
  width: 50px;
  height: 50px;
}
.contact-customer-service .kefu-title div{
  color: #fff;
}
.contact-customer-service .kefu-title p{
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}
.contact-customer-service .kefu-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact-customer-service .kefu-box img{
  width: 160px;
  height: 160px;
}
.contact-customer-service .kefu-box .kefu-tel{
  margin-top: 15px;
}
.contact-customer-service .layui-layer-setwin a{
  background: none;
  margin-left: 0px;
}
.contact-customer-service .layui-layer-setwin a::after{
  content: '×';
  display: inline-block;
  font-size: 18px;
  color: #fff !important;
  opacity: 0.8;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.2);
}
/* 弹窗文章 */
.article-name {
  overflow: hidden;
}
.article-name .layui-layer-title{
  background-color: #fff;
  border-bottom: none;
  height: 0px;
}
.article-name  .layui-layer-content{
  overflow: hidden;
  padding: 20px 0;
}

.article-name .article-item .article-title{
  font-weight: 600;
  padding: 0 20px;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #222222;
  line-height: 28px;
}
.article-name .article-item  .article-time{
  margin-top: 6px;
  padding: 0 20px;
}
.article-name .article-item .article-desc{
  padding: 0 20px;
  line-height: 28px;
  font-size: 14px;
  margin-top: 12px;
  color:  #555;
  max-height: 395px;
  overflow-y: auto;
  width: 100%;
  box-sizing: border-box;
}
.article-name .article-item .article-desc::-webkit-scrollbar{
  width: 6px !important;
  background-color:#f1f1f1;
  border-radius: 3px;
}
.article-name .article-item .article-desc::-webkit-scrollbar-track{
  width: 6px;
  border-radius: 3px;
}
.article-name .article-item .article-desc::-webkit-scrollbar-thumb{
  width: 6px;
  border-radius: 3px;
  background-color:#c1c1c1;
}
.article-name .article-item .article-desc pre {
  width: 704px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap;

}

.article-name .article-item .article-desc pre *{
  max-width: 704px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap; 
}

.article-name .article-item .article-desc pre  img{
  width: 100%;
}
.article-name  .update-history{
  margin-top: 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0 20px;
}
.article-name  .update-history span{
  background-color: #2a7efb;
  padding: 4px 10px;
  color: #fff;
  border-radius: 4px;
}
.transform-show{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}