body,html{
	background:#F6F7F8;
}
.free{
	width:1200px;
	margin:20px auto;
	
}
.banner{
	width:100%;
	height:480px;
	position:relative;
}
.banner img{
	width:100%;
	height:100%;
}
.banner a{
	position: absolute;
	left:0;
	bottom:34px;
	width: 98px;
	height: 40px;
	border-radius: 0px 22px 22px 0px;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 40px;
	background:#FF7D00 url(/site/hd/resources/img/free/right.png)no-repeat right 14px center;
	padding-left:10px;
	box-sizing: border-box;
}
.freeNav{
	margin:40px 0 30px;
	position: relative;
}
.freeNav span{
	display: inline-block;
	width: 76px;
	height: 28px;
	background: #378BF4;
	border-radius: 4px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 28px;
	text-align: center;
	margin-right:20px;
}
.freeNav div a{
	font-size: 16px;
	color: #707D8C;
	line-height: 28px;
	margin-right:24px;
}
.freeNav>div{
	margin-top: 20px;
}
.typeNav{
	font-size: 0;
}
.freeNav>a{
	position: absolute;
	right:0;
	bottom:0;
	width: 128px;
	height: 38px;
	background: #FFFFFF url(/site/hd/resources/img/free/xz.png)no-repeat 14px center;
	border-radius: 6px;
	font-size: 18px;
	font-weight:bold;
	color: #FF7D00;
	line-height: 38px;
	padding-left:42px;
	box-sizing: border-box;
}
.freeNav .active{
	color: #217FF3;
}
.freeList::after{
	content:"";
	display: block;
	clear: both;
}
.freeMin{
	float:left;
	width: 277px;
	height: 466px;
	background: #FFFFFF;
	border-radius: 16px;
	margin:0 30px 30px 0;
	cursor: pointer;
}
.freeMin:hover{
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.09);
	position:relative;
	top:-8px;
}
.freeMin:hover h6{
	color:#217FF3;
}
.freeMin:nth-child(4n){
	margin-right:0;
}
.freeMin dt{
	width: 277px;
	height: 277px;
}
.freeMin img{
	width:100%;
	height:100%;
	border-radius: 12px 12px 0 0;
}
.freeMin dd{
	padding:10px 16px;
}
.freeMin dd h6{
	height: 52px;
	font-size: 20px;
	color: #333333;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom:10px;
}
.freeMin dd>p{
	font-size: 14px;
	color:#F3F3F3;
	line-height: 14px;
}
.freeMin dd>p span{
	color: #707D8C;
}
.phase{
	margin:15px 0 24px;
	display:flex;
	align-items: center;
	font-size: 12px;
	text-align: center;
	line-height: 24px;
}
.phase1{
	display: inline-block;
	width: 40px;
	height: 24px;
	border-radius: 6px 0px 0px 6px;
	background: #00baff;
	color: #FFFFFF;
}
.phase2{
	display: inline-block;
	height: 24px;
	padding:0 5px;
	border-radius: 0px 6px 6px 0px;
	background: #e7f8ff;
	color:#32c6fd;
}
/* 橙色 */
.phaseActive0 .phase1{
	background: #FF942D;
	color: #FFFFFF;
}
.phaseActive0 .phase2{
	background: #FFF5EB;
	color:#FF952F;
}
/* 绿色 */
.phaseActive1 .phase1{
	background: #54C35D;
	color: #FFFFFF;
}
.phaseActive1 .phase2{
	background: #E9F9EB;
	color:#65C46C;
}
/* 蓝色 */
.phaseActive2 .phase1{
	background: #8A6EFB;
	color: #FFFFFF;
}
.phaseActive2 .phase2{
	background: #F3F0FF;
	color:#947BFA;
}
/* 黄色 */
.phaseActive3 .phase1{
	background: #FFBB00;
	color: #FFFFFF;
}
.phaseActive3 .phase2{
	background: #FFF7E6;
	color:#FBC116;
}
/* 紫色 */
.phaseActive4 .phase1{
	background: #C31EFF;
	color: #FFFFFF;
}
.phaseActive4 .phase2{
	background: #FAEDFF;
	color:#C31EFF;
}
.noList{
	display: none;
	text-align: center;
	font-size: 21px;
	color: #464E59;
	line-height: 27px;
	padding:20px 0 50px;
}
/*新增学习进度2024-08-14*/
.yesStudy{
	font-size: 14px;
	color:#217FF3;
}
.yesStudy p{
	background:url(/site/hd/resources/img/free/freePlay.png)no-repeat left center;
	padding-left:22px;
	width:170px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float:left;
}
.yesStudy span{
	line-height: 21px;
}
.noStudy p{
	background:url(/site/hd/resources/img/free/freeNo.png)no-repeat left center;
	padding-left:22px;
	font-size: 14px;
	color:#707D8C;
}