

li {
	list-style: none;
}



a {
	text-decoration: none;
}

html,
body {
	min-height: 100%;
	width: 100%;
	overflow-x: hidden;
}

.page-list .banner-img {
	height: 0 !important;
}

/* @font-face {
	font-family: 'palatino';
	src: url('../fonts/Palatino.ttc');
} */

/* 分页 */
.current-page {
	float: right;
}

.current-page>span {
	font-size: 14px;
	float: left;
	line-height: 30px;
}

.current-page>span>i {
	display: none;
	font-size: 14px;
	line-height: 30px;
	font-style: normal;
	color: #b9986c;
}

.current-page>span>input {
	width: 50px;
	height: 32px;
	text-align: center;
}

#jump-page {
	transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	height: 32px;
	padding: 0 10px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #b9986c;
	color: #b9986c;
}

#jump-page:hover {
	background: #b9986c;
	color: #fff;
}

#all_page {
	margin-left: 10px;
	margin-right: 10px;
	line-height: 32px;
	color: #b9986c;
}

#jump-value {
	width: 60px;
	height: 32px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #b9986c;
	color: #b9986c;
}

.current-container {
	float: left;
}

.current-container li span {
	display: block;
	font-size: 30px;
	line-height: 0.4rem;
	margin: 0 5px 0 5px;
	cursor: pointer;
}

@media screen and (max-width: 960px) {
	#all_page {
		display: block;
		width: 100%;
		text-align: left;
		margin-bottom: 8px;
	}

	#main .pages .current-page>ul>li {
		/* margin-top: 10px; */
		margin-bottom: 10px;
	}

	#main .pages .current-page>ul>li {
		display: none;
	}

	#main .pages .current-page>ul>li:first-of-type,
	#main .pages .current-page>ul>li:last-of-type {
		display: block;
	}

	.current-container .float-left:first-of-type,
	.current-container .float-left:last-of-type {
		margin-left: 10px;
	}

	.current-page>span>i {
		display: inline;
		margin-left: 15px;
	}
}


/* 播放器 */
.prism-time-display span {
	color: #fff;
}

.prism-setting-list .prism-setting-item .setting-content span {
	color: #fff;
}

.prism-setting-selector .header span {
	color: #fff;
}

.prism-setting-selector .selector-list li span {
	color: #fff;
}