Advertisement
Guest User

Untitled

a guest
Jan 17th, 2021
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 162.72 KB | None | 0 0
  1. <
  2. script >
  3. ! function(e, t) {
  4. "use strict";
  5. "object" == typeof module && "object" == typeof module.exports ? module.exports = e.document ? t(e, !0) : function(e) {
  6. if (!e.document) throw new Error("jQuery requires a window with a document");
  7. return t(e)
  8. } : t(e)
  9. }("undefined" != typeof window ? window : this, function(C, e) {
  10. "use strict";
  11. var t = [],
  12. r = Object.getPrototypeOf,
  13. s = t.slice,
  14. g = t.flat ? function(e) {
  15. return t.flat.call(e)
  16. } : function(e) {
  17. return t.concat.apply([], e)
  18. },
  19. u = t.push,
  20. i = t.indexOf,
  21. n = {},
  22. o = n.toString,
  23. v = n.hasOwnProperty,
  24. a = v.toString,
  25. l = a.call(Object),
  26. y = {},
  27. m = function(e) {
  28. return "function" == typeof e && "number" != typeof e.nodeType
  29. },
  30. x = function(e) {
  31. return null != e && e === e.window
  32. },
  33. E = C.document,
  34. c = {
  35. type: !0,
  36. src: !0,
  37. nonce: !0,
  38. noModule: !0
  39. };
  40.  
  41. function b(e, t, n) {
  42. var r, i, o = (n = n || E).createElement("script");
  43. if (o.text = e, t)
  44. for (r in c)(i = t[r] || t.getAttribute && t.getAttribute(r)) && o.setAttribute(r, i);
  45. n.head.appendChild(o).parentNode.removeChild(o)
  46. }
  47.  
  48. function w(e) {
  49. return null == e ? e + "" : "object" == typeof e || "function" == typeof e ? n[o.call(e)] || "object" : typeof e
  50. }
  51. var f = "3.5.1",
  52. S = function(e, t) {
  53. return new S.fn.init(e, t)
  54. };
  55.  
  56. function p(e) {
  57. var t = !!e && "length" in e && e.length,
  58. n = w(e);
  59. return !m(e) && !x(e) && ("array" === n || 0 === t || "number" == typeof t && 0 < t && t - 1 in e)
  60. }
  61. S.fn = S.prototype = {
  62. jquery: f,
  63. constructor: S,
  64. length: 0,
  65. toArray: function() {
  66. return s.call(this)
  67. },
  68. get: function(e) {
  69. return null == e ? s.call(this) : e < 0 ? this[e + this.length] : this[e]
  70. },
  71. pushStack: function(e) {
  72. var t = S.merge(this.constructor(), e);
  73. return t.prevObject = this, t
  74. },
  75. each: function(e) {
  76. return S.each(this, e)
  77. },
  78. map: function(n) {
  79. return this.pushStack(S.map(this, function(e, t) {
  80. return n.call(e, t, e)
  81. }))
  82. },
  83. slice: function() {
  84. return this.pushStack(s.apply(this, arguments))
  85. },
  86. first: function() {
  87. return this.eq(0)
  88. },
  89. last: function() {
  90. return this.eq(-1)
  91. },
  92. even: function() {
  93. return this.pushStack(S.grep(this, function(e, t) {
  94. return (t + 1) % 2
  95. }))
  96. },
  97. odd: function() {
  98. return this.pushStack(S.grep(this, function(e, t) {
  99. return t % 2
  100. }))
  101. },
  102. eq: function(e) {
  103. var t = this.length,
  104. n = +e + (e < 0 ? t : 0);
  105. return this.pushStack(0 <= n && n < t ? [this[n]] : [])
  106. },
  107. end: function() {
  108. return this.prevObject || this.constructor()
  109. },
  110. push: u,
  111. sort: t.sort,
  112. splice: t.splice
  113. }, S.extend = S.fn.extend = function() {
  114. var e, t, n, r, i, o, a = arguments[0] || {},
  115. s = 1,
  116. u = arguments.length,
  117. l = !1;
  118. for ("boolean" == typeof a && (l = a, a = arguments[s] || {}, s++), "object" == typeof a || m(a) || (a = {}), s === u && (a = this, s--); s < u; s++)
  119. if (null != (e = arguments[s]))
  120. for (t in e) r = e[t], "__proto__" !== t && a !== r && (l && r && (S.isPlainObject(r) || (i = Array.isArray(r))) ? (n = a[t], o = i && !Array.isArray(n) ? [] : i || S.isPlainObject(n) ? n : {}, i = !1, a[t] = S.extend(l, o, r)) : void 0 !== r && (a[t] = r));
  121. return a
  122. }, S.extend({
  123. expando: "jQuery" + (f + Math.random()).replace(/\D/g, ""),
  124. isReady: !0,
  125. error: function(e) {
  126. throw new Error(e)
  127. },
  128. noop: function() {},
  129. isPlainObject: function(e) {
  130. var t, n;
  131. return !(!e || "[object Object]" !== o.call(e)) && (!(t = r(e)) || "function" == typeof(n = v.call(t, "constructor") && t.constructor) && a.call(n) === l)
  132. },
  133. isEmptyObject: function(e) {
  134. var t;
  135. for (t in e) return !1;
  136. return !0
  137. },
  138. globalEval: function(e, t, n) {
  139. b(e, {
  140. nonce: t && t.nonce
  141. }, n)
  142. },
  143. each: function(e, t) {
  144. var n, r = 0;
  145. if (p(e)) {
  146. for (n = e.length; r < n; r++)
  147. if (!1 === t.call(e[r], r, e[r])) break
  148. } else
  149. for (r in e)
  150. if (!1 === t.call(e[r], r, e[r])) break;
  151. return e
  152. },
  153. makeArray: function(e, t) {
  154. var n = t || [];
  155. return null != e && (p(Object(e)) ? S.merge(n, "string" == typeof e ? [e] : e) : u.call(n, e)), n
  156. },
  157. inArray: function(e, t, n) {
  158. return null == t ? -1 : i.call(t, e, n)
  159. },
  160. merge: function(e, t) {
  161. for (var n = +t.length, r = 0, i = e.length; r < n; r++) e[i++] = t[r];
  162. return e.length = i, e
  163. },
  164. grep: function(e, t, n) {
  165. for (var r = [], i = 0, o = e.length, a = !n; i < o; i++) !t(e[i], i) !== a && r.push(e[i]);
  166. return r
  167. },
  168. map: function(e, t, n) {
  169. var r, i, o = 0,
  170. a = [];
  171. if (p(e))
  172. for (r = e.length; o < r; o++) null != (i = t(e[o], o, n)) && a.push(i);
  173. else
  174. for (o in e) null != (i = t(e[o], o, n)) && a.push(i);
  175. return g(a)
  176. },
  177. guid: 1,
  178. support: y
  179. }), "function" == typeof Symbol && (S.fn[Symbol.iterator] = t[Symbol.iterator]), S.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "), function(e, t) {
  180. n["[object " + t + "]"] = t.toLowerCase()
  181. });
  182. var d = function(n) {
  183. var e, d, b, o, i, h, f, g, w, u, l, T, C, a, E, v, s, c, y, S = "sizzle" + 1 * new Date,
  184. p = n.document,
  185. k = 0,
  186. r = 0,
  187. m = ue(),
  188. x = ue(),
  189. A = ue(),
  190. N = ue(),
  191. D = function(e, t) {
  192. return e === t && (l = !0), 0
  193. },
  194. j = {}.hasOwnProperty,
  195. t = [],
  196. q = t.pop,
  197. L = t.push,
  198. H = t.push,
  199. O = t.slice,
  200. P = function(e, t) {
  201. for (var n = 0, r = e.length; n < r; n++)
  202. if (e[n] === t) return n;
  203. return -1
  204. },
  205. R = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",
  206. M = "[\\x20\\t\\r\\n\\f]",
  207. I = "(?:\\\\[\\da-fA-F]{1,6}" + M + "?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",
  208. W = "\\[" + M + "*(" + I + ")(?:" + M + "*([*^$|!~]?=)" + M + "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + I + "))|)" + M + "*\\]",
  209. F = ":(" + I + ")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|" + W + ")*)|.*)\\)|)",
  210. B = new RegExp(M + "+", "g"),
  211. $ = new RegExp("^" + M + "+|((?:^|[^\\\\])(?:\\\\.)*)" + M + "+$", "g"),
  212. _ = new RegExp("^" + M + "*," + M + "*"),
  213. z = new RegExp("^" + M + "*([>+~]|" + M + ")" + M + "*"),
  214. U = new RegExp(M + "|>"),
  215. X = new RegExp(F),
  216. V = new RegExp("^" + I + "$"),
  217. G = {
  218. ID: new RegExp("^#(" + I + ")"),
  219. CLASS: new RegExp("^\\.(" + I + ")"),
  220. TAG: new RegExp("^(" + I + "|[*])"),
  221. ATTR: new RegExp("^" + W),
  222. PSEUDO: new RegExp("^" + F),
  223. CHILD: new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + M + "*(even|odd|(([+-]|)(\\d*)n|)" + M + "*(?:([+-]|)" + M + "*(\\d+)|))" + M + "*\\)|)", "i"),
  224. bool: new RegExp("^(?:" + R + ")$", "i"),
  225. needsContext: new RegExp("^" + M + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + M + "*((?:-\\d)?\\d*)" + M + "*\\)|)(?=[^-]|$)", "i")
  226. },
  227. Y = /HTML$/i,
  228. Q = /^(?:input|select|textarea|button)$/i,
  229. J = /^h\d$/i,
  230. K = /^[^{]+\{\s*\[native \w/,
  231. Z = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,
  232. ee = /[+~]/,
  233. te = new RegExp("\\\\[\\da-fA-F]{1,6}" + M + "?|\\\\([^\\r\\n\\f])", "g"),
  234. ne = function(e, t) {
  235. var n = "0x" + e.slice(1) - 65536;
  236. return t || (n < 0 ? String.fromCharCode(n + 65536) : String.fromCharCode(n >> 10 | 55296, 1023 & n | 56320))
  237. },
  238. re = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,
  239. ie = function(e, t) {
  240. return t ? "\0" === e ? "\ufffd" : e.slice(0, -1) + "\\" + e.charCodeAt(e.length - 1).toString(16) + " " : "\\" + e
  241. },
  242. oe = function() {
  243. T()
  244. },
  245. ae = be(function(e) {
  246. return !0 === e.disabled && "fieldset" === e.nodeName.toLowerCase()
  247. }, {
  248. dir: "parentNode",
  249. next: "legend"
  250. });
  251. try {
  252. H.apply(t = O.call(p.childNodes), p.childNodes), t[p.childNodes.length].nodeType
  253. } catch (e) {
  254. H = {
  255. apply: t.length ? function(e, t) {
  256. L.apply(e, O.call(t))
  257. } : function(e, t) {
  258. var n = e.length,
  259. r = 0;
  260. while (e[n++] = t[r++]);
  261. e.length = n - 1
  262. }
  263. }
  264. }
  265.  
  266. function se(t, e, n, r) {
  267. var i, o, a, s, u, l, c, f = e && e.ownerDocument,
  268. p = e ? e.nodeType : 9;
  269. if (n = n || [], "string" != typeof t || !t || 1 !== p && 9 !== p && 11 !== p) return n;
  270. if (!r && (T(e), e = e || C, E)) {
  271. if (11 !== p && (u = Z.exec(t)))
  272. if (i = u[1]) {
  273. if (9 === p) {
  274. if (!(a = e.getElementById(i))) return n;
  275. if (a.id === i) return n.push(a), n
  276. } else if (f && (a = f.getElementById(i)) && y(e, a) && a.id === i) return n.push(a), n
  277. } else {
  278. if (u[2]) return H.apply(n, e.getElementsByTagName(t)), n;
  279. if ((i = u[3]) && d.getElementsByClassName && e.getElementsByClassName) return H.apply(n, e.getElementsByClassName(i)), n
  280. } if (d.qsa && !N[t + " "] && (!v || !v.test(t)) && (1 !== p || "object" !== e.nodeName.toLowerCase())) {
  281. if (c = t, f = e, 1 === p && (U.test(t) || z.test(t))) {
  282. (f = ee.test(t) && ye(e.parentNode) || e) === e && d.scope || ((s = e.getAttribute("id")) ? s = s.replace(re, ie) : e.setAttribute("id", s = S)), o = (l = h(t)).length;
  283. while (o--) l[o] = (s ? "#" + s : ":scope") + " " + xe(l[o]);
  284. c = l.join(",")
  285. }
  286. try {
  287. return H.apply(n, f.querySelectorAll(c)), n
  288. } catch (e) {
  289. N(t, !0)
  290. } finally {
  291. s === S && e.removeAttribute("id")
  292. }
  293. }
  294. }
  295. return g(t.replace($, "$1"), e, n, r)
  296. }
  297.  
  298. function ue() {
  299. var r = [];
  300. return function e(t, n) {
  301. return r.push(t + " ") > b.cacheLength && delete e[r.shift()], e[t + " "] = n
  302. }
  303. }
  304.  
  305. function le(e) {
  306. return e[S] = !0, e
  307. }
  308.  
  309. function ce(e) {
  310. var t = C.createElement("fieldset");
  311. try {
  312. return !!e(t)
  313. } catch (e) {
  314. return !1
  315. } finally {
  316. t.parentNode && t.parentNode.removeChild(t), t = null
  317. }
  318. }
  319.  
  320. function fe(e, t) {
  321. var n = e.split("|"),
  322. r = n.length;
  323. while (r--) b.attrHandle[n[r]] = t
  324. }
  325.  
  326. function pe(e, t) {
  327. var n = t && e,
  328. r = n && 1 === e.nodeType && 1 === t.nodeType && e.sourceIndex - t.sourceIndex;
  329. if (r) return r;
  330. if (n)
  331. while (n = n.nextSibling)
  332. if (n === t) return -1;
  333. return e ? 1 : -1
  334. }
  335.  
  336. function de(t) {
  337. return function(e) {
  338. return "input" === e.nodeName.toLowerCase() && e.type === t
  339. }
  340. }
  341.  
  342. function he(n) {
  343. return function(e) {
  344. var t = e.nodeName.toLowerCase();
  345. return ("input" === t || "button" === t) && e.type === n
  346. }
  347. }
  348.  
  349. function ge(t) {
  350. return function(e) {
  351. 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 && ae(e) === t : e.disabled === t : "label" in e && e.disabled === t
  352. }
  353. }
  354.  
  355. function ve(a) {
  356. return le(function(o) {
  357. return o = +o, le(function(e, t) {
  358. var n, r = a([], e.length, o),
  359. i = r.length;
  360. while (i--) e[n = r[i]] && (e[n] = !(t[n] = e[n]))
  361. })
  362. })
  363. }
  364.  
  365. function ye(e) {
  366. return e && "undefined" != typeof e.getElementsByTagName && e
  367. }
  368. for (e in d = se.support = {}, i = se.isXML = function(e) {
  369. var t = e.namespaceURI,
  370. n = (e.ownerDocument || e).documentElement;
  371. return !Y.test(t || n && n.nodeName || "HTML")
  372. }, T = se.setDocument = function(e) {
  373. var t, n, r = e ? e.ownerDocument || e : p;
  374. return r != C && 9 === r.nodeType && r.documentElement && (a = (C = r).documentElement, E = !i(C), p != C && (n = C.defaultView) && n.top !== n && (n.addEventListener ? n.addEventListener("unload", oe, !1) : n.attachEvent && n.attachEvent("onunload", oe)), d.scope = ce(function(e) {
  375. return a.appendChild(e).appendChild(C.createElement("div")), "undefined" != typeof e.querySelectorAll && !e.querySelectorAll(":scope fieldset div").length
  376. }), d.attributes = ce(function(e) {
  377. return e.className = "i", !e.getAttribute("className")
  378. }), d.getElementsByTagName = ce(function(e) {
  379. return e.appendChild(C.createComment("")), !e.getElementsByTagName("*").length
  380. }), d.getElementsByClassName = K.test(C.getElementsByClassName), d.getById = ce(function(e) {
  381. return a.appendChild(e).id = S, !C.getElementsByName || !C.getElementsByName(S).length
  382. }), d.getById ? (b.filter.ID = function(e) {
  383. var t = e.replace(te, ne);
  384. return function(e) {
  385. return e.getAttribute("id") === t
  386. }
  387. }, b.find.ID = function(e, t) {
  388. if ("undefined" != typeof t.getElementById && E) {
  389. var n = t.getElementById(e);
  390. return n ? [n] : []
  391. }
  392. }) : (b.filter.ID = function(e) {
  393. var n = e.replace(te, ne);
  394. return function(e) {
  395. var t = "undefined" != typeof e.getAttributeNode && e.getAttributeNode("id");
  396. return t && t.value === n
  397. }
  398. }, b.find.ID = function(e, t) {
  399. if ("undefined" != typeof t.getElementById && E) {
  400. var n, r, i, o = t.getElementById(e);
  401. if (o) {
  402. if ((n = o.getAttributeNode("id")) && n.value === e) return [o];
  403. i = t.getElementsByName(e), r = 0;
  404. while (o = i[r++])
  405. if ((n = o.getAttributeNode("id")) && n.value === e) return [o]
  406. }
  407. return []
  408. }
  409. }), b.find.TAG = d.getElementsByTagName ? function(e, t) {
  410. return "undefined" != typeof t.getElementsByTagName ? t.getElementsByTagName(e) : d.qsa ? t.querySelectorAll(e) : void 0
  411. } : function(e, t) {
  412. var n, r = [],
  413. i = 0,
  414. o = t.getElementsByTagName(e);
  415. if ("*" === e) {
  416. while (n = o[i++]) 1 === n.nodeType && r.push(n);
  417. return r
  418. }
  419. return o
  420. }, b.find.CLASS = d.getElementsByClassName && function(e, t) {
  421. if ("undefined" != typeof t.getElementsByClassName && E) return t.getElementsByClassName(e)
  422. }, s = [], v = [], (d.qsa = K.test(C.querySelectorAll)) && (ce(function(e) {
  423. var t;
  424. a.appendChild(e).innerHTML = "<a id='" + S + "'></a><select id='" + S + "-\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~=" + S + "-]").length || v.push("~="), (t = C.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#" + S + "+*").length || v.push(".#.+[+~]"), e.querySelectorAll("\\\f"), v.push("[\\r\\n\\f]")
  425. }), ce(function(e) {
  426. e.innerHTML = "<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";
  427. var t = C.createElement("input");
  428. 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"), a.appendChild(e).disabled = !0, 2 !== e.querySelectorAll(":disabled").length && v.push(":enabled", ":disabled"), e.querySelectorAll("*,:x"), v.push(",.*:")
  429. })), (d.matchesSelector = K.test(c = a.matches || a.webkitMatchesSelector || a.mozMatchesSelector || a.oMatchesSelector || a.msMatchesSelector)) && ce(function(e) {
  430. d.disconnectedMatch = c.call(e, "*"), c.call(e, "[s!='']:x"), s.push("!=", F)
  431. }), v = v.length && new RegExp(v.join("|")), s = s.length && new RegExp(s.join("|")), t = K.test(a.compareDocumentPosition), y = t || K.test(a.contains) ? function(e, t) {
  432. var n = 9 === e.nodeType ? e.documentElement : e,
  433. r = t && t.parentNode;
  434. return e === r || !(!r || 1 !== r.nodeType || !(n.contains ? n.contains(r) : e.compareDocumentPosition && 16 & e.compareDocumentPosition(r)))
  435. } : function(e, t) {
  436. if (t)
  437. while (t = t.parentNode)
  438. if (t === e) return !0;
  439. return !1
  440. }, D = t ? function(e, t) {
  441. if (e === t) return l = !0, 0;
  442. var n = !e.compareDocumentPosition - !t.compareDocumentPosition;
  443. return n || (1 & (n = (e.ownerDocument || e) == (t.ownerDocument || t) ? e.compareDocumentPosition(t) : 1) || !d.sortDetached && t.compareDocumentPosition(e) === n ? e == C || e.ownerDocument == p && y(p, e) ? -1 : t == C || t.ownerDocument == p && y(p, t) ? 1 : u ? P(u, e) - P(u, t) : 0 : 4 & n ? -1 : 1)
  444. } : function(e, t) {
  445. if (e === t) return l = !0, 0;
  446. var n, r = 0,
  447. i = e.parentNode,
  448. o = t.parentNode,
  449. a = [e],
  450. s = [t];
  451. if (!i || !o) return e == C ? -1 : t == C ? 1 : i ? -1 : o ? 1 : u ? P(u, e) - P(u, t) : 0;
  452. if (i === o) return pe(e, t);
  453. n = e;
  454. while (n = n.parentNode) a.unshift(n);
  455. n = t;
  456. while (n = n.parentNode) s.unshift(n);
  457. while (a[r] === s[r]) r++;
  458. return r ? pe(a[r], s[r]) : a[r] == p ? -1 : s[r] == p ? 1 : 0
  459. }), C
  460. }, se.matches = function(e, t) {
  461. return se(e, null, null, t)
  462. }, se.matchesSelector = function(e, t) {
  463. if (T(e), d.matchesSelector && E && !N[t + " "] && (!s || !s.test(t)) && (!v || !v.test(t))) try {
  464. var n = c.call(e, t);
  465. if (n || d.disconnectedMatch || e.document && 11 !== e.document.nodeType) return n
  466. } catch (e) {
  467. N(t, !0)
  468. }
  469. return 0 < se(t, C, null, [e]).length
  470. }, se.contains = function(e, t) {
  471. return (e.ownerDocument || e) != C && T(e), y(e, t)
  472. }, se.attr = function(e, t) {
  473. (e.ownerDocument || e) != C && T(e);
  474. var n = b.attrHandle[t.toLowerCase()],
  475. r = n && j.call(b.attrHandle, t.toLowerCase()) ? n(e, t, !E) : void 0;
  476. return void 0 !== r ? r : d.attributes || !E ? e.getAttribute(t) : (r = e.getAttributeNode(t)) && r.specified ? r.value : null
  477. }, se.escape = function(e) {
  478. return (e + "").replace(re, ie)
  479. }, se.error = function(e) {
  480. throw new Error("Syntax error, unrecognized expression: " + e)
  481. }, se.uniqueSort = function(e) {
  482. var t, n = [],
  483. r = 0,
  484. i = 0;
  485. if (l = !d.detectDuplicates, u = !d.sortStable && e.slice(0), e.sort(D), l) {
  486. while (t = e[i++]) t === e[i] && (r = n.push(i));
  487. while (r--) e.splice(n[r], 1)
  488. }
  489. return u = null, e
  490. }, o = se.getText = function(e) {
  491. var t, n = "",
  492. r = 0,
  493. i = e.nodeType;
  494. if (i) {
  495. if (1 === i || 9 === i || 11 === i) {
  496. if ("string" == typeof e.textContent) return e.textContent;
  497. for (e = e.firstChild; e; e = e.nextSibling) n += o(e)
  498. } else if (3 === i || 4 === i) return e.nodeValue
  499. } else
  500. while (t = e[r++]) n += o(t);
  501. return n
  502. }, (b = se.selectors = {
  503. cacheLength: 50,
  504. createPseudo: le,
  505. match: G,
  506. attrHandle: {},
  507. find: {},
  508. relative: {
  509. ">": {
  510. dir: "parentNode",
  511. first: !0
  512. },
  513. " ": {
  514. dir: "parentNode"
  515. },
  516. "+": {
  517. dir: "previousSibling",
  518. first: !0
  519. },
  520. "~": {
  521. dir: "previousSibling"
  522. }
  523. },
  524. preFilter: {
  525. ATTR: function(e) {
  526. 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)
  527. },
  528. CHILD: function(e) {
  529. 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
  530. },
  531. PSEUDO: function(e) {
  532. var t, n = !e[6] && e[2];
  533. return G.CHILD.test(e[0]) ? null : (e[3] ? e[2] = e[4] || e[5] || "" : n && X.test(n) && (t = h(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))
  534. }
  535. },
  536. filter: {
  537. TAG: function(e) {
  538. var t = e.replace(te, ne).toLowerCase();
  539. return "*" === e ? function() {
  540. return !0
  541. } : function(e) {
  542. return e.nodeName && e.nodeName.toLowerCase() === t
  543. }
  544. },
  545. CLASS: function(e) {
  546. var t = m[e + " "];
  547. return t || (t = new RegExp("(^|" + M + ")" + e + "(" + M + "|$)")) && m(e, function(e) {
  548. return t.test("string" == typeof e.className && e.className || "undefined" != typeof e.getAttribute && e.getAttribute("class") || "")
  549. })
  550. },
  551. ATTR: function(n, r, i) {
  552. return function(e) {
  553. var t = se.attr(e, n);
  554. return null == t ? "!=" === r : !r || (t += "", "=" === r ? t === i : "!=" === r ? t !== i : "^=" === r ? i && 0 === t.indexOf(i) : "*=" === r ? i && -1 < t.indexOf(i) : "$=" === r ? i && t.slice(-i.length) === i : "~=" === r ? -1 < (" " + t.replace(B, " ") + " ").indexOf(i) : "|=" === r && (t === i || t.slice(0, i.length + 1) === i + "-"))
  555. }
  556. },
  557. CHILD: function(h, e, t, g, v) {
  558. var y = "nth" !== h.slice(0, 3),
  559. m = "last" !== h.slice(-4),
  560. x = "of-type" === e;
  561. return 1 === g && 0 === v ? function(e) {
  562. return !!e.parentNode
  563. } : function(e, t, n) {
  564. var r, i, o, a, s, u, l = y !== m ? "nextSibling" : "previousSibling",
  565. c = e.parentNode,
  566. f = x && e.nodeName.toLowerCase(),
  567. p = !n && !x,
  568. d = !1;
  569. if (c) {
  570. if (y) {
  571. while (l) {
  572. a = e;
  573. while (a = a[l])
  574. if (x ? a.nodeName.toLowerCase() === f : 1 === a.nodeType) return !1;
  575. u = l = "only" === h && !u && "nextSibling"
  576. }
  577. return !0
  578. }
  579. if (u = [m ? c.firstChild : c.lastChild], m && p) {
  580. d = (s = (r = (i = (o = (a = c)[S] || (a[S] = {}))[a.uniqueID] || (o[a.uniqueID] = {}))[h] || [])[0] === k && r[1]) && r[2], a = s && c.childNodes[s];
  581. while (a = ++s && a && a[l] || (d = s = 0) || u.pop())
  582. if (1 === a.nodeType && ++d && a === e) {
  583. i[h] = [k, s, d];
  584. break
  585. }
  586. } else if (p && (d = s = (r = (i = (o = (a = e)[S] || (a[S] = {}))[a.uniqueID] || (o[a.uniqueID] = {}))[h] || [])[0] === k && r[1]), !1 === d)
  587. while (a = ++s && a && a[l] || (d = s = 0) || u.pop())
  588. if ((x ? a.nodeName.toLowerCase() === f : 1 === a.nodeType) && ++d && (p && ((i = (o = a[S] || (a[S] = {}))[a.uniqueID] || (o[a.uniqueID] = {}))[h] = [k, d]), a === e)) break;
  589. return (d -= v) === g || d % g == 0 && 0 <= d / g
  590. }
  591. }
  592. },
  593. PSEUDO: function(e, o) {
  594. var t, a = b.pseudos[e] || b.setFilters[e.toLowerCase()] || se.error("unsupported pseudo: " + e);
  595. return a[S] ? a(o) : 1 < a.length ? (t = [e, e, "", o], b.setFilters.hasOwnProperty(e.toLowerCase()) ? le(function(e, t) {
  596. var n, r = a(e, o),
  597. i = r.length;
  598. while (i--) e[n = P(e, r[i])] = !(t[n] = r[i])
  599. }) : function(e) {
  600. return a(e, 0, t)
  601. }) : a
  602. }
  603. },
  604. pseudos: {
  605. not: le(function(e) {
  606. var r = [],
  607. i = [],
  608. s = f(e.replace($, "$1"));
  609. return s[S] ? le(function(e, t, n, r) {
  610. var i, o = s(e, null, r, []),
  611. a = e.length;
  612. while (a--)(i = o[a]) && (e[a] = !(t[a] = i))
  613. }) : function(e, t, n) {
  614. return r[0] = e, s(r, null, n, i), r[0] = null, !i.pop()
  615. }
  616. }),
  617. has: le(function(t) {
  618. return function(e) {
  619. return 0 < se(t, e).length
  620. }
  621. }),
  622. contains: le(function(t) {
  623. return t = t.replace(te, ne),
  624. function(e) {
  625. return -1 < (e.textContent || o(e)).indexOf(t)
  626. }
  627. }),
  628. lang: le(function(n) {
  629. return V.test(n || "") || se.error("unsupported lang: " + n), n = n.replace(te, ne).toLowerCase(),
  630. function(e) {
  631. var t;
  632. do {
  633. if (t = E ? e.lang : e.getAttribute("xml:lang") || e.getAttribute("lang")) return (t = t.toLowerCase()) === n || 0 === t.indexOf(n + "-")
  634. } while ((e = e.parentNode) && 1 === e.nodeType);
  635. return !1
  636. }
  637. }),
  638. target: function(e) {
  639. var t = n.location && n.location.hash;
  640. return t && t.slice(1) === e.id
  641. },
  642. root: function(e) {
  643. return e === a
  644. },
  645. focus: function(e) {
  646. return e === C.activeElement && (!C.hasFocus || C.hasFocus()) && !!(e.type || e.href || ~e.tabIndex)
  647. },
  648. enabled: ge(!1),
  649. disabled: ge(!0),
  650. checked: function(e) {
  651. var t = e.nodeName.toLowerCase();
  652. return "input" === t && !!e.checked || "option" === t && !!e.selected
  653. },
  654. selected: function(e) {
  655. return e.parentNode && e.parentNode.selectedIndex, !0 === e.selected
  656. },
  657. empty: function(e) {
  658. for (e = e.firstChild; e; e = e.nextSibling)
  659. if (e.nodeType < 6) return !1;
  660. return !0
  661. },
  662. parent: function(e) {
  663. return !b.pseudos.empty(e)
  664. },
  665. header: function(e) {
  666. return J.test(e.nodeName)
  667. },
  668. input: function(e) {
  669. return Q.test(e.nodeName)
  670. },
  671. button: function(e) {
  672. var t = e.nodeName.toLowerCase();
  673. return "input" === t && "button" === e.type || "button" === t
  674. },
  675. text: function(e) {
  676. var t;
  677. return "input" === e.nodeName.toLowerCase() && "text" === e.type && (null == (t = e.getAttribute("type")) || "text" === t.toLowerCase())
  678. },
  679. first: ve(function() {
  680. return [0]
  681. }),
  682. last: ve(function(e, t) {
  683. return [t - 1]
  684. }),
  685. eq: ve(function(e, t, n) {
  686. return [n < 0 ? n + t : n]
  687. }),
  688. even: ve(function(e, t) {
  689. for (var n = 0; n < t; n += 2) e.push(n);
  690. return e
  691. }),
  692. odd: ve(function(e, t) {
  693. for (var n = 1; n < t; n += 2) e.push(n);
  694. return e
  695. }),
  696. lt: ve(function(e, t, n) {
  697. for (var r = n < 0 ? n + t : t < n ? t : n; 0 <= --r;) e.push(r);
  698. return e
  699. }),
  700. gt: ve(function(e, t, n) {
  701. for (var r = n < 0 ? n + t : n; ++r < t;) e.push(r);
  702. return e
  703. })
  704. }
  705. }).pseudos.nth = b.pseudos.eq, {
  706. radio: !0,
  707. checkbox: !0,
  708. file: !0,
  709. password: !0,
  710. image: !0
  711. }) b.pseudos[e] = de(e);
  712. for (e in {
  713. submit: !0,
  714. reset: !0
  715. }) b.pseudos[e] = he(e);
  716.  
  717. function me() {}
  718.  
  719. function xe(e) {
  720. for (var t = 0, n = e.length, r = ""; t < n; t++) r += e[t].value;
  721. return r
  722. }
  723.  
  724. function be(s, e, t) {
  725. var u = e.dir,
  726. l = e.next,
  727. c = l || u,
  728. f = t && "parentNode" === c,
  729. p = r++;
  730. return e.first ? function(e, t, n) {
  731. while (e = e[u])
  732. if (1 === e.nodeType || f) return s(e, t, n);
  733. return !1
  734. } : function(e, t, n) {
  735. var r, i, o, a = [k, p];
  736. if (n) {
  737. while (e = e[u])
  738. if ((1 === e.nodeType || f) && s(e, t, n)) return !0
  739. } else
  740. while (e = e[u])
  741. if (1 === e.nodeType || f)
  742. if (i = (o = e[S] || (e[S] = {}))[e.uniqueID] || (o[e.uniqueID] = {}), l && l === e.nodeName.toLowerCase()) e = e[u] || e;
  743. else {
  744. if ((r = i[c]) && r[0] === k && r[1] === p) return a[2] = r[2];
  745. if ((i[c] = a)[2] = s(e, t, n)) return !0
  746. } return !1
  747. }
  748. }
  749.  
  750. function we(i) {
  751. return 1 < i.length ? function(e, t, n) {
  752. var r = i.length;
  753. while (r--)
  754. if (!i[r](e, t, n)) return !1;
  755. return !0
  756. } : i[0]
  757. }
  758.  
  759. function Te(e, t, n, r, i) {
  760. 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)));
  761. return a
  762. }
  763.  
  764. function Ce(d, h, g, v, y, e) {
  765. return v && !v[S] && (v = Ce(v)), y && !y[S] && (y = Ce(y, e)), le(function(e, t, n, r) {
  766. var i, o, a, s = [],
  767. u = [],
  768. l = t.length,
  769. c = e || function(e, t, n) {
  770. for (var r = 0, i = t.length; r < i; r++) se(e, t[r], n);
  771. return n
  772. }(h || "*", n.nodeType ? [n] : n, []),
  773. f = !d || !e && h ? c : Te(c, s, d, n, r),
  774. p = g ? y || (e ? d : l || v) ? [] : t : f;
  775. if (g && g(f, p, n, r), v) {
  776. i = Te(p, u), v(i, [], n, r), o = i.length;
  777. while (o--)(a = i[o]) && (p[u[o]] = !(f[u[o]] = a))
  778. }
  779. if (e) {
  780. if (y || d) {
  781. if (y) {
  782. i = [], o = p.length;
  783. while (o--)(a = p[o]) && i.push(f[o] = a);
  784. y(null, p = [], i, r)
  785. }
  786. o = p.length;
  787. while (o--)(a = p[o]) && -1 < (i = y ? P(e, a) : s[o]) && (e[i] = !(t[i] = a))
  788. }
  789. } else p = Te(p === t ? p.splice(l, p.length) : p), y ? y(null, t, p, r) : H.apply(t, p)
  790. })
  791. }
  792.  
  793. function Ee(e) {
  794. for (var i, t, n, r = e.length, o = b.relative[e[0].type], a = o || b.relative[" "], s = o ? 1 : 0, u = be(function(e) {
  795. return e === i
  796. }, a, !0), l = be(function(e) {
  797. return -1 < P(i, e)
  798. }, a, !0), c = [function(e, t, n) {
  799. var r = !o && (n || t !== w) || ((i = t).nodeType ? u(e, t, n) : l(e, t, n));
  800. return i = null, r
  801. }]; s < r; s++)
  802. if (t = b.relative[e[s].type]) c = [be(we(c), t)];
  803. else {
  804. if ((t = b.filter[e[s].type].apply(null, e[s].matches))[S]) {
  805. for (n = ++s; n < r; n++)
  806. if (b.relative[e[n].type]) break;
  807. return Ce(1 < s && we(c), 1 < s && xe(e.slice(0, s - 1).concat({
  808. value: " " === e[s - 2].type ? "*" : ""
  809. })).replace($, "$1"), t, s < n && Ee(e.slice(s, n)), n < r && Ee(e = e.slice(n)), n < r && xe(e))
  810. }
  811. c.push(t)
  812. } return we(c)
  813. }
  814. return me.prototype = b.filters = b.pseudos, b.setFilters = new me, h = se.tokenize = function(e, t) {
  815. var n, r, i, o, a, s, u, l = x[e + " "];
  816. if (l) return t ? 0 : l.slice(0);
  817. a = e, s = [], u = b.preFilter;
  818. while (a) {
  819. for (o in n && !(r = _.exec(a)) || (r && (a = a.slice(r[0].length) || a), s.push(i = [])), n = !1, (r = z.exec(a)) && (n = r.shift(), i.push({
  820. value: n,
  821. type: r[0].replace($, " ")
  822. }), a = a.slice(n.length)), b.filter) !(r = G[o].exec(a)) || u[o] && !(r = u[o](r)) || (n = r.shift(), i.push({
  823. value: n,
  824. type: o,
  825. matches: r
  826. }), a = a.slice(n.length));
  827. if (!n) break
  828. }
  829. return t ? a.length : a ? se.error(e) : x(e, s).slice(0)
  830. }, f = se.compile = function(e, t) {
  831. var n, v, y, m, x, r, i = [],
  832. o = [],
  833. a = A[e + " "];
  834. if (!a) {
  835. t || (t = h(e)), n = t.length;
  836. while (n--)(a = Ee(t[n]))[S] ? i.push(a) : o.push(a);
  837. (a = A(e, (v = o, m = 0 < (y = i).length, x = 0 < v.length, r = function(e, t, n, r, i) {
  838. var o, a, s, u = 0,
  839. l = "0",
  840. c = e && [],
  841. f = [],
  842. p = w,
  843. d = e || x && b.find.TAG("*", i),
  844. h = k += null == p ? 1 : Math.random() || .1,
  845. g = d.length;
  846. for (i && (w = t == C || t || i); l !== g && null != (o = d[l]); l++) {
  847. if (x && o) {
  848. a = 0, t || o.ownerDocument == C || (T(o), n = !E);
  849. while (s = v[a++])
  850. if (s(o, t || C, n)) {
  851. r.push(o);
  852. break
  853. } i && (k = h)
  854. }
  855. m && ((o = !s && o) && u--, e && c.push(o))
  856. }
  857. if (u += l, m && l !== u) {
  858. a = 0;
  859. while (s = y[a++]) s(c, f, t, n);
  860. if (e) {
  861. if (0 < u)
  862. while (l--) c[l] || f[l] || (f[l] = q.call(r));
  863. f = Te(f)
  864. }
  865. H.apply(r, f), i && !e && 0 < f.length && 1 < u + y.length && se.uniqueSort(r)
  866. }
  867. return i && (k = h, w = p), c
  868. }, m ? le(r) : r))).selector = e
  869. }
  870. return a
  871. }, g = se.select = function(e, t, n, r) {
  872. var i, o, a, s, u, l = "function" == typeof e && e,
  873. c = !r && h(e = l.selector || e);
  874. if (n = n || [], 1 === c.length) {
  875. if (2 < (o = c[0] = c[0].slice(0)).length && "ID" === (a = o[0]).type && 9 === t.nodeType && E && b.relative[o[1].type]) {
  876. if (!(t = (b.find.ID(a.matches[0].replace(te, ne), t) || [])[0])) return n;
  877. l && (t = t.parentNode), e = e.slice(o.shift().value.length)
  878. }
  879. i = G.needsContext.test(e) ? 0 : o.length;
  880. while (i--) {
  881. if (a = o[i], b.relative[s = a.type]) break;
  882. if ((u = b.find[s]) && (r = u(a.matches[0].replace(te, ne), ee.test(o[0].type) && ye(t.parentNode) || t))) {
  883. if (o.splice(i, 1), !(e = r.length && xe(o))) return H.apply(n, r), n;
  884. break
  885. }
  886. }
  887. }
  888. return (l || f(e, c))(r, t, !E, n, !t || ee.test(e) && ye(t.parentNode) || t), n
  889. }, d.sortStable = S.split("").sort(D).join("") === S, d.detectDuplicates = !!l, T(), d.sortDetached = ce(function(e) {
  890. return 1 & e.compareDocumentPosition(C.createElement("fieldset"))
  891. }), ce(function(e) {
  892. return e.innerHTML = "<a href='#'></a>", "#" === e.firstChild.getAttribute("href")
  893. }) || fe("type|href|height|width", function(e, t, n) {
  894. if (!n) return e.getAttribute(t, "type" === t.toLowerCase() ? 1 : 2)
  895. }), d.attributes && ce(function(e) {
  896. return e.innerHTML = "<input/>", e.firstChild.setAttribute("value", ""), "" === e.firstChild.getAttribute("value")
  897. }) || fe("value", function(e, t, n) {
  898. if (!n && "input" === e.nodeName.toLowerCase()) return e.defaultValue
  899. }), ce(function(e) {
  900. return null == e.getAttribute("disabled")
  901. }) || fe(R, function(e, t, n) {
  902. var r;
  903. if (!n) return !0 === e[t] ? t.toLowerCase() : (r = e.getAttributeNode(t)) && r.specified ? r.value : null
  904. }), se
  905. }(C);
  906. S.find = d, S.expr = d.selectors, S.expr[":"] = S.expr.pseudos, S.uniqueSort = S.unique = d.uniqueSort, S.text = d.getText, S.isXMLDoc = d.isXML, S.contains = d.contains, S.escapeSelector = d.escape;
  907. var h = function(e, t, n) {
  908. var r = [],
  909. i = void 0 !== n;
  910. while ((e = e[t]) && 9 !== e.nodeType)
  911. if (1 === e.nodeType) {
  912. if (i && S(e).is(n)) break;
  913. r.push(e)
  914. } return r
  915. },
  916. T = function(e, t) {
  917. for (var n = []; e; e = e.nextSibling) 1 === e.nodeType && e !== t && n.push(e);
  918. return n
  919. },
  920. k = S.expr.match.needsContext;
  921.  
  922. function A(e, t) {
  923. return e.nodeName && e.nodeName.toLowerCase() === t.toLowerCase()
  924. }
  925. var N = /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;
  926.  
  927. function D(e, n, r) {
  928. return m(n) ? S.grep(e, function(e, t) {
  929. return !!n.call(e, t, e) !== r
  930. }) : n.nodeType ? S.grep(e, function(e) {
  931. return e === n !== r
  932. }) : "string" != typeof n ? S.grep(e, function(e) {
  933. return -1 < i.call(n, e) !== r
  934. }) : S.filter(n, e, r)
  935. }
  936. S.filter = function(e, t, n) {
  937. var r = t[0];
  938. return n && (e = ":not(" + e + ")"), 1 === t.length && 1 === r.nodeType ? S.find.matchesSelector(r, e) ? [r] : [] : S.find.matches(e, S.grep(t, function(e) {
  939. return 1 === e.nodeType
  940. }))
  941. }, S.fn.extend({
  942. find: function(e) {
  943. var t, n, r = this.length,
  944. i = this;
  945. if ("string" != typeof e) return this.pushStack(S(e).filter(function() {
  946. for (t = 0; t < r; t++)
  947. if (S.contains(i[t], this)) return !0
  948. }));
  949. for (n = this.pushStack([]), t = 0; t < r; t++) S.find(e, i[t], n);
  950. return 1 < r ? S.uniqueSort(n) : n
  951. },
  952. filter: function(e) {
  953. return this.pushStack(D(this, e || [], !1))
  954. },
  955. not: function(e) {
  956. return this.pushStack(D(this, e || [], !0))
  957. },
  958. is: function(e) {
  959. return !!D(this, "string" == typeof e && k.test(e) ? S(e) : e || [], !1).length
  960. }
  961. });
  962. var j, q = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;
  963. (S.fn.init = function(e, t, n) {
  964. var r, i;
  965. if (!e) return this;
  966. if (n = n || j, "string" == typeof e) {
  967. if (!(r = "<" === e[0] && ">" === e[e.length - 1] && 3 <= e.length ? [null, e, null] : q.exec(e)) || !r[1] && t) return !t || t.jquery ? (t || n).find(e) : this.constructor(t).find(e);
  968. if (r[1]) {
  969. if (t = t instanceof S ? t[0] : t, S.merge(this, S.parseHTML(r[1], t && t.nodeType ? t.ownerDocument || t : E, !0)), N.test(r[1]) && S.isPlainObject(t))
  970. for (r in t) m(this[r]) ? this[r](t[r]) : this.attr(r, t[r]);
  971. return this
  972. }
  973. return (i = E.getElementById(r[2])) && (this[0] = i, this.length = 1), this
  974. }
  975. return e.nodeType ? (this[0] = e, this.length = 1, this) : m(e) ? void 0 !== n.ready ? n.ready(e) : e(S) : S.makeArray(e, this)
  976. }).prototype = S.fn, j = S(E);
  977. var L = /^(?:parents|prev(?:Until|All))/,
  978. H = {
  979. children: !0,
  980. contents: !0,
  981. next: !0,
  982. prev: !0
  983. };
  984.  
  985. function O(e, t) {
  986. while ((e = e[t]) && 1 !== e.nodeType);
  987. return e
  988. }
  989. S.fn.extend({
  990. has: function(e) {
  991. var t = S(e, this),
  992. n = t.length;
  993. return this.filter(function() {
  994. for (var e = 0; e < n; e++)
  995. if (S.contains(this, t[e])) return !0
  996. })
  997. },
  998. closest: function(e, t) {
  999. var n, r = 0,
  1000. i = this.length,
  1001. o = [],
  1002. a = "string" != typeof e && S(e);
  1003. if (!k.test(e))
  1004. for (; r < i; r++)
  1005. for (n = this[r]; n && n !== t; n = n.parentNode)
  1006. if (n.nodeType < 11 && (a ? -1 < a.index(n) : 1 === n.nodeType && S.find.matchesSelector(n, e))) {
  1007. o.push(n);
  1008. break
  1009. } return this.pushStack(1 < o.length ? S.uniqueSort(o) : o)
  1010. },
  1011. index: function(e) {
  1012. return e ? "string" == typeof e ? i.call(S(e), this[0]) : i.call(this, e.jquery ? e[0] : e) : this[0] && this[0].parentNode ? this.first().prevAll().length : -1
  1013. },
  1014. add: function(e, t) {
  1015. return this.pushStack(S.uniqueSort(S.merge(this.get(), S(e, t))))
  1016. },
  1017. addBack: function(e) {
  1018. return this.add(null == e ? this.prevObject : this.prevObject.filter(e))
  1019. }
  1020. }), S.each({
  1021. parent: function(e) {
  1022. var t = e.parentNode;
  1023. return t && 11 !== t.nodeType ? t : null
  1024. },
  1025. parents: function(e) {
  1026. return h(e, "parentNode")
  1027. },
  1028. parentsUntil: function(e, t, n) {
  1029. return h(e, "parentNode", n)
  1030. },
  1031. next: function(e) {
  1032. return O(e, "nextSibling")
  1033. },
  1034. prev: function(e) {
  1035. return O(e, "previousSibling")
  1036. },
  1037. nextAll: function(e) {
  1038. return h(e, "nextSibling")
  1039. },
  1040. prevAll: function(e) {
  1041. return h(e, "previousSibling")
  1042. },
  1043. nextUntil: function(e, t, n) {
  1044. return h(e, "nextSibling", n)
  1045. },
  1046. prevUntil: function(e, t, n) {
  1047. return h(e, "previousSibling", n)
  1048. },
  1049. siblings: function(e) {
  1050. return T((e.parentNode || {}).firstChild, e)
  1051. },
  1052. children: function(e) {
  1053. return T(e.firstChild)
  1054. },
  1055. contents: function(e) {
  1056. return null != e.contentDocument && r(e.contentDocument) ? e.contentDocument : (A(e, "template") && (e = e.content || e), S.merge([], e.childNodes))
  1057. }
  1058. }, function(r, i) {
  1059. S.fn[r] = function(e, t) {
  1060. var n = S.map(this, i, e);
  1061. return "Until" !== r.slice(-5) && (t = e), t && "string" == typeof t && (n = S.filter(t, n)), 1 < this.length && (H[r] || S.uniqueSort(n), L.test(r) && n.reverse()), this.pushStack(n)
  1062. }
  1063. });
  1064. var P = /[^\x20\t\r\n\f]+/g;
  1065.  
  1066. function R(e) {
  1067. return e
  1068. }
  1069.  
  1070. function M(e) {
  1071. throw e
  1072. }
  1073.  
  1074. function I(e, t, n, r) {
  1075. var i;
  1076. try {
  1077. e && m(i = e.promise) ? i.call(e).done(t).fail(n) : e && m(i = e.then) ? i.call(e, t, n) : t.apply(void 0, [e].slice(r))
  1078. } catch (e) {
  1079. n.apply(void 0, [e])
  1080. }
  1081. }
  1082. S.Callbacks = function(r) {
  1083. var e, n;
  1084. r = "string" == typeof r ? (e = r, n = {}, S.each(e.match(P) || [], function(e, t) {
  1085. n[t] = !0
  1086. }), n) : S.extend({}, r);
  1087. var i, t, o, a, s = [],
  1088. u = [],
  1089. l = -1,
  1090. c = function() {
  1091. for (a = a || r.once, o = i = !0; u.length; l = -1) {
  1092. t = u.shift();
  1093. while (++l < s.length) !1 === s[l].apply(t[0], t[1]) && r.stopOnFalse && (l = s.length, t = !1)
  1094. }
  1095. r.memory || (t = !1), i = !1, a && (s = t ? [] : "")
  1096. },
  1097. f = {
  1098. add: function() {
  1099. return s && (t && !i && (l = s.length - 1, u.push(t)), function n(e) {
  1100. S.each(e, function(e, t) {
  1101. m(t) ? r.unique && f.has(t) || s.push(t) : t && t.length && "string" !== w(t) && n(t)
  1102. })
  1103. }(arguments), t && !i && c()), this
  1104. },
  1105. remove: function() {
  1106. return S.each(arguments, function(e, t) {
  1107. var n;
  1108. while (-1 < (n = S.inArray(t, s, n))) s.splice(n, 1), n <= l && l--
  1109. }), this
  1110. },
  1111. has: function(e) {
  1112. return e ? -1 < S.inArray(e, s) : 0 < s.length
  1113. },
  1114. empty: function() {
  1115. return s && (s = []), this
  1116. },
  1117. disable: function() {
  1118. return a = u = [], s = t = "", this
  1119. },
  1120. disabled: function() {
  1121. return !s
  1122. },
  1123. lock: function() {
  1124. return a = u = [], t || i || (s = t = ""), this
  1125. },
  1126. locked: function() {
  1127. return !!a
  1128. },
  1129. fireWith: function(e, t) {
  1130. return a || (t = [e, (t = t || []).slice ? t.slice() : t], u.push(t), i || c()), this
  1131. },
  1132. fire: function() {
  1133. return f.fireWith(this, arguments), this
  1134. },
  1135. fired: function() {
  1136. return !!o
  1137. }
  1138. };
  1139. return f
  1140. }, S.extend({
  1141. Deferred: function(e) {
  1142. var o = [
  1143. ["notify", "progress", S.Callbacks("memory"), S.Callbacks("memory"), 2],
  1144. ["resolve", "done", S.Callbacks("once memory"), S.Callbacks("once memory"), 0, "resolved"],
  1145. ["reject", "fail", S.Callbacks("once memory"), S.Callbacks("once memory"), 1, "rejected"]
  1146. ],
  1147. i = "pending",
  1148. a = {
  1149. state: function() {
  1150. return i
  1151. },
  1152. always: function() {
  1153. return s.done(arguments).fail(arguments), this
  1154. },
  1155. "catch": function(e) {
  1156. return a.then(null, e)
  1157. },
  1158. pipe: function() {
  1159. var i = arguments;
  1160. return S.Deferred(function(r) {
  1161. S.each(o, function(e, t) {
  1162. var n = m(i[t[4]]) && i[t[4]];
  1163. s[t[1]](function() {
  1164. var e = n && n.apply(this, arguments);
  1165. e && m(e.promise) ? e.promise().progress(r.notify).done(r.resolve).fail(r.reject) : r[t[0] + "With"](this, n ? [e] : arguments)
  1166. })
  1167. }), i = null
  1168. }).promise()
  1169. },
  1170. then: function(t, n, r) {
  1171. var u = 0;
  1172.  
  1173. function l(i, o, a, s) {
  1174. return function() {
  1175. var n = this,
  1176. r = arguments,
  1177. e = function() {
  1178. var e, t;
  1179. if (!(i < u)) {
  1180. if ((e = a.apply(n, r)) === o.promise()) throw new TypeError("Thenable self-resolution");
  1181. t = e && ("object" == typeof e || "function" == typeof e) && e.then, m(t) ? s ? t.call(e, l(u, o, R, s), l(u, o, M, s)) : (u++, t.call(e, l(u, o, R, s), l(u, o, M, s), l(u, o, R, o.notifyWith))) : (a !== R && (n = void 0, r = [e]), (s || o.resolveWith)(n, r))
  1182. }
  1183. },
  1184. t = s ? e : function() {
  1185. try {
  1186. e()
  1187. } catch (e) {
  1188. S.Deferred.exceptionHook && S.Deferred.exceptionHook(e, t.stackTrace), u <= i + 1 && (a !== M && (n = void 0, r = [e]), o.rejectWith(n, r))
  1189. }
  1190. };
  1191. i ? t() : (S.Deferred.getStackHook && (t.stackTrace = S.Deferred.getStackHook()), C.setTimeout(t))
  1192. }
  1193. }
  1194. return S.Deferred(function(e) {
  1195. o[0][3].add(l(0, e, m(r) ? r : R, e.notifyWith)), o[1][3].add(l(0, e, m(t) ? t : R)), o[2][3].add(l(0, e, m(n) ? n : M))
  1196. }).promise()
  1197. },
  1198. promise: function(e) {
  1199. return null != e ? S.extend(e, a) : a
  1200. }
  1201. },
  1202. s = {};
  1203. return S.each(o, function(e, t) {
  1204. var n = t[2],
  1205. r = t[5];
  1206. a[t[1]] = n.add, r && n.add(function() {
  1207. i = r
  1208. }, o[3 - e][2].disable, o[3 - e][3].disable, o[0][2].lock, o[0][3].lock), n.add(t[3].fire), s[t[0]] = function() {
  1209. return s[t[0] + "With"](this === s ? void 0 : this, arguments), this
  1210. }, s[t[0] + "With"] = n.fireWith
  1211. }), a.promise(s), e && e.call(s, s), s
  1212. },
  1213. when: function(e) {
  1214. var n = arguments.length,
  1215. t = n,
  1216. r = Array(t),
  1217. i = s.call(arguments),
  1218. o = S.Deferred(),
  1219. a = function(t) {
  1220. return function(e) {
  1221. r[t] = this, i[t] = 1 < arguments.length ? s.call(arguments) : e, --n || o.resolveWith(r, i)
  1222. }
  1223. };
  1224. if (n <= 1 && (I(e, o.done(a(t)).resolve, o.reject, !n), "pending" === o.state() || m(i[t] && i[t].then))) return o.then();
  1225. while (t--) I(i[t], a(t), o.reject);
  1226. return o.promise()
  1227. }
  1228. });
  1229. var W = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;
  1230. S.Deferred.exceptionHook = function(e, t) {
  1231. C.console && C.console.warn && e && W.test(e.name) && C.console.warn("jQuery.Deferred exception: " + e.message, e.stack, t)
  1232. }, S.readyException = function(e) {
  1233. C.setTimeout(function() {
  1234. throw e
  1235. })
  1236. };
  1237. var F = S.Deferred();
  1238.  
  1239. function B() {
  1240. E.removeEventListener("DOMContentLoaded", B), C.removeEventListener("load", B), S.ready()
  1241. }
  1242. S.fn.ready = function(e) {
  1243. return F.then(e)["catch"](function(e) {
  1244. S.readyException(e)
  1245. }), this
  1246. }, S.extend({
  1247. isReady: !1,
  1248. readyWait: 1,
  1249. ready: function(e) {
  1250. (!0 === e ? --S.readyWait : S.isReady) || (S.isReady = !0) !== e && 0 < --S.readyWait || F.resolveWith(E, [S])
  1251. }
  1252. }), S.ready.then = F.then, "complete" === E.readyState || "loading" !== E.readyState && !E.documentElement.doScroll ? C.setTimeout(S.ready) : (E.addEventListener("DOMContentLoaded", B), C.addEventListener("load", B));
  1253. var $ = function(e, t, n, r, i, o, a) {
  1254. var s = 0,
  1255. u = e.length,
  1256. l = null == n;
  1257. if ("object" === w(n))
  1258. for (s in i = !0, n) $(e, t, s, n[s], !0, o, a);
  1259. else if (void 0 !== r && (i = !0, m(r) || (a = !0), l && (a ? (t.call(e, r), t = null) : (l = t, t = function(e, t, n) {
  1260. return l.call(S(e), n)
  1261. })), t))
  1262. for (; s < u; s++) t(e[s], n, a ? r : r.call(e[s], s, t(e[s], n)));
  1263. return i ? e : l ? t.call(e) : u ? t(e[0], n) : o
  1264. },
  1265. _ = /^-ms-/,
  1266. z = /-([a-z])/g;
  1267.  
  1268. function U(e, t) {
  1269. return t.toUpperCase()
  1270. }
  1271.  
  1272. function X(e) {
  1273. return e.replace(_, "ms-").replace(z, U)
  1274. }
  1275. var V = function(e) {
  1276. return 1 === e.nodeType || 9 === e.nodeType || !+e.nodeType
  1277. };
  1278.  
  1279. function G() {
  1280. this.expando = S.expando + G.uid++
  1281. }
  1282. G.uid = 1, G.prototype = {
  1283. cache: function(e) {
  1284. var t = e[this.expando];
  1285. return t || (t = {}, V(e) && (e.nodeType ? e[this.expando] = t : Object.defineProperty(e, this.expando, {
  1286. value: t,
  1287. configurable: !0
  1288. }))), t
  1289. },
  1290. set: function(e, t, n) {
  1291. var r, i = this.cache(e);
  1292. if ("string" == typeof t) i[X(t)] = n;
  1293. else
  1294. for (r in t) i[X(r)] = t[r];
  1295. return i
  1296. },
  1297. get: function(e, t) {
  1298. return void 0 === t ? this.cache(e) : e[this.expando] && e[this.expando][X(t)]
  1299. },
  1300. access: function(e, t, n) {
  1301. 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)
  1302. },
  1303. remove: function(e, t) {
  1304. var n, r = e[this.expando];
  1305. if (void 0 !== r) {
  1306. if (void 0 !== t) {
  1307. n = (t = Array.isArray(t) ? t.map(X) : (t = X(t)) in r ? [t] : t.match(P) || []).length;
  1308. while (n--) delete r[t[n]]
  1309. }(void 0 === t || S.isEmptyObject(r)) && (e.nodeType ? e[this.expando] = void 0 : delete e[this.expando])
  1310. }
  1311. },
  1312. hasData: function(e) {
  1313. var t = e[this.expando];
  1314. return void 0 !== t && !S.isEmptyObject(t)
  1315. }
  1316. };
  1317. var Y = new G,
  1318. Q = new G,
  1319. J = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,
  1320. K = /[A-Z]/g;
  1321.  
  1322. function Z(e, t, n) {
  1323. var r, i;
  1324. if (void 0 === n && 1 === e.nodeType)
  1325. if (r = "data-" + t.replace(K, "-$&").toLowerCase(), "string" == typeof(n = e.getAttribute(r))) {
  1326. try {
  1327. n = "true" === (i = n) || "false" !== i && ("null" === i ? null : i === +i + "" ? +i : J.test(i) ? JSON.parse(i) : i)
  1328. } catch (e) {}
  1329. Q.set(e, t, n)
  1330. } else n = void 0;
  1331. return n
  1332. }
  1333. S.extend({
  1334. hasData: function(e) {
  1335. return Q.hasData(e) || Y.hasData(e)
  1336. },
  1337. data: function(e, t, n) {
  1338. return Q.access(e, t, n)
  1339. },
  1340. removeData: function(e, t) {
  1341. Q.remove(e, t)
  1342. },
  1343. _data: function(e, t, n) {
  1344. return Y.access(e, t, n)
  1345. },
  1346. _removeData: function(e, t) {
  1347. Y.remove(e, t)
  1348. }
  1349. }), S.fn.extend({
  1350. data: function(n, e) {
  1351. var t, r, i, o = this[0],
  1352. a = o && o.attributes;
  1353. if (void 0 === n) {
  1354. if (this.length && (i = Q.get(o), 1 === o.nodeType && !Y.get(o, "hasDataAttrs"))) {
  1355. t = a.length;
  1356. while (t--) a[t] && 0 === (r = a[t].name).indexOf("data-") && (r = X(r.slice(5)), Z(o, r, i[r]));
  1357. Y.set(o, "hasDataAttrs", !0)
  1358. }
  1359. return i
  1360. }
  1361. return "object" == typeof n ? this.each(function() {
  1362. Q.set(this, n)
  1363. }) : $(this, function(e) {
  1364. var t;
  1365. if (o && void 0 === e) return void 0 !== (t = Q.get(o, n)) ? t : void 0 !== (t = Z(o, n)) ? t : void 0;
  1366. this.each(function() {
  1367. Q.set(this, n, e)
  1368. })
  1369. }, null, e, 1 < arguments.length, null, !0)
  1370. },
  1371. removeData: function(e) {
  1372. return this.each(function() {
  1373. Q.remove(this, e)
  1374. })
  1375. }
  1376. }), S.extend({
  1377. queue: function(e, t, n) {
  1378. var r;
  1379. if (e) return t = (t || "fx") + "queue", r = Y.get(e, t), n && (!r || Array.isArray(n) ? r = Y.access(e, t, S.makeArray(n)) : r.push(n)), r || []
  1380. },
  1381. dequeue: function(e, t) {
  1382. t = t || "fx";
  1383. var n = S.queue(e, t),
  1384. r = n.length,
  1385. i = n.shift(),
  1386. o = S._queueHooks(e, t);
  1387. "inprogress" === i && (i = n.shift(), r--), i && ("fx" === t && n.unshift("inprogress"), delete o.stop, i.call(e, function() {
  1388. S.dequeue(e, t)
  1389. }, o)), !r && o && o.empty.fire()
  1390. },
  1391. _queueHooks: function(e, t) {
  1392. var n = t + "queueHooks";
  1393. return Y.get(e, n) || Y.access(e, n, {
  1394. empty: S.Callbacks("once memory").add(function() {
  1395. Y.remove(e, [t + "queue", n])
  1396. })
  1397. })
  1398. }
  1399. }), S.fn.extend({
  1400. queue: function(t, n) {
  1401. var e = 2;
  1402. return "string" != typeof t && (n = t, t = "fx", e--), arguments.length < e ? S.queue(this[0], t) : void 0 === n ? this : this.each(function() {
  1403. var e = S.queue(this, t, n);
  1404. S._queueHooks(this, t), "fx" === t && "inprogress" !== e[0] && S.dequeue(this, t)
  1405. })
  1406. },
  1407. dequeue: function(e) {
  1408. return this.each(function() {
  1409. S.dequeue(this, e)
  1410. })
  1411. },
  1412. clearQueue: function(e) {
  1413. return this.queue(e || "fx", [])
  1414. },
  1415. promise: function(e, t) {
  1416. var n, r = 1,
  1417. i = S.Deferred(),
  1418. o = this,
  1419. a = this.length,
  1420. s = function() {
  1421. --r || i.resolveWith(o, [o])
  1422. };
  1423. "string" != typeof e && (t = e, e = void 0), e = e || "fx";
  1424. while (a--)(n = Y.get(o[a], e + "queueHooks")) && n.empty && (r++, n.empty.add(s));
  1425. return s(), i.promise(t)
  1426. }
  1427. });
  1428. var ee = /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,
  1429. te = new RegExp("^(?:([+-])=|)(" + ee + ")([a-z%]*)$", "i"),
  1430. ne = ["Top", "Right", "Bottom", "Left"],
  1431. re = E.documentElement,
  1432. ie = function(e) {
  1433. return S.contains(e.ownerDocument, e)
  1434. },
  1435. oe = {
  1436. composed: !0
  1437. };
  1438. re.getRootNode && (ie = function(e) {
  1439. return S.contains(e.ownerDocument, e) || e.getRootNode(oe) === e.ownerDocument
  1440. });
  1441. var ae = function(e, t) {
  1442. return "none" === (e = t || e).style.display || "" === e.style.display && ie(e) && "none" === S.css(e, "display")
  1443. };
  1444.  
  1445. function se(e, t, n, r) {
  1446. var i, o, a = 20,
  1447. s = r ? function() {
  1448. return r.cur()
  1449. } : function() {
  1450. return S.css(e, t, "")
  1451. },
  1452. u = s(),
  1453. l = n && n[3] || (S.cssNumber[t] ? "" : "px"),
  1454. c = e.nodeType && (S.cssNumber[t] || "px" !== l && +u) && te.exec(S.css(e, t));
  1455. if (c && c[3] !== l) {
  1456. u /= 2, l = l || c[3], c = +u || 1;
  1457. while (a--) S.style(e, t, c + l), (1 - o) * (1 - (o = s() / u || .5)) <= 0 && (a = 0), c /= o;
  1458. c *= 2, S.style(e, t, c + l), n = n || []
  1459. }
  1460. 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
  1461. }
  1462. var ue = {};
  1463.  
  1464. function le(e, t) {
  1465. for (var n, r, i, o, a, s, u, l = [], c = 0, f = e.length; c < f; c++)(r = e[c]).style && (n = r.style.display, t ? ("none" === n && (l[c] = Y.get(r, "display") || null, l[c] || (r.style.display = "")), "" === r.style.display && ae(r) && (l[c] = (u = a = o = void 0, a = (i = r).ownerDocument, s = i.nodeName, (u = ue[s]) || (o = a.body.appendChild(a.createElement(s)), u = S.css(o, "display"), o.parentNode.removeChild(o), "none" === u && (u = "block"), ue[s] = u)))) : "none" !== n && (l[c] = "none", Y.set(r, "display", n)));
  1466. for (c = 0; c < f; c++) null != l[c] && (e[c].style.display = l[c]);
  1467. return e
  1468. }
  1469. S.fn.extend({
  1470. show: function() {
  1471. return le(this, !0)
  1472. },
  1473. hide: function() {
  1474. return le(this)
  1475. },
  1476. toggle: function(e) {
  1477. return "boolean" == typeof e ? e ? this.show() : this.hide() : this.each(function() {
  1478. ae(this) ? S(this).show() : S(this).hide()
  1479. })
  1480. }
  1481. });
  1482. var ce, fe, pe = /^(?:checkbox|radio)$/i,
  1483. de = /<([a-z][^\/\0>\x20\t\r\n\f]*)/i,
  1484. he = /^$|^module$|\/(?:java|ecma)script/i;
  1485. ce = E.createDocumentFragment().appendChild(E.createElement("div")), (fe = E.createElement("input")).setAttribute("type", "radio"), fe.setAttribute("checked", "checked"), fe.setAttribute("name", "t"), ce.appendChild(fe), y.checkClone = ce.cloneNode(!0).cloneNode(!0).lastChild.checked, ce.innerHTML = "<textarea>x</textarea>", y.noCloneChecked = !!ce.cloneNode(!0).lastChild.defaultValue, ce.innerHTML = "<option></option>", y.option = !!ce.lastChild;
  1486. var ge = {
  1487. thead: [1, "<table>", "</table>"],
  1488. col: [2, "<table><colgroup>", "</colgroup></table>"],
  1489. tr: [2, "<table><tbody>", "</tbody></table>"],
  1490. td: [3, "<table><tbody><tr>", "</tr></tbody></table>"],
  1491. _default: [0, "", ""]
  1492. };
  1493.  
  1494. function ve(e, t) {
  1495. var n;
  1496. return n = "undefined" != typeof e.getElementsByTagName ? e.getElementsByTagName(t || "*") : "undefined" != typeof e.querySelectorAll ? e.querySelectorAll(t || "*") : [], void 0 === t || t && A(e, t) ? S.merge([e], n) : n
  1497. }
  1498.  
  1499. function ye(e, t) {
  1500. for (var n = 0, r = e.length; n < r; n++) Y.set(e[n], "globalEval", !t || Y.get(t[n], "globalEval"))
  1501. }
  1502. ge.tbody = ge.tfoot = ge.colgroup = ge.caption = ge.thead, ge.th = ge.td, y.option || (ge.optgroup = ge.option = [1, "<select multiple='multiple'>", "</select>"]);
  1503. var me = /<|&#?\w+;/;
  1504.  
  1505. function xe(e, t, n, r, i) {
  1506. for (var o, a, s, u, l, c, f = t.createDocumentFragment(), p = [], d = 0, h = e.length; d < h; d++)
  1507. if ((o = e[d]) || 0 === o)
  1508. if ("object" === w(o)) S.merge(p, o.nodeType ? [o] : o);
  1509. else if (me.test(o)) {
  1510. a = a || f.appendChild(t.createElement("div")), s = (de.exec(o) || ["", ""])[1].toLowerCase(), u = ge[s] || ge._default, a.innerHTML = u[1] + S.htmlPrefilter(o) + u[2], c = u[0];
  1511. while (c--) a = a.lastChild;
  1512. S.merge(p, a.childNodes), (a = f.firstChild).textContent = ""
  1513. } else p.push(t.createTextNode(o));
  1514. f.textContent = "", d = 0;
  1515. while (o = p[d++])
  1516. if (r && -1 < S.inArray(o, r)) i && i.push(o);
  1517. else if (l = ie(o), a = ve(f.appendChild(o), "script"), l && ye(a), n) {
  1518. c = 0;
  1519. while (o = a[c++]) he.test(o.type || "") && n.push(o)
  1520. }
  1521. return f
  1522. }
  1523. var be = /^key/,
  1524. we = /^(?:mouse|pointer|contextmenu|drag|drop)|click/,
  1525. Te = /^([^.]*)(?:\.(.+)|)/;
  1526.  
  1527. function Ce() {
  1528. return !0
  1529. }
  1530.  
  1531. function Ee() {
  1532. return !1
  1533. }
  1534.  
  1535. function Se(e, t) {
  1536. return e === function() {
  1537. try {
  1538. return E.activeElement
  1539. } catch (e) {}
  1540. }() == ("focus" === t)
  1541. }
  1542.  
  1543. function ke(e, t, n, r, i, o) {
  1544. var a, s;
  1545. if ("object" == typeof t) {
  1546. for (s in "string" != typeof n && (r = r || n, n = void 0), t) ke(e, s, n, r, t[s], o);
  1547. return e
  1548. }
  1549. 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 = Ee;
  1550. else if (!i) return e;
  1551. return 1 === o && (a = i, (i = function(e) {
  1552. return S().off(e), a.apply(this, arguments)
  1553. }).guid = a.guid || (a.guid = S.guid++)), e.each(function() {
  1554. S.event.add(this, t, i, r, n)
  1555. })
  1556. }
  1557.  
  1558. function Ae(e, i, o) {
  1559. o ? (Y.set(e, i, !1), S.event.add(e, i, {
  1560. namespace: !1,
  1561. handler: function(e) {
  1562. var t, n, r = Y.get(this, i);
  1563. if (1 & e.isTrigger && this[i]) {
  1564. if (r.length)(S.event.special[i] || {}).delegateType && e.stopPropagation();
  1565. else if (r = s.call(arguments), Y.set(this, i, r), t = o(this, i), this[i](), r !== (n = Y.get(this, i)) || t ? Y.set(this, i, !1) : n = {}, r !== n) return e.stopImmediatePropagation(), e.preventDefault(), n.value
  1566. } else r.length && (Y.set(this, i, {
  1567. value: S.event.trigger(S.extend(r[0], S.Event.prototype), r.slice(1), this)
  1568. }), e.stopImmediatePropagation())
  1569. }
  1570. })) : void 0 === Y.get(e, i) && S.event.add(e, i, Ce)
  1571. }
  1572. S.event = {
  1573. global: {},
  1574. add: function(t, e, n, r, i) {
  1575. var o, a, s, u, l, c, f, p, d, h, g, v = Y.get(t);
  1576. if (V(t)) {
  1577. n.handler && (n = (o = n).handler, i = o.selector), i && S.find.matchesSelector(re, i), n.guid || (n.guid = S.guid++), (u = v.events) || (u = v.events = Object.create(null)), (a = v.handle) || (a = v.handle = function(e) {
  1578. return "undefined" != typeof S && S.event.triggered !== e.type ? S.event.dispatch.apply(t, arguments) : void 0
  1579. }), l = (e = (e || "").match(P) || [""]).length;
  1580. while (l--) d = g = (s = Te.exec(e[l]) || [])[1], h = (s[2] || "").split(".").sort(), d && (f = S.event.special[d] || {}, d = (i ? f.delegateType : f.bindType) || d, f = S.event.special[d] || {}, c = S.extend({
  1581. type: d,
  1582. origType: g,
  1583. data: r,
  1584. handler: n,
  1585. guid: n.guid,
  1586. selector: i,
  1587. needsContext: i && S.expr.match.needsContext.test(i),
  1588. namespace: h.join(".")
  1589. }, o), (p = u[d]) || ((p = u[d] = []).delegateCount = 0, f.setup && !1 !== f.setup.call(t, r, h, a) || t.addEventListener && t.addEventListener(d, a)), f.add && (f.add.call(t, c), c.handler.guid || (c.handler.guid = n.guid)), i ? p.splice(p.delegateCount++, 0, c) : p.push(c), S.event.global[d] = !0)
  1590. }
  1591. },
  1592. remove: function(e, t, n, r, i) {
  1593. var o, a, s, u, l, c, f, p, d, h, g, v = Y.hasData(e) && Y.get(e);
  1594. if (v && (u = v.events)) {
  1595. l = (t = (t || "").match(P) || [""]).length;
  1596. while (l--)
  1597. if (d = g = (s = Te.exec(t[l]) || [])[1], h = (s[2] || "").split(".").sort(), d) {
  1598. f = S.event.special[d] || {}, p = u[d = (r ? f.delegateType : f.bindType) || d] || [], s = s[2] && new RegExp("(^|\\.)" + h.join("\\.(?:.*\\.|)") + "(\\.|$)"), a = o = p.length;
  1599. while (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));
  1600. a && !p.length && (f.teardown && !1 !== f.teardown.call(e, h, v.handle) || S.removeEvent(e, d, v.handle), delete u[d])
  1601. } else
  1602. for (d in u) S.event.remove(e, d + t[l], n, r, !0);
  1603. S.isEmptyObject(u) && Y.remove(e, "handle events")
  1604. }
  1605. },
  1606. dispatch: function(e) {
  1607. var t, n, r, i, o, a, s = new Array(arguments.length),
  1608. u = S.event.fix(e),
  1609. l = (Y.get(this, "events") || Object.create(null))[u.type] || [],
  1610. c = S.event.special[u.type] || {};
  1611. for (s[0] = u, t = 1; t < arguments.length; t++) s[t] = arguments[t];
  1612. if (u.delegateTarget = this, !c.preDispatch || !1 !== c.preDispatch.call(this, u)) {
  1613. a = S.event.handlers.call(this, u, l), t = 0;
  1614. while ((i = a[t++]) && !u.isPropagationStopped()) {
  1615. u.currentTarget = i.elem, n = 0;
  1616. while ((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 = ((S.event.special[o.origType] || {}).handle || o.handler).apply(i.elem, s)) && !1 === (u.result = r) && (u.preventDefault(), u.stopPropagation()))
  1617. }
  1618. return c.postDispatch && c.postDispatch.call(this, u), u.result
  1619. }
  1620. },
  1621. handlers: function(e, t) {
  1622. var n, r, i, o, a, s = [],
  1623. u = t.delegateCount,
  1624. l = e.target;
  1625. if (u && l.nodeType && !("click" === e.type && 1 <= e.button))
  1626. for (; l !== this; l = l.parentNode || this)
  1627. if (1 === l.nodeType && ("click" !== e.type || !0 !== l.disabled)) {
  1628. for (o = [], a = {}, n = 0; n < u; n++) void 0 === a[i = (r = t[n]).selector + " "] && (a[i] = r.needsContext ? -1 < S(i, this).index(l) : S.find(i, this, null, [l]).length), a[i] && o.push(r);
  1629. o.length && s.push({
  1630. elem: l,
  1631. handlers: o
  1632. })
  1633. } return l = this, u < t.length && s.push({
  1634. elem: l,
  1635. handlers: t.slice(u)
  1636. }), s
  1637. },
  1638. addProp: function(t, e) {
  1639. Object.defineProperty(S.Event.prototype, t, {
  1640. enumerable: !0,
  1641. configurable: !0,
  1642. get: m(e) ? function() {
  1643. if (this.originalEvent) return e(this.originalEvent)
  1644. } : function() {
  1645. if (this.originalEvent) return this.originalEvent[t]
  1646. },
  1647. set: function(e) {
  1648. Object.defineProperty(this, t, {
  1649. enumerable: !0,
  1650. configurable: !0,
  1651. writable: !0,
  1652. value: e
  1653. })
  1654. }
  1655. })
  1656. },
  1657. fix: function(e) {
  1658. return e[S.expando] ? e : new S.Event(e)
  1659. },
  1660. special: {
  1661. load: {
  1662. noBubble: !0
  1663. },
  1664. click: {
  1665. setup: function(e) {
  1666. var t = this || e;
  1667. return pe.test(t.type) && t.click && A(t, "input") && Ae(t, "click", Ce), !1
  1668. },
  1669. trigger: function(e) {
  1670. var t = this || e;
  1671. return pe.test(t.type) && t.click && A(t, "input") && Ae(t, "click"), !0
  1672. },
  1673. _default: function(e) {
  1674. var t = e.target;
  1675. return pe.test(t.type) && t.click && A(t, "input") && Y.get(t, "click") || A(t, "a")
  1676. }
  1677. },
  1678. beforeunload: {
  1679. postDispatch: function(e) {
  1680. void 0 !== e.result && e.originalEvent && (e.originalEvent.returnValue = e.result)
  1681. }
  1682. }
  1683. }
  1684. }, S.removeEvent = function(e, t, n) {
  1685. e.removeEventListener && e.removeEventListener(t, n)
  1686. }, S.Event = function(e, t) {
  1687. if (!(this instanceof S.Event)) return new S.Event(e, t);
  1688. e && e.type ? (this.originalEvent = e, this.type = e.type, this.isDefaultPrevented = e.defaultPrevented || void 0 === e.defaultPrevented && !1 === e.returnValue ? Ce : Ee, 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 && S.extend(this, t), this.timeStamp = e && e.timeStamp || Date.now(), this[S.expando] = !0
  1689. }, S.Event.prototype = {
  1690. constructor: S.Event,
  1691. isDefaultPrevented: Ee,
  1692. isPropagationStopped: Ee,
  1693. isImmediatePropagationStopped: Ee,
  1694. isSimulated: !1,
  1695. preventDefault: function() {
  1696. var e = this.originalEvent;
  1697. this.isDefaultPrevented = Ce, e && !this.isSimulated && e.preventDefault()
  1698. },
  1699. stopPropagation: function() {
  1700. var e = this.originalEvent;
  1701. this.isPropagationStopped = Ce, e && !this.isSimulated && e.stopPropagation()
  1702. },
  1703. stopImmediatePropagation: function() {
  1704. var e = this.originalEvent;
  1705. this.isImmediatePropagationStopped = Ce, e && !this.isSimulated && e.stopImmediatePropagation(), this.stopPropagation()
  1706. }
  1707. }, S.each({
  1708. altKey: !0,
  1709. bubbles: !0,
  1710. cancelable: !0,
  1711. changedTouches: !0,
  1712. ctrlKey: !0,
  1713. detail: !0,
  1714. eventPhase: !0,
  1715. metaKey: !0,
  1716. pageX: !0,
  1717. pageY: !0,
  1718. shiftKey: !0,
  1719. view: !0,
  1720. "char": !0,
  1721. code: !0,
  1722. charCode: !0,
  1723. key: !0,
  1724. keyCode: !0,
  1725. button: !0,
  1726. buttons: !0,
  1727. clientX: !0,
  1728. clientY: !0,
  1729. offsetX: !0,
  1730. offsetY: !0,
  1731. pointerId: !0,
  1732. pointerType: !0,
  1733. screenX: !0,
  1734. screenY: !0,
  1735. targetTouches: !0,
  1736. toElement: !0,
  1737. touches: !0,
  1738. which: function(e) {
  1739. var t = e.button;
  1740. return null == e.which && be.test(e.type) ? null != e.charCode ? e.charCode : e.keyCode : !e.which && void 0 !== t && we.test(e.type) ? 1 & t ? 1 : 2 & t ? 3 : 4 & t ? 2 : 0 : e.which
  1741. }
  1742. }, S.event.addProp), S.each({
  1743. focus: "focusin",
  1744. blur: "focusout"
  1745. }, function(e, t) {
  1746. S.event.special[e] = {
  1747. setup: function() {
  1748. return Ae(this, e, Se), !1
  1749. },
  1750. trigger: function() {
  1751. return Ae(this, e), !0
  1752. },
  1753. delegateType: t
  1754. }
  1755. }), S.each({
  1756. mouseenter: "mouseover",
  1757. mouseleave: "mouseout",
  1758. pointerenter: "pointerover",
  1759. pointerleave: "pointerout"
  1760. }, function(e, i) {
  1761. S.event.special[e] = {
  1762. delegateType: i,
  1763. bindType: i,
  1764. handle: function(e) {
  1765. var t, n = e.relatedTarget,
  1766. r = e.handleObj;
  1767. return n && (n === this || S.contains(this, n)) || (e.type = r.origType, t = r.handler.apply(this, arguments), e.type = i), t
  1768. }
  1769. }
  1770. }), S.fn.extend({
  1771. on: function(e, t, n, r) {
  1772. return ke(this, e, t, n, r)
  1773. },
  1774. one: function(e, t, n, r) {
  1775. return ke(this, e, t, n, r, 1)
  1776. },
  1777. off: function(e, t, n) {
  1778. var r, i;
  1779. if (e && e.preventDefault && e.handleObj) return r = e.handleObj, S(e.delegateTarget).off(r.namespace ? r.origType + "." + r.namespace : r.origType, r.selector, r.handler), this;
  1780. if ("object" == typeof e) {
  1781. for (i in e) this.off(i, t, e[i]);
  1782. return this
  1783. }
  1784. return !1 !== t && "function" != typeof t || (n = t, t = void 0), !1 === n && (n = Ee), this.each(function() {
  1785. S.event.remove(this, e, n, t)
  1786. })
  1787. }
  1788. });
  1789. var Ne = /<script|<style|<link/i,
  1790. De = /checked\s*(?:[^=]|=\s*.checked.)/i,
  1791. je = /^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;
  1792.  
  1793. function qe(e, t) {
  1794. return A(e, "table") && A(11 !== t.nodeType ? t : t.firstChild, "tr") && S(e).children("tbody")[0] || e
  1795. }
  1796.  
  1797. function Le(e) {
  1798. return e.type = (null !== e.getAttribute("type")) + "/" + e.type, e
  1799. }
  1800.  
  1801. function He(e) {
  1802. return "true/" === (e.type || "").slice(0, 5) ? e.type = e.type.slice(5) : e.removeAttribute("type"), e
  1803. }
  1804.  
  1805. function Oe(e, t) {
  1806. var n, r, i, o, a, s;
  1807. if (1 === t.nodeType) {
  1808. if (Y.hasData(e) && (s = Y.get(e).events))
  1809. for (i in Y.remove(t, "handle events"), s)
  1810. for (n = 0, r = s[i].length; n < r; n++) S.event.add(t, i, s[i][n]);
  1811. Q.hasData(e) && (o = Q.access(e), a = S.extend({}, o), Q.set(t, a))
  1812. }
  1813. }
  1814.  
  1815. function Pe(n, r, i, o) {
  1816. r = g(r);
  1817. var e, t, a, s, u, l, c = 0,
  1818. f = n.length,
  1819. p = f - 1,
  1820. d = r[0],
  1821. h = m(d);
  1822. if (h || 1 < f && "string" == typeof d && !y.checkClone && De.test(d)) return n.each(function(e) {
  1823. var t = n.eq(e);
  1824. h && (r[0] = d.call(this, e, t.html())), Pe(t, r, i, o)
  1825. });
  1826. if (f && (t = (e = xe(r, n[0].ownerDocument, !1, n, o)).firstChild, 1 === e.childNodes.length && (e = t), t || o)) {
  1827. for (s = (a = S.map(ve(e, "script"), Le)).length; c < f; c++) u = e, c !== p && (u = S.clone(u, !0, !0), s && S.merge(a, ve(u, "script"))), i.call(n[c], u, c);
  1828. if (s)
  1829. for (l = a[a.length - 1].ownerDocument, S.map(a, He), c = 0; c < s; c++) u = a[c], he.test(u.type || "") && !Y.access(u, "globalEval") && S.contains(l, u) && (u.src && "module" !== (u.type || "").toLowerCase() ? S._evalUrl && !u.noModule && S._evalUrl(u.src, {
  1830. nonce: u.nonce || u.getAttribute("nonce")
  1831. }, l) : b(u.textContent.replace(je, ""), u, l))
  1832. }
  1833. return n
  1834. }
  1835.  
  1836. function Re(e, t, n) {
  1837. for (var r, i = t ? S.filter(t, e) : e, o = 0; null != (r = i[o]); o++) n || 1 !== r.nodeType || S.cleanData(ve(r)), r.parentNode && (n && ie(r) && ye(ve(r, "script")), r.parentNode.removeChild(r));
  1838. return e
  1839. }
  1840. S.extend({
  1841. htmlPrefilter: function(e) {
  1842. return e
  1843. },
  1844. clone: function(e, t, n) {
  1845. var r, i, o, a, s, u, l, c = e.cloneNode(!0),
  1846. f = ie(e);
  1847. if (!(y.noCloneChecked || 1 !== e.nodeType && 11 !== e.nodeType || S.isXMLDoc(e)))
  1848. for (a = ve(c), r = 0, i = (o = ve(e)).length; r < i; r++) s = o[r], u = a[r], void 0, "input" === (l = u.nodeName.toLowerCase()) && pe.test(s.type) ? u.checked = s.checked : "input" !== l && "textarea" !== l || (u.defaultValue = s.defaultValue);
  1849. if (t)
  1850. if (n)
  1851. for (o = o || ve(e), a = a || ve(c), r = 0, i = o.length; r < i; r++) Oe(o[r], a[r]);
  1852. else Oe(e, c);
  1853. return 0 < (a = ve(c, "script")).length && ye(a, !f && ve(e, "script")), c
  1854. },
  1855. cleanData: function(e) {
  1856. for (var t, n, r, i = S.event.special, o = 0; void 0 !== (n = e[o]); o++)
  1857. if (V(n)) {
  1858. if (t = n[Y.expando]) {
  1859. if (t.events)
  1860. for (r in t.events) i[r] ? S.event.remove(n, r) : S.removeEvent(n, r, t.handle);
  1861. n[Y.expando] = void 0
  1862. }
  1863. n[Q.expando] && (n[Q.expando] = void 0)
  1864. }
  1865. }
  1866. }), S.fn.extend({
  1867. detach: function(e) {
  1868. return Re(this, e, !0)
  1869. },
  1870. remove: function(e) {
  1871. return Re(this, e)
  1872. },
  1873. text: function(e) {
  1874. return $(this, function(e) {
  1875. return void 0 === e ? S.text(this) : this.empty().each(function() {
  1876. 1 !== this.nodeType && 11 !== this.nodeType && 9 !== this.nodeType || (this.textContent = e)
  1877. })
  1878. }, null, e, arguments.length)
  1879. },
  1880. append: function() {
  1881. return Pe(this, arguments, function(e) {
  1882. 1 !== this.nodeType && 11 !== this.nodeType && 9 !== this.nodeType || qe(this, e).appendChild(e)
  1883. })
  1884. },
  1885. prepend: function() {
  1886. return Pe(this, arguments, function(e) {
  1887. if (1 === this.nodeType || 11 === this.nodeType || 9 === this.nodeType) {
  1888. var t = qe(this, e);
  1889. t.insertBefore(e, t.firstChild)
  1890. }
  1891. })
  1892. },
  1893. before: function() {
  1894. return Pe(this, arguments, function(e) {
  1895. this.parentNode && this.parentNode.insertBefore(e, this)
  1896. })
  1897. },
  1898. after: function() {
  1899. return Pe(this, arguments, function(e) {
  1900. this.parentNode && this.parentNode.insertBefore(e, this.nextSibling)
  1901. })
  1902. },
  1903. empty: function() {
  1904. for (var e, t = 0; null != (e = this[t]); t++) 1 === e.nodeType && (S.cleanData(ve(e, !1)), e.textContent = "");
  1905. return this
  1906. },
  1907. clone: function(e, t) {
  1908. return e = null != e && e, t = null == t ? e : t, this.map(function() {
  1909. return S.clone(this, e, t)
  1910. })
  1911. },
  1912. html: function(e) {
  1913. return $(this, function(e) {
  1914. var t = this[0] || {},
  1915. n = 0,
  1916. r = this.length;
  1917. if (void 0 === e && 1 === t.nodeType) return t.innerHTML;
  1918. if ("string" == typeof e && !Ne.test(e) && !ge[(de.exec(e) || ["", ""])[1].toLowerCase()]) {
  1919. e = S.htmlPrefilter(e);
  1920. try {
  1921. for (; n < r; n++) 1 === (t = this[n] || {}).nodeType && (S.cleanData(ve(t, !1)), t.innerHTML = e);
  1922. t = 0
  1923. } catch (e) {}
  1924. }
  1925. t && this.empty().append(e)
  1926. }, null, e, arguments.length)
  1927. },
  1928. replaceWith: function() {
  1929. var n = [];
  1930. return Pe(this, arguments, function(e) {
  1931. var t = this.parentNode;
  1932. S.inArray(this, n) < 0 && (S.cleanData(ve(this)), t && t.replaceChild(e, this))
  1933. }, n)
  1934. }
  1935. }), S.each({
  1936. appendTo: "append",
  1937. prependTo: "prepend",
  1938. insertBefore: "before",
  1939. insertAfter: "after",
  1940. replaceAll: "replaceWith"
  1941. }, function(e, a) {
  1942. S.fn[e] = function(e) {
  1943. for (var t, n = [], r = S(e), i = r.length - 1, o = 0; o <= i; o++) t = o === i ? this : this.clone(!0), S(r[o])[a](t), u.apply(n, t.get());
  1944. return this.pushStack(n)
  1945. }
  1946. });
  1947. var Me = new RegExp("^(" + ee + ")(?!px)[a-z%]+$", "i"),
  1948. Ie = function(e) {
  1949. var t = e.ownerDocument.defaultView;
  1950. return t && t.opener || (t = C), t.getComputedStyle(e)
  1951. },
  1952. We = function(e, t, n) {
  1953. var r, i, o = {};
  1954. for (i in t) o[i] = e.style[i], e.style[i] = t[i];
  1955. for (i in r = n.call(e), t) e.style[i] = o[i];
  1956. return r
  1957. },
  1958. Fe = new RegExp(ne.join("|"), "i");
  1959.  
  1960. function Be(e, t, n) {
  1961. var r, i, o, a, s = e.style;
  1962. return (n = n || Ie(e)) && ("" !== (a = n.getPropertyValue(t) || n[t]) || ie(e) || (a = S.style(e, t)), !y.pixelBoxStyles() && Me.test(a) && Fe.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
  1963. }
  1964.  
  1965. function $e(e, t) {
  1966. return {
  1967. get: function() {
  1968. if (!e()) return (this.get = t).apply(this, arguments);
  1969. delete this.get
  1970. }
  1971. }
  1972. }! function() {
  1973. function e() {
  1974. if (l) {
  1975. u.style.cssText = "position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0", l.style.cssText = "position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%", re.appendChild(u).appendChild(l);
  1976. var e = C.getComputedStyle(l);
  1977. n = "1%" !== e.top, s = 12 === t(e.marginLeft), l.style.right = "60%", o = 36 === t(e.right), r = 36 === t(e.width), l.style.position = "absolute", i = 12 === t(l.offsetWidth / 3), re.removeChild(u), l = null
  1978. }
  1979. }
  1980.  
  1981. function t(e) {
  1982. return Math.round(parseFloat(e))
  1983. }
  1984. var n, r, i, o, a, s, u = E.createElement("div"),
  1985. l = E.createElement("div");
  1986. l.style && (l.style.backgroundClip = "content-box", l.cloneNode(!0).style.backgroundClip = "", y.clearCloneStyle = "content-box" === l.style.backgroundClip, S.extend(y, {
  1987. boxSizingReliable: function() {
  1988. return e(), r
  1989. },
  1990. pixelBoxStyles: function() {
  1991. return e(), o
  1992. },
  1993. pixelPosition: function() {
  1994. return e(), n
  1995. },
  1996. reliableMarginLeft: function() {
  1997. return e(), s
  1998. },
  1999. scrollboxSize: function() {
  2000. return e(), i
  2001. },
  2002. reliableTrDimensions: function() {
  2003. var e, t, n, r;
  2004. return null == a && (e = E.createElement("table"), t = E.createElement("tr"), n = E.createElement("div"), e.style.cssText = "position:absolute;left:-11111px", t.style.height = "1px", n.style.height = "9px", re.appendChild(e).appendChild(t).appendChild(n), r = C.getComputedStyle(t), a = 3 < parseInt(r.height), re.removeChild(e)), a
  2005. }
  2006. }))
  2007. }();
  2008. var _e = ["Webkit", "Moz", "ms"],
  2009. ze = E.createElement("div").style,
  2010. Ue = {};
  2011.  
  2012. function Xe(e) {
  2013. var t = S.cssProps[e] || Ue[e];
  2014. return t || (e in ze ? e : Ue[e] = function(e) {
  2015. var t = e[0].toUpperCase() + e.slice(1),
  2016. n = _e.length;
  2017. while (n--)
  2018. if ((e = _e[n] + t) in ze) return e
  2019. }(e) || e)
  2020. }
  2021. var Ve = /^(none|table(?!-c[ea]).+)/,
  2022. Ge = /^--/,
  2023. Ye = {
  2024. position: "absolute",
  2025. visibility: "hidden",
  2026. display: "block"
  2027. },
  2028. Qe = {
  2029. letterSpacing: "0",
  2030. fontWeight: "400"
  2031. };
  2032.  
  2033. function Je(e, t, n) {
  2034. var r = te.exec(t);
  2035. return r ? Math.max(0, r[2] - (n || 0)) + (r[3] || "px") : t
  2036. }
  2037.  
  2038. function Ke(e, t, n, r, i, o) {
  2039. var a = "width" === t ? 1 : 0,
  2040. s = 0,
  2041. u = 0;
  2042. if (n === (r ? "border" : "content")) return 0;
  2043. for (; a < 4; a += 2) "margin" === n && (u += S.css(e, n + ne[a], !0, i)), r ? ("content" === n && (u -= S.css(e, "padding" + ne[a], !0, i)), "margin" !== n && (u -= S.css(e, "border" + ne[a] + "Width", !0, i))) : (u += S.css(e, "padding" + ne[a], !0, i), "padding" !== n ? u += S.css(e, "border" + ne[a] + "Width", !0, i) : s += S.css(e, "border" + ne[a] + "Width", !0, i));
  2044. return !r && 0 <= o && (u += Math.max(0, Math.ceil(e["offset" + t[0].toUpperCase() + t.slice(1)] - o - u - s - .5)) || 0), u
  2045. }
  2046.  
  2047. function Ze(e, t, n) {
  2048. var r = Ie(e),
  2049. i = (!y.boxSizingReliable() || n) && "border-box" === S.css(e, "boxSizing", !1, r),
  2050. o = i,
  2051. a = Be(e, t, r),
  2052. s = "offset" + t[0].toUpperCase() + t.slice(1);
  2053. if (Me.test(a)) {
  2054. if (!n) return a;
  2055. a = "auto"
  2056. }
  2057. return (!y.boxSizingReliable() && i || !y.reliableTrDimensions() && A(e, "tr") || "auto" === a || !parseFloat(a) && "inline" === S.css(e, "display", !1, r)) && e.getClientRects().length && (i = "border-box" === S.css(e, "boxSizing", !1, r), (o = s in e) && (a = e[s])), (a = parseFloat(a) || 0) + Ke(e, t, n || (i ? "border" : "content"), o, r, a) + "px"
  2058. }
  2059.  
  2060. function et(e, t, n, r, i) {
  2061. return new et.prototype.init(e, t, n, r, i)
  2062. }
  2063. S.extend({
  2064. cssHooks: {
  2065. opacity: {
  2066. get: function(e, t) {
  2067. if (t) {
  2068. var n = Be(e, "opacity");
  2069. return "" === n ? "1" : n
  2070. }
  2071. }
  2072. }
  2073. },
  2074. cssNumber: {
  2075. animationIterationCount: !0,
  2076. columnCount: !0,
  2077. fillOpacity: !0,
  2078. flexGrow: !0,
  2079. flexShrink: !0,
  2080. fontWeight: !0,
  2081. gridArea: !0,
  2082. gridColumn: !0,
  2083. gridColumnEnd: !0,
  2084. gridColumnStart: !0,
  2085. gridRow: !0,
  2086. gridRowEnd: !0,
  2087. gridRowStart: !0,
  2088. lineHeight: !0,
  2089. opacity: !0,
  2090. order: !0,
  2091. orphans: !0,
  2092. widows: !0,
  2093. zIndex: !0,
  2094. zoom: !0
  2095. },
  2096. cssProps: {},
  2097. style: function(e, t, n, r) {
  2098. if (e && 3 !== e.nodeType && 8 !== e.nodeType && e.style) {
  2099. var i, o, a, s = X(t),
  2100. u = Ge.test(t),
  2101. l = e.style;
  2102. if (u || (t = Xe(s)), a = S.cssHooks[t] || S.cssHooks[s], void 0 === n) return a && "get" in a && void 0 !== (i = a.get(e, !1, r)) ? i : l[t];
  2103. "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] || (S.cssNumber[s] ? "" : "px")), y.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))
  2104. }
  2105. },
  2106. css: function(e, t, n, r) {
  2107. var i, o, a, s = X(t);
  2108. return Ge.test(t) || (t = Xe(s)), (a = S.cssHooks[t] || S.cssHooks[s]) && "get" in a && (i = a.get(e, !0, n)), void 0 === i && (i = Be(e, t, r)), "normal" === i && t in Qe && (i = Qe[t]), "" === n || n ? (o = parseFloat(i), !0 === n || isFinite(o) ? o || 0 : i) : i
  2109. }
  2110. }), S.each(["height", "width"], function(e, u) {
  2111. S.cssHooks[u] = {
  2112. get: function(e, t, n) {
  2113. if (t) return !Ve.test(S.css(e, "display")) || e.getClientRects().length && e.getBoundingClientRect().width ? Ze(e, u, n) : We(e, Ye, function() {
  2114. return Ze(e, u, n)
  2115. })
  2116. },
  2117. set: function(e, t, n) {
  2118. var r, i = Ie(e),
  2119. o = !y.scrollboxSize() && "absolute" === i.position,
  2120. a = (o || n) && "border-box" === S.css(e, "boxSizing", !1, i),
  2121. s = n ? Ke(e, u, n, a, i) : 0;
  2122. return a && o && (s -= Math.ceil(e["offset" + u[0].toUpperCase() + u.slice(1)] - parseFloat(i[u]) - Ke(e, u, "border", !1, i) - .5)), s && (r = te.exec(t)) && "px" !== (r[3] || "px") && (e.style[u] = t, t = S.css(e, u)), Je(0, t, s)
  2123. }
  2124. }
  2125. }), S.cssHooks.marginLeft = $e(y.reliableMarginLeft, function(e, t) {
  2126. if (t) return (parseFloat(Be(e, "marginLeft")) || e.getBoundingClientRect().left - We(e, {
  2127. marginLeft: 0
  2128. }, function() {
  2129. return e.getBoundingClientRect().left
  2130. })) + "px"
  2131. }), S.each({
  2132. margin: "",
  2133. padding: "",
  2134. border: "Width"
  2135. }, function(i, o) {
  2136. S.cssHooks[i + o] = {
  2137. expand: function(e) {
  2138. for (var t = 0, n = {}, r = "string" == typeof e ? e.split(" ") : [e]; t < 4; t++) n[i + ne[t] + o] = r[t] || r[t - 2] || r[0];
  2139. return n
  2140. }
  2141. }, "margin" !== i && (S.cssHooks[i + o].set = Je)
  2142. }), S.fn.extend({
  2143. css: function(e, t) {
  2144. return $(this, function(e, t, n) {
  2145. var r, i, o = {},
  2146. a = 0;
  2147. if (Array.isArray(t)) {
  2148. for (r = Ie(e), i = t.length; a < i; a++) o[t[a]] = S.css(e, t[a], !1, r);
  2149. return o
  2150. }
  2151. return void 0 !== n ? S.style(e, t, n) : S.css(e, t)
  2152. }, e, t, 1 < arguments.length)
  2153. }
  2154. }), ((S.Tween = et).prototype = {
  2155. constructor: et,
  2156. init: function(e, t, n, r, i, o) {
  2157. this.elem = e, this.prop = n, this.easing = i || S.easing._default, this.options = t, this.start = this.now = this.cur(), this.end = r, this.unit = o || (S.cssNumber[n] ? "" : "px")
  2158. },
  2159. cur: function() {
  2160. var e = et.propHooks[this.prop];
  2161. return e && e.get ? e.get(this) : et.propHooks._default.get(this)
  2162. },
  2163. run: function(e) {
  2164. var t, n = et.propHooks[this.prop];
  2165. return this.options.duration ? this.pos = t = S.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) : et.propHooks._default.set(this), this
  2166. }
  2167. }).init.prototype = et.prototype, (et.propHooks = {
  2168. _default: {
  2169. get: function(e) {
  2170. var t;
  2171. return 1 !== e.elem.nodeType || null != e.elem[e.prop] && null == e.elem.style[e.prop] ? e.elem[e.prop] : (t = S.css(e.elem, e.prop, "")) && "auto" !== t ? t : 0
  2172. },
  2173. set: function(e) {
  2174. S.fx.step[e.prop] ? S.fx.step[e.prop](e) : 1 !== e.elem.nodeType || !S.cssHooks[e.prop] && null == e.elem.style[Xe(e.prop)] ? e.elem[e.prop] = e.now : S.style(e.elem, e.prop, e.now + e.unit)
  2175. }
  2176. }
  2177. }).scrollTop = et.propHooks.scrollLeft = {
  2178. set: function(e) {
  2179. e.elem.nodeType && e.elem.parentNode && (e.elem[e.prop] = e.now)
  2180. }
  2181. }, S.easing = {
  2182. linear: function(e) {
  2183. return e
  2184. },
  2185. swing: function(e) {
  2186. return .5 - Math.cos(e * Math.PI) / 2
  2187. },
  2188. _default: "swing"
  2189. }, S.fx = et.prototype.init, S.fx.step = {};
  2190. var tt, nt, rt, it, ot = /^(?:toggle|show|hide)$/,
  2191. at = /queueHooks$/;
  2192.  
  2193. function st() {
  2194. nt && (!1 === E.hidden && C.requestAnimationFrame ? C.requestAnimationFrame(st) : C.setTimeout(st, S.fx.interval), S.fx.tick())
  2195. }
  2196.  
  2197. function ut() {
  2198. return C.setTimeout(function() {
  2199. tt = void 0
  2200. }), tt = Date.now()
  2201. }
  2202.  
  2203. function lt(e, t) {
  2204. var n, r = 0,
  2205. i = {
  2206. height: e
  2207. };
  2208. for (t = t ? 1 : 0; r < 4; r += 2 - t) i["margin" + (n = ne[r])] = i["padding" + n] = e;
  2209. return t && (i.opacity = i.width = e), i
  2210. }
  2211.  
  2212. function ct(e, t, n) {
  2213. for (var r, i = (ft.tweeners[t] || []).concat(ft.tweeners["*"]), o = 0, a = i.length; o < a; o++)
  2214. if (r = i[o].call(n, t, e)) return r
  2215. }
  2216.  
  2217. function ft(o, e, t) {
  2218. var n, a, r = 0,
  2219. i = ft.prefilters.length,
  2220. s = S.Deferred().always(function() {
  2221. delete u.elem
  2222. }),
  2223. u = function() {
  2224. if (a) return !1;
  2225. for (var e = tt || ut(), t = Math.max(0, l.startTime + l.duration - e), n = 1 - (t / l.duration || 0), r = 0, i = l.tweens.length; r < i; r++) l.tweens[r].run(n);
  2226. return s.notifyWith(o, [l, n, t]), n < 1 && i ? t : (i || s.notifyWith(o, [l, 1, 0]), s.resolveWith(o, [l]), !1)
  2227. },
  2228. l = s.promise({
  2229. elem: o,
  2230. props: S.extend({}, e),
  2231. opts: S.extend(!0, {
  2232. specialEasing: {},
  2233. easing: S.easing._default
  2234. }, t),
  2235. originalProperties: e,
  2236. originalOptions: t,
  2237. startTime: tt || ut(),
  2238. duration: t.duration,
  2239. tweens: [],
  2240. createTween: function(e, t) {
  2241. var n = S.Tween(o, l.opts, e, t, l.opts.specialEasing[e] || l.opts.easing);
  2242. return l.tweens.push(n), n
  2243. },
  2244. stop: function(e) {
  2245. var t = 0,
  2246. n = e ? l.tweens.length : 0;
  2247. if (a) return this;
  2248. for (a = !0; t < n; t++) l.tweens[t].run(1);
  2249. return e ? (s.notifyWith(o, [l, 1, 0]), s.resolveWith(o, [l, e])) : s.rejectWith(o, [l, e]), this
  2250. }
  2251. }),
  2252. c = l.props;
  2253. for (! function(e, t) {
  2254. var n, r, i, o, a;
  2255. for (n in e)
  2256. 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 = S.cssHooks[r]) && "expand" in a)
  2257. for (n in o = a.expand(o), delete e[r], o) n in e || (e[n] = o[n], t[n] = i);
  2258. else t[r] = i
  2259. }(c, l.opts.specialEasing); r < i; r++)
  2260. if (n = ft.prefilters[r].call(l, o, c, l.opts)) return m(n.stop) && (S._queueHooks(l.elem, l.opts.queue).stop = n.stop.bind(n)), n;
  2261. return S.map(c, ct, l), m(l.opts.start) && l.opts.start.call(o, l), l.progress(l.opts.progress).done(l.opts.done, l.opts.complete).fail(l.opts.fail).always(l.opts.always), S.fx.timer(S.extend(u, {
  2262. elem: o,
  2263. anim: l,
  2264. queue: l.opts.queue
  2265. })), l
  2266. }
  2267. S.Animation = S.extend(ft, {
  2268. tweeners: {
  2269. "*": [function(e, t) {
  2270. var n = this.createTween(e, t);
  2271. return se(n.elem, e, te.exec(t), n), n
  2272. }]
  2273. },
  2274. tweener: function(e, t) {
  2275. m(e) ? (t = e, e = ["*"]) : e = e.match(P);
  2276. for (var n, r = 0, i = e.length; r < i; r++) n = e[r], ft.tweeners[n] = ft.tweeners[n] || [], ft.tweeners[n].unshift(t)
  2277. },
  2278. prefilters: [function(e, t, n) {
  2279. var r, i, o, a, s, u, l, c, f = "width" in t || "height" in t,
  2280. p = this,
  2281. d = {},
  2282. h = e.style,
  2283. g = e.nodeType && ae(e),
  2284. v = Y.get(e, "fxshow");
  2285. for (r in n.queue || (null == (a = S._queueHooks(e, "fx")).unqueued && (a.unqueued = 0, s = a.empty.fire, a.empty.fire = function() {
  2286. a.unqueued || s()
  2287. }), a.unqueued++, p.always(function() {
  2288. p.always(function() {
  2289. a.unqueued--, S.queue(e, "fx").length || a.empty.fire()
  2290. })
  2291. })), t)
  2292. if (i = t[r], ot.test(i)) {
  2293. if (delete t[r], o = o || "toggle" === i, i === (g ? "hide" : "show")) {
  2294. if ("show" !== i || !v || void 0 === v[r]) continue;
  2295. g = !0
  2296. }
  2297. d[r] = v && v[r] || S.style(e, r)
  2298. } if ((u = !S.isEmptyObject(t)) || !S.isEmptyObject(d))
  2299. 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 = S.css(e, "display")) && (l ? c = l : (le([e], !0), l = e.style.display || l, c = S.css(e, "display"), le([e]))), ("inline" === c || "inline-block" === c && null != l) && "none" === S.css(e, "float") && (u || (p.done(function() {
  2300. h.display = l
  2301. }), null == l && (c = h.display, l = "none" === c ? "" : c)), h.display = "inline-block")), n.overflow && (h.overflow = "hidden", p.always(function() {
  2302. h.overflow = n.overflow[0], h.overflowX = n.overflow[1], h.overflowY = n.overflow[2]
  2303. })), u = !1, d) u || (v ? "hidden" in v && (g = v.hidden) : v = Y.access(e, "fxshow", {
  2304. display: l
  2305. }), o && (v.hidden = !g), g && le([e], !0), p.done(function() {
  2306. for (r in g || le([e]), Y.remove(e, "fxshow"), d) S.style(e, r, d[r])
  2307. })), u = ct(g ? v[r] : 0, r, p), r in v || (v[r] = u.start, g && (u.end = u.start, u.start = 0))
  2308. }],
  2309. prefilter: function(e, t) {
  2310. t ? ft.prefilters.unshift(e) : ft.prefilters.push(e)
  2311. }
  2312. }), S.speed = function(e, t, n) {
  2313. var r = e && "object" == typeof e ? S.extend({}, e) : {
  2314. complete: n || !n && t || m(e) && e,
  2315. duration: e,
  2316. easing: n && t || t && !m(t) && t
  2317. };
  2318. return S.fx.off ? r.duration = 0 : "number" != typeof r.duration && (r.duration in S.fx.speeds ? r.duration = S.fx.speeds[r.duration] : r.duration = S.fx.speeds._default), null != r.queue && !0 !== r.queue || (r.queue = "fx"), r.old = r.complete, r.complete = function() {
  2319. m(r.old) && r.old.call(this), r.queue && S.dequeue(this, r.queue)
  2320. }, r
  2321. }, S.fn.extend({
  2322. fadeTo: function(e, t, n, r) {
  2323. return this.filter(ae).css("opacity", 0).show().end().animate({
  2324. opacity: t
  2325. }, e, n, r)
  2326. },
  2327. animate: function(t, e, n, r) {
  2328. var i = S.isEmptyObject(t),
  2329. o = S.speed(e, n, r),
  2330. a = function() {
  2331. var e = ft(this, S.extend({}, t), o);
  2332. (i || Y.get(this, "finish")) && e.stop(!0)
  2333. };
  2334. return a.finish = a, i || !1 === o.queue ? this.each(a) : this.queue(o.queue, a)
  2335. },
  2336. stop: function(i, e, o) {
  2337. var a = function(e) {
  2338. var t = e.stop;
  2339. delete e.stop, t(o)
  2340. };
  2341. return "string" != typeof i && (o = e, e = i, i = void 0), e && this.queue(i || "fx", []), this.each(function() {
  2342. var e = !0,
  2343. t = null != i && i + "queueHooks",
  2344. n = S.timers,
  2345. r = Y.get(this);
  2346. if (t) r[t] && r[t].stop && a(r[t]);
  2347. else
  2348. for (t in r) r[t] && r[t].stop && at.test(t) && a(r[t]);
  2349. for (t = n.length; t--;) n[t].elem !== this || null != i && n[t].queue !== i || (n[t].anim.stop(o), e = !1, n.splice(t, 1));
  2350. !e && o || S.dequeue(this, i)
  2351. })
  2352. },
  2353. finish: function(a) {
  2354. return !1 !== a && (a = a || "fx"), this.each(function() {
  2355. var e, t = Y.get(this),
  2356. n = t[a + "queue"],
  2357. r = t[a + "queueHooks"],
  2358. i = S.timers,
  2359. o = n ? n.length : 0;
  2360. for (t.finish = !0, S.queue(this, a, []), r && r.stop && r.stop.call(this, !0), e = i.length; e--;) i[e].elem === this && i[e].queue === a && (i[e].anim.stop(!0), i.splice(e, 1));
  2361. for (e = 0; e < o; e++) n[e] && n[e].finish && n[e].finish.call(this);
  2362. delete t.finish
  2363. })
  2364. }
  2365. }), S.each(["toggle", "show", "hide"], function(e, r) {
  2366. var i = S.fn[r];
  2367. S.fn[r] = function(e, t, n) {
  2368. return null == e || "boolean" == typeof e ? i.apply(this, arguments) : this.animate(lt(r, !0), e, t, n)
  2369. }
  2370. }), S.each({
  2371. slideDown: lt("show"),
  2372. slideUp: lt("hide"),
  2373. slideToggle: lt("toggle"),
  2374. fadeIn: {
  2375. opacity: "show"
  2376. },
  2377. fadeOut: {
  2378. opacity: "hide"
  2379. },
  2380. fadeToggle: {
  2381. opacity: "toggle"
  2382. }
  2383. }, function(e, r) {
  2384. S.fn[e] = function(e, t, n) {
  2385. return this.animate(r, e, t, n)
  2386. }
  2387. }), S.timers = [], S.fx.tick = function() {
  2388. var e, t = 0,
  2389. n = S.timers;
  2390. for (tt = Date.now(); t < n.length; t++)(e = n[t])() || n[t] !== e || n.splice(t--, 1);
  2391. n.length || S.fx.stop(), tt = void 0
  2392. }, S.fx.timer = function(e) {
  2393. S.timers.push(e), S.fx.start()
  2394. }, S.fx.interval = 13, S.fx.start = function() {
  2395. nt || (nt = !0, st())
  2396. }, S.fx.stop = function() {
  2397. nt = null
  2398. }, S.fx.speeds = {
  2399. slow: 600,
  2400. fast: 200,
  2401. _default: 400
  2402. }, S.fn.delay = function(r, e) {
  2403. return r = S.fx && S.fx.speeds[r] || r, e = e || "fx", this.queue(e, function(e, t) {
  2404. var n = C.setTimeout(e, r);
  2405. t.stop = function() {
  2406. C.clearTimeout(n)
  2407. }
  2408. })
  2409. }, rt = E.createElement("input"), it = E.createElement("select").appendChild(E.createElement("option")), rt.type = "checkbox", y.checkOn = "" !== rt.value, y.optSelected = it.selected, (rt = E.createElement("input")).value = "t", rt.type = "radio", y.radioValue = "t" === rt.value;
  2410. var pt, dt = S.expr.attrHandle;
  2411. S.fn.extend({
  2412. attr: function(e, t) {
  2413. return $(this, S.attr, e, t, 1 < arguments.length)
  2414. },
  2415. removeAttr: function(e) {
  2416. return this.each(function() {
  2417. S.removeAttr(this, e)
  2418. })
  2419. }
  2420. }), S.extend({
  2421. attr: function(e, t, n) {
  2422. var r, i, o = e.nodeType;
  2423. if (3 !== o && 8 !== o && 2 !== o) return "undefined" == typeof e.getAttribute ? S.prop(e, t, n) : (1 === o && S.isXMLDoc(e) || (i = S.attrHooks[t.toLowerCase()] || (S.expr.match.bool.test(t) ? pt : void 0)), void 0 !== n ? null === n ? void S.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 = S.find.attr(e, t)) ? void 0 : r)
  2424. },
  2425. attrHooks: {
  2426. type: {
  2427. set: function(e, t) {
  2428. if (!y.radioValue && "radio" === t && A(e, "input")) {
  2429. var n = e.value;
  2430. return e.setAttribute("type", t), n && (e.value = n), t
  2431. }
  2432. }
  2433. }
  2434. },
  2435. removeAttr: function(e, t) {
  2436. var n, r = 0,
  2437. i = t && t.match(P);
  2438. if (i && 1 === e.nodeType)
  2439. while (n = i[r++]) e.removeAttribute(n)
  2440. }
  2441. }), pt = {
  2442. set: function(e, t, n) {
  2443. return !1 === t ? S.removeAttr(e, n) : e.setAttribute(n, n), n
  2444. }
  2445. }, S.each(S.expr.match.bool.source.match(/\w+/g), function(e, t) {
  2446. var a = dt[t] || S.find.attr;
  2447. dt[t] = function(e, t, n) {
  2448. var r, i, o = t.toLowerCase();
  2449. return n || (i = dt[o], dt[o] = r, r = null != a(e, t, n) ? o : null, dt[o] = i), r
  2450. }
  2451. });
  2452. var ht = /^(?:input|select|textarea|button)$/i,
  2453. gt = /^(?:a|area)$/i;
  2454.  
  2455. function vt(e) {
  2456. return (e.match(P) || []).join(" ")
  2457. }
  2458.  
  2459. function yt(e) {
  2460. return e.getAttribute && e.getAttribute("class") || ""
  2461. }
  2462.  
  2463. function mt(e) {
  2464. return Array.isArray(e) ? e : "string" == typeof e && e.match(P) || []
  2465. }
  2466. S.fn.extend({
  2467. prop: function(e, t) {
  2468. return $(this, S.prop, e, t, 1 < arguments.length)
  2469. },
  2470. removeProp: function(e) {
  2471. return this.each(function() {
  2472. delete this[S.propFix[e] || e]
  2473. })
  2474. }
  2475. }), S.extend({
  2476. prop: function(e, t, n) {
  2477. var r, i, o = e.nodeType;
  2478. if (3 !== o && 8 !== o && 2 !== o) return 1 === o && S.isXMLDoc(e) || (t = S.propFix[t] || t, i = S.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]
  2479. },
  2480. propHooks: {
  2481. tabIndex: {
  2482. get: function(e) {
  2483. var t = S.find.attr(e, "tabindex");
  2484. return t ? parseInt(t, 10) : ht.test(e.nodeName) || gt.test(e.nodeName) && e.href ? 0 : -1
  2485. }
  2486. }
  2487. },
  2488. propFix: {
  2489. "for": "htmlFor",
  2490. "class": "className"
  2491. }
  2492. }), y.optSelected || (S.propHooks.selected = {
  2493. get: function(e) {
  2494. var t = e.parentNode;
  2495. return t && t.parentNode && t.parentNode.selectedIndex, null
  2496. },
  2497. set: function(e) {
  2498. var t = e.parentNode;
  2499. t && (t.selectedIndex, t.parentNode && t.parentNode.selectedIndex)
  2500. }
  2501. }), S.each(["tabIndex", "readOnly", "maxLength", "cellSpacing", "cellPadding", "rowSpan", "colSpan", "useMap", "frameBorder", "contentEditable"], function() {
  2502. S.propFix[this.toLowerCase()] = this
  2503. }), S.fn.extend({
  2504. addClass: function(t) {
  2505. var e, n, r, i, o, a, s, u = 0;
  2506. if (m(t)) return this.each(function(e) {
  2507. S(this).addClass(t.call(this, e, yt(this)))
  2508. });
  2509. if ((e = mt(t)).length)
  2510. while (n = this[u++])
  2511. if (i = yt(n), r = 1 === n.nodeType && " " + vt(i) + " ") {
  2512. a = 0;
  2513. while (o = e[a++]) r.indexOf(" " + o + " ") < 0 && (r += o + " ");
  2514. i !== (s = vt(r)) && n.setAttribute("class", s)
  2515. } return this
  2516. },
  2517. removeClass: function(t) {
  2518. var e, n, r, i, o, a, s, u = 0;
  2519. if (m(t)) return this.each(function(e) {
  2520. S(this).removeClass(t.call(this, e, yt(this)))
  2521. });
  2522. if (!arguments.length) return this.attr("class", "");
  2523. if ((e = mt(t)).length)
  2524. while (n = this[u++])
  2525. if (i = yt(n), r = 1 === n.nodeType && " " + vt(i) + " ") {
  2526. a = 0;
  2527. while (o = e[a++])
  2528. while (-1 < r.indexOf(" " + o + " ")) r = r.replace(" " + o + " ", " ");
  2529. i !== (s = vt(r)) && n.setAttribute("class", s)
  2530. } return this
  2531. },
  2532. toggleClass: function(i, t) {
  2533. var o = typeof i,
  2534. a = "string" === o || Array.isArray(i);
  2535. return "boolean" == typeof t && a ? t ? this.addClass(i) : this.removeClass(i) : m(i) ? this.each(function(e) {
  2536. S(this).toggleClass(i.call(this, e, yt(this), t), t)
  2537. }) : this.each(function() {
  2538. var e, t, n, r;
  2539. if (a) {
  2540. t = 0, n = S(this), r = mt(i);
  2541. while (e = r[t++]) n.hasClass(e) ? n.removeClass(e) : n.addClass(e)
  2542. } else void 0 !== i && "boolean" !== o || ((e = yt(this)) && Y.set(this, "__className__", e), this.setAttribute && this.setAttribute("class", e || !1 === i ? "" : Y.get(this, "__className__") || ""))
  2543. })
  2544. },
  2545. hasClass: function(e) {
  2546. var t, n, r = 0;
  2547. t = " " + e + " ";
  2548. while (n = this[r++])
  2549. if (1 === n.nodeType && -1 < (" " + vt(yt(n)) + " ").indexOf(t)) return !0;
  2550. return !1
  2551. }
  2552. });
  2553. var xt = /\r/g;
  2554. S.fn.extend({
  2555. val: function(n) {
  2556. var r, e, i, t = this[0];
  2557. return arguments.length ? (i = m(n), this.each(function(e) {
  2558. var t;
  2559. 1 === this.nodeType && (null == (t = i ? n.call(this, e, S(this).val()) : n) ? t = "" : "number" == typeof t ? t += "" : Array.isArray(t) && (t = S.map(t, function(e) {
  2560. return null == e ? "" : e + ""
  2561. })), (r = S.valHooks[this.type] || S.valHooks[this.nodeName.toLowerCase()]) && "set" in r && void 0 !== r.set(this, t, "value") || (this.value = t))
  2562. })) : t ? (r = S.valHooks[t.type] || S.valHooks[t.nodeName.toLowerCase()]) && "get" in r && void 0 !== (e = r.get(t, "value")) ? e : "string" == typeof(e = t.value) ? e.replace(xt, "") : null == e ? "" : e : void 0
  2563. }
  2564. }), S.extend({
  2565. valHooks: {
  2566. option: {
  2567. get: function(e) {
  2568. var t = S.find.attr(e, "value");
  2569. return null != t ? t : vt(S.text(e))
  2570. }
  2571. },
  2572. select: {
  2573. get: function(e) {
  2574. var t, n, r, i = e.options,
  2575. o = e.selectedIndex,
  2576. a = "select-one" === e.type,
  2577. s = a ? null : [],
  2578. u = a ? o + 1 : i.length;
  2579. for (r = o < 0 ? u : a ? o : 0; r < u; r++)
  2580. if (((n = i[r]).selected || r === o) && !n.disabled && (!n.parentNode.disabled || !A(n.parentNode, "optgroup"))) {
  2581. if (t = S(n).val(), a) return t;
  2582. s.push(t)
  2583. } return s
  2584. },
  2585. set: function(e, t) {
  2586. var n, r, i = e.options,
  2587. o = S.makeArray(t),
  2588. a = i.length;
  2589. while (a--)((r = i[a]).selected = -1 < S.inArray(S.valHooks.option.get(r), o)) && (n = !0);
  2590. return n || (e.selectedIndex = -1), o
  2591. }
  2592. }
  2593. }
  2594. }), S.each(["radio", "checkbox"], function() {
  2595. S.valHooks[this] = {
  2596. set: function(e, t) {
  2597. if (Array.isArray(t)) return e.checked = -1 < S.inArray(S(e).val(), t)
  2598. }
  2599. }, y.checkOn || (S.valHooks[this].get = function(e) {
  2600. return null === e.getAttribute("value") ? "on" : e.value
  2601. })
  2602. }), y.focusin = "onfocusin" in C;
  2603. var bt = /^(?:focusinfocus|focusoutblur)$/,
  2604. wt = function(e) {
  2605. e.stopPropagation()
  2606. };
  2607. S.extend(S.event, {
  2608. trigger: function(e, t, n, r) {
  2609. var i, o, a, s, u, l, c, f, p = [n || E],
  2610. d = v.call(e, "type") ? e.type : e,
  2611. h = v.call(e, "namespace") ? e.namespace.split(".") : [];
  2612. if (o = f = a = n = n || E, 3 !== n.nodeType && 8 !== n.nodeType && !bt.test(d + S.event.triggered) && (-1 < d.indexOf(".") && (d = (h = d.split(".")).shift(), h.sort()), u = d.indexOf(":") < 0 && "on" + d, (e = e[S.expando] ? e : new S.Event(d, "object" == typeof e && e)).isTrigger = r ? 2 : 3, e.namespace = h.join("."), e.rnamespace = e.namespace ? new RegExp("(^|\\.)" + h.join("\\.(?:.*\\.|)") + "(\\.|$)") : null, e.result = void 0, e.target || (e.target = n), t = null == t ? [e] : S.makeArray(t, [e]), c = S.event.special[d] || {}, r || !c.trigger || !1 !== c.trigger.apply(n, t))) {
  2613. if (!r && !c.noBubble && !x(n)) {
  2614. for (s = c.delegateType || d, bt.test(s + d) || (o = o.parentNode); o; o = o.parentNode) p.push(o), a = o;
  2615. a === (n.ownerDocument || E) && p.push(a.defaultView || a.parentWindow || C)
  2616. }
  2617. i = 0;
  2618. while ((o = p[i++]) && !e.isPropagationStopped()) f = o, e.type = 1 < i ? s : c.bindType || d, (l = (Y.get(o, "events") || Object.create(null))[e.type] && Y.get(o, "handle")) && l.apply(o, t), (l = u && o[u]) && l.apply && V(o) && (e.result = l.apply(o, t), !1 === e.result && e.preventDefault());
  2619. return e.type = d, r || e.isDefaultPrevented() || c._default && !1 !== c._default.apply(p.pop(), t) || !V(n) || u && m(n[d]) && !x(n) && ((a = n[u]) && (n[u] = null), S.event.triggered = d, e.isPropagationStopped() && f.addEventListener(d, wt), n[d](), e.isPropagationStopped() && f.removeEventListener(d, wt), S.event.triggered = void 0, a && (n[u] = a)), e.result
  2620. }
  2621. },
  2622. simulate: function(e, t, n) {
  2623. var r = S.extend(new S.Event, n, {
  2624. type: e,
  2625. isSimulated: !0
  2626. });
  2627. S.event.trigger(r, null, t)
  2628. }
  2629. }), S.fn.extend({
  2630. trigger: function(e, t) {
  2631. return this.each(function() {
  2632. S.event.trigger(e, t, this)
  2633. })
  2634. },
  2635. triggerHandler: function(e, t) {
  2636. var n = this[0];
  2637. if (n) return S.event.trigger(e, t, n, !0)
  2638. }
  2639. }), y.focusin || S.each({
  2640. focus: "focusin",
  2641. blur: "focusout"
  2642. }, function(n, r) {
  2643. var i = function(e) {
  2644. S.event.simulate(r, e.target, S.event.fix(e))
  2645. };
  2646. S.event.special[r] = {
  2647. setup: function() {
  2648. var e = this.ownerDocument || this.document || this,
  2649. t = Y.access(e, r);
  2650. t || e.addEventListener(n, i, !0), Y.access(e, r, (t || 0) + 1)
  2651. },
  2652. teardown: function() {
  2653. var e = this.ownerDocument || this.document || this,
  2654. t = Y.access(e, r) - 1;
  2655. t ? Y.access(e, r, t) : (e.removeEventListener(n, i, !0), Y.remove(e, r))
  2656. }
  2657. }
  2658. });
  2659. var Tt = C.location,
  2660. Ct = {
  2661. guid: Date.now()
  2662. },
  2663. Et = /\?/;
  2664. S.parseXML = function(e) {
  2665. var t;
  2666. if (!e || "string" != typeof e) return null;
  2667. try {
  2668. t = (new C.DOMParser).parseFromString(e, "text/xml")
  2669. } catch (e) {
  2670. t = void 0
  2671. }
  2672. return t && !t.getElementsByTagName("parsererror").length || S.error("Invalid XML: " + e), t
  2673. };
  2674. var St = /\[\]$/,
  2675. kt = /\r?\n/g,
  2676. At = /^(?:submit|button|image|reset|file)$/i,
  2677. Nt = /^(?:input|select|textarea|keygen)/i;
  2678.  
  2679. function Dt(n, e, r, i) {
  2680. var t;
  2681. if (Array.isArray(e)) S.each(e, function(e, t) {
  2682. r || St.test(n) ? i(n, t) : Dt(n + "[" + ("object" == typeof t && null != t ? e : "") + "]", t, r, i)
  2683. });
  2684. else if (r || "object" !== w(e)) i(n, e);
  2685. else
  2686. for (t in e) Dt(n + "[" + t + "]", e[t], r, i)
  2687. }
  2688. S.param = function(e, t) {
  2689. var n, r = [],
  2690. i = function(e, t) {
  2691. var n = m(t) ? t() : t;
  2692. r[r.length] = encodeURIComponent(e) + "=" + encodeURIComponent(null == n ? "" : n)
  2693. };
  2694. if (null == e) return "";
  2695. if (Array.isArray(e) || e.jquery && !S.isPlainObject(e)) S.each(e, function() {
  2696. i(this.name, this.value)
  2697. });
  2698. else
  2699. for (n in e) Dt(n, e[n], t, i);
  2700. return r.join("&")
  2701. }, S.fn.extend({
  2702. serialize: function() {
  2703. return S.param(this.serializeArray())
  2704. },
  2705. serializeArray: function() {
  2706. return this.map(function() {
  2707. var e = S.prop(this, "elements");
  2708. return e ? S.makeArray(e) : this
  2709. }).filter(function() {
  2710. var e = this.type;
  2711. return this.name && !S(this).is(":disabled") && Nt.test(this.nodeName) && !At.test(e) && (this.checked || !pe.test(e))
  2712. }).map(function(e, t) {
  2713. var n = S(this).val();
  2714. return null == n ? null : Array.isArray(n) ? S.map(n, function(e) {
  2715. return {
  2716. name: t.name,
  2717. value: e.replace(kt, "\r\n")
  2718. }
  2719. }) : {
  2720. name: t.name,
  2721. value: n.replace(kt, "\r\n")
  2722. }
  2723. }).get()
  2724. }
  2725. });
  2726. var jt = /%20/g,
  2727. qt = /#.*$/,
  2728. Lt = /([?&])_=[^&]*/,
  2729. Ht = /^(.*?):[ \t]*([^\r\n]*)$/gm,
  2730. Ot = /^(?:GET|HEAD)$/,
  2731. Pt = /^\/\//,
  2732. Rt = {},
  2733. Mt = {},
  2734. It = "*/".concat("*"),
  2735. Wt = E.createElement("a");
  2736.  
  2737. function Ft(o) {
  2738. return function(e, t) {
  2739. "string" != typeof e && (t = e, e = "*");
  2740. var n, r = 0,
  2741. i = e.toLowerCase().match(P) || [];
  2742. if (m(t))
  2743. while (n = i[r++]) "+" === n[0] ? (n = n.slice(1) || "*", (o[n] = o[n] || []).unshift(t)) : (o[n] = o[n] || []).push(t)
  2744. }
  2745. }
  2746.  
  2747. function Bt(t, i, o, a) {
  2748. var s = {},
  2749. u = t === Mt;
  2750.  
  2751. function l(e) {
  2752. var r;
  2753. return s[e] = !0, S.each(t[e] || [], function(e, t) {
  2754. var n = t(i, o, a);
  2755. return "string" != typeof n || u || s[n] ? u ? !(r = n) : void 0 : (i.dataTypes.unshift(n), l(n), !1)
  2756. }), r
  2757. }
  2758. return l(i.dataTypes[0]) || !s["*"] && l("*")
  2759. }
  2760.  
  2761. function $t(e, t) {
  2762. var n, r, i = S.ajaxSettings.flatOptions || {};
  2763. for (n in t) void 0 !== t[n] && ((i[n] ? e : r || (r = {}))[n] = t[n]);
  2764. return r && S.extend(!0, e, r), e
  2765. }
  2766. Wt.href = Tt.href, S.extend({
  2767. active: 0,
  2768. lastModified: {},
  2769. etag: {},
  2770. ajaxSettings: {
  2771. url: Tt.href,
  2772. type: "GET",
  2773. isLocal: /^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(Tt.protocol),
  2774. global: !0,
  2775. processData: !0,
  2776. async: !0,
  2777. contentType: "application/x-www-form-urlencoded; charset=UTF-8",
  2778. accepts: {
  2779. "*": It,
  2780. text: "text/plain",
  2781. html: "text/html",
  2782. xml: "application/xml, text/xml",
  2783. json: "application/json, text/javascript"
  2784. },
  2785. contents: {
  2786. xml: /\bxml\b/,
  2787. html: /\bhtml/,
  2788. json: /\bjson\b/
  2789. },
  2790. responseFields: {
  2791. xml: "responseXML",
  2792. text: "responseText",
  2793. json: "responseJSON"
  2794. },
  2795. converters: {
  2796. "* text": String,
  2797. "text html": !0,
  2798. "text json": JSON.parse,
  2799. "text xml": S.parseXML
  2800. },
  2801. flatOptions: {
  2802. url: !0,
  2803. context: !0
  2804. }
  2805. },
  2806. ajaxSetup: function(e, t) {
  2807. return t ? $t($t(e, S.ajaxSettings), t) : $t(S.ajaxSettings, e)
  2808. },
  2809. ajaxPrefilter: Ft(Rt),
  2810. ajaxTransport: Ft(Mt),
  2811. ajax: function(e, t) {
  2812. "object" == typeof e && (t = e, e = void 0), t = t || {};
  2813. var c, f, p, n, d, r, h, g, i, o, v = S.ajaxSetup({}, t),
  2814. y = v.context || v,
  2815. m = v.context && (y.nodeType || y.jquery) ? S(y) : S.event,
  2816. x = S.Deferred(),
  2817. b = S.Callbacks("once memory"),
  2818. w = v.statusCode || {},
  2819. a = {},
  2820. s = {},
  2821. u = "canceled",
  2822. T = {
  2823. readyState: 0,
  2824. getResponseHeader: function(e) {
  2825. var t;
  2826. if (h) {
  2827. if (!n) {
  2828. n = {};
  2829. while (t = Ht.exec(p)) n[t[1].toLowerCase() + " "] = (n[t[1].toLowerCase() + " "] || []).concat(t[2])
  2830. }
  2831. t = n[e.toLowerCase() + " "]
  2832. }
  2833. return null == t ? null : t.join(", ")
  2834. },
  2835. getAllResponseHeaders: function() {
  2836. return h ? p : null
  2837. },
  2838. setRequestHeader: function(e, t) {
  2839. return null == h && (e = s[e.toLowerCase()] = s[e.toLowerCase()] || e, a[e] = t), this
  2840. },
  2841. overrideMimeType: function(e) {
  2842. return null == h && (v.mimeType = e), this
  2843. },
  2844. statusCode: function(e) {
  2845. var t;
  2846. if (e)
  2847. if (h) T.always(e[T.status]);
  2848. else
  2849. for (t in e) w[t] = [w[t], e[t]];
  2850. return this
  2851. },
  2852. abort: function(e) {
  2853. var t = e || u;
  2854. return c && c.abort(t), l(0, t), this
  2855. }
  2856. };
  2857. if (x.promise(T), v.url = ((e || v.url || Tt.href) + "").replace(Pt, Tt.protocol + "//"), v.type = t.method || t.type || v.method || v.type, v.dataTypes = (v.dataType || "*").toLowerCase().match(P) || [""], null == v.crossDomain) {
  2858. r = E.createElement("a");
  2859. try {
  2860. r.href = v.url, r.href = r.href, v.crossDomain = Wt.protocol + "//" + Wt.host != r.protocol + "//" + r.host
  2861. } catch (e) {
  2862. v.crossDomain = !0
  2863. }
  2864. }
  2865. if (v.data && v.processData && "string" != typeof v.data && (v.data = S.param(v.data, v.traditional)), Bt(Rt, v, t, T), h) return T;
  2866. for (i in (g = S.event && v.global) && 0 == S.active++ && S.event.trigger("ajaxStart"), v.type = v.type.toUpperCase(), v.hasContent = !Ot.test(v.type), f = v.url.replace(qt, ""), v.hasContent ? v.data && v.processData && 0 === (v.contentType || "").indexOf("application/x-www-form-urlencoded") && (v.data = v.data.replace(jt, "+")) : (o = v.url.slice(f.length), v.data && (v.processData || "string" == typeof v.data) && (f += (Et.test(f) ? "&" : "?") + v.data, delete v.data), !1 === v.cache && (f = f.replace(Lt, "$1"), o = (Et.test(f) ? "&" : "?") + "_=" + Ct.guid++ + o), v.url = f + o), v.ifModified && (S.lastModified[f] && T.setRequestHeader("If-Modified-Since", S.lastModified[f]), S.etag[f] && T.setRequestHeader("If-None-Match", S.etag[f])), (v.data && v.hasContent && !1 !== v.contentType || t.contentType) && T.setRequestHeader("Content-Type", v.contentType), T.setRequestHeader("Accept", v.dataTypes[0] && v.accepts[v.dataTypes[0]] ? v.accepts[v.dataTypes[0]] + ("*" !== v.dataTypes[0] ? ", " + It + "; q=0.01" : "") : v.accepts["*"]), v.headers) T.setRequestHeader(i, v.headers[i]);
  2867. if (v.beforeSend && (!1 === v.beforeSend.call(y, T, v) || h)) return T.abort();
  2868. if (u = "abort", b.add(v.complete), T.done(v.success), T.fail(v.error), c = Bt(Mt, v, t, T)) {
  2869. if (T.readyState = 1, g && m.trigger("ajaxSend", [T, v]), h) return T;
  2870. v.async && 0 < v.timeout && (d = C.setTimeout(function() {
  2871. T.abort("timeout")
  2872. }, v.timeout));
  2873. try {
  2874. h = !1, c.send(a, l)
  2875. } catch (e) {
  2876. if (h) throw e;
  2877. l(-1, e)
  2878. }
  2879. } else l(-1, "No Transport");
  2880.  
  2881. function l(e, t, n, r) {
  2882. var i, o, a, s, u, l = t;
  2883. h || (h = !0, d && C.clearTimeout(d), c = void 0, p = r || "", T.readyState = 0 < e ? 4 : 0, i = 200 <= e && e < 300 || 304 === e, n && (s = function(e, t, n) {
  2884. var r, i, o, a, s = e.contents,
  2885. u = e.dataTypes;
  2886. while ("*" === u[0]) u.shift(), void 0 === r && (r = e.mimeType || t.getResponseHeader("Content-Type"));
  2887. if (r)
  2888. for (i in s)
  2889. if (s[i] && s[i].test(r)) {
  2890. u.unshift(i);
  2891. break
  2892. } if (u[0] in n) o = u[0];
  2893. else {
  2894. for (i in n) {
  2895. if (!u[0] || e.converters[i + " " + u[0]]) {
  2896. o = i;
  2897. break
  2898. }
  2899. a || (a = i)
  2900. }
  2901. o = o || a
  2902. }
  2903. if (o) return o !== u[0] && u.unshift(o), n[o]
  2904. }(v, T, n)), !i && -1 < S.inArray("script", v.dataTypes) && (v.converters["text script"] = function() {}), s = function(e, t, n, r) {
  2905. var i, o, a, s, u, l = {},
  2906. c = e.dataTypes.slice();
  2907. if (c[1])
  2908. for (a in e.converters) l[a.toLowerCase()] = e.converters[a];
  2909. o = c.shift();
  2910. while (o)
  2911. if (e.responseFields[o] && (n[e.responseFields[o]] = t), !u && r && e.dataFilter && (t = e.dataFilter(t, e.dataType)), u = o, o = c.shift())
  2912. if ("*" === o) o = u;
  2913. else if ("*" !== u && u !== o) {
  2914. if (!(a = l[u + " " + o] || l["* " + o]))
  2915. for (i in l)
  2916. if ((s = i.split(" "))[1] === o && (a = l[u + " " + s[0]] || l["* " + s[0]])) {
  2917. !0 === a ? a = l[i] : !0 !== l[i] && (o = s[0], c.unshift(s[1]));
  2918. break
  2919. } if (!0 !== a)
  2920. if (a && e["throws"]) t = a(t);
  2921. else try {
  2922. t = a(t)
  2923. } catch (e) {
  2924. return {
  2925. state: "parsererror",
  2926. error: a ? e : "No conversion from " + u + " to " + o
  2927. }
  2928. }
  2929. }
  2930. return {
  2931. state: "success",
  2932. data: t
  2933. }
  2934. }(v, s, T, i), i ? (v.ifModified && ((u = T.getResponseHeader("Last-Modified")) && (S.lastModified[f] = u), (u = T.getResponseHeader("etag")) && (S.etag[f] = u)), 204 === e || "HEAD" === v.type ? l = "nocontent" : 304 === e ? l = "notmodified" : (l = s.state, o = s.data, i = !(a = s.error))) : (a = l, !e && l || (l = "error", e < 0 && (e = 0))), T.status = e, T.statusText = (t || l) + "", i ? x.resolveWith(y, [o, l, T]) : x.rejectWith(y, [T, l, a]), T.statusCode(w), w = void 0, g && m.trigger(i ? "ajaxSuccess" : "ajaxError", [T, v, i ? o : a]), b.fireWith(y, [T, l]), g && (m.trigger("ajaxComplete", [T, v]), --S.active || S.event.trigger("ajaxStop")))
  2935. }
  2936. return T
  2937. },
  2938. getJSON: function(e, t, n) {
  2939. return S.get(e, t, n, "json")
  2940. },
  2941. getScript: function(e, t) {
  2942. return S.get(e, void 0, t, "script")
  2943. }
  2944. }), S.each(["get", "post"], function(e, i) {
  2945. S[i] = function(e, t, n, r) {
  2946. return m(t) && (r = r || n, n = t, t = void 0), S.ajax(S.extend({
  2947. url: e,
  2948. type: i,
  2949. dataType: r,
  2950. data: t,
  2951. success: n
  2952. }, S.isPlainObject(e) && e))
  2953. }
  2954. }), S.ajaxPrefilter(function(e) {
  2955. var t;
  2956. for (t in e.headers) "content-type" === t.toLowerCase() && (e.contentType = e.headers[t] || "")
  2957. }), S._evalUrl = function(e, t, n) {
  2958. return S.ajax({
  2959. url: e,
  2960. type: "GET",
  2961. dataType: "script",
  2962. cache: !0,
  2963. async: !1,
  2964. global: !1,
  2965. converters: {
  2966. "text script": function() {}
  2967. },
  2968. dataFilter: function(e) {
  2969. S.globalEval(e, t, n)
  2970. }
  2971. })
  2972. }, S.fn.extend({
  2973. wrapAll: function(e) {
  2974. var t;
  2975. return this[0] && (m(e) && (e = e.call(this[0])), t = S(e, this[0].ownerDocument).eq(0).clone(!0), this[0].parentNode && t.insertBefore(this[0]), t.map(function() {
  2976. var e = this;
  2977. while (e.firstElementChild) e = e.firstElementChild;
  2978. return e
  2979. }).append(this)), this
  2980. },
  2981. wrapInner: function(n) {
  2982. return m(n) ? this.each(function(e) {
  2983. S(this).wrapInner(n.call(this, e))
  2984. }) : this.each(function() {
  2985. var e = S(this),
  2986. t = e.contents();
  2987. t.length ? t.wrapAll(n) : e.append(n)
  2988. })
  2989. },
  2990. wrap: function(t) {
  2991. var n = m(t);
  2992. return this.each(function(e) {
  2993. S(this).wrapAll(n ? t.call(this, e) : t)
  2994. })
  2995. },
  2996. unwrap: function(e) {
  2997. return this.parent(e).not("body").each(function() {
  2998. S(this).replaceWith(this.childNodes)
  2999. }), this
  3000. }
  3001. }), S.expr.pseudos.hidden = function(e) {
  3002. return !S.expr.pseudos.visible(e)
  3003. }, S.expr.pseudos.visible = function(e) {
  3004. return !!(e.offsetWidth || e.offsetHeight || e.getClientRects().length)
  3005. }, S.ajaxSettings.xhr = function() {
  3006. try {
  3007. return new C.XMLHttpRequest
  3008. } catch (e) {}
  3009. };
  3010. var _t = {
  3011. 0: 200,
  3012. 1223: 204
  3013. },
  3014. zt = S.ajaxSettings.xhr();
  3015. y.cors = !!zt && "withCredentials" in zt, y.ajax = zt = !!zt, S.ajaxTransport(function(i) {
  3016. var o, a;
  3017. if (y.cors || zt && !i.crossDomain) return {
  3018. send: function(e, t) {
  3019. var n, r = i.xhr();
  3020. if (r.open(i.type, i.url, i.async, i.username, i.password), i.xhrFields)
  3021. for (n in i.xhrFields) r[n] = i.xhrFields[n];
  3022. for (n in i.mimeType && r.overrideMimeType && r.overrideMimeType(i.mimeType), i.crossDomain || e["X-Requested-With"] || (e["X-Requested-With"] = "XMLHttpRequest"), e) r.setRequestHeader(n, e[n]);
  3023. o = function(e) {
  3024. return function() {
  3025. o && (o = a = 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(_t[r.status] || r.status, r.statusText, "text" !== (r.responseType || "text") || "string" != typeof r.responseText ? {
  3026. binary: r.response
  3027. } : {
  3028. text: r.responseText
  3029. }, r.getAllResponseHeaders()))
  3030. }
  3031. }, r.onload = o(), a = r.onerror = r.ontimeout = o("error"), void 0 !== r.onabort ? r.onabort = a : r.onreadystatechange = function() {
  3032. 4 === r.readyState && C.setTimeout(function() {
  3033. o && a()
  3034. })
  3035. }, o = o("abort");
  3036. try {
  3037. r.send(i.hasContent && i.data || null)
  3038. } catch (e) {
  3039. if (o) throw e
  3040. }
  3041. },
  3042. abort: function() {
  3043. o && o()
  3044. }
  3045. }
  3046. }), S.ajaxPrefilter(function(e) {
  3047. e.crossDomain && (e.contents.script = !1)
  3048. }), S.ajaxSetup({
  3049. accepts: {
  3050. script: "text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"
  3051. },
  3052. contents: {
  3053. script: /\b(?:java|ecma)script\b/
  3054. },
  3055. converters: {
  3056. "text script": function(e) {
  3057. return S.globalEval(e), e
  3058. }
  3059. }
  3060. }), S.ajaxPrefilter("script", function(e) {
  3061. void 0 === e.cache && (e.cache = !1), e.crossDomain && (e.type = "GET")
  3062. }), S.ajaxTransport("script", function(n) {
  3063. var r, i;
  3064. if (n.crossDomain || n.scriptAttrs) return {
  3065. send: function(e, t) {
  3066. r = S("<script>").attr(n.scriptAttrs || {}).prop({
  3067. charset: n.scriptCharset,
  3068. src: n.url
  3069. }).on("load error", i = function(e) {
  3070. r.remove(), i = null, e && t("error" === e.type ? 404 : 200, e.type)
  3071. }), E.head.appendChild(r[0])
  3072. },
  3073. abort: function() {
  3074. i && i()
  3075. }
  3076. }
  3077. });
  3078. var Ut, Xt = [],
  3079. Vt = /(=)\?(?=&|$)|\?\?/;
  3080. S.ajaxSetup({
  3081. jsonp: "callback",
  3082. jsonpCallback: function() {
  3083. var e = Xt.pop() || S.expando + "_" + Ct.guid++;
  3084. return this[e] = !0, e
  3085. }
  3086. }), S.ajaxPrefilter("json jsonp", function(e, t, n) {
  3087. var r, i, o, a = !1 !== e.jsonp && (Vt.test(e.url) ? "url" : "string" == typeof e.data && 0 === (e.contentType || "").indexOf("application/x-www-form-urlencoded") && Vt.test(e.data) && "data");
  3088. if (a || "jsonp" === e.dataTypes[0]) return r = e.jsonpCallback = m(e.jsonpCallback) ? e.jsonpCallback() : e.jsonpCallback, a ? e[a] = e[a].replace(Vt, "$1" + r) : !1 !== e.jsonp && (e.url += (Et.test(e.url) ? "&" : "?") + e.jsonp + "=" + r), e.converters["script json"] = function() {
  3089. return o || S.error(r + " was not called"), o[0]
  3090. }, e.dataTypes[0] = "json", i = C[r], C[r] = function() {
  3091. o = arguments
  3092. }, n.always(function() {
  3093. void 0 === i ? S(C).removeProp(r) : C[r] = i, e[r] && (e.jsonpCallback = t.jsonpCallback, Xt.push(r)), o && m(i) && i(o[0]), o = i = void 0
  3094. }), "script"
  3095. }), y.createHTMLDocument = ((Ut = E.implementation.createHTMLDocument("").body).innerHTML = "<form></form><form></form>", 2 === Ut.childNodes.length), S.parseHTML = function(e, t, n) {
  3096. return "string" != typeof e ? [] : ("boolean" == typeof t && (n = t, t = !1), t || (y.createHTMLDocument ? ((r = (t = E.implementation.createHTMLDocument("")).createElement("base")).href = E.location.href, t.head.appendChild(r)) : t = E), o = !n && [], (i = N.exec(e)) ? [t.createElement(i[1])] : (i = xe([e], t, o), o && o.length && S(o).remove(), S.merge([], i.childNodes)));
  3097. var r, i, o
  3098. }, S.fn.load = function(e, t, n) {
  3099. var r, i, o, a = this,
  3100. s = e.indexOf(" ");
  3101. return -1 < s && (r = vt(e.slice(s)), e = e.slice(0, s)), m(t) ? (n = t, t = void 0) : t && "object" == typeof t && (i = "POST"), 0 < a.length && S.ajax({
  3102. url: e,
  3103. type: i || "GET",
  3104. dataType: "html",
  3105. data: t
  3106. }).done(function(e) {
  3107. o = arguments, a.html(r ? S("<div>").append(S.parseHTML(e)).find(r) : e)
  3108. }).always(n && function(e, t) {
  3109. a.each(function() {
  3110. n.apply(this, o || [e.responseText, t, e])
  3111. })
  3112. }), this
  3113. }, S.expr.pseudos.animated = function(t) {
  3114. return S.grep(S.timers, function(e) {
  3115. return t === e.elem
  3116. }).length
  3117. }, S.offset = {
  3118. setOffset: function(e, t, n) {
  3119. var r, i, o, a, s, u, l = S.css(e, "position"),
  3120. c = S(e),
  3121. f = {};
  3122. "static" === l && (e.style.position = "relative"), s = c.offset(), o = S.css(e, "top"), u = S.css(e, "left"), ("absolute" === l || "fixed" === l) && -1 < (o + u).indexOf("auto") ? (a = (r = c.position()).top, i = r.left) : (a = parseFloat(o) || 0, i = parseFloat(u) || 0), m(t) && (t = t.call(e, n, S.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) : ("number" == typeof f.top && (f.top += "px"), "number" == typeof f.left && (f.left += "px"), c.css(f))
  3123. }
  3124. }, S.fn.extend({
  3125. offset: function(t) {
  3126. if (arguments.length) return void 0 === t ? this : this.each(function(e) {
  3127. S.offset.setOffset(this, t, e)
  3128. });
  3129. var e, n, r = this[0];
  3130. return r ? r.getClientRects().length ? (e = r.getBoundingClientRect(), n = r.ownerDocument.defaultView, {
  3131. top: e.top + n.pageYOffset,
  3132. left: e.left + n.pageXOffset
  3133. }) : {
  3134. top: 0,
  3135. left: 0
  3136. } : void 0
  3137. },
  3138. position: function() {
  3139. if (this[0]) {
  3140. var e, t, n, r = this[0],
  3141. i = {
  3142. top: 0,
  3143. left: 0
  3144. };
  3145. if ("fixed" === S.css(r, "position")) t = r.getBoundingClientRect();
  3146. else {
  3147. t = this.offset(), n = r.ownerDocument, e = r.offsetParent || n.documentElement;
  3148. while (e && (e === n.body || e === n.documentElement) && "static" === S.css(e, "position")) e = e.parentNode;
  3149. e && e !== r && 1 === e.nodeType && ((i = S(e).offset()).top += S.css(e, "borderTopWidth", !0), i.left += S.css(e, "borderLeftWidth", !0))
  3150. }
  3151. return {
  3152. top: t.top - i.top - S.css(r, "marginTop", !0),
  3153. left: t.left - i.left - S.css(r, "marginLeft", !0)
  3154. }
  3155. }
  3156. },
  3157. offsetParent: function() {
  3158. return this.map(function() {
  3159. var e = this.offsetParent;
  3160. while (e && "static" === S.css(e, "position")) e = e.offsetParent;
  3161. return e || re
  3162. })
  3163. }
  3164. }), S.each({
  3165. scrollLeft: "pageXOffset",
  3166. scrollTop: "pageYOffset"
  3167. }, function(t, i) {
  3168. var o = "pageYOffset" === i;
  3169. S.fn[t] = function(e) {
  3170. return $(this, function(e, t, n) {
  3171. var r;
  3172. if (x(e) ? r = e : 9 === e.nodeType && (r = e.defaultView), void 0 === n) return r ? r[i] : e[t];
  3173. r ? r.scrollTo(o ? r.pageXOffset : n, o ? n : r.pageYOffset) : e[t] = n
  3174. }, t, e, arguments.length)
  3175. }
  3176. }), S.each(["top", "left"], function(e, n) {
  3177. S.cssHooks[n] = $e(y.pixelPosition, function(e, t) {
  3178. if (t) return t = Be(e, n), Me.test(t) ? S(e).position()[n] + "px" : t
  3179. })
  3180. }), S.each({
  3181. Height: "height",
  3182. Width: "width"
  3183. }, function(a, s) {
  3184. S.each({
  3185. padding: "inner" + a,
  3186. content: s,
  3187. "": "outer" + a
  3188. }, function(r, o) {
  3189. S.fn[o] = function(e, t) {
  3190. var n = arguments.length && (r || "boolean" != typeof e),
  3191. i = r || (!0 === e || !0 === t ? "margin" : "border");
  3192. return $(this, function(e, t, n) {
  3193. var r;
  3194. return x(e) ? 0 === o.indexOf("outer") ? e["inner" + a] : e.document.documentElement["client" + a] : 9 === e.nodeType ? (r = e.documentElement, Math.max(e.body["scroll" + a], r["scroll" + a], e.body["offset" + a], r["offset" + a], r["client" + a])) : void 0 === n ? S.css(e, t, i) : S.style(e, t, n, i)
  3195. }, s, n ? e : void 0, n)
  3196. }
  3197. })
  3198. }), S.each(["ajaxStart", "ajaxStop", "ajaxComplete", "ajaxError", "ajaxSuccess", "ajaxSend"], function(e, t) {
  3199. S.fn[t] = function(e) {
  3200. return this.on(t, e)
  3201. }
  3202. }), S.fn.extend({
  3203. bind: function(e, t, n) {
  3204. return this.on(e, null, t, n)
  3205. },
  3206. unbind: function(e, t) {
  3207. return this.off(e, null, t)
  3208. },
  3209. delegate: function(e, t, n, r) {
  3210. return this.on(t, e, n, r)
  3211. },
  3212. undelegate: function(e, t, n) {
  3213. return 1 === arguments.length ? this.off(e, "**") : this.off(t, e || "**", n)
  3214. },
  3215. hover: function(e, t) {
  3216. return this.mouseenter(e).mouseleave(t || e)
  3217. }
  3218. }), S.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) {
  3219. S.fn[n] = function(e, t) {
  3220. return 0 < arguments.length ? this.on(n, null, e, t) : this.trigger(n)
  3221. }
  3222. });
  3223. var Gt = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;
  3224. S.proxy = function(e, t) {
  3225. var n, r, i;
  3226. if ("string" == typeof t && (n = e[t], t = e, e = n), m(e)) return r = s.call(arguments, 2), (i = function() {
  3227. return e.apply(t || this, r.concat(s.call(arguments)))
  3228. }).guid = e.guid = e.guid || S.guid++, i
  3229. }, S.holdReady = function(e) {
  3230. e ? S.readyWait++ : S.ready(!0)
  3231. }, S.isArray = Array.isArray, S.parseJSON = JSON.parse, S.nodeName = A, S.isFunction = m, S.isWindow = x, S.camelCase = X, S.type = w, S.now = Date.now, S.isNumeric = function(e) {
  3232. var t = S.type(e);
  3233. return ("number" === t || "string" === t) && !isNaN(e - parseFloat(e))
  3234. }, S.trim = function(e) {
  3235. return null == e ? "" : (e + "").replace(Gt, "")
  3236. }, "function" == typeof define && define.amd && define("jquery", [], function() {
  3237. return S
  3238. });
  3239. var Yt = C.jQuery,
  3240. Qt = C.$;
  3241. return S.noConflict = function(e) {
  3242. return C.$ === S && (C.$ = Qt), e && C.jQuery === S && (C.jQuery = Yt), S
  3243. }, "undefined" == typeof e && (C.jQuery = C.$ = S), S
  3244. }); <
  3245. /script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement