<html lang="en">
<head>
<meta charset="utf-8" />
<title>...</title>
<meta name="format-detection" content="telephone=no" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0,shrink-to-fit=no">
<meta content="yes" name="apple-mobile-web-app-capable">
<meta content="black" name="apple-mobile-web-app-status-bar-style">
<meta content="telephone=no" name="format-detection">
<meta name="msapplication-tap-highlight" content="no">

<link rel="stylesheet" type="text/css" href="__CSS__/swiper-3.3.1.min.css">
<link rel="stylesheet" type="text/css" href="__CSS__/animate.css">
<link rel="stylesheet" type="text/css" href="__CSS__/skin.css">
<script type="text/javascript">
	var phoneScale = parseInt(window.screen.width)/640;
	document.write('<meta name="viewport" content="width=640, minimum-scale = '+ phoneScale +', maximum-scale = '+ phoneScale +'">');
</script>

<style>
	.logo{
		position:absolute;
		width:550px;
		height:auto;
		left:45px;
		top:30px;
		overflow:hidden;
		display: flex;
		justify-content: center;
		align-items: center;
	}
</style>

</head>
<body style="background: white">
    <div style="background: white" class="loading-wrapper">
		<div class="logo">
			<img src='{$url}'>
		</div>

    </div>


<script type="text/javascript" src="__JS__/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="http://res2.wx.qq.com/open/js/jweixin-1.4.0.js"></script>
<script type="text/javascript">

wx.config({
	debug: false,
	appId: '{$appId}',
	timestamp: '{$timestamp}',
	nonceStr: '{$nonceStr}',
	signature: '{$signature}',
	jsApiList: [
		'onMenuShareTimeline',
		'onMenuShareAppMessage',
        'chooseImage',
        'downloadImage',
        'uploadImage',
        'getLocalImgData'
	]
  });

</script>
</body>
</html>