.iconfont {
	font-family: iconfont !important;
	font-size: 20px
}

.text::placeholder,
text {
	font-family: font !important;
	caret-color: transparent
}

@font-face {
	font-family: iconfont;
	src: url(iconfont.woff2) format('woff2'), url(iconfont.woff) format('woff'), url(iconfont.ttf) format('truetype');
	font-display: auto
}

@font-face {
	font-family: font;
	src: url(font.woff2) format('woff2'), url(font.woff) format('woff'), url(font.ttf) format('truetype');
	font-display: auto
}

.fixed {
	position: fixed !important
}

.relative {
	position: relative !important
}

.absolute {
	position: absolute !important
}

.sticky {
	position: -webkit-sticky !important;
	position: sticky !important
}

.ye-x {
	position: relative;
	display: flex !important;
	flex-direction: row !important
}

.ye-x1 {
	position: relative;
	display: flex !important;
	flex-direction: row-reverse !important
}

.ye-y {
	position: relative;
	display: flex !important;
	flex-direction: column !important
}

.ye-y1 {
	position: relative;
	display: flex !important;
	flex-direction: column-reverse !important
}

.x {
	justify-content: center !important
}

.x1 {
	justify-content: flex-start !important
}

.x2 {
	justify-content: flex-end !important
}

.x3 {
	justify-content: space-between !important
}

.x4 {
	justify-content: space-around !important
}

.y {
	align-items: center !important
}

.y1 {
	align-items: flex-start !important
}

.y2 {
	align-items: flex-end !important
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box
}

html {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center
}

body {
	font-family: "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
	color: #d9d9d9;
	background-color: #2b2a2a
}

a {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	user-select: none;
	text-decoration: none;
	color: #d9d9d9
}

