@charset "utf-8";
/* CSS Document */
.HomeProduct{background: url(../images/index_product_bg.png)  no-repeat center / cover; }


/* 在移动设备上隐藏PC内容，显示移动内容 */
@media (max-width: 1024px) {
  .container { display: none;}
}

/* 容器样式 */
.container {display: flex;width:100%;overflow: hidden;}
/* 在移动设备上隐藏PC内容，显示移动内容 */
@media (max-width: 1024px) {
  .container { display: none;}
}

.mobile-container {
    display: block;
}

@media screen and (min-width: 1025px) {
    .mobile-container {display: none;}
}

.w1920 {
    padding-left: 7.8vw;
    padding-right: 7.8vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

@media (max-width: 1920px) {
.w1920 {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.feature-item {
    position: relative;
    font-size: 14px;
    padding-left: 20px;
    margin-bottom: 12px;
    line-height: 1.2;
}
}

/* 左侧导航样式 */
.left-nav {width: 30%;
/* background: linear-gradient(135deg, #003366, #0066CC);*/
color: #fff;overflow: hidden;padding-right: 10px;}
.nav-menu {padding-top: 10px;position: relative;}
.right-content{padding: 12px;
        background: linear-gradient(180deg, rgba(255, 255, 255, .4) 0%, rgba(255, 255, 255, .1) 100%);
        border-radius: 16px;
        backdrop-filter: blur(40px);
        box-shadow: 0 3px 12px -2px #0000000d, 0 12px 48px -10px #1366ec1c, inset 0 0 28px #ffffff80;
        overflow: hidden;}


/* 层级标题 */
.nav-big {
    text-align: center;
    padding: 20px 0;
    margin: 20px 0;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    color: #ffffff;
}

.nav-big:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    z-index: -1;
}

/* 导航项样式 */
.nav-item {
    display: flex;
    align-items: center;
    padding: 25px 0px 25px 35px;
    margin-bottom: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    width: 100%;
    box-sizing: border-box;
}



/* 导航项背景色，从下到上逐渐变浅 */
.nav-item[data-tab="erp"] { background-color: #004080; margin-left: 10px;}
.nav-item[data-tab="crm"] { background-color: #0052A3; margin-left: 40px;}
.nav-item[data-tab="b2b"] { background-color: #0064C4; margin-left: 80px;}
.nav-item[data-tab="wms"] { background-color: #0077D6; margin-left: 120px;}
.nav-item[data-tab="jtb"] { background-color: #0089E8; margin-left: 160px;}
.nav-item[data-tab="b2b2b"] { background-color: #009BF0; margin-left: 200px;}
.nav-item[data-tab="srm"] { background-color: #00ACE0; margin-left: 240px;}

/* 悬停效果 */
.nav-item:hover {
    font-size: 26px;
	transform: translateX(10px);
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
    color: #ffffff;
}

/* 激活状态 */
.nav-item.active {
    
    font-weight: bold;
    z-index: 10;
    position: relative;
    margin-right: -10px;
    filter: brightness(1.1);
}

.nav-item.active h4 {
    font-size: 24px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.nav-item.active img {
    transform: scale(1.3);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.4));
}

.nav-item h4 {font-size: 20px; text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);}
.nav-item img {width: 24px; height: 24px; margin-right: 10px; transition: all 0.5s ease; filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));}
.nav-item:hover img {transform: scale(1.2) rotate(0deg);filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.3));}
.nav-item p {font-size: 14px;opacity: 0.8;}
.ai-tag {padding: 4px 12px; border-radius: 5px;font-weight: normal;background-color: #e8f3ff;color: #3773f5;font-size: 14px;height: 30px;line-height: 30px;}
.ai-tag:hover {background-color: #cce0ff;color: #4080ff;}      
/* 右侧内容样式 */
.right-content {flex: 1; padding: 50px 30px 10px 50px; overflow-y: auto; background: linear-gradient(104.25deg, #f2f6fc 39.87%, #fdfeff 80.15%); border: 8px solid #fff;}      
/* 内容头部样式 */
.content-header {margin-bottom: 15px; }
.content-header .info-title{font-weight: 600;font-size: 0.3rem;color: #2589ff;line-height: 48px;display: flex;align-items: center;}
.desc-topic {display: flex;align-items: center; padding-bottom:8px; font-size: 16px;}
.desc-topic .topic-icon {width: 24px;height: 24px;}
.desc-topic span {font-weight: 600;font-size: 16px;line-height: 28px;margin-left: 4px;}
.content-header .info-title-link {-webkit-animation: left-right-data-v-8e820a4c 2s linear infinite;animation: left-right-data-v-8e820a4c 2s linear infinite;margin-left: 16px;width: 32px;height: 32px;cursor: pointer;}
.content-header p {font-size: 0.2rem;margin-bottom: 10px;padding-top:8px;font-weight:400;}
#page-title {font-size: 28px;color: #333;margin-bottom: 10px;}
#page-subtitle {font-size: 16px;color: #666;}
/* 内容主体样式 */
.content-body {padding: 10px;/*background-color: #ffffff;*/}
/* 功能标签样式 */
.feature-tags {margin-bottom: 10px;}
.feature-tag {display: inline-block;padding: 4px 12px;background-color: #e8f3ff;color: #377f5;border-radius: 15px;font-size: 12px;margin-right: 10px;margin-bottom: 10px;}
.feature-tag:hover{background-color: #cce0ff;}
/* 功能列表样式 */
.feature-list {margin-bottom: 20px;}
.feature-item {position: relative;padding-left: 20px;margin-bottom: 12px;line-height: 1.4;}
.feature-item .video-img{max-width:18px;width:100%;margin:0 auto;cursor:pointer;}
.feature-item:before {content: "•";position: absolute;left: 0;color: #2589ff;font-weight: bold;}
@media (max-width: 1920px) {
.w1920 {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.feature-item {
    position: relative;
    font-size: 14px;
    padding-left: 20px;
    margin-bottom: 8px;
    line-height: 1.2;
}
}
/* 操作按钮样式 */
.action-buttons {display: flex;gap: 15px;}
.action-button {display: inline-block;padding: 10px 20px;border-radius: 4px;text-decoration: none;font-size: 14px;cursor: pointer;transition: all 0.3s;}
.primary-button {background-color: #3773f5;color: #ffffff;}
.primary-button:hover {background-color: #4080ff;}
.secondary-button {color: #3773f5; border: 1px solid #3773f5;}
.secondary-button:hover {background-color: #e8f3ff;}
/* 内容图片样式 */
@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.div-slide-in {
  width: 100%;
  height: auto;
  position: relative;
  animation: slideInFromRight 1s ease-out forwards;
}

.div-slide-in img{display: grid;
    justify-content: center;
    align-items: center;}

 /* 内容布局 */
.content-container {display: flex;}
.content-main {flex: 1;}
/* 整体左右布局 */
.content-layout {display: flex;gap: 20px;align-items: flex-start;}
/* 左侧内容：内容头部 + 二级选项卡容器 */
.content-left {flex: 1;}
/* 右侧内容：图片 */
.content-right {width: 40%;}
/* 选项卡样式 */
.tabs-container {margin: 15px 0;}
.tabs-container .layui-tab {/*background-color: #ffffff;*/}
.tabs-container .layui-tab-title {border-bottom-color: #e0e0e0;height:60px;}
.tabs-container .layui-tab-title li {font-size: 16px;border:none;height:60px;line-height:60px;}
.tabs-container .layui-tab-title .layui-this, .tabs-container .layui-tab-title li:hover  {color: #2589ff;}
.tabs-container .layui-tab-title .layui-this:after {content: '';position: absolute;left: 0;top: 0;z-index: 1;width: 100%;height: 100%;border-bottom: 3px solid #2589ff;border-left:none;border-top:none;border-right:none;box-sizing: border-box;pointer-events: none;}
.tabs-container .layui-tab-bar {border-top-color: #e0e0e0;}