//window.addEventListener("pagehi
// video.onloadedmetadata = function() {
// if (this.videoWidth / this.videoHeight >= 1.5) {
// console.log("视频比较 宽");
// this.style.width = "45vw";
// this.style.height = 45 / (this.videoWidth / this.videoHeight) + "vh";
// this.style.top=(30-45*this.videoHeight/this.videoWidth)/1+"vh";
// } else {
// console.log("视频比较 高");
// this.style.height = "30vh";
// this.style.width = 30 * this.videoWidth / this.videoHeight + "vw";
// }
// if(this.videoWidth==0||this.videoHeight==0||!this.videoHeight||!this.videoWidth){
// this.style.height = "30vh";
// this.style.width = "auto";
// }
// console.log('width is', this.videoWidth);
// console.log('height is', this.videoHeight);
// }
de", hdispose(), false);