.teacherIndexModel {
	margin-top: 40px;
	min-height: 600px;
}

.teacherIndexModel-bigImg {
	height: 600px;
	position: relative;
}

.teacherIndexModel-bigImg .bigImg {
	object-fit: cover;
	height: 600px;
	width: 100%;
}

.teacherIndexModel-bigImg .wave {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: .6;
}

.teacherIndexModel-bigImg .title {
	position: absolute;
	bottom: 5%;
	left: 14%;
	font-size: 40px;
	color: #fff;
}

.teacherIndexModel-bigImg .desc {
	position: absolute;
	bottom: 5%;
	right: 2%;
	width: 50%;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}

@media screen and (max-width:1999px) {
	.teacherIndexModel-bigImg>.title{
		display: none;
	}
	.teacherIndexModel-bigImg>.desc{
		display: none;
	}
	.teacherIndexModel-bigImg .wave {
		display: none;
	}

	.teacherIndexModel-bigImg .bgmask {
		height: 45%;
		width: 100%;
		background: rgba(1, 102, 164, 0.8);
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	.teacherIndexModel-bigImg .bgmask .title{
		left: 2%;
		top: 2%;
		bottom: unset;
	}
	
	.teacherIndexModel-bigImg .bgmask .desc{
		left: 2.2%;
		top: 31%;
		bottom: unset;
		width: 95%;
	}
	
}