/* 从 template/pc 各模板行内 style 属性提取的样式（主站+城市站共用） */
/* 通过 template/pc/header.htm 与 template/pc/city/default/header.htm 引入 */

/* 通用工具类 */
.u-rel { position: relative; }
.u-clear { clear: both; }
.u-mt0 { margin-top: 0; }
.img-full { display: block; width: 100%; }

/* 文章页 AntiDup 随机图文 */
.art-img-p { text-align: center; }
.art-img { max-width: 100%; height: auto; }

/* 相关文章缩略图（学校/专业/产品列表） */
.rel-thumb { width: 142px; overflow: hidden; }

/* 专题页文章链接 */
.spec-link { float: left; margin-right: 10px; }

/* 列表英文名小字 */
.eng-name { font-size: 12px; color: #999; }

/* 省份/区域标题链接 */
.region-title { color: #333; font-size: 15px; font-weight: bold; }

/* 头部咨询热线图标 */
.tel-icon { font-size: 26px; color: #3592e2; }

/* 头部全站分类菜单覆盖层（原 menuEvent 行内定位） */
.globa-nav .allGoodsCat .menuEvent { position: absolute; top: 0; left: 0; width: 240px; height: 44px; }

/* 城市站头部手机端电话图标 */
.page-header .logo .m-tel { width: auto; margin-right: 16px; margin-top: 10px; }
.page-header .logo .m-tel img { width: 40px; height: 40px; margin: 0; }

/* 首页筛选区背景图 */
.home-filter--content { background-image: url(/skin/images/pic_1.jpg); }

/* 首页城市弹窗二级数据容器（JS 仅读取内容，不操作显隐） */
.second-level-data { display: none; }

/* 隐藏式结构化数据（SEO/AI 可读，用户不可见） */
.seo-hidden { display: none; }

/* 在线申请表单 */
.news_shenqing.flat { margin-bottom: 20px; padding-bottom: 0; }
.sub-btn input.gb-submit { font-size: 20px; width: 250px; }

/* 文章页底部信息块 */
.pageall { border-top: 1px dashed #8f8f8f; padding-top: 20px; margin-top: 20px; }
.pageall a { color: #94382b; }
.copy-link-btn { margin-left: 8px; font-size: 12px; color: #94382b; background: none; border: none; cursor: pointer; }

/* 城市站幻灯片封面图 */
.slide-cover-img { width: 100%; height: 100%; object-fit: cover; object-position: center center; display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
