* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
}

html,
body {
	height: 100%;
	overflow: hidden;
}

.app-wrap {
	height: 100%;
	background-color: #f5f5f5;
	overflow: auto;
	
	background-size: 10px 10px;

}

.header {
	height: 250px;
	background-color: #fff;
	overflow: hidden;
	
}

.header-logo {
	position: relative;
	display: block;
	margin: 60px auto 0px auto;
}


.fixed-header {
	position: fixed;
	width: 100%;
	height: 70px;
	display: none;
	top: 0px;
	left: 0px;
	background-color: #fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
	z-index: 999;
}

.fixed-logo {
	position: absolute;
	width: 180px;
	height: 50px;
	left: 20px;
	top: 10px;
}

.search-box {
	width: 30%;
	margin: 30px auto;
}

.search {
	position: relative;
}

.search input {
	width: 100%;
	height: 40px;
	border: 1px #db2028 solid;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	padding-left: 50px;
	outline: none;
	background-color: #fff;
}

.search .icon-fangdajing {
	position: absolute;
	width: 20px;
	height: 20px;
	left: 20px;
	top: 12px;
}

.search input:focus {
	border: 1px #db2028 solid;
}

.search input:hover {
	border: 1px #db2028 solid;
}

.search:hover .icon-fangdajing {
	color: #db2028;
}

.search button {
	position: absolute;
	top: 0;
	right: -10px;
	width: 80px;
	height: 40px;
	border: 1px #db2028 solid;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	color: #fff;
	background-color: #db2028;
	cursor: pointer;
}

.fixed-header-search-box {
	width: 30%;
	float: right;
	margin-right: 50px;
	margin-top: 15px;
}

.content {
	position: relative;
	width: 80%;
	margin: 10px auto;
	background-color: #fff;
	box-shadow: 0 0 30px rgba(45, 45, 45, 0.1);
	padding: 15px;
	min-height: 300px;
	overflow: hidden;
	margin-bottom: 100px;
}


.video-item {
	position: relative;
	float: left;
	width: 25%;
	height: 300px;
	padding: 10px;
}
.video-item-content{
	position: relative;
	height: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.video-item-content:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

@media screen and (max-width: 1920px) {
	.video-item {
		height: 350px;
	}

	.header {
		height: 250px;
	}
}

@media screen and (max-width: 1366px) {
	.video-item {
		height: 300px;
	}

	.header {
		height: 220px;
	}
}

.bofangicon {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .1);
	text-align: center;
	line-height: 300px;
	display: none;
	transition: 1s;
	cursor: pointer;
}

.video-item:hover .bofangicon {
	display: block;
}

.bofangicon .icon-bofang {
	color: #fff;
	font-size: 70px;
}

.videoCover {
	height: 60%;
	text-align: center;
	background-color: rgba(0, 0, 0, .1);
}

.videoCover img {
	max-width: 100%;
	max-height: 100%;
	cursor: pointer;
}

.video-title {
	padding: 10px;
	height: 100px;
	overflow: auto;
}

.video-date {
	position: absolute;
	font-size: 16px;
	bottom: 10px;
	right: 10px;
	color: #b3b3b3;
}

.loading-modal-box {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .2);
	z-index: 10;
}

.page-box {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 50px;
	background-color: #fff;
	box-shadow: 0 -10px 20px rgba(0, 0, 0, .1);
	z-index: 11;
	text-align: center;
}



.modal-box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	z-index: 999;
}

.modal-content {
	position: absolute;
	width: 80%;
	height: 80%;
	background-color: #484848;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.modal-content .icon-guanbi {
	position: relative;
	font-size: 30px;
	color: #190304;
	cursor: pointer;
	float: right;
	top: 25px;
	right: 20px;
}

.modal-header {
	height: 80px;
	background-color: #fff;
}

.modal-header-title {
	float: left;
	width: 85%;
	line-height: 80px;
	font-size: 20px;
	padding-left: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;

}

.modal-content video {
	width: 100%;
	height: calc(100% - 80px);
}

.loader {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-top: 10px solid rgba(255, 255, 255, 0.2);
	border-right: 10px solid rgba(255, 255, 255, 0.2);
	border-bottom: 10px solid rgba(255, 255, 255, 0.2);
	border-left: 10px solid #ffffff;
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}

.loader,
.loader:after {
	border-radius: 50%;
	width: 100px;
	height: 100px;
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.pagelist {
	font-size: 0;
	background: #fff;
	height: 50px;
	user-select: none;
	padding-top: 10px;
}

.pagelist span {
	font-size: 12px;
}

.jumppoint ,.jumpinp {
	margin-left: 10px;
}
.perbtn{
	width: 30px;
	height: 30px;
	border-radius: 4px;
	outline: none;
	border: 1px solid #ccc;
	line-height: 30px;
	font-size: 12px;
}
.jumpinpinput {
	width: 55px;
	height: 30px;
	font-size: 13px;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: center;
	outline: none;
}

.jumpinp input:focus {
	border: 1px solid #db2028;
}

.pagelist .jump {
	width: 30px;
	height: 30px;
	border-radius: 4px;
	outline: none;
	border: 1px solid #ccc;
	line-height: 30px;
	cursor: pointer;
	margin-left: 5px;
}

.bgprimary {
	cursor: default;
	color: #fff;
	background: #337ab7;
	border-color: #337ab7;
}

.pagelist .bgprimary {
	cursor: default;
	color: #fff;
	background: #db2028;
	border-color: #db2028;
}

.ellipsis {
	padding: 0px 8px;
}

.pagelist .gobtn {
	width: 50px;
	height: 30px;
	font-size: 12px;
}


.pagelist .jump.disabled {
	pointer-events: none;
	background: #ddd;
}
