.main .banner {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	color: #fff;
	box-sizing: border-box;
	width: 100%;
	/* background-image: url(../images/meet_yoga_banner.322e96b342.png); */
	height: 6.76rem
}

.main .section_block {
	display: flex;
	flex-direction: column
}

.main .section_block h4 {
	height: .66rem;
	font-size: .48rem;
	font-family: PingFangSC-Semibold;
	font-weight: 600;
	color: #333;
	line-height: .66rem;
	margin-top: .8rem
}

.main .section_block .content .carousel .carousel_item {
	display: flex;
	flex-wrap: wrap
}

.main .section_block .content .carousel .carousel_item .img_wrap {
	width: 33.333%;
	display: flex;
	justify-content: center;
	margin-top: .52rem
}

.main .section_block .content .carousel .carousel_item .img_wrap img {
	width: 4.22rem;
	height: 2.02rem;
	border-radius: .16rem
}

.main .store_fb {
	padding-bottom: .98rem;
	background: #FBFAF8
}

.main .store_fb .content {
	margin-top: 1.22rem
}

.main .store_fb .content .top_but {
	display: flex;
	align-items: center;
	justify-content: space-around
}

.main .store_fb .content .top_but .link {
	margin-top: 0
}

.main .store_fb .content .store_carousel {
	margin-top: .18rem
}

.main .store_fb .content .store_carousel .carousel_item {
	display: flex;
	flex-wrap: wrap
}

.main .store_fb .content .store_carousel .carousel_item .img_wrap {
	flex: none;
	display: inline-block;
	width: 4.22rem;
	height: 2.02rem;
	margin: .52rem .249rem 0;
	position: relative;
	overflow: hidden
}

.main .store_fb .content .store_carousel .carousel_item .img_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0
}

.main .store_fb .content .store_carousel .carousel_item .img_wrap p {
	font-size: .18rem;
	font-family: PingFang-SC-Bold;
	font-weight: 700;
	color: #fff;
	line-height: .26rem;
	margin-top: .54rem;
	text-align: center;
	position: relative;
	letter-spacing: .04rem
}

.main .store_course .content .carousel .carousel_item .img_wrap .overlay,.main .teacher .content .carousel .carousel_item .img_wrap .overlay {
	font-size: .24rem;
	line-height: .34rem;
	font-family: PingFang-SC-Bold;
	font-weight: 700;
	color: #fff;
	border-radius: .16rem;
	display: none;
	opacity: .6;
	left: 50%
}

.main .store_course .content,.main .teacher .content {
	margin-top: .48rem
}

.main .store_course {
	padding-bottom: .8rem
}

.main .store_course .content .carousel .carousel_item .img_wrap {
	cursor: pointer;
	position: relative
}

.main .store_course .content .carousel .carousel_item .img_wrap .overlay {
	position: absolute;
	width: 4.22rem;
	height: 2.02rem;
	transform: translateX(-50%);
	background: #000
}

.main .store_course .content .carousel .carousel_item .img_wrap .overlay p {
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	left: 50%;
	padding-bottom: .08rem;
	border-bottom: .04rem solid #fff
}

.main .teacher {
	padding-bottom: .8rem;
	background: #FBFAF8
}

.main .teacher .content .carousel .carousel_item .img_wrap {
	width: 25%;
	cursor: pointer;
	position: relative
}

.main .teacher .content .carousel .carousel_item .img_wrap img {
	width: 3.2rem;
	height: 4rem
}

.main .teacher .content .carousel .carousel_item .img_wrap .overlay {
	position: absolute;
	width: 3.2rem;
	height: 4rem;
	transform: translateX(-50%);
	background: #000
}

.main .teacher .content .carousel .carousel_item .img_wrap .overlay p {
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	left: 50%;
	padding-bottom: .08rem;
	border-bottom: .04rem solid #fff
}

.main .active_box {
	padding-bottom: .8rem
}

.main .active_box .content {
	margin-top: .34rem
}

.main .active_box .content .carousel .carousel_item .img_wrap {
	cursor: pointer;
	width: 50%;
	margin-top: .28rem
}

.main .active_box .content .carousel .carousel_item .img_wrap img {
	width: 6.74rem;
	height: 3.24rem
}