/* 视频页面优化CSS - 基于video copy.htm模板 */

/* 全局样式 */
a:hover,
a:focus {
	text-decoration: none;
}

a:hover {
	color: #079CF1;
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

/* 主体布局 */
.videoApp {
	background-color: #f5f5f5;
}

.body {
	min-height: 100vh;
}

.video-main {
	padding: 0px;
	margin-top: 92px;
	position: relative;
}

/* 背景横幅 */
.bgbanner {
	position: absolute;
	top: -200px;
	left: 0;
	right: 0;
	height: 660px;
	z-index: -1;
	overflow: hidden;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
}

.bgbanner .mask {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
}

.bgbanner .blurimg {
	display: none;
}

.bgbanner .canvasblur {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bgbanner .blurimg-normal {
	width: 150%;
	margin-left: -10%;
	height: 560px;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-filter: blur(10px);
	filter: blur(10px);
	float: left;
}

/* 搜索结果缩略图 */
.srch-result-thumb {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 8px;
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.img-thumb {
	position: relative;
	display: block;
	overflow: hidden;
}

.result-thumb-tag {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 3;
}

.thumb-shade {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(transparent 60%, rgba(0,0,0,0.7));
	z-index: 1;
}

.sort_lst_txt_btm_bg {
	position: absolute;
	width: 100%;
	bottom: 0;
	background: linear-gradient(transparent, rgba(0,0,0,0.8));
	height: 50px;
	z-index: 1;
}

.srch-result-thumb-tit {
	position: absolute;
	left: 12px;
	bottom: 12px;
	font-size: 14px;
	color: #fff;
	z-index: 2;
	font-weight: 500;
}

.srch-result-thumb-rgt {
	position: absolute;
	right: 12px;
	bottom: 8px;
	font-size: 18px;
	z-index: 2;
}

.stress {
	color: #ff6525;
	font-weight: bold;
}

/* 搜索结果标题和信息 */
.srch-result-tit {
	font-weight: 600;
	font-size: 28px;
	line-height: 1.3;
	margin: 20px 0 15px 0;
	color: #333;
}

.result-tit-sub {
	display: inline;
	align-items: center;
	gap: 10px;
	margin-top: 8px;
}

.tit-info {
	font-size: 16px;
	color: #666;
	font-weight: normal;
}

.tit-type {
	font-size: 14px;
	color: #079CF1;
	background: #e8f4fd;
	padding: 2px 8px;
	border-radius: 12px;
	font-weight: normal;
}



.btn-info-more {
	color: #079CF1;
	margin-left: 8px;
	font-size: 14px;
}

.btn-info-more:hover {
	color: #079CF1;
}

/* 播放区域 */
.detail_section_btom {
	margin: 30px 0 20px 0;
}

.nav-tabs {
	border-bottom: 2px solid #e5e5e5;
	margin-bottom: 20px;
}

.nav-item {
	margin-bottom: -2px;
}

.nav-link {
	padding: 12px 20px;
	border: none;
	color: #666;
	font-size: 16px;
	border-bottom: 2px solid transparent;
}

.nav-link.active,
.nav-link:hover {
	color: #079CF1;
	border-bottom-color: #079CF1;
	background: none;
}

.tab-content {
	margin-top: 20px;
}

.tab-pane {
	display: none;
}

.tab-pane.active {
	display: block;
}

/* 播放源列表 */
.source-lst {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.source-lst.active {
	display: flex;
}

.source-lst li {
	flex: 0 0 auto;
}

.source-lst-tab {
	display: inline-block;
	padding: 8px 16px;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	color: #666;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.4;
	transition: all 0.2s ease;
	min-width: 80px;
	text-align: center;
}

.source-lst-tab:hover {
	border-color: #079CF1;
	color: #079CF1;
	text-decoration: none;
}

/* 分享区域 */
.srch-info-source {
	position: absolute;
	margin: 20px 0;
	top: -52px;
    right: 0px;
}

.btn-info-share {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	background: rgba(255, 255, 255, 0.9);
	/* border: 1px solid #ddd; */
	border-radius: 4px;
	color: #666;
	text-decoration: none;
	font-size: 14px;
}

.btn-info-share:hover {
	color: #079CF1;
	text-decoration: none;
}

/* 导航区域 */
.sort_nav {
	margin: 3px 0 10px 0;
}

.sort_nav_bx {
	border-bottom: 2px solid #e5e5e5;
	padding-bottom: 0;
}

.sort_nav_lst {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.sort_nav_lst li {
	position: relative;
}

.sort_nav_lst a {
	display: block;
	padding: 12px 0;
	color: #666;
	font-size: 16px;
	text-decoration: none;
	border-bottom: 2px solid transparent;
}

.sort_nav_lst .active a,
.sort_nav_lst a:hover {
	color: #079CF1;
	border-bottom-color: #079CF1;
}

.top_nav_li.active a {
	color: #079CF1;
	border-bottom-color: #079CF1;
}

/* 详情标题 */
.detail_tit {
	font-size: 20px;
	margin: 30px 0 20px 0;
	color: #333;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 8px;
}

.detail_tit i {
	width: 4px;
	height: 20px;
	background-color: #079CF1;
	border-radius: 2px;
}

/* 视频内容 */
.video_body {
	line-height: 1.8;
	color: #333;
	margin-bottom: 30px;
}

/* 猜你喜欢列表 */
.sort_lst_bx {
	margin: 20px 0;
}

.lst_ulike {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.lst_ulike li {
	width: 18%;
}

.sort_lst_thumb {
	display: block;
	position: relative;
	width: 100%;
	height: 280px;
	overflow: hidden;
	border-radius: 8px;
	text-decoration: none;
}

.sort_lst_thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.play_hv2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	background: rgba(0,0,0,0.7);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.sort_lst_thumb:hover .play_hv2 {
	opacity: 1;
}

.play_hv2::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 20px solid #fff;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	margin-left: 4px;
}

.sort_lst_thumb_txt_rgt {
	position: absolute;
	right: 12px;
	bottom: 12px;
	color: #fff;
	font-size: 16px;
	z-index: 2;
}

.sort_lst_tit {
	margin-top: 12px;
	font-size: 16px;
	line-height: 1.4;
	color: #333;
}

.sort_lst_tit a {
	color: #333;
	text-decoration: none;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sort_lst_tit a:hover {
	color: #079CF1;
}

.sort_lst_txt {
	margin-top: 8px;
	font-size: 14px;
	color: #666;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 侧边栏 */
.section_aside {
}

.section_aside_tit {
	border-bottom: 2px solid #079CF1;
	padding-bottom: 12px;
}

.section_aside_tit h2 {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	margin: 0;
}

.hotlist-tit h2 {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	margin: 0;
}

.section_aside_hotlist {
	margin-bottom: 20px;
}

.section_aside_lst {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.section_aside_lst li {
	transition: background-color 0.2s ease;
	padding: 5px 5px;
}

.section_aside_lst li:hover {
	background-color: #f8f9fa;
}

.hotlist-top1,
.hotlist-top2,
.hotlist-top3 {
	padding: 15px 12px;
}

.section_aside_hotlist_bx {
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	color: #333;
}

.section_aside_hotlist_bx:hover {
	text-decoration: none;
	color: #333;
}

.section_aside_lst_tab_lft {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 1;
}

.hotlist-num {
	font-size: 24px;
	font-weight: bold;
	color: #079CF1;
	min-width: 30px;
	font-style: italic;
}

.hotlist-info {
	flex: 1;
}

.hotlist-info h2 {
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 4px 0;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.section_aside_lst_tab {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
	color: #333;
	padding: 8px 0;
}

.section_aside_lst_tab:hover {
	text-decoration: none;
	color: #079CF1;
}

.section_aside_lst_tab_lft {
	display: flex;
	align-items: center;
	gap: 8px;
	flex: 1;
}

.section_aside_lst_num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	background-color: #079CF1;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border-radius: 50%;
	min-width: 20px;
}

.section_aside_lst_txt {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
}

.section_aside_lst_tab_rgt {
	font-size: 14px;
	color: #666;
}

/* 评论区域 */
.comments_list {
	margin: 20px 0;
}

/* 播放器 */
.player_container {
	width: 100%;
	height: 600px;
	background-color: #000;
	border-radius: 8px;
	overflow: hidden;
}

.player_container iframe {
	width: 100%;
	height: 100%;
	border: none;
}

.player_section {
	width: 100%;
	margin-bottom: 20px;
}

/* 响应式设计 */

@media (max-width: 768px) {
	.video-main {
		margin-top: 60px;
	}
	
	.srch-result-tit {
		font-size: 24px;
	}
	
	.result-tit-sub {
		flex-direction: column;
		align-items: flex-start;
		gap: 5px;
	}
	
	.sort_nav_lst {
		gap: 20px;
		flex-wrap: wrap;
	}
	
	.source-lst {
		gap: 6px;
	}
	
	.source-lst-tab {
		padding: 6px 12px;
		font-size: 13px;
		min-width: 70px;
	}
	
	.lst_ulike {
		gap: 15px;
	}
	
	.lst_ulike li {
		min-width: 150px;
		max-width: 200px;
	}
	
	.sort_lst_thumb {
		height: 220px;
	}
	
	.player_container {
		height: 250px;
	}
	
	.section_aside {
		margin-top: 20px;
	}

}

@media (min-width: 768px) {
	.border-md-end{
		border-right: 1px solid #e5e5e5;
	}
	.srch-result-thumb {
		top: -50px;
	}
	.detail_section_btom{
		margin-top: 0;
	}
}
@media (max-width: 480px) {
	.srch-result-tit {
		font-size: 20px;
	}
	
	.sort_nav_lst {
		gap: 15px;
	}
	
	.source-lst-tab {
		padding: 5px 10px;
		font-size: 12px;
		min-width: 60px;
	}
	
	.lst_ulike {
		gap: 10px;
	}
	
	.lst_ulike li {
		min-width: 120px;
		max-width: 160px;
	}
	
	.sort_lst_thumb {
		height: 180px;
	}
	
	.player_container {
		height: 200px;
	}
	
	.detail_tit {
		font-size: 18px;
	}
	
	.section_aside {
		padding: 15px;
	}
}