
body {
    font-family: '微软雅黑','Microsoft YaHei';
    font-size: 14px;
    margin: 0;
    background-color: black;
}
#videoContainer{
	position: relative;
}
video{
	width: 100%;
    height: 265px;
    background: black;
	}
	
.itemBox{
	width: 100%;
	height: 60px;
	overflow: auto;
	
}

.itemImgBox{
	height: 60px;
	margin: 0 auto;
}
.item{
	width: 100px;
	height: 60px;
	position: relative;
	float: left;
	margin: 0 5px;
}

.item img{
	width: 100%;
	height: 100%;
	position: absolute;
}
.item p{
	position: absolute;
    color: white;
    left: 35px;
}
.collect{
	width: 65px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    float: right;
    position: relative;
    top: -5px;
}
.collect img{
	width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
}
.collect span{
	color: white;
}
.shade{
	width: 100%;
    height: 100%;
	background: black;
    opacity: 0.7;
    position: absolute;
    z-index: 10;
}
