<!--js--><scripttype="text/javascript">if(/Android(\d+\.\d+)/.test(navigator.userAgent)){varversion=parseFloat(RegExp.$1);if(version>2.3){varphoneScale=parseInt(window.screen.width)/640;document.write('<metaname="viewport"content="width=640,minimum-scale='+phoneScale+',maximum-scale='+phoneScale+',target-densitydpi=device-dpi">');}else{document.write('<metaname="viewport"content="width=640,target-densitydpi=device-dpi">');}}else{document.write('<metaname="viewport"content="width=640,user-scalable=no,target-densitydpi=device-dpi">');}//微信去掉下方刷新栏if(navigator.userAgent.indexOf('MicroMessenger')>=0){document.addEventListener('WeixinJSBridgeReady',function(){//WeixinJSBridge.call('hideToolbar');});}</script>

<!doctypehtml><htmllang="en"><head><metacharset="UTF-8"><title>Document</title></head><body><divid="wrapper"><section><divclass="bg"></div></section></div></body></html>

body,html{width:100%;overflow:hidden;height:100%;}#wrapper{position:relative;height:auto;overflow:hidden;width:640px;margin:0auto;display:none;}section{position:relative;width:640px;height:1008px;overflow:hidden;z-index:1;}section.bg{position:absolute;left:0;top:0;width:100%;height:1008px;background-size:auto1008px;z-index:1;}