.p-text,.p-text:active,.p-text:focus{
	font-size: 16px;
	color: #222222;
}
.p-text-small,.p-text-small:active,.p-text-small:focus{
	font-size: 14px;
	color: #666666;
}
.p-text-smaller,.p-text-smaller:active,.p-text-smaller:focus{
	font-size: 12px;
	color: #888888;
}
.player{
	width: 100%;
	min-height: inherit;
	padding: 20px 0 30px;
	background-color: #f4f4f4;
}
.player .play-left{
	float: left;
	width: 750px;
	min-height: 495px;
	margin-right: 30px;
	background-color: #ffffff;
}
/* 视频播放 */
.player .play-left .pl-video{
	width: 100%;
	min-height: 420px;
	position: relative;
}
.player .play-left .pl-video .player-backdrop {
    width: 750px;
    height: 422px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
		z-index: 1024;
}
.player .play-left .pl-video .player-backdrop img{
	width: 300px;
	height: 300px;
	margin: auto;
}
#video img{
	width: 100%;
}
#video [data-title]{
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center center;
}
#video [data-title=全屏],#video [data-title=退出全屏]{
	background-size: 24px;
}
#video .nextFixed{
	position: fixed;
	bottom: 13px;
}
/* 播放课程信息 */
.player .play-left .pl-course{
	width: 100%;
	padding: 20px 20px 20px 0px;
	border-top: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
	margin: 46px 0;
}
.player .play-left .pl-course .pc-box{
	margin:10px 0px;
}
.player .play-left .pl-course .p-text-small{
	height: 57px;
}
.player .play-left .pl-course .pmb-box{
	color: #888888;
	font-size: 12px;
	margin-right: 8px;
}
.player .play-left .pl-course span{
	font-size: 14px;
	margin-right: 6px;
}
.player .play-left .pl-discuss{
	padding: 0px 20px 20px;
}
.player .play-left .pl-discuss .nav-tabs{
	margin-bottom: 20px;
	background-color: #f6f6f6;
}
.player .play-left .pl-discuss .nav-tabs a{
	border: none;
	margin: 0 20px;
	background-color: #f6f6f6;
	padding-bottom: 8px;
}
.player .play-left .pl-discuss .nav-tabs .active>a{
	color: #066ab3;
	border-bottom: 2px solid #066ab3;
}
.player .play-left .pl-discuss .title{
	padding-bottom: 10px;
}
.player .play-left .pl-discuss .discuss-list{
	min-height: 320px;
}
.player .play-left .pl-discuss .media-left img{
	border-radius: 36px;
}
.player .play-left .pl-discuss .not-discuss>p{
	line-height: 4;
	letter-spacing: 1px;
}
/* 评论框 */
.player .play-left .pl-discuss .panel{
	margin: 20px 0px;
}
.player .play-left .pl-discuss .panel-heading{
	background-color: #FFFFFF;
	font-weight: 700;
}
.player .play-left .pl-discuss .panel .a-link{
	float: right;
	font-size: 14px;
	color: #888888;
	display: none;
}
.player .play-left .pl-discuss .panel .a-link:hover{
	text-decoration:underline;
}
.player .play-left .pl-discuss .panel .form-control{
	margin-bottom: 12px;
	resize: none;
}
/* 用户评论 */
.player .play-left .pl-discuss .discuss-list>li{
	padding: 20px 0;
	border-bottom: 1px solid #DDDDDD;
}
.player .play-left .pl-discuss .discuss-list>li:nth-last-child(1){
 border: none;
}
.player .play-left .pl-discuss .pd-box{
	padding-right: 24px;
}
.player .play-left .pl-discuss .discuss-list a:hover{
	color: #ff0000;
}
/* 右侧栏-课程章节 */
.player .play-right{
	float: left;
	width: 420px;
}
.play-right .pr-chapter{
	width: 100%;
	min-height: 495px;
	background-color: #ffffff;
	padding: 24px 20px;
}
.play-right .play-title{
	width: 100%;
	font-size: 18px;
	color: #111111;
	line-height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	padding-left: 12px;
	margin-bottom: 12px;
}
.play-right .play-title:before{
	content: '';
	position: absolute;
	width: 4px;
	height: 18px;
	display: block;
	top: 8px;
	left: 0px;
	background: var(--color-primary);
}
.pr-chapter .panel-group{
	margin-bottom: 0;
	height: 400px;
	overflow: auto;
}
.pr-chapter .panel{
	border: none;
}
.pr-chapter .panel-heading{
	background-color: #FFFFFF;
}
.pr-chapter .panel-heading .panel-title {
   font-size: 16px;
}
.pr-chapter .panel-heading .panel-title span{
	color: #555555;
}
.pr-chapter .panel-body{
	padding: 0px;
}
.pr-chapter .pr-hour{
	padding: 10px 10px 2px 10px;
	border-bottom: 1px solid #dddddd;
}
.pr-chapter .pr-hour span.pr-mark {
   margin-left: 23px;
	 width: 120px;
	 display: inline-block;
}

.pr-chapter .panel-body .pr-hour.section-title{
  font-weight: bold;
}
.pr-chapter .panel-body>.active{
	background: #F4F4F4;
}
.pr-chapter .panel-body>.active .ph-title>a{
	color: #F20E0E;
}
.pr-chapter .pr-hour .ph-title{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pr-chapter .pr-hour .p-text-small:hover{
		color: #F20E0E;
}

.play-right .pr-recom{
	width: 100%;
	min-height: 520px;
	background-color: #ffffff;
	padding: 24px 20px;
	margin-top: 42px;
}
.play-right .pr-recom .media{
	padding: 24px 0px 10px;
	border-top: 1px solid #DDDDDD;
}
.play-right .pr-recom .media .media-left{
		border-radius: 8px;
}
.play-right .pr-recom .media-body .yx-text-overflow{
	width: 230px;
}
/* 实名认证 */
.modal-real {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2048;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.5);
	display: none;
}
.modal-real .modal-dialog{
	margin-top: 10%;
}
.modal-real .modal-body{
	padding: 48px 48px 32px 58px;
	line-height: 40px;
}
.modal-real .modal-body .btn{
	/*margin-top: 24px;*/
	width: 180px;
	background-color: #066ab3;
	border-color: #066ab3;
}



/* 隐藏推荐课程价格 */
.recom-price{
  visibility: hidden;
}

/* 验证码弹窗中刷新按钮 */
.valid-code{
  min-width: 150px;
  display: inline-block;
}
.modal-real .modal-body .valid-code-ref{
  width: max-content;
  margin-left: 20px;
}