img {
	font-size: 14px;
	word-break: break-word;
	white-space: normal
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

ul,
ol {
	list-style: none
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
	appearance: none;
	border: none;
	background: none;
	cursor: pointer
}

.header {
	width: 100%;
	display: flex !important;
	flex-direction: row !important;
	justify-content: center !important;
	flex-wrap: wrap
}

.header-container {
	width: 100%;
	height: 70px;
	display: flex !important;
	flex-direction: row !important;
	justify-content: center !important;
	position: fixed;
	top: 0px;
	left: 0;
	z-index: 99;
	transition: transform .3s;
	background-color: #333;
	box-shadow: 0 .0625rem .25rem rgba(0, 0, 0, .1)
}

.header-content {
	width: 1200px;
	display: flex !important;
	flex-direction: row !important;
	justify-content: space-between !important
}

.logo {
	width: 50%;
	height: 70px;
	padding: 0 5px;
	position: relative;
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important
}

.logo>a {
	display: block;
	width: 200px;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.search {
	flex: 1;
	height: 70px;
	padding: 0 5px;
	position: relative;
	display: flex !important;
	flex-direction: row !important;
	justify-content: flex-end !important;
	align-items: center !important;
	top: 0;
	right: 0
}

.search>form {
	width: 100%;
	height: 30px;
	margin: 0 5px;
	position: relative;
	display: flex;
	flex-direction: row !important;
	align-items: center !important;
	background-color: #f5f5f5;
	border-radius: 5px
}

.search-input {
	width: 100%;
	height: 30px;
	margin: 0 30px 0 10px;
	outline: 0;
	font-size: 13px;
	background-color: #f5f5f5;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	border-radius: 5px
}

.search-button {
	position: absolute;
	right: 10px;
	background-color: #f5f5f5;
	outline: 0;
	-webkit-tap-highlight-color: transparent
}

.search-button>span {
	display: block;
	width: 16px;
	height: 16px
}

.search-icon {
	width: 16px;
	height: 16px;
	border: 2px solid #7e7e7e;
	border-radius: 50%;
	position: relative
}

.search-icon::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 12px;
	height: 3px;
	border: 1px solid #7e7e7e;
	transform: rotate(-45deg);
	background-color: #000
}

.nav {
	width: 100%;
	padding: 10px 10px;
	margin-top: 95px;
	background-color: #333
}

.nav-list {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row !important;
	align-items: center !important
}

.nav>ul>li {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 0.5% 0.5%;
	width: 24%;
	height: 45px;
	background-color: #2b2a2a;
	border-radius: 5px
}

.nav>ul>li>a {
	font-size: 14px;
	font-weight: bold
}

.main {
	width: 100%
}

.section {
	width: 100% !important;
	position: relative;
	display: flex !important;
	flex-direction: row !important;
	justify-content: center !important;
	flex-wrap: wrap !important;
	background-color: #333;
	box-shadow: 0 1px 4px rgb(0 0 0 / 7%);
	margin-top: 15px;
	padding: 0 7.5px 15px 7.5px
}

.section-header {
	width: 100%;
	position: relative;
	display: flex !important;
	flex-direction: row !important;
	justify-content: space-between !important;
	align-items: center !important
}

.section-title {
	padding: 20px 20px 15px 15px;
	width: 100%;
	position: relative;
	display: flex !important;
	flex-direction: row !important;
	justify-content: space-between !important;
	align-items: center !important;
	font-weight: bold;
	font-size: 20px
}

.more-link {
	font-size: 14px;
	padding: 20px 10px 10px 0;
	width: 200px;
	text-align: right
}

.more-icon:before {
	content: "\003E"
}

.video-list {
	width: 100%;
	position: relative;
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	justify-content: space-between !important
}

.video-list>li {
	position: relative;
	margin-bottom: 50px
}

.video-list>li>a {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	background-color: #2b2a2a;
	background-size: cover;
	background-position: center top;
	border-radius: 5px;
	margin: 7.5px
}

.video-img-lazy {
	border-radius: 5px
}

.video-detail {
	position: absolute;
	width: 100%
}

.video-title {
	width: 100%;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	padding: 4px 10px
}

.view-count {
	position: absolute;
	width: 100%;
	height: 100px;
	text-align: right;
	line-height: 165px;
	right: 0px;
	bottom: 0px;
	color: #fdfcfc;
	font-size: 12px;
	background-repeat: no-repeat;
	background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
	padding-right: 10px;
	border-radius: 5px
}

.title {
	width: 100%;
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	justify-content: center !important;
	background-color: #333;
	font-size: 15px;
	padding: 14px 15px;
	margin-top: 15px
}

.media-player {
	position: relative;
	width: 100%;
	padding-top: 56.2%;
	background-color: #000
}

.media-player>iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px
}

.media-container {
	width: 100%;
	position: relative;
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
	background-color: #333;
	padding: 15px
}

.media-thumb {
	position: relative;
	width: 10%;
	padding-top: 10%
}

.media-thumb>a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.media-thumb>a>img {
	width: 100%;
	height: 100%;
	border-radius: 5px
}

.media-info {
	width: 70%;
	position: relative;
	display: flex !important;
	flex-direction: column !important;
	justify-content: space-around !important;
	flex-wrap: wrap !important;
	background-color: #333;
	font-size: 14px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis
}

.media-info>p {
	width: 100%;
	position: relative;
	display: flex !important;
	flex-direction: row !important
}

.media-info>p>span:nth-of-type(1) {
	white-space: nowrap
}

.media-info>p>span:nth-of-type(2) {
	white-space: normal;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis
}

.media-actions {
	width: 20%;
	position: relative;
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	flex-wrap: wrap;
	justify-content: space-between !important
}

.media-actions>a {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100%;
	height: 35px;
	font-size: 15px;
	background-color: #2b2a2a;
	border-radius: 5px
}

.media-episode {
	width: 100%;
	padding: 20px 10px;
	border-top: 1px dashed #4e4e4e;
	background-color: #333
}

.media-episode>div {
	color: rgb(255, 153, 0);
	margin: 0.5% 0.5%;
	width: 24%;
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: -5px;
	white-space: nowrap
}

.media-episode>ul {
	width: 100%;
	position: relative;
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	flex-wrap: wrap !important
}

.media-episode>ul>li {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 0.5% 0.5%;
	width: 24%;
	height: 35px;
	font-size: 15px;
	background-color: #2b2a2a;
	border-radius: 5px
}

