.subject-title {
	font-size: 14px;
	padding-left: 0px;
	padding-top: 3px;
	width: 100px;
	text-align: center;
	/* display: none; */
}

.selected-cate{
	padding-left: 20px;
	/* display: none; */
}
.selected-cate li {
	float: left;
	margin-right: 10px;
	font-weight: none;
	color: #0581ff;	
	font-size: 14px;
	border: 1px solid #0581ff;
	padding: 1px 1px 5px 5px;
	border-radius: 5px;
}
.selected-cate li span {
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
}
.removecate-btn{
	text-align: center;
}

.coursecate {
	list-style: none;
	padding-left: 0;
	margin-top: 20px;
}

.coursecate-item {
	width:100%;
	display: flex;
}

.coursecate-item-title {
	height: 40px;
	line-height: 33px;
	font-size: 14px;
	font-weight: bold;

	width: 100px;
	text-align: center;
}


.coursecate-btn.active {
	background-color: #0581ff;
	color: #fff;
	border-radius: 5px;
}

.moreCondition{
	height: 50px;
	line-height: 50px;
	background-color: #fff;
}
.orderbtn li{
	float: left;
	cursor: pointer;
	width: 80px;
	text-align: center;
}
.orderbtn .orderbtn-item:hover{
	background-color: #0581ff;
	color: #fff;
}
.orderbtn-item.active{
	background-color: #0581ff;
	color: #fff;
}
.order-by{
	display: none;
}
.order-by.active{
	display: inline;
}
.isfreebtn li{
	float: right;
	margin-right: 10px;
}

.course-list{
	background-color: #fff;
}
.course-item{
	padding:15px;
	margin: 15px 0;
	box-shadow: 3px 3px 5px #ddd;
}
.course-item img{
	width: 100%;
	height: 160px;
}
.course-title{
	font-size: 15px;
	font-weight: bold;
}
.course-time{
	color:#0581ff;
	font-size: 14px;
	margin-top: 5px;
	height: 25px;
	text-align: left;
}


.have-no-data{
	height: 500px;
	line-height: 500px;
	text-align: center;
}

.menu-pxlb.active{
	background-color: #0581ff;
	color: #fefefe;
}
.menu-zylb.active{
	background-color: #0581ff;
	color: #fefefe;
}
.menu-zygz.active{
	background-color: #0581ff;
	color: #fefefe;
}