<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no" name="viewport">
<title>39健康</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta http-equiv="Cache-Control" content="no-transform">
<meta http-equiv="Cache-Control" content="no-siteapp">
<meta name="format-detection" content="telephone=no" />
<meta name="apple-touch-fullscreen" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link type="image/x-icon" href="https://www.39.net/favicon.ico" rel="icon">
<link type="image/x-icon" href="https://www.39.net/favicon.ico" rel="Shortcut Icon">
<link type="image/x-icon" href="https://www.39.net/favicon.ico" rel="bookmark">
<link href="https://static.39.net/pub/www/verify/AJ-Captcha/css/verify.css" rel="stylesheet">
<link href="https://static.39.net/pub/www/verify/AJ-Captcha/css/39verify.css" rel="stylesheet">
<script src="https://static.39.net/lib/jquery/core/jquery-1.8.3.min.js"></script>
<script src="https://static.39.net/pub/www/verify/AJ-Captcha/js/crypto-js.js"></script>
<script src="https://static.39.net/pub/www/verify/AJ-Captcha/js/ase.js"></script>
<script src="https://static.39.net/pub/www/verify/AJ-Captcha/js/verify.js"></script>
</head>

<body>
	<div class="layer">
		<div class="title">滑动拼图验证</div>
		<div class="verifyarea"><div class="preload">加载中…</div><div id="content"></div></div>
		<div class="logo"></div>
	</div>
	<script>
		$('#content').slideVerify({
			baseUrl:'https://interface.39.net', //服务器请求地址;
			containerId:'',
			mode:'fixed',
			imgSize : {
				width: '310px',
				height: '155px',
			},
			barSize:{
				width: '310px',
				height: '40px',
			},
			ready : function() {}, //加载完毕的回调
			success : function(params) {
				location.href = decodeURIComponent(orgUrl);
			}, //验证成功的回调
			error : function() {} //验证失败的回调
		});
	</script>
</body>
</html>