/** v2.8.15 | MIT Licensed */ ;!function (d) { "use strict"; var t, h = d.document, m = {modules: {}, status: {}, timeout: 10, event: {}}, o = function () { this.v = "2.8.15" }, e = d.LAYUI_GLOBAL || {}, v = (t = h.currentScript ? h.currentScript.src : function () { for (var t, e = h.scripts, n = e.length - 1, o = n; 0 < o; o--) if ("interactive" === e[o].readyState) { t = e[o].src; break } return t || e[n].src }(), m.dir = e.dir || t.substring(0, t.lastIndexOf("/") + 1)), g = function (t, e) { e = e || "log", d.console && console[e] && console[e]("layui error hint: " + t) }, b = "undefined" != typeof opera && "[object Opera]" === opera.toString(), N = m.builtin = { lay: "lay", layer: "layer", laydate: "laydate", laypage: "laypage", laytpl: "laytpl", form: "form", upload: "upload", dropdown: "dropdown", transfer: "transfer", tree: "tree", table: "table", treeTable: "treeTable", element: "element", rate: "rate", colorpicker: "colorpicker", slider: "slider", carousel: "carousel", flow: "flow", util: "util", code: "code", jquery: "jquery", all: "all", "layui.all": "layui.all" }, s = (o.prototype.cache = m, o.prototype.define = function (t, o) { return "function" == typeof t && (o = t, t = []), this.use(t, function () { var n = function (t, e) { layui[t] = e, m.status[t] = !0 }; return "function" == typeof o && o(function (t, e) { n(t, e), m.callback[t] = function () { o(n) } }), this }, null, "define"), this }, o.prototype.use = function (n, t, e, o) { var r = this, i = m.dir = m.dir || v, a = h.getElementsByTagName("head")[0], u = (n = "string" == typeof n ? [n] : "function" == typeof n ? (t = n, ["all"]) : n, d.jQuery && jQuery.fn.on && (r.each(n, function (t, e) { "jquery" === e && n.splice(t, 1) }), layui.jquery = layui.$ = jQuery), n[0]), l = 0; function s(t, e) { var n = "PLaySTATION 3" === navigator.platform ? /^complete$/ : /^(complete|loaded)$/; "load" !== t.type && !n.test((t.currentTarget || t.srcElement).readyState) || (m.modules[u] = e, a.removeChild(p), function o() { return ++l > 1e3 * m.timeout / 4 ? g(u + " is not a valid module", "error") : void (m.status[u] ? c() : setTimeout(o, 4)) }()) } function c() { e.push(layui[u]), 1 < n.length ? r.use(n.slice(1), t, e, o) : "function" == typeof t && (layui.jquery && "function" == typeof layui.jquery && "define" !== o ? layui.jquery(function () { t.apply(layui, e) }) : t.apply(layui, e)) } if (e = e || [], m.host = m.host || (i.match(/\/\/([\s\S]+?)\//) || ["//" + location.host + "/"])[0], 0 === n.length || layui["layui.all"] && N[u]) return c(), r; var p, y = (y = (N[u] ? i + "modules/" : !/^\{\/\}/.test(r.modules[u]) && m.base || "") + (r.modules[u] || u) + ".js").replace(/^\{\/\}/, ""); return !m.modules[u] && layui[u] && (m.modules[u] = y), m.modules[u] ? function f() { return ++l > 1e3 * m.timeout / 4 ? g(u + " is not a valid module", "error") : void ("string" == typeof m.modules[u] && m.status[u] ? c() : setTimeout(f, 4)) }() : ((p = h.createElement("script"))["async"] = !0, p.charset = "utf-8", p.src = y + ((i = !0 === m.version ? m.v || (new Date).getTime() : m.version || "") ? "?v=" + i : ""), a.appendChild(p), !p.attachEvent || p.attachEvent.toString && p.attachEvent.toString().indexOf("[native code") < 0 || b ? p.addEventListener("load", function (t) { s(t, y) }, !1) : p.attachEvent("onreadystatechange", function (t) { s(t, y) }), m.modules[u] = y), r }, o.prototype.disuse = function (t) { var n = this; return t = n.isArray(t) ? t : [t], n.each(t, function (t, e) { m.status[e], delete n[e], delete N[e], delete n.modules[e], delete m.status[e], delete m.modules[e] }), n }, o.prototype.getStyle = function (t, e) { t = t.currentStyle || d.getComputedStyle(t, null); return t[t.getPropertyValue ? "getPropertyValue" : "getAttribute"](e) }, o.prototype.link = function (n, o, t) { var r = this, e = h.getElementsByTagName("head")[0], i = h.createElement("link"), a = "layuicss-" + ((t = "string" == typeof o ? o : t) || n).replace(/\.|\//g, ""), u = "creating", l = 0; return i.href = n + (m.debug ? "?v=" + (new Date).getTime() : ""), i.rel = "stylesheet", i.id = a, i.media = "all", h.getElementById(a) || e.appendChild(i), "function" != typeof o || function s(t) { var e = h.getElementById(a); return ++l > 1e3 * m.timeout / 100 ? g(n + " timeout") : void (1989 === parseInt(r.getStyle(e, "width")) ? (t === u && e.removeAttribute("lay-status"), e.getAttribute("lay-status") === u ? setTimeout(s, 100) : o()) : (e.setAttribute("lay-status", u), setTimeout(function () { s(u) }, 100))) }(), r }, o.prototype.addcss = function (t, e, n) { return layui.link(m.dir + "css/" + t, e, n) }, m.callback = {}, o.prototype.factory = function (t) { if (layui[t]) return "function" == typeof m.callback[t] ? m.callback[t] : null }, o.prototype.img = function (t, e, n) { var o = new Image; if (o.src = t, o.complete) return e(o); o.onload = function () { o.onload = null, "function" == typeof e && e(o) }, o.onerror = function (t) { o.onerror = null, "function" == typeof n && n(t) } }, o.prototype.config = function (t) { for (var e in t = t || {}) m[e] = t[e]; return this }, o.prototype.modules = function () { var t, e = {}; for (t in N) e[t] = N[t]; return e }(), o.prototype.extend = function (t) { for (var e in t = t || {}) this[e] || this.modules[e] ? g(e + " Module already exists", "error") : this.modules[e] = t[e]; return this }, o.prototype.router = o.prototype.hash = function (t) { var n = {path: [], search: {}, hash: ((t = t || location.hash).match(/[^#](#.*$)/) || [])[1] || ""}; return /^#\//.test(t) && (t = t.replace(/^#\//, ""), n.href = "/" + t, t = t.replace(/([^#])(#.*$)/, "$1").split("/") || [], this.each(t, function (t, e) { /^\w+=/.test(e) ? (e = e.split("="), n.search[e[0]] = e[1]) : n.path.push(e) })), n }, o.prototype.url = function (t) { var r, e, n = this; return { pathname: (t ? ((t.match(/\.[^.]+?\/.+/) || [])[0] || "").replace(/^[^\/]+/, "").replace(/\?.+/, "") : location.pathname).replace(/^\//, "").split("/"), search: (r = {}, e = (t ? ((t.match(/\?.+/) || [])[0] || "").replace(/\#.+/, "") : location.search).replace(/^\?+/, "").split("&"), n.each(e, function (t, e) { var n = e.indexOf("="), o = n < 0 ? e.substr(0, e.length) : 0 !== n && e.substr(0, n); o && (r[o] = 0 < n ? e.substr(n + 1) : null) }), r), hash: n.router(t ? (t.match(/#.+/) || [])[0] || "/" : location.hash) } }, o.prototype.data = function (t, e, n) { if (t = t || "layui", n = n || localStorage, d.JSON && d.JSON.parse) { if (null === e) return delete n[t]; e = "object" == typeof e ? e : {key: e}; try { var o = JSON.parse(n[t]) } catch (r) { o = {} } return "value" in e && (o[e.key] = e.value), e.remove && delete o[e.key], n[t] = JSON.stringify(o), e.key ? o[e.key] : o } }, o.prototype.sessionData = function (t, e) { return this.data(t, e, sessionStorage) }, o.prototype.device = function (t) { var n = navigator.userAgent.toLowerCase(), e = function (t) { var e = new RegExp(t + "/([^\\s\\_\\-]+)"); return (t = (n.match(e) || [])[1]) || !1 }, o = { os: /windows/.test(n) ? "windows" : /linux/.test(n) ? "linux" : /iphone|ipod|ipad|ios/.test(n) ? "ios" : /mac/.test(n) ? "mac" : void 0, ie: !!(d.ActiveXObject || "ActiveXObject" in d) && ((n.match(/msie\s(\d+)/) || [])[1] || "11"), weixin: e("micromessenger") }; return t && !o[t] && (o[t] = e(t)), o.android = /android/.test(n), o.ios = "ios" === o.os, o.mobile = o.android || o.ios, o }, o.prototype.hint = function () { return {error: g} }, o.prototype._typeof = o.prototype.type = function (t) { return null === t ? String(t) : "object" == typeof t || "function" == typeof t ? (e = (e = Object.prototype.toString.call(t).match(/\s(.+)\]$/) || [])[1] || "Object", new RegExp("\\b(Function|Array|Date|RegExp|Object|Error|Symbol)\\b").test(e) ? e.toLowerCase() : "object") : typeof t; var e }, o.prototype._isArray = o.prototype.isArray = function (t) { var e, n = this.type(t); return !(!t || "object" != typeof t || t === d) && (e = "length" in t && t.length, "array" === n || 0 === e || "number" == typeof e && 0 < e && e - 1 in t) }, o.prototype.each = function (t, n) { var e, o = function (t, e) { return n.call(e[t], t, e[t]) }; if ("function" != typeof n) return this; if (this.isArray(t = t || [])) for (e = 0; e < t.length && !o(e, t); e++) ; else for (e in t) if (o(e, t)) break; return this }, o.prototype.sort = function (t, r, e, n) { n = n ? t || [] : JSON.parse(JSON.stringify(t || [])); return "object" !== this.type(t) || r ? "object" != typeof t ? [n] : (n.sort(function (t, e) { var n = t[r], o = e[r]; if (!isNaN(t) && !isNaN(e)) return t - e; if (!isNaN(t) && isNaN(e)) { if (!r || "object" != typeof e) return -1; n = t } else if (isNaN(t) && !isNaN(e)) { if (!r || "object" != typeof t) return 1; o = e } t = [!isNaN(n), !isNaN(o)]; return t[0] && t[1] ? n && !o && 0 !== o ? 1 : !n && 0 !== n && o ? -1 : n - o : t[0] || t[1] ? t[0] || !t[1] ? -1 : !t[0] || t[1] ? 1 : void 0 : o < n ? 1 : n < o ? -1 : 0 }), e && n.reverse(), n) : n }, o.prototype.stope = function (t) { t = t || d.event; try { t.stopPropagation() } catch (e) { t.cancelBubble = !0 } }, "LAYUI-EVENT-REMOVE"); o.prototype.onevent = function (t, e, n) { return "string" != typeof t || "function" != typeof n ? this : o.event(t, e, null, n) }, o.prototype.event = o.event = function (t, e, n, o) { var r = this, i = null, a = (e || "").match(/\((.*)\)$/) || [], t = (t + "." + e).replace(a[0], ""), u = a[1] || "", l = function (t, e) { !1 === (e && e.call(r, n)) && null === i && (i = !1) }; return n === s ? (delete (r.cache.event[t] || {})[u], r) : o ? (m.event[t] = m.event[t] || {}, u ? m.event[t][u] = [o] : (m.event[t][u] = m.event[t][u] || [], m.event[t][u].push(o)), this) : (layui.each(m.event[t], function (t, e) { "{*}" === u ? layui.each(e, l) : ("" === t && layui.each(e, l), u && t === u && layui.each(e, l)) }), i) }, o.prototype.on = function (t, e, n) { return this.onevent.call(this, e, t, n) }, o.prototype.off = function (t, e) { return this.event.call(this, e, t, s) }, o.prototype.debounce = function (n, o) { var r; return function () { var t = this, e = arguments; clearTimeout(r), r = setTimeout(function () { n.apply(t, e) }, o) } }, o.prototype.throttle = function (t, e) { var n = !1; return function () { n || (t.apply(this, arguments), n = !0, setTimeout(function () { n = !1 }, e)) } }, d.layui = new o }(window); layui.define(function (a) { var i = layui.cache; layui.config({dir: i.dir.replace(/lay\/dest\/$/, "")}), a("layui.all", layui.v) }); !function (l) { "use strict"; var t, h = l.document, d = function (t) { return new r(t) }, r = function (t) { var n = this, i = "object" == typeof t ? layui.isArray(t) ? t : [t] : (this.selector = t, h.querySelectorAll(t || null)); d.each(i, function (t, e) { n.push(i[t]) }) }; r.fn = r.prototype = [], r.fn.constructor = r, d.extend = function () { var t, e = 1, n = arguments, i = function (t, e) { for (var n in t = t || ("array" === layui.type(e) ? [] : {}), e) t[n] = e[n] && e[n].constructor === Object ? i(t[n], e[n]) : e[n]; return t }; for (n[0] = "object" == typeof n[0] ? n[0] : {}, t = n.length; e < t; e++) "object" == typeof n[e] && i(n[0], n[e]); return n[0] }, d.ie = (t = navigator.userAgent.toLowerCase(), !!(l.ActiveXObject || "ActiveXObject" in l) && ((t.match(/msie\s(\d+)/) || [])[1] || "11")), d.layui = layui || {}, d.getPath = layui.cache.dir, d.stope = layui.stope, d.each = function () { return layui.each.apply(layui, arguments), this }, d.digit = function (t, e) { if ("string" != typeof t && "number" != typeof t) return ""; var n = ""; e = e || 2; for (var i = (t = String(t)).length; i < e; i++) n += "0"; return t < Math.pow(10, e) ? n + t : t }, d.elem = function (t, e) { var n = h.createElement(t); return d.each(e || {}, function (t, e) { n.setAttribute(t, e) }), n }, d.hasScrollbar = function () { return h.body.scrollHeight > (l.innerHeight || h.documentElement.clientHeight) }, d.style = function (t) { t = t || {}; var e = d.elem("style"), n = t.text || "", i = t.target || d("body")[0]; n && ("styleSheet" in e ? (e.setAttribute("type", "text/css"), e.styleSheet.cssText = n) : e.innerHTML = n, d.style.index = d.style.index || 0, d.style.index++, n = e.id = "LAY-STYLE-" + (t.id || "DF-" + d.style.index), (t = d(i).find("#" + n))[0] && t.remove(), d(i).append(e)) }, d.position = function (t, e, n) { var i, r, o, c, u, a, f, s; e && (n = n || {}, t !== h && t !== d("body")[0] || (n.clickType = "right"), i = "right" === n.clickType ? { left: (i = n.e || l.event || {}).clientX, top: i.clientY, right: i.clientX, bottom: i.clientY } : t.getBoundingClientRect(), f = e.offsetWidth, s = e.offsetHeight, r = function (t) { return h.body[t = t ? "scrollLeft" : "scrollTop"] | h.documentElement[t] }, o = function (t) { return h.documentElement[t ? "clientWidth" : "clientHeight"] }, c = "margin" in n ? n.margin : 5, u = i.left, a = i.bottom, "center" === n.align ? u -= (f - t.offsetWidth) / 2 : "right" === n.align && (u = u - f + t.offsetWidth), (u = u + f + c > o("width") ? o("width") - f - c : u) < c && (u = c), i.bottom + s + c > o() && (i.top > s + c && i.top <= o() ? a = i.top - s - 2 * c : n.allowBottomOut || (a = o() - s - 2 * c) < 0 && (a = 0)), (f = n.position) && (e.style.position = f), e.style.left = u + ("fixed" === f ? 0 : r(1)) + "px", e.style.top = a + ("fixed" === f ? 0 : r()) + "px", d.hasScrollbar() || (s = e.getBoundingClientRect(), !n.SYSTEM_RELOAD && s.bottom + c > o() && (n.SYSTEM_RELOAD = !0, setTimeout(function () { d.position(t, e, n) }, 50)))) }, d.options = function (t, e) { if (e = "object" == typeof e ? e : {attr: e}, t === h) return {}; var t = d(t), n = e.attr || "lay-options", t = t.attr(n); try { return new Function("return " + (t || "{}"))() } catch (i) { return layui.hint().error(e.errorText || [n + '="' + t + '"', "\n parseerror: " + i].join("\n"), "error"), {} } }, d.isTopElem = function (n) { var t = [h, d("body")[0]], i = !1; return d.each(t, function (t, e) { if (e === n) return i = !0 }), i }, r.addStr = function (n, t) { return n = n.replace(/\s+/, " "), t = t.replace(/\s+/, " ").split(" "), d.each(t, function (t, e) { new RegExp("\\b" + e + "\\b").test(n) || (n = n + " " + e) }), n.replace(/^\s|\s$/, "") }, r.removeStr = function (n, t) { return n = n.replace(/\s+/, " "), t = t.replace(/\s+/, " ").split(" "), d.each(t, function (t, e) { e = new RegExp("\\b" + e + "\\b"); e.test(n) && (n = n.replace(e, "")) }), n.replace(/\s+/, " ").replace(/^\s|\s$/, "") }, r.fn.find = function (n) { var i = [], r = "object" == typeof n; return this.each(function (t, e) { e = r && e.contains(n) ? n : e.querySelectorAll(n || null); d.each(e, function (t, e) { i.push(e) }) }), d(i) }, r.fn.each = function (t) { return d.each.call(this, this, t) }, r.fn.addClass = function (n, i) { return this.each(function (t, e) { e.className = r[i ? "removeStr" : "addStr"](e.className, n) }) }, r.fn.removeClass = function (t) { return this.addClass(t, !0) }, r.fn.hasClass = function (n) { var i = !1; return this.each(function (t, e) { new RegExp("\\b" + n + "\\b").test(e.className) && (i = !0) }), i }, r.fn.css = function (e, i) { var t = this, r = function (t) { return isNaN(t) ? t : t + "px" }; return "string" != typeof e || i !== undefined ? t.each(function (t, n) { "object" == typeof e ? d.each(e, function (t, e) { n.style[t] = r(e) }) : n.style[e] = r(i) }) : 0 < t.length ? t[0].style[e] : void 0 }, r.fn.width = function (n) { var i = this; return n !== undefined ? i.each(function (t, e) { i.css("width", n) }) : 0 < i.length ? i[0].offsetWidth : void 0 }, r.fn.height = function (n) { var i = this; return n !== undefined ? i.each(function (t, e) { i.css("height", n) }) : 0 < i.length ? i[0].offsetHeight : void 0 }, r.fn.attr = function (n, i) { var t = this; return i !== undefined ? t.each(function (t, e) { e.setAttribute(n, i) }) : 0 < t.length ? t[0].getAttribute(n) : void 0 }, r.fn.removeAttr = function (n) { return this.each(function (t, e) { e.removeAttribute(n) }) }, r.fn.html = function (n) { var t = this; return n !== undefined ? this.each(function (t, e) { e.innerHTML = n }) : 0 < t.length ? t[0].innerHTML : void 0 }, r.fn.val = function (n) { var t = this; return n !== undefined ? this.each(function (t, e) { e.value = n }) : 0 < t.length ? t[0].value : void 0 }, r.fn.append = function (n) { return this.each(function (t, e) { "object" == typeof n ? e.appendChild(n) : e.innerHTML = e.innerHTML + n }) }, r.fn.remove = function (n) { return this.each(function (t, e) { n ? e.removeChild(n) : e.parentNode.removeChild(e) }) }, r.fn.on = function (n, i) { return this.each(function (t, e) { e.attachEvent ? e.attachEvent("on" + n, function (t) { t.target = t.srcElement, i.call(e, t) }) : e.addEventListener(n, i, !1) }) }, r.fn.off = function (n, i) { return this.each(function (t, e) { e.detachEvent ? e.detachEvent("on" + n, i) : e.removeEventListener(n, i, !1) }) }, l.lay = d, l.layui && layui.define && layui.define(function (t) { t("lay", d) }) }(window, window.document); layui.define(function (e) { "use strict"; var c = {open: "{{", close: "}}"}, l = { escape: function (e) { return e === undefined || null === e ? "" : /[<"'>]|&(?=#[a-zA-Z0-9]+)/g.test(e += "") ? e.replace(/&(?!#?[a-zA-Z0-9]+;)/g, "&").replace(//g, ">").replace(/'/g, "'").replace(/"/g, """) : e } }, i = function (e) { return new RegExp(e, "g") }, u = function (e, r) { var n = "Laytpl Error: "; return "object" == typeof console && console.error(n + e + "\n" + (r || "")), n + e }, n = function (e, r) { var n = this, e = (n.config = n.config || {}, n.template = e, function (e) { for (var r in e) n.config[r] = e[r] }); e(c), e(r) }, r = (n.prototype.tagExp = function (e, r, n) { var c = this.config; return i((r || "") + c.open + ["#([\\s\\S])+?", "([^{#}])*?"][e || 0] + c.close + (n || "")) }, n.prototype.parse = function (e, r) { var n = this, c = n.config, t = e, o = i("^" + c.open + "#", ""), p = i(c.close + "$", ""); if ("string" != typeof e) return e; e = '"use strict";var view = "' + (e = e.replace(/\s+|\r|\t|\n/g, " ").replace(i(c.open + "#"), c.open + "# ").replace(i(c.close + "}"), "} " + c.close).replace(/\\/g, "\\\\").replace(i(c.open + "!(.+?)!" + c.close), function (e) { return e = e.replace(i("^" + c.open + "!"), "").replace(i("!" + c.close), "").replace(i(c.open + "|" + c.close), function (e) { return e.replace(/(.)/g, "\\$1") }) }).replace(/(?="|')/g, "\\").replace(n.tagExp(), function (e) { return '";' + (e = e.replace(o, "").replace(p, "")).replace(/\\(.)/g, "$1") + ';view+="' }).replace(n.tagExp(1), function (e) { var r = '"+laytpl.escape('; return e.replace(/\s/g, "") === c.open + c.close ? "" : (e = e.replace(i(c.open + "|" + c.close), ""), /^=/.test(e) ? e = e.replace(/^=/, "") : /^-/.test(e) && (e = e.replace(/^-/, ""), r = '"+('), r + e.replace(/\\(.)/g, "$1") + ')+"') })) + '";return view;'; try { return n.cache = e = new Function("d, laytpl", e), e(r, l) } catch (a) { return delete n.cache, u(a, t) } }, n.prototype.render = function (e, r) { e = e || {}; var n = this, e = n.cache ? n.cache(e, l) : n.parse(n.template, e); return "function" == typeof r && r(e), e }, function (e, r) { return new n(e, r) }); r.config = function (e) { for (var r in e = e || {}) c[r] = e[r] }, r.v = "2.0.0", e("laytpl", r) }); layui.define(function (e) { "use strict"; var r = document, u = "getElementById", c = "getElementsByTagName", a = "layui-disabled", t = function (e) { var a = this; a.config = e || {}, a.config.index = ++o.index, a.render(!0) }, o = (t.prototype.type = function () { var e = this.config; if ("object" == typeof e.elem) return e.elem.length === undefined ? 2 : 3 }, t.prototype.view = function () { var t, i, n = this.config, r = n.groups = "groups" in n ? Number(n.groups) || 0 : 5, u = (n.layout = "object" == typeof n.layout ? n.layout : ["prev", "page", "next"], n.count = Number(n.count) || 0, n.curr = Number(n.curr) || 1, n.limits = "object" == typeof n.limits ? n.limits : [10, 20, 30, 40, 50], n.limit = Number(n.limit) || 10, n.pages = Math.ceil(n.count / n.limit) || 1, n.curr > n.pages ? n.curr = n.pages : n.curr < 1 && (n.curr = 1), r < 0 ? r = 1 : r > n.pages && (r = n.pages), n.prev = "prev" in n ? n.prev : "上一页", n.next = "next" in n ? n.next : "下一页", n.pages > r ? Math.ceil((n.curr + (1 < r ? 1 : 0)) / (0 < r ? r : 1)) : 1), l = { prev: n.prev ? '' + n.prev + "" : "", page: function () { var e = []; if (n.count < 1) return ""; 1 < u && !1 !== n.first && 0 !== r && e.push('' + (n.first || 1) + ""); var a = Math.floor((r - 1) / 2), t = 1 < u ? n.curr - a : 1, i = 1 < u ? (a = n.curr + (r - a - 1)) > n.pages ? n.pages : a : r; for (i - t < r - 1 && (t = i - r + 1), !1 !== n.first && 2 < t && e.push(''); t <= i; t++) t === n.curr ? e.push('" + t + "") : e.push('' + t + ""); return n.pages > r && n.pages > i && !1 !== n.last && (i + 1 < n.pages && e.push(''), 0 !== r && e.push('' + (n.last || n.pages) + "")), e.join("") }(), next: n.next ? '' + n.next + "" : "", count: '\u5171 ' + n.count + " \u6761", limit: (t = ['"), refresh: ['', '', ""].join(""), skip: ['到第', '', '页', ""].join("") }; return ['
', (i = [], layui.each(n.layout, function (e, a) { l[a] && i.push(l[a]) }), i.join("")), "
"].join("") }, t.prototype.jump = function (e, a) { if (e) { var t = this, i = t.config, n = e.children, r = e[c]("button")[0], u = e[c]("input")[0], e = e[c]("select")[0], l = function () { var e = Number(u.value.replace(/\s|\D/g, "")); e && (i.curr = e, t.render()) }; if (a) return l(); for (var s = 0, p = n.length; s < p; s++) "a" === n[s].nodeName.toLowerCase() && o.on(n[s], "click", function () { var e = Number(this.getAttribute("data-page")); e < 1 || e > i.pages || (i.curr = e, t.render()) }); e && o.on(e, "change", function () { var e = this.value; i.curr * e > i.count && (i.curr = Math.ceil(i.count / e)), i.limit = e, t.render() }), r && o.on(r, "click", function () { l() }) } }, t.prototype.skip = function (t) { var i, e; t && (i = this, (e = t[c]("input")[0]) && o.on(e, "keyup", function (e) { var a = this.value, e = e.keyCode; /^(37|38|39|40)$/.test(e) || (/\D/.test(a) && (this.value = a.replace(/\D/, "")), 13 === e && i.jump(t, !0)) })) }, t.prototype.render = function (e) { var a = this, t = a.config, i = a.type(), n = a.view(), i = (2 === i ? t.elem && (t.elem.innerHTML = n) : 3 === i ? t.elem.html(n) : r[u](t.elem) && (r[u](t.elem).innerHTML = n), t.jump && t.jump(t, e), r[u]("layui-laypage-" + t.index)); a.jump(i), t.hash && !e && (location.hash = "!" + t.hash + "=" + t.curr), a.skip(i) }, { render: function (e) { return new t(e).index }, index: layui.laypage ? layui.laypage.index + 1e4 : 0, on: function (a, e, t) { return a.attachEvent ? a.attachEvent("on" + e, function (e) { e.target = e.srcElement, t.call(a, e) }) : a.addEventListener(e, t, !1), this } }); e("laypage", o) }); !function (i, v) { "use strict"; var n = i.layui && layui.define, l = { getPath: i.lay && lay.getPath ? lay.getPath : "", link: function (e, t, a) { D.path && i.lay && lay.layui && lay.layui.link(D.path + e, t, a) } }, e = i.LAYUI_GLOBAL || {}, d = "layui-laydate-id", D = { v: "5.5.0", config: {weekStart: 0}, index: i.laydate && i.laydate.v ? 1e5 : 0, path: e.laydate_dir || l.getPath, set: function (e) { var t = this; return t.config = lay.extend({}, t.config, e), t }, ready: function (e) { var t = "laydate", a = (n ? "modules/" : "") + "laydate.css?v=" + D.v; return n ? layui["layui.all"] ? "function" == typeof e && e() : layui.addcss(a, e, t) : l.link(a, e, t), this } }, s = function () { var t = this, e = t.config.id; return (s.that[e] = t).inst = { hint: function (e) { t.hint.call(t, e) }, reload: function (e) { t.reload.call(t, e) }, config: t.config } }, a = "laydate", x = "layui-this", k = "laydate-disabled", h = [100, 2e5], T = "layui-laydate-static", w = "layui-laydate-list", o = "laydate-selected", r = "layui-laydate-hint", y = "laydate-day-prev", m = "laydate-day-next", C = ".laydate-btns-confirm", M = "laydate-time-text", L = "laydate-btns-time", E = "layui-laydate-preview", S = "layui-laydate-shade", I = function (e) { var t, a = this, n = (a.index = ++D.index, a.config = lay.extend({}, a.config, D.config, e), lay(e.elem || a.config.elem)); return 1 < n.length ? (lay.each(n, function () { D.render(lay.extend({}, a.config, {elem: this})) }), a) : (e = lay.extend(a.config, lay.options(n[0])), n[0] && n.attr(d) ? (t = s.getThis(n.attr(d))) ? t.reload(e) : void 0 : (e.id = "id" in e ? e.id : n.attr("id") || a.index, e.index = a.index, void D.ready(function () { a.init() }))) }, c = "yyyy|y|MM|M|dd|d|HH|H|mm|m|ss|s"; s.formatArr = function (e) { return (e || "").match(new RegExp(c + "|.", "g")) || [] }, I.isLeapYear = function (e) { return e % 4 == 0 && e % 100 != 0 || e % 400 == 0 }, I.prototype.config = { type: "date", range: !1, format: "yyyy-MM-dd", value: null, isInitValue: !0, min: "1900-1-1", max: "2099-12-31", trigger: "click", show: !1, showBottom: !0, isPreview: !0, btns: ["clear", "now", "confirm"], lang: "cn", theme: "default", position: null, calendar: !1, mark: {}, holidays: null, zIndex: null, done: null, change: null, autoConfirm: !0, shade: 0 }, I.prototype.lang = function () { var e = { cn: { weeks: ["\u65e5", "\u4e00", "\u4e8c", "\u4e09", "\u56db", "\u4e94", "\u516d"], time: ["\u65f6", "\u5206", "\u79d2"], timeTips: "\u9009\u62e9\u65f6\u95f4", startTime: "\u5f00\u59cb\u65f6\u95f4", endTime: "\u7ed3\u675f\u65f6\u95f4", dateTips: "\u8fd4\u56de\u65e5\u671f", month: ["\u4e00", "\u4e8c", "\u4e09", "\u56db", "\u4e94", "\u516d", "\u4e03", "\u516b", "\u4e5d", "\u5341", "\u5341\u4e00", "\u5341\u4e8c"], tools: {confirm: "\u786e\u5b9a", clear: "\u6e05\u7a7a", now: "\u73b0\u5728"}, timeout: "\u7ed3\u675f\u65f6\u95f4\u4e0d\u80fd\u65e9\u4e8e\u5f00\u59cb\u65f6\u95f4
\u8bf7\u91cd\u65b0\u9009\u62e9", invalidDate: "\u4e0d\u5728\u6709\u6548\u65e5\u671f\u6216\u65f6\u95f4\u8303\u56f4\u5185", formatError: ["\u65e5\u671f\u683c\u5f0f\u4e0d\u5408\u6cd5
\u5fc5\u987b\u9075\u5faa\u4e0b\u8ff0\u683c\u5f0f\uff1a
", "
\u5df2\u4e3a\u4f60\u91cd\u7f6e"], preview: "\u5f53\u524d\u9009\u4e2d\u7684\u7ed3\u679c" }, en: { weeks: ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"], time: ["Hours", "Minutes", "Seconds"], timeTips: "Select Time", startTime: "Start Time", endTime: "End Time", dateTips: "Select Date", month: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"], tools: {confirm: "Confirm", clear: "Clear", now: "Now"}, timeout: "End time cannot be less than start Time
Please re-select", invalidDate: "Invalid date", formatError: ["The date format error
Must be followed\uff1a
", "
It has been reset"], preview: "The selected result" } }; return e[this.config.lang] || e.cn }, I.prototype.reload = function (e) { this.config = lay.extend({}, this.config, e), this.init() }, I.prototype.init = function () { var r = this, o = r.config, e = "static" === o.position, t = {year: "yyyy", month: "yyyy-MM", date: "yyyy-MM-dd", time: "HH:mm:ss", datetime: "yyyy-MM-dd HH:mm:ss"}; o.elem = lay(o.elem), o.eventElem = lay(o.eventElem), o.elem[0] && ("array" !== layui.type(o.theme) && (o.theme = [o.theme]), o.fullPanel && ("datetime" !== o.type || o.range) && delete o.fullPanel, r.rangeStr = o.range ? "string" == typeof o.range ? o.range : "-" : "", r.rangeLinked = !(!o.range || !o.rangeLinked || "date" !== o.type && "datetime" !== o.type), r.autoCalendarModel = function () { var e = r.rangeLinked; return r.rangeLinked = o.range && ("date" === o.type || "datetime" === o.type) && (!r.startDate || !r.endDate || r.startDate && r.endDate && r.startDate.year === r.endDate.year && r.startDate.month === r.endDate.month), lay(r.elem)[r.rangeLinked ? "addClass" : "removeClass"]("layui-laydate-linkage"), r.rangeLinked != e }, r.autoCalendarModel.auto = r.rangeLinked && "auto" === o.rangeLinked, "array" === layui.type(o.range) && (r.rangeElem = [lay(o.range[0]), lay(o.range[1])]), t[o.type] || (i.console && console.error && console.error("laydate type error:'" + o.type + "' is not supported"), o.type = "date"), o.format === t.date && (o.format = t[o.type] || t.date), r.format = s.formatArr(o.format), o.weekStart && !/^[0-6]$/.test(o.weekStart) && (t = r.lang(), o.weekStart = t.weeks.indexOf(o.weekStart), -1 === o.weekStart && (o.weekStart = 0)), r.EXP_IF = "", r.EXP_SPLIT = "", lay.each(r.format, function (e, t) { e = new RegExp(c).test(t) ? "\\d{" + (new RegExp(c).test(r.format[0 === e ? e + 1 : e - 1] || "") ? /^yyyy|y$/.test(t) ? 4 : t.length : /^yyyy$/.test(t) ? "1,4" : /^y$/.test(t) ? "1,308" : "1,2") + "}" : "\\" + t; r.EXP_IF = r.EXP_IF + e, r.EXP_SPLIT = r.EXP_SPLIT + "(" + e + ")" }), r.EXP_IF_ONE = new RegExp("^" + r.EXP_IF + "$"), r.EXP_IF = new RegExp("^" + (o.range ? r.EXP_IF + "\\s\\" + r.rangeStr + "\\s" + r.EXP_IF : r.EXP_IF) + "$"), r.EXP_SPLIT = new RegExp("^" + r.EXP_SPLIT + "$", ""), r.isInput(o.elem[0]) || "focus" === o.trigger && (o.trigger = "click"), o.elem.attr("lay-key", r.index), o.eventElem.attr("lay-key", r.index), o.elem.attr(d, o.id), o.mark = lay.extend({}, o.calendar && "cn" === o.lang ? { "0-1-1": "\u5143\u65e6", "0-2-14": "\u60c5\u4eba", "0-3-8": "\u5987\u5973", "0-3-12": "\u690d\u6811", "0-4-1": "\u611a\u4eba", "0-5-1": "\u52b3\u52a8", "0-5-4": "\u9752\u5e74", "0-6-1": "\u513f\u7ae5", "0-9-10": "\u6559\u5e08", "0-10-1": "\u56fd\u5e86", "0-12-25": "\u5723\u8bde" } : {}, o.mark), lay.each(["min", "max"], function (e, t) { var a = [], n = []; if ("number" == typeof o[t]) var i = o[t], l = new Date, l = r.newDate({ year: l.getFullYear(), month: l.getMonth(), date: l.getDate(), hours: e ? 23 : 0, minutes: e ? 59 : 0, seconds: e ? 59 : 0 }).getTime(), e = new Date(i ? i < 864e5 ? l + 864e5 * i : i : l), a = [e.getFullYear(), e.getMonth() + 1, e.getDate()], n = [e.getHours(), e.getMinutes(), e.getSeconds()]; else if ("string" == typeof o[t]) a = (o[t].match(/\d+-\d+-\d+/) || [""])[0].split("-"), n = (o[t].match(/\d+:\d+:\d+/) || [""])[0].split(":"); else if ("object" == typeof o[t]) return o[t]; o[t] = { year: 0 | a[0] || (new Date).getFullYear(), month: a[1] ? (0 | a[1]) - 1 : (new Date).getMonth(), date: 0 | a[2] || (new Date).getDate(), hours: 0 | n[0], minutes: 0 | n[1], seconds: 0 | n[2] } }), r.elemID = "layui-laydate" + o.elem.attr("lay-key"), (o.show || e) && r.render(), e || r.events(), o.value && o.isInitValue && ("date" === layui.type(o.value) ? r.setValue(r.parse(0, r.systemDate(o.value))) : r.setValue(o.value))) }, I.prototype.render = function () { var a, n, i, l, r = this, o = r.config, d = r.lang(), s = "static" === o.position, y = r.elem = lay.elem("div", { id: r.elemID, "class": ["layui-laydate", o.range ? " layui-laydate-range" : "", r.rangeLinked ? " layui-laydate-linkage" : "", s ? " " + T : "", o.fullPanel ? " laydate-theme-fullpanel" : "", (a = "", lay.each(o.theme, function (e, t) { "default" === t || /^#/.test(t) || (a += " laydate-theme-" + t) }), a)].join("") }), m = r.elemMain = [], c = r.elemHeader = [], u = r.elemCont = [], h = r.table = [], e = r.footer = lay.elem("div", {"class": "layui-laydate-footer"}), t = r.shortcut = lay.elem("ul", {"class": "layui-laydate-shortcut"}), f = (o.zIndex && (y.style.zIndex = o.zIndex), lay.each(new Array(2), function (e) { if (!o.range && 0 < e) return !0; var a = lay.elem("div", {"class": "layui-laydate-header"}), t = [((t = lay.elem("i", {"class": "layui-icon laydate-icon laydate-prev-y"})).innerHTML = "", t), ((t = lay.elem("i", {"class": "layui-icon laydate-icon laydate-prev-m"})).innerHTML = "", t), (t = lay.elem("div", {"class": "laydate-set-ym"}), n = lay.elem("span"), l = lay.elem("span"), t.appendChild(n), t.appendChild(l), t), ((n = lay.elem("i", {"class": "layui-icon laydate-icon laydate-next-m"})).innerHTML = "", n), ((l = lay.elem("i", {"class": "layui-icon laydate-icon laydate-next-y"})).innerHTML = "", l)], n = lay.elem("div", {"class": "layui-laydate-content"}), i = lay.elem("table"), l = lay.elem("thead"), r = lay.elem("tr"); lay.each(t, function (e, t) { a.appendChild(t) }), l.appendChild(r), lay.each(new Array(6), function (a) { var n = i.insertRow(0); lay.each(new Array(7), function (e) { var t; 0 === a && ((t = lay.elem("th")).innerHTML = d.weeks[(e + o.weekStart) % 7], r.appendChild(t)), n.insertCell(e) }) }), i.insertBefore(l, i.children[0]), n.appendChild(i), m[e] = lay.elem("div", {"class": "layui-laydate-main laydate-main-list-" + e}), m[e].appendChild(a), m[e].appendChild(n), c.push(t), u.push(n), h.push(i) }), lay(e).html((f = [], n = [], "datetime" === o.type && f.push('' + d.timeTips + ""), (o.range || "datetime" !== o.type || o.fullPanel) && f.push(''), lay.each(o.btns, function (e, t) { var a = d.tools[t] || "btn"; o.range && "now" === t || (s && "clear" === t && (a = "cn" === o.lang ? "\u91cd\u7f6e" : "Reset"), n.push('' + a + "")) }), f.push('"), f.join(""))), o.shortcuts && (y.appendChild(t), lay(t).html((i = [], lay.each(o.shortcuts, function (e, t) { i.push('
  • ' + t.text + "
  • ") }), i.join(""))).find("li").on("click", function (e) { var t = (o.shortcuts[this.dataset.index] || {}).value || [], n = (layui.isArray(t) || (t = [t]), o.type), t = (lay.each(t, function (e, t) { var a = [o.dateTime, r.endDate][e]; "time" === n && "date" !== layui.type(t) ? r.EXP_IF.test(t) && (t = (t.match(r.EXP_SPLIT) || []).slice(1), lay.extend(a, { hours: 0 | t[0], minutes: 0 | t[2], seconds: 0 | t[4] })) : lay.extend(a, r.systemDate("date" === layui.type(t) ? t : new Date(t))), "time" !== n && "datetime" !== n || (r[["startTime", "endTime"][e]] = { hours: a.hours, minutes: a.minutes, seconds: a.seconds }), 0 === e ? r.startDate = lay.extend({}, a) : r.endState = !0, "year" === n || "month" === n || "time" === n ? r.listYM[e] = [a.year, a.month + 1] : e && r.autoCalendarModel.auto && r.autoCalendarModel() }), r.checkDate("limit").calendar(null, null, "init"), lay(r.footer).find("." + L).removeClass(k)); t && "date" === t.attr("lay-type") && t[0].click(), r.done(null, "change"), lay(this).addClass(x), "static" !== o.position && r.setValue(r.parse()).done().remove() })), lay.each(m, function (e, t) { y.appendChild(t) }), o.showBottom && y.appendChild(e), lay.elem("style")), p = [], g = !0, t = (lay.each(o.theme, function (e, t) { if (g && /^#/.test(t)) return g = !(l = !0), void p.push(["#{{id}} .layui-laydate-header{background-color:{{theme}};}", "#{{id}} li.layui-this,#{{id}} td.layui-this>div{background-color:{{theme}} !important;}", -1 !== o.theme.indexOf("circle") ? "" : "#{{id}} .layui-this{background-color:{{theme}} !important;}", "#{{id}} .laydate-day-now{color:{{theme}} !important;}", "#{{id}} .laydate-day-now:after{border-color:{{theme}} !important;}"].join("").replace(/{{id}}/g, r.elemID).replace(/{{theme}}/g, t)); !g && /^#/.test(t) && p.push(["#{{id}} .laydate-selected>div{background-color:{{theme}} !important;}", "#{{id}} .laydate-selected:hover>div{background-color:{{theme}} !important;}"].join("").replace(/{{id}}/g, r.elemID).replace(/{{theme}}/g, t)) }), o.shortcuts && o.range && p.push("#{{id}}.layui-laydate-range{width: 628px;}".replace(/{{id}}/g, r.elemID)), p.length && (p = p.join(""), "styleSheet" in f ? (f.setAttribute("type", "text/css"), f.styleSheet.cssText = p) : f.innerHTML = p, l && lay(y).addClass("laydate-theme-molv"), y.appendChild(f)), r.remove(I.thisElemDate), D.thisId = o.id, s ? o.elem.append(y) : (v.body.appendChild(y), r.position()), o.shade ? '
    ' : ""); y.insertAdjacentHTML("beforebegin", t), r.checkDate().calendar(null, 0, "init"), r.changeEvent(), I.thisElemDate = r.elemID, r.renderAdditional(), "function" == typeof o.ready && o.ready(lay.extend({}, o.dateTime, {month: o.dateTime.month + 1})), r.preview() }, I.prototype.remove = function (e) { var t = this, a = t.config, n = lay("#" + (e || t.elemID)); return n[0] && (n.hasClass(T) || t.checkDate(function () { n.remove(), delete t.startDate, delete t.endDate, delete t.endState, delete t.startTime, delete t.endTime, delete D.thisId, "function" == typeof a.close && a.close(t) }), lay("." + S).remove()), t }, I.prototype.position = function () { var e = this.config; return lay.position(e.elem[0], this.elem, {position: e.position}), this }, I.prototype.hint = function (e) { var t = this, a = (t.config, lay.elem("div", {"class": r})); t.elem && (a.innerHTML = (e = "object" == typeof e ? e || {} : {content: e}).content || "", lay(t.elem).find("." + r).remove(), t.elem.appendChild(a), clearTimeout(t.hinTimer), t.hinTimer = setTimeout(function () { lay(t.elem).find("." + r).remove() }, "ms" in e ? e.ms : 3e3)) }, I.prototype.getAsYM = function (e, t, a) { return a ? t-- : t++, t < 0 && (t = 11, e--), 11 < t && (t = 0, e++), [e, t] }, I.prototype.systemDate = function (e) { var t = e || new Date; return { year: t.getFullYear(), month: t.getMonth(), date: t.getDate(), hours: e ? e.getHours() : 0, minutes: e ? e.getMinutes() : 0, seconds: e ? e.getSeconds() : 0 } }, I.prototype.checkDate = function (e) { var t, o, d = this, s = (new Date, d.config), a = d.lang(), n = s.dateTime = s.dateTime || d.systemDate(), i = s.elem[0], l = (d.isInput(i), function () { if (d.rangeElem) { var e = [d.rangeElem[0].val(), d.rangeElem[1].val()]; if (e[0] && e[1]) return e.join(" " + d.rangeStr + " ") } return d.isInput(i) ? i.value : "static" === s.position ? "" : lay(i).attr("lay-date") }()), y = function (e) { e && (e.year > h[1] && (e.year = h[1], o = !0), 11 < e.month && (e.month = 11, o = !0), 59 < e.seconds && (e.seconds = 0, e.minutes++, o = !0), 59 < e.minutes && (e.minutes = 0, e.hours++, o = !0), 23 < e.hours && (e.hours = 0, o = !0), t = D.getEndDate(e.month + 1, e.year), e.date > t && (e.date = t, o = !0)) }, r = function (n, i, l) { var r = ["startTime", "endTime"]; i = (i.match(d.EXP_SPLIT) || []).slice(1), l = l || 0, s.range && (d[r[l]] = d[r[l]] || {}), lay.each(d.format, function (e, t) { var a = parseFloat(i[e]); i[e].length < t.length && (o = !0), /yyyy|y/.test(t) ? (a < h[0] && (a = h[0], o = !0), n.year = a) : /MM|M/.test(t) ? (a < 1 && (a = 1, o = !0), n.month = a - 1) : /dd|d/.test(t) ? (a < 1 && (a = 1, o = !0), n.date = a) : /HH|H/.test(t) ? (a < 0 && (o = !(a = 0)), 23 < a && (a = 23, o = !0), n.hours = a, s.range && (d[r[l]].hours = a)) : /mm|m/.test(t) ? (a < 0 && (o = !(a = 0)), 59 < a && (a = 59, o = !0), n.minutes = a, s.range && (d[r[l]].minutes = a)) : /ss|s/.test(t) && (a < 0 && (o = !(a = 0)), 59 < a && (a = 59, o = !0), n.seconds = a, s.range && (d[r[l]].seconds = a)) }), y(n) }; if ("limit" === e) return s.range ? (y(d.rangeLinked ? d.startDate : n), d.endDate && y(d.endDate)) : y(n), d; "string" == typeof (l = l || s.value) && (l = l.replace(/\s+/g, " ").replace(/^\s|\s$/g, "")); var m, c, u = function () { var e, t, a; s.range && (d.endDate = d.endDate || lay.extend({}, s.dateTime, (e = {}, t = s.dateTime, a = d.getAsYM(t.year, t.month), "year" === s.type ? e.year = t.year + 1 : "time" !== s.type && (e.year = a[0], e.month = a[1]), "datetime" !== s.type && "time" !== s.type || (e.hours = 23, e.minutes = e.seconds = 59), e))) }; return u(), "string" == typeof l && l ? d.EXP_IF.test(l) ? s.range ? (l = l.split(" " + d.rangeStr + " "), lay.each([s.dateTime, d.endDate], function (e, t) { r(t, l[e], e) })) : r(n, l) : (d.hint(a.formatError[0] + (s.range ? s.format + " " + d.rangeStr + " " + s.format : s.format) + a.formatError[1]), o = !0) : l && "date" === layui.type(l) ? s.dateTime = d.systemDate(l) : (s.dateTime = d.systemDate(), delete d.startTime, delete d.endDate, u(), delete d.endTime), d.rangeElem && (u = [d.rangeElem[0].val(), d.rangeElem[1].val()], m = [s.dateTime, d.endDate], lay.each(u, function (e, t) { d.EXP_IF_ONE.test(t) && r(m[e], t, e) })), y(n), s.range && y(d.endDate), o && l && d.setValue(!s.range || d.endDate ? d.parse() : ""), d.getDateTime(n) > d.getDateTime(s.max) ? (n = s.dateTime = lay.extend({}, s.max), c = !0) : d.getDateTime(n) < d.getDateTime(s.min) && (n = s.dateTime = lay.extend({}, s.min), c = !0), s.range && ((d.getDateTime(d.endDate) < d.getDateTime(s.min) || d.getDateTime(d.endDate) > d.getDateTime(s.max)) && (d.endDate = lay.extend({}, s.max), c = !0), d.startTime = { hours: s.dateTime.hours, minutes: s.dateTime.minutes, seconds: s.dateTime.seconds }, d.endTime = { hours: d.endDate.hours, minutes: d.endDate.minutes, seconds: d.endDate.seconds }, "month" === s.type && (s.dateTime.date = 1, d.endDate.date = 1)), c && l && (d.setValue(d.parse()), d.hint("value " + a.invalidDate + a.formatError[1])), d.startDate = d.startDate || l && lay.extend({}, s.dateTime), d.autoCalendarModel.auto && d.autoCalendarModel(), d.endState = !s.range || !d.rangeLinked || !(!d.startDate || !d.endDate), e && e(), d }, I.prototype.mark = function (e, a) { var n, t = this.config; return lay.each(t.mark, function (e, t) { e = e.split("-"); e[0] != a[0] && 0 != e[0] || e[1] != a[1] && 0 != e[1] || e[2] != a[2] || (n = t || a[2]) }), n && e.find("div").html('' + n + ""), this }, I.prototype.holidays = function (n, i) { var e = this.config, l = ["", "work"]; return "array" !== layui.type(e.holidays) || lay.each(e.holidays, function (a, e) { lay.each(e, function (e, t) { t === n.attr("lay-ymd") && n.find("div").html('" + i[2] + "") }) }), this }, I.prototype.limit = function (t) { t = t || {}; var i = this, e = i.config, l = {}, a = t.index > (t.time ? 0 : 41) ? i.endDate : e.dateTime; return lay.each({now: lay.extend({}, a, t.date || {}), min: e.min, max: e.max}, function (e, a) { var n; l[e] = i.newDate(lay.extend({ year: a.year, month: "year" === t.type ? 0 : a.month, date: "year" === t.type || "month" === t.type ? 1 : a.date }, (n = {}, lay.each(t.time, function (e, t) { n[t] = a[t] }), n))).getTime() }), a = l.now < l.min || l.now > l.max, t.elem && t.elem[a ? "addClass" : "removeClass"](k), a }, I.prototype.thisDateTime = function (e) { var t = this.config; return e ? this.endDate : t.dateTime }, I.prototype.calendar = function (e, t, a) { t = t ? 1 : 0; var i, l, r, o = this, n = o.config, d = e || o.thisDateTime(t), s = new Date, y = o.lang(), m = "date" !== n.type && "datetime" !== n.type, c = lay(o.table[t]).find("td"), u = lay(o.elemHeader[t][2]).find("span"); return d.year < h[0] && (d.year = h[0], o.hint(y.invalidDate)), d.year > h[1] && (d.year = h[1], o.hint(y.invalidDate)), o.firstDate || (o.firstDate = lay.extend({}, d)), s.setFullYear(d.year, d.month, 1), i = (s.getDay() + (7 - n.weekStart)) % 7, l = D.getEndDate(d.month || 12, d.year), r = D.getEndDate(d.month + 1, d.year), lay.each(c, function (e, t) { var a, n = [d.year, d.month]; (t = lay(t)).removeAttr("class"), e < i ? (a = l - i + e, t.addClass("laydate-day-prev"), n = o.getAsYM(d.year, d.month, "sub")) : i <= e && e < r + i ? (a = e - i, o.rangeLinked || a + 1 === d.date && t.addClass(x)) : (a = e - r - i, t.addClass("laydate-day-next"), n = o.getAsYM(d.year, d.month)), n[1]++, n[2] = a + 1, t.attr("lay-ymd", n.join("-")).html("
    " + n[2] + "
    "), o.mark(t, n).holidays(t, n).limit({ elem: t, date: {year: n[0], month: n[1] - 1, date: n[2]}, index: e }) }), lay(u[0]).attr("lay-ym", d.year + "-" + (d.month + 1)), lay(u[1]).attr("lay-ym", d.year + "-" + (d.month + 1)), "cn" === n.lang ? (lay(u[0]).attr("lay-type", "year").html(d.year + " \u5e74"), lay(u[1]).attr("lay-type", "month").html(d.month + 1 + " \u6708")) : (lay(u[0]).attr("lay-type", "month").html(y.month[d.month]), lay(u[1]).attr("lay-type", "year").html(d.year)), m && (n.range ? !e && "init" === a || (o.listYM = [[(o.startDate || n.dateTime).year, (o.startDate || n.dateTime).month + 1], [o.endDate.year, o.endDate.month + 1]], o.list(n.type, 0).list(n.type, 1), "time" === n.type ? o.setBtnStatus("\u65f6\u95f4", lay.extend({}, o.systemDate(), o.startTime), lay.extend({}, o.systemDate(), o.endTime)) : o.setBtnStatus(!0)) : (o.listYM = [[d.year, d.month + 1]], o.list(n.type, 0))), n.range && "init" === a && (o.rangeLinked ? (s = o.getAsYM(d.year, d.month, t ? "sub" : null), o.calendar(lay.extend({}, d, { year: s[0], month: s[1] }), 1 - t)) : o.calendar(null, 1 - t)), n.range || (c = ["hours", "minutes", "seconds"], o.limit({ elem: lay(o.footer).find(".laydate-btns-now"), date: o.systemDate(), index: 0, time: c }), o.limit({ elem: lay(o.footer).find(C), index: 0, time: c })), o.setBtnStatus(), lay(o.shortcut).find("li." + x).removeClass(x), n.range && !m && "init" !== a && o.stampRange(), o }, I.prototype.list = function (n, i) { var l, r, e, o, d = this, s = d.config, y = d.rangeLinked ? s.dateTime : [s.dateTime, d.endDate][i], m = d.lang(), t = s.range && "date" !== s.type && "datetime" !== s.type, c = lay.elem("ul", { "class": w + " " + { year: "laydate-year-list", month: "laydate-month-list", time: "laydate-time-list" }[n] }), a = d.elemHeader[i], u = lay(a[2]).find("span"), h = d.elemCont[i || 0], f = lay(h).find("." + w)[0], p = "cn" === s.lang, g = p ? "\u5e74" : "", v = d.listYM[i] || {}, D = ["hours", "minutes", "seconds"], T = ["startTime", "endTime"][i]; return v[0] < 1 && (v[0] = 1), "year" === n ? (e = l = v[0] - 7, l < 1 && (e = l = 1), lay.each(new Array(15), function (e) { var t = lay.elem("li", {"lay-ym": l}), a = {year: l, month: 0, date: 1}; l == v[0] && lay(t).addClass(x), t.innerHTML = l + g, c.appendChild(t), d.limit({ elem: lay(t), date: a, index: i, type: n }), l++ }), lay(u[p ? 0 : 1]).attr("lay-ym", l - 8 + "-" + v[1]).html(e + g + " - " + (l - 1) + g)) : "month" === n ? (lay.each(new Array(12), function (e) { var t = lay.elem("li", {"lay-ym": e}), a = {year: v[0], month: e, date: 1}; e + 1 == v[1] && lay(t).addClass(x), t.innerHTML = m.month[e] + (p ? "\u6708" : ""), c.appendChild(t), d.limit({ elem: lay(t), date: a, index: i, type: n }) }), lay(u[p ? 0 : 1]).attr("lay-ym", v[0] + "-" + v[1]).html(v[0] + g)) : "time" === n && (r = function () { lay(c).find("ol").each(function (a, e) { lay(e).find("li").each(function (e, t) { d.limit({ elem: lay(t), date: [{hours: e}, {hours: d[T].hours, minutes: e}, { hours: d[T].hours, minutes: d[T].minutes, seconds: e }][a], index: i, time: [["hours"], ["hours", "minutes"], ["hours", "minutes", "seconds"]][a] }) }) }), s.range || d.limit({ elem: lay(d.footer).find(C), date: d[T], inedx: 0, time: ["hours", "minutes", "seconds"] }) }, s.range ? d[T] || (d[T] = "startTime" === T ? y : d.endDate) : d[T] = y, lay.each([24, 60, 60], function (t, e) { var a = lay.elem("li"), n = ["

    " + m.time[t] + "

      "]; lay.each(new Array(e), function (e) { n.push("" + lay.digit(e, 2) + "") }), a.innerHTML = n.join("") + "
    ", c.appendChild(a) }), r()), f && h.removeChild(f), h.appendChild(c), "year" === n || "month" === n ? (lay(d.elemMain[i]).addClass("laydate-ym-show"), lay(c).find("li").on("click", function () { var e = 0 | lay(this).attr("lay-ym"); lay(this).hasClass(k) || (d.rangeLinked ? lay.extend(y, { year: "year" === n ? e : v[0], month: "year" === n ? v[1] - 1 : e }) : y[n] = e, "year" === s.type || "month" === s.type ? (lay(c).find("." + x).removeClass(x), lay(this).addClass(x), "month" === s.type && "year" === n && (d.listYM[i][0] = e, t && ((i ? d.endDate : y).year = e), d.list("month", i))) : (d.checkDate("limit").calendar(y, i, "init"), d.closeList()), d.setBtnStatus(), !s.range && s.autoConfirm && ("month" === s.type && "month" === n || "year" === s.type && "year" === n) && d.setValue(d.parse()).done().remove(), d.autoCalendarModel.auto && !d.rangeLinked ? d.choose(lay(h).find("td.layui-this"), i) : d.endState && d.done(null, "change"), lay(d.footer).find("." + L).removeClass(k)) })) : (e = lay.elem("span", {"class": M}), o = function () { lay(c).find("ol").each(function (e) { var a = this, t = lay(a).find("li"); a.scrollTop = 30 * (d[T][D[e]] - 2), a.scrollTop <= 0 && t.each(function (e, t) { if (!lay(this).hasClass(k)) return a.scrollTop = 30 * (e - 2), !0 }) }) }, u = lay(a[2]).find("." + M), o(), e.innerHTML = s.range ? [m.startTime, m.endTime][i] : m.timeTips, lay(d.elemMain[i]).addClass("laydate-time-show"), u[0] && u.remove(), a[2].appendChild(e), lay(c).find("ol").each(function (t) { var a = this; lay(a).find("li").on("click", function () { var e = 0 | this.innerHTML; lay(this).hasClass(k) || (s.range ? d[T][D[t]] = e : y[D[t]] = e, lay(a).find("." + x).removeClass(x), lay(this).addClass(x), r(), o(), (d.endDate || "time" === s.type || "datetime" === s.type && s.fullPanel) && d.done(null, "change"), d.setBtnStatus()) }) })), d }, I.prototype.listYM = [], I.prototype.closeList = function () { var a = this; a.config; lay.each(a.elemCont, function (e, t) { lay(this).find("." + w).remove(), lay(a.elemMain[e]).removeClass("laydate-ym-show laydate-time-show") }), lay(a.elem).find("." + M).remove() }, I.prototype.setBtnStatus = function (e, t, a) { var n = this, i = n.config, l = n.lang(), r = lay(n.footer).find(C); i.range && "time" !== i.type && (t = t || (n.rangeLinked ? n.startDate : i.dateTime), a = a || n.endDate, i = !n.endState || n.newDate(t).getTime() > n.newDate(a).getTime(), n.limit({date: t}) || n.limit({date: a}) ? r.addClass(k) : r[i ? "addClass" : "removeClass"](k), e && i && n.hint("string" == typeof e ? l.timeout.replace(/\u65e5\u671f/g, e) : l.timeout)) }, I.prototype.parse = function (e, t) { var a = this, n = a.config, t = t || ("end" == e ? lay.extend({}, a.endDate, a.endTime) : n.range ? lay.extend({}, a.rangeLinked ? a.startDate : n.dateTime, a.startTime) : n.dateTime), t = D.parse(t, a.format, 1); return n.range && e === undefined ? t + " " + a.rangeStr + " " + a.parse("end") : t }, I.prototype.newDate = function (e) { return e = e || {}, new Date(e.year || 1, e.month || 0, e.date || 1, e.hours || 0, e.minutes || 0, e.seconds || 0) }, I.prototype.getDateTime = function (e) { return this.newDate(e).getTime() }, I.prototype.setValue = function (e) { var t = this, a = t.config, n = a.elem[0]; return "static" === a.position || (e = e || "", t.isInput(n) ? lay(n).val(e) : (a = t.rangeElem) ? ("array" !== layui.type(e) && (e = e.split(" " + t.rangeStr + " ")), a[0].val(e[0] || ""), a[1].val(e[1] || "")) : (0 === lay(n).find("*").length && lay(n).html(e), lay(n).attr("lay-date", e))), t }, I.prototype.preview = function () { var e, t = this, a = t.config; a.isPreview && (e = lay(t.elem).find("." + E), a = !a.range || (t.rangeLinked ? t.endState : t.endDate) ? t.parse() : "", e.html(a), e.html() && (e.css({color: "#16b777"}), setTimeout(function () { e.css({color: "#777"}) }, 300))) }, I.prototype.renderAdditional = function () { this.config.fullPanel && this.list("time", 0) }, I.prototype.stampRange = function () { var n, i = this, l = i.config, r = i.rangeLinked ? i.startDate : l.dateTime, e = lay(i.elem).find("td"); l.range && !i.endState && lay(i.footer).find(C).addClass(k), r = r && i.newDate({ year: r.year, month: r.month, date: r.date }).getTime(), n = i.endState && i.endDate && i.newDate({ year: i.endDate.year, month: i.endDate.month, date: i.endDate.date }).getTime(), lay.each(e, function (e, t) { var a = lay(t).attr("lay-ymd").split("-"), a = i.newDate({year: a[0], month: a[1] - 1, date: a[2]}).getTime(); l.rangeLinked && !i.startDate && a === i.newDate(i.systemDate()).getTime() && lay(t).addClass(lay(t).hasClass(y) || lay(t).hasClass(m) ? "" : "laydate-day-now"), lay(t).removeClass(o + " " + x), a !== r && a !== n || (i.rangeLinked || !i.rangeLinked && (e < 42 ? a === r : a === n)) && lay(t).addClass(lay(t).hasClass(y) || lay(t).hasClass(m) ? o : x), r < a && a < n && lay(t).addClass(o) }) }, I.prototype.done = function (e, t) { var a = this, n = a.config, i = lay.extend({}, lay.extend(n.dateTime, a.startTime)), l = lay.extend({}, lay.extend(a.endDate, a.endTime)); return lay.each([i, l], function (e, t) { "month" in t && lay.extend(t, {month: t.month + 1}) }), a.preview(), e = e || [a.parse(), i, l], "change" === t && a.renderAdditional(), "function" == typeof n[t || "done"] && n[t || "done"].apply(n, e), a }, I.prototype.choose = function (e, a) { var n, i, t, l, r, o; e.hasClass(k) || (i = (n = this).config, t = a, n.rangeLinked && (n.endState || !n.startDate ? (a = 0, n.endState = !1, n.endDate = {}) : (a = 1, n.endState = !0)), l = n.thisDateTime(a), lay(n.elem).find("td"), e = { year: 0 | (e = e.attr("lay-ymd").split("-"))[0], month: (0 | e[1]) - 1, date: 0 | e[2] }, lay.extend(l, e), i.range ? (lay.each(["startTime", "endTime"], function (e, t) { n[t] = n[t] || { hours: e ? 23 : 0, minutes: e ? 59 : 0, seconds: e ? 59 : 0 }, a === e && (n.getDateTime(lay.extend({}, l, n[t])) < n.getDateTime(i.min) ? (n[t] = { hours: i.min.hours, minutes: i.min.minutes, seconds: i.min.seconds }, lay.extend(l, n[t])) : n.getDateTime(lay.extend({}, l, n[t])) > n.getDateTime(i.max) && (n[t] = { hours: i.max.hours, minutes: i.max.minutes, seconds: i.max.seconds }, lay.extend(l, n[t]))) }), a || (n.startDate = lay.extend({}, l)), n.endState && !n.limit({date: n.thisDateTime(1 - a)}) && (((r = n.endState && n.autoCalendarModel.auto ? n.autoCalendarModel() : r) || n.rangeLinked && n.endState) && n.newDate(n.startDate) > n.newDate(n.endDate) && (e = n.startDate.year === n.endDate.year && n.startDate.month === n.endDate.month && n.startDate.date === n.endDate.date, o = n.startDate, n.startDate = lay.extend({}, n.endDate, e ? {} : n.startTime), i.dateTime = lay.extend({}, n.startDate), n.endDate = lay.extend({}, o, e ? {} : n.endTime), e && (o = n.startTime, n.startTime = n.endTime, n.endTime = o)), r && (i.dateTime = lay.extend({}, n.startDate))), n.rangeLinked ? (e = lay.extend({}, l), !t || a || r || (o = n.getAsYM(l.year, l.month, "sub"), lay.extend(i.dateTime, { year: o[0], month: o[1] })), n.calendar(e, t, r ? "init" : null)) : n.calendar(null, a, r ? "init" : null), n.endState && n.done(null, "change")) : "static" === i.position ? n.calendar().done().done(null, "change") : "date" === i.type ? i.autoConfirm ? n.setValue(n.parse()).done().remove() : n.calendar().done(null, "change") : "datetime" === i.type && n.calendar().done(null, "change")) }, I.prototype.tool = function (t, e) { var a = this, n = a.config, i = a.lang(), l = n.dateTime, r = "static" === n.position, o = { datetime: function () { lay(t).hasClass(k) || (a.list("time", 0), n.range && a.list("time", 1), lay(t).attr("lay-type", "date").html(a.lang().dateTips)) }, date: function () { a.closeList(), lay(t).attr("lay-type", "datetime").html(a.lang().timeTips) }, clear: function () { r && (lay.extend(l, a.firstDate), a.calendar()), n.range && (delete n.dateTime, delete a.endDate, delete a.startTime, delete a.endTime), a.setValue(""), a.done(null, "onClear").done(["", {}, {}]).remove() }, now: function () { var e = new Date; if (lay(t).hasClass(k)) return a.hint(i.tools.now + ", " + i.invalidDate); lay.extend(l, a.systemDate(), { hours: e.getHours(), minutes: e.getMinutes(), seconds: e.getSeconds() }), a.setValue(a.parse()), r && a.calendar(), a.done(null, "onNow").done().remove() }, confirm: function () { if (n.range) { if (lay(t).hasClass(k)) return a.hint("time" === n.type ? i.timeout.replace(/\u65e5\u671f/g, "\u65f6\u95f4") : i.timeout) } else if (lay(t).hasClass(k)) return a.hint(i.invalidDate); a.setValue(a.parse()), a.done(null, "onConfirm").done().remove() } }; o[e] && o[e]() }, I.prototype.change = function (n) { var i = this, l = i.config, r = i.thisDateTime(n), o = l.range && ("year" === l.type || "month" === l.type), d = i.elemCont[n || 0], s = i.listYM[n], e = function (e) { var t = lay(d).find(".laydate-year-list")[0], a = lay(d).find(".laydate-month-list")[0]; return t && (s[0] = e ? s[0] - 15 : s[0] + 15, i.list("year", n)), a && (e ? s[0]-- : s[0]++, i.list("month", n)), (t || a) && (lay.extend(r, {year: s[0]}), o && (r.year = s[0]), l.range || i.done(null, "change"), l.range || i.limit({ elem: lay(i.footer).find(C), date: {year: s[0]} })), i.setBtnStatus(), t || a }; return { prevYear: function () { e("sub") || (i.rangeLinked ? (l.dateTime.year--, i.checkDate("limit").calendar(null, null, "init")) : (r.year--, i.checkDate("limit").calendar(null, n), i.autoCalendarModel.auto ? i.choose(lay(d).find("td.layui-this"), n) : i.done(null, "change"))) }, prevMonth: function () { i.rangeLinked && (r = l.dateTime); var e = i.getAsYM(r.year, r.month, "sub"); lay.extend(r, { year: e[0], month: e[1] }), i.checkDate("limit").calendar(null, null, "init"), i.rangeLinked || (i.autoCalendarModel.auto ? i.choose(lay(d).find("td.layui-this"), n) : i.done(null, "change")) }, nextMonth: function () { i.rangeLinked && (r = l.dateTime); var e = i.getAsYM(r.year, r.month); lay.extend(r, { year: e[0], month: e[1] }), i.checkDate("limit").calendar(null, null, "init"), i.rangeLinked || (i.autoCalendarModel.auto ? i.choose(lay(d).find("td.layui-this"), n) : i.done(null, "change")) }, nextYear: function () { e() || (i.rangeLinked ? (l.dateTime.year++, i.checkDate("limit").calendar(null, 0, "init")) : (r.year++, i.checkDate("limit").calendar(null, n), i.autoCalendarModel.auto ? i.choose(lay(d).find("td.layui-this"), n) : i.done(null, "change"))) } } }, I.prototype.changeEvent = function () { var i = this; i.config; lay(i.elem).on("click", function (e) { lay.stope(e) }).on("mousedown", function (e) { lay.stope(e) }), lay.each(i.elemHeader, function (n, e) { lay(e[0]).on("click", function (e) { i.change(n).prevYear() }), lay(e[1]).on("click", function (e) { i.change(n).prevMonth() }), lay(e[2]).find("span").on("click", function (e) { var t = lay(this), a = t.attr("lay-ym"), t = t.attr("lay-type"); a && (a = a.split("-"), i.listYM[n] = [0 | a[0], 0 | a[1]], i.list(t, n), lay(i.footer).find("." + L).addClass(k)) }), lay(e[3]).on("click", function (e) { i.change(n).nextMonth() }), lay(e[4]).on("click", function (e) { i.change(n).nextYear() }) }), lay.each(i.table, function (e, t) { lay(t).find("td").on("click", function () { i.choose(lay(this), e) }) }), lay(i.footer).find("span").on("click", function () { var e = lay(this).attr("lay-type"); i.tool(this, e) }) }, I.prototype.isInput = function (e) { return /input|textarea/.test(e.tagName.toLocaleLowerCase()) || /INPUT|TEXTAREA/.test(e.tagName) }, I.prototype.events = function () { var e, t = this, a = t.config; a.elem[0] && !a.elem[0].eventHandler && (a.elem.on(a.trigger, e = function () { D.thisId !== a.id && t.render() }), a.elem[0].eventHandler = !0, a.eventElem.on(a.trigger, e), t.unbind = function () { t.remove(), a.elem.off(a.trigger, e), a.elem.removeAttr("lay-key"), a.elem.removeAttr(d), a.elem[0].eventHandler = !1, a.eventElem.off(a.trigger, e), a.eventElem.removeAttr("lay-key"), delete s.that[a.id] }) }, s.that = {}, s.getThis = function (e) { var t = s.that[e]; return !t && n && layui.hint().error(e ? a + " instance with ID '" + e + "' not found" : "ID argument required"), t }, l.run = function (n) { n(v).on("mousedown", function (e) { var t, a; !D.thisId || (t = s.getThis(D.thisId)) && (a = t.config, e.target !== a.elem[0] && e.target !== a.eventElem[0] && e.target !== n(a.closeStop)[0] && t.remove()) }).on("keydown", function (e) { var t; !D.thisId || (t = s.getThis(D.thisId)) && "static" !== t.config.position && 13 === e.keyCode && n("#" + t.elemID)[0] && t.elemID === I.thisElemDate && (e.preventDefault(), n(t.footer).find(C)[0].click()) }), n(i).on("resize", function () { if (D.thisId) { var e = s.getThis(D.thisId); if (e) return !(!e.elem || !n(".layui-laydate")[0]) && void e.position() } }) }, D.render = function (e) { e = new I(e); return s.call(e) }, D.reload = function (e, t) { e = s.getThis(e); if (e) return e.reload(t) }, D.getInst = function (e) { e = s.getThis(e); if (e) return e.inst }, D.hint = function (e, t) { e = s.getThis(e); if (e) return e.hint(t) }, D.unbind = function (e) { e = s.getThis(e); if (e) return e.unbind() }, D.close = function (e) { e = s.getThis(e || D.thisId); if (e) return e.remove() }, D.parse = function (a, n, i) { return a = a || {}, n = ((n = "string" == typeof n ? s.formatArr(n) : n) || []).concat(), lay.each(n, function (e, t) { /yyyy|y/.test(t) ? n[e] = lay.digit(a.year, t.length) : /MM|M/.test(t) ? n[e] = lay.digit(a.month + (i || 0), t.length) : /dd|d/.test(t) ? n[e] = lay.digit(a.date, t.length) : /HH|H/.test(t) ? n[e] = lay.digit(a.hours, t.length) : /mm|m/.test(t) ? n[e] = lay.digit(a.minutes, t.length) : /ss|s/.test(t) && (n[e] = lay.digit(a.seconds, t.length)) }), n.join("") }, D.getEndDate = function (e, t) { var a = new Date; return a.setFullYear(t || a.getFullYear(), e || a.getMonth() + 1, 1), new Date(a.getTime() - 864e5).getDate() }, n ? (D.ready(), layui.define("lay", function (e) { D.path = layui.cache.dir, l.run(lay), e(a, D) })) : "function" == typeof define && define.amd ? define(function () { return l.run(lay), D }) : (D.ready(), l.run(i.lay), i.laydate = D) }(window, window.document); !function (e, t) { "object" == typeof module && "object" == typeof module.exports ? module.exports = e.document ? t(e) : function (e) { if (e.document) return t(e); throw new Error("jQuery requires a window with a document") } : t(e) }("undefined" != typeof window ? window : this, function (T, M) { var f = [], g = T.document, c = f.slice, O = f.concat, R = f.push, P = f.indexOf, B = {}, W = B.toString, m = B.hasOwnProperty, y = {}, e = "1.12.4", C = function (e, t) { return new C.fn.init(e, t) }, I = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, $ = /^-ms-/, z = /-([\da-z])/gi, X = function (e, t) { return t.toUpperCase() }; function U(e) { var t = !!e && "length" in e && e.length, n = C.type(e); return "function" !== n && !C.isWindow(e) && ("array" === n || 0 === t || "number" == typeof t && 0 < t && t - 1 in e) } C.fn = C.prototype = { jquery: e, constructor: C, selector: "", length: 0, toArray: function () { return c.call(this) }, get: function (e) { return null != e ? e < 0 ? this[e + this.length] : this[e] : c.call(this) }, pushStack: function (e) { e = C.merge(this.constructor(), e); return e.prevObject = this, e.context = this.context, e }, each: function (e) { return C.each(this, e) }, map: function (n) { return this.pushStack(C.map(this, function (e, t) { return n.call(e, t, e) })) }, slice: function () { return this.pushStack(c.apply(this, arguments)) }, first: function () { return this.eq(0) }, last: function () { return this.eq(-1) }, eq: function (e) { var t = this.length, e = +e + (e < 0 ? t : 0); return this.pushStack(0 <= e && e < t ? [this[e]] : []) }, end: function () { return this.prevObject || this.constructor() }, push: R, sort: f.sort, splice: f.splice }, C.extend = C.fn.extend = function () { var e, t, n, r, i, o = arguments[0] || {}, a = 1, s = arguments.length, u = !1; for ("boolean" == typeof o && (u = o, o = arguments[a] || {}, a++), "object" == typeof o || C.isFunction(o) || (o = {}), a === s && (o = this, a--); a < s; a++) if (null != (r = arguments[a])) for (n in r) i = o[n], o !== (t = r[n]) && (u && t && (C.isPlainObject(t) || (e = C.isArray(t))) ? (i = e ? (e = !1, i && C.isArray(i) ? i : []) : i && C.isPlainObject(i) ? i : {}, o[n] = C.extend(u, i, t)) : t !== undefined && (o[n] = t)); return o }, C.extend({ expando: "jQuery" + (e + Math.random()).replace(/\D/g, ""), isReady: !0, error: function (e) { throw new Error(e) }, noop: function () { }, isFunction: function (e) { return "function" === C.type(e) }, isArray: Array.isArray || function (e) { return "array" === C.type(e) }, isWindow: function (e) { return null != e && e == e.window }, isNumeric: function (e) { var t = e && e.toString(); return !C.isArray(e) && 0 <= t - parseFloat(t) + 1 }, isEmptyObject: function (e) { for (var t in e) return !1; return !0 }, isPlainObject: function (e) { if (!e || "object" !== C.type(e) || e.nodeType || C.isWindow(e)) return !1; try { if (e.constructor && !m.call(e, "constructor") && !m.call(e.constructor.prototype, "isPrototypeOf")) return !1 } catch (n) { return !1 } if (!y.ownFirst) for (var t in e) return m.call(e, t); for (t in e) ; return t === undefined || m.call(e, t) }, type: function (e) { return null == e ? e + "" : "object" == typeof e || "function" == typeof e ? B[W.call(e)] || "object" : typeof e }, globalEval: function (e) { e && C.trim(e) && (T.execScript || function (e) { T.eval.call(T, e) })(e) }, camelCase: function (e) { return e.replace($, "ms-").replace(z, X) }, nodeName: function (e, t) { return e.nodeName && e.nodeName.toLowerCase() === t.toLowerCase() }, each: function (e, t) { var n, r = 0; if (U(e)) for (n = e.length; r < n && !1 !== t.call(e[r], r, e[r]); r++) ; else for (r in e) if (!1 === t.call(e[r], r, e[r])) break; return e }, trim: function (e) { return null == e ? "" : (e + "").replace(I, "") }, makeArray: function (e, t) { t = t || []; return null != e && (U(Object(e)) ? C.merge(t, "string" == typeof e ? [e] : e) : R.call(t, e)), t }, inArray: function (e, t, n) { var r; if (t) { if (P) return P.call(t, e, n); for (r = t.length, n = n ? n < 0 ? Math.max(0, r + n) : n : 0; n < r; n++) if (n in t && t[n] === e) return n } return -1 }, merge: function (e, t) { for (var n = +t.length, r = 0, i = e.length; r < n;) e[i++] = t[r++]; if (n != n) for (; t[r] !== undefined;) e[i++] = t[r++]; return e.length = i, e }, grep: function (e, t, n) { for (var r = [], i = 0, o = e.length, a = !n; i < o; i++) !t(e[i], i) != a && r.push(e[i]); return r }, map: function (e, t, n) { var r, i, o = 0, a = []; if (U(e)) for (r = e.length; o < r; o++) null != (i = t(e[o], o, n)) && a.push(i); else for (o in e) null != (i = t(e[o], o, n)) && a.push(i); return O.apply([], a) }, guid: 1, proxy: function (e, t) { var n, r; return "string" == typeof t && (r = e[t], t = e, e = r), C.isFunction(e) ? (n = c.call(arguments, 2), (r = function () { return e.apply(t || this, n.concat(c.call(arguments))) }).guid = e.guid = e.guid || C.guid++, r) : undefined }, now: function () { return +new Date }, support: y }), "function" == typeof Symbol && (C.fn[Symbol.iterator] = f[Symbol.iterator]), C.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "), function (e, t) { B["[object " + t + "]"] = t.toLowerCase() }); var e = function (M) { var e, g, b, o, O, w, R, P, T, u, l, C, E, t, N, m, r, i, y, k = "sizzle" + +new Date, v = M.document, S = 0, B = 0, W = le(), I = le(), A = le(), $ = function (e, t) { return e === t && (l = !0), 0 }, z = {}.hasOwnProperty, n = [], X = n.pop, U = n.push, D = n.push, V = n.slice, j = function (e, t) { for (var n = 0, r = e.length; n < r; n++) if (e[n] === t) return n; return -1 }, Y = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", a = "[\\x20\\t\\r\\n\\f]", s = "(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+", J = "\\[" + a + "*(" + s + ")(?:" + a + "*([*^$|!~]?=)" + a + "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + s + "))|)" + a + "*\\]", G = ":(" + s + ")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|" + J + ")*)|.*)\\)|)", K = new RegExp(a + "+", "g"), L = new RegExp("^" + a + "+|((?:^|[^\\\\])(?:\\\\.)*)" + a + "+$", "g"), Q = new RegExp("^" + a + "*," + a + "*"), Z = new RegExp("^" + a + "*([>+~]|" + a + ")" + a + "*"), ee = new RegExp("=" + a + "*([^\\]'\"]*?)" + a + "*\\]", "g"), te = new RegExp(G), ne = new RegExp("^" + s + "$"), f = { ID: new RegExp("^#(" + s + ")"), CLASS: new RegExp("^\\.(" + s + ")"), TAG: new RegExp("^(" + s + "|[*])"), ATTR: new RegExp("^" + J), PSEUDO: new RegExp("^" + G), CHILD: new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + a + "*(even|odd|(([+-]|)(\\d*)n|)" + a + "*(?:([+-]|)" + a + "*(\\d+)|))" + a + "*\\)|)", "i"), bool: new RegExp("^(?:" + Y + ")$", "i"), needsContext: new RegExp("^" + a + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + a + "*((?:-\\d)?\\d*)" + a + "*\\)|)(?=[^-]|$)", "i") }, re = /^(?:input|select|textarea|button)$/i, ie = /^h\d$/i, c = /^[^{]+\{\s*\[native \w/, oe = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, ae = /[+~]/, se = /'|\\/g, d = new RegExp("\\\\([\\da-f]{1,6}" + a + "?|(" + a + ")|.)", "ig"), p = function (e, t, n) { var r = "0x" + t - 65536; return r != r || n ? t : r < 0 ? String.fromCharCode(65536 + r) : String.fromCharCode(r >> 10 | 55296, 1023 & r | 56320) }, ue = function () { C() }; try { D.apply(n = V.call(v.childNodes), v.childNodes), n[v.childNodes.length].nodeType } catch (F) { D = { apply: n.length ? function (e, t) { U.apply(e, V.call(t)) } : function (e, t) { for (var n = e.length, r = 0; e[n++] = t[r++];) ; e.length = n - 1 } } } function H(e, t, n, r) { var i, o, a, s, u, l, c, f, d = t && t.ownerDocument, p = t ? t.nodeType : 9; if (n = n || [], "string" != typeof e || !e || 1 !== p && 9 !== p && 11 !== p) return n; if (!r && ((t ? t.ownerDocument || t : v) !== E && C(t), t = t || E, N)) { if (11 !== p && (l = oe.exec(e))) if (i = l[1]) { if (9 === p) { if (!(a = t.getElementById(i))) return n; if (a.id === i) return n.push(a), n } else if (d && (a = d.getElementById(i)) && y(t, a) && a.id === i) return n.push(a), n } else { if (l[2]) return D.apply(n, t.getElementsByTagName(e)), n; if ((i = l[3]) && g.getElementsByClassName && t.getElementsByClassName) return D.apply(n, t.getElementsByClassName(i)), n } if (g.qsa && !A[e + " "] && (!m || !m.test(e))) { if (1 !== p) d = t, f = e; else if ("object" !== t.nodeName.toLowerCase()) { for ((s = t.getAttribute("id")) ? s = s.replace(se, "\\$&") : t.setAttribute("id", s = k), o = (c = w(e)).length, u = ne.test(s) ? "#" + s : "[id='" + s + "']"; o--;) c[o] = u + " " + _(c[o]); f = c.join(","), d = ae.test(e) && de(t.parentNode) || t } if (f) try { return D.apply(n, d.querySelectorAll(f)), n } catch (h) { } finally { s === k && t.removeAttribute("id") } } } return P(e.replace(L, "$1"), t, n, r) } function le() { var n = []; function r(e, t) { return n.push(e + " ") > b.cacheLength && delete r[n.shift()], r[e + " "] = t } return r } function q(e) { return e[k] = !0, e } function h(e) { var t = E.createElement("div"); try { return !!e(t) } catch (F) { return !1 } finally { t.parentNode && t.parentNode.removeChild(t) } } function ce(e, t) { for (var n = e.split("|"), r = n.length; r--;) b.attrHandle[n[r]] = t } function fe(e, t) { var n = t && e, r = n && 1 === e.nodeType && 1 === t.nodeType && (~t.sourceIndex || 1 << 31) - (~e.sourceIndex || 1 << 31); if (r) return r; if (n) for (; n = n.nextSibling;) if (n === t) return -1; return e ? 1 : -1 } function x(a) { return q(function (o) { return o = +o, q(function (e, t) { for (var n, r = a([], e.length, o), i = r.length; i--;) e[n = r[i]] && (e[n] = !(t[n] = e[n])) }) }) } function de(e) { return e && "undefined" != typeof e.getElementsByTagName && e } for (e in g = H.support = {}, O = H.isXML = function (e) { e = e && (e.ownerDocument || e).documentElement; return !!e && "HTML" !== e.nodeName }, C = H.setDocument = function (e) { var e = e ? e.ownerDocument || e : v; return e !== E && 9 === e.nodeType && e.documentElement && (t = (E = e).documentElement, N = !O(E), (e = E.defaultView) && e.top !== e && (e.addEventListener ? e.addEventListener("unload", ue, !1) : e.attachEvent && e.attachEvent("onunload", ue)), g.attributes = h(function (e) { return e.className = "i", !e.getAttribute("className") }), g.getElementsByTagName = h(function (e) { return e.appendChild(E.createComment("")), !e.getElementsByTagName("*").length }), g.getElementsByClassName = c.test(E.getElementsByClassName), g.getById = h(function (e) { return t.appendChild(e).id = k, !E.getElementsByName || !E.getElementsByName(k).length }), g.getById ? (b.find.ID = function (e, t) { if ("undefined" != typeof t.getElementById && N) return (e = t.getElementById(e)) ? [e] : [] }, b.filter.ID = function (e) { var t = e.replace(d, p); return function (e) { return e.getAttribute("id") === t } }) : (delete b.find.ID, b.filter.ID = function (e) { var t = e.replace(d, p); return function (e) { e = "undefined" != typeof e.getAttributeNode && e.getAttributeNode("id"); return e && e.value === t } }), b.find.TAG = g.getElementsByTagName ? function (e, t) { return "undefined" != typeof t.getElementsByTagName ? t.getElementsByTagName(e) : g.qsa ? t.querySelectorAll(e) : void 0 } : function (e, t) { var n, r = [], i = 0, o = t.getElementsByTagName(e); if ("*" !== e) return o; for (; n = o[i++];) 1 === n.nodeType && r.push(n); return r }, b.find.CLASS = g.getElementsByClassName && function (e, t) { if ("undefined" != typeof t.getElementsByClassName && N) return t.getElementsByClassName(e) }, r = [], m = [], (g.qsa = c.test(E.querySelectorAll)) && (h(function (e) { t.appendChild(e).innerHTML = "", e.querySelectorAll("[msallowcapture^='']").length && m.push("[*^$]=" + a + "*(?:''|\"\")"), e.querySelectorAll("[selected]").length || m.push("\\[" + a + "*(?:value|" + Y + ")"), e.querySelectorAll("[id~=" + k + "-]").length || m.push("~="), e.querySelectorAll(":checked").length || m.push(":checked"), e.querySelectorAll("a#" + k + "+*").length || m.push(".#.+[+~]") }), h(function (e) { var t = E.createElement("input"); t.setAttribute("type", "hidden"), e.appendChild(t).setAttribute("name", "D"), e.querySelectorAll("[name=d]").length && m.push("name" + a + "*[*^$|!~]?="), e.querySelectorAll(":enabled").length || m.push(":enabled", ":disabled"), e.querySelectorAll("*,:x"), m.push(",.*:") })), (g.matchesSelector = c.test(i = t.matches || t.webkitMatchesSelector || t.mozMatchesSelector || t.oMatchesSelector || t.msMatchesSelector)) && h(function (e) { g.disconnectedMatch = i.call(e, "div"), i.call(e, "[s!='']:x"), r.push("!=", G) }), m = m.length && new RegExp(m.join("|")), r = r.length && new RegExp(r.join("|")), e = c.test(t.compareDocumentPosition), y = e || c.test(t.contains) ? function (e, t) { var n = 9 === e.nodeType ? e.documentElement : e, t = t && t.parentNode; return e === t || !(!t || 1 !== t.nodeType || !(n.contains ? n.contains(t) : e.compareDocumentPosition && 16 & e.compareDocumentPosition(t))) } : function (e, t) { if (t) for (; t = t.parentNode;) if (t === e) return !0; return !1 }, $ = e ? function (e, t) { if (e === t) return l = !0, 0; var n = !e.compareDocumentPosition - !t.compareDocumentPosition; return n || (1 & (n = (e.ownerDocument || e) === (t.ownerDocument || t) ? e.compareDocumentPosition(t) : 1) || !g.sortDetached && t.compareDocumentPosition(e) === n ? e === E || e.ownerDocument === v && y(v, e) ? -1 : t === E || t.ownerDocument === v && y(v, t) ? 1 : u ? j(u, e) - j(u, t) : 0 : 4 & n ? -1 : 1) } : function (e, t) { if (e === t) return l = !0, 0; var n, r = 0, i = e.parentNode, o = t.parentNode, a = [e], s = [t]; if (!i || !o) return e === E ? -1 : t === E ? 1 : i ? -1 : o ? 1 : u ? j(u, e) - j(u, t) : 0; if (i === o) return fe(e, t); for (n = e; n = n.parentNode;) a.unshift(n); for (n = t; n = n.parentNode;) s.unshift(n); for (; a[r] === s[r];) r++; return r ? fe(a[r], s[r]) : a[r] === v ? -1 : s[r] === v ? 1 : 0 }), E }, H.matches = function (e, t) { return H(e, null, null, t) }, H.matchesSelector = function (e, t) { if ((e.ownerDocument || e) !== E && C(e), t = t.replace(ee, "='$1']"), g.matchesSelector && N && !A[t + " "] && (!r || !r.test(t)) && (!m || !m.test(t))) try { var n = i.call(e, t); if (n || g.disconnectedMatch || e.document && 11 !== e.document.nodeType) return n } catch (F) { } return 0 < H(t, E, null, [e]).length }, H.contains = function (e, t) { return (e.ownerDocument || e) !== E && C(e), y(e, t) }, H.attr = function (e, t) { (e.ownerDocument || e) !== E && C(e); var n = b.attrHandle[t.toLowerCase()], n = n && z.call(b.attrHandle, t.toLowerCase()) ? n(e, t, !N) : undefined; return n !== undefined ? n : g.attributes || !N ? e.getAttribute(t) : (n = e.getAttributeNode(t)) && n.specified ? n.value : null }, H.error = function (e) { throw new Error("Syntax error, unrecognized expression: " + e) }, H.uniqueSort = function (e) { var t, n = [], r = 0, i = 0; if (l = !g.detectDuplicates, u = !g.sortStable && e.slice(0), e.sort($), l) { for (; t = e[i++];) t === e[i] && (r = n.push(i)); for (; r--;) e.splice(n[r], 1) } return u = null, e }, o = H.getText = function (e) { var t, n = "", r = 0, i = e.nodeType; if (i) { if (1 === i || 9 === i || 11 === i) { if ("string" == typeof e.textContent) return e.textContent; for (e = e.firstChild; e; e = e.nextSibling) n += o(e) } else if (3 === i || 4 === i) return e.nodeValue } else for (; t = e[r++];) n += o(t); return n }, (b = H.selectors = { cacheLength: 50, createPseudo: q, match: f, attrHandle: {}, find: {}, relative: { ">": {dir: "parentNode", first: !0}, " ": {dir: "parentNode"}, "+": {dir: "previousSibling", first: !0}, "~": {dir: "previousSibling"} }, preFilter: { ATTR: function (e) { return e[1] = e[1].replace(d, p), e[3] = (e[3] || e[4] || e[5] || "").replace(d, p), "~=" === e[2] && (e[3] = " " + e[3] + " "), e.slice(0, 4) }, CHILD: function (e) { return e[1] = e[1].toLowerCase(), "nth" === e[1].slice(0, 3) ? (e[3] || H.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] && H.error(e[0]), e }, PSEUDO: function (e) { var t, n = !e[6] && e[2]; return f.CHILD.test(e[0]) ? null : (e[3] ? e[2] = e[4] || e[5] || "" : n && te.test(n) && (t = w(n, !0)) && (t = n.indexOf(")", n.length - t) - n.length) && (e[0] = e[0].slice(0, t), e[2] = n.slice(0, t)), e.slice(0, 3)) } }, filter: { TAG: function (e) { var t = e.replace(d, p).toLowerCase(); return "*" === e ? function () { return !0 } : function (e) { return e.nodeName && e.nodeName.toLowerCase() === t } }, CLASS: function (e) { var t = W[e + " "]; return t || (t = new RegExp("(^|" + a + ")" + e + "(" + a + "|$)")) && W(e, function (e) { return t.test("string" == typeof e.className && e.className || "undefined" != typeof e.getAttribute && e.getAttribute("class") || "") }) }, ATTR: function (t, n, r) { return function (e) { e = H.attr(e, t); return null == e ? "!=" === n : !n || (e += "", "=" === n ? e === r : "!=" === n ? e !== r : "^=" === n ? r && 0 === e.indexOf(r) : "*=" === n ? r && -1 < e.indexOf(r) : "$=" === n ? r && e.slice(-r.length) === r : "~=" === n ? -1 < (" " + e.replace(K, " ") + " ").indexOf(r) : "|=" === n && (e === r || e.slice(0, r.length + 1) === r + "-")) } }, CHILD: function (h, e, t, g, m) { var y = "nth" !== h.slice(0, 3), v = "last" !== h.slice(-4), x = "of-type" === e; return 1 === g && 0 === m ? function (e) { return !!e.parentNode } : function (e, t, n) { var r, i, o, a, s, u, l = y != v ? "nextSibling" : "previousSibling", c = e.parentNode, f = x && e.nodeName.toLowerCase(), d = !n && !x, p = !1; if (c) { if (y) { for (; l;) { for (a = e; a = a[l];) if (x ? a.nodeName.toLowerCase() === f : 1 === a.nodeType) return !1; u = l = "only" === h && !u && "nextSibling" } return !0 } if (u = [v ? c.firstChild : c.lastChild], v && d) { for (p = (s = (r = (i = (o = (a = c)[k] || (a[k] = {}))[a.uniqueID] || (o[a.uniqueID] = {}))[h] || [])[0] === S && r[1]) && r[2], a = s && c.childNodes[s]; a = ++s && a && a[l] || (p = s = 0) || u.pop();) if (1 === a.nodeType && ++p && a === e) { i[h] = [S, s, p]; break } } else if (!1 === (p = d ? s = (r = (i = (o = (a = e)[k] || (a[k] = {}))[a.uniqueID] || (o[a.uniqueID] = {}))[h] || [])[0] === S && r[1] : p)) for (; (a = ++s && a && a[l] || (p = s = 0) || u.pop()) && ((x ? a.nodeName.toLowerCase() !== f : 1 !== a.nodeType) || !++p || (d && ((i = (o = a[k] || (a[k] = {}))[a.uniqueID] || (o[a.uniqueID] = {}))[h] = [S, p]), a !== e));) ; return (p -= m) === g || p % g == 0 && 0 <= p / g } } }, PSEUDO: function (e, o) { var t, a = b.pseudos[e] || b.setFilters[e.toLowerCase()] || H.error("unsupported pseudo: " + e); return a[k] ? a(o) : 1 < a.length ? (t = [e, e, "", o], b.setFilters.hasOwnProperty(e.toLowerCase()) ? q(function (e, t) { for (var n, r = a(e, o), i = r.length; i--;) e[n = j(e, r[i])] = !(t[n] = r[i]) }) : function (e) { return a(e, 0, t) }) : a } }, pseudos: { not: q(function (e) { var r = [], i = [], s = R(e.replace(L, "$1")); return s[k] ? q(function (e, t, n, r) { for (var i, o = s(e, null, r, []), a = e.length; a--;) (i = o[a]) && (e[a] = !(t[a] = i)) }) : function (e, t, n) { return r[0] = e, s(r, null, n, i), r[0] = null, !i.pop() } }), has: q(function (t) { return function (e) { return 0 < H(t, e).length } }), contains: q(function (t) { return t = t.replace(d, p), function (e) { return -1 < (e.textContent || e.innerText || o(e)).indexOf(t) } }), lang: q(function (n) { return ne.test(n || "") || H.error("unsupported lang: " + n), n = n.replace(d, p).toLowerCase(), function (e) { var t; do { if (t = N ? e.lang : e.getAttribute("xml:lang") || e.getAttribute("lang")) return (t = t.toLowerCase()) === n || 0 === t.indexOf(n + "-") } while ((e = e.parentNode) && 1 === e.nodeType); return !1 } }), target: function (e) { var t = M.location && M.location.hash; return t && t.slice(1) === e.id }, root: function (e) { return e === t }, focus: function (e) { return e === E.activeElement && (!E.hasFocus || E.hasFocus()) && !!(e.type || e.href || ~e.tabIndex) }, enabled: function (e) { return !1 === e.disabled }, disabled: function (e) { return !0 === e.disabled }, checked: function (e) { var t = e.nodeName.toLowerCase(); return "input" === t && !!e.checked || "option" === t && !!e.selected }, selected: function (e) { return e.parentNode && e.parentNode.selectedIndex, !0 === e.selected }, empty: function (e) { for (e = e.firstChild; e; e = e.nextSibling) if (e.nodeType < 6) return !1; return !0 }, parent: function (e) { return !b.pseudos.empty(e) }, header: function (e) { return ie.test(e.nodeName) }, input: function (e) { return re.test(e.nodeName) }, button: function (e) { var t = e.nodeName.toLowerCase(); return "input" === t && "button" === e.type || "button" === t }, text: function (e) { return "input" === e.nodeName.toLowerCase() && "text" === e.type && (null == (e = e.getAttribute("type")) || "text" === e.toLowerCase()) }, first: x(function () { return [0] }), last: x(function (e, t) { return [t - 1] }), eq: x(function (e, t, n) { return [n < 0 ? n + t : n] }), even: x(function (e, t) { for (var n = 0; n < t; n += 2) e.push(n); return e }), odd: x(function (e, t) { for (var n = 1; n < t; n += 2) e.push(n); return e }), lt: x(function (e, t, n) { for (var r = n < 0 ? n + t : n; 0 <= --r;) e.push(r); return e }), gt: x(function (e, t, n) { for (var r = n < 0 ? n + t : n; ++r < t;) e.push(r); return e }) } }).pseudos.nth = b.pseudos.eq, { radio: !0, checkbox: !0, file: !0, password: !0, image: !0 }) b.pseudos[e] = function (t) { return function (e) { return "input" === e.nodeName.toLowerCase() && e.type === t } }(e); for (e in {submit: !0, reset: !0}) b.pseudos[e] = function (n) { return function (e) { var t = e.nodeName.toLowerCase(); return ("input" === t || "button" === t) && e.type === n } }(e); function pe() { } function _(e) { for (var t = 0, n = e.length, r = ""; t < n; t++) r += e[t].value; return r } function he(a, e, t) { var s = e.dir, u = t && "parentNode" === s, l = B++; return e.first ? function (e, t, n) { for (; e = e[s];) if (1 === e.nodeType || u) return a(e, t, n) } : function (e, t, n) { var r, i, o = [S, l]; if (n) { for (; e = e[s];) if ((1 === e.nodeType || u) && a(e, t, n)) return !0 } else for (; e = e[s];) if (1 === e.nodeType || u) { if ((r = (i = (i = e[k] || (e[k] = {}))[e.uniqueID] || (i[e.uniqueID] = {}))[s]) && r[0] === S && r[1] === l) return o[2] = r[2]; if ((i[s] = o)[2] = a(e, t, n)) return !0 } } } function ge(i) { return 1 < i.length ? function (e, t, n) { for (var r = i.length; r--;) if (!i[r](e, t, n)) return !1; return !0 } : i[0] } function me(e, t, n, r, i) { for (var o, a = [], s = 0, u = e.length, l = null != t; s < u; s++) !(o = e[s]) || n && !n(o, r, i) || (a.push(o), l && t.push(s)); return a } function ye(p, h, g, m, y, e) { return m && !m[k] && (m = ye(m)), y && !y[k] && (y = ye(y, e)), q(function (e, t, n, r) { var i, o, a, s = [], u = [], l = t.length, c = e || function (e, t, n) { for (var r = 0, i = t.length; r < i; r++) H(e, t[r], n); return n }(h || "*", n.nodeType ? [n] : n, []), f = !p || !e && h ? c : me(c, s, p, n, r), d = g ? y || (e ? p : l || m) ? [] : t : f; if (g && g(f, d, n, r), m) for (i = me(d, u), m(i, [], n, r), o = i.length; o--;) (a = i[o]) && (d[u[o]] = !(f[u[o]] = a)); if (e) { if (y || p) { if (y) { for (i = [], o = d.length; o--;) (a = d[o]) && i.push(f[o] = a); y(null, d = [], i, r) } for (o = d.length; o--;) (a = d[o]) && -1 < (i = y ? j(e, a) : s[o]) && (e[i] = !(t[i] = a)) } } else d = me(d === t ? d.splice(l, d.length) : d), y ? y(null, t, d, r) : D.apply(t, d) }) } return pe.prototype = b.filters = b.pseudos, b.setFilters = new pe, w = H.tokenize = function (e, t) { var n, r, i, o, a, s, u, l = I[e + " "]; if (l) return t ? 0 : l.slice(0); for (a = e, s = [], u = b.preFilter; a;) { for (o in n && !(r = Q.exec(a)) || (r && (a = a.slice(r[0].length) || a), s.push(i = [])), n = !1, (r = Z.exec(a)) && (n = r.shift(), i.push({ value: n, type: r[0].replace(L, " ") }), a = a.slice(n.length)), b.filter) !(r = f[o].exec(a)) || u[o] && !(r = u[o](r)) || (n = r.shift(), i.push({ value: n, type: o, matches: r }), a = a.slice(n.length)); if (!n) break } return t ? a.length : a ? H.error(e) : I(e, s).slice(0) }, R = H.compile = function (e, t) { var n, m, y, v, x, r, i = [], o = [], a = A[e + " "]; if (!a) { for (n = (t = t || w(e)).length; n--;) ((a = function f(e) { for (var r, t, n, i = e.length, o = b.relative[e[0].type], a = o || b.relative[" "], s = o ? 1 : 0, u = he(function (e) { return e === r }, a, !0), l = he(function (e) { return -1 < j(r, e) }, a, !0), c = [function (e, t, n) { return e = !o && (n || t !== T) || ((r = t).nodeType ? u : l)(e, t, n), r = null, e }]; s < i; s++) if (t = b.relative[e[s].type]) c = [he(ge(c), t)]; else { if ((t = b.filter[e[s].type].apply(null, e[s].matches))[k]) { for (n = ++s; n < i && !b.relative[e[n].type]; n++) ; return ye(1 < s && ge(c), 1 < s && _(e.slice(0, s - 1).concat({value: " " === e[s - 2].type ? "*" : ""})).replace(L, "$1"), t, s < n && f(e.slice(s, n)), n < i && f(e = e.slice(n)), n < i && _(e)) } c.push(t) } return ge(c) }(t[n]))[k] ? i : o).push(a); (a = A(e, (m = o, v = 0 < (y = i).length, x = 0 < m.length, r = function (e, t, n, r, i) { var o, a, s, u = 0, l = "0", c = e && [], f = [], d = T, p = e || x && b.find.TAG("*", i), h = S += null == d ? 1 : Math.random() || .1, g = p.length; for (i && (T = t === E || t || i); l !== g && null != (o = p[l]); l++) { if (x && o) { for (a = 0, t || o.ownerDocument === E || (C(o), n = !N); s = m[a++];) if (s(o, t || E, n)) { r.push(o); break } i && (S = h) } v && ((o = !s && o) && u--, e && c.push(o)) } if (u += l, v && l !== u) { for (a = 0; s = y[a++];) s(c, f, t, n); if (e) { if (0 < u) for (; l--;) c[l] || f[l] || (f[l] = X.call(r)); f = me(f) } D.apply(r, f), i && !e && 0 < f.length && 1 < u + y.length && H.uniqueSort(r) } return i && (S = h, T = d), c }, v ? q(r) : r))).selector = e } return a }, P = H.select = function (e, t, n, r) { var i, o, a, s, u, l = "function" == typeof e && e, c = !r && w(e = l.selector || e); if (n = n || [], 1 === c.length) { if (2 < (o = c[0] = c[0].slice(0)).length && "ID" === (a = o[0]).type && g.getById && 9 === t.nodeType && N && b.relative[o[1].type]) { if (!(t = (b.find.ID(a.matches[0].replace(d, p), t) || [])[0])) return n; l && (t = t.parentNode), e = e.slice(o.shift().value.length) } for (i = f.needsContext.test(e) ? 0 : o.length; i-- && (a = o[i], !b.relative[s = a.type]);) if ((u = b.find[s]) && (r = u(a.matches[0].replace(d, p), ae.test(o[0].type) && de(t.parentNode) || t))) { if (o.splice(i, 1), e = r.length && _(o)) break; return D.apply(n, r), n } } return (l || R(e, c))(r, t, !N, n, !t || ae.test(e) && de(t.parentNode) || t), n }, g.sortStable = k.split("").sort($).join("") === k, g.detectDuplicates = !!l, C(), g.sortDetached = h(function (e) { return 1 & e.compareDocumentPosition(E.createElement("div")) }), h(function (e) { return e.innerHTML = "", "#" === e.firstChild.getAttribute("href") }) || ce("type|href|height|width", function (e, t, n) { if (!n) return e.getAttribute(t, "type" === t.toLowerCase() ? 1 : 2) }), g.attributes && h(function (e) { return e.innerHTML = "", e.firstChild.setAttribute("value", ""), "" === e.firstChild.getAttribute("value") }) || ce("value", function (e, t, n) { if (!n && "input" === e.nodeName.toLowerCase()) return e.defaultValue }), h(function (e) { return null == e.getAttribute("disabled") }) || ce(Y, function (e, t, n) { if (!n) return !0 === e[t] ? t.toLowerCase() : (n = e.getAttributeNode(t)) && n.specified ? n.value : null }), H }(T), r = (C.find = e, C.expr = e.selectors, C.expr[":"] = C.expr.pseudos, C.uniqueSort = C.unique = e.uniqueSort, C.text = e.getText, C.isXMLDoc = e.isXML, C.contains = e.contains, function (e, t, n) { for (var r = [], i = n !== undefined; (e = e[t]) && 9 !== e.nodeType;) if (1 === e.nodeType) { if (i && C(e).is(n)) break; r.push(e) } return r }), V = function (e, t) { for (var n = []; e; e = e.nextSibling) 1 === e.nodeType && e !== t && n.push(e); return n }, Y = C.expr.match.needsContext, J = /^<([\w-]+)\s*\/?>(?:<\/\1>|)$/, G = /^.[^:#\[\.,]*$/; function K(e, n, r) { if (C.isFunction(n)) return C.grep(e, function (e, t) { return !!n.call(e, t, e) !== r }); if (n.nodeType) return C.grep(e, function (e) { return e === n !== r }); if ("string" == typeof n) { if (G.test(n)) return C.filter(n, e, r); n = C.filter(n, e) } return C.grep(e, function (e) { return -1 < C.inArray(e, n) !== r }) } C.filter = function (e, t, n) { var r = t[0]; return n && (e = ":not(" + e + ")"), 1 === t.length && 1 === r.nodeType ? C.find.matchesSelector(r, e) ? [r] : [] : C.find.matches(e, C.grep(t, function (e) { return 1 === e.nodeType })) }, C.fn.extend({ find: function (e) { var t, n = [], r = this, i = r.length; if ("string" != typeof e) return this.pushStack(C(e).filter(function () { for (t = 0; t < i; t++) if (C.contains(r[t], this)) return !0 })); for (t = 0; t < i; t++) C.find(e, r[t], n); return (n = this.pushStack(1 < i ? C.unique(n) : n)).selector = this.selector ? this.selector + " " + e : e, n }, filter: function (e) { return this.pushStack(K(this, e || [], !1)) }, not: function (e) { return this.pushStack(K(this, e || [], !0)) }, is: function (e) { return !!K(this, "string" == typeof e && Y.test(e) ? C(e) : e || [], !1).length } }); var Q, Z = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/, ee = ((C.fn.init = function (e, t, n) { if (!e) return this; if (n = n || Q, "string" != typeof e) return e.nodeType ? (this.context = this[0] = e, this.length = 1, this) : C.isFunction(e) ? "undefined" != typeof n.ready ? n.ready(e) : e(C) : (e.selector !== undefined && (this.selector = e.selector, this.context = e.context), C.makeArray(e, this)); if (!(r = "<" === e.charAt(0) && ">" === e.charAt(e.length - 1) && 3 <= e.length ? [null, e, null] : Z.exec(e)) || !r[1] && t) return (!t || t.jquery ? t || n : this.constructor(t)).find(e); if (r[1]) { if (t = t instanceof C ? t[0] : t, C.merge(this, C.parseHTML(r[1], t && t.nodeType ? t.ownerDocument || t : g, !0)), J.test(r[1]) && C.isPlainObject(t)) for (var r in t) C.isFunction(this[r]) ? this[r](t[r]) : this.attr(r, t[r]); return this } if ((n = g.getElementById(r[2])) && n.parentNode) { if (n.id !== r[2]) return Q.find(e); this.length = 1, this[0] = n } return this.context = g, this.selector = e, this }).prototype = C.fn, Q = C(g), /^(?:parents|prev(?:Until|All))/), te = {children: !0, contents: !0, next: !0, prev: !0}; function ne(e, t) { for (; (e = e[t]) && 1 !== e.nodeType;) ; return e } C.fn.extend({ has: function (e) { var t, n = C(e, this), r = n.length; return this.filter(function () { for (t = 0; t < r; t++) if (C.contains(this, n[t])) return !0 }) }, closest: function (e, t) { for (var n, r = 0, i = this.length, o = [], a = Y.test(e) || "string" != typeof e ? C(e, t || this.context) : 0; r < i; r++) for (n = this[r]; n && n !== t; n = n.parentNode) if (n.nodeType < 11 && (a ? -1 < a.index(n) : 1 === n.nodeType && C.find.matchesSelector(n, e))) { o.push(n); break } return this.pushStack(1 < o.length ? C.uniqueSort(o) : o) }, index: function (e) { return e ? "string" == typeof e ? C.inArray(this[0], C(e)) : C.inArray(e.jquery ? e[0] : e, this) : this[0] && this[0].parentNode ? this.first().prevAll().length : -1 }, add: function (e, t) { return this.pushStack(C.uniqueSort(C.merge(this.get(), C(e, t)))) }, addBack: function (e) { return this.add(null == e ? this.prevObject : this.prevObject.filter(e)) } }), C.each({ parent: function (e) { e = e.parentNode; return e && 11 !== e.nodeType ? e : null }, parents: function (e) { return r(e, "parentNode") }, parentsUntil: function (e, t, n) { return r(e, "parentNode", n) }, next: function (e) { return ne(e, "nextSibling") }, prev: function (e) { return ne(e, "previousSibling") }, nextAll: function (e) { return r(e, "nextSibling") }, prevAll: function (e) { return r(e, "previousSibling") }, nextUntil: function (e, t, n) { return r(e, "nextSibling", n) }, prevUntil: function (e, t, n) { return r(e, "previousSibling", n) }, siblings: function (e) { return V((e.parentNode || {}).firstChild, e) }, children: function (e) { return V(e.firstChild) }, contents: function (e) { return C.nodeName(e, "iframe") ? e.contentDocument || e.contentWindow.document : C.merge([], e.childNodes) } }, function (r, i) { C.fn[r] = function (e, t) { var n = C.map(this, i, e); return (t = "Until" !== r.slice(-5) ? e : t) && "string" == typeof t && (n = C.filter(t, n)), 1 < this.length && (te[r] || (n = C.uniqueSort(n)), ee.test(r) && (n = n.reverse())), this.pushStack(n) } }); var re, ie, E = /\S+/g; function oe() { g.addEventListener ? (g.removeEventListener("DOMContentLoaded", i), T.removeEventListener("load", i)) : (g.detachEvent("onreadystatechange", i), T.detachEvent("onload", i)) } function i() { !g.addEventListener && "load" !== T.event.type && "complete" !== g.readyState || (oe(), C.ready()) } for (ie in C.Callbacks = function (r) { var e, n; r = "string" == typeof r ? (e = r, n = {}, C.each(e.match(E) || [], function (e, t) { n[t] = !0 }), n) : C.extend({}, r); var i, t, o, a, s = [], u = [], l = -1, c = function () { for (a = r.once, o = i = !0; u.length; l = -1) for (t = u.shift(); ++l < s.length;) !1 === s[l].apply(t[0], t[1]) && r.stopOnFalse && (l = s.length, t = !1); r.memory || (t = !1), i = !1, a && (s = t ? [] : "") }, f = { add: function () { return s && (t && !i && (l = s.length - 1, u.push(t)), function n(e) { C.each(e, function (e, t) { C.isFunction(t) ? r.unique && f.has(t) || s.push(t) : t && t.length && "string" !== C.type(t) && n(t) }) }(arguments), t && !i && c()), this }, remove: function () { return C.each(arguments, function (e, t) { for (var n; -1 < (n = C.inArray(t, s, n));) s.splice(n, 1), n <= l && l-- }), this }, has: function (e) { return e ? -1 < C.inArray(e, s) : 0 < s.length }, empty: function () { return s = s && [], this }, disable: function () { return a = u = [], s = t = "", this }, disabled: function () { return !s }, lock: function () { return a = !0, t || f.disable(), this }, locked: function () { return !!a }, fireWith: function (e, t) { return a || (t = [e, (t = t || []).slice ? t.slice() : t], u.push(t), i || c()), this }, fire: function () { return f.fireWith(this, arguments), this }, fired: function () { return !!o } }; return f }, C.extend({ Deferred: function (e) { var o = [["resolve", "done", C.Callbacks("once memory"), "resolved"], ["reject", "fail", C.Callbacks("once memory"), "rejected"], ["notify", "progress", C.Callbacks("memory")]], i = "pending", a = { state: function () { return i }, always: function () { return s.done(arguments).fail(arguments), this }, then: function () { var i = arguments; return C.Deferred(function (r) { C.each(o, function (e, t) { var n = C.isFunction(i[e]) && i[e]; s[t[1]](function () { var e = n && n.apply(this, arguments); e && C.isFunction(e.promise) ? e.promise().progress(r.notify).done(r.resolve).fail(r.reject) : r[t[0] + "With"](this === a ? r.promise() : this, n ? [e] : arguments) }) }), i = null }).promise() }, promise: function (e) { return null != e ? C.extend(e, a) : a } }, s = {}; return a.pipe = a.then, C.each(o, function (e, t) { var n = t[2], r = t[3]; a[t[1]] = n.add, r && n.add(function () { i = r }, o[1 ^ e][2].disable, o[2][2].lock), s[t[0]] = function () { return s[t[0] + "With"](this === s ? a : this, arguments), this }, s[t[0] + "With"] = n.fireWith }), a.promise(s), e && e.call(s, s), s }, when: function (e) { var i, t, n, r = 0, o = c.call(arguments), a = o.length, s = 1 !== a || e && C.isFunction(e.promise) ? a : 0, u = 1 === s ? e : C.Deferred(), l = function (t, n, r) { return function (e) { n[t] = this, r[t] = 1 < arguments.length ? c.call(arguments) : e, r === i ? u.notifyWith(n, r) : --s || u.resolveWith(n, r) } }; if (1 < a) for (i = new Array(a), t = new Array(a), n = new Array(a); r < a; r++) o[r] && C.isFunction(o[r].promise) ? o[r].promise().progress(l(r, t, i)).done(l(r, n, o)).fail(u.reject) : --s; return s || u.resolveWith(n, o), u.promise() } }), C.fn.ready = function (e) { return C.ready.promise().done(e), this }, C.extend({ isReady: !1, readyWait: 1, holdReady: function (e) { e ? C.readyWait++ : C.ready(!0) }, ready: function (e) { (!0 === e ? --C.readyWait : C.isReady) || (C.isReady = !0) !== e && 0 < --C.readyWait || (re.resolveWith(g, [C]), C.fn.triggerHandler && (C(g).triggerHandler("ready"), C(g).off("ready"))) } }), C.ready.promise = function (e) { if (!re) if (re = C.Deferred(), "complete" === g.readyState || "loading" !== g.readyState && !g.documentElement.doScroll) T.setTimeout(C.ready); else if (g.addEventListener) g.addEventListener("DOMContentLoaded", i), T.addEventListener("load", i); else { g.attachEvent("onreadystatechange", i), T.attachEvent("onload", i); var t = !1; try { t = null == T.frameElement && g.documentElement } catch (n) { } t && t.doScroll && !function r() { if (!C.isReady) { try { t.doScroll("left") } catch (n) { return T.setTimeout(r, 50) } oe(), C.ready() } }() } return re.promise(e) }, C.ready.promise(), C(y)) break; y.ownFirst = "0" === ie, y.inlineBlockNeedsLayout = !1, C(function () { var e, t, n = g.getElementsByTagName("body")[0]; n && n.style && (e = g.createElement("div"), (t = g.createElement("div")).style.cssText = "position:absolute;border:0;width:0;height:0;top:0;left:-9999px", n.appendChild(t).appendChild(e), "undefined" != typeof e.style.zoom && (e.style.cssText = "display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1", y.inlineBlockNeedsLayout = e = 3 === e.offsetWidth, e && (n.style.zoom = 1)), n.removeChild(t)) }); e = g.createElement("div"); y.deleteExpando = !0; try { delete e.test } catch (yn) { y.deleteExpando = !1 } var o, v = function (e) { var t = C.noData[(e.nodeName + " ").toLowerCase()], n = +e.nodeType || 1; return (1 === n || 9 === n) && (!t || !0 !== t && e.getAttribute("classid") === t) }, ae = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, se = /([A-Z])/g; function ue(e, t, n) { if (n === undefined && 1 === e.nodeType) { var r = "data-" + t.replace(se, "-$1").toLowerCase(); if ("string" == typeof (n = e.getAttribute(r))) { try { n = "true" === n || "false" !== n && ("null" === n ? null : +n + "" === n ? +n : ae.test(n) ? C.parseJSON(n) : n) } catch (i) { } C.data(e, t, n) } else n = undefined } return n } function le(e) { for (var t in e) if (("data" !== t || !C.isEmptyObject(e[t])) && "toJSON" !== t) return; return 1 } function ce(e, t, n, r) { if (v(e)) { var i, o = C.expando, a = e.nodeType, s = a ? C.cache : e, u = a ? e[o] : e[o] && o; if (u && s[u] && (r || s[u].data) || n !== undefined || "string" != typeof t) return s[u = u || (a ? e[o] = f.pop() || C.guid++ : o)] || (s[u] = a ? {} : {toJSON: C.noop}), "object" != typeof t && "function" != typeof t || (r ? s[u] = C.extend(s[u], t) : s[u].data = C.extend(s[u].data, t)), e = s[u], r || (e.data || (e.data = {}), e = e.data), n !== undefined && (e[C.camelCase(t)] = n), "string" == typeof t ? null == (i = e[t]) && (i = e[C.camelCase(t)]) : i = e, i } } function fe(e, t, n) { if (v(e)) { var r, i, o = e.nodeType, a = o ? C.cache : e, s = o ? e[C.expando] : C.expando; if (a[s]) { if (t && (r = n ? a[s] : a[s].data)) { i = (t = C.isArray(t) ? t.concat(C.map(t, C.camelCase)) : t in r || (t = C.camelCase(t)) in r ? [t] : t.split(" ")).length; for (; i--;) delete r[t[i]]; if (n ? !le(r) : !C.isEmptyObject(r)) return } (n || (delete a[s].data, le(a[s]))) && (o ? C.cleanData([e], !0) : y.deleteExpando || a != a.window ? delete a[s] : a[s] = undefined) } } } C.extend({ cache: {}, noData: {"applet ": !0, "embed ": !0, "object ": "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"}, hasData: function (e) { return !!(e = e.nodeType ? C.cache[e[C.expando]] : e[C.expando]) && !le(e) }, data: function (e, t, n) { return ce(e, t, n) }, removeData: function (e, t) { return fe(e, t) }, _data: function (e, t, n) { return ce(e, t, n, !0) }, _removeData: function (e, t) { return fe(e, t, !0) } }), C.fn.extend({ data: function (e, t) { var n, r, i, o = this[0], a = o && o.attributes; if (e !== undefined) return "object" == typeof e ? this.each(function () { C.data(this, e) }) : 1 < arguments.length ? this.each(function () { C.data(this, e, t) }) : o ? ue(o, e, C.data(o, e)) : undefined; if (this.length && (i = C.data(o), 1 === o.nodeType && !C._data(o, "parsedAttrs"))) { for (n = a.length; n--;) a[n] && 0 === (r = a[n].name).indexOf("data-") && ue(o, r = C.camelCase(r.slice(5)), i[r]); C._data(o, "parsedAttrs", !0) } return i }, removeData: function (e) { return this.each(function () { C.removeData(this, e) }) } }), C.extend({ queue: function (e, t, n) { var r; if (e) return r = C._data(e, t = (t || "fx") + "queue"), n && (!r || C.isArray(n) ? r = C._data(e, t, C.makeArray(n)) : r.push(n)), r || [] }, dequeue: function (e, t) { t = t || "fx"; var n = C.queue(e, t), r = n.length, i = n.shift(), o = C._queueHooks(e, t); "inprogress" === i && (i = n.shift(), r--), i && ("fx" === t && n.unshift("inprogress"), delete o.stop, i.call(e, function () { C.dequeue(e, t) }, o)), !r && o && o.empty.fire() }, _queueHooks: function (e, t) { var n = t + "queueHooks"; return C._data(e, n) || C._data(e, n, { empty: C.Callbacks("once memory").add(function () { C._removeData(e, t + "queue"), C._removeData(e, n) }) }) } }), C.fn.extend({ queue: function (t, n) { var e = 2; return "string" != typeof t && (n = t, t = "fx", e--), arguments.length < e ? C.queue(this[0], t) : n === undefined ? this : this.each(function () { var e = C.queue(this, t, n); C._queueHooks(this, t), "fx" === t && "inprogress" !== e[0] && C.dequeue(this, t) }) }, dequeue: function (e) { return this.each(function () { C.dequeue(this, e) }) }, clearQueue: function (e) { return this.queue(e || "fx", []) }, promise: function (e, t) { var n, r = 1, i = C.Deferred(), o = this, a = this.length, s = function () { --r || i.resolveWith(o, [o]) }; for ("string" != typeof e && (t = e, e = undefined), e = e || "fx"; a--;) (n = C._data(o[a], e + "queueHooks")) && n.empty && (r++, n.empty.add(s)); return s(), i.promise(t) } }), y.shrinkWrapBlocks = function () { return null != o ? o : (o = !1, (t = g.getElementsByTagName("body")[0]) && t.style ? (e = g.createElement("div"), (n = g.createElement("div")).style.cssText = "position:absolute;border:0;width:0;height:0;top:0;left:-9999px", t.appendChild(n).appendChild(e), "undefined" != typeof e.style.zoom && (e.style.cssText = "-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:1px;width:1px;zoom:1", e.appendChild(g.createElement("div")).style.width = "5px", o = 3 !== e.offsetWidth), t.removeChild(n), o) : void 0); var e, t, n }; var e = /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source, de = new RegExp("^(?:([+-])=|)(" + e + ")([a-z%]*)$", "i"), s = ["Top", "Right", "Bottom", "Left"], pe = function (e, t) { return "none" === C.css(e = t || e, "display") || !C.contains(e.ownerDocument, e) }; function he(e, t, n, r) { var i, o = 1, a = 20, s = r ? function () { return r.cur() } : function () { return C.css(e, t, "") }, u = s(), l = n && n[3] || (C.cssNumber[t] ? "" : "px"), c = (C.cssNumber[t] || "px" !== l && +u) && de.exec(C.css(e, t)); if (c && c[3] !== l) for (l = l || c[3], n = n || [], c = +u || 1; c /= o = o || ".5", C.style(e, t, c + l), o !== (o = s() / u) && 1 !== o && --a;) ; return n && (c = +c || +u || 0, i = n[1] ? c + (n[1] + 1) * n[2] : +n[2], r && (r.unit = l, r.start = c, r.end = i)), i } var d = function (e, t, n, r, i, o, a) { var s = 0, u = e.length, l = null == n; if ("object" === C.type(n)) for (s in i = !0, n) d(e, t, s, n[s], !0, o, a); else if (r !== undefined && (i = !0, C.isFunction(r) || (a = !0), t = l ? a ? (t.call(e, r), null) : (l = t, function (e, t, n) { return l.call(C(e), n) }) : t)) for (; s < u; s++) t(e[s], n, a ? r : r.call(e[s], s, t(e[s], n))); return i ? e : l ? t.call(e) : u ? t(e[0], n) : o }, ge = /^(?:checkbox|radio)$/i, me = /<([\w:-]+)/, ye = /^$|\/(?:java|ecma)script/i, ve = /^\s+/, xe = "abbr|article|aside|audio|bdi|canvas|data|datalist|details|dialog|figcaption|figure|footer|header|hgroup|main|mark|meter|nav|output|picture|progress|section|summary|template|time|video"; function be(e) { var t = xe.split("|"), n = e.createDocumentFragment(); if (n.createElement) for (; t.length;) n.createElement(t.pop()); return n } S = g.createElement("div"), k = g.createDocumentFragment(), q = g.createElement("input"), S.innerHTML = "
    a", y.leadingWhitespace = 3 === S.firstChild.nodeType, y.tbody = !S.getElementsByTagName("tbody").length, y.htmlSerialize = !!S.getElementsByTagName("link").length, y.html5Clone = "<:nav>" !== g.createElement("nav").cloneNode(!0).outerHTML, q.type = "checkbox", q.checked = !0, k.appendChild(q), y.appendChecked = q.checked, S.innerHTML = "", y.noCloneChecked = !!S.cloneNode(!0).lastChild.defaultValue, k.appendChild(S), (q = g.createElement("input")).setAttribute("type", "radio"), q.setAttribute("checked", "checked"), q.setAttribute("name", "t"), S.appendChild(q), y.checkClone = S.cloneNode(!0).cloneNode(!0).lastChild.checked, y.noCloneEvent = !!S.addEventListener, S[C.expando] = 1, y.attributes = !S.getAttribute(C.expando); var x = { option: [1, ""], legend: [1, "
    ", "
    "], area: [1, "", ""], param: [1, "", ""], thead: [1, "", "
    "], tr: [2, "", "
    "], col: [2, "", "
    "], td: [3, "", "
    "], _default: y.htmlSerialize ? [0, "", ""] : [1, "X
    ", "
    "] }; function b(e, t) { var n, r, i = 0, o = "undefined" != typeof e.getElementsByTagName ? e.getElementsByTagName(t || "*") : "undefined" != typeof e.querySelectorAll ? e.querySelectorAll(t || "*") : undefined; if (!o) for (o = [], n = e.childNodes || e; null != (r = n[i]); i++) !t || C.nodeName(r, t) ? o.push(r) : C.merge(o, b(r, t)); return t === undefined || t && C.nodeName(e, t) ? C.merge([e], o) : o } function we(e, t) { for (var n, r = 0; null != (n = e[r]); r++) C._data(n, "globalEval", !t || C._data(t[r], "globalEval")) } x.optgroup = x.option, x.tbody = x.tfoot = x.colgroup = x.caption = x.thead, x.th = x.td; var Te = /<|&#?\w+;/, Ce = /" !== f[1] || Ce.test(a) ? 0 : u : u.firstChild) && a.childNodes.length; o--;) C.nodeName(c = a.childNodes[o], "tbody") && !c.childNodes.length && a.removeChild(c); for (C.merge(h, u.childNodes), u.textContent = ""; u.firstChild;) u.removeChild(u.firstChild); u = p.lastChild } else h.push(t.createTextNode(a)); for (u && p.removeChild(u), y.appendChecked || C.grep(b(h, "input"), Ee), g = 0; a = h[g++];) if (r && -1 < C.inArray(a, r)) i && i.push(a); else if (s = C.contains(a.ownerDocument, a), u = b(p.appendChild(a), "script"), s && we(u), n) for (o = 0; a = u[o++];) ye.test(a.type || "") && n.push(a); return u = null, p } var ke, Se, Ae = g.createElement("div"); for (ke in { submit: !0, change: !0, focusin: !0 }) (y[ke] = (Se = "on" + ke) in T) || (Ae.setAttribute(Se, "t"), y[ke] = !1 === Ae.attributes[Se].expando); var De = /^(?:input|select|textarea)$/i, je = /^key/, Le = /^(?:mouse|pointer|contextmenu|drag|drop)|click/, He = /^(?:focusinfocus|focusoutblur)$/, qe = /^([^.]*)(?:\.(.+)|)/; function _e() { return !0 } function u() { return !1 } function Fe() { try { return g.activeElement } catch (e) { } } function Me(e, t, n, r, i, o) { var a, s; if ("object" == typeof t) { for (s in "string" != typeof n && (r = r || n, n = undefined), t) Me(e, s, n, r, t[s], o); return e } if (null == r && null == i ? (i = n, r = n = undefined) : null == i && ("string" == typeof n ? (i = r, r = undefined) : (i = r, r = n, n = undefined)), !1 === i) i = u; else if (!i) return e; return 1 === o && (a = i, (i = function (e) { return C().off(e), a.apply(this, arguments) }).guid = a.guid || (a.guid = C.guid++)), e.each(function () { C.event.add(this, t, i, r, n) }) } C.event = { global: {}, add: function (e, t, n, r, i) { var o, a, s, u, l, c, f, d, p, h = C._data(e); if (h) for (n.handler && (n = (s = n).handler, i = s.selector), n.guid || (n.guid = C.guid++), (o = h.events) || (o = h.events = {}), (l = h.handle) || ((l = h.handle = function (e) { return void 0 === C || e && C.event.triggered === e.type ? undefined : C.event.dispatch.apply(l.elem, arguments) }).elem = e), a = (t = (t || "").match(E) || [""]).length; a--;) f = p = (d = qe.exec(t[a]) || [])[1], d = (d[2] || "").split(".").sort(), f && (u = C.event.special[f] || {}, f = (i ? u.delegateType : u.bindType) || f, u = C.event.special[f] || {}, p = C.extend({ type: f, origType: p, data: r, handler: n, guid: n.guid, selector: i, needsContext: i && C.expr.match.needsContext.test(i), namespace: d.join(".") }, s), (c = o[f]) || ((c = o[f] = []).delegateCount = 0, u.setup && !1 !== u.setup.call(e, r, d, l) || (e.addEventListener ? e.addEventListener(f, l, !1) : e.attachEvent && e.attachEvent("on" + f, l))), u.add && (u.add.call(e, p), p.handler.guid || (p.handler.guid = n.guid)), i ? c.splice(c.delegateCount++, 0, p) : c.push(p), C.event.global[f] = !0) }, remove: function (e, t, n, r, i) { var o, a, s, u, l, c, f, d, p, h, g, m = C.hasData(e) && C._data(e); if (m && (c = m.events)) { for (l = (t = (t || "").match(E) || [""]).length; l--;) if (p = g = (s = qe.exec(t[l]) || [])[1], h = (s[2] || "").split(".").sort(), p) { for (f = C.event.special[p] || {}, d = c[p = (r ? f.delegateType : f.bindType) || p] || [], s = s[2] && new RegExp("(^|\\.)" + h.join("\\.(?:.*\\.|)") + "(\\.|$)"), u = o = d.length; o--;) a = d[o], !i && g !== a.origType || n && n.guid !== a.guid || s && !s.test(a.namespace) || r && r !== a.selector && ("**" !== r || !a.selector) || (d.splice(o, 1), a.selector && d.delegateCount--, f.remove && f.remove.call(e, a)); u && !d.length && (f.teardown && !1 !== f.teardown.call(e, h, m.handle) || C.removeEvent(e, p, m.handle), delete c[p]) } else for (p in c) C.event.remove(e, p + t[l], n, r, !0); C.isEmptyObject(c) && (delete m.handle, C._removeData(e, "events")) } }, trigger: function (e, t, n, r) { var i, o, a, s, u, l, c = [n || g], f = m.call(e, "type") ? e.type : e, d = m.call(e, "namespace") ? e.namespace.split(".") : [], p = u = n = n || g; if (3 !== n.nodeType && 8 !== n.nodeType && !He.test(f + C.event.triggered) && (-1 < f.indexOf(".") && (f = (d = f.split(".")).shift(), d.sort()), o = f.indexOf(":") < 0 && "on" + f, (e = e[C.expando] ? e : new C.Event(f, "object" == typeof e && e)).isTrigger = r ? 2 : 3, e.namespace = d.join("."), e.rnamespace = e.namespace ? new RegExp("(^|\\.)" + d.join("\\.(?:.*\\.|)") + "(\\.|$)") : null, e.result = undefined, e.target || (e.target = n), t = null == t ? [e] : C.makeArray(t, [e]), s = C.event.special[f] || {}, r || !s.trigger || !1 !== s.trigger.apply(n, t))) { if (!r && !s.noBubble && !C.isWindow(n)) { for (a = s.delegateType || f, He.test(a + f) || (p = p.parentNode); p; p = p.parentNode) c.push(p), u = p; u === (n.ownerDocument || g) && c.push(u.defaultView || u.parentWindow || T) } for (l = 0; (p = c[l++]) && !e.isPropagationStopped();) e.type = 1 < l ? a : s.bindType || f, (i = (C._data(p, "events") || {})[e.type] && C._data(p, "handle")) && i.apply(p, t), (i = o && p[o]) && i.apply && v(p) && (e.result = i.apply(p, t), !1 === e.result && e.preventDefault()); if (e.type = f, !r && !e.isDefaultPrevented() && (!s._default || !1 === s._default.apply(c.pop(), t)) && v(n) && o && n[f] && !C.isWindow(n)) { (u = n[o]) && (n[o] = null), C.event.triggered = f; try { n[f]() } catch (h) { } C.event.triggered = undefined, u && (n[o] = u) } return e.result } }, dispatch: function (e) { e = C.event.fix(e); var t, n, r, i, o, a = c.call(arguments), s = (C._data(this, "events") || {})[e.type] || [], u = C.event.special[e.type] || {}; if ((a[0] = e).delegateTarget = this, !u.preDispatch || !1 !== u.preDispatch.call(this, e)) { for (o = C.event.handlers.call(this, e, s), t = 0; (r = o[t++]) && !e.isPropagationStopped();) for (e.currentTarget = r.elem, n = 0; (i = r.handlers[n++]) && !e.isImmediatePropagationStopped();) e.rnamespace && !e.rnamespace.test(i.namespace) || (e.handleObj = i, e.data = i.data, (i = ((C.event.special[i.origType] || {}).handle || i.handler).apply(r.elem, a)) !== undefined && !1 === (e.result = i) && (e.preventDefault(), e.stopPropagation())); return u.postDispatch && u.postDispatch.call(this, e), e.result } }, handlers: function (e, t) { var n, r, i, o, a = [], s = t.delegateCount, u = e.target; if (s && u.nodeType && ("click" !== e.type || isNaN(e.button) || e.button < 1)) for (; u != this; u = u.parentNode || this) if (1 === u.nodeType && (!0 !== u.disabled || "click" !== e.type)) { for (r = [], n = 0; n < s; n++) r[i = (o = t[n]).selector + " "] === undefined && (r[i] = o.needsContext ? -1 < C(i, this).index(u) : C.find(i, this, null, [u]).length), r[i] && r.push(o); r.length && a.push({elem: u, handlers: r}) } return s < t.length && a.push({elem: this, handlers: t.slice(s)}), a }, fix: function (e) { if (e[C.expando]) return e; var t, n, r, i = e.type, o = e, a = this.fixHooks[i]; for (a || (this.fixHooks[i] = a = Le.test(i) ? this.mouseHooks : je.test(i) ? this.keyHooks : {}), r = a.props ? this.props.concat(a.props) : this.props, e = new C.Event(o), t = r.length; t--;) e[n = r[t]] = o[n]; return e.target || (e.target = o.srcElement || g), 3 === e.target.nodeType && (e.target = e.target.parentNode), e.metaKey = !!e.metaKey, a.filter ? a.filter(e, o) : e }, props: "altKey bubbles cancelable ctrlKey currentTarget detail eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "), fixHooks: {}, keyHooks: { props: "char charCode key keyCode".split(" "), filter: function (e, t) { return null == e.which && (e.which = null != t.charCode ? t.charCode : t.keyCode), e } }, mouseHooks: { props: "button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "), filter: function (e, t) { var n, r, i = t.button, o = t.fromElement; return null == e.pageX && null != t.clientX && (r = (n = e.target.ownerDocument || g).documentElement, n = n.body, e.pageX = t.clientX + (r && r.scrollLeft || n && n.scrollLeft || 0) - (r && r.clientLeft || n && n.clientLeft || 0), e.pageY = t.clientY + (r && r.scrollTop || n && n.scrollTop || 0) - (r && r.clientTop || n && n.clientTop || 0)), !e.relatedTarget && o && (e.relatedTarget = o === e.target ? t.toElement : o), e.which || i === undefined || (e.which = 1 & i ? 1 : 2 & i ? 3 : 4 & i ? 2 : 0), e } }, special: { load: {noBubble: !0}, focus: { trigger: function () { if (this !== Fe() && this.focus) try { return this.focus(), !1 } catch (e) { } }, delegateType: "focusin" }, blur: { trigger: function () { if (this === Fe() && this.blur) return this.blur(), !1 }, delegateType: "focusout" }, click: { trigger: function () { if (C.nodeName(this, "input") && "checkbox" === this.type && this.click) return this.click(), !1 }, _default: function (e) { return C.nodeName(e.target, "a") } }, beforeunload: { postDispatch: function (e) { e.result !== undefined && e.originalEvent && (e.originalEvent.returnValue = e.result) } } }, simulate: function (e, t, n) { e = C.extend(new C.Event, n, {type: e, isSimulated: !0}); C.event.trigger(e, null, t), e.isDefaultPrevented() && n.preventDefault() } }, C.removeEvent = g.removeEventListener ? function (e, t, n) { e.removeEventListener && e.removeEventListener(t, n) } : function (e, t, n) { t = "on" + t; e.detachEvent && ("undefined" == typeof e[t] && (e[t] = null), e.detachEvent(t, n)) }, C.Event = function (e, t) { if (!(this instanceof C.Event)) return new C.Event(e, t); e && e.type ? (this.originalEvent = e, this.type = e.type, this.isDefaultPrevented = e.defaultPrevented || e.defaultPrevented === undefined && !1 === e.returnValue ? _e : u) : this.type = e, t && C.extend(this, t), this.timeStamp = e && e.timeStamp || C.now(), this[C.expando] = !0 }, C.Event.prototype = { constructor: C.Event, isDefaultPrevented: u, isPropagationStopped: u, isImmediatePropagationStopped: u, preventDefault: function () { var e = this.originalEvent; this.isDefaultPrevented = _e, e && (e.preventDefault ? e.preventDefault() : e.returnValue = !1) }, stopPropagation: function () { var e = this.originalEvent; this.isPropagationStopped = _e, e && !this.isSimulated && (e.stopPropagation && e.stopPropagation(), e.cancelBubble = !0) }, stopImmediatePropagation: function () { var e = this.originalEvent; this.isImmediatePropagationStopped = _e, e && e.stopImmediatePropagation && e.stopImmediatePropagation(), this.stopPropagation() } }, C.each({ mouseenter: "mouseover", mouseleave: "mouseout", pointerenter: "pointerover", pointerleave: "pointerout" }, function (e, i) { C.event.special[e] = { delegateType: i, bindType: i, handle: function (e) { var t, n = e.relatedTarget, r = e.handleObj; return n && (n === this || C.contains(this, n)) || (e.type = r.origType, t = r.handler.apply(this, arguments), e.type = i), t } } }), y.submit || (C.event.special.submit = { setup: function () { if (C.nodeName(this, "form")) return !1; C.event.add(this, "click._submit keypress._submit", function (e) { e = e.target, e = C.nodeName(e, "input") || C.nodeName(e, "button") ? C.prop(e, "form") : undefined; e && !C._data(e, "submit") && (C.event.add(e, "submit._submit", function (e) { e._submitBubble = !0 }), C._data(e, "submit", !0)) }) }, postDispatch: function (e) { e._submitBubble && (delete e._submitBubble, this.parentNode && !e.isTrigger && C.event.simulate("submit", this.parentNode, e)) }, teardown: function () { if (C.nodeName(this, "form")) return !1; C.event.remove(this, "._submit") } }), y.change || (C.event.special.change = { setup: function () { if (De.test(this.nodeName)) return "checkbox" !== this.type && "radio" !== this.type || (C.event.add(this, "propertychange._change", function (e) { "checked" === e.originalEvent.propertyName && (this._justChanged = !0) }), C.event.add(this, "click._change", function (e) { this._justChanged && !e.isTrigger && (this._justChanged = !1), C.event.simulate("change", this, e) })), !1; C.event.add(this, "beforeactivate._change", function (e) { e = e.target; De.test(e.nodeName) && !C._data(e, "change") && (C.event.add(e, "change._change", function (e) { !this.parentNode || e.isSimulated || e.isTrigger || C.event.simulate("change", this.parentNode, e) }), C._data(e, "change", !0)) }) }, handle: function (e) { var t = e.target; if (this !== t || e.isSimulated || e.isTrigger || "radio" !== t.type && "checkbox" !== t.type) return e.handleObj.handler.apply(this, arguments) }, teardown: function () { return C.event.remove(this, "._change"), !De.test(this.nodeName) } }), y.focusin || C.each({focus: "focusin", blur: "focusout"}, function (n, r) { var i = function (e) { C.event.simulate(r, e.target, C.event.fix(e)) }; C.event.special[r] = { setup: function () { var e = this.ownerDocument || this, t = C._data(e, r); t || e.addEventListener(n, i, !0), C._data(e, r, (t || 0) + 1) }, teardown: function () { var e = this.ownerDocument || this, t = C._data(e, r) - 1; t ? C._data(e, r, t) : (e.removeEventListener(n, i, !0), C._removeData(e, r)) } } }), C.fn.extend({ on: function (e, t, n, r) { return Me(this, e, t, n, r) }, one: function (e, t, n, r) { return Me(this, e, t, n, r, 1) }, off: function (e, t, n) { var r, i; if (e && e.preventDefault && e.handleObj) return r = e.handleObj, C(e.delegateTarget).off(r.namespace ? r.origType + "." + r.namespace : r.origType, r.selector, r.handler), this; if ("object" != typeof e) return !1 !== t && "function" != typeof t || (n = t, t = undefined), !1 === n && (n = u), this.each(function () { C.event.remove(this, e, n, t) }); for (i in e) this.off(i, t, e[i]); return this }, trigger: function (e, t) { return this.each(function () { C.event.trigger(e, t, this) }) }, triggerHandler: function (e, t) { var n = this[0]; if (n) return C.event.trigger(e, t, n, !0) } }); var Oe = / jQuery\d+="(?:null|\d+)"/g, Re = new RegExp("<(?:" + xe + ")[\\s/>]", "i"), Pe = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:-]+)[^>]*)\/>/gi, Be = /\s*$/g, ze = be(g).appendChild(g.createElement("div")); function Xe(e, t) { return C.nodeName(e, "table") && C.nodeName(11 !== t.nodeType ? t : t.firstChild, "tr") ? e.getElementsByTagName("tbody")[0] || e.appendChild(e.ownerDocument.createElement("tbody")) : e } function Ue(e) { return e.type = (null !== C.find.attr(e, "type")) + "/" + e.type, e } function Ve(e) { var t = Ie.exec(e.type); return t ? e.type = t[1] : e.removeAttribute("type"), e } function Ye(e, t) { if (1 === t.nodeType && C.hasData(e)) { var n, r, i, e = C._data(e), o = C._data(t, e), a = e.events; if (a) for (n in delete o.handle, o.events = {}, a) for (r = 0, i = a[n].length; r < i; r++) C.event.add(t, n, a[n][r]); o.data && (o.data = C.extend({}, o.data)) } } function w(n, r, i, o) { r = O.apply([], r); var e, t, a, s, u, l, c = 0, f = n.length, d = f - 1, p = r[0], h = C.isFunction(p); if (h || 1 < f && "string" == typeof p && !y.checkClone && We.test(p)) return n.each(function (e) { var t = n.eq(e); h && (r[0] = p.call(this, e, t.html())), w(t, r, i, o) }); if (f && (e = (l = Ne(r, n[0].ownerDocument, !1, n, o)).firstChild, 1 === l.childNodes.length && (l = e), e || o)) { for (a = (s = C.map(b(l, "script"), Ue)).length; c < f; c++) t = l, c !== d && (t = C.clone(t, !0, !0), a && C.merge(s, b(t, "script"))), i.call(n[c], t, c); if (a) for (u = s[s.length - 1].ownerDocument, C.map(s, Ve), c = 0; c < a; c++) t = s[c], ye.test(t.type || "") && !C._data(t, "globalEval") && C.contains(u, t) && (t.src ? C._evalUrl && C._evalUrl(t.src) : C.globalEval((t.text || t.textContent || t.innerHTML || "").replace($e, ""))); l = e = null } return n } function Je(e, t, n) { for (var r, i = t ? C.filter(t, e) : e, o = 0; null != (r = i[o]); o++) n || 1 !== r.nodeType || C.cleanData(b(r)), r.parentNode && (n && C.contains(r.ownerDocument, r) && we(b(r, "script")), r.parentNode.removeChild(r)); return e } C.extend({ htmlPrefilter: function (e) { return e.replace(Pe, "<$1>") }, clone: function (e, t, n) { var r, i, o, a, s, u = C.contains(e.ownerDocument, e); if (y.html5Clone || C.isXMLDoc(e) || !Re.test("<" + e.nodeName + ">") ? o = e.cloneNode(!0) : (ze.innerHTML = e.outerHTML, ze.removeChild(o = ze.firstChild)), !(y.noCloneEvent && y.noCloneChecked || 1 !== e.nodeType && 11 !== e.nodeType || C.isXMLDoc(e))) for (r = b(o), s = b(e), a = 0; null != (i = s[a]); ++a) if (r[a]) { f = c = l = p = d = void 0; var l, c, f, d = i, p = r[a]; if (1 === p.nodeType) { if (l = p.nodeName.toLowerCase(), !y.noCloneEvent && p[C.expando]) { for (c in (f = C._data(p)).events) C.removeEvent(p, c, f.handle); p.removeAttribute(C.expando) } "script" === l && p.text !== d.text ? (Ue(p).text = d.text, Ve(p)) : "object" === l ? (p.parentNode && (p.outerHTML = d.outerHTML), y.html5Clone && d.innerHTML && !C.trim(p.innerHTML) && (p.innerHTML = d.innerHTML)) : "input" === l && ge.test(d.type) ? (p.defaultChecked = p.checked = d.checked, p.value !== d.value && (p.value = d.value)) : "option" === l ? p.defaultSelected = p.selected = d.defaultSelected : "input" !== l && "textarea" !== l || (p.defaultValue = d.defaultValue) } } if (t) if (n) for (s = s || b(e), r = r || b(o), a = 0; null != (i = s[a]); a++) Ye(i, r[a]); else Ye(e, o); return 0 < (r = b(o, "script")).length && we(r, !u && b(e, "script")), r = s = i = null, o }, cleanData: function (e, t) { for (var n, r, i, o, a = 0, s = C.expando, u = C.cache, l = y.attributes, c = C.event.special; null != (n = e[a]); a++) if ((t || v(n)) && (o = (i = n[s]) && u[i])) { if (o.events) for (r in o.events) c[r] ? C.event.remove(n, r) : C.removeEvent(n, r, o.handle); u[i] && (delete u[i], l || "undefined" == typeof n.removeAttribute ? n[s] = undefined : n.removeAttribute(s), f.push(i)) } } }), C.fn.extend({ domManip: w, detach: function (e) { return Je(this, e, !0) }, remove: function (e) { return Je(this, e) }, text: function (e) { return d(this, function (e) { return e === undefined ? C.text(this) : this.empty().append((this[0] && this[0].ownerDocument || g).createTextNode(e)) }, null, e, arguments.length) }, append: function () { return w(this, arguments, function (e) { 1 !== this.nodeType && 11 !== this.nodeType && 9 !== this.nodeType || Xe(this, e).appendChild(e) }) }, prepend: function () { return w(this, arguments, function (e) { var t; 1 !== this.nodeType && 11 !== this.nodeType && 9 !== this.nodeType || (t = Xe(this, e)).insertBefore(e, t.firstChild) }) }, before: function () { return w(this, arguments, function (e) { this.parentNode && this.parentNode.insertBefore(e, this) }) }, after: function () { return w(this, arguments, function (e) { this.parentNode && this.parentNode.insertBefore(e, this.nextSibling) }) }, empty: function () { for (var e, t = 0; null != (e = this[t]); t++) { for (1 === e.nodeType && C.cleanData(b(e, !1)); e.firstChild;) e.removeChild(e.firstChild); e.options && C.nodeName(e, "select") && (e.options.length = 0) } return this }, clone: function (e, t) { return e = null != e && e, t = null == t ? e : t, this.map(function () { return C.clone(this, e, t) }) }, html: function (e) { return d(this, function (e) { var t = this[0] || {}, n = 0, r = this.length; if (e === undefined) return 1 === t.nodeType ? t.innerHTML.replace(Oe, "") : undefined; if ("string" == typeof e && !Be.test(e) && (y.htmlSerialize || !Re.test(e)) && (y.leadingWhitespace || !ve.test(e)) && !x[(me.exec(e) || ["", ""])[1].toLowerCase()]) { e = C.htmlPrefilter(e); try { for (; n < r; n++) 1 === (t = this[n] || {}).nodeType && (C.cleanData(b(t, !1)), t.innerHTML = e); t = 0 } catch (i) { } } t && this.empty().append(e) }, null, e, arguments.length) }, replaceWith: function () { var n = []; return w(this, arguments, function (e) { var t = this.parentNode; C.inArray(this, n) < 0 && (C.cleanData(b(this)), t && t.replaceChild(e, this)) }, n) } }), C.each({ appendTo: "append", prependTo: "prepend", insertBefore: "before", insertAfter: "after", replaceAll: "replaceWith" }, function (e, a) { C.fn[e] = function (e) { for (var t, n = 0, r = [], i = C(e), o = i.length - 1; n <= o; n++) t = n === o ? this : this.clone(!0), C(i[n])[a](t), R.apply(r, t.get()); return this.pushStack(r) } }); var Ge, Ke = {HTML: "block", BODY: "block"}; function Qe(e, t) { e = C(t.createElement(e)).appendTo(t.body), t = C.css(e[0], "display"); return e.detach(), t } function Ze(e) { var t = g, n = Ke[e]; return n || ("none" !== (n = Qe(e, t)) && n || ((t = ((Ge = (Ge || C("'; break; case 3: delete s.title, delete s.closeBtn, -1 === s.icon && s.icon, h.closeAll("loading"); break; case 4: r || (s.content = [s.content, "body"]), s.follow = s.content[1], s.content = s.content[0] + '', delete s.title, s.tips = "object" == typeof s.tips ? s.tips : [s.tips, !0], s.tipsMore || h.closeAll("tips") } o.vessel(r, function (e, t, i) { c.append(e[0]), r ? 2 == s.type || 4 == s.type ? m("body").append(e[1]) : f.parents("." + y[0])[0] || (f.data("display", f.css("display")).show().addClass("layui-layer-wrap").wrap(e[1]), m("#" + y[0] + l).find("." + y[5]).before(t)) : c.append(e[1]), m("#" + y.MOVE)[0] || c.append(u.moveElem = i), o.layero = m("#" + y[0] + l), o.shadeo = m("#" + y.SHADE + l), s.scrollbar || u.setScrollbar(l) }).auto(l), o.shadeo.css({ "background-color": s.shade[1] || "#000", opacity: s.shade[0] || s.shade }), 2 == s.type && 6 == h.ie && o.layero.find("iframe").attr("src", f[0]), 4 == s.type ? o.tips() : (o.offset(), parseInt(u.getStyle(document.getElementById(y.MOVE), "z-index")) || (o.layero.css("visibility", "hidden"), h.ready(function () { o.offset(), o.layero.css("visibility", "visible") }))), s.fixed && !u.events.resize[o.index] && (u.events.resize[o.index] = function () { o.resize() }, d.on("resize", u.events.resize[o.index])), s.time <= 0 || setTimeout(function () { h.close(o.index) }, s.time), o.move().callback(), y.anim[s.anim] && (a = "layer-anim " + y.anim[s.anim], o.layero.addClass(a).one("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend", function () { m(this).removeClass(a) })), o.layero.data("config", s) }, t.pt.resize = function () { var e = this, t = e.config; e.offset(), (/^\d+%$/.test(t.area[0]) || /^\d+%$/.test(t.area[1])) && e.auto(e.index), 4 == t.type && e.tips() }, t.pt.auto = function (e) { var t = this.config, i = m("#" + y[0] + e), n = ("" === t.area[0] && 0 < t.maxWidth && (h.ie && h.ie < 8 && t.btn && i.width(i.innerWidth()), i.outerWidth() > t.maxWidth && i.width(t.maxWidth)), [i.innerWidth(), i.innerHeight()]), a = i.find(y[1]).outerHeight() || 0, o = i.find("." + y[6]).outerHeight() || 0, e = function (e) { (e = i.find(e)).height(n[1] - a - o - 2 * (0 | parseFloat(e.css("padding-top")))) }; return 2 === t.type ? e("iframe") : "" === t.area[1] ? 0 < t.maxHeight && i.outerHeight() > t.maxHeight ? (n[1] = t.maxHeight, e("." + y[5])) : t.fixed && n[1] >= d.height() && (n[1] = d.height(), e("." + y[5])) : e("." + y[5]), this }, t.pt.offset = function () { var e = this, t = e.config, i = e.layero, n = [i.outerWidth(), i.outerHeight()], a = "object" == typeof t.offset; e.offsetTop = (d.height() - n[1]) / 2, e.offsetLeft = (d.width() - n[0]) / 2, a ? (e.offsetTop = t.offset[0], e.offsetLeft = t.offset[1] || e.offsetLeft) : "auto" !== t.offset && ("t" === t.offset ? e.offsetTop = 0 : "r" === t.offset ? e.offsetLeft = d.width() - n[0] : "b" === t.offset ? e.offsetTop = d.height() - n[1] : "l" === t.offset ? e.offsetLeft = 0 : "lt" === t.offset ? (e.offsetTop = 0, e.offsetLeft = 0) : "lb" === t.offset ? (e.offsetTop = d.height() - n[1], e.offsetLeft = 0) : "rt" === t.offset ? (e.offsetTop = 0, e.offsetLeft = d.width() - n[0]) : "rb" === t.offset ? (e.offsetTop = d.height() - n[1], e.offsetLeft = d.width() - n[0]) : e.offsetTop = t.offset), t.fixed || (e.offsetTop = /%$/.test(e.offsetTop) ? d.height() * parseFloat(e.offsetTop) / 100 : parseFloat(e.offsetTop), e.offsetLeft = /%$/.test(e.offsetLeft) ? d.width() * parseFloat(e.offsetLeft) / 100 : parseFloat(e.offsetLeft), e.offsetTop += d.scrollTop(), e.offsetLeft += d.scrollLeft()), "min" === i.data("maxminStatus") && (e.offsetTop = d.height() - (i.find(y[1]).outerHeight() || 0), e.offsetLeft = i.css("left")), i.css({ top: e.offsetTop, left: e.offsetLeft }) }, t.pt.tips = function () { var e = this.config, t = this.layero, i = [t.outerWidth(), t.outerHeight()], n = m(e.follow), a = { width: (n = n[0] ? n : m("body")).outerWidth(), height: n.outerHeight(), top: n.offset().top, left: n.offset().left }, o = t.find(".layui-layer-TipsG"), n = e.tips[0]; e.tips[1] || o.remove(), a.autoLeft = function () { 0 < a.left + i[0] - d.width() ? (a.tipLeft = a.left + a.width - i[0], o.css({ right: 12, left: "auto" })) : a.tipLeft = a.left }, a.where = [function () { a.autoLeft(), a.tipTop = a.top - i[1] - 10, o.removeClass("layui-layer-TipsB").addClass("layui-layer-TipsT").css("border-right-color", e.tips[1]) }, function () { a.tipLeft = a.left + a.width + 10, a.tipTop = a.top, o.removeClass("layui-layer-TipsL").addClass("layui-layer-TipsR").css("border-bottom-color", e.tips[1]) }, function () { a.autoLeft(), a.tipTop = a.top + a.height + 10, o.removeClass("layui-layer-TipsT").addClass("layui-layer-TipsB").css("border-right-color", e.tips[1]) }, function () { a.tipLeft = a.left - i[0] - 10, a.tipTop = a.top, o.removeClass("layui-layer-TipsR").addClass("layui-layer-TipsL").css("border-bottom-color", e.tips[1]) }], a.where[n - 1](), 1 === n ? a.top - (d.scrollTop() + i[1] + 16) < 0 && a.where[2]() : 2 === n ? 0 < d.width() - (a.left + a.width + i[0] + 16) || a.where[3]() : 3 === n ? 0 < a.top - d.scrollTop() + a.height + i[1] + 16 - d.height() && a.where[0]() : 4 === n && 0 < i[0] + 16 - a.left && a.where[1](), t.find("." + y[5]).css({ "background-color": e.tips[1], "padding-right": e.closeBtn ? "30px" : "" }), t.css({left: a.tipLeft - (e.fixed ? d.scrollLeft() : 0), top: a.tipTop - (e.fixed ? d.scrollTop() : 0)}) }, t.pt.move = function () { var n = this, a = n.config, e = m(document), o = n.layero, r = ["LAY_MOVE_DICT", "LAY_RESIZE_DICT"], t = o.find(a.move), i = o.find(".layui-layer-resize"); return a.move && t.css("cursor", "move"), t.on("mousedown", function (e) { var t, i; e.button || (t = m(this), i = {}, a.move && (i.layero = o, i.config = a, i.offset = [e.clientX - parseFloat(o.css("left")), e.clientY - parseFloat(o.css("top"))], t.data(r[0], i), u.eventMoveElem = t, u.moveElem.css("cursor", "move").show()), e.preventDefault()) }), i.on("mousedown", function (e) { var t = m(this), i = {}; a.resize && (i.layero = o, i.config = a, i.offset = [e.clientX, e.clientY], i.index = n.index, i.area = [o.outerWidth(), o.outerHeight()], t.data(r[1], i), u.eventResizeElem = t, u.moveElem.css("cursor", "se-resize").show()), e.preventDefault() }), u.docEvent || (e.on("mousemove", function (e) { var t, i, n, a, o, s, l; u.eventMoveElem && (t = (a = u.eventMoveElem.data(r[0]) || {}).layero, o = a.config, s = e.clientX - a.offset[0], l = e.clientY - a.offset[1], i = "fixed" === t.css("position"), e.preventDefault(), a.stX = i ? 0 : d.scrollLeft(), a.stY = i ? 0 : d.scrollTop(), o.moveOut || (i = d.width() - t.outerWidth() + a.stX, n = d.height() - t.outerHeight() + a.stY, i < (s = s < a.stX ? a.stX : s) && (s = i), n < (l = l < a.stY ? a.stY : l) && (l = n)), t.css({ left: s, top: l })), u.eventResizeElem && (o = (a = u.eventResizeElem.data(r[1]) || {}).config, s = e.clientX - a.offset[0], l = e.clientY - a.offset[1], e.preventDefault(), h.style(a.index, { width: a.area[0] + s, height: a.area[1] + l }), o.resizing && o.resizing(a.layero)) }).on("mouseup", function (e) { var t, i; u.eventMoveElem && (i = (t = u.eventMoveElem.data(r[0]) || {}).config, u.eventMoveElem.removeData(r[0]), delete u.eventMoveElem, u.moveElem.hide(), i.moveEnd && i.moveEnd(t.layero)), u.eventResizeElem && (u.eventResizeElem.removeData(r[1]), delete u.eventResizeElem, u.moveElem.hide()) }), u.docEvent = !0), n }, t.pt.callback = function () { var t = this, i = t.layero, n = t.config; t.openLayer(), n.success && (2 == n.type ? i.find("iframe").on("load", function () { n.success(i, t.index, t) }) : n.success(i, t.index, t)), 6 == h.ie && t.IE6(i), i.find("." + y[6]).children("a").on("click", function () { var e = m(this).index(); 0 === e ? n.yes ? n.yes(t.index, i, t) : n.btn1 ? n.btn1(t.index, i, t) : h.close(t.index) : !1 !== (n["btn" + (e + 1)] && n["btn" + (e + 1)](t.index, i, t)) && h.close(t.index) }), i.find("." + y[7]).on("click", function () { !1 !== (n.cancel && n.cancel(t.index, i, t)) && h.close(t.index) }), n.shadeClose && t.shadeo.on("click", function () { h.close(t.index) }), i.find(".layui-layer-min").on("click", function () { !1 !== (n.min && n.min(i, t.index, t)) && h.min(t.index, n) }), i.find(".layui-layer-max").on("click", function () { m(this).hasClass("layui-layer-maxmin") ? (h.restore(t.index), n.restore && n.restore(i, t.index, t)) : (h.full(t.index, n), setTimeout(function () { n.full && n.full(i, t.index, t) }, 100)) }), n.end && (u.end[t.index] = n.end) }, u.reselect = function () { m.each(m("select"), function (e, t) { var i = m(this); i.parents("." + y[0])[0] || 1 == i.attr("layer") && m("." + y[0]).length < 1 && i.removeAttr("layer").show() }) }, t.pt.IE6 = function (e) { m("select").each(function (e, t) { var i = m(this); i.parents("." + y[0])[0] || "none" !== i.css("display") && i.attr({layer: "1"}).hide() }) }, t.pt.openLayer = function () { h.zIndex = this.config.zIndex, h.setTop = function (e) { return h.zIndex = parseInt(e[0].style.zIndex), e.on("mousedown", function () { h.zIndex++, e.css("z-index", h.zIndex + 1) }), h.zIndex } }, u.record = function (e) { if (!e[0]) return p.console && console.error("index error"); var t = [e[0].style.width || e.width(), e[0].style.height || e.height(), e.position().top, e.position().left + parseFloat(e.css("margin-left"))]; e.find(".layui-layer-max").addClass("layui-layer-maxmin"), e.attr({area: t}) }, u.setScrollbar = function (e) { y.html.css("overflow", "hidden").attr("layer-full", e) }, u.restScrollbar = function (e) { y.html.attr("layer-full") == e && (y.html[0].style[y.html[0].style.removeProperty ? "removeProperty" : "removeAttribute"]("overflow"), y.html.removeAttr("layer-full")) }, (p.layer = h).getChildFrame = function (e, t) { return t = t || m("." + y[4]).attr("times"), m("#" + y[0] + t).find("iframe").contents().find(e) }, h.getFrameIndex = function (e) { return m("#" + e).parents("." + y[4]).attr("times") }, h.iframeAuto = function (e) { var t, i, n; e && (t = h.getChildFrame("html", e).outerHeight(), i = (e = m("#" + y[0] + e)).find(y[1]).outerHeight() || 0, n = e.find("." + y[6]).outerHeight() || 0, e.css({height: t + i + n}), e.find("iframe").css({height: t})) }, h.iframeSrc = function (e, t) { m("#" + y[0] + e).find("iframe").attr("src", t) }, h.style = function (e, t, i) { var e = m("#" + y[0] + e), n = e.find(".layui-layer-content"), a = e.attr("type"), o = e.find(y[1]).outerHeight() || 0, s = e.find("." + y[6]).outerHeight() || 0; e.attr("minLeft"); a !== u.type[3] && a !== u.type[4] && (i || (parseFloat(t.width) <= 260 && (t.width = 260), parseFloat(t.height) - o - s <= 64 && (t.height = 64 + o + s)), e.css(t), s = e.find("." + y[6]).outerHeight() || 0, a === u.type[2] ? e.find("iframe").css({height: ("number" == typeof t.height ? t.height : e.height()) - o - s}) : n.css({height: ("number" == typeof t.height ? t.height : e.height()) - o - s - parseFloat(n.css("padding-top")) - parseFloat(n.css("padding-bottom"))})) }, h.min = function (e, t) { var i, n, a, o, s, l, r = m("#" + y[0] + e), c = r.data("maxminStatus"); "min" !== c && ("max" === c && h.restore(e), r.data("maxminStatus", "min"), t = t || r.data("config") || {}, c = m("#" + y.SHADE + e), i = r.find(".layui-layer-min"), n = r.find(y[1]).outerHeight() || 0, o = (a = "string" == typeof (o = r.attr("minLeft"))) ? o : 181 * u.minStackIndex + "px", s = r.css("position"), l = { width: 180, height: n, position: "fixed", overflow: "hidden" }, u.record(r), 0 < u.minStackArr.length && (o = u.minStackArr[0], u.minStackArr.shift()), parseFloat(o) + 180 > d.width() && (o = d.width() - 180 - (u.minStackArr.edgeIndex = u.minStackArr.edgeIndex || 0, u.minStackArr.edgeIndex += 3)) < 0 && (o = 0), t.minStack && (l.left = o, l.top = d.height() - n, a || u.minStackIndex++, r.attr("minLeft", o)), r.attr("position", s), h.style(e, l, !0), i.hide(), "page" === r.attr("type") && r.find(y[4]).hide(), u.restScrollbar(e), c.hide()) }, h.restore = function (e) { var t = m("#" + y[0] + e), i = m("#" + y.SHADE + e), n = t.attr("area").split(","), a = t.attr("type"), o = t.data("config") || {}; t.removeData("maxminStatus"), h.style(e, { width: n[0], height: n[1], top: parseFloat(n[2]), left: parseFloat(n[3]), position: t.attr("position"), overflow: "visible" }, !0), t.find(".layui-layer-max").removeClass("layui-layer-maxmin"), t.find(".layui-layer-min").show(), "page" === a && t.find(y[4]).show(), o.scrollbar ? u.restScrollbar(e) : u.setScrollbar(e), i.show() }, h.full = function (t) { var i = m("#" + y[0] + t), e = i.data("maxminStatus"); "max" !== e && ("min" === e && h.restore(t), i.data("maxminStatus", "max"), u.record(i), y.html.attr("layer-full") || u.setScrollbar(t), setTimeout(function () { var e = "fixed" === i.css("position"); h.style(t, { top: e ? 0 : d.scrollTop(), left: e ? 0 : d.scrollLeft(), width: "100%", height: "100%" }, !0), i.find(".layui-layer-min").hide() }, 100)) }, h.title = function (e, t) { m("#" + y[0] + (t || h.index)).find(y[1]).html(e) }, h.close = function (o, s) { var l, e, r = (t = m("." + y[0]).children("#" + o).closest("." + y[0]))[0] ? (o = t.attr("times"), t) : m("#" + y[0] + o), c = r.attr("type"), t = r.data("config") || {}, f = t.id && t.hideOnClose; r[0] && (l = { slideDown: "layer-anim-slide-down-out", slideLeft: "layer-anim-slide-left-out", slideUp: "layer-anim-slide-up-out", slideRight: "layer-anim-slide-right-out" }[t.anim] || "layer-anim-close", e = function () { var e = "layui-layer-wrap"; if (f) return r.removeClass("layer-anim " + l), r.hide(); if (c === u.type[1] && "object" === r.attr("conType")) { r.children(":not(." + y[5] + ")").remove(); for (var t = r.find("." + e), i = 0; i < 2; i++) t.unwrap(); t.css("display", t.data("display")).removeClass(e) } else { if (c === u.type[2]) try { var n = m("#" + y[4] + o)[0]; n.contentWindow.document.write(""), n.contentWindow.close(), r.find("." + y[5])[0].removeChild(n) } catch (a) { } r[0].innerHTML = "", r.remove() } "function" == typeof u.end[o] && u.end[o](), delete u.end[o], "function" == typeof s && s(), u.events.resize[o] && (d.off("resize", u.events.resize[o]), delete u.events.resize[o]) }, m("#" + y.SHADE + o)[f ? "hide" : "remove"](), t.isOutAnim && r.addClass("layer-anim " + l), 6 == h.ie && u.reselect(), u.restScrollbar(o), "string" == typeof r.attr("minLeft") && (u.minStackIndex--, u.minStackArr.push(r.attr("minLeft"))), h.ie && h.ie < 10 || !t.isOutAnim ? e() : setTimeout(function () { e() }, 200)) }, h.closeAll = function (n, a) { "function" == typeof n && (a = n, n = null); var o = m("." + y[0]); m.each(o, function (e) { var t = m(this), i = n ? t.attr("type") === n : 1; i && h.close(t.attr("times"), e === o.length - 1 ? a : null) }), 0 === o.length && "function" == typeof a && a() }, h.closeLast = function (e) { h.close(m(".layui-layer-" + (e = e || "page") + ":last").attr("times")) }, h.cache || {}), g = function (e) { return i.skin ? " " + i.skin + " " + i.skin + "-" + e : "" }; h.prompt = function (i, n) { var e = "", t = ""; "function" == typeof (i = i || {}) && (n = i), i.area && (e = 'style="width: ' + (o = i.area)[0] + "; height: " + o[1] + ';"', delete i.area), i.placeholder && (t = ' placeholder="' + i.placeholder + '"'); var a, o = 2 == i.formType ? '" : '", s = i.success; return delete i.success, h.open(m.extend({ type: 1, btn: ["确定", "取消"], content: o, skin: "layui-layer-prompt" + g("prompt"), maxWidth: d.width(), success: function (e) { (a = e.find(".layui-layer-input")).val(i.value || "").focus(), "function" == typeof s && s(e) }, resize: !1, yes: function (e) { var t = a.val(); t.length > (i.maxlength || 500) ? h.tips("最多输入" + (i.maxlength || 500) + "个字数", a, {tips: 1}) : n && n(t, e, a) } }, i)) }, h.tab = function (n) { var a = (n = n || {}).tab || {}, o = "layui-this", s = n.success; return delete n.success, h.open(m.extend({ type: 1, skin: "layui-layer-tab" + g("tab"), resize: !1, title: function () { var e = a.length, t = 1, i = ""; if (0 < e) for (i = '' + a[0].title + ""; t < e; t++) i += "" + a[t].title + ""; return i }(), content: '", success: function (e) { var t = e.find(".layui-layer-title").children(), i = e.find(".layui-layer-tabmain").children(); t.on("mousedown", function (e) { e.stopPropagation ? e.stopPropagation() : e.cancelBubble = !0; var e = m(this), t = e.index(); e.addClass(o).siblings().removeClass(o), i.eq(t).show().siblings().hide(), "function" == typeof n.change && n.change(t) }), "function" == typeof s && s(e) } }, n)) }, h.photos = function (n, e, a) { var o = {}; if ((n = n || {}).photos) { var t = !("string" == typeof n.photos || n.photos instanceof m), i = t ? n.photos : {}, s = i.data || [], l = i.start || 0, r = (o.imgIndex = 1 + (0 | l), n.img = n.img || "img", n.success); if (delete n.success, t) { if (0 === s.length) return h.msg("没有图片") } else { var c = m(n.photos), f = function () { s = [], c.find(n.img).each(function (e) { var t = m(this); t.attr("layer-index", e), s.push({ alt: t.attr("alt"), pid: t.attr("layer-pid"), src: t.attr("lay-src") || t.attr("layer-src") || t.attr("src"), thumb: t.attr("src") }) }) }; if (f(), 0 === s.length) return; if (e || c.on("click", n.img, function () { f(); var e = m(this).attr("layer-index"); h.photos(m.extend(n, {photos: {start: e, data: s, tab: n.tab}, full: n.full}), !0) }), !e) return } o.imgprev = function (e) { o.imgIndex--, o.imgIndex < 1 && (o.imgIndex = s.length), o.tabimg(e) }, o.imgnext = function (e, t) { o.imgIndex++, o.imgIndex > s.length && (o.imgIndex = 1, t) || o.tabimg(e) }, o.keyup = function (e) { var t; o.end || (t = e.keyCode, e.preventDefault(), 37 === t ? o.imgprev(!0) : 39 === t ? o.imgnext(!0) : 27 === t && h.close(o.index)) }, o.tabimg = function (e) { if (!(s.length <= 1)) return i.start = o.imgIndex - 1, h.close(o.index), h.photos(n, !0, e) }, o.event = function () { o.bigimg.find(".layui-layer-imgprev").on("click", function (e) { e.preventDefault(), o.imgprev(!0) }), o.bigimg.find(".layui-layer-imgnext").on("click", function (e) { e.preventDefault(), o.imgnext(!0) }), m(document).on("keyup", o.keyup) }, o.loadi = h.load(1, {shade: !("shade" in n) && .9, scrollbar: !1}); var t = s[l].src, d = function (e) { h.close(o.loadi); var t, i = s[l].alt || ""; a && (n.anim = -1), o.index = h.open(m.extend({ type: 1, id: "layui-layer-photos", area: (e = [e.width, e.height], t = [m(p).width() - 100, m(p).height() - 100], !n.full && (e[0] > t[0] || e[1] > t[1]) && ((t = [e[0] / t[0], e[1] / t[1]])[1] < t[0] ? (e[0] = e[0] / t[0], e[1] = e[1] / t[0]) : t[0] < t[1] && (e[0] = e[0] / t[1], e[1] = e[1] / t[1])), [e[0] + "px", e[1] + "px"]), title: !1, shade: .9, shadeClose: !0, closeBtn: !1, move: ".layui-layer-phimg img", moveType: 1, scrollbar: !1, moveOut: !0, anim: 5, isOutAnim: !1, skin: "layui-layer-photos" + g("photos"), content: '
    ' + i + '' + (t = ['
    '], 1 < s.length && t.push(['
    ', '', '', "
    "].join("")), n.hideFooter || t.push(['
    ', '
    ', "

    " + i + "

    ", "" + o.imgIndex + " / " + s.length + "", '\u67e5\u770b\u539f\u56fe', "
    ", "
    "].join("")), t.push("
    "), t.join("")) + "
    ", success: function (e, t) { o.bigimg = e.find(".layui-layer-phimg"), o.imgsee = e.find(".layui-layer-imgbar"), o.event(e), n.tab && n.tab(s[l], e), "function" == typeof r && r(e) }, end: function () { o.end = !0, m(document).off("keyup", o.keyup) } }, n)) }, u = function () { h.close(o.loadi), h.msg("当前图片地址异常
    是否继续查看下一张?", { time: 3e4, btn: ["下一张", "不看了"], yes: function () { 1 < s.length && o.imgnext(!0, !0) } }) }, y = new Image; (y.src = t, y.complete) ? d(y) : (y.onload = function () { y.onload = null, d(y) }, y.onerror = function (e) { y.onerror = null, u(e) }) } }, u.run = function (e) { d = (m = e)(p), y.html = m("html"), h.open = function (e) { return new t(e).index } }, p.layui && layui.define ? (h.ready(), layui.define("jquery", function (e) { h.path = layui.cache.dir, u.run(layui.$), e("layer", p.layer = h) })) : "function" == typeof define && define.amd ? define(["jquery"], function () { return u.run(p.jQuery), h }) : (h.ready(), u.run(p.jQuery)) }(window); layui.define("jquery", function (t) { "use strict"; var s = layui.$, p = layui.hint(), r = { fixbar: function (i) { var r, t, e, n, o = "layui-fixbar", a = s(document), u = (i = s.extend(!0, { target: "body", bars: [], "default": !0, margin: 160, duration: 320 }, i), s(i.target)), c = i.scroll ? s(i.scroll) : s("body" === i.target ? a : u), l = (i["default"] && (i.bar1 && i.bars.push({ type: "bar1", icon: "layui-icon-chat" }), i.bar2 && i.bars.push({type: "bar2", icon: "layui-icon-help"}), i.bars.push({ type: "top", icon: "layui-icon-top" })), s("