.myui-panel__head.index-cat-head-row {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 6px 8px;
	height: auto !important;
	min-height: 38px;
	overflow: visible;
}
.myui-panel__head.index-cat-head-row .title {
	float: none;
	flex: 0 0 auto;
	max-width: 42%;
	line-height: 30px;
}
.myui-panel__head.index-cat-head-row .more {
	float: none;
	flex: 0 0 auto;
	white-space: nowrap;
	line-height: 30px;
	align-self: center;
}

.index-cat-subnav-wrap {
	flex: 1 1 0%;
	min-width: 0;
	max-width: 100%;
	box-sizing: border-box;
	padding-bottom: 4px;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	scrollbar-color: hsla(0, 0%, 50%, 0.32) hsla(0, 0%, 50%, 0.1);
	-ms-overflow-style: -ms-autohiding-scrollbar;
	overscroll-behavior-x: contain;
}
.index-cat-subnav-wrap::-webkit-scrollbar {
	height: 5px;
}
.index-cat-subnav-wrap::-webkit-scrollbar-track {
	background: hsla(0, 0%, 50%, 0.1);
	border-radius: 4px;
}
.index-cat-subnav-wrap::-webkit-scrollbar-thumb {
	background: linear-gradient(180deg, hsla(0, 0%, 55%, 0.28) 0%, hsla(0, 0%, 50%, 0.22) 100%);
	border-radius: 4px;
}
.index-cat-subnav-list {
	display: inline-flex !important;
	flex-wrap: nowrap !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 2px 0 0 !important;
	white-space: nowrap;
	width: max-content;
	min-width: 100%;
	justify-content: flex-end;
	line-height: 30px;
}
.index-cat-subnav-list > li {
	float: none !important;
	flex: 0 0 auto !important;
	white-space: nowrap;
	margin: 0 !important;
}
.index-cat-subnav-list > li + li {
	padding-left: 10px;
}
.index-cat-subnav-list .split-line {
	margin: 0 0 0 2px;
}
@media (max-width: 767px) {
	.myui-panel__head.index-cat-head-row {
		flex-wrap: wrap;
		align-items: center;
	}
	.myui-panel__head.index-cat-head-row .title {
		order: 1;
		max-width: none;
	}
	.myui-panel__head.index-cat-head-row .more {
		order: 2;
		margin-left: auto;
	}
	.index-cat-subnav-wrap {
		order: 3;
		flex: 1 1 100%;
		width: 100%;
		max-width: 100%;
	}
}

#js-index-bangdan .myui-panel_bd,
#js-index-bangdan .col-lg-4,
#js-index-bangdan .col-md-3,
#js-index-bangdan .col-sm-2 {
	max-width: 100%;
	overflow: hidden;
}
#js-index-bangdan .myui-vodlist__media li {
	display: table;
	width: 100%;
	max-width: 100%;
	table-layout: fixed;
}
#js-index-bangdan .myui-vodlist__media .thumb {
	display: table-cell;
	width: 70px;
	max-width: 70px;
	vertical-align: top;
	padding-right: 8px;
}
#js-index-bangdan .myui-vodlist__media .thumb .myui-vodlist__thumb.img-xs-70 {
	width: 70px;
	max-width: 70px;
}
#js-index-bangdan .myui-vodlist__media .detail {
	display: table-cell;
	width: auto !important;
	max-width: 0;
	overflow: hidden;
	vertical-align: top;
	padding: 0 !important;
	box-sizing: border-box;
}
#js-index-bangdan .myui-vodlist__media .detail .font-12 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 0 4px;
}
#js-index-bangdan .myui-vodlist__text li a {
	display: flex;
	align-items: center;
	gap: 4px;
	overflow: hidden;
	white-space: nowrap;
	max-width: 100%;
}
#js-index-bangdan .myui-vodlist__text li a .pull-right {
	float: none;
	flex-shrink: 0;
	margin-left: auto;
}
#js-index-bangdan .myui-vodlist__text li a .badge {
	flex-shrink: 0;
}
#js-index-bangdan .myui-vodlist__text li a .vod-title {
	flex: 1;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#js-index-bangdan .myui-vodlist__media .detail h6.title {
	margin: 0 0 6px;
	line-height: 1.35;
	overflow: hidden;
}
#js-index-bangdan .myui-vodlist__media .detail h6.title a {
	display: flex;
	align-items: center;
	overflow: hidden;
	max-width: 100%;
}
#js-index-bangdan .myui-vodlist__media .detail h6.title .vod-title {
	flex: 1;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
#js-index-bangdan .myui-vodlist__media .detail h6.title .fa {
	flex-shrink: 0;
	margin-left: 4px;
	float: none !important;
}

.fe-index-ad-wrap {
	padding: 0.5%;
	background-color: #f5f5f5;
	border-radius: 5px;
	text-align: center;
}

.fe-index-fail-msg {
	text-align: center;
	color: #999;
}
.fe-index-fail-msg--pad {
	padding: 20px;
}
