/* Tech Blue Theme - 首页科技蓝样式 */

.cont {
	overflow: hidden;
	margin-top: 20px;
	padding: 0;
	background: transparent;
	zoom: 1;
}

/* 幻灯片及右侧新闻 */
.game_News {
	overflow: hidden;
	height: 400px;
	background: rgba(0, 20, 40, 0.5);
	border-radius: 16px;
	border: 1px solid rgba(0, 212, 255, 0.2);
}

.Slide {
	position: relative;
	overflow: hidden;
	width: 65%;
	height: 400px;
}

.slide-cont {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 400px;
}

.slide-item {
	position: absolute;
	left: -800px;
	width: 100%;
	height: 100%;
}

.slide-item a {
	display: block;
	width: 100%;
	height: 100%;
}

.slide-item img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.slide-txt {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 80px;
	padding: 20px;
	box-sizing: border-box;
}

.slide-txt .txt_bg {
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0, 20, 40, 0.95), transparent);
	position: absolute;
	top: 0;
	left: 0;
}

.slide-txt a {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.slide-nav {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 2;
	display: inline-block;
	overflow: hidden;
	width: auto;
	height: auto;
}

.slide-nav a {
	float: left;
	display: block;
	overflow: hidden;
	margin-left: 8px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.4);
	cursor: pointer;
	transition: all 0.3s ease;
	border: 2px solid rgba(255, 255, 255, 0.3);
}

.slide-nav a:hover {
	background: rgba(0, 212, 255, 0.8);
	border-color: #00d4ff;
}

.slide-nav .nownav {
	width: 30px;
	border-radius: 6px;
	background: linear-gradient(135deg, #00d4ff 0%, #0066ff 100%);
	border-color: #00d4ff;
}

#prev, #next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: none;
	width: 50px;
	height: 70px;
	background: rgba(0, 20, 40, 0.6);
	text-align: center;
	line-height: 70px;
	border-radius: 8px;
	transition: all 0.3s ease;
}

#prev { left: 15px; }
#next { right: 15px; }

#prev i, #next i {
	font-size: 36px;
	line-height: 70px;
	color: rgba(255, 255, 255, 0.8);
}

#prev:hover, #next:hover {
	background: linear-gradient(135deg, #00d4ff 0%, #0066ff 100%);
}

#prev:hover i, #next:hover i {
	color: #fff;
}

/* 新闻列表 */
.News_box {
	float: right;
	overflow: hidden;
	width: 33%;
	height: 400px;
	background: rgba(0, 20, 40, 0.6);
	border-left: 1px solid rgba(0, 212, 255, 0.2);
	padding: 20px;
	box-sizing: border-box;
}

