@CHARSET "UTF-8";

.common-content-all {
	background: #F7F7F7;
}

.course-video-detail-nav {
	padding-top: 40px;
	padding-bottom: 30px;
}

.course-video-detail-nav span {
	font-size: 20px;
	color: #1B1F29;
}

.course-video-detail-nav a:hover span {
	color: #FF8228;
}

.course-video-detail-content {
	padding-bottom: 20px;
}

.course-video-detail-content-left {
	width: 860px;
}

.course-video-detail-content-right {
	width: 320px;
}

.course-video-detail-content-left-video-div {
	width: 860px;
	height: 540px;
	position: relative;
}

.video-disturb {
	position: absolute;
	width: 100%;
	bottom: 40px;
	z-index: 1000;
	display: none;
}

.video-disturb .contain {
	position: relative;
	width: 100%;
	height: 30px;
}

.video-disturb .contain .text {
	position: absolute;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: white;
	top: 0;
	left: 0;
	width: 240px;
	text-align: center;
	background: rgba(0,0,0, .05);
	animation: disturbMove 60s infinite;
}

@keyframes disturbMove {
	0% {left: 0px;}
	50% {left: 620px;}
	100% {left: 0px;}
}

.course-video-detail-content-left-video {
	width: 860px;
}

.course-video-base-info {
	background: white;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	width: 800px;
	border-radius: 4px;
	margin-top: 20px;
}

.course-video-base-info-title {
	color: #1B1F29;
	font-size: 18px;
}

.course-video-base-info-date {
	color: #1B1F29;
	margin-top: 20px;
}

.course-video-base-info-teacher {
	margin-top: 20px;
}

.course-video-base-info-teacher-face {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.course-video-teacher-name, .course-video-total-times {
	display: block;
	color: #686D78;
	height: 60px;
	line-height: 30px;
	margin-left: 25px;
}

.comment-all {
	margin-top: 20px;
	background: white;
	padding: 20px;
	width: 820px;
	border-radius: 5px;
}

.course-video-list {
	width: 280px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background: white;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 600px;
}

.course-video-list-title {
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 1px solid #F7F7F7;
	background: white;
	width: 240px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.course-video-list-record {
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 1px solid #F7F7F7;
	cursor: pointer;
}

.course-video-list-record-focus {
	background: #F2F7FB;
}

.course-video-list-record-chapter {
	color: #1B1F29;
	padding-top: 15px;
}

.course-video-list-record-name {
	color: #1B1F29;
	padding-top: 10px;
	margin-left: 27px;
}

.course-video-list-record-info {
	margin-top: 14px;
	margin-bottom: 14px;
	margin-left: 27px;
}

.course-video-list-record-times, .course-video-list-record-browse {
	font-size: 12px;
	color: #757575;
}

.course-list {
	width: 280px;
	border-radius: 4px;
	background: white;
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 10px;
}

.course-list-title {
	padding-top: 10px;
	padding-left: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #1B1F29;
	padding-bottom: 15px;
}

.course-list-top-space {
	height: 35px;
	width: 280px;
}

.course-list-record {
	padding-left: 15px;
	padding-right: 15px;
	width: 250px;
}

.course-list-record-img {
	width: 100px;
	height: 63px;
	border-radius: 4px;
}

.course-list-record-img-div {
	width: 100px;
	height: 80px;
}

.course-list-record-info {
	width: 140px;
	height: 63px;
	position: relative;
}

.course-list-record-info-name {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #1B1F29;
}

.course-list-record-info-browse {
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #757575;
	font-size: 12px;
}

.course-list-record-info-teacher {
	position: absolute;
	bottom: 38%;
	left: 0px;
	color: #757575;
	font-size: 12px;
}

.course-video-list-record-focus .circle {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #2A7AFF;
	margin-right: 15px;
	border-radius: 50%;
	vertical-align: -1px;
}

.course-video-list-record-out .circle {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: white;
	border: 1px solid #BEC2CD;
	margin-right: 15px;
	border-radius: 50%;
	vertical-align: -1px;
}

.container {
	width: 100px;
	height: 63px;
}

.course-not-exists {
	width: 100%;
	text-align: center;
	line-height: 300px;
	font-size: 24px;
	color: #6C7380;
}

.estimating-bg {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity = 50);
	opacity: 0.5;
	cursor: pointer;
	z-index: 100;
	display: none;
}

.estimating-content {
	position: fixed;
	top: 15%;
	left: 15%;
	width: 70%;
	height: 70%;
	background: white;
	z-index: 101;
	border-radius: 5px;
	display: none;
}

.estimate-rightnow {
	cursor: pointer;
	width: 90px;
	height: 35px;
	color: #2A7AFF;
	border: 1px solid #2A7AFF;
	background: white;
	border-radius: 5px;
	margin-right: 10px;
	display: none;
}

.estimate-rightnow:hover {
	background: #2A7AFF;
	color: white;
}

.estimate-rightnow:active {
	font-weiht: bold;
}

.no-buy-course-package {
	margin-right: 20px;
	color: #1B1F29;
	font-size: 16px;
}

.play-times-error {
	font-size: 16px;
	color: red;
}

#course-video {
	visibility: hidden;
}