/* 固定部分设置 */
.mui-bar {
	height: 93px;
	padding: 0;
	background: #f5f5f5;
}

.mui-bar-nav~.mui-content {
	padding-top: 93px;
	padding-bottom: 10px;
}

/* 头部 */
.index-header {
	width: 100%;
	height: 44px;
	background: #FFD615;
}

.logo {
	height: 24px;
	margin: 10px 16px;
}

.index-header .right {
	line-height: 0;
	margin: 18px 9px 0 0;
}

.index-header .right a {
	display: block;
	float: left;
	color: #333333;
	font-size: 14px;
	line-height: 10px;
	margin: 0;
	padding: 0 5px;
}

.index-header .right a.borr {
	border-right: 1px solid #333333;
}

.index-header .right.mine a {
	margin-top: -5px;
}

.index-header .right.mine img {
	width: 20px;
	vertical-align: middle;
	margin-right: 8px;
}

/* bar */
.bar {
	background: #FFFFFF;
	width: 100%;
	height: 60px;
	margin-top: 1px;
	display: flex;
	padding: 10px;
}

.bar-item {
	flex-grow: 1;
	text-align: center;
}

.bar-item img {
	width: 24px;
}

.bar-item p {
	color: #333333;
	font-size: 12px;
	line-height: 1;
	padding-top: 2px;
}

/* 课程部分 */
.course-head {
	width: 100%;
	height: 40px;
	overflow: hidden;
}

.course-name {
	font-weight: 600;
	margin: 23px 0 12px 12px;
	font-size: 18px;
	line-height: 18px;
	border-left: 3px solid #FFD615;
	padding-left: 7px;
}

.course-more {
	color: gray;
	font-size: 12px;
	padding-top: 6px;
	line-height: 0;
	margin: 25px 12px 13px 0;
}

.course-card {
	position: relative;
	display: block;
	width: 95%;
	height: 185px;
	margin: 20px auto;
	background: #FFFFFF;
	border-radius: 5px;
	box-shadow: 0 2px 5px 0 rgba(204, 204, 204, 0.3);
}

.course-desc {
	width: 100%;
	height: 150px;
	display: flex;
	padding: 20px;
	border-bottom: 2px solid #f2f2f2;
}

.course-desc .details {
	flex-grow: 1;
}

.course-desc .details p {
	margin-bottom: 11px;
}

.course-desc .details .title {
	font-weight: 700;
	height: 40px;
	color: #555555;
	font-size: 16px;
	line-height: 20px;
}

.course-desc .details .time {
	color: #333333;
	font-size: 12px;
	line-height: 1;
}

.course-desc .details .time span {
	color: #008e17;
	margin: 0 3px 0 12px;
}

.course-desc .details .teacher {
	line-height: 1;
}

.course-desc .details .teacher span {
	margin-right: 15px;
	display: inline-block;
	max-width: 60px;
	padding: 0;
	text-align: center;
	font-size: 12px;
	vertical-align: top;
}

.course-desc .details .teacher span img {
	width: 24px;
	height: 24px;
	border-radius: 50%;
}

.course-desc .circle {
	flex-shrink: 0;
	width: 80px;
	height: 80px;
	margin-top: 25px;
	/*border-radius: 50%;
	line-height: 80px;
	text-align: center;
	border: 2px solid #999999;
	font-size: 28px;*/
}

.course-desc .circle img {
	width: 80px;
	height: 80px;
}

.course-buy {
	padding: 0 20px;
	font-size: 14px;
	line-height: 33px;
}

.course-buy .right {
	color: red;
}

/* 筛选  */
.filter {
	width: 100%;
	/*height: 40px;*/
	overflow: hidden;
	/*line-height: 30px;*/
	padding: 8px 10px;
	background: #FFFFFF; 
	display: flex;
	flex-wrap: wrap;
}

.filter span {
	font-size: 12px;
	line-height: 1;
	color: #333333;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	padding: 4px 6px;
	margin: 3px;
}

.filter span i {
	font-style: normal;
	font-size: 12px;
	color: #333333;
}
