//document.writeln(''); var objE = document.createElement("div"); var body = document.querySelector(`body`) objE.innerHTML = `
¹Ø±Õ
`; body.appendChild(objE) setTimeout(function () { let dom = document.getElementsByClassName(`duote_bottom_fix_img_box`)[0] let div2 = document.getElementsByClassName(`duote_bottom_fix_img`)[0] dom.style.display = `block` var script = document.createElement('script') script.src = "//a.y866.cn/site/yt_sb/openjs/uuv_b_z.js" div2.appendChild(script) setTimeout(function () { dom.style.display = `none` }, 60000*3) }, 200) function closeDuoteFixImg() { //console.log(1234) let dom = document.getElementsByClassName(`duote_bottom_fix_img_box`)[0] dom.style.display = `none` }