/* 覆盖 base-v3.0：去掉 .ys-page-wrap 的 min-height:100vh，避免 PC 端顶部一屏空白 */
.ys-page-wrap {
    min-height: 0;
}
/* flex 布局下 main 不再撑满剩余高度，避免各页面底部大片空白 */
.ys-page-wrap .ys-main {
    flex-grow: 0;
}

/* 内页 Banner 移动端：压缩高度，背景裁切（与解决方案页一致） */
@media screen and (max-width: 767px) {
    .ys-page-wrap:not(.home-page) .ys-nybanner,
    .cooui-open-product .cop-banner {
        position: relative;
        overflow: hidden;
    }
    .ys-page-wrap:not(.home-page) .ys-nyban-img,
    .cooui-open-product .cop-banner-bg {
        position: absolute;
        inset: 0;
        z-index: 0;
    }
    .ys-page-wrap:not(.home-page) .ys-nyban-img img,
    .cooui-open-product .cop-banner-bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .ys-page-wrap:not(.home-page) .ys-nyban-img::after {
        width: 100%;
    }
    .ys-page-wrap:not(.home-page) .ys-nyban-wrap.ys-pos-center,
    .cooui-open-product .cop-banner-inner {
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto;
        bottom: auto !important;
        transform: none !important;
        z-index: 2;
        width: 100%;
        max-width: 100%;
        padding: 56px 20px 28px;
        text-align: left;
        justify-content: flex-start;
        align-items: flex-start;
        min-height: 0;
    }
    .ys-page-wrap:not(.home-page) .ys-nyban-wrap.ys-pos-center:has(.ys-nyban-btn),
    .cooui-open-product .cop-banner-inner:has(.cop-banner-actions) {
        padding: 56px 20px 28px;
    }
    .cooui-open-product .cop-banner-top {
        display: none;
    }
    .cooui-open-product .cop-banner-body,
    .cooui-open-product .cop-banner-content {
        width: 100%;
        max-width: none;
    }
    .ys-page-wrap:not(.home-page) .ys-nyban-btn,
    .cooui-open-product .cop-banner-actions {
        margin-top: 16px;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .ys-page-wrap:not(.home-page) .ys-nyban-btn .std-btn2,
    .ys-page-wrap:not(.home-page) .ys-nyban-btn .std-btn1,
    .cooui-open-product .cop-banner-actions .std-btn2,
    .cooui-open-product .cop-banner-actions .std-btn1 {
        float: none;
        margin-right: 0;
        width: auto;
    }
    .ys-page-wrap:not(.home-page) .ys-nyban-title h1,
    .cooui-open-product .cop-banner-title {
        font-size: 28px;
        line-height: 1.35;
        margin-bottom: 10px;
    }
    .ys-page-wrap:not(.home-page) .ys-nyban-title p,
    .cooui-open-product .cop-banner-sub {
        font-size: 15px;
        line-height: 1.75;
    }
}
@media screen and (max-width: 480px) {
    .ys-page-wrap:not(.home-page) .ys-nyban-wrap.ys-pos-center,
    .cooui-open-product .cop-banner-inner {
        padding: 48px 16px 24px;
    }
    .ys-page-wrap:not(.home-page) .ys-nyban-wrap.ys-pos-center:has(.ys-nyban-btn),
    .cooui-open-product .cop-banner-inner:has(.cop-banner-actions) {
        padding: 48px 16px 24px;
    }
}

/* cooui 覆盖样式：列表/详情缩略图按容器裁切，避免拉伸变形 */
.ys-imgbox-cover img:nth-child(2) {
    object-fit: cover;
    object-position: center;
}
.ys-imgbox-cover img[src=""],
.ys-imgbox-cover img:not([src]) {
    display: none;
}

/* 导航栏联系电话：与源站一致使用品牌蓝 */
.mod-nav-numb p {
    color: var(--colormain1);
}
.mod-nav-numb p strong {
    font-weight: 700;
    color: inherit;
}

/* 首页「能为您做什么」左右栏宽度 6:4 */
@media screen and (min-width: 768px) {
    .home-some .hsbu-li-sec-le {
        width: 60%;
    }
    .home-some .hsbu-li-sec-ri {
        width: 40%;
    }
}
@media screen and (min-width: 992px) {
    .home-some .hsbu-li-sec-ri {
        padding-left: 60px;
    }
}
@media screen and (min-width: 1200px) {
    .home-some .hsbu-li-sec-ri {
        padding-left: 80px;
    }
}

/* 首页「能为您做什么」标题下间距 */
.home-some h2 {
    margin-bottom: 52px;
}
@media screen and (max-width: 1199px) {
    .home-some h2 {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
    .home-some h2 {
        margin-bottom: 32px;
    }
}

/* 首页静态企业业务介绍（SEO 正文，不依赖 Tab/JS） */
.home-intro {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, #f5fafd 0%, #ffffff 48%, #f7fbfe 100%);
}
.home-intro-deco {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}
.home-intro-deco-1 {
    width: 420px;
    height: 420px;
    top: -160px;
    right: -80px;
    background: radial-gradient(circle at 35% 35%, rgba(0, 142, 216, 0.22) 0%, rgba(0, 142, 216, 0.08) 42%, rgba(0, 142, 216, 0) 72%);
}
.home-intro-deco-2 {
    width: 320px;
    height: 320px;
    bottom: -120px;
    left: -60px;
    background: radial-gradient(circle at 60% 40%, rgba(64, 180, 230, 0.18) 0%, rgba(0, 142, 216, 0.06) 45%, rgba(0, 142, 216, 0) 70%);
}
.home-intro-deco-3 {
    width: 160px;
    height: 160px;
    top: 42%;
    right: 18%;
    background: radial-gradient(circle at center, rgba(0, 168, 232, 0.16) 0%, rgba(0, 142, 216, 0.04) 55%, transparent 75%);
}
.home-intro-inner {
    position: relative;
    z-index: 1;
}
.home-intro .std-h1-inside {
    position: relative;
    margin-bottom: 28px;
    padding-left: 18px;
    text-align: center;
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.home-intro .std-h1-inside::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.18em;
    width: 5px;
    height: 0.9em;
    border-radius: 3px;
    background: linear-gradient(180deg, #008ED8 0%, #4fc3f7 100%);
}
.home-intro-body {
    max-width: none;
    width: 100%;
    padding: 28px 32px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(0, 142, 216, 0.08);
    box-shadow: 0 12px 40px rgba(0, 90, 140, 0.05);
    backdrop-filter: blur(2px);
}
.home-intro-body p {
    margin: 0 0 18px;
    line-height: 1.9;
    text-align: justify;
    text-justify: inter-ideograph;
    color: #333;
}
.home-intro-body p:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 991px) {
    .home-intro-deco-1 {
        width: 280px;
        height: 280px;
        top: -100px;
        right: -90px;
    }
    .home-intro-deco-2 {
        width: 220px;
        height: 220px;
    }
    .home-intro-deco-3 {
        width: 110px;
        height: 110px;
        right: 8%;
    }
}
@media screen and (max-width: 767px) {
    .home-intro .std-h1-inside {
        margin-bottom: 20px;
        padding-left: 14px;
        margin-left: auto;
        margin-right: auto;
    }
    .home-intro-body {
        padding: 20px 16px;
        border-radius: 12px;
    }
    .home-intro-body p {
        margin-bottom: 14px;
        line-height: 1.8;
    }
    .home-intro-deco-3 {
        display: none;
    }
}

/* 首页「能为您做什么」底部子项卡片：等宽等高、文字与图标垂直居中 */  
.home-some .hlsl-bot-ul {
    align-items: stretch;
}
.home-some .hlsl-bot-ul-li {
    display: flex;
    width: 33.333333%;
    box-sizing: border-box;
}
.home-some .hbul-box {
    width: 100%;
    min-height: 56px;
    height: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
}
.home-some .hbul-box p {
    flex: 1;
    margin: 0;
    min-width: 0;
    align-self: center;
}
.home-some .hbul-box-icon {
    width: 36px;
    height: 36px;
    margin-left: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.home-some .hbul-box-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media screen and (max-width: 991px) {
    .home-some .hbul-box {
        min-height: 52px;
        padding: 10px 16px;
    }
    .home-some .hbul-box-icon {
        width: 32px;
        height: 32px;
        margin-left: 12px;
    }
}
@media screen and (max-width: 767px) {
    .home-some .hlsl-bot-ul-li {
        width: 100%;
    }
    .home-some .hbul-box {
        min-height: 48px;
        padding: 10px 14px;
    }
    .home-some .hbul-box-icon {
        width: 28px;
        height: 28px;
    }
}

/* 首页统计数据区标题下间距 */
.home-pany h2 {
    margin-bottom: 56px;
}
@media screen and (max-width: 1199px) {
    .home-pany h2 {
        margin-bottom: 44px;
    }
}
@media screen and (max-width: 767px) {
    .home-pany h2 {
        margin-bottom: 36px;
    }
}

/* 首页新闻资讯：标题 + 更多按钮左右对齐 */
.home-spots .home-spots-head {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 16px;
    margin-bottom: 34px;
}
.home-spots .home-spots-head::before,
.home-spots .home-spots-head::after {
    display: none;
}
.home-spots .home-spots-head h2,
.home-spots .home-spots-head .std-h3 {
    margin: 0 !important;
    padding: 0;
    flex: 0 1 auto;
    line-height: 1.5;
    float: none;
}
.home-spots .home-spots-head .home-spots-more,
.home-spots .home-spots-head .std-btn1 {
    margin: 0 0 0 auto !important;
    flex-shrink: 0;
    float: none;
}
@media screen and (max-width: 767px) {
    .home-spots .home-spots-head {
        margin-bottom: 28px;
        gap: 12px;
    }
    .home-spots .home-spots-head .std-btn1-box {
        padding: 5px 22px;
        font-size: 14px;
        line-height: 1.5;
    }
}

/* 顶部 LOGO 宽度 */
@media screen and (min-width: 1200px) {
    .head-logo {
        width: 140px;
    }
}

/* 详情页：推荐阅读 sticky + 标题与卡片间距（对齐源站 main3860.css） */
body.sticky-body {
    overflow: visible !important;
}

.detain-page {
    overflow: visible !important;
}

@media screen and (min-width: 1200px) {
    .detain-page .detain-page-cont {
        display: flex;
        align-items: flex-start;
    }
    .detain-page .detain-page-left {
        width: 66%;
    }
    .detain-page .detain-page-right {
        width: 34%;
        padding-left: 25px;
        position: sticky;
        top: 0;
        padding-top: 170px;
        align-self: flex-start;
    }
    .detain-page .detain-page-right-title {
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 1199px) {
    .detain-page .detain-page-right {
        position: static;
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .detain-page .detain-page-right-title {
        margin-bottom: 12px;
    }
}

/* 导航下拉：第三级分类 iconfont 彩色图标（原 48px，缩小一倍） */
.cooui-nav-icon {
    width: 24px;
    height: 24px;
    display: block;
}
.spul-icon .cooui-nav-icon {
    width: 38px;
    height: 38px;
}
/* 解决方案下拉：同行卡片等高，图标区固定尺寸 */
.solu-pull-ul {
    align-items: stretch;
}
.solu-pull-ul-li {
    display: flex;
}
.solu-pull-ul-li > a {
    width: 100%;
    min-height: 68px;
    box-sizing: border-box;
}
.solu-pull .spul-icon {
    width: 38px;
    height: 38px;
    margin-right: 30px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.spul-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* 产品下拉：图标尺寸与悬停效果对齐解决方案下拉 */
.prod-pull .prod-pull-le {
    padding-top: 30px;
}
.prod-pull .prod-pull-ri-wrap {
    padding: 52px 6px 52px 27px;
}
.prod-pull .prod-pull-ri-cont {
    margin-bottom: 0;
}
.prod-pull .pprc-list-box {
    height: auto;
    min-height: 220px;
    max-height: 315px;
}
.prod-pull .pprc-list-wrap {
    margin: 0 -14px;
    padding-right: 240px;
}
.prod-pull .pprc-list-item {
    width: 33.333333%;
    padding: 0 14px;
    margin-bottom: 28px;
    box-sizing: border-box;
}
.prod-pull .pprc-list-item-lis {
    margin-bottom: 0;
}
.prod-pull .plil-tp {
    margin-bottom: 0;
}
.prod-pull .plil-tp-box {
    padding: 12px 20px;
    border-radius: 6px;
    transition: all .4s;
    background: transparent;
    min-height: 68px;
    box-sizing: border-box;
    overflow: hidden;
}
.prod-pull .plil-tp-box:hover {
    background: rgba(0, 140, 206, 0.06);
}
.prod-pull .plil-tp-box:hover p {
    color: var(--colormain1);
}
.prod-pull .plil-tp-box-icon {
    width: 38px;
    height: 38px;
    margin-right: 30px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}
.prod-pull .plil-tp-box-icon .cooui-nav-icon,
.prod-pull .plil-tp-box-icon img {
    width: 38px;
    height: 38px;
    object-fit: contain;
    display: block;
}
.prod-pull .pprc-list-item-ul {
    padding-left: 20px;
    margin-top: 8px;
}

/* FAQ 详情页：上一篇/下一篇链接使用正文色，非默认蓝 */
.detail-core .dcct-foot a {
    color: inherit;
    text-decoration: none;
}
.detail-core .dcct-foot a:hover {
    color: var(--colormain1);
}

/* 详情页：上一篇/下一篇链接使用主题色 */
.detain-page .dplt-foot-ul-li a {
    color: var(--colormain1);
}
.detain-page .dplt-foot-ul-li a:hover {
    color: var(--colormain1);
}

/* 右侧悬浮栏 3D 吉祥物：轻微上下浮动 */
@keyframes cooui-mascot-float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.mswc-icon img {
    animation: cooui-mascot-float 2.8s ease-in-out infinite;
    transform-origin: center bottom;
}
.mswc-ul-li:last-child {
    border-bottom: none;
}

/* 隐私政策页 */
.ys-privacy .ys-secretju {
    padding: 48px 0 90px;
}
.ys-privacy-page-title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.3;
    color: #222;
    margin: 0 0 12px;
}
.ys-privacy .ys-secretnr h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.75;
    color: #333;
    margin: 28px 0 12px;
}
.ys-privacy .ys-secretnr h2:first-of-type {
    margin-top: 0;
}
.ys-privacy .ys-secretnr p {
    font-size: 16px;
    line-height: 1.85;
    color: #555;
    margin-bottom: 12px;
}
.ys-privacy-meta {
    color: #888;
    font-size: 14px;
    margin-bottom: 24px !important;
}
@media screen and (max-width: 767px) {
    .ys-privacy-page-title { font-size: 24px; }
    .ys-privacy .ys-secretju { padding: 32px 0 48px; }
    .ys-privacy .ys-secretnr p { font-size: 14px; }
}

/* 网站地图页 */
.ys-sitemap .ys-secretju {
    padding: 48px 0 90px;
}
.ys-sitemap .ys-sitemap-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 56px;
    margin-top: 8px;
}
.ys-sitemap-group-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: #222;
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid #008ED8;
}
.ys-sitemap-group-title a {
    color: inherit;
    text-decoration: none;
}
.ys-sitemap-group-title a:hover {
    color: #008ED8;
}
.ys-sitemap-list,
.ys-sitemap-sublist {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ys-sitemap-list > li {
    margin-bottom: 12px;
}
.ys-sitemap-list a,
.ys-sitemap-sublist a {
    color: #555;
    line-height: 1.8;
    text-decoration: none;
    font-size: 15px;
}
.ys-sitemap-item-main {
    font-weight: 600;
    color: #333 !important;
}
.ys-sitemap-list a:hover,
.ys-sitemap-sublist a:hover {
    color: #008ED8;
}
.ys-sitemap-sublist {
    margin-top: 6px;
    padding-left: 16px;
}
.ys-sitemap-sublist-deep {
    margin-top: 4px;
}
.ys-sitemap-sublist li {
    margin-bottom: 4px;
}
@media screen and (max-width: 991px) {
    .ys-sitemap .ys-sitemap-grid {
        gap: 28px 32px;
    }
}
@media screen and (max-width: 767px) {
    .ys-sitemap .ys-secretju {
        padding: 32px 0 48px;
    }
    .ys-sitemap .ys-sitemap-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .ys-sitemap-list a,
    .ys-sitemap-sublist a {
        font-size: 14px;
    }
}

.fccr-inof-nub .fccr-inof-nub-link {
    display: block;
    padding: 18px 0;
}

@media (prefers-reduced-motion: reduce) {
    .mswc-icon img {
        animation: none;
    }
}

/* 企业文化：三卡横排 */
.cult-list .cult-list-ul {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
.cult-list .cult-list-ul.clearfix::after {
    display: none !important;
    content: none !important;
}
.cult-list .cult-list-ul-li {
    display: flex;
    float: none !important;
    width: auto !important;
    margin: 0 !important;
}
.cult-list .cult-list-hideul {
    display: none !important;
}
.cult-list .cult-list-iconbox {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    min-height: 0;
    margin-bottom: 20px;
    border-radius: 12px;
    background: linear-gradient(145deg, #eef6ff 0%, #f5f9ff 100%);
}
.cult-list .cult-list-iconbox--1 {
    background: linear-gradient(145deg, #eef6ff 0%, #e3f0ff 100%);
}
.cult-list .cult-list-iconbox--2 {
    background: linear-gradient(145deg, #f0f4ff 0%, #e8eeff 100%);
}
.cult-list .cult-list-iconbox--3 {
    background: linear-gradient(145deg, #eef8ff 0%, #e5f3ff 100%);
}
.cult-list .cooui-cult-icon {
    width: 104px;
    height: 104px;
    display: block;
}
.cult-list-ul--static .clul-cry::after,
.cult-list-ul--static .cult-list-ul-li.act .clul-cry::after {
    display: none !important;
    animation: none !important;
    opacity: 0 !important;
}
.cult-list .clul-cry {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
}
.cult-list .clul-cry-bot {
    position: relative;
    z-index: 2;
    flex: none;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.cult-list .clul-cry-bot-tit {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #222;
    line-height: 1.4;
    margin-bottom: 12px;
}
.cult-list .clul-cry-bot-word {
    flex: none;
    min-height: 0;
}
.cult-list .clul-cry-bot-word p {
    text-align: center;
    text-wrap: pretty;
    line-height: 1.85;
    letter-spacing: 0.02em;
    color: var(--color666);
}
@media screen and (max-width: 767px) {
    .cult-list .cult-list-ul {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .cult-list .cult-list-iconbox {
        height: 100px;
        margin-bottom: 16px;
    }
    .cult-list .cooui-cult-icon {
        width: 80px;
        height: 80px;
    }
}

/* 企业文化页：Banner / 标题区 / 使命愿景价值观 */
.cult-page .ys-nyban-title {
    text-align: center;
}
.cult-page .ys-nyban-title h1 {
    color: #fff;
    font-size: 40px;
    line-height: 1.35;
    font-weight: 600;
    margin-bottom: 14px;
}
.cult-page .ys-nyban-title p {
    color: #fff;
    font-size: 18px;
    line-height: 1.75;
    opacity: 0.95;
}
.cult-page .ys-nyban-wrap.ys-pos-center {
    width: 100%;
    max-width: 1400px;
    padding: 0 24px;
    text-align: center;
    top: 56%;
    transform: translate(-50%, -50%);
}
.cult-page .cult-team-top {
    text-align: center;
    padding-bottom: 48px;
}
.cult-page .cult-team-top span {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 16px;
    white-space: nowrap;
}
.cult-page .cult-team-top .std-h1-inside {
    max-width: none;
    margin: 0 auto;
    line-height: 1.45;
    font-weight: 600;
    white-space: nowrap;
}
.cult-page .ys-switch1-cry {
    min-height: 360px;
}
.cult-page .ys-switch1-cry-list-text {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cult-page .sclt-orgin {
    width: 100%;
    text-align: center;
    align-items: center;
}
.cult-page .sclt-orgin-tit {
    text-align: center;
    font-weight: 600;
    margin-bottom: 12px;
}
.cult-page .sclt-orgin-word {
    display: block !important;
    width: 100%;
    height: auto !important;
    max-height: none;
    overflow: visible;
    padding-right: 0;
}
.cult-page .sclt-orgin-word p {
    text-align: center;
    line-height: 1.75;
    color: #fff;
    white-space: nowrap;
}
@media screen and (max-width: 767px) {
    .cult-page .ys-nyban-wrap.ys-pos-center {
        text-align: center;
    }
    .cult-page .cult-team-top span {
        font-size: 22px;
        white-space: normal;
    }
    .cult-page .cult-team-top .std-h1-inside {
        font-size: 22px;
        line-height: 1.4;
        white-space: normal;
    }
    .cult-page .ys-switch1-cry {
        min-height: 280px;
    }
}

/* ERP解决方案页 */
.immove-page .immove-chall.cooui-challenges,
.immove-page .immove-chall {
    background: linear-gradient(180deg, #eff6fa 0%, #f5f9fc 100%);
}
/* flex 列表禁用 clearfix 伪元素，避免挤占列宽导致版式错乱 */
.immove-page .immove-chall-ul.clearfix::after,
.immove-page .cooui-solution-system-list.clearfix::after,
.immove-page .immove-reas-ul.clearfix::after {
    display: none !important;
    content: none !important;
}
/* 使用 flex 栅格，不再依赖 slick 轮播 */
.immove-page .immove-chall-ul .immove-chall-ul-li.slick-slide {
    display: flex !important;
    width: 33.333% !important;
}
.immove-page .immove-chall-ul .slick-list,
.immove-page .immove-chall-ul .slick-track {
    width: 100% !important;
    display: flex !important;
    transform: none !important;
}
.immove-page .immove-chall-ul .slick-dots {
    display: none !important;
}
.immove-page .immove-chall .std-h1-inside {
    text-align: center;
    margin-bottom: 48px;
}
.immove-page .cooui-challenges-ul,
.immove-page .immove-chall-ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 -12px;
}
.immove-page .immove-chall-ul .immove-chall-ul-li {
    float: none !important;
    display: flex;
    flex-direction: column;
    width: 33.333%;
    padding: 0 12px;
    box-sizing: border-box;
    height: auto !important;
}
.immove-page .immove-chall-ul .icul-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 36px 28px 40px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e6edf5;
    box-shadow: 0 6px 24px rgba(15, 60, 120, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    position: relative;
    text-decoration: none;
}
.immove-page .immove-chall-ul .icul-box::after {
    display: none;
}
.immove-page .immove-chall-ul .icul-box:hover {
    transform: translateY(-4px);
    border-color: rgba(var(--colormain1-rgb, 43, 125, 233), 0.25);
    box-shadow: 0 12px 32px rgba(15, 60, 120, 0.1);
}
.immove-page .immove-chall-ul .icul-box:hover .icul-box-text {
    color: var(--colormain1);
}
.immove-page .immove-chall-ul .icul-box-text {
    height: auto;
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #edf2f8;
    color: #1a2b3c;
    font-weight: 600;
    line-height: 1.5;
}
.immove-page .immove-chall-ul .icul-box-btm {
    flex: 1;
}
.immove-page .immove-chall-ul .icul-box-btm ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.immove-page .immove-chall-ul .icul-box-btm ul li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 16px;
    list-style: none;
}
.immove-page .immove-chall-ul .icul-box-btm ul li:last-child {
    margin-bottom: 0;
}
.immove-page .immove-chall-ul .icul-box-btm ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--colormain1);
    opacity: 0.75;
}
.immove-page .immove-chall-ul .icul-box-btm ul li p {
    margin: 0;
    font-size: 15px;
    line-height: 1.85;
    color: #5a6570;
    text-align: justify;
    text-justify: inter-ideograph;
}
@media screen and (max-width: 991px) {
    .immove-page .immove-chall-ul .immove-chall-ul-li {
        width: 50%;
        margin-bottom: 16px;
    }
}
@media screen and (max-width: 767px) {
    .immove-page .immove-chall-ul .immove-chall-ul-li {
        width: 100%;
    }
    .immove-page .immove-chall-ul .icul-box {
        padding: 28px 22px 32px;
    }
    .immove-page .immove-chall .std-h1-inside {
        margin-bottom: 32px;
    }
}
.immove-page .immove-presc-ri-item {
    display: none;
}
.immove-page .immove-presc-ri-item:first-child {
    display: block;
}
.immove-page .cooui-erp-tab-top {
    background: url(../images/d1_bg01.png) center / cover no-repeat;
}
.immove-page .cooui-erp-diagram {
    display: none !important;
}
.immove-page .cooui-solution-system {
    background: linear-gradient(180deg, #f5f8fc 0%, #fff 55%);
}
.immove-page .cooui-solution-system .std-h1-inside {
    text-align: center;
}
.immove-page .cooui-solution-system-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 40px -10px 0;
}
.immove-page .cooui-solution-system-item {
    float: none !important;
    display: flex;
    flex-direction: column;
    width: 33.333%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.immove-page .cssi-box {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
    padding: 28px 24px 32px;
    border: 1px solid #e6edf5;
    box-shadow: 0 6px 24px rgba(15, 60, 120, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.immove-page .cssi-box:hover {
    transform: translateY(-4px);
    border-color: rgba(var(--colormain1-rgb, 43, 125, 233), 0.25);
    box-shadow: 0 12px 32px rgba(15, 60, 120, 0.1);
}
.immove-page .cssi-head {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid #edf2f8;
}
.immove-page .cssi-num {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    color: var(--colormain1);
    opacity: 0.35;
    flex-shrink: 0;
}
.immove-page .cssi-tit {
    color: #1a2b3c;
    font-weight: 600;
    line-height: 1.4;
}
.immove-page .cssi-text p {
    margin: 0;
    line-height: 1.85;
    color: #5a6570;
    font-size: 15px;
    text-align: justify;
    text-justify: inter-ideograph;
}
.immove-page .cssi-text strong {
    color: #2c3e50;
    font-weight: 600;
}
.immove-page .cssi-text {
    flex: 1;
}
.immove-page .immove-reas-ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 -14px;
}
.immove-page .immove-reas-ul-li {
    float: none !important;
    display: flex;
    flex-direction: column;
    width: 33.333%;
    padding: 0 14px;
    box-sizing: border-box;
    height: auto !important;
}
.immove-page .immove-reas-ul-li .irul-box {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.immove-page .immove-reas-ul-li .irul-box-btm {
    flex: 1;
}
.immove-page .immove-case-ul-li a.icul-sec {
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
}
.immove-page .immove-case-ul-li .icul-cover.ys-imgbox-cover {
    width: 100%;
    margin: 0;
}
.immove-page .immove-case-ul-li .icul-btm {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 24px 22px 28px;
}
.immove-page .immove-case-ul-li .icul-tit {
    height: auto;
    margin-bottom: 12px;
}
.immove-page .immove-case-ul-li .icul-word {
    flex: 1;
    margin-bottom: 20px;
}
.immove-page .immove-case-ul-li .icul-word p {
    height: auto;
    -webkit-line-clamp: 4;
}
@media screen and (max-width: 991px) {
    .immove-page .immove-reas-ul-li {
        width: 100% !important;
    }
    .immove-page .immove-reas-ul {
        margin: 0;
    }
}
@media screen and (max-width: 1199px) {
    .immove-page .cooui-solution-system-item {
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .immove-page .cooui-solution-system-list {
        margin-top: 28px;
    }
    .immove-page .cooui-solution-system-item {
        width: 100%;
        margin-bottom: 16px;
    }
    .immove-page .cssi-box {
        padding: 24px 20px 28px;
    }
    .immove-page .immove-reas-ul-li {
        margin-bottom: 14px;
    }
    .immove-page .immove-reas-ul-li:last-child {
        margin-bottom: 0;
    }
    .immove-page .immove-reas-ul-li .irul-box {
        padding: 22px 18px 26px;
    }
    .immove-page .immove-reas-ul-li .irul-box-tp {
        margin-bottom: 18px;
        padding-bottom: 14px;
    }
    .immove-page .immove-reas-ul-li .irul-box-tp-icon {
        width: 40px;
        flex-shrink: 0;
    }
    .immove-page .immove-reas .std-h1-inside {
        margin-bottom: 28px;
    }
    .immove-page .immove-case-ul-li .icul-btm {
        padding: 18px 16px 22px;
    }
    .immove-page .immove-case-ul-li .icul-word {
        margin-bottom: 16px;
    }
    .immove-page .immove-case-ul-li .icul-word p {
        -webkit-line-clamp: 3;
        font-size: 14px;
        line-height: 1.7;
    }
    .immove-page .immove-case-ul-li .icul-tit {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .immove-page .cooui-erp-case-more {
        margin-top: 24px;
    }
}
.immove-page .cooui-erp-case-more {
    margin-top: 32px;
    text-align: center;
}
.immove-page .cooui-erp-case-more .std-btn2-box {
    display: inline-block;
}

/* 通用解决方案页 */
.cooui-solution-intro {
    background: #fff;
}
.cooui-solution-intro-wrap {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.cooui-solution-intro-desc {
    margin: 24px auto 32px;
    text-align: justify;
    text-justify: inter-ideograph;
}
.cooui-solution-intro-desc p {
    line-height: 1.85;
}
.cooui-solution-intro-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.cooui-solution-intro-actions .fl {
    float: none;
}

/* 预约演示页 */
.prfrom-page .mod-bots {
    display: none !important;
}
.prfrom-page .apcr-btn.std-btn2 {
    display: block;
    width: 100%;
    float: none;
    margin-top: 20px;
}
.prfrom-page .apcr-btn .cooui-demo-submit {
    display: block;
    width: 100%;
    border: none;
    font-family: inherit;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    padding: 10px 28px;
    background: var(--colormain1, #0074b0);
    border-radius: 80px;
    text-align: center;
    box-sizing: border-box;
}
.prfrom-page .apcr-btn {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
    .prfrom-page .prfrom-ri-cry {
        padding-bottom: 20px;
    }
    .prfrom-page .apcr-btn {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 12px;
        padding-right: 0;
    }
}
.prfrom-page .prfrom-ri-cry {
    overflow: visible;
    background: rgba(255, 255, 255, 0.38) !important;
    backdrop-filter: blur(28px) saturate(1.35);
    -webkit-backdrop-filter: blur(28px) saturate(1.35);
    border: 1px solid rgba(255, 255, 255, 0.72);
    box-shadow:
        0 12px 40px rgba(15, 60, 120, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.75);
}
.prfrom-page .prfrom-ri-list-input,
.prfrom-page .prfrom-ri-area-cry {
    background: rgba(255, 255, 255, 0.42) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
}
.prfrom-page .prfrom-ri-item-ul {
    gap: 10px;
    margin: 0;
}
.prfrom-page .priu-li {
    width: calc((100% - 20px) / 3);
    padding: 0;
    margin-bottom: 0;
}
.prfrom-page .priu-li .priu-li-text {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.prfrom-page .priu-li .priu-li-text p {
    margin: 0;
    line-height: 1.4;
    padding: 6px 8px;
}
.prfrom-page .priu-li.act .priu-li-text {
    background: rgba(0, 116, 176, 0.85);
    border-color: rgba(0, 116, 176, 0.9);
}

/* open 风格产品页 */
.cooui-open-product .cop-banner {
    position: relative;
    overflow: hidden;
    color: #fff;
}
.cooui-open-product .cop-banner-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.cooui-open-product .cop-banner-bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    vertical-align: top;
}
.cooui-open-product .cop-banner-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
}
@media screen and (min-width: 768px) {
    .cooui-open-product .cop-banner-inner {
        min-height: 420px;
        padding: 30px 24px 60px;
        justify-content: center;
    }
    .cooui-open-product .cop-banner-top {
        position: absolute;
        top: 30px;
        left: 24px;
        right: 24px;
        z-index: 3;
        width: auto;
        max-width: calc(100% - 48px);
        text-align: left;
    }
    .cooui-open-product .cop-banner-title {
        font-size: var(--font40);
        line-height: var(--line12);
        margin: 0 0 26px;
    }
    .cooui-open-product .cop-banner-actions {
        margin-top: var(--space50);
    }
}
.cooui-open-product .cop-banner .ys-bread {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}
.cooui-open-product .cop-banner .ys-bread-list:first-child {
    padding-left: 0;
}
.cooui-open-product .cop-banner .ys-bread li a,
.cooui-open-product .cop-banner .ys-bread-list::before {
    color: #fff;
    opacity: 0.8;
    font-size: var(--font14);
    line-height: 1.7;
}
.cooui-open-product .cop-banner-body {
    width: 100%;
    max-width: 640px;
    align-self: flex-start;
    text-align: left;
}
.cooui-open-product .cop-banner-content {
    max-width: none;
    width: 100%;
    text-align: left;
}
.cooui-open-product .cop-banner-title {
    font-weight: 400;
    color: #fff;
    text-align: left;
}
.cooui-open-product .cop-banner-sub {
    font-size: var(--font16);
    line-height: var(--line18);
    margin: 0;
    color: #fff;
    text-align: left;
}
.cooui-open-product .cop-banner-actions {
    text-align: left;
}
.cooui-open-product .cop-banner-actions .std-btn2 {
    margin-right: 14px;
}
.cooui-open-product .cop-banner-actions .std-btn2-box {
    padding: 7px 45px;
}
.cooui-open-product .cop-banner-actions .std-btn1-box {
    border: solid 1px var(--colorfff);
    color: var(--colorfff);
    padding: 6px 40px;
}
.cooui-open-product .cop-section-head {
    text-align: center;
    margin-bottom: 72px;
}
/* open 页：能力/特点面板容器 */
.cooui-open-product .cop-ability-panels {
    position: relative;
    min-height: 360px;
}
.cooui-open-product .cop-trait-panels {
    position: relative;
}
.cooui-open-product .cop-position-text {
    flex: 1;
    min-width: 0;
}
.cooui-open-product .cop-section-sub {
    margin: 12px auto 0;
    max-width: 760px;
    color: #888;
    font-size: 16px;
    line-height: 1.7;
}
.cooui-open-product .cop-value-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.cooui-open-product .cop-value-side {
    flex: 1;
    margin: 0;
    padding: 0;
    list-style: none;
    min-width: 0;
}
.cooui-open-product .cop-value-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 48px;
}
.cooui-open-product .cop-value-item:last-child {
    margin-bottom: 0;
}
.cooui-open-product .cop-value-item--left {
    flex-direction: row;
    justify-content: flex-end;
}
.cooui-open-product .cop-value-item--right {
    flex-direction: row;
    justify-content: flex-start;
}
.cooui-open-product .cop-value-text {
    flex: 0 1 280px;
    max-width: 280px;
}
.cooui-open-product .cop-value-item--left .cop-value-text {
    text-align: right;
}
.cooui-open-product .cop-value-item--right .cop-value-text {
    text-align: left;
}
.cooui-open-product .cop-value-item img,
.cooui-open-product .cop-value-icon {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cooui-open-product .cop-value-icon .cooui-open-icon {
    width: 56px;
    height: 56px;
}
.open-product-page .cooui-open-icon {
    width: 100%;
    height: 100%;
    display: block;
}
.cooui-open-product .cop-value-title {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
}
.cooui-open-product .cop-value-side p {
    margin: 0;
    color: #666;
    line-height: 1.7;
    font-size: 14px;
}
.cooui-open-product .cop-value-center {
    position: relative;
    width: 460px;
    flex-shrink: 0;
    text-align: center;
    margin: 0 8px;
}
.cooui-open-product .cop-value-ring {
    width: 100%;
    max-width: 360px;
}
.cooui-open-product .cop-value-pc {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 88%;
    max-width: 340px;
    transform: translate(-50%, -45%);
    border-radius: 0;
    box-shadow: none;
}
.cooui-open-product .cop-position {
    background: #f7f9fc;
}
.cooui-open-product .cop-position-grid {
    display: flex;
    align-items: center;
    gap: 48px;
}
.cooui-open-product .cop-position-diagram {
    width: 58%;
    max-width: 720px;
    height: auto;
    border-radius: 10px;
}
.cooui-open-product .cop-position-name {
    margin: 0 0 16px;
}
.cooui-open-product .cop-position-desc p {
    margin: 0 0 12px;
    line-height: 1.85;
    color: #555;
}
.cooui-open-product .cop-trait-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin-bottom: 40px;
}
.cooui-open-product .cop-ability-wrap {
    background: #f5f7fa;
    border-radius: 12px;
    overflow: hidden;
}
.cooui-open-product .cop-ability-tabs {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 0;
    margin-bottom: 0;
    padding: 0 24px;
    background: #fff;
    border-bottom: 1px solid #e8ecf0;
}
.cooui-open-product .cop-trait-tabs {
    gap: 56px;
    margin-bottom: 32px;
    align-items: flex-end;
}
.cooui-open-product .cop-ability-tab {
    flex: 1;
    min-width: 0;
    width: auto;
    max-width: 160px;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    padding: 28px 8px 20px;
    position: relative;
    transition: color 0.2s;
}
.cooui-open-product .cop-ability-tab::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    background: var(--colormain1, #0074b0);
    border-radius: 2px 2px 0 0;
    transform: translateX(-50%);
    transition: width 0.25s;
}
.cooui-open-product .cop-ability-tab.act::after {
    width: 48px;
}
.cooui-open-product .cop-trait-tab {
    width: 128px;
    opacity: 0.55;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    min-height: 108px;
    transition: opacity 0.2s, transform 0.2s;
}
.cooui-open-product .cop-ability-tab.act,
.cooui-open-product .cop-trait-tab.act {
    opacity: 1;
}
.cooui-open-product .cop-ability-tab-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background: transparent;
    transition: transform 0.2s;
}
.cooui-open-product .cop-trait-tab-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: transparent;
    transition: background 0.2s;
    flex-shrink: 0;
}
.cooui-open-product .cop-ability-tab.act .cop-ability-tab-icon {
    background: transparent;
    transform: translateY(-2px);
}
.cooui-open-product .cop-trait-tab.act .cop-trait-tab-icon {
    background: rgba(0, 116, 176, 0.1);
}
.cooui-open-product .cop-ability-tab-icon .cooui-open-icon {
    width: 44px;
    height: 44px;
}
.cooui-open-product .cop-trait-tab-icon .cooui-open-icon {
    width: 48px;
    height: 48px;
}
.cooui-open-product .cop-ability-tab-name {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    white-space: nowrap;
}
.cooui-open-product .cop-trait-tab-name {
    font-size: 16px;
    color: #222;
    line-height: 1.4;
    min-height: 22px;
}
.cooui-open-product .cop-ability-tab.act .cop-ability-tab-name {
    color: var(--colormain1, #0074b0);
    font-weight: 600;
}
.cooui-open-product .cop-trait-tab.act .cop-trait-tab-name {
    color: var(--colormain1, #0074b0);
    font-weight: 600;
}
.cooui-open-product .cop-ability-body {
    padding: 40px 48px 48px;
}
.cooui-open-product .cop-ability-panel,
.cooui-open-product .cop-trait-panel {
    display: none;
    align-items: stretch;
    gap: 48px;
    border-radius: 12px;
    padding: 40px;
}
.cooui-open-product .cop-ability-panel {
    align-items: stretch;
    gap: 40px;
    padding: 0;
    min-height: 360px;
    background: transparent;
    border: none;
    box-sizing: border-box;
}
.cooui-open-product .cop-trait-panel {
    align-items: flex-start;
    gap: 40px;
    padding: 40px 48px;
    min-height: 0;
    background: #fff;
    border: 1px solid #e9eef4;
    box-sizing: border-box;
}
.cooui-open-product .cop-ability-panel.act,
.cooui-open-product .cop-trait-panel.act {
    display: flex;
}
.cooui-open-product .cop-ability-panel-side {
    flex: 0 0 36%;
    max-width: 380px;
    padding-right: 0;
    display: flex;
    flex-direction: column;
}
.cooui-open-product .cop-trait-panel-side {
    flex: 0 0 38%;
    max-width: 400px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-self: flex-start;
}
.cooui-open-product .cop-ability-panel-side h3 {
    margin: 0 0 24px;
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.35;
}
.cooui-open-product .cop-ability-slide-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.cooui-open-product .cop-ability-slide {
    margin-bottom: 0;
    padding: 20px 22px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e8ecf0;
    cursor: pointer;
    transition: background 0.25s, border-color 0.25s, box-shadow 0.25s, color 0.25s;
}
.cooui-open-product .cop-ability-slide:hover {
    border-color: #c5d9eb;
}
.cooui-open-product .cop-ability-slide.act {
    background: linear-gradient(135deg, #0074b0 0%, #0096d6 100%);
    border-color: transparent;
    box-shadow: 0 8px 28px rgba(0, 116, 176, 0.28);
}
.cooui-open-product .cop-ability-slide p {
    margin: 0;
    line-height: 1.75;
    color: #555;
    font-size: 14px;
    transition: color 0.25s;
}
.cooui-open-product .cop-ability-slide.act p {
    color: #fff;
}
.cooui-open-product .cop-ability-panel-img {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
}
.cooui-open-product .cop-ability-panel-img-inner {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 12px 40px rgba(15, 50, 90, 0.08);
    border: 1px solid #eef2f6;
    padding: 0;
    overflow: hidden;
    line-height: 0;
    box-sizing: border-box;
}
.cooui-open-product .cop-trait-img {
    flex: 1;
    min-width: 0;
    align-self: flex-start;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.cooui-open-product .cop-trait-img-inner {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    border-radius: 10px;
    box-shadow: 0 12px 40px rgba(15, 50, 90, 0.08);
    border: 1px solid #eef2f6;
    background: #fff;
}
.cooui-open-product .cop-ability-panel-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    vertical-align: top;
}
.cooui-open-product .cop-trait-img img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: top;
}
.cooui-open-product .cop-trait-panel-side h3 {
    margin: 0 0 16px;
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.35;
}
.cooui-open-product .cop-trait-intro {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 1.85;
    color: #555;
}
.cooui-open-product .cop-trait-intro strong,
.cooui-open-product .cop-trait-slide p strong {
    color: #0074b0;
    font-weight: 600;
}
.cooui-open-product .cop-trait-slide-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.cooui-open-product .cop-trait-slide {
    margin-bottom: 0;
    padding: 16px 18px;
    border-radius: 8px;
    background: #f7f9fc;
    border: 1px solid #e8ecf0;
    cursor: pointer;
    transition: background 0.25s, border-color 0.25s, box-shadow 0.25s, color 0.25s;
}
.cooui-open-product .cop-trait-slide:hover {
    border-color: #c5d9eb;
}
.cooui-open-product .cop-trait-slide.act {
    background: linear-gradient(135deg, #0074b0 0%, #0096d6 100%);
    border-color: transparent;
    box-shadow: 0 8px 28px rgba(0, 116, 176, 0.28);
}
.cooui-open-product .cop-trait-slide p {
    margin: 0;
    line-height: 1.75;
    font-size: 14px;
    color: #555;
    transition: color 0.25s;
}
.cooui-open-product .cop-trait-slide.act p {
    color: #fff;
}
.cooui-open-product .cop-features {
    background: #fafbfd;
}
.cooui-open-product .cop-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 28px;
}
.cooui-open-product .cop-features-item {
    width: auto;
    padding: 0;
    box-sizing: border-box;
}
.cooui-open-product .cop-features-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 0;
    padding: 22px 20px 24px;
    background: #fff;
    border: 1px solid #e9eef4;
    border-radius: 10px;
    height: 100%;
    box-sizing: border-box;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.cooui-open-product .cop-features-card:hover {
    border-color: #c5d9eb;
    box-shadow: 0 8px 24px rgba(0, 116, 176, 0.08);
    transform: translateY(-2px);
}
.cooui-open-product .cop-features-card-top {
    display: flex;
    align-items: center;
    gap: 12px;
}
.cooui-open-product .cop-features-card-head {
    flex: 1;
    min-width: 0;
}
.cooui-open-product .cop-features-card-head h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #1a1a1a;
}
.cooui-open-product .cop-features-card-desc {
    margin: 0;
    padding-left: 56px;
    color: #777;
    line-height: 1.7;
    font-size: 13px;
}
.cooui-open-product .cop-features-card-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(0, 116, 176, 0.14), rgba(0, 116, 176, 0.05));
    border-radius: 10px;
}
.cooui-open-product .cop-features-card-icon .cooui-open-icon {
    width: 28px;
    height: 28px;
}
.cooui-open-product .cop-cta {
    position: relative;
    overflow: hidden;
    text-align: right;
    color: #fff;
    background: transparent;
}
.cooui-open-product .cop-cta .new-bom-foot-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.cooui-open-product .cop-cta .new-bom-foot-cont {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 88px;
}
.cooui-open-product .cop-cta-title {
    margin: 0 0 28px;
    font-size: 28px;
    font-weight: 500;
    text-align: right;
}
.cooui-open-product .cop-cta-actions,
.cooui-open-product .cop-cta .nbfc-button {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    flex-wrap: wrap;
}
.cooui-open-product .cop-cta .std-btn1-box {
    border-color: #fff;
    color: #fff;
}
@media (max-width: 1199px) {
    .cooui-open-product .cop-cta .new-bom-foot-cont {
        padding-right: 48px;
    }
}
@media (max-width: 767px) {
    .cooui-open-product .cop-cta {
        text-align: center;
    }
    .cooui-open-product .cop-cta .new-bom-foot-cont {
        align-items: center;
        padding-right: 0;
    }
    .cooui-open-product .cop-cta-title,
    .cooui-open-product .cop-cta .cop-cta-title.std-h1-inside {
        text-align: center;
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 18px;
        padding: 0 12px;
        max-width: 100%;
        box-sizing: border-box;
    }
    .cooui-open-product .cop-cta-actions .std-btn2-box,
    .cooui-open-product .cop-cta-actions .std-btn1-box {
        font-size: 14px;
        padding: 6px 18px;
    }
    .cooui-open-product .cop-cta-actions,
    .cooui-open-product .cop-cta .nbfc-button {
        justify-content: center;
    }
}
@media (max-width: 992px) {
    .cooui-open-product .cop-value-grid,
    .cooui-open-product .cop-position-grid,
    .cooui-open-product .cop-ability-panel.act,
    .cooui-open-product .cop-trait-panel.act {
        flex-direction: column;
    }
    .cooui-open-product .cop-trait-panel-side,
    .cooui-open-product .cop-ability-panel-side {
        max-width: none;
    }
    .cooui-open-product .cop-trait-img,
    .cooui-open-product .cop-ability-panel-img {
        flex: none;
        width: 100%;
        max-width: none;
    }
    .cooui-open-product .cop-ability-wrap {
        border-radius: 8px;
    }
    .cooui-open-product .cop-ability-tabs {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding: 0;
        gap: 0;
        scroll-snap-type: x proximity;
    }
    .cooui-open-product .cop-ability-tabs::-webkit-scrollbar {
        display: none;
        height: 0;
    }
    .cooui-open-product .cop-ability-tab {
        flex: 0 0 auto;
        min-width: 84px;
        max-width: none;
        padding: 20px 12px 16px;
        scroll-snap-align: start;
    }
    .cooui-open-product .cop-ability-body {
        padding: 28px 20px 32px;
    }
    .cooui-open-product .cop-ability-panel {
        min-height: 0;
    }
    .cooui-open-product .cop-ability-panel-side {
        flex: none;
        max-width: none;
        padding-right: 0;
    }
    .cooui-open-product .cop-trait-panel {
        padding: 32px 24px;
        min-height: 0;
    }
    .cooui-open-product .cop-value-center {
        order: -1;
        width: 100%;
        max-width: 240px;
        margin: 0 auto 28px;
    }
    .cooui-open-product .cop-value-ring {
        max-width: 240px;
        margin: 0 auto;
        display: block;
    }
    .cooui-open-product .cop-value-pc {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        display: block;
        width: 76%;
        max-width: 180px;
        margin: -36% auto 0;
    }
    .cooui-open-product .cop-value-item--left,
    .cooui-open-product .cop-value-item--right {
        justify-content: flex-start;
    }
    .cooui-open-product .cop-value-item--left {
        flex-direction: row-reverse;
    }
    .cooui-open-product .cop-value-item--left .cop-value-text,
    .cooui-open-product .cop-value-item--right .cop-value-text {
        text-align: left;
        max-width: none;
    }
    .cooui-open-product .cop-position-diagram {
        width: 100%;
    }
    .cooui-open-product .cop-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .cooui-open-product .cop-features-card-desc {
        padding-left: 0;
    }
}
@media (max-width: 768px) {
    .cooui-open-product .cop-value-center {
        max-width: 200px;
        margin-bottom: 20px;
    }
    .cooui-open-product .cop-value-ring {
        max-width: 200px;
    }
    .cooui-open-product .cop-value-pc {
        width: 72%;
        max-width: 150px;
        margin-top: -34%;
    }
    .cooui-open-product .cop-value-item {
        margin-bottom: 28px;
    }
    .cooui-open-product .cop-features-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .cooui-open-product .cop-features-card-desc {
        padding-left: 0;
    }
    .cooui-open-product .cop-ability-tabs,
    .cooui-open-product .cop-trait-tabs {
        gap: 12px;
    }
    .cooui-open-product .cop-ability-tabs {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding: 0;
        gap: 0;
        scroll-snap-type: x proximity;
    }
    .cooui-open-product .cop-ability-tabs::-webkit-scrollbar {
        display: none;
        height: 0;
    }
    .cooui-open-product .cop-ability-tab {
        flex: 0 0 auto;
        min-width: 84px;
        max-width: none;
        padding: 16px 12px 14px;
        scroll-snap-align: start;
    }
    .cooui-open-product .cop-ability-tab-icon {
        width: 52px;
        height: 52px;
    }
    .cooui-open-product .cop-ability-tab-icon .cooui-open-icon {
        width: 36px;
        height: 36px;
    }
    .cooui-open-product .cop-ability-tab-name {
        font-size: 13px;
        white-space: nowrap;
    }
    .cooui-open-product .cop-ability-body {
        padding: 20px 16px 24px;
    }
    .cooui-open-product .cop-ability-panel-side h3 {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .cooui-open-product .cop-ability-panel-img img {
        max-height: none;
    }
    .cooui-open-product .cop-trait-tab {
        width: 100px;
    }
    .cooui-open-product .cop-trait-tab-icon {
        width: 60px;
        height: 60px;
    }
    .cooui-open-product .cop-trait-tab-icon .cooui-open-icon {
        width: 40px;
        height: 40px;
    }
}

/* 客户案例详情：客户证言区 Logo 与导航一致 */
.cadeta-edr-le-logo {
    max-width: 140px;
}
.cadeta-edr-le-logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* 客户案例详情：正文与项目成效 */
.cadeta-edr-ri-cry .case-meta {
    margin-bottom: 28px;
    padding: 20px 24px;
    background: #f7fbfd;
    border: 1px solid #e6f4fc;
    border-radius: 12px;
}
.cadeta-edr-ri-cry .case-meta p {
    margin: 0 0 8px;
    font-size: 15px;
    line-height: 1.7;
    color: #4a5568;
}
.cadeta-edr-ri-cry .case-meta p:last-child {
    margin-bottom: 0;
}
.cadeta-edr-ri-cry .case-meta strong {
    color: #1a2b3c;
    font-weight: 600;
}
.cadeta-edr-ri-cry h3 {
    margin: 36px 0 16px;
    font-size: 22px;
    font-weight: 700;
    color: #1a2b3c;
    line-height: 1.4;
}
.cadeta-edr-ri-cry h3:first-child {
    margin-top: 0;
}
.cadeta-edr-ri-cry p {
    margin: 0 0 14px;
    font-size: 16px;
    line-height: 1.85;
    color: #4a5568;
}
.cadeta-edr-ri-cry img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 8px 0 20px;
}
.cadeta-edr-ri-cry .case-bullet-list {
    margin: 0 0 8px;
    padding-left: 1.2em;
    color: #4a5568;
}
.cadeta-edr-ri-cry .case-bullet-list li {
    margin-bottom: 10px;
    line-height: 1.75;
    font-size: 16px;
}
.cadeta-edr-ri-cry .case-results {
    margin: 4px 0 8px;
}
.cadeta-edr-ri-cry .case-results-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
.cadeta-edr-ri-cry .case-result-card {
    padding: 22px 20px;
    background: linear-gradient(135deg, #f0f9ff 0%, #fff 100%);
    border: 1px solid #d6eef8;
    border-radius: 12px;
    text-align: center;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.cadeta-edr-ri-cry .case-result-card:hover {
    border-color: #9dd4ef;
    box-shadow: 0 8px 24px rgba(0, 140, 206, 0.1);
}
.cadeta-edr-ri-cry .case-result-value {
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: #008cce;
    letter-spacing: -0.02em;
}
.cadeta-edr-ri-cry .case-result-label {
    font-size: 14px;
    line-height: 1.6;
    color: #5a6b7d;
}
@media screen and (max-width: 767px) {
    .cadeta-edr-ri-cry .case-results-grid {
        grid-template-columns: 1fr;
    }
    .cadeta-edr-ri-cry .case-result-value {
        font-size: 28px;
    }
}

/* 首页轮播：左侧渐变蒙版 + 高对比标题（适配亮/暗背景图） */
.home-page .ys-ban-imgbox::before {
    background: linear-gradient(
        90deg,
        rgba(4, 18, 42, 0.78) 0%,
        rgba(4, 18, 42, 0.52) 38%,
        rgba(4, 18, 42, 0.18) 58%,
        transparent 75%
    );
    pointer-events: none;
}
.home-page .ys-ban-txtbox {
    width: 100%;
    max-width: 1400px;
    padding: 0 24px;
    box-sizing: border-box;
    text-align: left;
}
.home-page .ys-ban-title {
    color: #fff !important;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.25;
    margin-bottom: 20px;
    max-width: 640px;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
}
.home-page .ys-ban-word {
    margin-bottom: 0;
}
.home-page .ys-ban-word p,
.home-page .ys-ban-word p * {
    color: rgba(255, 255, 255, 0.94) !important;
    font-size: 18px;
    line-height: 1.65;
    font-weight: 400;
    max-width: 560px;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.38);
}
@media screen and (max-width: 1199px) {
    .home-page .ys-ban-title {
        font-size: 40px;
    }
    .home-page .ys-ban-word p,
    .home-page .ys-ban-word p * {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .home-page .ys-ban-imgbox::before {
        background: linear-gradient(
            180deg,
            rgba(4, 18, 42, 0.72) 0%,
            rgba(4, 18, 42, 0.35) 45%,
            transparent 70%
        );
    }
    .home-page .ys-ban-txtbox {
        padding: 0 20px;
        width: 100%;
        top: 42%;
    }
    .home-page .ys-ban-title {
        font-size: 28px;
        margin-bottom: 14px;
        max-width: none;
    }
    .home-page .ys-ban-word p,
    .home-page .ys-ban-word p * {
        font-size: 14px;
        line-height: 1.6;
        max-width: none;
    }
    .home-page .ys-ban-slick .slick-dots {
        bottom: 12px;
        left: 0;
        right: 0;
        width: 100%;
        padding-left: 0 !important;
        text-align: center;
    }
}

/* 移动端底部：微信咨询二维码弹窗 */
@media screen and (max-width: 767px) {
    .mod-botbtn {
        align-items: stretch;
        gap: 12px;
    }
    .mod-botbtn-chat,
    .mod-botbtn-try {
        display: flex;
        width: auto;
        flex: 1;
    }
    .mod-botbtn-chat-box,
    .mod-botbtn-try-box {
        width: 100%;
        min-height: 42px;
        box-sizing: border-box;
    }
}

/* 移动端底部：微信咨询二维码弹窗 */
.cooui-wechat-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10001;
    align-items: center;
    justify-content: center;
    padding: 24px 20px;
}
.cooui-wechat-modal.is-open {
    display: flex;
}
body.cooui-wechat-modal-open {
    overflow: hidden;
}
.cooui-wechat-modal-mask {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}
.cooui-wechat-modal-box {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 300px;
    padding: 28px 24px 24px;
    background: #fff;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}
.cooui-wechat-modal-close {
    position: absolute;
    top: 8px;
    right: 12px;
    width: 32px;
    height: 32px;
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    color: #999;
    cursor: pointer;
}
.cooui-wechat-modal-title {
    margin: 0 0 18px;
    font-size: 18px;
    font-weight: 600;
    color: #1a2b3c;
    line-height: 1.4;
}
.cooui-wechat-modal-qr {
    width: 200px;
    height: 200px;
    margin: 0 auto 14px;
    padding: 8px;
    background: #f7fbfd;
    border: 1px solid #e6f4fc;
    border-radius: 8px;
    box-sizing: border-box;
}
.cooui-wechat-modal-qr img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.cooui-wechat-modal-tip {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

/* 搜索结果页 */
.cooui-search-page {
    background: #f7fbfd;
}
.cooui-search-head {
    margin-bottom: 36px;
    text-align: center;
}
.cooui-search-head .std-h1-inside {
    margin-bottom: 12px;
}
.cooui-search-keyword {
    margin-bottom: 20px;
    color: #666;
}
.cooui-search-keyword strong {
    color: #008cce;
    font-weight: 600;
}
.cooui-search-form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    max-width: 560px;
    margin: 0 auto;
}
.cooui-search-input {
    flex: 1;
    min-width: 0;
    height: 48px;
    padding: 0 16px;
    font-size: 15px;
    color: #333;
    background: #fff;
    border: 1px solid #d6eef8;
    border-radius: 8px;
    outline: none;
    box-sizing: border-box;
}
.cooui-search-input:focus {
    border-color: #008cce;
}
.cooui-search-form .std-btn2-box {
    flex-shrink: 0;
    height: 48px;
    line-height: 48px;
    padding: 0 28px;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
}
.cooui-search-results {
    margin-top: 8px;
}
.cooui-search-results .nbcu-li {
    display: flex;
    flex-direction: column;
}
.cooui-search-results .nbcu-li-img {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    flex-shrink: 0;
    background: #f0f4f8;
}
.cooui-search-results .nbcu-li-img.ys-imgbox-cover {
    width: 100%;
    margin: 0;
    border-radius: var(--border-radius12) var(--border-radius12) 0 0;
}
.cooui-search-results .nbcu-li-img.ys-imgbox-cover img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.cooui-search-results .nbcu-li-word {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.cooui-search-results .nbcu-li-title {
    flex: 1;
    margin-bottom: 12px;
}
.cooui-search-results .nbcu-li-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
}
.cooui-search-results .nbcu-li-link-btn {
    flex: none;
    max-width: calc(100% - 110px);
}
.cooui-search-results .nbcu-li-link-btn p {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #008cce;
    padding: 2px 8px;
    border-radius: 4px;
    background-color: #e6f4fc;
    box-sizing: border-box;
}
.cooui-search-results .nbcu-li-link-data {
    flex-shrink: 0;
}
@media screen and (max-width: 767px) {
    .cooui-search-form {
        flex-direction: row;
        align-items: stretch;
        max-width: none;
        gap: 10px;
    }
    .cooui-search-input {
        height: 50px;
        font-size: 16px;
    }
    .cooui-search-form .std-btn2-box {
        width: auto;
        min-width: 72px;
        height: 50px;
        line-height: 50px;
        padding: 0 18px;
        text-align: center;
    }
}

/* 移动端侧栏：关闭按钮（immove-page 曾将 .icon-close 全局设为白色导致不可见） */
@media screen and (max-width: 767px) {
    .ys-ph-navbar3 .ys-phmenu-top {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        box-sizing: border-box;
    }
    .ys-ph-navbar3 .ys-phmenu-top .ys-phnav-logo {
        float: none;
        flex: 0 0 auto;
    }
    .ys-ph-navbar3 .ys-phmenu-close {
        float: none;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        margin-left: auto;
        min-width: 48px;
        height: 64px;
        padding: 0 4px 0 12px;
        cursor: pointer;
    }
    .ys-ph-navbar3 .ys-phmenu-close .icon-close:before {
        color: var(--colormain1, #008CCE);
        font-size: 20px;
    }
}
