
    /* 全局基础字体，仅拓展，不覆盖bootstrap基础重置 */
html, body {
    font-family:pingfang SC,helvetica neue,arial,hiragino sans gb,microsoft yahei ui,microsoft yahei,simsun,sans-serif!important;
    color: #333;
    background-color: #fff;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}
a:hover {
    text-decoration: none;
    color: inherit;
}
/* 重写bootstrap manus-container，限制最大宽度1350px，左右15px边距 */
.manus-container {
    max-width: 1350px !important;
    padding-left: 15px;
    padding-right: 15px;
    margin:  0 auto;
}
/* 统一manus前缀自定义样式 */
/* 头部Banner区域 */
.manus-wrap-banner {
    width: 100%;
    background: url("/css/2025/images/manus-banImg.png") no-repeat top center;
    /* 修复1：取消cover，原图尺寸正常展示 */
    background-size: auto;
}
.manus-inner-banner {
    padding-top: 210px;
}
.manus-banner-title-main {
    font-size: 36px;
    color: #32312d;
    font-weight: 700;
    margin-bottom: 35px;
}
.manus-banner-title-sub {
    font-size: 24px;
    color: #0066ff;
    margin-bottom: 35px;
    font-weight: 600;
}
.manus-banner-desc {
    font-size: 14px;
    color: #555;
    line-height: 24px;
    max-width: 800px;
    margin-bottom: 35px;
}
.manus-banner-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
}
.manus-btn-banner {
    display: inline-block;
    width: 177px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 10px;
    background: #ececec;
    color: #32312d;
    font-size: 16px;
    transition: all 0.2s ease;
}
.manus-btn-banner.active {
    background: #0066ff;
    color: #fff;
}
.manus-btn-banner:hover {
    background: #0066ff;
    color: #fff;
}
/* 主体内容容器 */
.manus-wrap-main {
    padding-top: 214px;
    padding-bottom: 100px;
}
.manus-section-title {
    font-size: 30px;
    color: #333;
    font-weight: 700;
    text-align: center;
    margin-bottom: 55px;
}
.manus-sub-title-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 35px;
}
.manus-sub-title-line {
    display: inline-block;
    width: 5px;
    height: 18px;
    background: #32312d;
}
.manus-sub-title-text {
    font-size: 20px;
    color: #333;
    font-weight: 700;
}
/* 云平台按钮组 */
.manus-platform-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 67px;
    row-gap: 20px;
    margin-bottom: 55px;
}
.manus-btn-platform {
    display: inline-block;
    width: 182px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    border: 1px solid #32312d;
    font-size: 14px;
    color: #32312d;
    border-radius: 10px;
    transition: all 0.2s ease;
}
.manus-btn-platform-hot {
    color: #fd0404;
}
.manus-btn-platform:hover {
    background: #0066ff;
    color: #fff;
    border-color: #167bf8;
}
/* 配置卡片列表 */
.manus-config-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 55px;
}
.manus-config-card {
    width: 100%;
    height: 620px;
    background: #fff url("/css/2025/images/manus-img1.png") no-repeat bottom right;
    box-shadow: 0 0 35px rgba(0,0,0,0.1);
    padding: 0 30px;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.manus-config-card:hover {
    transform: scale(1.02);
    box-shadow: 0 0 35px rgba(0,0,0,0.3);
}
.manus-card-head {
    width: 100%;
    max-width: 490px;
    margin: 0 auto;
    height: 105px;
    text-align: center;
    padding-top: 25px;
    border-bottom: 1px solid #ececec;
}
.manus-card-title {
    font-size: 20px;
    color: #333;
    font-weight: 700;
}
.manus-card-desc {
    font-size: 14px;
    color: #999;
    margin-top: 8px;
}
.manus-card-content {
    height: 370px;
    padding-left: 15px;
}
.manus-block-title {
    font-size: 14px;
    color: #34332f;
    font-weight: 700;
    margin-top: 30px;
}
.manus-block-desc {
    font-size: 14px;
    color: #666;
    margin-top: 8px;
}
.manus-config-text-item {
    font-size: 14px;
    color: #999;
    margin-top: 30px;
}
.manus-config-label {
    font-size: 14px;
    color: #34332f;
    font-weight: 700;
}
.manus-card-buttons {
    margin-top: 30px;
}
.manus-btn-card {
    display: inline-block;
    width: 210px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 10px;
    font-size: 14px;
    transition: all 0.2s ease;
}
.manus-btn-card.consult {
    margin-left: 15px;
    margin-right: 46px;
    background: #ececec;
    color: #34332f;
}
.manus-btn-card.buy {
    background: #0066ff;
    color: #fff;
}
.manus-btn-card:hover {
    background: #167bf8;
    color: #fff;
}
/* 本地部署指南模块 */
.manus-guide-wrap {
    background: #fff;
    box-shadow: 0 0 35px rgba(0,0,0,0.1);
    padding: 35px 20px;
    margin-top: 40px;
    border-radius: 10px;
}
.manus-guide-info-box {
    width: 95%;
    margin: 0 auto;
    height: auto;
    background: #f9f9f9;
    border-radius: 10px;
    padding: 35px 25px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}
.manus-guide-left h3 {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    margin-bottom: 25px;
}
.manus-guide-spec-item {
    font-size: 14px;
    color: #333;
    margin-right: 50px;
    display: inline-block;
    margin-bottom: 10px;
}
.manus-guide-right {
    width: 160px;
}
.manus-btn-guide {
    width: 160px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    font-size: 14px;
    margin-bottom: 15px;
    transition: all 0.2s ease;
}
.manus-btn-guide.consult {
    background: #ececec;
    color: #333;
}
.manus-btn-guide.buy {
    background: #0066ff;
    color: #fff;
}
.manus-btn-guide:hover {
    background: #0066ff;
    color: #fff;
}
.manus-arch-img-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 28px;
}
.manus-arch-img-wrap h3 {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    margin-bottom: 40px;
}
.manus-arch-img {
    margin-left: 20px;
    max-width: 100%;
    height: auto;
    /* 修复移动端图片溢出 */
    display: block;
}
.manus-guide-tip-box{padding-left: 28px}
.manus-guide-tip-box h3 {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    margin-bottom: 10px;
}
.manus-guide-tip-text {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-top: 10px;
}
/* 场景模块 */
.manus-wrap-scene {
    width: 100%;
    background: #f7f9ff;
    padding: 100px 0;
}
.manus-scene-subtitle {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 25px;
}
.manus-scene-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
    margin-top: 65px;
}
.manus-scene-card {
    width: 100%;
    height: 233px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}
