.subject-detail {
	background-color: #eff2f6;
}
.subject-detail .course-column .course-item {
	box-shadow: none !important;
}
.subject-detail .course-column .course-item:hover {
	background-color: #fff !important;
}
.subject-detail .course-column .course-item .learn-progress{
	margin-bottom: 18px;
}
.subject-detail .course-column .course-item .learn-progress .progress {
	width: 240px;
	height: 10px;
	display: inline-block;
	background: #cff5fa;
}
.subject-detail .course-column .course-item .learn-progress .progress .progress-bar {
	background-color: #1cd8e5;
}
.subject-detail .course-column .course-item .learn-progress .progress-label {
    color: #1cd8e5;
    display: inline;
    font-weight: 600;
}
.subject-detail .course-column .course-item .learn-progress .sta{
	margin-left: 20px;
	font-size: 14px;
	color: #999;
}
.subject-detail .course-column .course-item .course-content .btn {
	padding: 10px 25px;
}
.subject-detail .course-column .course-item .course-content .course-info span:first-child {
	width: 40%;
    margin-right: 20px;
}


.subject-detail .tab-header {
	margin-top: 15px;
	background-color: #f1f1f1;
}
.subject-detail .chapter-switch {
	/*text-align: right;*/
	/*padding: 0 10px 10px 10px;*/
	float: right;
	padding: 10px;
}
.subject-detail .subject-content {
	background: #FFFFFF;
	padding: 15px 20px;
}
.subject-detail .subject-content .search-item {
	padding-bottom: 4px;
}
.subject-detail .subject-content .search-item input[type=text] {
	width: 230px;
	display: inline-block;
	vertical-align: middle;
}
.subject-detail .subject-desc {
	padding: 15px 20px;
	background: #FFFFFF;
	margin-bottom: 20px;
}
.subject-detail .subject-desc h3 {
	font-size: 14px;
	font-weight: 600;
	padding-left: 8px;
	border-left: 4px solid #614de5;
	color: #333;
	line-height: 14px;
	margin-bottom: 15px;
}
.subject-detail .subject-desc p{
	line-height: 20px;
	font-size: 14px;
	color: #a9a9a9;
}
.setting-list {
	display: none;
	position: absolute;
	z-index: 9999;
	width: 90px;
}
.setting-item {
	height: 30px;
	padding: 0 15px;
	line-height: 30px;
	font-size: 14px;
}
.file-video:hover .setting-list {
	display: block;
}
/* 视频配置试题样式 */
.course-resource-config {
	overflow: hidden;
	height: 100%;
}
.course-resource-config .view {
	float: left;
	width: 485px;
	height: 100%;
}
.course-resource-config .list {
	margin-left: 500px;
	height: 100%;
	overflow-y: auto;
	position: relative;
}
.course-resource-config .list .tips {
	position: absolute;
	top: 48%;
	width: 100%;
	text-align: center;
	color: #999;
	font-size: 16px;
}
.course-resource-config .list .item {
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
	padding: 8px 0;
	margin-right: 20px;
}
.course-resource-config .list .item:last-child {
	border-bottom: none;
}
.course-resource-config .list .item > div:first-child {
	float: left;
}
.course-resource-config .list .item > div:first-child input {
	width: 44px;
	padding: 6px;
	display: inline-block;
	text-align: center;
}
.course-resource-config .list .item > div:last-child {
	float: right;
	margin-top: 7px;
}
.course-resource-config .list .item > div:last-child a {
	margin-left: 10px;
}
.course-resource-config .list .item label {
	font-weight: normal;
	margin: 0;
}
.course-resource-config .list .item label:first-of-type {
	margin-right: 4px;
}
.course-resource-config .list .item > div:first-child label:last-of-type {
	margin: 0 5px;
}