#cans{
	position: relative;
	margin: 0 auto;
	margin-top: 5vh;
	width: 100%;
}
#videolist{
	/*height: 80vh;*/
	float: left;
	background: black;
	position: relative;   /*去掉這句將會使得video優先級失效*/
	z-index: 99;
}

aside{
	float: left;
	width: 100%;
	background: black;
	opacity: 0.9;
	position: relative;
}
aside header h4{
	color: white;
	margin-bottom: 20px;
	margin-top: 5px;
	text-align: left;
}
aside ul{
	background: black;
	width: 10vw;
	list-style: none;
	text-align: center;
}
aside ul li{
	color: white;
	font-size: 14px;
	line-height:30px ;
}

aside ul li:hover{
	
	background-color: lightgray;
	color: lightcoral;
	font-weight: bold;
}

aside #playList-hidden {
	position: absolute;
	bottom: 250px;
	right: 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: 10000;
}

#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{
	color: lightcoral;
}

/*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;
}*/