(function () { const style = document.createElement("style"); style.innerHTML = ` .ad-banner-section11 { display: flex; flex-direction: column; gap: 10px; margin: 20px auto; max-width: 960px; padding: 0 10px; } .ad-banner-row11 { display: flex; justify-content: center; flex-wrap: wrap; } .ad-banner-item11 { width: 100%; max-width: 960px; box-sizing: border-box; } .ad-banner-item11 img { width: 100%; height: auto; display: block; border-radius: 5px; } @media (max-width: 600px) { .ad-banner-section { max-width: 100%; padding: 0 5px; } .ad-banner-item11 { width: 100%; max-width: 100%; } .ad-banner-item11 img { border-radius: 4px; } } `; document.head.appendChild(style); const adHTML = `
`; const wrapper = document.createElement("div"); wrapper.innerHTML = adHTML; const scriptTag = document.currentScript || (function () { const scripts = document.getElementsByTagName('script'); return scripts[scripts.length - 1]; })(); scriptTag.parentNode.insertBefore(wrapper, scriptTag); })();