/* ==========================================
   suiqu.com 品牌色覆盖 - UM004 Theme
   主色: #FF6B35 (活力橙)
   辅色: #1A73E8 (科技蓝)  
   背景: #F5F5F5
   文字: #1D1D1D
   ========================================== */

/* === 全局基础色 === */
body { background: #F5F5F5; color: #1D1D1D; }

/* === 链接色 === */
a { color: #1D1D1D; }
a:hover, a:focus { color: #FF6B35; }

/* === 头部导航 === */
.header { background: #FFFFFF; }
.header .navBar li a { color: #1D1D1D; }
.header .navBar li.active a,
.header .navBar li.on a,
.header .navBar li a:hover,
.header .navBar li.active em i,
.header .navBar li.on em i { color: #FF6B35; }
.header .navBar li.active:before { background-color: #FF6B35; }
.header .navBar ul li>ul li.on a,
.header .navBar ul li>ul li.on a:hover { background: #FF6B35; }
.header .navBar ul li>ul { background: rgba(29,29,29,0.85); }
.header .navBar ul>li>ul>li>ul { background: #FF6B35CC; }
.header .navBar ul li>ul li a { color: rgba(255,255,255,0.85); }

/* 移动端侧栏 */
.leftNav { background: #FF6B35; }
.leftNav li a { color: #FFFFFF; border-bottom-color: rgba(255,255,255,0.08); }

/* 搜索 */
.search [class*="ri"] { color: #1D1D1D; }
.searchPup form button { background: #FF6B35; }
.searchPup form input,
.searchBox .searchPup form input { border-color: #e0e0e0; }

/* === 模块区 === */
.PostBox { background-color: #F5F5F5; }
.PostBox.about .postText { color: #4A4A4A; }

/* 模块标题 */
.PostBox .post .postTitle h3 { color: #1D1D1D; }
.PostBox .post .postTitle .title1 { color: #888; }
.PostBox .post .postTitle .title1 b { background-color: #FF6B35; color: #fff; }

/* MORE按钮 */
.more a { background: #FF6B35; color: #fff; border-color: #FF6B35; }
.more a:hover { background: #E55A2B; color: #fff; }

/* === 卡片 === */
.PostShow .postInfo h4 a { color: #1D1D1D; }
.PostShow .postInfo h4 a:hover { color: #FF6B35; }
.PostShow .postInfo h5,
.PostShow .postInfo .info { color: #666; }

/* === 自定义模块 === */
.tabTitle li h3,
.subcate li a { background: #3A3A3A; color: #fff; }
.tabTitle li.active h3,
.subcate li.active a { background: #FF6B35; }
.subcate li a { color: #fff; }

/* === 文章卡片hover === */
.PostShow .callBox { background: #FF6B35; }
.PostShow li:hover .callBox { bottom: 0; visibility: visible; }

/* === 资讯模块 === */
.hisBox .swiperCon { background: #F5F5F5; }

/* === 按钮样式 === */
.btnCall, .btnBuy { background: #FF6B35; color: #fff; }
.btnBuy { background: #1A73E8; }

/* === 底部 === */
.footer { background: #1D1D1D; color: #aaa; }
.footer a { color: #aaa; }
.footer a:hover { color: #FF6B35; }
.footer .copyright { border-top-color: rgba(255,255,255,0.08); color: #888; }
.footer .link span { color: #ccc; }
.footer .ftNav .h { color: #fff; }
.footer .ftNav .tel a { color: #FF6B35; }

/* === 移动端底部导航 === */
.online a { background: #1D1D1D; color: #fff; }
.online a:hover { background: #FF6B35; }

/* === 联系我们模块 === */
.umContact { color: #1D1D1D; }
.umContact .tit { color: #888; }
.umContact .info { color: #1D1D1D; }
.socialLink { color: #1D1D1D; background: #F0F0F0; }
.socialLink:hover { background: #FF6B35; color: #fff; }

/* === 分页 === */
.pagebar a,
.pagebar span { background: #fff; color: #666; border-color: #e0e0e0; }
.pagebar a:hover { background: #FF6B35; color: #fff; border-color: #FF6B35; }
.pagebar .now-page { background: #FF6B35; color: #fff; border-color: #FF6B35; }

/* === 面包屑 === */
.post-crumb a { color: #888; }
.post-crumb a:hover { color: #FF6B35; }

/* === 表单元素 === */
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus { border-color: #FF6B35; }

/* === 滚动条 === */
::-webkit-scrollbar-thumb { background: #FF6B35; }

/* === 搜索引擎列表 === */
.schList li a { background: #e8e8e8; color: #666; }
.schList li a:hover { background: #FF6B35; color: #fff; }

/* === CTA横幅 === */
.umBnBg { background-color: #FF6B35; }
.umBnBg .boxText .tit { color: #fff; }
.umBnBg .boxText p { color: rgba(255,255,255,0.9); }

/* ============ 首页模块样式已迁移至 agent.css ============ */
