\/div>',$(".myframe").html(f),$(".myframe").show())}}function closeVideo(){$(".myframe").hide();$(".myframe").html("")}function fullscreen(){var n=document.getElementById("videoPlay");launchFullscreen(n)}function launchFullscreen(n){if(n.requestFullscreen)n.requestFullscreen();else if(n.mozRequestFullScreen)n.mozRequestFullScreen();else if(n.msRequestFullscreen)n.msRequestFullscreen();else if(n.oRequestFullscreen)n.oRequestFullscreen();else if(n.webkitRequestFullscreen)n.webkitRequestFullScreen();else{var t=document.documentElement,i=document.body;t.style.cssText=cssText;i.style.cssText=cssText;n.style.cssText=cssText+";margin:0px;padding:0px;";document.IsFullScreen=!0}n.play()}function checkIsFullScreen(){var n=document.fullscreen||document.mozFullScreen||document.webkitIsFullScreen;return n==undefined?!1:n}JQ("#mybody").scroll(function(){var n=JQ("#mybody").scrollTop(),t=JQ("#mybody").height(),i=$(".rightV"),r=$(window).height(),u=$(".leftT"),f=$(window).scrollTop()});layui.use(["carousel","form"],function(){var n=layui.carousel;n.render({elem:"#test1",width:"100%",arrow:"hover",indicator:"none"})});$("#myframe").bind("click",function(){event.stopPropagation()});$(document).mouseup(function(n){if(n.button==0){var t=$(".video");$(t).is(n.target)||$(t).has(n.target).length!=0||n.target.id=="video"||closeVideo()}});var scale=.8,video,output,isload=!1,initialize=function(){output=document.getElementById("output");video=document.getElementById("videoPlay");video.addEventListener("timeupdate",captureImage);video.addEventListener("pause",pasueNow);video.addEventListener("play",playNow)},ismobile=isMobile(),isplay=!1,playNow=function(){ismobile&&isload&&(isplay=!0,$("#playicon").attr("src","/image/暂停.png"))},pasueNow=function(){ismobile&&isload&&(isplay=!1,$("#playicon").attr("src","/image/play.png"))},captureImage=function(){if(!isload){isload=!0;video.pause();var t=document.createElement("img"),n=document.createElement("canvas");n.width=video.videoWidth*scale;n.height=video.videoHeight*scale;n.getContext("2d").drawImage(video,0,0,n.width,n.height);t.className="w100b hide";t.crossOrigin="anonymous";t.src=n.toDataURL("image/png");video.poster=t.src;output.appendChild(t)}}