.media-episode>ul>li>a {
	color: #fff;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 10px
}

.scroll-container {
	overflow: hidden;
	white-space: nowrap
}

.scroll-list {
	display: flex;
	animation: scrollText 20s infinite linear;
	font-size: 15px;
	color: #333;
	padding: 15px 0
}

.scroll-list>li {
	padding: 0 10px
}

@keyframes scrollText {
	0% {
		transform: translateX(0)
	}

	100% {
		transform: translateX(-100%)
	}
}

.footer {
	text-align: center;
	padding: 20px 10px
}

.copyright {
	font-size: 13px;
	padding-bottom: 20px
}

.warn {
	font-size: 13px;
	padding-bottom: 20px
}

.page {
	padding: 10px 0;
	text-align: center
}

.page li {
	display: inline-block;
	margin: 2px
}

.page li a {
	padding: 10px 15px
}

.page_bg {
	background-color: #ff6200 !important;
	color: #fff !important;
	border-radius: 5px
}

.page-default {
	display: inline-block;
	padding: 8px 30px;
	font-size: 12px;
	border-radius: 5px;
	background-color: #eee;
	color: #333;
	box-shadow: 0 5px 10px rgba(246, 246, 246, .25)
}

.page-warm {
	display: inline-block;
	padding: 8px 30px;
	font-size: 12px;
	border-radius: 5px;
	background-color: #ff6200;
	background: linear-gradient(to right, #ff6200 0, #ff6200 100%);
	box-shadow: 0 5px 10px rgba(255, 111, 0, .25)
}

@media (max-width:1200px) {
	body {
		width: 100%
	}

	.header-container {
		height: 60px
	}

	.header-content {
		width: 100%
	}

	.logo {
		height: 60px
	}

	.logo>a {
		width: 150px
	}

	.search {
		height: 60px;
		font-size: 3vw;
		flex: 1;
	}

	.search>form {
		position: absolute;
		display: none;
	}

	.search>span {
		display: flex;
	}

	.nav {
		margin-top: 75px
	}

	.title {
		font-size: 14px
	}

	.video-title {
		font-size: 12px
	}

	.video-list>li {
		width: 50% !important;
		padding-top: 40% !important
	}

	.media-thumb {
		width: 30%;
		padding-top: 30%
	}

	.media-info {
		width: 70%;
		font-size: 12px;
		padding: 0 0 0 10px
	}

	.media-actions {
		width: 100%;
		padding-top: 15px
	}

	.media-actions>a {
		width: 48.5%
	}

	.media-episode>div {
		font-size: 14px
	}

	.media-episode>ul>li>a {
		font-size: 12px
	}

	.scroll-list {
		animation: scrollText 10s infinite linear
	}

	.page-visible {
		display: inline-block !important
	}

	.page-hidden {
		display: none !important
	}
}

@media (min-width:1200px) {
	body {
		width: 1200px
	}

	.header-container {
		height: 70px
	}

	.header-content {
		width: 1200px
	}

	.logo {
		height: 70px
	}

	.logo>a {
		width: 200px
	}

	.search {
		height: 70px;
		font-size: 16px;
		flex: 0.8;
	}

	.search>form {
		position: relative;
		display: flex;
	}

	.search>span {
		display: none;
	}

	.nav {
		margin-top: 85px
	}

	.title {
		font-size: 18px
	}

	.video-title {
		font-size: 13px
	}

	.video-list>li {
		width: 25%;
		padding-top: 20%
	}

	.media-thumb {
		width: 10%;
		padding-top: 10%
	}

	.media-info {
		width: 70%;
		font-size: 14px;
		padding: 0 15px
	}

	.media-actions {
		width: 20%;
		padding-top: 0px
	}

	.media-actions>a {
		width: 100%
	}

	.media-episode>div {
		font-size: 18px
	}

	.media-episode>ul>li>a {
		font-size: 14px
	}

	.scroll-list {
		animation: scrollText 20s infinite linear
	}

	.page-hidden {
		display: inline-block !important
	}

	.page-visible {
		display: none !important
	}
}