#cans {
	position: relative;
	margin: 0 0 40px 0;
	height: 500px;
	width: 100%;
}

#video {
	/*height: 80vh;*/
	float: left;
	background: #fff;
	position: relative;
	/*去掉这句将会使得video优先级失效*/
	z-index: 99;
	width: 70%;
}

aside {
	float: left;
	height: 500px;
	width: 30%;
	background: #fff;
	opacity: 0.9;
	position: relative;
}

aside ul {
	background: #fff;
	list-style: none;
	height: 500px;
	overflow: auto;
}

aside ul li {
	color: #000;
	font-size: 14px;
	line-height: 30px;
	height: 93px;
	margin: 10px 0 10px 10px;
	border-bottom: 1px rgb(231, 231, 231) dashed;
}

aside ul li:hover {
	color: rgb(51, 152, 252);
	cursor: pointer;
}

aside ul li img {
	width: 120px;
	height: 90px;
	position: relative;
}

aside ul li p {
	position: relative;
	width: 59%;
	left: 135px;
	top: -90px;
	font-size: 14px;
	display: block;
	height: 65px;
}

aside ul li span {
	position: relative;
	top: -92px;
	left: 135px;
	font-size: 12px;
	color: rgb(73, 73, 73);
}

 aside #playList-hidden {
	display:none;
}
/*
#cans #playList-show1{
	margin-top: 230px;
	width:20px ;
	height: 32px;
	background:lightgoldenrodyellow;
	font-size: 16px;
	font-weight: bold;
	border-top-right-radius:10px ;
	border-bottom-right-radius:10px ;
	opacity: 1;
	visibility: hidden;
} */

#cans #playList-show1:hover, aside #playList-hidden:hover {
	opacity: 0.7;
}

/* .select{
	
} */

/*aside #playList-show{
	position: absolute;
	bottom: 250px;
	left: 0;
	width:20px ;
	height: 32px;
	background: lightgoldenrodyellow;
	font-size: 16px;
	font-weight: bold;
	border-top-left-radius:10px ;
	border-bottom-left-radius:10px ;
	opacity: 0.5;
	z-index: 1000;/*这里是第一优先级，为什么没显示在视频上方
	transform:translateX(-20px) ;
	display: block;
}*/

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background-color: #F5F5F5;
	border-radius: 10px;
}

::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #FFF;
	background-image: -webkit-linear-gradient(top, #e4f5fc 0%, #bfe8f9 50%, #9fd8ef 51%, #2ab0ed 100%);
}