.hot-lives .first{
	font-size: 24px;
    color: #777;
}
.hot-lives .one li{
	margin-bottom: 45px;
}
.videoContainer{
	position: relative;
}

.videoContainer video{
	width: 89%;
	margin: 0 auto;
	height: 500px;
	position: relative;
}
/*.videoContainer .v1{
	background: url(../picture/v1.png) no-repeat center center;
	background-size: 100% auto;
}*/
.videoContainer .pic{
	position: absolute;
}
.videoContainer .tu{
	position: absolute;
    top: 0;
    right: 19%;
    width: 125px;
    height: 150px;
}
.videoContainer .tu img{
	width: 179px;
    height:90px;
}
video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}
