@charset "utf-8";

body {
	background-color: #F8F8F8;
}

.banner-swiper {
	width: 100%;
	height: 2.5rem;
}

.banner-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.teacher-choose-box {
	background-color: #FFFFFF;
	box-sizing: border-box;
	padding: 0.28rem;
	overflow: hidden;
}

.teacher-choose {
	overflow: auto;
}

.teacher-choose-box::-webkit-scrollbar {
	display: none;
}

.teacher-choose-list>img {
	width: 2.43rem;
	height: 1.25rem;
	margin-right: 0.14rem;
}

.box-title {
	line-height: 18px;
	font-weight: bold;
	color: #333333;
	font-size: 0.35rem;
	position: relative;
	margin: 0.42rem 0;
}

.box-title::after {
	content: "";
	height: 4px;
	width: 1rem;
	margin-top: 0.1rem;
	background-color: #746CFF;
}

/* 课程中心 */
.course-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}

.course-item {
	position: relative;
	width: 3.4rem;
	height: 1.81rem;
	margin-top: 0.14rem;
	box-sizing: border-box;
	padding: 0.28rem;
}

.course-bg-img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
}

.course-inner-box {
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 0.25rem;
	box-sizing: border-box;
	padding: 0px 0.15rem;
}

.course-type-img {
	width: 0.72rem;
	height: 0.72rem;
	margin-right: 0.17rem;
}
.course-inner-box>a{
	text-decoration: none;
	color: #333333;
}

.a-more {
	width: 1.81rem;
	height: 0.56rem;
	background-color: #746CFF;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 42px auto 0.28rem;
	color: white;
	font-size: 0.28rem;
	text-decoration: none;

}

/* 学习资源 */
.study-resource {
	background-color: white;
}

.study-resource-title::after {
	background-color: #FF6607;
}

.resource-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}

.resource-item {
	position: relative;
	width: 3.4rem;
	height: 1.81rem;
	margin-top: 0.14rem;
	box-sizing: border-box;
	border: 1px dashed #ececec;
}

.resource-item-bg-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.resource-item-name {
	position: absolute;
	left: 0rem;
	width: 100%;
	bottom: 0px;
	height: 0.56rem;
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 0.14rem;
	font-size: 0.12rem;
}


/* 人生导师 */
.teacher-list-title::after {
	background-color: #FEB101;
}

.teacher-info-box {
	width: 2.5rem;
	background-color: white;
	border: 1px solid #ececec;
}

.teacher-photo {
	width: 2.5rem;
	height: 2.5rem;
	object-fit: cover;
}

.teacher-name {
	color: #333333;
	font-size: 0.28rem;
	font-weight: bold;
}

.teacher-name>span {
	color: #666666;
	font-size: 0.25rem;
}

.teacher-type {
	color: #666666;
	font-size: 0.21rem;
	border: 1px solid currentcolor;
	align-self: flex-start;
	padding: 0.04rem 0.18rem;
	border-radius: 0.18rem;
	margin-top: 0.14rem;
	margin-bottom: 0.14rem;
}

.teacher-swiper {
	width: 100%;
	height: 4rem;
}

.teacher-swiper .swiper-slide {
	box-sizing: border-box;
	padding: 0 0.24rem;
}


/* 校园环境 */
.env-box {
	background-color: white;
	box-sizing: border-box;
	padding: 0.28rem 0;

}

.env-swiper {
	box-sizing: border-box;
	padding-left: 0.28rem;
}

.env-img {
	width: 3.19rem;
	height: 2.5rem;
	object-fit: cover;
}

/* 新闻资讯 */
.news-box {
	padding: 0px 0.28rem;
	box-sizing: border-box;
}

.video-box {
	height: 3.47rem;
}

.softeem-news-dongtai {
	height: 2.36rem;
	position: relative;
}

.img-softeem-news-dongtai {
	width: 100%;
	height: 100%;
}

.softeem-news-type-name {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
	font-size: 0.12rem;
	display: flex;
	align-items: center;
	padding-left: 0.14rem;
	height: 0.55rem;
}

.softeem-news-bottom-box {
	height: 2.36rem;
	display: flex;
	justify-content: space-between;
}

.softeem-news-bottom-box>.inner-box {
	width: 49%;
}

.softeem-news-bottom-box>.inner-box>img {
	width: 100%;
	height: 100%;
}

.inner-box.left {
	position: relative;
}

.inner-box.right {
	position: relative;
}

/* 荣誉勋章 */
.honor-box {
	background-color: white;
	padding: 0.28rem;
	box-sizing: border-box;
}

.honor-swiper {
	width: 100%;
}

.honor-swiper-img {
	width: 2.24rem;
	height: 1.26rem;
}

/* 合作院校 */

.partner-school-swiper {
	box-sizing: border-box;
	padding: 0px 0.24rem;
}

.partner-school-swiper-img {
	width: 3.13rem;
	height: 2.08rem;
}
