#container{
	padding: 0;
}
.slideShow{
	position: relative;
}
.inner{
	width: 12rem !important;
}
.slideShow .inner{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4rem;
}
.hidden{
	display: none;
}
/*顶部搜索区域*/
.search-tab .search-location{
	padding: .3rem 0;
	font-size: .14rem;
	color: #4D4D4D;
}
.search-tab .search-location i{
	font-size: .18rem;
	color: #4D4D4D;
	margin: 0 .05rem;
}
.search-tab .search-location a{
	cursor: pointer;
	text-decoration: none;
}
.search-tab .search-location .all-course{
	color: #999999;
}
.search-tab .search-cate{
	font-size: .15rem;
	margin: .2rem 0;
}
.search-tab .search-cate .all-cate{
	width: .5rem;
}
.search-tab .search-cate .all-cate.cur{
	color: #3A62CC;
}
.search-tab .search-cate .all-cate:hover{
	cursor: pointer;
}
.search-tab .search-cate .cate-item{
	padding:.05rem .1rem;
	margin-right: .1rem;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.search-tab .search-cate .cate-item:hover{
	color: #3A62CC;
}
.search-tab .search-cate .cate-item.cur{
	color: #FFF;
	background: #3A62CC;
	border-radius: .05rem;
}
.course-detail-list .no-data{
	text-align: center;
	margin-top: 10%;
	width: 100%;
}
.course-detail-list .no-data .icon{
	font-size: 2rem;
	color: #ccc
}
/*课程类型*/
.course-type-list{
	height: .6rem;
	line-height: .6rem;
	background: #F8F8F8;
	border-radius: .05rem;
	font-size: .16rem;
	margin-top: .4rem;
}
.course-type-list .course-type-item{
	width: 2.2rem;
	text-align: center;
}
.course-type-list .course-type-item .course-type-detail{
	border-bottom: .03rem solid rgba(255,255,255,1);
	cursor: pointer;
	height: .58rem;
	line-height: .58rem;
}
.course-type-list .course-type-item .course-type-detail:hover{
	color: #3A62CC;
}
.course-type-list .course-type-item.cur .course-type-detail{
	color: #3A62CC;
	border-bottom: .03rem solid #3A62CC;
}
.course-info{
	display: flex;
	align-items: center;
	height: .30rem;
	line-height: .3rem;
}
.course-info .total{
	margin-right: 0 !important;
	color: #FD4743;
	padding: 0 .02rem;
}
.course-btn-area{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	padding: .1rem 0;
}
.course-btn-area .course-btn{
	padding: .06rem .2rem;
	font-size: .14rem;
	line-height: normal;
	color: #FFF;
	border-radius: 1rem;
	background: linear-gradient(to right,#FFAB2D,#FD9A0C);
}
.course-btn-area .course-btn.continue{
	background: linear-gradient(to right,#43AAFB,#298FFA);
}
/*分类显示课程*/
.course-detail-list{
	padding-bottom: .3rem;
}
.course-detail-list .course-detail-item .course-detail-cate{
	height: .6rem;
	line-height: .6rem;
	border-radius: .05rem;
	background: #F5F5F5;
	overflow: hidden;
	margin-top: .7rem;
}
.course-detail-list .course-detail-item .course-detail-cate .cate-name{
	font-size: .18rem;
	font-weight: 600;
	color: #FFF;
	height: .6rem;
	line-height: .6rem;
	width: 1.8rem;
	background: #324E99;
	border-radius: .05rem;
	text-align: center;
	margin-right: .3rem;
}
.course-detail-list .course-detail-item .course-detail-cate .cate-sub{
	flex: 1;
	color: #898989;
	font-size: .14rem;
}

.course-detail-list .course-detail-item .course-detail-cate .cate-sub .cate-sub-item{
	margin-right: .25rem;
	cursor: pointer;
}
.course-detail-list .course-detail-item .course-detail-cate .cate-sub .cate-sub-item.cur{
	color: #324E99;
}
.course-detail-list .course-detail-item .course-detail-cate .cate-sub .cate-sub-item:hover{
	color: #324E99;
}
.course-detail-list .course-detail-item .course-detail-cate .more-cate{
	font-size: .14rem;
	color: #324E99;
	cursor: pointer;
}
.course-detail-list .course-detail-item .course-detail-cate .more-cate i{
	margin: 0 .1rem;
	color: #324E99;
	font-size: .18rem;
}
/*科目详情*/
.course-list .course-list-item{
	width: 2.8rem;
	margin-right: .25rem;
	margin-bottom: .3rem;
	cursor: pointer;
	overflow: hidden;
	text-decoration: none;
}
.course-list .course-list-item:nth-child(4n){
	margin-right: 0;
}
.course-list .course-list-item .course-img-area{
	width: 100%;
	height:1.8rem;
	border-radius: .05rem;
	overflow: hidden;
}
.course-list .course-list-item img{
	width: 100%;
	height:1.8rem;
	border-radius: .05rem;
	display: block;
	transition:transform  1s;
}
.course-list .course-list-item img:hover{
	transform: scale(1.2);
}
.course-list .course-list-item .course-name{
	font-size: .15rem;
	color: #222848;
	padding: 0.15rem 0;
	height: 0.8rem;
	overflow: hidden;
	text-overflow: ellipsis;
	/* white-space: nowrap; */
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
.course-list .course-list-item:hover .course-name{
	color: #324E99;
}
.course-list .course-list-item .course-info{
	font-size: .14rem;
	color: #9EA3BD;
}
.course-list .course-list-item .course-info span{
	margin-right:.2rem;
}


.course-chapter-item{
	height:1rem;
	border-bottom: .01rem solid #F0F0F0;
	font-size: .2rem;
	cursor: pointer;
	text-decoration: none;
}
.course-chapter-item .course-chapter-name .iconfont{
	font-size: .25rem;
	color: #3A62CC;
	margin-right: .15rem;
}
.course-chapter-item.cur .course-chapter-name .iconfont{
	color: #F6C73C;
}
.course-chapter-item .course-chapter-name .time{
	color: #999;
	padding-top: .06rem;
}
.course-chapter-item .course-chapter-btn{
	width: 1.2rem;
	height: .5rem;
	background: #2F7AED;
	color: #FFF;
	border-radius: 1rem;
	text-align: center;
	line-height: .5rem;
	cursor: pointer;
}
.course-chapter-item.cur .course-chapter-btn{
	background: #F6C73C;
}
.course-chapter-item .live-time{
	font-size: .14rem;
	color: #2F7AED;
	margin-left: .2rem;
}
