@media screen and (max-width: 768px) {
	.banner {
		font-size: 2.5rem;
	}
	.container {
		overflow-x: hidden;
		padding: 0 1rem;
		box-sizing: border-box;
	}
	.course-table-body .table-flex {
		display: block;
		flex-wrap: wrap;
	}
	/* 移动端适配 */
	/* colgroup col:nth-last-child(1) {
		width: 22%;
	} */
	.course-table-body td {
		padding: 0.5rem 0.2rem;
	}
	.course-table-body a.btn {
		/* background: none; */
		/* color: red; */
		min-width: 5rem;
	}
  .discount{
		padding: 2rem 1rem;
  }
	#teacher .swiper-wrapper {
		flex-wrap: wrap;
	}
	#teacher .swiper-slide {
		width: 100%;
	}
	#teacher .swiper-slide:not(:last-child) {
		margin-bottom: 1rem;
	}
	#teacher .swiper-slide > div {
		display: flex;
		width: 95%;
		background-color: #fff;
		justify-content: space-between;
		min-height: 22.5em;
		border: 1px solid var(--table-border);
	}
	#teacher .swiper-slide > div > div:first-child{
		flex: 0 0 13rem;
		width: 13rem;
		position: relative;
		text-align: center;
		overflow: hidden;
	}
	#teacher .swiper-slide > div > div:first-child img{
		height: 100%;
    position: absolute;
    left: 50%;
		max-width: unset;
		width: unset;
    bottom: 0;
    transform: translate(-50%);
	}
	.teacher-info {
		flex: 1 1 auto;
		display: block;
		background-color: unset;
		color: #000;
		position: relative;
	}
	.teacher-title{
		margin-top: 0.6rem;
		line-height: 2;
	}
	.teacher-introduction{
		font-size: 1em;
	}
	.swiper-button-next,
	.swiper-button-prev,
	.teacher-bottom,
	.teacher-sub,
	.teacher-divider {
		display: none !important;
	}
	.swiper{
		width: 100%;
		box-sizing: border-box;
	}
	/* .banner {
		background-image: url('../images/banner-bg-h5.png');
		padding-bottom: 38%;
	} */
	.banner img:nth-child(1) {
		width: 100%;
		top: 18%;
	}
	.banner img:nth-child(2) {
		width: 100%;
		top: 60%;
	}
	.list .item {
		margin: 0 0.5rem;
		width: 30%;
		padding: 2rem 1rem;
	}
	.list .item-text {
		font-size: 1.1rem;
	}
	.contact-us{
		margin: 0 auto;
		font-size: 0.9rem;
		padding-top: 16%;
	}
	.contact-us p {
		margin: 1.1rem 0;
	}
	.contact-us .icon {
		width: 1.5rem;
	}
	.contact-us .icon img {
		height: 1rem;
		vertical-align: -0.1em;
	}
}
