﻿/* 内容0 */
.section-0{
	height: 32.5rem;
    background: url(../../images/course/section-0-bg.png) no-repeat center;
    background-size: cover;
	text-align: center;
}
.section-0 .section-banner{
	padding-top: 6.5rem;
	color: #ffffff;
}
.section-0 .section-banner .section-banner-text1{
	font-size: 1.4rem;
	display: inline-block;
	padding: 0.45rem 2.7rem;
	letter-spacing: 1px;
	background: #7580f8;
	border-radius: 1rem;
}
.section-0 .section-banner p{
	font-size: 3.3rem;
	letter-spacing: 3px;
	text-shadow: -5px 0px  #1727b9;
	margin-bottom: 1.3rem;
	margin-top: 1.8rem;
}
.section-0 .section-banner .section-banner-text2{
	font-size: 1.15rem;
	letter-spacing: 1px;
}
/* 内容1 */
.section-1{
	padding: 2rem 19.25rem;
}
.section-1 .section-navs{
	display: flex;
	border-bottom: 1px solid #e4e4e4;
	justify-content: center;
}
.section-1 .section-navs .section-nav{
	color: #333333;
	font-size: 1.25rem;
	font-weight: bold;
	padding: 0.5rem 1rem;
	margin-right: 7rem;
	cursor: pointer;
}
.section-1 .section-navs .section-nav.active{
	color: #00C08B;
	border-bottom: 3px solid #00c08b;
}
.section-1 .section-container{
	margin-top: 2rem;
	padding: 2rem 0 2rem 2rem;
	border-radius: 8px;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.16); 
}
.section-1 .section-container .section-type-groups{
	width: 100%;
}
.section-1 .section-container .section-type-groups .section-type-group{
	display: flex;
	font-size: 0.9rem;
	letter-spacing: 1px;
	margin-bottom: 1.5rem;
}
.section-1 .section-container .section-type-groups .section-type-group:last-child{
	margin-bottom: 0;
}
.section-1 .section-container .section-type-groups .section-type-group .section-type-title{
	color: #333333;
	font-weight: bold;
	width: 10%;
}
.section-1 .section-container .section-type-groups .section-type-group .section-types{
	color: #666666;
	display: flex;
	flex-wrap: wrap;
	width: 90%;
}
.section-1 .section-container .section-type-groups .section-type-group .section-types .section-type{
	margin-right: 0.7rem;
	cursor: pointer;
	padding: 0.1rem 0.45rem;
	border-radius: 4px;
	margin-bottom: 0.5rem;
}
.section-1 .section-container .section-type-groups .section-type-group .section-types .section-type.active{
	background: #00c08b;
	color: #FFFFFF;
}
.section-1 .section-container .section-type-groups .section-type-group .section-types .section-type:last-child{
	margin-right: 0;
}
.section-1 .section-bg{
	background: #FFFFFF;
}
.section-1 .section-bg .section-bg-top{
	/* height: 0.5rem; */
}
.section-1 .section-content{
	background: #eff1f4;
	border-bottom-right-radius: 0.85rem;
	border-bottom-left-radius: 0.85rem;
	padding: 2.5rem 1rem 0.5rem 1rem;
}
.section-1 .section-content .section-part{
	margin-bottom: 1rem;
}
.section-1 .section-content .section-part:last-child{
	margin-bottom: 0;
}
.section-1 .section-content .section-part .section-title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #333333;
	letter-spacing: 1px;
	margin-bottom: 1rem;
}
.section-1 .section-content .section-part .section-title p{
	font-weight: bold;
	font-size: 1.4rem;
}
.section-1 .section-content .section-part .section-title text{
	font-size: 1rem;
	cursor: pointer;
}
.section-1 .section-content .section-part .section-group #spjc{
	display: flex;
	flex-wrap: wrap;
}
.section-1 .section-content .section-part .section-group .section-item{
	width: 23.5%;
	border-radius: 5px;
	box-shadow: 0px 3px 10px 0px rgba(213,214,214,0.66);
	margin-bottom: 2rem;
	background: #FFFFFF;
	cursor: pointer;
	display: block;
	margin-right: 2%;
}
.section-1 .section-content .section-part .section-group .section-item:nth-child(4n+0){
	margin-right: 0;
}
.section-1 .section-content .section-part .section-group .section-item .section-image{
	width: 100%;
	height: 6.9rem;
}
.section-1 .section-content .section-part .section-group .section-item .section-image img{
	width: 100%;
	height: 100%;
}
.section-1 .section-content .section-part .section-group .section-item .section-desc{
	padding: 0.75rem 0.5rem ;
}
.section-1 .section-content .section-part .section-group .section-item .section-desc p{
	font-size: 0.8rem;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0.25rem;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
}
.section-1 .section-content .section-part .section-group .section-item .section-desc text{
	font-size: 0.7rem;
	color: #DEC694;
}