.manus-scene-card h3 {
    font-weight: 700;
    font-size: 16px;
    color: #333;
}
.manus-scene-desc {
    font-size: 14px;
    color: #333;
    margin-top: 25px;
}
.manus-scene-item-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}
.manus-scene-item {
    width: 50%;
    height: 30px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}
.manus-scene-item img {
    max-width: 20px;
    height: auto;
}
.manus-scene-item-text {
    font-size: 14px;
    color: #333;
}
/* 新闻资讯模块 改为grid两栏均分布局 */
.manus-wrap-news {
    padding: 100px 0;
}
.manus-news-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    margin-top: 60px;
}
.manus-news-card {
    width: 100%;
    max-width: 100%;
    height: 370px;
    background: #fff;
    border-radius: 10px;
    padding: 30px 35px;
    box-shadow: 0 0 18px rgba(0,0,0,0.1);
}
.manus-news-item {
    line-height: 34px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
}
.manus-news-dot {
    color: #666;
    margin-right: 10px;
}
.manus-news-link {
    color: #666;
    font-size: 14px;
}
.manus-news-link:hover {
    color: #167bf8;
}
.manus-news-more {
    font-size: 14px;
    color: #0066ff;
    margin-top: 10px;
    display: block;
}
.manus-news-more:hover {
    color: #0066ff;
}
/* =========修复移动端布局 全面重写========= */
@media (max-width: 1200px) {
    .manus-config-list {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    .manus-scene-list {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 40px 0;
    }
    .manus-news-list {
        grid-template-columns: 1fr;
        justify-items: center;
    }
}
@media (max-width: 992px) {
    .manus-guide-spec-item {
        display: block;
        margin-right: 0;
    }
    .manus-scene-card {
        height: auto;
    }
    .manus-news-card {
        height: auto;
    }
}
@media (max-width: 768px) {
    /* banner适配 */
    .manus-wrap-banner {
        background-size: 100% auto;
    }
    .manus-inner-banner {
        padding-top: 80px;
    }
    .manus-banner-title-main {
        font-size: 26px;
    }
    .manus-banner-title-sub {
        font-size: 20px;
    }
    .manus-banner-desc {
        width: 100%;
        max-width: unset;
    }
    .manus-banner-buttons {
        gap: 12px;
    }
    .manus-btn-banner {
        width: 140px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }
    /* 配置卡片高度自适应，不固定620px */
    .manus-config-card {
        height: auto;
        padding-bottom: 40px;
    }
    .manus-card-content {
        height: auto;
    }
    .manus-btn-card {
        width: 100%;
        margin: 10px 0 !important;
        display: block;
    }
    .manus-btn-card.consult {
        margin-left: 0;
        margin-right: 0;
    }
    /* 场景项宽度100% */
    .manus-scene-item {
        width: 100%;
    }
    /* 新闻卡片自适应宽度、高度取消固定 */
    .manus-news-card {
        width: 100%;
        max-width: 450px;
    }
    .manus-news-item {
        white-space: normal;
    }
    /* 架构图片自适应 */
    .manus-arch-img {
        margin-left: 0;
    }
    .manus-arch-img-wrap {
        padding-left: 0;
    }
    /* 云平台按钮铺满 */
    .manus-platform-buttons {
        gap: 20px;
    }
    .manus-btn-platform {
        width: 140px;
    }
}
@media (max-width: 576px) {
    .manus-section-title {
        font-size: 24px;
    }
    .manus-sub-title-text {
        font-size: 18px;
    }
    .manus-wrap-main {
        padding-top: 80px;
        padding-bottom: 60px;
    }
    .manus-wrap-scene,
    .manus-wrap-news {
        padding: 60px 0;
    }
    .manus-guide-info-box {
        padding: 20px 15px;
    }
    .manus-btn-guide {
        width: 100%;
    }
    .manus-scene-card {
        padding: 20px 15px;
    }
    .manus-config-card {
        padding: 0 15px 30px;
    }
    .manus-card-head {
        padding-top: 15px;
    }
}
