/*播放列表*/
#course_play_list{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	display: none;
	transition: background-color 0.5s;
	z-index: 10;
}
/*course_share---转发*/
#course_share_wrap{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 10;
}
.share_gift{
	width: 100%;
	height: 100%;
	background: url("/project1/Public/Home/image/share_know.png") center no-repeat;
	background-size: cover;
}
/*收藏成功*/
#collection_wrap{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 0;
	display: none;
}
#collection_tip{
	position: absolute;
	top: 50%;
	margin-top: -1rem;
	left: 50%;
	margin-left: -2.8rem;
	width: 5rem;
	height: 1.8rem;
	padding: 0.2rem 0.3rem;
	background-color: rgba(0,0,0,0);
	border-radius: 0.1rem;
	font-size: 0.24rem;
	color: #fff;
	text-align: center;
	transition: background-color 0.5s;
}
#collection_tip h3{
	font-weight: normal;
}
#collection_tip p{
	margin-top: 0.2rem;
}
.collection_inner{
	display: none;
}
.collection_known{
	width: 1rem;
	height: 0.4rem;
	padding: 0.05rem 0.1rem;
	line-height: 0.4rem;
	border: 0.01rem solid #fff;
	border-radius: 0.05rem;
	margin: 0.3rem auto 0;
}
