
html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	text-decoration: none;
}

ul, li {
	list-style: none;
}

input::-webkit-clear-button,
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

header {
	position: fixed;
	width: 100%;
	z-index: 99;
}

.head {
	width: 100%;
	background-color: #3FA7A2;
	box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .1);
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 2;
	position: relative;
}

.container-nav {
	padding-left: 5px;
	padding-right: 5px;
	margin-right: auto;
	margin-left: auto
}

.logo {
	height: 50px;
	line-height: 50px;
	color: #fff;
	float: left;
	font-size: 20px;
	width: 150px;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 10px;
}

.head-wrapper .logo span {
	color: #fff;
}

.container-nav::after {
	clear: both;
	display: table;
	content: " ";
}

.pull-right {
	float: right !important;
}

.header-right-item {
	margin-left: 10px;
	width: 30px;
}

@media (max-width: 991.9px) and (min-width: 768px) {
	.logo {
		width: calc(100% - 450px);
	}
}

@media (max-width: 767.9px) {
	.logo {
		width: calc(100% - 170px);
	}
}


@media (min-width: 576px) {
	.container-nav {
		width: 560px;
	}
}

@media (min-width: 768px) {
	.container-nav {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container-nav {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container-nav {
		width: 1170px;
	}
}

@media (min-width: 760px) {
	.search-btn {
		display: none
	}
}

@media (max-width: 760px) {
	.search-box-big {
		display: none
	}
}

.history, search {
	width: 20px;
	height: 20px;
}

.dropdown-item {
	position: relative;
}

.dropdown-box {
	position: absolute;
	top: 100%;
	right: 0;
	display: none;
	z-index: 999;
	padding: 15px;
	border-radius: 2px;
	background-color: #f0f0f0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.history-box {
	width: 200px;
	text-align: left;
	line-height: 2.5;
	color: #444444 !important;
}

.pull-right .header-right-item i {
	font-size: 20px;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	display: block;
	text-align: center;
	color: #fff;
}

.pull-right .header-right-item span {
	content: "\5386\53f2";
	display: block;
	text-align: center;
	color: #fff;
	height: 20px;
	line-height: 20px;
}

.search-box-big {
	width: 200px;
	float: right;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.search-box-big input {
	border: none;
	outline: none;
	background-color: #ffffff;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	padding-left: 20px;
	padding-right: 15px;
	width: 100%;
	font-size: 100%;
}

.search-box-big button {
	background: none;
	border: none;
	outline: none;
	font-size: 16px;
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	line-height: 30px;
	text-align: center;
	right: 0;
	top: 0;
	color: #666;
}

.search-box-big form {
	position: relative;
	z-index: 0;
}

.headernav {
	width: 100%;
	position: relative;
	z-index: 1;
	box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .1);
}

.headernav .nav-wrap {
	background-color: #ffffff;
	width: 100%;
	position: relative;
	z-index: 15;
	overflow: hidden;
}

.headernav .shadow-l, .headernav .shadow-r {
	position: absolute;
	width: 12px;
	height: 100%;
	top: 0;
	z-index: 10;
}

.headernav .shadow-l {
	left: 0;
	background: linear-gradient(left, #ffffff, hsla(0, 0%, 100%, .2));
}

.headernav .shadow-r {
	right: 0;
	background: linear-gradient(right, #ffffff, hsla(0, 0%, 100%, .2));
}

.headernav .wrap {
	display: block;
	position: relative;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	padding: 0;
}

.headernav .wrap li {
	position: relative;
	width: auto !important;
}

.headernav .wrap li a {
	display: block;
	font-size: 18px;
	position: relative;
	padding: 0 10px;
	position: relative;
	line-height: 40px;
	height: 40px;
	color: #333333;
}

.headernav .wrap li.active a {
	color: #4dbdb8;
}

@media (max-width: 767.99px) {
	.headernav .wrap li a {
		padding-left: 8px;
		padding-right: 8px;
		font-size: 16px;
	}

	.search-box-big.active form {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 80%;
	}

	.search-box-big.active {
		position: fixed;
		top: 115px;
		bottom: 0;
		left: 0;
		right: 0;
		display: block;
		z-index: 0;
		margin: 0;
		width: 100%;
		height: 60px;
		background-color: rgba(0, 0, 0, .6);
	}

}

@media (min-width: 767.99px) {
	.search-box-big.active {
		display: none;
	}
}

.stui-vodlist-text {
	min-width: 20%;
}

@media (max-width: 760px) {
	.stui-vodlist-text li {
		min-width: 50%;
	}
}

.fed-casc-list dl:first-child {
	border: 0
}

.fed-casc-list dd, .fed-casc-list dt {
	display: inline-block
}

.fed-casc-list dd a {
	display: block;
	padding: 0 .3125rem
}


.fed-casc-list dl {
	padding: .9375rem 0 0 3.75rem;
	white-space: normal
}

.fed-casc-list dt {
	margin: 0 0 .9375rem -3.25rem
}

.fed-casc-list dd {
	margin: 0 0 .9375rem 0
}

.selected {
	background-color: #4dbdb8;
	color: white;
	border-radius: 2px;
}
.pagination {
	display: flex;
	justify-content: center;
	padding: 10px 0;
	list-style: none;
	margin: 20px 0;
}

.pagination li {
	margin: 0 2px;
}

.pagination li a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	color: #4dbdb8;
	border: 1px solid #ddd;
	border-radius: 5px;
	transition: background-color 0.3s, color 0.3s;
}

.pagination li a:hover {
	background-color: #4dbdb8;
	color: #fff;
}

.pagination li.active a {
	background-color: #4dbdb8;
	color: #fff;
}

.pagination li.disabled a {
	color: #ccc;
	pointer-events: none;
	border-color: #ddd;
}

.breadcrumb {
	padding: 10px 0;
	background-color: #f8f8f8;
	border-radius: 5px;
}

.breadcrumb ul {
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
}

.breadcrumb li {
	margin-right: 10px;
}

.breadcrumb li a, .zhuyan a {
	text-decoration: none;
	color: #007bff;
	transition: color 0.3s;
}

.breadcrumb li a:hover {
	color: #0056b3;
}

.breadcrumb li::after {
	content: '>';
	margin-left: 10px;
}

.breadcrumb li:last-child::after {
	content: '';
}


.playbtn{ padding-left:42px; margin-top:20px}
.playbtn a{ display: inline-block; width: 100px; height: 32px; line-height: 32px; text-align: center; border-radius: 5px; font-size: 12px; background-color: #333; color: #fff;}