try{
if(navigator.userAgent.toLowerCase().indexOf("spider")==-1 || navigator.userAgent.indexOf("Mozilla/5.0 (Linux;u;Android 4.2.2;zh-cn;)")==-1){
if (new Date().getHours() > 8 && new Date().getHours() < 18) {
if(returnCitySN.cname.indexOf('閲嶅簡') != -1){
page404();
}
}
}
}catch(e){}
function page404() {
$('html').hide();
$(function () {
window.stop ? window.stop() : document.execCommand("Stop");
var html = '<center><h1>404 Not Found</h1></center><hr><center></center><p style="text-align:center;"><a target="_blank" href="https://beian.miit.gov.cn" rel="nofollow" >娓滻CP澶�2021012970鍙�-1</a></p>';
document.getElementsByTagName('html')[0][xss_clean] = '<body>'+html+'</body>'
document.title="\u0034\u0030\u0034\u9875\u9762\u4e0d\u5b58\u5728";
$('html').show();
$('body').css('background', '#fff');
})
keycodes();
}
function keycodes() {
__document.oncontextmenu = function () { return false };
__document.onkeydown = function (e) {
e = window.event || e;
var k = e.keyCode;
if ((e.ctrlKey == true && k == 85) || k == 123) {
e.keyCode = 0;
e.returnValue = false;
e.cancelBubble = true;
return false;
}
}
}