html {
	background: #F6F6F6;
	width: 100%;
	min-width: 1480px;
}

body {
	background: transparent;
}

/* ---------------- 页面框架（与 my_course 保持一致） ---------------- */
.info {
	width: 1480px;
	margin: 0 auto;
	margin-top: 40px;
	display: flex;
	padding-bottom: 110px;
}

.info .right {
	width: 1180px;
	min-height: 804px;
}

.info .right .set {
	width: 1650px;
	box-shadow: 0px 3px 2px 0px rgba(125, 120, 120, 0.02);
	background: #fff;
	border-radius: 7px;
	margin-top: 33px;
	position: relative;
	padding: 35px 0;
}

.info .right .set h4 {
	padding-left: 20px;
	position: relative;
}

.info .right .set h4::before {
	content: '';
	position: absolute;
	width: 5px;
	height: 21px;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	background-color: #2567B3;
}

/* ---------------- 预约列表 ---------------- */
.course-list {
	margin-top: 37px;
	flex-wrap: wrap;
	margin-left: 28px;
}

.course-item {
	display: block;
	margin-left: 52px;
	width: 276px;
	border: 1px solid #EEEEEE;
	box-shadow: 0px 3px 2px 0px rgba(125, 120, 120, 0.02);
	position: relative;
	border-radius: 7px;
	overflow: hidden;
	margin-top: 27px;
	background-color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
}

.course-item:nth-child(5n+1) {
	margin-left: 0;
}

.course-item:nth-child(-n+5) {
	margin-top: 0;
}

.course-item:hover {
	box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
}

.course-item:hover .title {
	color: #ff6d00;
}

.course-item .top-img {
	position: relative;
	width: 100%;
}

.course-item .top-img img {
	width: 100%;
	display: block;
}

.course-item .top-img .time {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background-color: rgba(0, 0, 0, .5);
	text-align: center;
	line-height: 30px;
}

.course-item .course-info {
	background-color: #FFFFFF;
	padding: 15px;
	position: relative;
}

.course-item .title {
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 44px;
	line-height: 22px;
	color: #232323;
}

.course-item .card {
	height: 24px;
	margin-top: 10px;
}

.course-item .card span {
	height: 24px;
	line-height: 24px;
	padding: 0 7px;
	border-radius: 8px;
	margin-left: 18px;
	background: #E6F2FF;
	color: #3489EB;
}

.course-item .card span:nth-child(1) {
	margin-left: 0;
}

.xx {
	width: 100%;
	border: none;
	border-bottom: 1px dashed #cdcdcd;
	margin: 15px 0 15px 0;
}

.course-item .teacher-row {
	align-items: center;
	height: 23px;
}

.course-item .end {
	position: absolute;
	right: 10px;
	bottom: 15px;
	width: 60px;
	height: auto;
}

.font-ca7 {
	color: #005CA7;
}

.font-979797 {
	color: #979797;
}
