<!DOCTYPE html>
<html>
<head>

<meta charset="UTF-8">
<meta name="viewport"   content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta content="telephone=no" name="format-detection">
<meta name="wap-font-scale" content="no">
<link rel="stylesheet" href="../css/base.css"/>
<script src="../lib/fsize.js"></script>
<script src="../lib/jquery-3.1.1.min.js"></script>
<title></title>
<style type="text/css">
	body{
		background-color: #11101A;
	}
	.text-center{
		text-align: center;
	}
	.text-center img{
		width: 1.813rem;
		height: 1.347rem;
	}
</style>
</head>
<body>
<div style="padding-top: 2.84rem;"></div>
<div class="text-center">
    <img src="../img/error.png">
    <p class="payTitle" style="margin: .693rem auto 0;font-size: .4rem;line-height:.8rem;width: 8.573rem;color:#B3B3B3;"></p>
</div>
</body>
<script src="../lib/jquery-3.1.1.min.js"></script>
<script type="text/javascript">
	sessionStorage.lang = getUrlParams().lang;
	sessionStorage.type = getUrlParams().type;
	function getUrlParams() {
	  var url = location.href;
	  var theRequest = new Object();
	  if (url.indexOf("?") != -1) {
	      var str = url.substr(url.indexOf("?") + 1);
	      strs = str.split("&");
	      for (var i = 0; i < strs.length; i++) {
	          theRequest[strs[i].split("=")[0]] = unescape(strs[i].split("=")[1]);
	      }
	  }
	  return theRequest;
	}
</script>
<script src="../lib/payLangchange.js?v=202007081146666666"></script>
<script>
	
	$('title').html(langList[langType].visatitle);
 	$('.payTitle').html(langList[langType].fail1);
	
	if(sessionStorage.type == 'h5'){
 				setTimeout(function(){
 					window.location.href = 'https://www.firefly.live/';
 				},3000)
 			}
</script>
</html>