@charset "utf-8";
/* CSS Document */

.qichexiangxun-1 .jiudian-1 {
    color: #707276 !important;
}
.qichexiangxun-1 .jiaju-3{ color:#707276;}
.scent-pain-desc {
    font-size: 15px;
    color: #666666;
    line-height: 1.4;
    padding-left: 26px;
    min-height: 44px;
}
.qichexiangxun-2 .scent-pain-desc {
    min-height: auto;
}
.qichexiangxun-1-1{ font-size:18px; color:#221F1E;}
.qichexiangxun-3{ font-size:18px;}
.qichexiangxun-4{border:1px solid #EBDFD7;background:#F9F5F2;padding: 25px 30px;display: flex;justify-content: space-between;color: #707276;}
.qichexiangxun-4 span{ display:inline-block;}
.qichexiangxyun-5{ color:#fff;}
.qichexiangxun-6{ font-size:18px; text-transform:uppercase;}
.qichexiangxun-6 a{ text-transform:uppercase;}
.qichexiangxun-7{ font-style:italic; font-size:18px; color:#707276; margin-bottom:30px;}
.qichexiangxun-8{ color:#222;}
.qichexiangxun-9{ color:#707276; font-size:15px;}


      /* 卡片容器基本样式与平滑过渡 */
        .custom-card-item {
            background-color: #ffffff;
            border: none;
            border-radius: 0px;
            padding: 40px 30px;
            height: 100%;
            transition: all 0.3s ease-in-out;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
        }

        /* 鼠标悬停卡片效果：产生微弱阴影与轻微上浮 */
        .custom-card-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
        }

        /* 图标外层包裹器 */
        .custom-card-icon-wrap {
            margin-bottom: 20px;
        }

        /* 图标本身样式 */
        .custom-card-icon {
            font-size: 28px;
            color: #dcb063;
        }

        /* 卡片主标题 */
        .custom-card-main-title {
            font-size: 20px;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 15px;
        }

        /* 服务特点列表 */
        .custom-card-feature-list {
            list-style: none;
            padding-left: 0;
            margin-bottom: 25px;
        }

        /* 列表单项 */
        .custom-card-feature-li {
            /* font-size: 14px; */
            color: #4a4a4a;
            margin-bottom: 8px;
            position: relative;
            padding-left: 15px;
        }

        /* 模拟原生列表的小圆点 */
        .custom-card-feature-li::before {
            content: "•";
            color: #707070;
            position: absolute;
            left: 0;
            top: 0;
        }

        /* 底部举例说明区域 */
        .custom-card-example-box {
            border-top: 1px dashed #e5e5e5;
            padding-top: 15px;
        }

        /* 举例说明文本（斜体） */
        .custom-card-example-text {
            /* font-size: 13px; */
            font-style: italic;
            color: #777777;
            line-height: 1.4;
            margin-bottom: 0;
        }

        /* 底部统计数据大包裹器 */
        .custom-stats-board {
            /* margin-top: 50px; */
            margin-bottom: 40px;
            /* border-top: 1px solid #f0eae4; */
            padding-top: 30px;
        }

        /* 统计单项文本 */
        .custom-stats-text-item {
            /* font-size: 15px; */
            color: #555555;
            display: inline-block;
        }

        /* 底部按钮大包裹器 */
        .custom-action-button-group {
            margin-top: 20px;
        }

        /* 共同按钮基础类 */
        .custom-btn-base {
            /* font-size: 14px; */
            font-weight: 500;
            letter-spacing: 1px;
            padding: 12px 35px;
            border-radius: 0px;
            transition: all 0.3s ease;
            text-transform: uppercase;
            display: inline-block;
            margin: 10px;
            text-decoration: none !important;
        }

        /* 左侧高亮实体按钮 */
        .custom-btn-highlight {
            background-color: #ffb84d;
            color: #222;
            border: 1px solid #ffb84d;
        }

        /* 左侧高亮按钮悬停效果：上移、背景变色#d9a95d、文字颜色不变 */
        .custom-btn-highlight:hover {
            background-color: #d9a95d;
            border-color: #d9a95d;
            color: #ffffff;
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(217, 169, 93, 0.3);
        }

        /* 右侧白底边框按钮 */
        .custom-btn-outline {
            background-color: #ffffff;
            color: #333333;
            border: 1px solid #333333;
        }

        /* 右侧边框按钮悬停效果：上移、背景变色#d9a95d、边框同步、文字颜色不变 */
        .custom-btn-outline:hover {
            background-color: #d9a95d;
            border-color: #d9a95d;
            color: #333333;
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(217, 169, 93, 0.2);
        }
		.qichexiangxun-10{ margin-bottom:20px;}
		 /* 顶部装饰细线 */
        .cert-top-divider {
            border-top: 1px solid #2d2622;
            margin-bottom: 50px;
            width: 100%;
        }

        /* 标签外部弹性包裹器，负责居中及换行排版 */
        .cert-badges-flex-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap: 15px; /* 控制标签之间的间距 */
        }

        /* 单个胶囊标签的基础样式 */
        .cert-badge-pill-item {
            display: inline-block;
            color: #707276;
            border: 1px solid #403B39;
            border-radius: 50px;
            padding: 8px 24px;
            /* font-size: 14px; */
            font-weight: 400;
            text-align: center;
            white-space: nowrap;
            transition: all 0.3s ease-in-out;
            cursor: pointer;
            background-color: transparent;
            text-decoration: none !important;
        }

        /* 鼠标悬停标签效果：文字变亮、边框加深、轻微放大 */
        .cert-badge-pill-item:hover {
            color: #ffffff;
            border-color: #6e6159;
            background-color: rgba(255, 255, 255, 0.02);
            transform: scale(1.05);
        }
		
		 /* 外部大网格容器 */
        .adv-grid-section {
            width: 100%;
        }

        /* 响应式列间距控制 */
        .adv-grid-row {
            margin-left: -15px;
            margin-right: -15px;
        }

        /* 卡片整体大框样式与过度动画 */
        .adv-card-box {
            background-color: #ffffff;
            border: 1px solid #EBDFD7;
            border-radius: 0px;
            height: 100%;
            display: flex;
            flex-direction: column;
            transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
            overflow: hidden;
            margin-bottom: 30px;
        }

        /* 卡片框 Hover 效果：轻微上浮，产生虚化阴影 */
        .adv-card-box:hover {
            transform: translateY(-6px);
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
            border-color: #d1d1d1;
        }

        /* 图片包裹外壳，限制放大时的溢出 */
        .adv-img-container {
            width: 100%;
            height: 220px;
            overflow: hidden;
            position: relative;
            background-color: #f5f5f5;
        }

        /* 图片基础样式 */
        .adv-card-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease, filter 0.5s ease;
        }

        /* 图片 Hover 效果：平滑放大 1.08 倍，明暗度轻微调整 */
        .adv-card-box:hover .adv-card-img {
            transform: scale(1.08);
            filter: brightness(1.03);
        }

        /* 卡片内部文字区域包裹 */
        .adv-card-content-block {
            padding: 25px;
            display: flex;
            flex-direction: column;
            flex-grow: 1;
        }

        /* 卡片主标题 */
        .adv-main-title {
            font-size: 20px;
            font-weight: 700;
            color: #111111;
            margin-bottom: 12px;
            line-height: 1.1;
        }

        /* 模块小副标题（WHAT IT MEANS / YOUR BENEFIT / REAL EXAMPLE） */
        .adv-sub-label {
            font-size: 14px;
            font-weight: 700;
            color: #b0a49c;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-bottom: 8px;
            margin-top: 10px;
        }

        /* 核心描述文本段落 */
        .adv-desc-paragraph {
            color: #707276;
            line-height: 1.2;
            margin-bottom: 15px;
        }

        /* 特点勾选列表容器 */
        .adv-feature-ul-list {
            list-style: none;
            padding-left: 0;
            /* margin-bottom: 20px; */
            flex-grow: 1; /* 让列表区域自动撑开，保证底部对齐 */
        }

        /* 特点勾选单行（带 √ 符号） */
        .adv-feature-li-item {
            font-size: 14px;
            color: #707276;
            line-height: 1.2;
            margin-bottom: 8px;
            position: relative;
            padding-left: 15px;
        }

        /* 模拟图片中的 √ 前缀号 */
        .adv-feature-li-item::before {
            content: "√";
            position: absolute;
            left: 0;
            top: 0;
            color: #888888;
            font-size: 16px;
        }

        /* 真实案例包裹块 */
        .adv-example-quote-box {
            border-top: 1px solid #f0f0f0;
            padding-top: 15px;
            margin-top: auto; /* 始终推至最底部 */
        }

        /* 真实案例斜体文本 */
        .adv-example-quote-text {
            /* font-size: 12.5px; */
            font-style: italic;
            color: #666666;
            line-height: 1.2;
            margin-bottom: 0;
        }
		 /* 外部网格行容器 */
        .eco-grid-row {
            margin-left: -15px;
            margin-right: -15px;
        }

        /* 单个卡片主外框及平滑过渡动画 */
        .eco-card-container {
            background-color: #ffffff;
            border: none;
            border-radius: 0px;
            padding: 45px 35px;
            height: 100%;
            transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.01);
        }

        /* 卡片悬停（Hover）效果：整体优雅上移，产生柔和投影 */
        .eco-card-container:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 25px rgba(0, 0, 0, 0.05);
        }

        /* 图标外层包裹器 */
        .eco-icon-box {
            margin-bottom: 25px;
        }

        /* 浅金黄色图标样式 */
        .eco-main-icon {
            font-size: 32px;
            color: #d6a361;
        }

        /* 卡片主标题（古风衬线体质感） */
        .eco-card-main-title {
            font-size: 20px;
            font-weight: 700;
            color: #111111;
            margin-bottom: 25px;
            line-height: 1.3;
        }

        /* 列表容器 */
        .eco-details-list {
            list-style: none;
            padding-left: 0;
            margin-bottom: 0;
        }

        /* 每一个大列表项 */
        .eco-details-li-item {
            margin-bottom: 18px;
            position: relative;
            padding-left: 18px;
        }

        /* 模拟原生列表的小圆点 */
        .eco-details-li-item::before {
            content: "•";
            color: #666666;
            position: absolute;
            left: 0;
            top: -1px;
            font-size: 16px;
        }

        /* 加粗的小标题文本 */
        .eco-strong-sub-label {
            /* font-size: 14px; */
            font-weight: 700;
            color: #707276;
            display: block;
            margin-bottom: 2px;
        }

        /* 详细说明解释文本 */
        .eco-explain-text {
            /* font-size: 13.5px; */
            color: #777777;
            line-height: 1.4;
            margin-bottom: 0;
        }
		 /* 外部网格行容器 */
        .cta-grid-row {
            margin-left: -15px;
            margin-right: -15px;
        }

        /* 单个卡片主外框及平滑过渡动画 */
        .cta-card-container {
            background-color: #ffffff;
            border: none;
            border-radius: 0px;
            padding: 45px 35px;
            height: 100%;
            transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.01);
        }

        /* 卡片悬停（Hover）效果：整体优雅上移，产生柔和投影 */
        .cta-card-container:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 25px rgba(0, 0, 0, 0.05);
        }

        /* 图标外层包裹器 */
        .cta-icon-box {
            margin-bottom: 25px;
        }

        /* 金黄色圆形/方形图标基础样式 */
        .cta-main-icon {
            font-size: 36px;
            color: #d6a361;
        }

        /* 卡片金黄色带下划线的主标题（带链接属性） */
        .cta-card-link-title {
            font-family: math;
            font-size: 20px;
            font-weight: 700;
            color: #d6a361;
            text-decoration: underline;
            display: inline-block;
            margin-bottom: 15px;
            transition: color 0.2s ease;
        }

        /* 标题 Hover 效果：颜色微调加深 */
        .cta-card-link-title:hover {
            color: #bd8e50;
            text-decoration: underline;
        }

        /* 核心描述文本 */
        .cta-desc-text {
            /* font-size: 15px; */
            color: #111111;
            line-height: 1.4;
            margin-bottom: 20px;
        }

        /* 对勾特点列表容器 */
        .cta-feature-ul {
            list-style: none;
            padding-left: 0;
            margin-bottom: 0;
        }

        /* 带有对勾符号的单行文本 */
        .cta-feature-li-text {
            /* font-size: 14px; */
            color: #666666;
            line-height: 1.5;
            margin-bottom: 6px;
            position: relative;
            padding-left: 18px;
        }

        /* 完美还原图片中的原始对勾符号 √ */
        .cta-feature-li-text::before {
            content: "√";
            position: absolute;
            left: 0;
            top: 0;
            color: #666666;
            font-size: 13px;
            font-weight: bold;
        }