/* 内容 */
.class_backimg {
	width: 100%;
	position: relative;
	background-color: #ffffff;
	background-size: cover;
	background-repeat: no-repeat;
	background-origin: content-box;
	position: fixed;
	top: 0px;
	left: 0;
	z-index: 60;
}

.class_content {
	width: 100%;
	padding: 15px 10px 0;
}

.class_content_title {
	padding: 0 20px;
}

.class_content_title>h4 {
	font-size: 14px;
	color: #ffffff;
	line-height: 25px;
	margin-bottom: 15px;
}

.class_content_title>span {
	font-size: 14px;
	color: #ffffff;
	padding: 3px 5px;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 5px;
}

.tabBody_title {
	padding: 10px 20px;
	background-color: #45a1e5;
	border: 1px solid #d5d5d5;
	border-radius: 10px;
	position: absolute;
	bottom: -20px;
	width: 95%;
	left: 50%;
	transform: translate(-50%, 0);
	color: #3a3a3a;
	text-align: center;
	transition: background-color 0.5s;
}
.layui-timeline-item:before {
	min-height: 50px;
    height: calc(100% + 10px);
}
.study-Timetable:last-child .layui-timeline-item:before {
	display: none;
}
.tabBody_content,
.tabBody_content_son{
	/* margin-top: 235px; */
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	width: 100%;
	border-radius: 6px;
}

/* 学习课表 */
.study-Timetable {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	/* margin-bottom: 15px; */
	border-bottom: 1px solid #5c5c5c;
}

.study-Timetable:hover {
	background-color: #3e3e3e;
}

.study-Timetable:last-child {
	border-bottom: none;
}

.study-Timetable-time {
	text-align: center;
	/* padding: 0 10px; */
	width: 60px;
	color: #ffffff;
}

.study-Timetable-time p,
.study-Timetable-title p {
	font-size: 15px;
	line-height: 25px;
}

.study-Timetable-title {
	margin-bottom: 5px;
}

.layui-timeline-item {
	margin-left: 5px;
}

.study-Timetable-title p {
	margin-left: 30px;
}

.study-Timetable-title p b {
	font-size: 17px;
}

.study-Timetable-content {
	width: calc(100% - 120px);
}

/* 团队、班级 */
.tabBody_content_img {
	width: 100%;
	margin-bottom: 20px;
}

.tabBody_content_img img {
	width: 100%;
}

.tabBody_content_album h4 {
	font-size: 17px;
	line-height: 30px;
}

.attention-album {
	width: 100%;
	border-radius: 6px;
	margin-top: 20px;
	/* background-color: #f0f0f0; */
	padding: 4px 4px 10px;
}

.attention-album .col-xs-4 {
	padding: 5px 10px;
}

.album-backColor {
	width: 100%;
}

.album-EXH {
	width: 100%;
	position: relative;
	padding-bottom: 100%;
}

.album-EXH img {
	width: 100%;
	height: 100%;
	border-radius: 6px;
	position: absolute;
}

.album-EXH>div>p {
	float: left;
}

.album-EXH-text {
	font-size: 13px;
	color: #eaeaea;
	margin: 0;
	text-align: center;
	padding: 2px 0 0;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

#apply {
	color: #ffffff;
	font-weight: 700;
	width: 100%;
	display: block;
}

.tabBody_title_tab {
	display: flex;
	justify-content: space-evenly;
}

.tabBody_title_tab li {
	padding: 0 15px;
	position: relative;
	cursor: pointer;
	color: #818181;
	font-weight: 700;
}

.tabBody_title_tab li.active {
	padding: 0 15px;
	color: #4887fe;
}

.tabBody_title_tab li.active::after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #4887fe;
}

.layui-timeline-axis {
	font-size: 16px !important;
	color: #15b6e7 !important;
	font-weight: 700;
}

.grid-demo {
	width: 100%;
	position: relative;
}

.grid-demo>img {
	width: 100%;
}

/* 标签 */
.tabBody_title_tab_div {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	width: max-content;
	display: none;
}

.tabBody_title_tab_tap {
	background-color: #fff;
	border: 1px solid #d1d1d1;
}

.tabBody_title_tab_tap li {
	line-height: 40px;
}

.tabBody_title_tab_tap li:hover {
	background-color: #f1f1f1;
}

@media (min-width: 768px) {
	.class_backimg {
		position: relative;
	}

	.tabBody_content {
		margin-top: 30px !important;
	}

	#date {
		margin-top: 30px !important;
	}
}

.teacher {
	display: flex;
	align-items: center;
	text-align: center;
	width: 60px;
}

.teacher_head {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.teacher_name {
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	width: 60px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.layui-timeline-item:before,
hr {
	background-color: #7c7c7c;
}

.album-EXH>a>img {
	width: 100% !important;
	height: 100% !important;
	border-radius: 6px;
	position: absolute;
}

#BJ_introduce {
	display: none;
	overflow-y: auto;
	position: fixed;
	height: 100%;
	left: 60px;
	top: 0;
	width: auto;
	z-index: 999;
	background-color: rgba(27, 27, 27, 0.8);
	padding: 20px;
	width: 400px;
}

#BJ_introduce>div {
	height: 100%;
	padding: 20px;
	border-radius: 10px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0);
	font-size: 16px;
}

#BJ_introduce>div>h3 {
	color: #79bcfb;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
}

#BJ_introduce>div>img {
	width: 100%;
	height: auto;
	margin: 20px 0;
}

#BJ_schedule,
#BJ_photo {
	display: none;
	overflow: hidden;
	overflow-y: auto;
	position: fixed;
	height: 100%;
	left: 60px;
	top: 0;
	width: auto;
	z-index: 999;
	background-color: rgba(27, 27, 27, 0.8);
	padding: 20px;
	width: 400px;
}

#BJ_schedule>h3 {
	background-color: #187e9f;
	color: #fff;
	padding: 10px;
	text-align: center;
	border-radius: 10px;
}

#BJ_photo>h3 {
	background-color: #468f78;
	color: #fff;
	padding: 10px;
	text-align: center;
	border-radius: 10px;
}

.tabBody_content_back{
	font-size: 18px !important;
	color: #17c9ff !important;
	font-weight: 700;
}

.study-Timetable-layui-icon{
	font-size: 16px !important;
	color: #ffffff !important;
	font-weight: 700;
	position: absolute;
	left: -6px;
	top: 0;
	z-index: 10;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #1d7093;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
}