.News_box .hd {
	height: auto;
	border-bottom: 1px solid rgba(0, 212, 255, 0.2);
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.News_box .hd_tit {
	height: auto;
	text-align: left;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.4;
	overflow: visible;
	margin-bottom: 10px;
}

.News_box .hd_tit a {
	color: #00d4ff;
	text-shadow: 0 0 10px rgba(0, 212, 255, 0.3);
}

.News_box .hd_art {
	overflow: hidden;
	font-size: 13px;
	color: #8899aa;
	line-height: 1.6;
}

.News_box .hd_art p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.News_box .hd_art a {
	color: #00d4ff;
	margin-left: 5px;
}

.News_box .bd ul {
	padding: 0;
}

.News_box .bd li {
	display: flex;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px dashed rgba(0, 212, 255, 0.1);
}

.News_box .bd li:last-child {
	border-bottom: none;
}

.News_box .bd em {
	font-style: normal;
	color: #00d4ff;
	font-weight: 600;
	margin-right: 10px;
	min-width: 20px;
}

.News_box .bd li:hover em {
	color: #fff;
	text-shadow: 0 0 10px rgba(0, 212, 255, 0.5);
}

.News_box .bd a {
	color: #c8d6e5;
	flex: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.News_box .bd a:hover {
	color: #00d4ff;
}

.News_box .bd span {
	color: #667788;
	font-size: 12px;
	flex-shrink: 0;
	margin-left: 10px;
}

/* 分类区块 */
.texiaohd {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 25px;
	background: linear-gradient(90deg, rgba(0, 212, 255, 0.1) 0%, transparent 100%);
	border-bottom: 1px solid rgba(0, 212, 255, 0.2);
	margin: 0;
}

.texiao_tab {
	overflow: hidden;
}

.texiao_tab ul {
	display: flex;
	gap: 30px;
}

.texiao_tab li p {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 5px 0;
	border-bottom: 3px solid transparent;
	cursor: pointer;
	transition: all 0.3s ease;
}

.texiao_tab li:hover p, .texiao_tab li p.on {
	color: #00d4ff;
	border-bottom-color: #00d4ff;
}

.texiao_tips a {
	color: #64b4ff;
	font-size: 13px;
	padding: 8px 16px;
	border: 1px solid rgba(0, 212, 255, 0.3);
	border-radius: 20px;
	transition: all 0.3s ease;
}

.texiao_tips a:hover {
	background: linear-gradient(135deg, #00d4ff 0%, #0066ff 100%);
	color: #fff;
	border-color: transparent;
}

/* 文章网格 */
.topic_list {
	padding: 25px;
}

.tl_m {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.tl_box {
	background: rgba(0, 20, 40, 0.5);
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid rgba(0, 212, 255, 0.15);
	transition: all 0.3s ease;
}

.tl_box:hover {
	transform: translateY(-5px);
	border-color: rgba(0, 212, 255, 0.5);
	box-shadow: 0 10px 30px rgba(0, 100, 255, 0.2);
}

.tlb_img {
	height: 140px;
	overflow: hidden;
}

.tlb_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.tl_box:hover .tlb_img img {
	transform: scale(1.1);
}

.tl_box h3 {
	padding: 12px 15px;
	font-size: 14px;
	line-height: 1.4;
}

.tl_box h3 a {
	color: #e8eef4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.tl_box h3 a:hover {
	color: #00d4ff;
}

.tlb_art {
	padding: 0 15px 15px;
	font-size: 12px;
	color: #667788;
	line-height: 1.5;
}

.tlb_art p {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.tlb_art em {
	font-style: normal;
	color: #00d4ff;
}

/* 热门榜单 */
.game_top_border {
	margin: 20px 0;
}

.game_top_box {
	margin-bottom: 25px;
	background: rgba(0, 20, 40, 0.5);
	border-radius: 12px;
	border: 1px solid rgba(0, 212, 255, 0.15);
	overflow: hidden;
}

.game_top_box .hd {
	padding: 18px 25px;
	background: linear-gradient(90deg, rgba(0, 212, 255, 0.15) 0%, transparent 100%);
	border-bottom: 1px solid rgba(0, 212, 255, 0.2);
}

.game_top_box .hd h3 {
	font-size: 18px;
	font-weight: 600;
}

.game_top_box .hd h3 a {
	color: #00d4ff;
}

.game_top_box .bd {
	padding: 15px 25px;
}

.game_top_app {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.top_app2 {
	background: rgba(0, 212, 255, 0.05);
	border-radius: 8px;
	padding: 12px 15px;
	transition: all 0.3s ease;
}

.top_app2:hover {
	background: rgba(0, 212, 255, 0.15);
}

.top_app2 .sml {
	display: flex;
	align-items: center;
	gap: 12px;
}

.top_app2 .p {
	display: flex;
	align-items: center;
}

.top_app2 .p1 {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: linear-gradient(135deg, #00d4ff 0%, #0066ff 100%);
	justify-content: center;
}

.top_app2 .p1 .r {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}

.top_app2 .p2 {
	flex: 1;
}

.top_app2 .p2 h4 {
	font-size: 13px;
	line-height: 1.4;
}

.top_app2 .p2 h4 a {
	color: #c8d6e5;
}

.top_app2:hover .p2 h4 a {
	color: #00d4ff;
}

/* 响应式 */
@media (max-width: 1024px) {
	.tl_m {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 768px) {
	.game_News {
		height: auto;
		flex-direction: column;
	}
	
	.Slide {
		width: 100%;
		height: 280px;
	}
	
	.News_box {
		width: 100%;
		height: auto;
		border-left: none;
		border-top: 1px solid rgba(0, 212, 255, 0.2);
	}
	
	.tl_m {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.game_top_app {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	.tl_m {
		grid-template-columns: 1fr;
	}
	
	.texiao_tab ul {
		gap: 15px;
	}
	
	.texiao_tab li p {
		font-size: 15px;
	}
}
