/* ===== 铿鸟网自定义补充样式（基于 ddooo 原始 CSS）===== */

/* 文字 Logo（覆盖 ddooo 图片 logo 样式）*/
.header-top .logo a { display: flex; align-items: center; width: auto; height: 62px; text-indent: 0; }
.header-top .logo .logoMark { display: inline-block; width: 48px; height: 48px; line-height: 48px; text-align: center; background: #1e89e0; color: #fff; font-size: 24px; font-weight: bold; border-radius: 10px; margin-right: 10px; }
.header-top .logo .logoText { font-size: 26px; font-weight: bold; color: #1e89e0; line-height: 30px; }
.header-top .logo .logoSub { display: block; font-size: 12px; color: #999; font-weight: normal; }

/* 彩色首字 fallback */
.fallback { display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; }
.fb-c0 { background: linear-gradient(135deg, #1e89e0, #006bc7); }
.fb-c1 { background: linear-gradient(135deg, #39c88a, #00b578); }
.fb-c2 { background: linear-gradient(135deg, #CC98E1, #a86ad1); }
.fb-c3 { background: linear-gradient(135deg, #00d9bc, #00a890); }
.fb-c4 { background: linear-gradient(135deg, #ffb347, #ff8c00); }
.fb-c5 { background: linear-gradient(135deg, #f44334, #d32f2f); }

/* 主导航下拉 hover 显示 */
.header-nav { position: relative; z-index: 10; }
.nav-column { position: relative; z-index: 11; }
.sub-nav { display: none; }
.header-nav:hover .sub-nav,
.nav-column-in li:hover ~ .sub-nav { display: none; }
/* 下拉由 JS 控制，这里只保证初始隐藏 */

/* 面包屑 */
.crumbs { width: 1400px; margin: 0 auto; height: 44px; line-height: 44px; font-size: 14px; color: #999; }
.crumbs a { color: #999; }
.crumbs a:hover { color: #006bc7; }
.crumbs a:after { content: ">"; margin: 0 8px; color: #ccc; }

/* 列表页 */
.listPageWrap { width: 1400px; margin: 12px auto 0; }
.listPageWrap .cateBox { width: 260px; float: left; border: 1px solid #ececec; border-radius: 4px; padding: 14px; box-sizing: border-box; background: #fff; }
.listPageWrap .cateBox .cateTitle { font-size: 18px; font-weight: bold; color: #444; padding-bottom: 12px; border-bottom: 2px solid #2681cf; }
.listPageWrap .cateBox .cateList { margin-top: 8px; }
.listPageWrap .cateBox .cateList li a { display: flex; justify-content: space-between; align-items: center; padding: 8px 10px; color: #666; font-size: 14px; border-radius: 3px; }
.listPageWrap .cateBox .cateList li a:hover,
.listPageWrap .cateBox .cateList li.active a { color: #1e89e0; background: #eef6fd; }
.listPageWrap .cateBox .cateList li a span { font-size: 12px; color: #bbb; }
.listPageWrap .gameListBox { float: left; width: 1120px; margin-left: 20px; border: 1px solid #ececec; border-radius: 4px; padding: 16px 20px; box-sizing: border-box; background: #fff; }
.listPageWrap .gameListBox .sortTab { border-bottom: 1px solid #eee; margin-bottom: 10px; }
.listPageWrap .gameListBox .sortTab a { display: inline-block; font-size: 15px; color: #666; padding: 8px 14px; border-bottom: 2px solid transparent; }
.listPageWrap .gameListBox .sortTab a.active { color: #1e89e0; border-bottom-color: #1e89e0; font-weight: bold; }
.listPageWrap .gameListBox .gameCard { display: flex; align-items: center; padding: 14px 10px; border-bottom: 1px solid #f5f5f5; }
.listPageWrap .gameListBox .gameCard:hover { background: #fafcff; }
.listPageWrap .gameListBox .gameCard .imgBox { width: 104px; height: 104px; border-radius: 12px; overflow: hidden; flex-shrink: 0; background: #f5f5f5; display: block; }
.listPageWrap .gameListBox .gameCard .imgBox img { width: 100%; height: 100%; object-fit: cover; }
.listPageWrap .gameListBox .gameCard .info { flex: 1; padding: 0 20px; overflow: hidden; }
.listPageWrap .gameListBox .gameCard .info h3 { font-size: 18px; color: #333; font-weight: bold; line-height: 24px; }
.listPageWrap .gameListBox .gameCard .info h3:hover { color: #006bc7; }
.listPageWrap .gameListBox .gameCard .info .tip { margin-top: 8px; font-size: 13px; color: #999; }
.listPageWrap .gameListBox .gameCard .info .tip span { color: #1e89e0; }
.listPageWrap .gameListBox .gameCard .info .desc { margin-top: 6px; font-size: 13px; color: #999; line-height: 20px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.listPageWrap .gameListBox .gameCard .btn { width: 88px; height: 34px; line-height: 34px; text-align: center; background: #eef6fd; border: 1px solid #1e89e0; color: #1e89e0; border-radius: 4px; font-size: 14px; flex-shrink: 0; }
.listPageWrap .gameListBox .gameCard:hover .btn { background: #1e89e0; color: #fff; }

/* 分页 */
.pageCode { margin: 30px 0; font-size: 14px; text-align: center; }
.pageCode a { display: inline-block; min-width: 30px; height: 32px; line-height: 32px; background: #fff; border: 1px solid #e5e5e5; padding: 0 10px; margin: 0 3px; color: #666; border-radius: 4px; }
.pageCode a:hover { color: #1e89e0; border-color: #1e89e0; }
.pageCode a.current { color: #fff; background: #1e89e0; border-color: #1e89e0; }
.pageCode span { margin: 0 3px; color: #999; }

/* 详情页 */
.detailWrap { width: 1400px; margin: 12px auto 0; }
.detailMain { float: left; width: 1080px; border: 1px solid #ececec; border-radius: 4px; padding: 24px 20px; box-sizing: border-box; background: #fff; }
.detailTop { display: flex; }
.detailTop .bigImg { width: 180px; height: 180px; border-radius: 18px; overflow: hidden; flex-shrink: 0; background: #f5f5f5; border: 1px solid #eee; }
.detailTop .bigImg img { width: 100%; height: 100%; object-fit: cover; }
.detailTop .info { flex: 1; padding: 0 24px; }
.detailTop .info h1 { font-size: 24px; font-weight: bold; color: #333; line-height: 32px; }
.detailTop .info .meta { margin-top: 14px; font-size: 14px; color: #999; line-height: 26px; }
.detailTop .info .meta span { margin-right: 20px; }
.detailTop .info .downBtns { margin-top: 18px; }
.detailTop .info .downBtns a { display: inline-block; width: 140px; height: 42px; line-height: 42px; text-align: center; background: #1e89e0; color: #fff; font-size: 15px; border-radius: 4px; margin-right: 14px; }
.detailTop .info .downBtns a:hover { background: #006bc7; color: #fff; }
.detailIntro { margin-top: 24px; padding-top: 18px; border-top: 1px solid #f0f0f0; }
.detailIntro h2, .detailInfo h2 { font-size: 18px; font-weight: bold; color: #333; border-left: 4px solid #1e89e0; padding-left: 10px; margin-bottom: 14px; }
.detailIntro .content { font-size: 14px; line-height: 26px; color: #666; }
.detailInfo { margin-top: 24px; }
.detailInfo table { width: 100%; }
.detailInfo td { font-size: 14px; color: #666; padding: 9px 12px; border-bottom: 1px solid #f5f5f5; }
.detailInfo td:first-child { width: 130px; color: #999; }
.detailSide { float: right; width: 300px; }
.detailSide .sideBox { border: 1px solid #ececec; border-radius: 4px; padding: 16px 14px; margin-bottom: 16px; background: #fff; }
.detailSide .sideBox .sideTitle { font-size: 16px; font-weight: bold; color: #333; padding-bottom: 10px; border-bottom: 2px solid #2681cf; margin-bottom: 12px; }
.detailSide .sideBox .sideTitle a.more { float: right; font-size: 12px; color: #999; font-weight: normal; }
.relatedList li { padding: 8px 0; border-bottom: 1px dashed #f0f0f0; font-size: 14px; }
.relatedList li:last-child { border-bottom: none; }
.relatedList li a { display: flex; align-items: center; }
.relatedList li .imgBox { width: 44px; height: 44px; border-radius: 8px; overflow: hidden; flex-shrink: 0; background: #f5f5f5; }
.relatedList li .imgBox img { width: 100%; height: 100%; object-fit: cover; }
.relatedList li p { flex: 1; margin-left: 10px; color: #666; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.relatedList li:hover p { color: #006bc7; }

/* 最近更新表 */
.newListBox { width: 1400px; margin: 12px auto 0; border: 1px solid #ececec; border-radius: 4px; padding: 16px 20px; box-sizing: border-box; background: #fff; }
.newTabs { border-bottom: 1px solid #eee; margin-bottom: 12px; }
.newTabs a { display: inline-block; font-size: 15px; color: #666; padding: 8px 14px; border-bottom: 2px solid transparent; }
.newTabs a.active { color: #1e89e0; border-bottom-color: #1e89e0; font-weight: bold; }
.newTable { width: 100%; border-collapse: collapse; }
.newTable th { background: #f8f9fb; font-size: 14px; color: #666; text-align: left; padding: 12px 14px; }
.newTable td { font-size: 14px; color: #333; padding: 12px 14px; border-bottom: 1px solid #f5f5f5; }
.newTable td a:hover { color: #006bc7; }
.newTable td .cate { color: #1e89e0; font-size: 12px; margin-right: 6px; }
.newTable td .time, .newTable td .size { color: #999; }

/* 提示条 */
.noticeBar { background: #fffbe6; border: 1px solid #ffe58f; color: #ad8b00; border-radius: 4px; padding: 12px 16px; margin: 16px auto 0; width: 1400px; font-size: 13px; box-sizing: border-box; }

/* 文章详情页 */
.news-detail-wrap { width: 1400px; margin: 12px auto 0; }
.news-detail-main { width: 1080px; }
.news-detail-card { border: 1px solid #ececec; border-radius: 4px; padding: 24px 30px; box-sizing: border-box; background: #fff; }
.news-detail-card h1 { font-size: 26px; font-weight: bold; color: #333; line-height: 36px; text-align: center; }
.news-detail-meta { text-align: center; font-size: 13px; color: #999; padding: 14px 0; border-bottom: 1px solid #f0f0f0; margin-bottom: 18px; }
.news-detail-meta span { margin: 0 12px; }
.news-detail-cover { text-align: center; margin-bottom: 18px; }
.news-detail-cover img { max-width: 100%; border-radius: 6px; }
.news-detail-content { font-size: 15px; line-height: 30px; color: #444; }
.news-detail-content img { max-width: 100%; border-radius: 6px; display: block; margin: 12px auto; }
.news-detail-content p { margin: 12px 0; }
.news-detail-side { width: 300px; }

/* 资讯列表页 */
.news-list-wrap { width: 1400px; margin: 12px auto 0; }
.news-list-card { border: 1px solid #ececec; border-radius: 4px; padding: 20px 24px; box-sizing: border-box; background: #fff; }
.news-list-title { font-size: 20px; font-weight: bold; color: #444; padding-bottom: 12px; border-bottom: 2px solid #2681cf; margin-bottom: 8px; }
.news-item { display: flex; padding: 14px 0; border-bottom: 1px solid #f5f5f5; }
.news-item:last-child { border-bottom: none; }
.news-item-img { width: 150px; height: 100px; border-radius: 6px; overflow: hidden; flex-shrink: 0; background: #f5f5f5; }
.news-item-img img { width: 100%; height: 100%; object-fit: cover; }
.news-item-body { flex: 1; padding-left: 16px; overflow: hidden; }
.news-item-title { font-size: 16px; font-weight: bold; color: #333; line-height: 24px; }
.news-item-title:hover { color: #006bc7; }
.news-item-desc { margin-top: 8px; font-size: 13px; color: #999; line-height: 20px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.news-item-time { display: block; margin-top: 8px; font-size: 12px; color: #bbb; }
