body {
	min-height: 100%;
	background-color: #F4F4F4;
	font-size: .24rem;
}

.body-container::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 6px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}
.body-container::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 6px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #ccc;
}

.list-head {
	overflow: hidden;
	background-color: #FFFFFF;
}

.list .area {
	display: block;
	text-align: center;
	margin: 0.2rem auto;
	width: 2.4rem;
	font-size: 0.28rem;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	line-height: .68rem;
	border-radius: .34rem;
	border: rgba(153, 153, 153, 0.23) 1px solid;
}

.list .area img {
	width: 0.28rem;
	height: 0.14rem;
	margin-left: 0.1rem;
}

.list .main-container {
	border-top: #F4F4F4 1px solid;
	display: flex;
	margin: 0;
	overflow-y: hidden;
	position: relative;
}

.list .body-container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 2.02rem;
	right: 0;
	overflow-y: auto;
}

.list .menu-bar {
	background: white;
	min-height: calc(100vh - 2.08rem);
	width: 2.02rem;
	border-right: #F4F4F4 1px solid;
	flex-shrink: 0;
}

.list .menu-bar li {
	height: .98rem;
	border-bottom: #F4F4F4 1px solid;
	font-size: 0.28rem;
	font-family: AlibabaPuHuiTiR;
	color: #333333;
	line-height: .98rem;
	padding-left: .24rem;
	font-weight: bold;
	background-color: white;
	display: flex;
	align-items: center;
}

.list .menu-bar li div {
	width: .28rem;
	height: .28rem;
	margin-right: .12rem;
}

.list .menu-bar li img {
	width: .28rem;
	height: .28rem;
	margin-right: .12rem;
}

.list .menu-bar .select {
	background-color: #FF964D;
	color: white;
}

.list .menu-bar .unselect {
	background-color: white;
	color: #FF964D;
}

.list .item {
	flex-grow: 1;
}

.list .item li {
	/* height: 2.24rem; */
	background-color: white;
	border-bottom: #F4F4F4 1px solid;
	overflow: hidden;
}

.list .item li h3 {
	font-size: 0.32rem;
	width: 4.8rem;
	font-family: AlibabaPuHuiTiM;
	color: #333333;
	line-height: 0.32rem;
	margin: 0.32rem 0.3rem 0.24rem 0.3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list .item .item-flex {
	display: flex;
	font-size: 0.26rem;
	font-family: AlibabaPuHuiTiR;
	color: #999999;
	line-height: 0.28rem;
	margin: 0 .3rem;
	margin-bottom: .18rem;
}

.list .item .item-flex .teacher {
	flex-grow: 1;
}

.list .item .item-flex img {
	height: .22rem;
	width: .26rem;
	margin-right: .1rem;
}

.list .item .item-flex .itemarea {
	line-height: .32rem;
	flex-grow: 1;
}

.list .item .item-flex .btn {
	line-height: .52rem;
	padding: 0 .16rem;
	background-color: #FF964D;
	color: #FFFFFF;
	border-radius: 0.06rem;
}

.list .main-container .nodata {
	text-align: center;
	font-size: 0.28rem;
	font-family: PingFang-SC-Medium, PingFang-SC;
	font-weight: bold;
	color: #666666;
	line-height: 0.28rem;
}

.list .main-container .nodata img {
	width: 1.2rem;
	height: 1.06rem;
	margin-top: 1.28rem;
	margin-bottom: .24rem;
}

.list .area-content {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.37);
}

.list .area-content .area-select {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

.list .main-container{
	margin-bottom: 0.96rem;
}

.footer-btn{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0.96rem;
	display: flex;
	justify-content: space-between;
	line-height: .96rem;
	text-align: center;
	border: 1px solid #FF964D;
	font-size: 0.3rem;
}

.footer-btn>div{
	width: 50%;
}

.footer-btn .course-menu{
	background: #FF964D;
	color: #FFFFFF;
}

.footer-btn .my-order{
	background: #FFFDFA;
	color: #333333;
}

.people-num{
	flex-shrink: 0;
}