.lessons-container-header {
	font-size: 18px;
    display: flex;
    padding: 12px 18px;
    justify-content: space-between;
    font-weight: bold;
	background: #ffffff;
}

.lessons-container-header .sort-label img {
	height: 15px;
}

.label-explan:before {
	content: "";
	width: 3px;
    content: "";
    height: 13px;
    margin-right: 6px;
    display: inline-block;
    background: #5291FF;
}

.title-label:before {
	content: "";
	width: 2px;
    content: "";
    height: 50%;
    margin-right: 6px;
    display: inline-block;
    background: #5291FF;
}

.lessons-list-container .item img {
	height: 15px;
	margin-top: 6px;
}

.lessons-list-container .item.active {
	color: #5291FF;
}

.lessons-list-container .item {
	display: flex;
	padding: 13px 0;
	padding-left: 9px;
	justify-content: space-between;
	border-bottom: 1px solid #EDEDED;
}

.lessons-list-container .item.unit {
	margin: 0 -18px;
	padding-left:0;
	line-height: 1;
	padding: 18px 0;
	background: #F7F7F7;
}

.lessons-list-container .item.chapter {
	border-bottom: 0;
}

.lessons-list-container .item.chapter .title {
	font-size: 13pt;
}

.lessons-list-container .item .title {
	flex: 2;
	font-size: 12pt;
	margin-left: 9px;
	font-weight: bold;
}

.lessons-list-container {
	padding: 0 18px;
	padding-bottom: 56px;
	background: #ffffff;
}

.lessons-list-container .label {
	font-size: 18px;
	line-height: 2;
	margin-left: 9px;
	font-weight: bold;
}

.lessons-list-container .item .btn {
	background: #F8FAFF;
	color: #0097FF;
	font-size: 12px;
	border-radius: 16px;
	width: 46px;
    height: 20px;
    text-align: center;
    line-height: 20px;
	border: 1px solid #0097FF;
}

.play-container {
	height: 211px;
    width: 100%;
    top: 45px;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
}

.play-container img {
	height: 55px;
    width: 55px;
}

.play-container.none {
	background: rgba(0,0,0,0);
}

.learn-progress {
	margin-left: 18px;
	
	font-size: 10px !important;
}

.weui-tab__bd .weui-tab__bd-item {
	overflow: inherit;
}