<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">var uAgent = window.navigator.userAgent
  , isIOS = uAgent.match(/iphone/i)
  , isYIXIN = uAgent.match(/yixin/i)
  , is2345 = uAgent.match(/Mb2345/i)
  , ishaosou = uAgent.match(/mso_app/i)
  , isSogou = uAgent.match(/sogoumobilebrowser/gi)
  , isLiebao = uAgent.match(/liebaofast/i)
  , isGnbr = uAgent.match(/GNBR/i)
  , $fixed = document.getElementById("fixed");
function resizeRoot() {
    var e, i = screen.width &gt; 0 &amp;&amp; (window.innerWidth &gt;= screen.width || 0 == window.innerWidth) ? screen.width : window.innerWidth, n = screen.height &gt; 0 &amp;&amp; (window.innerHeight &gt;= screen.height || 0 == window.innerHeight) ? screen.height : window.innerHeight;
    window.devicePixelRatio &amp;&amp; window.devicePixelRatio,
    isIOS &amp;&amp; (i = screen.width,
    n = screen.height),
    i &gt; n &amp;&amp; (i = n),
    (e = (e = i &gt; 1080 ? 144 : i / 7.5) &gt; 32 ? e : 32) &gt; 100 &amp;&amp; (e = 100),
    window.screenWidth_ = i,
    isYIXIN || is2345 || ishaosou || isSogou || isLiebao || isGnbr ? setTimeout(function() {
        i = 0 &lt; screen.width &amp;&amp; (window.innerWidth &gt;= screen.width || 0 == window.innerWidth) ? screen.width : window.innerWidth,
        n = 0 &lt; screen.height &amp;&amp; (window.innerHeight &gt;= screen.height || 0 == window.innerHeight) ? screen.height : window.innerHeight,
        e = 32 &lt; (e = 1080 &lt; i ? 144 : i / 7.5) ? e : 32,
        document.getElementsByTagName("html")[0].style.fontSize = e + "px",
        $fixed &amp;&amp; ($fixed.style.display = "none")
    }, 500) : (document.getElementsByTagName("html")[0].style.fontSize = e + "px",
    $fixed &amp;&amp; ($fixed.style.display = "none"))
}

resizeRoot();
window.onresize = function() {
    resizeRoot();
};</pre></body></html>