/* 播放器 */
.text-middle {
	font-size: 16px
}
.blank-middle {
	height: 30px;
	line-height: 30px;
	clear: both;
	font-size: 0
}
.video_con {
	line-height: 24px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.jw-video-expense {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	background: #616770;
	z-index: 1;
	display: none
}
.jw-video-expense .text {
	color: #fff;
}
.jw-video-expense .apply {
	position: relative;
	margin: 0 auto;
	text-align: center;
	top: 50%;
	margin-top: -50px;
}
.jw-video-expense .button {
	display: block;
	width: 160px;
	margin: 12px auto;
	background: #ff5501;
	color: #fff;
	box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, .2);
	border-radius: 3px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}
.video-period-zt {
}
.video-period-zt .price {
	font-size: 32px;
	margin-top: 15px;
	text-align: center;
	color: #ff5501;
}
.video-buy-now {
	display: block;
	width: 160px;
	margin: 12px auto;
	background: #ff5501;
	color: #fff;
	box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, .2);
	border-radius: 3px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}
.video-free-now {
	display: block;
	width: 160px;
	margin: 20px auto;
	background: #ff5501;
	color: #fff;
	box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, .2);
	border-radius: 3px;
	line-height: 40px;
	text-align: center;
}
.video-title h1 {
	font-size: 24px;
	display: block;
}
.video_con_period {
	background: #383838;
}
.video-period-title {
	padding: 15px 10px 15px 20px
}
.video-period-title span {
	display: block;
	color: #fff;
	font-size: 16px;
	display: unset;
}
.video-period-title span.c8 {
	color: #888888;
}
.video-period-title a.sucai {
	color: #ff5501;
}
.video-period-list {
	overflow: hidden;
	height: auto;
	min-height: 80px;
	max-height: 410px;
	overflow-y: auto;
}
.video-period-list li {
	height: 69px;
	width: 100%;
	border-bottom: 1px #433D3D solid;
	position: relative;
	text-align: left
}
.video-period-list li a {
	display: block;
	padding: 8px 10px 8px 50px
}
.video-period-list li a.cur {
	background: #2D2D2D;
	display: block;
}
.video-period-list li:hover {
	background: #2D2D2D;
}
.video-period-list li p {
	font-size: 14px;
	color: #888888;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}
.video-period-list li:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 13px;
	left: 18px;
	top: 15px;
	background: url(../images/video-ico.png) no-repeat;
	z-index: 4
}
.video-period-list li .video-info {
	padding-top: 8px;
	position: relative;
	color: #616770
}
.video-period-list li .video-info span {
	position: absolute;
	right: 0;
	width: 62px;
	text-align: right;
}
.video-period-list li:last-child {
	border-bottom: none
}
.video-content-tit {
	padding: 5px 30px 0;
	line-height: 50px;
	border-bottom: 1px solid #ECEFF5
}
.video-content-tit h2 {
	font-size: 18px;
	color: #434C5A;
	border-bottom: 1px solid #434C5A;
	display: block;
	width: 72px;
	margin-bottom: -1px
}
.jw-video-expense img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}
.jw-video-expense .apply {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: 350px;
	transform: translate(-50%, -50%);
}
.jw-video-expense .video-play {
	cursor: pointer;
	font-size: 0;
}
.jw-video-expense .video-play:before {
	content: '';
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 8;
	margin-top: -40px;
	margin-left: -40px;
	border-radius: 50%;
	background: radial-gradient(rgba(0,0,0,.25) 40%, rgba(255,255,255,.65) 70%, rgba(0,0,0,.25) 100%);
	box-shadow: 0 0 8px 4px rgba(136,136,136,.35), 0 0 6px 3px rgba(255,255,255,1);
	animation: fade 2.4s linear 0s infinite;
}
.jw-video-expense .video-play:after {
	content: '';
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	margin-top: -40px;
	margin-left: -40px;
	background: url(../images/video.svg) no-repeat;
}
.jw-video-expense .button {
	display: block;
	width: 180px;
	padding: 5px 20px;
	margin: 0 auto;
	margin-top: 135px;
	border-radius: 100px;
	font-style: normal;
	cursor: pointer;
}
.video-period .price {
	font-size: 32px;
	margin-top: 5px
}
.video-buy-now {
	cursor: pointer;
	width: 130px;
	float: right
}
.video-free-now {
	width: 130px;
	padding: 10px 0;
	float: right
}
.video-period-list {
	overflow: hidden;
	height: 410px;
	overflow-y: auto
}
@media screen and (max-width: 768px) {
.jw-video-expense .apply {
	margin-top: 70px;
}
.text-middle {
	display: none;
}
.jw-video-expense .button {
	width: 120px;
	padding: 0;
}
}
/* 播放器 end*/