var lan = $("html").attr("lang"), userAgent = navigator.userAgent, ieVer = "Microsoft Internet Explorer" == navigator.appName && window.parseInt(navigator.appVersion.split(";")[1].replace(/[ ]/g, "").replace("MSIE", "")), isIE = !!window.ActiveXObject || "ActiveXObject" in window, isIE11 = -1 < userAgent.indexOf("Trident") && -1 < userAgent.indexOf("rv:11.0"), zoom = window.devicePixelRatio || window.screen.deviceXDPI / window.screen.logicalXDPI; $(function () { var uloader = $('.loader'); if (uloader) { uloader.html('
') } ; if (ieVer && 9 >= ieVer) { var a = "zh-cn" == lan ? '

\u8bf7\u5347\u7ea7\u6d4f\u89c8\u5668\u7248\u672c

\u4f60\u6b63\u5728\u4f7f\u7528\u65e7\u7248\u672c\u6d4f\u89c8\u5668\u3002\u8bf7\u5347\u7ea7\u6d4f\u89c8\u5668\u4ee5\u83b7\u5f97\u66f4\u597d\u7684\u4f53\u9a8c\u3002

' : "en" == lan ? '

You need an update.

You are viewing this site in a browser that is no longer supported or secure. For the best possible experience, we recommend that you update or use a modern browser.

' : '

You need an update.

You are viewing this site in a browser that is no longer supported or secure. For the best possible experience, we recommend that you update or use a modern browser.

'; $("#app").html(a + '') } }); fontSize(); $(window).resize(function () { fontSize() }); function fontSize() { var a = window.innerWidth; 1500 >= a && 800 < a ? a = Math.round(a / 15) : 800 >= a ? (a = Math.round(a / 7.5), 65 < a && (a = 65)) : a = 100; 1.25 == zoom ? $("html").css({"font-size": a / 1.2 + "px"}) : 1.5 == zoom ? $("html").css({"font-size": a / 1.25 + "px"}) : $("html").css({"font-size": a + "px"}); 1.25 == zoom ? $("html").addClass("zoom125") : 1.5 == zoom && $("html").addClass("zoom150") };