").append(v.parseHTML(e)).find(i) : e);
})
.complete(
n &&
function (e, t) {
o.each(n, r || [e.responseText, t, e]);
}
),
this
);
}),
(v.expr.filters.animated = function (e) {
return v.grep(v.timers, function (t) {
return e === t.elem;
}).length;
});
var Ut = n.document.documentElement;
function Kt(e) {
return v.isWindow(e)
? e
: 9 === e.nodeType && (e.defaultView || e.parentWindow);
}
(v.offset = {
setOffset: function (e, t, n) {
var i,
r,
a,
o,
s,
l,
u = v.css(e, "position"),
c = v(e),
d = {};
"static" === u && (e.style.position = "relative"),
(s = c.offset()),
(a = v.css(e, "top")),
(l = v.css(e, "left")),
("absolute" === u || "fixed" === u) &&
v.inArray("auto", [a, l]) > -1
? ((o = (i = c.position()).top), (r = i.left))
: ((o = parseFloat(a) || 0), (r = parseFloat(l) || 0)),
v.isFunction(t) && (t = t.call(e, n, s)),
null != t.top && (d.top = t.top - s.top + o),
null != t.left && (d.left = t.left - s.left + r),
"using" in t ? t.using.call(e, d) : c.css(d);
}
}),
v.fn.extend({
offset: function (e) {
if (arguments.length)
return void 0 === e
? this
: this.each(function (t) {
v.offset.setOffset(this, e, t);
});
var t,
n,
i = { top: 0, left: 0 },
r = this[0],
a = r && r.ownerDocument;
return a
? ((t = a.documentElement),
v.contains(t, r)
? (typeof r.getBoundingClientRect !== j &&
(i = r.getBoundingClientRect()),
(n = Kt(a)),
{
top:
i.top +
(n.pageYOffset || t.scrollTop) -
(t.clientTop || 0),
left:
i.left +
(n.pageXOffset || t.scrollLeft) -
(t.clientLeft || 0)
})
: i)
: void 0;
},
position: function () {
if (this[0]) {
var e,
t,
n = { top: 0, left: 0 },
i = this[0];
return (
"fixed" === v.css(i, "position")
? (t = i.getBoundingClientRect())
: ((e = this.offsetParent()),
(t = this.offset()),
v.nodeName(e[0], "html") || (n = e.offset()),
(n.top += v.css(e[0], "borderTopWidth", !0)),
(n.left += v.css(e[0], "borderLeftWidth", !0))),
{
top: t.top - n.top - v.css(i, "marginTop", !0),
left: t.left - n.left - v.css(i, "marginLeft", !0)
}
);
}
},
offsetParent: function () {
return this.map(function () {
for (
var e = this.offsetParent || Ut;
e &&
!v.nodeName(e, "html") &&
"static" === v.css(e, "position");
)
e = e.offsetParent;
return e || Ut;
});
}
}),
v.each(
{ scrollLeft: "pageXOffset", scrollTop: "pageYOffset" },
function (e, t) {
var n = /Y/.test(t);
v.fn[e] = function (i) {
return Y(
this,
function (e, i, r) {
var a = Kt(e);
if (void 0 === r)
return a
? t in a
? a[t]
: a.document.documentElement[i]
: e[i];
a
? a.scrollTo(
n ? v(a).scrollLeft() : r,
n ? r : v(a).scrollTop()
)
: (e[i] = r);
},
e,
i,
arguments.length,
null
);
};
}
),
v.each(["top", "left"], function (e, t) {
v.cssHooks[t] = $e(h.pixelPosition, function (e, n) {
if (n)
return (
(n = Ne(e, t)), Ae.test(n) ? v(e).position()[t] + "px" : n
);
});
}),
v.each({ Height: "height", Width: "width" }, function (e, t) {
v.each(
{ padding: "inner" + e, content: t, "": "outer" + e },
function (n, i) {
v.fn[i] = function (i, r) {
var a = arguments.length && (n || "boolean" != typeof i),
o = n || (!0 === i || !0 === r ? "margin" : "border");
return Y(
this,
function (t, n, i) {
var r;
return v.isWindow(t)
? t.document.documentElement["client" + e]
: 9 === t.nodeType
? ((r = t.documentElement),
Math.max(
t.body["scroll" + e],
r["scroll" + e],
t.body["offset" + e],
r["offset" + e],
r["client" + e]
))
: void 0 === i
? v.css(t, n, o)
: v.style(t, n, i, o);
},
t,
a ? i : void 0,
a,
null
);
};
}
);
}),
(v.fn.size = function () {
return this.length;
}),
(v.fn.andSelf = v.fn.addBack),
void 0 ===
(i = function () {
return v;
}.apply(t, [])) || (e.exports = i);
var Jt = n.jQuery,
Qt = n.$;
return (
(v.noConflict = function (e) {
return (
n.$ === v && (n.$ = Qt), e && n.jQuery === v && (n.jQuery = Jt), v
);
}),
typeof r === j && (n.jQuery = n.$ = v),
v
);
});
},
function (e, t, n) {
"use strict";
var i = n(0),
r = n.n(i),
a = (n(93), n(38)),
o = n(54),
s = n.n(o),
l = {
resizeEvent:
"orientationchange" in window ? "orientationchange" : "resize",
handlers: [],
addRemHandler: function (e) {
function t() {
var t = document.documentElement,
n = t.clientWidth;
n && (t.style.fontSize = (n / Number(e)) * 100 + "px");
}
if (document.addEventListener) {
var n = (function (e, t) {
var n = null,
i = 0;
return function () {
if (!n) {
var r = Date.now() - i,
a = this,
o = arguments,
s = function () {
(i = Date.now()), (n = !1), e.apply(a, o);
};
r >= t ? s() : (n = setTimeout(s, t));
}
};
})(t, 500);
l.handlers.push(n),
window.addEventListener(l.resizeEvent, n, !1),
document.addEventListener("DOMContentLoaded", t, !1);
}
},
removeRemHandler: function () {
l.handlers.forEach(function (e) {
window.removeEventListener(l.resizeEvent, e);
});
}
};
function u(e) {
r()("body").append(
'\n
\n

\n
提交成功
\n
感谢咨询,我们会在1个工作日内联系您
\n
\n '
),
r()(".success_window").fadeIn(),
r()(".success_window .close")
.off("click")
.on("click", function () {
r()(".success_window").fadeOut();
});
}
var c = null;
t.a = function () {
r()(".zixun").on("click", function (e) {
r()(e.target).hasClass("nowjoin")
? r()(".consult_dlg").is(":hidden") &&
r()(".toolbar .consult2").click()
: r()(".consult_dlg").is(":hidden") &&
r()(".toolbar .consult").click();
}),
(function () {
var e = "",
t = window.location,
n = t.host,
i = t.href == "http://" + e || t.href == "http://" + e + "/";
Object(a.addListener)(function (r) {
((r && n != e) || !i) && (t.href = "http://" + e);
}),
Object(a.launch)();
})(),
(document.onselectstart = function (e) {
var t = r()(e.target);
t.hasClass("ck-editor__editable") || t.parents("#editor").length > 0
? (event.returnValue = !0)
: t.parents(".servicer_dlg").length > 0 ||
t.parents(".footer_call").length > 0 ||
t.hasClass("phone") ||
t.parents(".phone").length > 0
? (event.returnValue = !0)
: (event.returnValue = !1);
}),
(document.onkeydown = function (e) {
var t = r()(e.target);
return !(
!(
t.hasClass("ck-editor__editable") ||
t.parents("#editor").length > 0
) &&
(67 != e.keyCode ||
(navigator.platform.match("Mac") ? !e.metaKey : !e.ctrlKey)) &&
((83 == e.keyCode &&
(navigator.platform.match("Mac") ? e.metaKey : e.ctrlKey)) ||
!(
t.is("input") ||
t.is("textarea") ||
(82 == e.keyCode &&
(navigator.platform.match("Mac") ? e.metaKey : e.ctrlKey))
))
);
}),
r()("#headerComp .li_xiala").hover(
function (e) {
var t = r()(e.target);
t.is("li") || (t = t.parents("li"));
var n = t.find(".sub_menu");
n.length && n.stop(!0).fadeIn();
},
function () {
r()("#headerComp .sub_menu").hide();
}
),
r()(".mulu li").hover(function (e) {
var t = r()(e.target),
n = t.attr("data-type");
r()(".mulu li").removeClass("active"),
t.addClass("active"),
n.indexOf("PRODUCT") > -1
? (r()(".sub_menu .product_list").css({ display: "none" }),
r()(".sub_menu .product_list." + n).css({
display: "inline-block"
}))
: n.indexOf("SOLUTION") > -1 &&
(r()(".sub_menu .solution_list").css({ display: "none" }),
r()(".sub_menu .solution_list." + n).css({
display: "inline-block"
}));
}),
(function () {
var e = document.location.pathname,
t = "INDEX";
e && "/" != e
? e.indexOf("/product") >= 0
? (t = "PRODUCT")
: e.indexOf("/solution") >= 0
? (t = "SOLUTION")
: e.indexOf("/consult") >= 0
? (t = "CONSULT")
: e.indexOf("/about") >= 0 ||
e.indexOf("/news") >= 0 ||
e.indexOf("/partner") >= 0
? (t = "ABOUT")
: e.indexOf("/case") >= 0 && (t = "CASE")
: (t = "INDEX"),
r()(".menu_list li").removeClass("activemenu"),
r()(".menu_list li." + t).addClass("activemenu");
var n = !!window.ActiveXObject || "ActiveXObject" in window,
i = window.navigator.userAgent.indexOf("Firefox") > 0;
(n || i) && r()(".sub_menu").addClass("firefox");
})(),
(function () {
var e = window.location.host,
t = "京ICP备19042122号-2";
e.indexOf("bjkejie.com") > -1
? (t = "京ICP备19042122号-1")
: e.indexOf("keendata.com") > -1
? (t = "京ICP备19042122号-2")
: e.indexOf("keendata.cn") > -1
? (t = "京ICP备19042122号-3")
: e.indexOf("bjkejie.cn") > -1 && (t = "京ICP备19042122号-4"),
r()("#beianhao").text(t);
})(),
(function () {
var e = function (e) {
var t =
document.documentElement.scrollTop ||
window.pageYOffset ||
document.body.scrollTop;
t < 100
? (e && r()(".totop").hide(),
!e && r()(".totop").fadeOut(),
r()("#headerComp").removeClass("header_bg"))
: (r()(".totop").fadeIn(),
t > 142
? r()("#headerComp").addClass("header_bg")
: r()("#headerComp").removeClass("header_bg"));
};
e(!0);
var t = null;
window.addEventListener("scroll", e, !0),
r()(".toolbar").on("click", ".toolbar_inner>span", function (e) {
if (
!r()(e.target).hasClass("selected") &&
!r()(e.target).hasClass("play_btn")
) {
r()(".toolbar_inner>span").removeClass("selected"),
r()(".consult_layer, .servicer_dlg").fadeOut();
var n = r()(e.target).index();
1 === n || 4 === n
? (r()(".consult_dlg .title_bar .title").html(
1 === n
? "获取数据中台白皮书
极速体验开启业务智能化"
: "加入合作生态
实现业务创新"
),
r()(".consult_layer input, .consult_layer textarea")
.val("")
.removeClass("errorBorder"),
r()(".consult_layer .phoneError").text(""),
r()('.consult_layer input[type="checkbox"]').attr(
"checked",
!1
),
r()(".consult_layer").fadeIn(),
(function () {
if (t) return t.slideTo(1), void t.startAutoplay();
t = new Swiper(".prod_imgs .swiper-container", {
watchSlidesProgress: !0,
slidesPerView: "auto",
centeredSlides: !0,
loop: !0,
loopedSlides: 3,
observer: !0,
observerParents: !0,
autoplay: { delay: 3e3, disableOnInteraction: !1 },
pagination: { el: ".swiper-pagination" },
on: {
progress: function (e) {
for (var t = 0; t < this.slides.length; t++) {
var n = this.slides.eq(t),
i = this.slides[t].progress,
r = 1;
Math.abs(i) > 1 &&
(r = 0.3 * (Math.abs(i) - 1) + 1);
var a = i * r * 206 + "px",
o = 1 - Math.abs(i) / 3,
s = 999 - Math.abs(Math.round(10 * i));
n.transform(
"translateX(" + a + ") scale(" + o + ")"
),
n.css("zIndex", s),
n.css("opacity", 1),
Math.abs(i) > 3 && n.css("opacity", 0);
}
},
setTransition: function (e) {
for (var t = 0; t < this.slides.length; t++)
this.slides.eq(t).transition(e);
}
}
});
})())
: 2 === n
? r()(".servicer_dlg").fadeIn()
: r()("html,body").animate({ scrollTop: "0px" }, "slow");
}
}),
r()(".toolbar").on("click", ".close", function (e) {
r()(".consult_layer, .servicer_dlg, .feedback_layer").fadeOut(),
r()(".toolbar .toolbar_inner>span").removeClass("selected");
}),
r()(".contact_form .phone").on("input", function () {
var e = r()(this);
r()(this).val().trim()
? (e.removeClass("errorBorder"),
r()(".consult_layer .phoneError").text(""))
: (e.addClass("errorBorder"),
r()(".consult_layer .phoneError").text("请输入手机号"));
}),
r()(".consult_layer .phone").on("blur", function () {
var e = r()(this),
t = r()(this).val();
t.trim()
? /^1[3-9]\d{9}$/.test(t)
? (e.removeClass("errorBorder"),
r()(".consult_layer .phoneError").text(""))
: (e.addClass("errorBorder"),
r()(".consult_layer .phoneError").text(
"请输入正确的手机号"
))
: (e.addClass("errorBorder"),
r()(".consult_layer .phoneError").text("请输入手机号"));
}),
r()(".consult_layer .userName, .consult_layer .company").on(
"input blur",
function () {
var e = r()(this),
t = e.hasClass("userName");
r()(this).val().trim()
? (e.removeClass("errorBorder"),
r()(
".consult_layer ." + (t ? "nameError" : "compError")
).text(""))
: (e.addClass("errorBorder"),
r()(
".consult_layer ." + (t ? "nameError" : "compError")
).text(e.attr("placeholder")));
}
);
var n = !1;
r()(".toolbar").on("click", ".submitBtn", function () {
if (!n) {
n = !0;
var e = r()(".consult_layer .company").val(),
t = r()(".consult_layer .userName").val(),
i = r()(".consult_layer .phone").val(),
a = r()(".consult_layer .remark").val(),
o = [];
r.a.each(r()(".cb_wrapper input:checked"), function () {
o.push(r()(this).closest("label").text());
}),
r()(".consult_layer .company").trigger("blur"),
r()(".consult_layer .userName").trigger("blur"),
r()(".consult_layer .phone").trigger("blur"),
r()(".consult_layer .errorBorder").length > 0
? (n = !1)
: r.a.post(
"/collect",
{
company: e,
userName: t,
contact: i,
from: o.join(","),
remark: a
},
function (e) {
(n = !1),
u(),
r()(".consult_layer, .servicer_dlg").fadeOut(),
r()(".toolbar .toolbar_inner>span").removeClass(
"selected"
),
setTimeout(function () {
r()(".success_window").fadeOut();
}, 2e3),
window._agl &&
window._agl.push([
"track",
["success", { t: 3 }]
]);
}
);
}
}),
DecoupledEditor.create(document.querySelector("#editor"), {
ckfinder: { uploadUrl: "/upload" }
})
.then(function (e) {
(c = e),
document
.querySelector("#toolbar-container")
.appendChild(e.ui.view.toolbar.element),
e.model.document.on("change:data", function () {
e.getData()
? (r()(".feedback_layer .keditor").removeClass(
"errorBorder"
),
r()(".feedback_layer .feedbackError").text(""))
: (r()(".feedback_layer .keditor").addClass(
"errorBorder"
),
r()(".feedback_layer .feedbackError").text(
"请输入反馈内容"
));
});
})
.catch(function (e) {
console.error(e);
}),
r()(".feedback").on("click", function () {
r()(".feedback_layer input").val("").removeClass("errorBorder"),
r()(
".feedback_layer .compError, .feedback_layer .feedbackError, .feedback_layer .phoneError"
).text(""),
r()(".servicer_dlg").fadeOut(),
r()(".feedback_layer").fadeIn(),
c && c.setData(""),
r()(".feedback_layer .keditor").removeClass("errorBorder"),
r()(".feedback_layer .feedbackError").text("");
}),
r()(".feedback_inner").on(
"click",
".fullscreen_btn",
function () {
r()(".feedback_inner").addClass("fullscreen");
}
),
r()(".feedback_inner").on(
"click",
".fullscreen_no_btn",
function () {
r()(".feedback_inner").removeClass("fullscreen");
}
),
r()(".feedback_layer .phone2").on("blur", function () {
var e = r()(this);
r()(this).val().trim()
? (e.removeClass("errorBorder"),
r()(".feedback_layer .phoneError").text(""))
: (e.addClass("errorBorder"),
r()(".feedback_layer .phoneError").text("请输入联系方式"));
}),
r()(".feedback_layer .company2").on("input blur", function () {
var e = r()(this);
r()(this).val().trim()
? (e.removeClass("errorBorder"),
r()(".feedback_layer .compError").text(""))
: (e.addClass("errorBorder"),
r()(".feedback_layer .compError").text(
e.attr("placeholder")
));
});
var i = !1;
r()(".toolbar").on("click", ".submitBtn2", function () {
if (!i) {
i = !0;
var e = r()(".feedback_layer .company2").val(),
t = r()(".feedback_layer .phone2").val(),
n = c ? c.getData() : "";
if (
(r()(".feedback_layer .company2").trigger("blur"),
r()(".feedback_layer .phone2").trigger("blur"),
n ||
(r()(".feedback_layer .keditor").addClass("errorBorder"),
r()(".feedback_layer .feedbackError").text(
"请输入反馈内容"
)),
r()(".feedback_layer .errorBorder").length > 0)
)
return console.log("errrrr"), void (i = !1);
r.a.post(
"/collect",
{ company: e, contact: t, remark: n },
function (e) {
(i = !1),
u(),
r()(
".consult_layer, .feedback_layer, .servicer_dlg"
).fadeOut(),
r()(".toolbar .toolbar_inner>span").removeClass(
"selected"
),
setTimeout(function () {
r()(".success_window").fadeOut();
}, 2e3);
}
);
}
}),
r()(document).on("click", function (e) {
var t = r()(e.target);
t.parents(".servicer_dlg").length ||
t.hasClass("servicer") ||
r()(".servicer_dlg").fadeOut();
});
var a = document.querySelector("#compVideo");
r()(".play_btn").on("click", function (e) {
r()(".video_wrapper").fadeIn(),
e.preventDefault(),
(a.currentTime = 0),
a.play();
}),
r()(".close_video_btn").on("click", function (e) {
r()(".video_wrapper").fadeOut(), a.pause();
});
})();
};
},
function (e, t, n) {
"use strict";
(function (e) {
var t = n(51),
i = n.n(t),
r = n(37),
a = n.n(r),
o = n(52),
s = n.n(o),
l = n(3),
u = n.n(l),
c = n(4),
d = n.n(c);
!(function (t, i) {
"object" ==
("undefined" == typeof exports ? "undefined" : d()(exports)) &&
void 0 !== e
? (e.exports = i())
: "function" == typeof define && n(92)
? define(i)
: ((t = t || self).Swiper = i());
})(void 0, function () {
var e =
"undefined" == typeof document
? {
body: {},
addEventListener: function () {},
removeEventListener: function () {},
activeElement: { blur: function () {}, nodeName: "" },
querySelector: function () {
return null;
},
querySelectorAll: function () {
return [];
},
getElementById: function () {
return null;
},
createEvent: function () {
return { initEvent: function () {} };
},
createElement: function () {
return {
children: [],
childNodes: [],
style: {},
setAttribute: function () {},
getElementsByTagName: function () {
return [];
}
};
},
location: { hash: "" }
}
: document,
t =
"undefined" == typeof window
? {
document: e,
navigator: { userAgent: "" },
location: {},
history: {},
CustomEvent: function () {
return this;
},
addEventListener: function () {},
removeEventListener: function () {},
getComputedStyle: function () {
return {
getPropertyValue: function () {
return "";
}
};
},
Image: function () {},
Date: function () {},
screen: {},
setTimeout: function () {},
clearTimeout: function () {}
}
: window,
n = function (e) {
for (var t = 0; t < e.length; t += 1) this[t] = e[t];
return (this.length = e.length), this;
};
function r(i, r) {
var a = [],
o = 0;
if (i && !r && i instanceof n) return i;
if (i)
if ("string" == typeof i) {
var s,
l,
u = i.trim();
if (0 <= u.indexOf("<") && 0 <= u.indexOf(">")) {
var c = "div";
for (
0 === u.indexOf("
:~]/)
? (r || e).querySelectorAll(i.trim())
: [e.getElementById(i.trim().split("#")[1])],
o = 0;
o < s.length;
o += 1
)
s[o] && a.push(s[o]);
} else if (i.nodeType || i === t || i === e) a.push(i);
else if (0 < i.length && i[0].nodeType)
for (o = 0; o < i.length; o += 1) a.push(i[o]);
return new n(a);
}
function o(e) {
for (var t = [], n = 0; n < e.length; n += 1)
-1 === t.indexOf(e[n]) && t.push(e[n]);
return t;
}
(r.fn = n.prototype), (r.Class = n), (r.Dom7 = n);
var l = {
addClass: function (e) {
if (void 0 === e) return this;
for (var t = e.split(" "), n = 0; n < t.length; n += 1)
for (var i = 0; i < this.length; i += 1)
void 0 !== this[i] &&
void 0 !== this[i].classList &&
this[i].classList.add(t[n]);
return this;
},
removeClass: function (e) {
for (var t = e.split(" "), n = 0; n < t.length; n += 1)
for (var i = 0; i < this.length; i += 1)
void 0 !== this[i] &&
void 0 !== this[i].classList &&
this[i].classList.remove(t[n]);
return this;
},
hasClass: function (e) {
return !!this[0] && this[0].classList.contains(e);
},
toggleClass: function (e) {
for (var t = e.split(" "), n = 0; n < t.length; n += 1)
for (var i = 0; i < this.length; i += 1)
void 0 !== this[i] &&
void 0 !== this[i].classList &&
this[i].classList.toggle(t[n]);
return this;
},
attr: function (e, t) {
var n = arguments;
if (1 === arguments.length && "string" == typeof e)
return this[0] ? this[0].getAttribute(e) : void 0;
for (var i = 0; i < this.length; i += 1)
if (2 === n.length) this[i].setAttribute(e, t);
else
for (var r in e)
(this[i][r] = e[r]), this[i].setAttribute(r, e[r]);
return this;
},
removeAttr: function (e) {
for (var t = 0; t < this.length; t += 1)
this[t].removeAttribute(e);
return this;
},
data: function (e, t) {
var n;
if (void 0 !== t) {
for (var i = 0; i < this.length; i += 1)
(n = this[i]).dom7ElementDataStorage ||
(n.dom7ElementDataStorage = {}),
(n.dom7ElementDataStorage[e] = t);
return this;
}
if ((n = this[0]))
return n.dom7ElementDataStorage && e in n.dom7ElementDataStorage
? n.dom7ElementDataStorage[e]
: n.getAttribute("data-" + e) || void 0;
},
transform: function (e) {
for (var t = 0; t < this.length; t += 1) {
var n = this[t].style;
(n.webkitTransform = e), (n.transform = e);
}
return this;
},
transition: function (e) {
"string" != typeof e && (e += "ms");
for (var t = 0; t < this.length; t += 1) {
var n = this[t].style;
(n.webkitTransitionDuration = e), (n.transitionDuration = e);
}
return this;
},
on: function () {
for (var e, t = [], n = arguments.length; n--; )
t[n] = arguments[n];
var i = t[0],
a = t[1],
o = t[2],
s = t[3];
function l(e) {
var t = e.target;
if (t) {
var n = e.target.dom7EventData || [];
if ((n.indexOf(e) < 0 && n.unshift(e), r(t).is(a)))
o.apply(t, n);
else
for (var i = r(t).parents(), s = 0; s < i.length; s += 1)
r(i[s]).is(a) && o.apply(i[s], n);
}
}
function u(e) {
var t = (e && e.target && e.target.dom7EventData) || [];
t.indexOf(e) < 0 && t.unshift(e), o.apply(this, t);
}
"function" == typeof t[1] &&
((i = (e = t)[0]), (o = e[1]), (s = e[2]), (a = void 0)),
s || (s = !1);
for (var c, d = i.split(" "), p = 0; p < this.length; p += 1) {
var f = this[p];
if (a)
for (c = 0; c < d.length; c += 1) {
var h = d[c];
f.dom7LiveListeners || (f.dom7LiveListeners = {}),
f.dom7LiveListeners[h] || (f.dom7LiveListeners[h] = []),
f.dom7LiveListeners[h].push({
listener: o,
proxyListener: l
}),
f.addEventListener(h, l, s);
}
else
for (c = 0; c < d.length; c += 1) {
var v = d[c];
f.dom7Listeners || (f.dom7Listeners = {}),
f.dom7Listeners[v] || (f.dom7Listeners[v] = []),
f.dom7Listeners[v].push({
listener: o,
proxyListener: u
}),
f.addEventListener(v, u, s);
}
}
return this;
},
off: function () {
for (var e, t = [], n = arguments.length; n--; )
t[n] = arguments[n];
var i = t[0],
r = t[1],
a = t[2],
o = t[3];
"function" == typeof t[1] &&
((i = (e = t)[0]), (a = e[1]), (o = e[2]), (r = void 0)),
o || (o = !1);
for (var s = i.split(" "), l = 0; l < s.length; l += 1)
for (var u = s[l], c = 0; c < this.length; c += 1) {
var d = this[c],
p = void 0;
if (
(!r && d.dom7Listeners
? (p = d.dom7Listeners[u])
: r &&
d.dom7LiveListeners &&
(p = d.dom7LiveListeners[u]),
p && p.length)
)
for (var f = p.length - 1; 0 <= f; f -= 1) {
var h = p[f];
a && h.listener === a
? (d.removeEventListener(u, h.proxyListener, o),
p.splice(f, 1))
: a &&
h.listener &&
h.listener.dom7proxy &&
h.listener.dom7proxy === a
? (d.removeEventListener(u, h.proxyListener, o),
p.splice(f, 1))
: a ||
(d.removeEventListener(u, h.proxyListener, o),
p.splice(f, 1));
}
}
return this;
},
trigger: function () {
for (var n = [], i = arguments.length; i--; ) n[i] = arguments[i];
for (
var r = n[0].split(" "), a = n[1], o = 0;
o < r.length;
o += 1
)
for (var s = r[o], l = 0; l < this.length; l += 1) {
var u = this[l],
c = void 0;
try {
c = new t.CustomEvent(s, {
detail: a,
bubbles: !0,
cancelable: !0
});
} catch (n) {
(c = e.createEvent("Event")).initEvent(s, !0, !0),
(c.detail = a);
}
(u.dom7EventData = n.filter(function (e, t) {
return 0 < t;
})),
u.dispatchEvent(c),
(u.dom7EventData = []),
delete u.dom7EventData;
}
return this;
},
transitionEnd: function (e) {
var t,
n = ["webkitTransitionEnd", "transitionend"],
i = this;
function r(a) {
if (a.target === this)
for (e.call(this, a), t = 0; t < n.length; t += 1)
i.off(n[t], r);
}
if (e) for (t = 0; t < n.length; t += 1) i.on(n[t], r);
return this;
},
outerWidth: function (e) {
if (0 < this.length) {
if (e) {
var t = this.styles();
return (
this[0].offsetWidth +
parseFloat(t.getPropertyValue("margin-right")) +
parseFloat(t.getPropertyValue("margin-left"))
);
}
return this[0].offsetWidth;
}
return null;
},
outerHeight: function (e) {
if (0 < this.length) {
if (e) {
var t = this.styles();
return (
this[0].offsetHeight +
parseFloat(t.getPropertyValue("margin-top")) +
parseFloat(t.getPropertyValue("margin-bottom"))
);
}
return this[0].offsetHeight;
}
return null;
},
offset: function () {
if (0 < this.length) {
var n = this[0],
i = n.getBoundingClientRect(),
r = e.body,
a = n.clientTop || r.clientTop || 0,
o = n.clientLeft || r.clientLeft || 0,
s = n === t ? t.scrollY : n.scrollTop,
l = n === t ? t.scrollX : n.scrollLeft;
return { top: i.top + s - a, left: i.left + l - o };
}
return null;
},
css: function (e, n) {
var i;
if (1 === arguments.length) {
if ("string" != typeof e) {
for (i = 0; i < this.length; i += 1)
for (var r in e) this[i].style[r] = e[r];
return this;
}
if (this[0])
return t.getComputedStyle(this[0], null).getPropertyValue(e);
}
if (2 === arguments.length && "string" == typeof e) {
for (i = 0; i < this.length; i += 1) this[i].style[e] = n;
return this;
}
return this;
},
each: function (e) {
if (!e) return this;
for (var t = 0; t < this.length; t += 1)
if (!1 === e.call(this[t], t, this[t])) return this;
return this;
},
html: function (e) {
if (void 0 === e) return this[0] ? this[0].innerHTML : void 0;
for (var t = 0; t < this.length; t += 1) this[t].innerHTML = e;
return this;
},
text: function (e) {
if (void 0 === e)
return this[0] ? this[0].textContent.trim() : null;
for (var t = 0; t < this.length; t += 1) this[t].textContent = e;
return this;
},
is: function (i) {
var a,
o,
s = this[0];
if (!s || void 0 === i) return !1;
if ("string" == typeof i) {
if (s.matches) return s.matches(i);
if (s.webkitMatchesSelector) return s.webkitMatchesSelector(i);
if (s.msMatchesSelector) return s.msMatchesSelector(i);
for (a = r(i), o = 0; o < a.length; o += 1)
if (a[o] === s) return !0;
return !1;
}
if (i === e) return s === e;
if (i === t) return s === t;
if (i.nodeType || i instanceof n) {
for (a = i.nodeType ? [i] : i, o = 0; o < a.length; o += 1)
if (a[o] === s) return !0;
return !1;
}
return !1;
},
index: function () {
var e,
t = this[0];
if (t) {
for (e = 0; null !== (t = t.previousSibling); )
1 === t.nodeType && (e += 1);
return e;
}
},
eq: function (e) {
if (void 0 === e) return this;
var t,
i = this.length;
return new n(
i - 1 < e
? []
: e < 0
? (t = i + e) < 0
? []
: [this[t]]
: [this[e]]
);
},
append: function () {
for (var t, i = [], r = arguments.length; r--; )
i[r] = arguments[r];
for (var a = 0; a < i.length; a += 1) {
t = i[a];
for (var o = 0; o < this.length; o += 1)
if ("string" == typeof t) {
var s = e.createElement("div");
for (s.innerHTML = t; s.firstChild; )
this[o].appendChild(s.firstChild);
} else if (t instanceof n)
for (var l = 0; l < t.length; l += 1)
this[o].appendChild(t[l]);
else this[o].appendChild(t);
}
return this;
},
prepend: function (t) {
var i, r;
for (i = 0; i < this.length; i += 1)
if ("string" == typeof t) {
var a = e.createElement("div");
for (
a.innerHTML = t, r = a.childNodes.length - 1;
0 <= r;
r -= 1
)
this[i].insertBefore(
a.childNodes[r],
this[i].childNodes[0]
);
} else if (t instanceof n)
for (r = 0; r < t.length; r += 1)
this[i].insertBefore(t[r], this[i].childNodes[0]);
else this[i].insertBefore(t, this[i].childNodes[0]);
return this;
},
next: function (e) {
return 0 < this.length
? e
? this[0].nextElementSibling &&
r(this[0].nextElementSibling).is(e)
? new n([this[0].nextElementSibling])
: new n([])
: this[0].nextElementSibling
? new n([this[0].nextElementSibling])
: new n([])
: new n([]);
},
nextAll: function (e) {
var t = [],
i = this[0];
if (!i) return new n([]);
for (; i.nextElementSibling; ) {
var a = i.nextElementSibling;
e ? r(a).is(e) && t.push(a) : t.push(a), (i = a);
}
return new n(t);
},
prev: function (e) {
if (0 < this.length) {
var t = this[0];
return e
? t.previousElementSibling &&
r(t.previousElementSibling).is(e)
? new n([t.previousElementSibling])
: new n([])
: t.previousElementSibling
? new n([t.previousElementSibling])
: new n([]);
}
return new n([]);
},
prevAll: function (e) {
var t = [],
i = this[0];
if (!i) return new n([]);
for (; i.previousElementSibling; ) {
var a = i.previousElementSibling;
e ? r(a).is(e) && t.push(a) : t.push(a), (i = a);
}
return new n(t);
},
parent: function (e) {
for (var t = [], n = 0; n < this.length; n += 1)
null !== this[n].parentNode &&
(e
? r(this[n].parentNode).is(e) && t.push(this[n].parentNode)
: t.push(this[n].parentNode));
return r(o(t));
},
parents: function (e) {
for (var t = [], n = 0; n < this.length; n += 1)
for (var i = this[n].parentNode; i; )
e ? r(i).is(e) && t.push(i) : t.push(i), (i = i.parentNode);
return r(o(t));
},
closest: function (e) {
var t = this;
return void 0 === e
? new n([])
: (t.is(e) || (t = t.parents(e).eq(0)), t);
},
find: function (e) {
for (var t = [], i = 0; i < this.length; i += 1)
for (
var r = this[i].querySelectorAll(e), a = 0;
a < r.length;
a += 1
)
t.push(r[a]);
return new n(t);
},
children: function (e) {
for (var t = [], i = 0; i < this.length; i += 1)
for (var a = this[i].childNodes, s = 0; s < a.length; s += 1)
e
? 1 === a[s].nodeType && r(a[s]).is(e) && t.push(a[s])
: 1 === a[s].nodeType && t.push(a[s]);
return new n(o(t));
},
remove: function () {
for (var e = 0; e < this.length; e += 1)
this[e].parentNode && this[e].parentNode.removeChild(this[e]);
return this;
},
add: function () {
for (var e = [], t = arguments.length; t--; ) e[t] = arguments[t];
var n, i;
for (n = 0; n < e.length; n += 1) {
var a = r(e[n]);
for (i = 0; i < a.length; i += 1)
(this[this.length] = a[i]), (this.length += 1);
}
return this;
},
styles: function () {
return this[0] ? t.getComputedStyle(this[0], null) : {};
}
};
u()(l).forEach(function (e) {
r.fn[e] = l[e];
});
var c,
p,
f,
h,
v = {
deleteProps: function (e) {
var t = e;
u()(t).forEach(function (e) {
try {
t[e] = null;
} catch (e) {}
try {
delete t[e];
} catch (e) {}
});
},
nextTick: function (e, t) {
return void 0 === t && (t = 0), setTimeout(e, t);
},
now: function () {
return Date.now();
},
getTranslate: function (e, n) {
var i, r, a;
void 0 === n && (n = "x");
var o = t.getComputedStyle(e, null);
return (
t.WebKitCSSMatrix
? (6 <
(r = o.transform || o.webkitTransform).split(",")
.length &&
(r = r
.split(", ")
.map(function (e) {
return e.replace(",", ".");
})
.join(", ")),
(a = new t.WebKitCSSMatrix("none" === r ? "" : r)))
: (i = (a =
o.MozTransform ||
o.OTransform ||
o.MsTransform ||
o.msTransform ||
o.transform ||
o
.getPropertyValue("transform")
.replace("translate(", "matrix(1, 0, 0, 1,"))
.toString()
.split(",")),
"x" === n &&
(r = t.WebKitCSSMatrix
? a.m41
: 16 === i.length
? parseFloat(i[12])
: parseFloat(i[4])),
"y" === n &&
(r = t.WebKitCSSMatrix
? a.m42
: 16 === i.length
? parseFloat(i[13])
: parseFloat(i[5])),
r || 0
);
},
parseUrlQuery: function (e) {
var n,
i,
r,
a,
o = {},
s = e || t.location.href;
if ("string" == typeof s && s.length)
for (
a = (i = (s =
-1 < s.indexOf("?") ? s.replace(/\S*\?/, "") : "")
.split("&")
.filter(function (e) {
return "" !== e;
})).length,
n = 0;
n < a;
n += 1
)
(r = i[n].replace(/#\S+/g, "").split("=")),
(o[decodeURIComponent(r[0])] =
void 0 === r[1]
? void 0
: decodeURIComponent(r[1]) || "");
return o;
},
isObject: function (e) {
return (
"object" == (void 0 === e ? "undefined" : d()(e)) &&
null !== e &&
e.constructor &&
e.constructor === Object
);
},
extend: function () {
for (var e = [], t = arguments.length; t--; )
e[t] = arguments[t];
for (var n = Object(e[0]), i = 1; i < e.length; i += 1) {
var r = e[i];
if (null != r)
for (
var a = u()(Object(r)), o = 0, l = a.length;
o < l;
o += 1
) {
var c = a[o],
d = s()(r, c);
void 0 !== d &&
d.enumerable &&
(v.isObject(n[c]) && v.isObject(r[c])
? v.extend(n[c], r[c])
: !v.isObject(n[c]) && v.isObject(r[c])
? ((n[c] = {}), v.extend(n[c], r[c]))
: (n[c] = r[c]));
}
}
return n;
}
},
m =
((f = e.createElement("div")),
{
touch:
(t.Modernizr && !0 === t.Modernizr.touch) ||
!!(
0 < t.navigator.maxTouchPoints ||
"ontouchstart" in t ||
(t.DocumentTouch && e instanceof t.DocumentTouch)
),
pointerEvents: !!(
t.navigator.pointerEnabled ||
t.PointerEvent ||
("maxTouchPoints" in t.navigator &&
0 < t.navigator.maxTouchPoints)
),
prefixedPointerEvents: !!t.navigator.msPointerEnabled,
transition:
((p = f.style),
"transition" in p ||
"webkitTransition" in p ||
"MozTransition" in p),
transforms3d:
(t.Modernizr && !0 === t.Modernizr.csstransforms3d) ||
((c = f.style),
"webkitPerspective" in c ||
"MozPerspective" in c ||
"OPerspective" in c ||
"MsPerspective" in c ||
"perspective" in c),
flexbox: (function () {
for (
var e = f.style,
t =
"alignItems webkitAlignItems webkitBoxAlign msFlexAlign mozBoxAlign webkitFlexDirection msFlexDirection mozBoxDirection mozBoxOrient webkitBoxDirection webkitBoxOrient".split(
" "
),
n = 0;
n < t.length;
n += 1
)
if (t[n] in e) return !0;
return !1;
})(),
observer:
"MutationObserver" in t || "WebkitMutationObserver" in t,
passiveListener: (function () {
var e = !1;
try {
var n = Object.defineProperty({}, "passive", {
get: function () {
e = !0;
}
});
t.addEventListener("testPassiveListener", null, n);
} catch (e) {}
return e;
})(),
gestures: "ongesturestart" in t
}),
g = {
isIE:
!!t.navigator.userAgent.match(/Trident/g) ||
!!t.navigator.userAgent.match(/MSIE/g),
isEdge: !!t.navigator.userAgent.match(/Edge/g),
isSafari:
((h = t.navigator.userAgent.toLowerCase()),
0 <= h.indexOf("safari") &&
h.indexOf("chrome") < 0 &&
h.indexOf("android") < 0),
isUiWebView: /(iPhone|iPod|iPad).*AppleWebKit(?!.*Safari)/i.test(
t.navigator.userAgent
)
},
y = function (e) {
void 0 === e && (e = {});
var t = this;
(t.params = e),
(t.eventsListeners = {}),
t.params &&
t.params.on &&
u()(t.params.on).forEach(function (e) {
t.on(e, t.params.on[e]);
});
},
b = { components: { configurable: !0 } };
(y.prototype.on = function (e, t, n) {
var i = this;
if ("function" != typeof t) return i;
var r = n ? "unshift" : "push";
return (
e.split(" ").forEach(function (e) {
i.eventsListeners[e] || (i.eventsListeners[e] = []),
i.eventsListeners[e][r](t);
}),
i
);
}),
(y.prototype.once = function (e, t, n) {
var i = this;
if ("function" != typeof t) return i;
function r() {
for (var n = [], a = arguments.length; a--; )
n[a] = arguments[a];
t.apply(i, n), i.off(e, r), r.f7proxy && delete r.f7proxy;
}
return (r.f7proxy = t), i.on(e, r, n);
}),
(y.prototype.off = function (e, t) {
var n = this;
return (
n.eventsListeners &&
e.split(" ").forEach(function (e) {
void 0 === t
? (n.eventsListeners[e] = [])
: n.eventsListeners[e] &&
n.eventsListeners[e].length &&
n.eventsListeners[e].forEach(function (i, r) {
(i === t || (i.f7proxy && i.f7proxy === t)) &&
n.eventsListeners[e].splice(r, 1);
});
}),
n
);
}),
(y.prototype.emit = function () {
for (var e = [], t = arguments.length; t--; ) e[t] = arguments[t];
var n,
i,
r,
a = this;
return (
a.eventsListeners &&
("string" == typeof e[0] || Array.isArray(e[0])
? ((n = e[0]), (i = e.slice(1, e.length)), (r = a))
: ((n = e[0].events),
(i = e[0].data),
(r = e[0].context || a)),
(Array.isArray(n) ? n : n.split(" ")).forEach(function (e) {
if (a.eventsListeners && a.eventsListeners[e]) {
var t = [];
a.eventsListeners[e].forEach(function (e) {
t.push(e);
}),
t.forEach(function (e) {
e.apply(r, i);
});
}
})),
a
);
}),
(y.prototype.useModulesParams = function (e) {
var t = this;
t.modules &&
u()(t.modules).forEach(function (n) {
var i = t.modules[n];
i.params && v.extend(e, i.params);
});
}),
(y.prototype.useModules = function (e) {
void 0 === e && (e = {});
var t = this;
t.modules &&
u()(t.modules).forEach(function (n) {
var i = t.modules[n],
r = e[n] || {};
i.instance &&
u()(i.instance).forEach(function (e) {
var n = i.instance[e];
t[e] = "function" == typeof n ? n.bind(t) : n;
}),
i.on &&
t.on &&
u()(i.on).forEach(function (e) {
t.on(e, i.on[e]);
}),
i.create && i.create.bind(t)(r);
});
}),
(b.components.set = function (e) {
this.use && this.use(e);
}),
(y.installModule = function (e) {
for (var t = [], n = arguments.length - 1; 0 < n--; )
t[n] = arguments[n + 1];
var i = this;
i.prototype.modules || (i.prototype.modules = {});
var r = e.name || u()(i.prototype.modules).length + "_" + v.now();
return (
(i.prototype.modules[r] = e).proto &&
u()(e.proto).forEach(function (t) {
i.prototype[t] = e.proto[t];
}),
e.static &&
u()(e.static).forEach(function (t) {
i[t] = e.static[t];
}),
e.install && e.install.apply(i, t),
i
);
}),
(y.use = function (e) {
for (var t = [], n = arguments.length - 1; 0 < n--; )
t[n] = arguments[n + 1];
var i = this;
return Array.isArray(e)
? (e.forEach(function (e) {
return i.installModule(e);
}),
i)
: i.installModule.apply(i, [e].concat(t));
}),
a()(y, b);
var w = {
updateSize: function () {
var e,
t,
n = this,
i = n.$el;
(e =
void 0 !== n.params.width
? n.params.width
: i[0].clientWidth),
(t =
void 0 !== n.params.height
? n.params.height
: i[0].clientHeight),
(0 === e && n.isHorizontal()) ||
(0 === t && n.isVertical()) ||
((e =
e -
parseInt(i.css("padding-left"), 10) -
parseInt(i.css("padding-right"), 10)),
(t =
t -
parseInt(i.css("padding-top"), 10) -
parseInt(i.css("padding-bottom"), 10)),
v.extend(n, {
width: e,
height: t,
size: n.isHorizontal() ? e : t
}));
},
updateSlides: function () {
var e = this,
n = e.params,
i = e.$wrapperEl,
r = e.size,
a = e.rtlTranslate,
o = e.wrongRTL,
s = e.virtual && n.virtual.enabled,
l = s ? e.virtual.slides.length : e.slides.length,
u = i.children("." + e.params.slideClass),
c = s ? e.virtual.slides.length : u.length,
d = [],
p = [],
f = [],
h = n.slidesOffsetBefore;
"function" == typeof h && (h = n.slidesOffsetBefore.call(e));
var g = n.slidesOffsetAfter;
"function" == typeof g && (g = n.slidesOffsetAfter.call(e));
var y = e.snapGrid.length,
b = e.snapGrid.length,
w = n.spaceBetween,
x = -h,
T = 0,
E = 0;
if (void 0 !== r) {
var C, S;
"string" == typeof w &&
0 <= w.indexOf("%") &&
(w = (parseFloat(w.replace("%", "")) / 100) * r),
(e.virtualSize = -w),
a
? u.css({ marginLeft: "", marginTop: "" })
: u.css({ marginRight: "", marginBottom: "" }),
1 < n.slidesPerColumn &&
((C =
Math.floor(c / n.slidesPerColumn) ===
c / e.params.slidesPerColumn
? c
: Math.ceil(c / n.slidesPerColumn) *
n.slidesPerColumn),
"auto" !== n.slidesPerView &&
"row" === n.slidesPerColumnFill &&
(C = Math.max(C, n.slidesPerView * n.slidesPerColumn)));
for (
var k,
M = n.slidesPerColumn,
_ = C / M,
L = Math.floor(c / n.slidesPerColumn),
P = 0;
P < c;
P += 1
) {
S = 0;
var O = u.eq(P);
if (1 < n.slidesPerColumn) {
var z = void 0,
N = void 0,
D = void 0;
"column" === n.slidesPerColumnFill
? ((D = P - (N = Math.floor(P / M)) * M),
(L < N || (N === L && D === M - 1)) &&
M <= (D += 1) &&
((D = 0), (N += 1)),
(z = N + (D * C) / M),
O.css({
"-webkit-box-ordinal-group": z,
"-moz-box-ordinal-group": z,
"-ms-flex-order": z,
"-webkit-order": z,
order: z
}))
: (N = P - (D = Math.floor(P / _)) * _),
O.css(
"margin-" + (e.isHorizontal() ? "top" : "left"),
0 !== D && n.spaceBetween && n.spaceBetween + "px"
)
.attr("data-swiper-column", N)
.attr("data-swiper-row", D);
}
if ("none" !== O.css("display")) {
if ("auto" === n.slidesPerView) {
var A = t.getComputedStyle(O[0], null),
I = O[0].style.transform,
$ = O[0].style.webkitTransform;
if (
(I && (O[0].style.transform = "none"),
$ && (O[0].style.webkitTransform = "none"),
n.roundLengths)
)
S = e.isHorizontal()
? O.outerWidth(!0)
: O.outerHeight(!0);
else if (e.isHorizontal()) {
var j = parseFloat(A.getPropertyValue("width")),
H = parseFloat(A.getPropertyValue("padding-left")),
B = parseFloat(A.getPropertyValue("padding-right")),
F = parseFloat(A.getPropertyValue("margin-left")),
q = parseFloat(A.getPropertyValue("margin-right")),
R = A.getPropertyValue("box-sizing");
S =
R && "border-box" === R
? j + F + q
: j + H + B + F + q;
} else {
var X = parseFloat(A.getPropertyValue("height")),
W = parseFloat(A.getPropertyValue("padding-top")),
G = parseFloat(
A.getPropertyValue("padding-bottom")
),
V = parseFloat(A.getPropertyValue("margin-top")),
Y = parseFloat(A.getPropertyValue("margin-bottom")),
U = A.getPropertyValue("box-sizing");
S =
U && "border-box" === U
? X + V + Y
: X + W + G + V + Y;
}
I && (O[0].style.transform = I),
$ && (O[0].style.webkitTransform = $),
n.roundLengths && (S = Math.floor(S));
} else
(S = (r - (n.slidesPerView - 1) * w) / n.slidesPerView),
n.roundLengths && (S = Math.floor(S)),
u[P] &&
(e.isHorizontal()
? (u[P].style.width = S + "px")
: (u[P].style.height = S + "px"));
u[P] && (u[P].swiperSlideSize = S),
f.push(S),
n.centeredSlides
? ((x = x + S / 2 + T / 2 + w),
0 === T && 0 !== P && (x = x - r / 2 - w),
0 === P && (x = x - r / 2 - w),
Math.abs(x) < 0.001 && (x = 0),
n.roundLengths && (x = Math.floor(x)),
E % n.slidesPerGroup == 0 && d.push(x),
p.push(x))
: (n.roundLengths && (x = Math.floor(x)),
E % n.slidesPerGroup == 0 && d.push(x),
p.push(x),
(x = x + S + w)),
(e.virtualSize += S + w),
(T = S),
(E += 1);
}
}
if (
((e.virtualSize = Math.max(e.virtualSize, r) + g),
a &&
o &&
("slide" === n.effect || "coverflow" === n.effect) &&
i.css({ width: e.virtualSize + n.spaceBetween + "px" }),
(m.flexbox && !n.setWrapperSize) ||
(e.isHorizontal()
? i.css({
width: e.virtualSize + n.spaceBetween + "px"
})
: i.css({
height: e.virtualSize + n.spaceBetween + "px"
})),
1 < n.slidesPerColumn &&
((e.virtualSize = (S + n.spaceBetween) * C),
(e.virtualSize =
Math.ceil(e.virtualSize / n.slidesPerColumn) -
n.spaceBetween),
e.isHorizontal()
? i.css({
width: e.virtualSize + n.spaceBetween + "px"
})
: i.css({
height: e.virtualSize + n.spaceBetween + "px"
}),
n.centeredSlides))
) {
k = [];
for (var K = 0; K < d.length; K += 1) {
var J = d[K];
n.roundLengths && (J = Math.floor(J)),
d[K] < e.virtualSize + d[0] && k.push(J);
}
d = k;
}
if (!n.centeredSlides) {
k = [];
for (var Q = 0; Q < d.length; Q += 1) {
var Z = d[Q];
n.roundLengths && (Z = Math.floor(Z)),
d[Q] <= e.virtualSize - r && k.push(Z);
}
(d = k),
1 <
Math.floor(e.virtualSize - r) -
Math.floor(d[d.length - 1]) &&
d.push(e.virtualSize - r);
}
if (
(0 === d.length && (d = [0]),
0 !== n.spaceBetween &&
(e.isHorizontal()
? a
? u.css({ marginLeft: w + "px" })
: u.css({ marginRight: w + "px" })
: u.css({ marginBottom: w + "px" })),
n.centerInsufficientSlides)
) {
var ee = 0;
if (
(f.forEach(function (e) {
ee += e + (n.spaceBetween ? n.spaceBetween : 0);
}),
(ee -= n.spaceBetween) < r)
) {
var te = (r - ee) / 2;
d.forEach(function (e, t) {
d[t] = e - te;
}),
p.forEach(function (e, t) {
p[t] = e + te;
});
}
}
v.extend(e, {
slides: u,
snapGrid: d,
slidesGrid: p,
slidesSizesGrid: f
}),
c !== l && e.emit("slidesLengthChange"),
d.length !== y &&
(e.params.watchOverflow && e.checkOverflow(),
e.emit("snapGridLengthChange")),
p.length !== b && e.emit("slidesGridLengthChange"),
(n.watchSlidesProgress || n.watchSlidesVisibility) &&
e.updateSlidesOffset();
}
},
updateAutoHeight: function (e) {
var t,
n = this,
i = [],
r = 0;
if (
("number" == typeof e
? n.setTransition(e)
: !0 === e && n.setTransition(n.params.speed),
"auto" !== n.params.slidesPerView &&
1 < n.params.slidesPerView)
)
for (t = 0; t < Math.ceil(n.params.slidesPerView); t += 1) {
var a = n.activeIndex + t;
if (a > n.slides.length) break;
i.push(n.slides.eq(a)[0]);
}
else i.push(n.slides.eq(n.activeIndex)[0]);
for (t = 0; t < i.length; t += 1)
if (void 0 !== i[t]) {
var o = i[t].offsetHeight;
r = r < o ? o : r;
}
r && n.$wrapperEl.css("height", r + "px");
},
updateSlidesOffset: function () {
for (var e = this.slides, t = 0; t < e.length; t += 1)
e[t].swiperSlideOffset = this.isHorizontal()
? e[t].offsetLeft
: e[t].offsetTop;
},
updateSlidesProgress: function (e) {
void 0 === e && (e = (this && this.translate) || 0);
var t = this,
n = t.params,
i = t.slides,
a = t.rtlTranslate;
if (0 !== i.length) {
void 0 === i[0].swiperSlideOffset && t.updateSlidesOffset();
var o = -e;
a && (o = e),
i.removeClass(n.slideVisibleClass),
(t.visibleSlidesIndexes = []),
(t.visibleSlides = []);
for (var s = 0; s < i.length; s += 1) {
var l = i[s],
u =
(o +
(n.centeredSlides ? t.minTranslate() : 0) -
l.swiperSlideOffset) /
(l.swiperSlideSize + n.spaceBetween);
if (n.watchSlidesVisibility) {
var c = -(o - l.swiperSlideOffset),
d = c + t.slidesSizesGrid[s];
((0 <= c && c < t.size) ||
(0 < d && d <= t.size) ||
(c <= 0 && d >= t.size)) &&
(t.visibleSlides.push(l),
t.visibleSlidesIndexes.push(s),
i.eq(s).addClass(n.slideVisibleClass));
}
l.progress = a ? -u : u;
}
t.visibleSlides = r(t.visibleSlides);
}
},
updateProgress: function (e) {
void 0 === e && (e = (this && this.translate) || 0);
var t = this,
n = t.params,
i = t.maxTranslate() - t.minTranslate(),
r = t.progress,
a = t.isBeginning,
o = t.isEnd,
s = a,
l = o;
0 === i
? (o = a = !(r = 0))
: ((a = (r = (e - t.minTranslate()) / i) <= 0), (o = 1 <= r)),
v.extend(t, { progress: r, isBeginning: a, isEnd: o }),
(n.watchSlidesProgress || n.watchSlidesVisibility) &&
t.updateSlidesProgress(e),
a && !s && t.emit("reachBeginning toEdge"),
o && !l && t.emit("reachEnd toEdge"),
((s && !a) || (l && !o)) && t.emit("fromEdge"),
t.emit("progress", r);
},
updateSlidesClasses: function () {
var e,
t = this,
n = t.slides,
i = t.params,
r = t.$wrapperEl,
a = t.activeIndex,
o = t.realIndex,
s = t.virtual && i.virtual.enabled;
n.removeClass(
i.slideActiveClass +
" " +
i.slideNextClass +
" " +
i.slidePrevClass +
" " +
i.slideDuplicateActiveClass +
" " +
i.slideDuplicateNextClass +
" " +
i.slideDuplicatePrevClass
),
(e = s
? t.$wrapperEl.find(
"." +
i.slideClass +
'[data-swiper-slide-index="' +
a +
'"]'
)
: n.eq(a)).addClass(i.slideActiveClass),
i.loop &&
(e.hasClass(i.slideDuplicateClass)
? r
.children(
"." +
i.slideClass +
":not(." +
i.slideDuplicateClass +
')[data-swiper-slide-index="' +
o +
'"]'
)
.addClass(i.slideDuplicateActiveClass)
: r
.children(
"." +
i.slideClass +
"." +
i.slideDuplicateClass +
'[data-swiper-slide-index="' +
o +
'"]'
)
.addClass(i.slideDuplicateActiveClass));
var l = e
.nextAll("." + i.slideClass)
.eq(0)
.addClass(i.slideNextClass);
i.loop &&
0 === l.length &&
(l = n.eq(0)).addClass(i.slideNextClass);
var u = e
.prevAll("." + i.slideClass)
.eq(0)
.addClass(i.slidePrevClass);
i.loop &&
0 === u.length &&
(u = n.eq(-1)).addClass(i.slidePrevClass),
i.loop &&
(l.hasClass(i.slideDuplicateClass)
? r
.children(
"." +
i.slideClass +
":not(." +
i.slideDuplicateClass +
')[data-swiper-slide-index="' +
l.attr("data-swiper-slide-index") +
'"]'
)
.addClass(i.slideDuplicateNextClass)
: r
.children(
"." +
i.slideClass +
"." +
i.slideDuplicateClass +
'[data-swiper-slide-index="' +
l.attr("data-swiper-slide-index") +
'"]'
)
.addClass(i.slideDuplicateNextClass),
u.hasClass(i.slideDuplicateClass)
? r
.children(
"." +
i.slideClass +
":not(." +
i.slideDuplicateClass +
')[data-swiper-slide-index="' +
u.attr("data-swiper-slide-index") +
'"]'
)
.addClass(i.slideDuplicatePrevClass)
: r
.children(
"." +
i.slideClass +
"." +
i.slideDuplicateClass +
'[data-swiper-slide-index="' +
u.attr("data-swiper-slide-index") +
'"]'
)
.addClass(i.slideDuplicatePrevClass));
},
updateActiveIndex: function (e) {
var t,
n = this,
i = n.rtlTranslate ? n.translate : -n.translate,
r = n.slidesGrid,
a = n.snapGrid,
o = n.params,
s = n.activeIndex,
l = n.realIndex,
u = n.snapIndex,
c = e;
if (void 0 === c) {
for (var d = 0; d < r.length; d += 1)
void 0 !== r[d + 1]
? i >= r[d] && i < r[d + 1] - (r[d + 1] - r[d]) / 2
? (c = d)
: i >= r[d] && i < r[d + 1] && (c = d + 1)
: i >= r[d] && (c = d);
o.normalizeSlideIndex && (c < 0 || void 0 === c) && (c = 0);
}
if (
((t =
0 <= a.indexOf(i)
? a.indexOf(i)
: Math.floor(c / o.slidesPerGroup)) >= a.length &&
(t = a.length - 1),
c !== s)
) {
var p = parseInt(
n.slides.eq(c).attr("data-swiper-slide-index") || c,
10
);
v.extend(n, {
snapIndex: t,
realIndex: p,
previousIndex: s,
activeIndex: c
}),
n.emit("activeIndexChange"),
n.emit("snapIndexChange"),
l !== p && n.emit("realIndexChange"),
n.emit("slideChange");
} else
t !== u && ((n.snapIndex = t), n.emit("snapIndexChange"));
},
updateClickedSlide: function (e) {
var t = this,
n = t.params,
i = r(e.target).closest("." + n.slideClass)[0],
a = !1;
if (i)
for (var o = 0; o < t.slides.length; o += 1)
t.slides[o] === i && (a = !0);
if (!i || !a)
return (
(t.clickedSlide = void 0), void (t.clickedIndex = void 0)
);
(t.clickedSlide = i),
t.virtual && t.params.virtual.enabled
? (t.clickedIndex = parseInt(
r(i).attr("data-swiper-slide-index"),
10
))
: (t.clickedIndex = r(i).index()),
n.slideToClickedSlide &&
void 0 !== t.clickedIndex &&
t.clickedIndex !== t.activeIndex &&
t.slideToClickedSlide();
}
},
x = {
getTranslate: function (e) {
void 0 === e && (e = this.isHorizontal() ? "x" : "y");
var t = this.params,
n = this.rtlTranslate,
i = this.translate,
r = this.$wrapperEl;
if (t.virtualTranslate) return n ? -i : i;
var a = v.getTranslate(r[0], e);
return n && (a = -a), a || 0;
},
setTranslate: function (e, t) {
var n = this,
i = n.rtlTranslate,
r = n.params,
a = n.$wrapperEl,
o = n.progress,
s = 0,
l = 0;
n.isHorizontal() ? (s = i ? -e : e) : (l = e),
r.roundLengths && ((s = Math.floor(s)), (l = Math.floor(l))),
r.virtualTranslate ||
(m.transforms3d
? a.transform(
"translate3d(" + s + "px, " + l + "px, 0px)"
)
: a.transform("translate(" + s + "px, " + l + "px)")),
(n.previousTranslate = n.translate),
(n.translate = n.isHorizontal() ? s : l);
var u = n.maxTranslate() - n.minTranslate();
(0 === u ? 0 : (e - n.minTranslate()) / u) !== o &&
n.updateProgress(e),
n.emit("setTranslate", n.translate, t);
},
minTranslate: function () {
return -this.snapGrid[0];
},
maxTranslate: function () {
return -this.snapGrid[this.snapGrid.length - 1];
}
},
T = {
slideTo: function (e, t, n, i) {
void 0 === e && (e = 0),
void 0 === t && (t = this.params.speed),
void 0 === n && (n = !0);
var r = this,
a = e;
a < 0 && (a = 0);
var o = r.params,
s = r.snapGrid,
l = r.slidesGrid,
u = r.previousIndex,
c = r.activeIndex,
d = r.rtlTranslate;
if (r.animating && o.preventInteractionOnTransition) return !1;
var p = Math.floor(a / o.slidesPerGroup);
p >= s.length && (p = s.length - 1),
(c || o.initialSlide || 0) === (u || 0) &&
n &&
r.emit("beforeSlideChangeStart");
var f,
h = -s[p];
if ((r.updateProgress(h), o.normalizeSlideIndex))
for (var v = 0; v < l.length; v += 1)
-Math.floor(100 * h) >= Math.floor(100 * l[v]) && (a = v);
if (r.initialized && a !== c) {
if (
!r.allowSlideNext &&
h < r.translate &&
h < r.minTranslate()
)
return !1;
if (
!r.allowSlidePrev &&
h > r.translate &&
h > r.maxTranslate() &&
(c || 0) !== a
)
return !1;
}
return (
(f = c < a ? "next" : a < c ? "prev" : "reset"),
(d && -h === r.translate) || (!d && h === r.translate)
? (r.updateActiveIndex(a),
o.autoHeight && r.updateAutoHeight(),
r.updateSlidesClasses(),
"slide" !== o.effect && r.setTranslate(h),
"reset" !== f &&
(r.transitionStart(n, f), r.transitionEnd(n, f)),
!1)
: (0 !== t && m.transition
? (r.setTransition(t),
r.setTranslate(h),
r.updateActiveIndex(a),
r.updateSlidesClasses(),
r.emit("beforeTransitionStart", t, i),
r.transitionStart(n, f),
r.animating ||
((r.animating = !0),
r.onSlideToWrapperTransitionEnd ||
(r.onSlideToWrapperTransitionEnd = function (e) {
r &&
!r.destroyed &&
e.target === this &&
(r.$wrapperEl[0].removeEventListener(
"transitionend",
r.onSlideToWrapperTransitionEnd
),
r.$wrapperEl[0].removeEventListener(
"webkitTransitionEnd",
r.onSlideToWrapperTransitionEnd
),
(r.onSlideToWrapperTransitionEnd = null),
delete r.onSlideToWrapperTransitionEnd,
r.transitionEnd(n, f));
}),
r.$wrapperEl[0].addEventListener(
"transitionend",
r.onSlideToWrapperTransitionEnd
),
r.$wrapperEl[0].addEventListener(
"webkitTransitionEnd",
r.onSlideToWrapperTransitionEnd
)))
: (r.setTransition(0),
r.setTranslate(h),
r.updateActiveIndex(a),
r.updateSlidesClasses(),
r.emit("beforeTransitionStart", t, i),
r.transitionStart(n, f),
r.transitionEnd(n, f)),
!0)
);
},
slideToLoop: function (e, t, n, i) {
void 0 === e && (e = 0),
void 0 === t && (t = this.params.speed),
void 0 === n && (n = !0);
var r = e;
return (
this.params.loop && (r += this.loopedSlides),
this.slideTo(r, t, n, i)
);
},
slideNext: function (e, t, n) {
void 0 === e && (e = this.params.speed),
void 0 === t && (t = !0);
var i = this,
r = i.params,
a = i.animating;
return r.loop
? !a &&
(i.loopFix(),
(i._clientLeft = i.$wrapperEl[0].clientLeft),
i.slideTo(i.activeIndex + r.slidesPerGroup, e, t, n))
: i.slideTo(i.activeIndex + r.slidesPerGroup, e, t, n);
},
slidePrev: function (e, t, n) {
void 0 === e && (e = this.params.speed),
void 0 === t && (t = !0);
var i = this,
r = i.params,
a = i.animating,
o = i.snapGrid,
s = i.slidesGrid,
l = i.rtlTranslate;
if (r.loop) {
if (a) return !1;
i.loopFix(), (i._clientLeft = i.$wrapperEl[0].clientLeft);
}
function u(e) {
return e < 0 ? -Math.floor(Math.abs(e)) : Math.floor(e);
}
var c,
d = u(l ? i.translate : -i.translate),
p = o.map(function (e) {
return u(e);
}),
f =
(s.map(function (e) {
return u(e);
}),
o[p.indexOf(d)],
o[p.indexOf(d) - 1]);
return (
void 0 !== f &&
(c = s.indexOf(f)) < 0 &&
(c = i.activeIndex - 1),
i.slideTo(c, e, t, n)
);
},
slideReset: function (e, t, n) {
return (
void 0 === e && (e = this.params.speed),
void 0 === t && (t = !0),
this.slideTo(this.activeIndex, e, t, n)
);
},
slideToClosest: function (e, t, n) {
void 0 === e && (e = this.params.speed),
void 0 === t && (t = !0);
var i = this,
r = i.activeIndex,
a = Math.floor(r / i.params.slidesPerGroup);
if (a < i.snapGrid.length - 1) {
var o = i.rtlTranslate ? i.translate : -i.translate,
s = i.snapGrid[a];
(i.snapGrid[a + 1] - s) / 2 < o - s &&
(r = i.params.slidesPerGroup);
}
return i.slideTo(r, e, t, n);
},
slideToClickedSlide: function () {
var e,
t = this,
n = t.params,
i = t.$wrapperEl,
a =
"auto" === n.slidesPerView
? t.slidesPerViewDynamic()
: n.slidesPerView,
o = t.clickedIndex;
if (n.loop) {
if (t.animating) return;
(e = parseInt(
r(t.clickedSlide).attr("data-swiper-slide-index"),
10
)),
n.centeredSlides
? o < t.loopedSlides - a / 2 ||
o > t.slides.length - t.loopedSlides + a / 2
? (t.loopFix(),
(o = i
.children(
"." +
n.slideClass +
'[data-swiper-slide-index="' +
e +
'"]:not(.' +
n.slideDuplicateClass +
")"
)
.eq(0)
.index()),
v.nextTick(function () {
t.slideTo(o);
}))
: t.slideTo(o)
: o > t.slides.length - a
? (t.loopFix(),
(o = i
.children(
"." +
n.slideClass +
'[data-swiper-slide-index="' +
e +
'"]:not(.' +
n.slideDuplicateClass +
")"
)
.eq(0)
.index()),
v.nextTick(function () {
t.slideTo(o);
}))
: t.slideTo(o);
} else t.slideTo(o);
}
},
E = {
loopCreate: function () {
var t = this,
n = t.params,
i = t.$wrapperEl;
i.children(
"." + n.slideClass + "." + n.slideDuplicateClass
).remove();
var a = i.children("." + n.slideClass);
if (n.loopFillGroupWithBlank) {
var o = n.slidesPerGroup - (a.length % n.slidesPerGroup);
if (o !== n.slidesPerGroup) {
for (var s = 0; s < o; s += 1) {
var l = r(e.createElement("div")).addClass(
n.slideClass + " " + n.slideBlankClass
);
i.append(l);
}
a = i.children("." + n.slideClass);
}
}
"auto" !== n.slidesPerView ||
n.loopedSlides ||
(n.loopedSlides = a.length),
(t.loopedSlides = parseInt(
n.loopedSlides || n.slidesPerView,
10
)),
(t.loopedSlides += n.loopAdditionalSlides),
t.loopedSlides > a.length && (t.loopedSlides = a.length);
var u = [],
c = [];
a.each(function (e, n) {
var i = r(n);
e < t.loopedSlides && c.push(n),
e < a.length && e >= a.length - t.loopedSlides && u.push(n),
i.attr("data-swiper-slide-index", e);
});
for (var d = 0; d < c.length; d += 1)
i.append(
r(c[d].cloneNode(!0)).addClass(n.slideDuplicateClass)
);
for (var p = u.length - 1; 0 <= p; p -= 1)
i.prepend(
r(u[p].cloneNode(!0)).addClass(n.slideDuplicateClass)
);
},
loopFix: function () {
var e,
t = this,
n = t.params,
i = t.activeIndex,
r = t.slides,
a = t.loopedSlides,
o = t.allowSlidePrev,
s = t.allowSlideNext,
l = t.snapGrid,
u = t.rtlTranslate;
(t.allowSlidePrev = !0), (t.allowSlideNext = !0);
var c = -l[i] - t.getTranslate();
i < a
? ((e = r.length - 3 * a + i),
(e += a),
t.slideTo(e, 0, !1, !0) &&
0 !== c &&
t.setTranslate((u ? -t.translate : t.translate) - c))
: (("auto" === n.slidesPerView && 2 * a <= i) ||
i >= r.length - a) &&
((e = -r.length + i + a),
(e += a),
t.slideTo(e, 0, !1, !0) &&
0 !== c &&
t.setTranslate((u ? -t.translate : t.translate) - c)),
(t.allowSlidePrev = o),
(t.allowSlideNext = s);
},
loopDestroy: function () {
var e = this.$wrapperEl,
t = this.params,
n = this.slides;
e
.children(
"." +
t.slideClass +
"." +
t.slideDuplicateClass +
",." +
t.slideClass +
"." +
t.slideBlankClass
)
.remove(),
n.removeAttr("data-swiper-slide-index");
}
},
C = {
setGrabCursor: function (e) {
if (
!(
m.touch ||
!this.params.simulateTouch ||
(this.params.watchOverflow && this.isLocked)
)
) {
var t = this.el;
(t.style.cursor = "move"),
(t.style.cursor = e ? "-webkit-grabbing" : "-webkit-grab"),
(t.style.cursor = e ? "-moz-grabbin" : "-moz-grab"),
(t.style.cursor = e ? "grabbing" : "grab");
}
},
unsetGrabCursor: function () {
m.touch ||
(this.params.watchOverflow && this.isLocked) ||
(this.el.style.cursor = "");
}
},
S = {
appendSlide: function (e) {
var t = this,
n = t.$wrapperEl,
i = t.params;
if (
(i.loop && t.loopDestroy(),
"object" == (void 0 === e ? "undefined" : d()(e)) &&
"length" in e)
)
for (var r = 0; r < e.length; r += 1) e[r] && n.append(e[r]);
else n.append(e);
i.loop && t.loopCreate(),
(i.observer && m.observer) || t.update();
},
prependSlide: function (e) {
var t = this,
n = t.params,
i = t.$wrapperEl,
r = t.activeIndex;
n.loop && t.loopDestroy();
var a = r + 1;
if (
"object" == (void 0 === e ? "undefined" : d()(e)) &&
"length" in e
) {
for (var o = 0; o < e.length; o += 1) e[o] && i.prepend(e[o]);
a = r + e.length;
} else i.prepend(e);
n.loop && t.loopCreate(),
(n.observer && m.observer) || t.update(),
t.slideTo(a, 0, !1);
},
addSlide: function (e, t) {
var n = this,
i = n.$wrapperEl,
r = n.params,
a = n.activeIndex;
r.loop &&
((a -= n.loopedSlides),
n.loopDestroy(),
(n.slides = i.children("." + r.slideClass)));
var o = n.slides.length;
if (e <= 0) n.prependSlide(t);
else if (o <= e) n.appendSlide(t);
else {
for (
var s = e < a ? a + 1 : a, l = [], u = o - 1;
e <= u;
u -= 1
) {
var c = n.slides.eq(u);
c.remove(), l.unshift(c);
}
if (
"object" == (void 0 === t ? "undefined" : d()(t)) &&
"length" in t
) {
for (var p = 0; p < t.length; p += 1)
t[p] && i.append(t[p]);
s = e < a ? a + t.length : a;
} else i.append(t);
for (var f = 0; f < l.length; f += 1) i.append(l[f]);
r.loop && n.loopCreate(),
(r.observer && m.observer) || n.update(),
r.loop
? n.slideTo(s + n.loopedSlides, 0, !1)
: n.slideTo(s, 0, !1);
}
},
removeSlide: function (e) {
var t = this,
n = t.params,
i = t.$wrapperEl,
r = t.activeIndex;
n.loop &&
((r -= t.loopedSlides),
t.loopDestroy(),
(t.slides = i.children("." + n.slideClass)));
var a,
o = r;
if (
"object" == (void 0 === e ? "undefined" : d()(e)) &&
"length" in e
) {
for (var s = 0; s < e.length; s += 1)
(a = e[s]),
t.slides[a] && t.slides.eq(a).remove(),
a < o && (o -= 1);
o = Math.max(o, 0);
} else
(a = e),
t.slides[a] && t.slides.eq(a).remove(),
a < o && (o -= 1),
(o = Math.max(o, 0));
n.loop && t.loopCreate(),
(n.observer && m.observer) || t.update(),
n.loop
? t.slideTo(o + t.loopedSlides, 0, !1)
: t.slideTo(o, 0, !1);
},
removeAllSlides: function () {
for (var e = [], t = 0; t < this.slides.length; t += 1)
e.push(t);
this.removeSlide(e);
}
},
k = (function () {
var n = t.navigator.userAgent,
i = {
ios: !1,
android: !1,
androidChrome: !1,
desktop: !1,
windows: !1,
iphone: !1,
ipod: !1,
ipad: !1,
cordova: t.cordova || t.phonegap,
phonegap: t.cordova || t.phonegap
},
r = n.match(/(Windows Phone);?[\s\/]+([\d.]+)?/),
a = n.match(/(Android);?[\s\/]+([\d.]+)?/),
o = n.match(/(iPad).*OS\s([\d_]+)/),
s = n.match(/(iPod)(.*OS\s([\d_]+))?/),
l = !o && n.match(/(iPhone\sOS|iOS)\s([\d_]+)/);
if (
(r &&
((i.os = "windows"), (i.osVersion = r[2]), (i.windows = !0)),
a &&
!r &&
((i.os = "android"),
(i.osVersion = a[2]),
(i.android = !0),
(i.androidChrome = 0 <= n.toLowerCase().indexOf("chrome"))),
(o || l || s) && ((i.os = "ios"), (i.ios = !0)),
l &&
!s &&
((i.osVersion = l[2].replace(/_/g, ".")), (i.iphone = !0)),
o && ((i.osVersion = o[2].replace(/_/g, ".")), (i.ipad = !0)),
s &&
((i.osVersion = s[3] ? s[3].replace(/_/g, ".") : null),
(i.iphone = !0)),
i.ios &&
i.osVersion &&
0 <= n.indexOf("Version/") &&
"10" === i.osVersion.split(".")[0] &&
(i.osVersion = n
.toLowerCase()
.split("version/")[1]
.split(" ")[0]),
(i.desktop = !(i.os || i.android || i.webView)),
(i.webView =
(l || o || s) && n.match(/.*AppleWebKit(?!.*Safari)/i)),
i.os && "ios" === i.os)
) {
var u = i.osVersion.split("."),
c = e.querySelector('meta[name="viewport"]');
i.minimalUi =
!i.webView &&
(s || l) &&
(1 * u[0] == 7 ? 1 <= 1 * u[1] : 7 < 1 * u[0]) &&
c &&
0 <= c.getAttribute("content").indexOf("minimal-ui");
}
return (i.pixelRatio = t.devicePixelRatio || 1), i;
})();
function M() {
var e = this,
t = e.params,
n = e.el;
if (!n || 0 !== n.offsetWidth) {
t.breakpoints && e.setBreakpoint();
var i = e.allowSlideNext,
r = e.allowSlidePrev,
a = e.snapGrid;
if (
((e.allowSlideNext = !0),
(e.allowSlidePrev = !0),
e.updateSize(),
e.updateSlides(),
t.freeMode)
) {
var o = Math.min(
Math.max(e.translate, e.maxTranslate()),
e.minTranslate()
);
e.setTranslate(o),
e.updateActiveIndex(),
e.updateSlidesClasses(),
t.autoHeight && e.updateAutoHeight();
} else
e.updateSlidesClasses(),
("auto" === t.slidesPerView || 1 < t.slidesPerView) &&
e.isEnd &&
!e.params.centeredSlides
? e.slideTo(e.slides.length - 1, 0, !1, !0)
: e.slideTo(e.activeIndex, 0, !1, !0);
(e.allowSlidePrev = r),
(e.allowSlideNext = i),
e.params.watchOverflow && a !== e.snapGrid && e.checkOverflow();
}
}
var _ = {
init: !0,
direction: "horizontal",
touchEventsTarget: "container",
initialSlide: 0,
speed: 300,
preventInteractionOnTransition: !1,
edgeSwipeDetection: !1,
edgeSwipeThreshold: 20,
freeMode: !1,
freeModeMomentum: !0,
freeModeMomentumRatio: 1,
freeModeMomentumBounce: !0,
freeModeMomentumBounceRatio: 1,
freeModeMomentumVelocityRatio: 1,
freeModeSticky: !1,
freeModeMinimumVelocity: 0.02,
autoHeight: !1,
setWrapperSize: !1,
virtualTranslate: !1,
effect: "slide",
breakpoints: void 0,
breakpointsInverse: !1,
spaceBetween: 0,
slidesPerView: 1,
slidesPerColumn: 1,
slidesPerColumnFill: "column",
slidesPerGroup: 1,
centeredSlides: !1,
slidesOffsetBefore: 0,
slidesOffsetAfter: 0,
normalizeSlideIndex: !0,
centerInsufficientSlides: !1,
watchOverflow: !1,
roundLengths: !1,
touchRatio: 1,
touchAngle: 45,
simulateTouch: !0,
shortSwipes: !0,
longSwipes: !0,
longSwipesRatio: 0.5,
longSwipesMs: 300,
followFinger: !0,
allowTouchMove: !0,
threshold: 0,
touchMoveStopPropagation: !0,
touchStartPreventDefault: !0,
touchStartForcePreventDefault: !1,
touchReleaseOnEdges: !1,
uniqueNavElements: !0,
resistance: !0,
resistanceRatio: 0.85,
watchSlidesProgress: !1,
watchSlidesVisibility: !1,
grabCursor: !1,
preventClicks: !0,
preventClicksPropagation: !0,
slideToClickedSlide: !1,
preloadImages: !0,
updateOnImagesReady: !0,
loop: !1,
loopAdditionalSlides: 0,
loopedSlides: null,
loopFillGroupWithBlank: !1,
allowSlidePrev: !0,
allowSlideNext: !0,
swipeHandler: null,
noSwiping: !0,
noSwipingClass: "swiper-no-swiping",
noSwipingSelector: null,
passiveListeners: !0,
containerModifierClass: "swiper-container-",
slideClass: "swiper-slide",
slideBlankClass: "swiper-slide-invisible-blank",
slideActiveClass: "swiper-slide-active",
slideDuplicateActiveClass: "swiper-slide-duplicate-active",
slideVisibleClass: "swiper-slide-visible",
slideDuplicateClass: "swiper-slide-duplicate",
slideNextClass: "swiper-slide-next",
slideDuplicateNextClass: "swiper-slide-duplicate-next",
slidePrevClass: "swiper-slide-prev",
slideDuplicatePrevClass: "swiper-slide-duplicate-prev",
wrapperClass: "swiper-wrapper",
runCallbacksOnInit: !0
},
L = {
update: w,
translate: x,
transition: {
setTransition: function (e, t) {
this.$wrapperEl.transition(e),
this.emit("setTransition", e, t);
},
transitionStart: function (e, t) {
void 0 === e && (e = !0);
var n = this,
i = n.activeIndex,
r = n.params,
a = n.previousIndex;
r.autoHeight && n.updateAutoHeight();
var o = t;
if (
(o || (o = a < i ? "next" : i < a ? "prev" : "reset"),
n.emit("transitionStart"),
e && i !== a)
) {
if ("reset" === o)
return void n.emit("slideResetTransitionStart");
n.emit("slideChangeTransitionStart"),
"next" === o
? n.emit("slideNextTransitionStart")
: n.emit("slidePrevTransitionStart");
}
},
transitionEnd: function (e, t) {
void 0 === e && (e = !0);
var n = this,
i = n.activeIndex,
r = n.previousIndex;
(n.animating = !1), n.setTransition(0);
var a = t;
if (
(a || (a = r < i ? "next" : i < r ? "prev" : "reset"),
n.emit("transitionEnd"),
e && i !== r)
) {
if ("reset" === a)
return void n.emit("slideResetTransitionEnd");
n.emit("slideChangeTransitionEnd"),
"next" === a
? n.emit("slideNextTransitionEnd")
: n.emit("slidePrevTransitionEnd");
}
}
},
slide: T,
loop: E,
grabCursor: C,
manipulation: S,
events: {
attachEvents: function () {
var n = this,
i = n.params,
a = n.touchEvents,
o = n.el,
s = n.wrapperEl;
(n.onTouchStart = function (n) {
var i = this,
a = i.touchEventsData,
o = i.params,
s = i.touches;
if (!i.animating || !o.preventInteractionOnTransition) {
var l = n;
if (
(l.originalEvent && (l = l.originalEvent),
(a.isTouchEvent = "touchstart" === l.type),
(a.isTouchEvent || !("which" in l) || 3 !== l.which) &&
!(
(!a.isTouchEvent &&
"button" in l &&
0 < l.button) ||
(a.isTouched && a.isMoved)
))
)
if (
o.noSwiping &&
r(l.target).closest(
o.noSwipingSelector
? o.noSwipingSelector
: "." + o.noSwipingClass
)[0]
)
i.allowClick = !0;
else if (
!o.swipeHandler ||
r(l).closest(o.swipeHandler)[0]
) {
(s.currentX =
"touchstart" === l.type
? l.targetTouches[0].pageX
: l.pageX),
(s.currentY =
"touchstart" === l.type
? l.targetTouches[0].pageY
: l.pageY);
var u = s.currentX,
c = s.currentY,
d = o.edgeSwipeDetection || o.iOSEdgeSwipeDetection,
p = o.edgeSwipeThreshold || o.iOSEdgeSwipeThreshold;
if (!d || !(u <= p || u >= t.screen.width - p)) {
if (
(v.extend(a, {
isTouched: !0,
isMoved: !1,
allowTouchCallbacks: !0,
isScrolling: void 0,
startMoving: void 0
}),
(s.startX = u),
(s.startY = c),
(a.touchStartTime = v.now()),
(i.allowClick = !0),
i.updateSize(),
(i.swipeDirection = void 0),
0 < o.threshold && (a.allowThresholdMove = !1),
"touchstart" !== l.type)
) {
var f = !0;
r(l.target).is(a.formElements) && (f = !1),
e.activeElement &&
r(e.activeElement).is(a.formElements) &&
e.activeElement !== l.target &&
e.activeElement.blur();
var h =
f &&
i.allowTouchMove &&
o.touchStartPreventDefault;
(o.touchStartForcePreventDefault || h) &&
l.preventDefault();
}
i.emit("touchStart", l);
}
}
}
}.bind(n)),
(n.onTouchMove = function (t) {
var n = this,
i = n.touchEventsData,
a = n.params,
o = n.touches,
s = n.rtlTranslate,
l = t;
if (
(l.originalEvent && (l = l.originalEvent), i.isTouched)
) {
if (!i.isTouchEvent || "mousemove" !== l.type) {
var u =
"touchmove" === l.type
? l.targetTouches[0].pageX
: l.pageX,
c =
"touchmove" === l.type
? l.targetTouches[0].pageY
: l.pageY;
if (l.preventedByNestedSwiper)
return (o.startX = u), void (o.startY = c);
if (!n.allowTouchMove)
return (
(n.allowClick = !1),
void (
i.isTouched &&
(v.extend(o, {
startX: u,
startY: c,
currentX: u,
currentY: c
}),
(i.touchStartTime = v.now()))
)
);
if (
i.isTouchEvent &&
a.touchReleaseOnEdges &&
!a.loop
)
if (n.isVertical()) {
if (
(c < o.startY &&
n.translate <= n.maxTranslate()) ||
(c > o.startY &&
n.translate >= n.minTranslate())
)
return (
(i.isTouched = !1), void (i.isMoved = !1)
);
} else if (
(u < o.startX &&
n.translate <= n.maxTranslate()) ||
(u > o.startX && n.translate >= n.minTranslate())
)
return;
if (
i.isTouchEvent &&
e.activeElement &&
l.target === e.activeElement &&
r(l.target).is(i.formElements)
)
return (i.isMoved = !0), void (n.allowClick = !1);
if (
(i.allowTouchCallbacks && n.emit("touchMove", l),
!(l.targetTouches && 1 < l.targetTouches.length))
) {
(o.currentX = u), (o.currentY = c);
var d,
p = o.currentX - o.startX,
f = o.currentY - o.startY;
if (
!(
n.params.threshold &&
Math.sqrt(Math.pow(p, 2) + Math.pow(f, 2)) <
n.params.threshold
)
)
if (
(void 0 === i.isScrolling &&
((n.isHorizontal() &&
o.currentY === o.startY) ||
(n.isVertical() && o.currentX === o.startX)
? (i.isScrolling = !1)
: 25 <= p * p + f * f &&
((d =
(180 *
Math.atan2(
Math.abs(f),
Math.abs(p)
)) /
Math.PI),
(i.isScrolling = n.isHorizontal()
? d > a.touchAngle
: 90 - d > a.touchAngle))),
i.isScrolling && n.emit("touchMoveOpposite", l),
void 0 === i.startMoving &&
((o.currentX === o.startX &&
o.currentY === o.startY) ||
(i.startMoving = !0)),
i.isScrolling)
)
i.isTouched = !1;
else if (i.startMoving) {
(n.allowClick = !1),
l.preventDefault(),
a.touchMoveStopPropagation &&
!a.nested &&
l.stopPropagation(),
i.isMoved ||
(a.loop && n.loopFix(),
(i.startTranslate = n.getTranslate()),
n.setTransition(0),
n.animating &&
n.$wrapperEl.trigger(
"webkitTransitionEnd transitionend"
),
(i.allowMomentumBounce = !1),
!a.grabCursor ||
(!0 !== n.allowSlideNext &&
!0 !== n.allowSlidePrev) ||
n.setGrabCursor(!0),
n.emit("sliderFirstMove", l)),
n.emit("sliderMove", l),
(i.isMoved = !0);
var h = n.isHorizontal() ? p : f;
(o.diff = h),
(h *= a.touchRatio),
s && (h = -h),
(n.swipeDirection = 0 < h ? "prev" : "next"),
(i.currentTranslate = h + i.startTranslate);
var m = !0,
g = a.resistanceRatio;
if (
(a.touchReleaseOnEdges && (g = 0),
0 < h && i.currentTranslate > n.minTranslate()
? ((m = !1),
a.resistance &&
(i.currentTranslate =
n.minTranslate() -
1 +
Math.pow(
-n.minTranslate() +
i.startTranslate +
h,
g
)))
: h < 0 &&
i.currentTranslate < n.maxTranslate() &&
((m = !1),
a.resistance &&
(i.currentTranslate =
n.maxTranslate() +
1 -
Math.pow(
n.maxTranslate() -
i.startTranslate -
h,
g
))),
m && (l.preventedByNestedSwiper = !0),
!n.allowSlideNext &&
"next" === n.swipeDirection &&
i.currentTranslate < i.startTranslate &&
(i.currentTranslate = i.startTranslate),
!n.allowSlidePrev &&
"prev" === n.swipeDirection &&
i.currentTranslate > i.startTranslate &&
(i.currentTranslate = i.startTranslate),
0 < a.threshold)
) {
if (
!(
Math.abs(h) > a.threshold ||
i.allowThresholdMove
)
)
return void (i.currentTranslate =
i.startTranslate);
if (!i.allowThresholdMove)
return (
(i.allowThresholdMove = !0),
(o.startX = o.currentX),
(o.startY = o.currentY),
(i.currentTranslate = i.startTranslate),
void (o.diff = n.isHorizontal()
? o.currentX - o.startX
: o.currentY - o.startY)
);
}
a.followFinger &&
((a.freeMode ||
a.watchSlidesProgress ||
a.watchSlidesVisibility) &&
(n.updateActiveIndex(),
n.updateSlidesClasses()),
a.freeMode &&
(0 === i.velocities.length &&
i.velocities.push({
position:
o[
n.isHorizontal()
? "startX"
: "startY"
],
time: i.touchStartTime
}),
i.velocities.push({
position:
o[
n.isHorizontal()
? "currentX"
: "currentY"
],
time: v.now()
})),
n.updateProgress(i.currentTranslate),
n.setTranslate(i.currentTranslate));
}
}
}
} else
i.startMoving &&
i.isScrolling &&
n.emit("touchMoveOpposite", l);
}.bind(n)),
(n.onTouchEnd = function (e) {
var t = this,
n = t.touchEventsData,
i = t.params,
r = t.touches,
a = t.rtlTranslate,
o = t.$wrapperEl,
s = t.slidesGrid,
l = t.snapGrid,
u = e;
if (
(u.originalEvent && (u = u.originalEvent),
n.allowTouchCallbacks && t.emit("touchEnd", u),
(n.allowTouchCallbacks = !1),
!n.isTouched)
)
return (
n.isMoved && i.grabCursor && t.setGrabCursor(!1),
(n.isMoved = !1),
void (n.startMoving = !1)
);
i.grabCursor &&
n.isMoved &&
n.isTouched &&
(!0 === t.allowSlideNext || !0 === t.allowSlidePrev) &&
t.setGrabCursor(!1);
var c,
d = v.now(),
p = d - n.touchStartTime;
if (
(t.allowClick &&
(t.updateClickedSlide(u),
t.emit("tap", u),
p < 300 &&
300 < d - n.lastClickTime &&
(n.clickTimeout && clearTimeout(n.clickTimeout),
(n.clickTimeout = v.nextTick(function () {
t && !t.destroyed && t.emit("click", u);
}, 300))),
p < 300 &&
d - n.lastClickTime < 300 &&
(n.clickTimeout && clearTimeout(n.clickTimeout),
t.emit("doubleTap", u))),
(n.lastClickTime = v.now()),
v.nextTick(function () {
t.destroyed || (t.allowClick = !0);
}),
!n.isTouched ||
!n.isMoved ||
!t.swipeDirection ||
0 === r.diff ||
n.currentTranslate === n.startTranslate)
)
return (
(n.isTouched = !1),
(n.isMoved = !1),
void (n.startMoving = !1)
);
if (
((n.isTouched = !1),
(n.isMoved = !1),
(n.startMoving = !1),
(c = i.followFinger
? a
? t.translate
: -t.translate
: -n.currentTranslate),
i.freeMode)
) {
if (c < -t.minTranslate())
return void t.slideTo(t.activeIndex);
if (c > -t.maxTranslate())
return void (t.slides.length < l.length
? t.slideTo(l.length - 1)
: t.slideTo(t.slides.length - 1));
if (i.freeModeMomentum) {
if (1 < n.velocities.length) {
var f = n.velocities.pop(),
h = n.velocities.pop(),
m = f.position - h.position,
g = f.time - h.time;
(t.velocity = m / g),
(t.velocity /= 2),
Math.abs(t.velocity) <
i.freeModeMinimumVelocity && (t.velocity = 0),
(150 < g || 300 < v.now() - f.time) &&
(t.velocity = 0);
} else t.velocity = 0;
(t.velocity *= i.freeModeMomentumVelocityRatio),
(n.velocities.length = 0);
var y = 1e3 * i.freeModeMomentumRatio,
b = t.velocity * y,
w = t.translate + b;
a && (w = -w);
var x,
T,
E = !1,
C =
20 *
Math.abs(t.velocity) *
i.freeModeMomentumBounceRatio;
if (w < t.maxTranslate())
i.freeModeMomentumBounce
? (w + t.maxTranslate() < -C &&
(w = t.maxTranslate() - C),
(x = t.maxTranslate()),
(E = !0),
(n.allowMomentumBounce = !0))
: (w = t.maxTranslate()),
i.loop && i.centeredSlides && (T = !0);
else if (w > t.minTranslate())
i.freeModeMomentumBounce
? (w - t.minTranslate() > C &&
(w = t.minTranslate() + C),
(x = t.minTranslate()),
(E = !0),
(n.allowMomentumBounce = !0))
: (w = t.minTranslate()),
i.loop && i.centeredSlides && (T = !0);
else if (i.freeModeSticky) {
for (var S, k = 0; k < l.length; k += 1)
if (l[k] > -w) {
S = k;
break;
}
w = -(w =
Math.abs(l[S] - w) < Math.abs(l[S - 1] - w) ||
"next" === t.swipeDirection
? l[S]
: l[S - 1]);
}
if (
(T &&
t.once("transitionEnd", function () {
t.loopFix();
}),
0 !== t.velocity)
)
y = a
? Math.abs((-w - t.translate) / t.velocity)
: Math.abs((w - t.translate) / t.velocity);
else if (i.freeModeSticky)
return void t.slideToClosest();
i.freeModeMomentumBounce && E
? (t.updateProgress(x),
t.setTransition(y),
t.setTranslate(w),
t.transitionStart(!0, t.swipeDirection),
(t.animating = !0),
o.transitionEnd(function () {
t &&
!t.destroyed &&
n.allowMomentumBounce &&
(t.emit("momentumBounce"),
t.setTransition(i.speed),
t.setTranslate(x),
o.transitionEnd(function () {
t && !t.destroyed && t.transitionEnd();
}));
}))
: t.velocity
? (t.updateProgress(w),
t.setTransition(y),
t.setTranslate(w),
t.transitionStart(!0, t.swipeDirection),
t.animating ||
((t.animating = !0),
o.transitionEnd(function () {
t && !t.destroyed && t.transitionEnd();
})))
: t.updateProgress(w),
t.updateActiveIndex(),
t.updateSlidesClasses();
} else if (i.freeModeSticky)
return void t.slideToClosest();
(!i.freeModeMomentum || p >= i.longSwipesMs) &&
(t.updateProgress(),
t.updateActiveIndex(),
t.updateSlidesClasses());
} else {
for (
var M = 0, _ = t.slidesSizesGrid[0], L = 0;
L < s.length;
L += i.slidesPerGroup
)
void 0 !== s[L + i.slidesPerGroup]
? c >= s[L] &&
c < s[L + i.slidesPerGroup] &&
(_ = s[(M = L) + i.slidesPerGroup] - s[L])
: c >= s[L] &&
((M = L),
(_ = s[s.length - 1] - s[s.length - 2]));
var P = (c - s[M]) / _;
if (p > i.longSwipesMs) {
if (!i.longSwipes)
return void t.slideTo(t.activeIndex);
"next" === t.swipeDirection &&
(P >= i.longSwipesRatio
? t.slideTo(M + i.slidesPerGroup)
: t.slideTo(M)),
"prev" === t.swipeDirection &&
(P > 1 - i.longSwipesRatio
? t.slideTo(M + i.slidesPerGroup)
: t.slideTo(M));
} else {
if (!i.shortSwipes)
return void t.slideTo(t.activeIndex);
"next" === t.swipeDirection &&
t.slideTo(M + i.slidesPerGroup),
"prev" === t.swipeDirection && t.slideTo(M);
}
}
}.bind(n)),
(n.onClick = function (e) {
this.allowClick ||
(this.params.preventClicks && e.preventDefault(),
this.params.preventClicksPropagation &&
this.animating &&
(e.stopPropagation(), e.stopImmediatePropagation()));
}.bind(n));
var l = "container" === i.touchEventsTarget ? o : s,
u = !!i.nested;
if (
m.touch ||
(!m.pointerEvents && !m.prefixedPointerEvents)
) {
if (m.touch) {
var c = !(
"touchstart" !== a.start ||
!m.passiveListener ||
!i.passiveListeners
) && { passive: !0, capture: !1 };
l.addEventListener(a.start, n.onTouchStart, c),
l.addEventListener(
a.move,
n.onTouchMove,
m.passiveListener ? { passive: !1, capture: u } : u
),
l.addEventListener(a.end, n.onTouchEnd, c);
}
((i.simulateTouch && !k.ios && !k.android) ||
(i.simulateTouch && !m.touch && k.ios)) &&
(l.addEventListener("mousedown", n.onTouchStart, !1),
e.addEventListener("mousemove", n.onTouchMove, u),
e.addEventListener("mouseup", n.onTouchEnd, !1));
} else
l.addEventListener(a.start, n.onTouchStart, !1),
e.addEventListener(a.move, n.onTouchMove, u),
e.addEventListener(a.end, n.onTouchEnd, !1);
(i.preventClicks || i.preventClicksPropagation) &&
l.addEventListener("click", n.onClick, !0),
n.on(
k.ios || k.android
? "resize orientationchange observerUpdate"
: "resize observerUpdate",
M,
!0
);
},
detachEvents: function () {
var t = this,
n = t.params,
i = t.touchEvents,
r = t.el,
a = t.wrapperEl,
o = "container" === n.touchEventsTarget ? r : a,
s = !!n.nested;
if (
m.touch ||
(!m.pointerEvents && !m.prefixedPointerEvents)
) {
if (m.touch) {
var l = !(
"onTouchStart" !== i.start ||
!m.passiveListener ||
!n.passiveListeners
) && { passive: !0, capture: !1 };
o.removeEventListener(i.start, t.onTouchStart, l),
o.removeEventListener(i.move, t.onTouchMove, s),
o.removeEventListener(i.end, t.onTouchEnd, l);
}
((n.simulateTouch && !k.ios && !k.android) ||
(n.simulateTouch && !m.touch && k.ios)) &&
(o.removeEventListener("mousedown", t.onTouchStart, !1),
e.removeEventListener("mousemove", t.onTouchMove, s),
e.removeEventListener("mouseup", t.onTouchEnd, !1));
} else
o.removeEventListener(i.start, t.onTouchStart, !1),
e.removeEventListener(i.move, t.onTouchMove, s),
e.removeEventListener(i.end, t.onTouchEnd, !1);
(n.preventClicks || n.preventClicksPropagation) &&
o.removeEventListener("click", t.onClick, !0),
t.off(
k.ios || k.android
? "resize orientationchange observerUpdate"
: "resize observerUpdate",
M
);
}
},
breakpoints: {
setBreakpoint: function () {
var e = this,
t = e.activeIndex,
n = e.initialized,
i = e.loopedSlides;
void 0 === i && (i = 0);
var r = e.params,
a = r.breakpoints;
if (a && (!a || 0 !== u()(a).length)) {
var o = e.getBreakpoint(a);
if (o && e.currentBreakpoint !== o) {
var s = o in a ? a[o] : void 0;
s &&
[
"slidesPerView",
"spaceBetween",
"slidesPerGroup"
].forEach(function (e) {
var t = s[e];
void 0 !== t &&
(s[e] =
"slidesPerView" !== e ||
("AUTO" !== t && "auto" !== t)
? "slidesPerView" === e
? parseFloat(t)
: parseInt(t, 10)
: "auto");
});
var l = s || e.originalParams,
c = l.direction && l.direction !== r.direction,
d =
r.loop && (l.slidesPerView !== r.slidesPerView || c);
c && n && e.changeDirection(),
v.extend(e.params, l),
v.extend(e, {
allowTouchMove: e.params.allowTouchMove,
allowSlideNext: e.params.allowSlideNext,
allowSlidePrev: e.params.allowSlidePrev
}),
(e.currentBreakpoint = o),
d &&
n &&
(e.loopDestroy(),
e.loopCreate(),
e.updateSlides(),
e.slideTo(t - i + e.loopedSlides, 0, !1)),
e.emit("breakpoint", l);
}
}
},
getBreakpoint: function (e) {
if (e) {
var n = !1,
i = [];
u()(e).forEach(function (e) {
i.push(e);
}),
i.sort(function (e, t) {
return parseInt(e, 10) - parseInt(t, 10);
});
for (var r = 0; r < i.length; r += 1) {
var a = i[r];
this.params.breakpointsInverse
? a <= t.innerWidth && (n = a)
: a >= t.innerWidth && !n && (n = a);
}
return n || "max";
}
}
},
checkOverflow: {
checkOverflow: function () {
var e = this,
t = e.isLocked;
(e.isLocked = 1 === e.snapGrid.length),
(e.allowSlideNext = !e.isLocked),
(e.allowSlidePrev = !e.isLocked),
t !== e.isLocked && e.emit(e.isLocked ? "lock" : "unlock"),
t &&
t !== e.isLocked &&
((e.isEnd = !1), e.navigation.update());
}
},
classes: {
addClasses: function () {
var e = this.classNames,
t = this.params,
n = this.rtl,
i = this.$el,
r = [];
r.push("initialized"),
r.push(t.direction),
t.freeMode && r.push("free-mode"),
m.flexbox || r.push("no-flexbox"),
t.autoHeight && r.push("autoheight"),
n && r.push("rtl"),
1 < t.slidesPerColumn && r.push("multirow"),
k.android && r.push("android"),
k.ios && r.push("ios"),
(g.isIE || g.isEdge) &&
(m.pointerEvents || m.prefixedPointerEvents) &&
r.push("wp8-" + t.direction),
r.forEach(function (n) {
e.push(t.containerModifierClass + n);
}),
i.addClass(e.join(" "));
},
removeClasses: function () {
var e = this.$el,
t = this.classNames;
e.removeClass(t.join(" "));
}
},
images: {
loadImage: function (e, n, i, r, a, o) {
var s;
function l() {
o && o();
}
e.complete && a
? l()
: n
? (((s = new t.Image()).onload = l),
(s.onerror = l),
r && (s.sizes = r),
i && (s.srcset = i),
n && (s.src = n))
: l();
},
preloadImages: function () {
var e = this;
function t() {
null != e &&
e &&
!e.destroyed &&
(void 0 !== e.imagesLoaded && (e.imagesLoaded += 1),
e.imagesLoaded === e.imagesToLoad.length &&
(e.params.updateOnImagesReady && e.update(),
e.emit("imagesReady")));
}
e.imagesToLoad = e.$el.find("img");
for (var n = 0; n < e.imagesToLoad.length; n += 1) {
var i = e.imagesToLoad[n];
e.loadImage(
i,
i.currentSrc || i.getAttribute("src"),
i.srcset || i.getAttribute("srcset"),
i.sizes || i.getAttribute("sizes"),
!0,
t
);
}
}
}
},
P = {},
O = (function (e) {
function t() {
for (var n, i, a, o = [], s = arguments.length; s--; )
o[s] = arguments[s];
1 === o.length &&
o[0].constructor &&
o[0].constructor === Object
? (a = o[0])
: ((i = (n = o)[0]), (a = n[1])),
a || (a = {}),
(a = v.extend({}, a)),
i && !a.el && (a.el = i),
e.call(this, a),
u()(L).forEach(function (e) {
u()(L[e]).forEach(function (n) {
t.prototype[n] || (t.prototype[n] = L[e][n]);
});
});
var l = this;
void 0 === l.modules && (l.modules = {}),
u()(l.modules).forEach(function (e) {
var t = l.modules[e];
if (t.params) {
var n = u()(t.params)[0],
i = t.params[n];
if (
"object" != (void 0 === i ? "undefined" : d()(i)) ||
null === i
)
return;
if (!(n in a && "enabled" in i)) return;
!0 === a[n] && (a[n] = { enabled: !0 }),
"object" != d()(a[n]) ||
"enabled" in a[n] ||
(a[n].enabled = !0),
a[n] || (a[n] = { enabled: !1 });
}
});
var c = v.extend({}, _);
l.useModulesParams(c),
(l.params = v.extend({}, c, P, a)),
(l.originalParams = v.extend({}, l.params)),
(l.passedParams = v.extend({}, a));
var p = (l.$ = r)(l.params.el);
if ((i = p[0])) {
if (1 < p.length) {
var f = [];
return (
p.each(function (e, n) {
var i = v.extend({}, a, { el: n });
f.push(new t(i));
}),
f
);
}
(i.swiper = l), p.data("swiper", l);
var h,
g,
y = p.children("." + l.params.wrapperClass);
return (
v.extend(l, {
$el: p,
el: i,
$wrapperEl: y,
wrapperEl: y[0],
classNames: [],
slides: r(),
slidesGrid: [],
snapGrid: [],
slidesSizesGrid: [],
isHorizontal: function () {
return "horizontal" === l.params.direction;
},
isVertical: function () {
return "vertical" === l.params.direction;
},
rtl:
"rtl" === i.dir.toLowerCase() ||
"rtl" === p.css("direction"),
rtlTranslate:
"horizontal" === l.params.direction &&
("rtl" === i.dir.toLowerCase() ||
"rtl" === p.css("direction")),
wrongRTL: "-webkit-box" === y.css("display"),
activeIndex: 0,
realIndex: 0,
isBeginning: !0,
isEnd: !1,
translate: 0,
previousTranslate: 0,
progress: 0,
velocity: 0,
animating: !1,
allowSlideNext: l.params.allowSlideNext,
allowSlidePrev: l.params.allowSlidePrev,
touchEvents:
((h = ["touchstart", "touchmove", "touchend"]),
(g = ["mousedown", "mousemove", "mouseup"]),
m.pointerEvents
? (g = ["pointerdown", "pointermove", "pointerup"])
: m.prefixedPointerEvents &&
(g = [
"MSPointerDown",
"MSPointerMove",
"MSPointerUp"
]),
(l.touchEventsTouch = {
start: h[0],
move: h[1],
end: h[2]
}),
(l.touchEventsDesktop = {
start: g[0],
move: g[1],
end: g[2]
}),
m.touch || !l.params.simulateTouch
? l.touchEventsTouch
: l.touchEventsDesktop),
touchEventsData: {
isTouched: void 0,
isMoved: void 0,
allowTouchCallbacks: void 0,
touchStartTime: void 0,
isScrolling: void 0,
currentTranslate: void 0,
startTranslate: void 0,
allowThresholdMove: void 0,
formElements:
"input, select, option, textarea, button, video",
lastClickTime: v.now(),
clickTimeout: void 0,
velocities: [],
allowMomentumBounce: void 0,
isTouchEvent: void 0,
startMoving: void 0
},
allowClick: !0,
allowTouchMove: l.params.allowTouchMove,
touches: {
startX: 0,
startY: 0,
currentX: 0,
currentY: 0,
diff: 0
},
imagesToLoad: [],
imagesLoaded: 0
}),
l.useModules(),
l.params.init && l.init(),
l
);
}
}
e && (t.__proto__ = e);
var n = {
extendedDefaults: { configurable: !0 },
defaults: { configurable: !0 },
Class: { configurable: !0 },
$: { configurable: !0 }
};
return (
(((t.prototype = i()(e && e.prototype)).constructor =
t).prototype.slidesPerViewDynamic = function () {
var e = this,
t = e.params,
n = e.slides,
i = e.slidesGrid,
r = e.size,
a = e.activeIndex,
o = 1;
if (t.centeredSlides) {
for (
var s, l = n[a].swiperSlideSize, u = a + 1;
u < n.length;
u += 1
)
n[u] &&
!s &&
((o += 1), r < (l += n[u].swiperSlideSize) && (s = !0));
for (var c = a - 1; 0 <= c; c -= 1)
n[c] &&
!s &&
((o += 1), r < (l += n[c].swiperSlideSize) && (s = !0));
} else
for (var d = a + 1; d < n.length; d += 1)
i[d] - i[a] < r && (o += 1);
return o;
}),
(t.prototype.update = function () {
var e = this;
if (e && !e.destroyed) {
var t = e.snapGrid,
n = e.params;
n.breakpoints && e.setBreakpoint(),
e.updateSize(),
e.updateSlides(),
e.updateProgress(),
e.updateSlidesClasses(),
e.params.freeMode
? (i(), e.params.autoHeight && e.updateAutoHeight())
: (("auto" === e.params.slidesPerView ||
1 < e.params.slidesPerView) &&
e.isEnd &&
!e.params.centeredSlides
? e.slideTo(e.slides.length - 1, 0, !1, !0)
: e.slideTo(e.activeIndex, 0, !1, !0)) || i(),
n.watchOverflow && t !== e.snapGrid && e.checkOverflow(),
e.emit("update");
}
function i() {
var t = e.rtlTranslate ? -1 * e.translate : e.translate,
n = Math.min(
Math.max(t, e.maxTranslate()),
e.minTranslate()
);
e.setTranslate(n),
e.updateActiveIndex(),
e.updateSlidesClasses();
}
}),
(t.prototype.changeDirection = function (e, t) {
void 0 === t && (t = !0);
var n = this,
i = n.params.direction;
return (
e || (e = "horizontal" === i ? "vertical" : "horizontal"),
e === i ||
("horizontal" !== e && "vertical" !== e) ||
("vertical" === i &&
(n.$el
.removeClass(
n.params.containerModifierClass +
"vertical wp8-vertical"
)
.addClass("" + n.params.containerModifierClass + e),
(g.isIE || g.isEdge) &&
(m.pointerEvents || m.prefixedPointerEvents) &&
n.$el.addClass(
n.params.containerModifierClass + "wp8-" + e
)),
"horizontal" === i &&
(n.$el
.removeClass(
n.params.containerModifierClass +
"horizontal wp8-horizontal"
)
.addClass("" + n.params.containerModifierClass + e),
(g.isIE || g.isEdge) &&
(m.pointerEvents || m.prefixedPointerEvents) &&
n.$el.addClass(
n.params.containerModifierClass + "wp8-" + e
)),
(n.params.direction = e),
n.slides.each(function (t, n) {
"vertical" === e
? (n.style.width = "")
: (n.style.height = "");
}),
n.emit("changeDirection"),
t && n.update()),
n
);
}),
(t.prototype.init = function () {
var e = this;
e.initialized ||
(e.emit("beforeInit"),
e.params.breakpoints && e.setBreakpoint(),
e.addClasses(),
e.params.loop && e.loopCreate(),
e.updateSize(),
e.updateSlides(),
e.params.watchOverflow && e.checkOverflow(),
e.params.grabCursor && e.setGrabCursor(),
e.params.preloadImages && e.preloadImages(),
e.params.loop
? e.slideTo(
e.params.initialSlide + e.loopedSlides,
0,
e.params.runCallbacksOnInit
)
: e.slideTo(
e.params.initialSlide,
0,
e.params.runCallbacksOnInit
),
e.attachEvents(),
(e.initialized = !0),
e.emit("init"));
}),
(t.prototype.destroy = function (e, t) {
void 0 === e && (e = !0), void 0 === t && (t = !0);
var n = this,
i = n.params,
r = n.$el,
a = n.$wrapperEl,
o = n.slides;
return (
void 0 === n.params ||
n.destroyed ||
(n.emit("beforeDestroy"),
(n.initialized = !1),
n.detachEvents(),
i.loop && n.loopDestroy(),
t &&
(n.removeClasses(),
r.removeAttr("style"),
a.removeAttr("style"),
o &&
o.length &&
o
.removeClass(
[
i.slideVisibleClass,
i.slideActiveClass,
i.slideNextClass,
i.slidePrevClass
].join(" ")
)
.removeAttr("style")
.removeAttr("data-swiper-slide-index")
.removeAttr("data-swiper-column")
.removeAttr("data-swiper-row")),
n.emit("destroy"),
u()(n.eventsListeners).forEach(function (e) {
n.off(e);
}),
!1 !== e &&
((n.$el[0].swiper = null),
n.$el.data("swiper", null),
v.deleteProps(n)),
(n.destroyed = !0)),
null
);
}),
(t.extendDefaults = function (e) {
v.extend(P, e);
}),
(n.extendedDefaults.get = function () {
return P;
}),
(n.defaults.get = function () {
return _;
}),
(n.Class.get = function () {
return e;
}),
(n.$.get = function () {
return r;
}),
a()(t, n),
t
);
})(y),
z = { name: "device", proto: { device: k }, static: { device: k } },
N = {
name: "support",
proto: { support: m },
static: { support: m }
},
D = {
name: "browser",
proto: { browser: g },
static: { browser: g }
},
A = {
name: "resize",
create: function () {
var e = this;
v.extend(e, {
resize: {
resizeHandler: function () {
e &&
!e.destroyed &&
e.initialized &&
(e.emit("beforeResize"), e.emit("resize"));
},
orientationChangeHandler: function () {
e &&
!e.destroyed &&
e.initialized &&
e.emit("orientationchange");
}
}
});
},
on: {
init: function () {
t.addEventListener("resize", this.resize.resizeHandler),
t.addEventListener(
"orientationchange",
this.resize.orientationChangeHandler
);
},
destroy: function () {
t.removeEventListener("resize", this.resize.resizeHandler),
t.removeEventListener(
"orientationchange",
this.resize.orientationChangeHandler
);
}
}
},
I = {
func: t.MutationObserver || t.WebkitMutationObserver,
attach: function (e, n) {
void 0 === n && (n = {});
var i = this,
r = new I.func(function (e) {
if (1 !== e.length) {
var n = function () {
i.emit("observerUpdate", e[0]);
};
t.requestAnimationFrame
? t.requestAnimationFrame(n)
: t.setTimeout(n, 0);
} else i.emit("observerUpdate", e[0]);
});
r.observe(e, {
attributes: void 0 === n.attributes || n.attributes,
childList: void 0 === n.childList || n.childList,
characterData: void 0 === n.characterData || n.characterData
}),
i.observer.observers.push(r);
},
init: function () {
var e = this;
if (m.observer && e.params.observer) {
if (e.params.observeParents)
for (var t = e.$el.parents(), n = 0; n < t.length; n += 1)
e.observer.attach(t[n]);
e.observer.attach(e.$el[0], {
childList: e.params.observeSlideChildren
}),
e.observer.attach(e.$wrapperEl[0], { attributes: !1 });
}
},
destroy: function () {
this.observer.observers.forEach(function (e) {
e.disconnect();
}),
(this.observer.observers = []);
}
},
$ = {
name: "observer",
params: {
observer: !1,
observeParents: !1,
observeSlideChildren: !1
},
create: function () {
v.extend(this, {
observer: {
init: I.init.bind(this),
attach: I.attach.bind(this),
destroy: I.destroy.bind(this),
observers: []
}
});
},
on: {
init: function () {
this.observer.init();
},
destroy: function () {
this.observer.destroy();
}
}
},
j = {
update: function (e) {
var t = this,
n = t.params,
i = n.slidesPerView,
r = n.slidesPerGroup,
a = n.centeredSlides,
o = t.params.virtual,
s = o.addSlidesBefore,
l = o.addSlidesAfter,
u = t.virtual,
c = u.from,
d = u.to,
p = u.slides,
f = u.slidesGrid,
h = u.renderSlide,
m = u.offset;
t.updateActiveIndex();
var g,
y,
b,
w = t.activeIndex || 0;
(g = t.rtlTranslate
? "right"
: t.isHorizontal()
? "left"
: "top"),
a
? ((y = Math.floor(i / 2) + r + s),
(b = Math.floor(i / 2) + r + l))
: ((y = i + (r - 1) + s), (b = r + l));
var x = Math.max((w || 0) - b, 0),
T = Math.min((w || 0) + y, p.length - 1),
E = (t.slidesGrid[x] || 0) - (t.slidesGrid[0] || 0);
function C() {
t.updateSlides(),
t.updateProgress(),
t.updateSlidesClasses(),
t.lazy && t.params.lazy.enabled && t.lazy.load();
}
if (
(v.extend(t.virtual, {
from: x,
to: T,
offset: E,
slidesGrid: t.slidesGrid
}),
c === x && d === T && !e)
)
return (
t.slidesGrid !== f && E !== m && t.slides.css(g, E + "px"),
void t.updateProgress()
);
if (t.params.virtual.renderExternal)
return (
t.params.virtual.renderExternal.call(t, {
offset: E,
from: x,
to: T,
slides: (function () {
for (var e = [], t = x; t <= T; t += 1) e.push(p[t]);
return e;
})()
}),
void C()
);
var S = [],
k = [];
if (e) t.$wrapperEl.find("." + t.params.slideClass).remove();
else
for (var M = c; M <= d; M += 1)
(M < x || T < M) &&
t.$wrapperEl
.find(
"." +
t.params.slideClass +
'[data-swiper-slide-index="' +
M +
'"]'
)
.remove();
for (var _ = 0; _ < p.length; _ += 1)
x <= _ &&
_ <= T &&
(void 0 === d || e
? k.push(_)
: (d < _ && k.push(_), _ < c && S.push(_)));
k.forEach(function (e) {
t.$wrapperEl.append(h(p[e], e));
}),
S.sort(function (e, t) {
return t - e;
}).forEach(function (e) {
t.$wrapperEl.prepend(h(p[e], e));
}),
t.$wrapperEl.children(".swiper-slide").css(g, E + "px"),
C();
},
renderSlide: function (e, t) {
var n = this,
i = n.params.virtual;
if (i.cache && n.virtual.cache[t]) return n.virtual.cache[t];
var a = i.renderSlide
? r(i.renderSlide.call(n, e, t))
: r(
'' +
e +
"
"
);
return (
a.attr("data-swiper-slide-index") ||
a.attr("data-swiper-slide-index", t),
i.cache && (n.virtual.cache[t] = a),
a
);
},
appendSlide: function (e) {
if (
"object" == (void 0 === e ? "undefined" : d()(e)) &&
"length" in e
)
for (var t = 0; t < e.length; t += 1)
e[t] && this.virtual.slides.push(e[t]);
else this.virtual.slides.push(e);
this.virtual.update(!0);
},
prependSlide: function (e) {
var t = this,
n = t.activeIndex,
i = n + 1,
r = 1;
if (Array.isArray(e)) {
for (var a = 0; a < e.length; a += 1)
e[a] && t.virtual.slides.unshift(e[a]);
(i = n + e.length), (r = e.length);
} else t.virtual.slides.unshift(e);
if (t.params.virtual.cache) {
var o = t.virtual.cache,
s = {};
u()(o).forEach(function (e) {
s[parseInt(e, 10) + r] = o[e];
}),
(t.virtual.cache = s);
}
t.virtual.update(!0), t.slideTo(i, 0);
},
removeSlide: function (e) {
var t = this;
if (null != e) {
var n = t.activeIndex;
if (Array.isArray(e))
for (var i = e.length - 1; 0 <= i; i -= 1)
t.virtual.slides.splice(e[i], 1),
t.params.virtual.cache && delete t.virtual.cache[e[i]],
e[i] < n && (n -= 1),
(n = Math.max(n, 0));
else
t.virtual.slides.splice(e, 1),
t.params.virtual.cache && delete t.virtual.cache[e],
e < n && (n -= 1),
(n = Math.max(n, 0));
t.virtual.update(!0), t.slideTo(n, 0);
}
},
removeAllSlides: function () {
var e = this;
(e.virtual.slides = []),
e.params.virtual.cache && (e.virtual.cache = {}),
e.virtual.update(!0),
e.slideTo(0, 0);
}
},
H = {
name: "virtual",
params: {
virtual: {
enabled: !1,
slides: [],
cache: !0,
renderSlide: null,
renderExternal: null,
addSlidesBefore: 0,
addSlidesAfter: 0
}
},
create: function () {
var e = this;
v.extend(e, {
virtual: {
update: j.update.bind(e),
appendSlide: j.appendSlide.bind(e),
prependSlide: j.prependSlide.bind(e),
removeSlide: j.removeSlide.bind(e),
removeAllSlides: j.removeAllSlides.bind(e),
renderSlide: j.renderSlide.bind(e),
slides: e.params.virtual.slides,
cache: {}
}
});
},
on: {
beforeInit: function () {
var e = this;
if (e.params.virtual.enabled) {
e.classNames.push(
e.params.containerModifierClass + "virtual"
);
var t = { watchSlidesProgress: !0 };
v.extend(e.params, t),
v.extend(e.originalParams, t),
e.params.initialSlide || e.virtual.update();
}
},
setTranslate: function () {
this.params.virtual.enabled && this.virtual.update();
}
}
},
B = {
handle: function (n) {
var i = this,
r = i.rtlTranslate,
a = n;
a.originalEvent && (a = a.originalEvent);
var o = a.keyCode || a.charCode;
if (
!i.allowSlideNext &&
((i.isHorizontal() && 39 === o) ||
(i.isVertical() && 40 === o))
)
return !1;
if (
!i.allowSlidePrev &&
((i.isHorizontal() && 37 === o) ||
(i.isVertical() && 38 === o))
)
return !1;
if (
!(
a.shiftKey ||
a.altKey ||
a.ctrlKey ||
a.metaKey ||
(e.activeElement &&
e.activeElement.nodeName &&
("input" === e.activeElement.nodeName.toLowerCase() ||
"textarea" === e.activeElement.nodeName.toLowerCase()))
)
) {
if (
i.params.keyboard.onlyInViewport &&
(37 === o || 39 === o || 38 === o || 40 === o)
) {
var s = !1;
if (
0 < i.$el.parents("." + i.params.slideClass).length &&
0 ===
i.$el.parents("." + i.params.slideActiveClass).length
)
return;
var l = t.innerWidth,
u = t.innerHeight,
c = i.$el.offset();
r && (c.left -= i.$el[0].scrollLeft);
for (
var d = [
[c.left, c.top],
[c.left + i.width, c.top],
[c.left, c.top + i.height],
[c.left + i.width, c.top + i.height]
],
p = 0;
p < d.length;
p += 1
) {
var f = d[p];
0 <= f[0] &&
f[0] <= l &&
0 <= f[1] &&
f[1] <= u &&
(s = !0);
}
if (!s) return;
}
i.isHorizontal()
? ((37 !== o && 39 !== o) ||
(a.preventDefault
? a.preventDefault()
: (a.returnValue = !1)),
((39 === o && !r) || (37 === o && r)) && i.slideNext(),
((37 === o && !r) || (39 === o && r)) && i.slidePrev())
: ((38 !== o && 40 !== o) ||
(a.preventDefault
? a.preventDefault()
: (a.returnValue = !1)),
40 === o && i.slideNext(),
38 === o && i.slidePrev()),
i.emit("keyPress", o);
}
},
enable: function () {
this.keyboard.enabled ||
(r(e).on("keydown", this.keyboard.handle),
(this.keyboard.enabled = !0));
},
disable: function () {
this.keyboard.enabled &&
(r(e).off("keydown", this.keyboard.handle),
(this.keyboard.enabled = !1));
}
},
F = {
name: "keyboard",
params: { keyboard: { enabled: !1, onlyInViewport: !0 } },
create: function () {
v.extend(this, {
keyboard: {
enabled: !1,
enable: B.enable.bind(this),
disable: B.disable.bind(this),
handle: B.handle.bind(this)
}
});
},
on: {
init: function () {
this.params.keyboard.enabled && this.keyboard.enable();
},
destroy: function () {
this.keyboard.enabled && this.keyboard.disable();
}
}
},
q = {
lastScrollTime: v.now(),
event:
-1 < t.navigator.userAgent.indexOf("firefox")
? "DOMMouseScroll"
: (function () {
var t = "onwheel",
n = t in e;
if (!n) {
var i = e.createElement("div");
i.setAttribute(t, "return;"),
(n = "function" == typeof i[t]);
}
return (
!n &&
e.implementation &&
e.implementation.hasFeature &&
!0 !== e.implementation.hasFeature("", "") &&
(n = e.implementation.hasFeature(
"Events.wheel",
"3.0"
)),
n
);
})()
? "wheel"
: "mousewheel",
normalize: function (e) {
var t = 0,
n = 0,
i = 0,
r = 0;
return (
"detail" in e && (n = e.detail),
"wheelDelta" in e && (n = -e.wheelDelta / 120),
"wheelDeltaY" in e && (n = -e.wheelDeltaY / 120),
"wheelDeltaX" in e && (t = -e.wheelDeltaX / 120),
"axis" in e &&
e.axis === e.HORIZONTAL_AXIS &&
((t = n), (n = 0)),
(i = 10 * t),
(r = 10 * n),
"deltaY" in e && (r = e.deltaY),
"deltaX" in e && (i = e.deltaX),
(i || r) &&
e.deltaMode &&
(1 === e.deltaMode
? ((i *= 40), (r *= 40))
: ((i *= 800), (r *= 800))),
i && !t && (t = i < 1 ? -1 : 1),
r && !n && (n = r < 1 ? -1 : 1),
{ spinX: t, spinY: n, pixelX: i, pixelY: r }
);
},
handleMouseEnter: function () {
this.mouseEntered = !0;
},
handleMouseLeave: function () {
this.mouseEntered = !1;
},
handle: function (e) {
var n = e,
i = this,
r = i.params.mousewheel;
if (!i.mouseEntered && !r.releaseOnEdges) return !0;
n.originalEvent && (n = n.originalEvent);
var a = 0,
o = i.rtlTranslate ? -1 : 1,
s = q.normalize(n);
if (r.forceToAxis)
if (i.isHorizontal()) {
if (!(Math.abs(s.pixelX) > Math.abs(s.pixelY))) return !0;
a = s.pixelX * o;
} else {
if (!(Math.abs(s.pixelY) > Math.abs(s.pixelX))) return !0;
a = s.pixelY;
}
else
a =
Math.abs(s.pixelX) > Math.abs(s.pixelY)
? -s.pixelX * o
: -s.pixelY;
if (0 === a) return !0;
if ((r.invert && (a = -a), i.params.freeMode)) {
i.params.loop && i.loopFix();
var l = i.getTranslate() + a * r.sensitivity,
u = i.isBeginning,
c = i.isEnd;
if (
(l >= i.minTranslate() && (l = i.minTranslate()),
l <= i.maxTranslate() && (l = i.maxTranslate()),
i.setTransition(0),
i.setTranslate(l),
i.updateProgress(),
i.updateActiveIndex(),
i.updateSlidesClasses(),
((!u && i.isBeginning) || (!c && i.isEnd)) &&
i.updateSlidesClasses(),
i.params.freeModeSticky &&
(clearTimeout(i.mousewheel.timeout),
(i.mousewheel.timeout = v.nextTick(function () {
i.slideToClosest();
}, 300))),
i.emit("scroll", n),
i.params.autoplay &&
i.params.autoplayDisableOnInteraction &&
i.autoplay.stop(),
l === i.minTranslate() || l === i.maxTranslate())
)
return !0;
} else {
if (60 < v.now() - i.mousewheel.lastScrollTime)
if (a < 0)
if ((i.isEnd && !i.params.loop) || i.animating) {
if (r.releaseOnEdges) return !0;
} else i.slideNext(), i.emit("scroll", n);
else if ((i.isBeginning && !i.params.loop) || i.animating) {
if (r.releaseOnEdges) return !0;
} else i.slidePrev(), i.emit("scroll", n);
i.mousewheel.lastScrollTime = new t.Date().getTime();
}
return (
n.preventDefault ? n.preventDefault() : (n.returnValue = !1),
!1
);
},
enable: function () {
var e = this;
if (!q.event) return !1;
if (e.mousewheel.enabled) return !1;
var t = e.$el;
return (
"container" !== e.params.mousewheel.eventsTarged &&
(t = r(e.params.mousewheel.eventsTarged)),
t.on("mouseenter", e.mousewheel.handleMouseEnter),
t.on("mouseleave", e.mousewheel.handleMouseLeave),
t.on(q.event, e.mousewheel.handle),
(e.mousewheel.enabled = !0)
);
},
disable: function () {
var e = this;
if (!q.event) return !1;
if (!e.mousewheel.enabled) return !1;
var t = e.$el;
return (
"container" !== e.params.mousewheel.eventsTarged &&
(t = r(e.params.mousewheel.eventsTarged)),
t.off(q.event, e.mousewheel.handle),
!(e.mousewheel.enabled = !1)
);
}
},
R = {
update: function () {
var e = this,
t = e.params.navigation;
if (!e.params.loop) {
var n = e.navigation,
i = n.$nextEl,
r = n.$prevEl;
r &&
0 < r.length &&
(e.isBeginning
? r.addClass(t.disabledClass)
: r.removeClass(t.disabledClass),
r[
e.params.watchOverflow && e.isLocked
? "addClass"
: "removeClass"
](t.lockClass)),
i &&
0 < i.length &&
(e.isEnd
? i.addClass(t.disabledClass)
: i.removeClass(t.disabledClass),
i[
e.params.watchOverflow && e.isLocked
? "addClass"
: "removeClass"
](t.lockClass));
}
},
onPrevClick: function (e) {
e.preventDefault(),
(this.isBeginning && !this.params.loop) || this.slidePrev();
},
onNextClick: function (e) {
e.preventDefault(),
(this.isEnd && !this.params.loop) || this.slideNext();
},
init: function () {
var e,
t,
n = this,
i = n.params.navigation;
(i.nextEl || i.prevEl) &&
(i.nextEl &&
((e = r(i.nextEl)),
n.params.uniqueNavElements &&
"string" == typeof i.nextEl &&
1 < e.length &&
1 === n.$el.find(i.nextEl).length &&
(e = n.$el.find(i.nextEl))),
i.prevEl &&
((t = r(i.prevEl)),
n.params.uniqueNavElements &&
"string" == typeof i.prevEl &&
1 < t.length &&
1 === n.$el.find(i.prevEl).length &&
(t = n.$el.find(i.prevEl))),
e && 0 < e.length && e.on("click", n.navigation.onNextClick),
t && 0 < t.length && t.on("click", n.navigation.onPrevClick),
v.extend(n.navigation, {
$nextEl: e,
nextEl: e && e[0],
$prevEl: t,
prevEl: t && t[0]
}));
},
destroy: function () {
var e = this,
t = e.navigation,
n = t.$nextEl,
i = t.$prevEl;
n &&
n.length &&
(n.off("click", e.navigation.onNextClick),
n.removeClass(e.params.navigation.disabledClass)),
i &&
i.length &&
(i.off("click", e.navigation.onPrevClick),
i.removeClass(e.params.navigation.disabledClass));
}
},
X = {
update: function () {
var e = this,
t = e.rtl,
n = e.params.pagination;
if (
n.el &&
e.pagination.el &&
e.pagination.$el &&
0 !== e.pagination.$el.length
) {
var i,
a =
e.virtual && e.params.virtual.enabled
? e.virtual.slides.length
: e.slides.length,
o = e.pagination.$el,
s = e.params.loop
? Math.ceil(
(a - 2 * e.loopedSlides) / e.params.slidesPerGroup
)
: e.snapGrid.length;
if (
(e.params.loop
? ((i = Math.ceil(
(e.activeIndex - e.loopedSlides) /
e.params.slidesPerGroup
)) >
a - 1 - 2 * e.loopedSlides &&
(i -= a - 2 * e.loopedSlides),
s - 1 < i && (i -= s),
i < 0 &&
"bullets" !== e.params.paginationType &&
(i = s + i))
: (i =
void 0 !== e.snapIndex
? e.snapIndex
: e.activeIndex || 0),
"bullets" === n.type &&
e.pagination.bullets &&
0 < e.pagination.bullets.length)
) {
var l,
u,
c,
d = e.pagination.bullets;
if (
(n.dynamicBullets &&
((e.pagination.bulletSize = d
.eq(0)
[e.isHorizontal() ? "outerWidth" : "outerHeight"](
!0
)),
o.css(
e.isHorizontal() ? "width" : "height",
e.pagination.bulletSize * (n.dynamicMainBullets + 4) +
"px"
),
1 < n.dynamicMainBullets &&
void 0 !== e.previousIndex &&
((e.pagination.dynamicBulletIndex +=
i - e.previousIndex),
e.pagination.dynamicBulletIndex >
n.dynamicMainBullets - 1
? (e.pagination.dynamicBulletIndex =
n.dynamicMainBullets - 1)
: e.pagination.dynamicBulletIndex < 0 &&
(e.pagination.dynamicBulletIndex = 0)),
(l = i - e.pagination.dynamicBulletIndex),
(c =
((u =
l +
(Math.min(d.length, n.dynamicMainBullets) - 1)) +
l) /
2)),
d.removeClass(
n.bulletActiveClass +
" " +
n.bulletActiveClass +
"-next " +
n.bulletActiveClass +
"-next-next " +
n.bulletActiveClass +
"-prev " +
n.bulletActiveClass +
"-prev-prev " +
n.bulletActiveClass +
"-main"
),
1 < o.length)
)
d.each(function (e, t) {
var a = r(t),
o = a.index();
o === i && a.addClass(n.bulletActiveClass),
n.dynamicBullets &&
(l <= o &&
o <= u &&
a.addClass(n.bulletActiveClass + "-main"),
o === l &&
a
.prev()
.addClass(n.bulletActiveClass + "-prev")
.prev()
.addClass(n.bulletActiveClass + "-prev-prev"),
o === u &&
a
.next()
.addClass(n.bulletActiveClass + "-next")
.next()
.addClass(n.bulletActiveClass + "-next-next"));
});
else if (
(d.eq(i).addClass(n.bulletActiveClass), n.dynamicBullets)
) {
for (var p = d.eq(l), f = d.eq(u), h = l; h <= u; h += 1)
d.eq(h).addClass(n.bulletActiveClass + "-main");
p
.prev()
.addClass(n.bulletActiveClass + "-prev")
.prev()
.addClass(n.bulletActiveClass + "-prev-prev"),
f
.next()
.addClass(n.bulletActiveClass + "-next")
.next()
.addClass(n.bulletActiveClass + "-next-next");
}
if (n.dynamicBullets) {
var v = Math.min(d.length, n.dynamicMainBullets + 4),
m =
(e.pagination.bulletSize * v -
e.pagination.bulletSize) /
2 -
c * e.pagination.bulletSize,
g = t ? "right" : "left";
d.css(e.isHorizontal() ? g : "top", m + "px");
}
}
if (
("fraction" === n.type &&
(o
.find("." + n.currentClass)
.text(n.formatFractionCurrent(i + 1)),
o
.find("." + n.totalClass)
.text(n.formatFractionTotal(s))),
"progressbar" === n.type)
) {
var y;
y = n.progressbarOpposite
? e.isHorizontal()
? "vertical"
: "horizontal"
: e.isHorizontal()
? "horizontal"
: "vertical";
var b = (i + 1) / s,
w = 1,
x = 1;
"horizontal" === y ? (w = b) : (x = b),
o
.find("." + n.progressbarFillClass)
.transform(
"translate3d(0,0,0) scaleX(" +
w +
") scaleY(" +
x +
")"
)
.transition(e.params.speed);
}
"custom" === n.type && n.renderCustom
? (o.html(n.renderCustom(e, i + 1, s)),
e.emit("paginationRender", e, o[0]))
: e.emit("paginationUpdate", e, o[0]),
o[
e.params.watchOverflow && e.isLocked
? "addClass"
: "removeClass"
](n.lockClass);
}
},
render: function () {
var e = this,
t = e.params.pagination;
if (
t.el &&
e.pagination.el &&
e.pagination.$el &&
0 !== e.pagination.$el.length
) {
var n =
e.virtual && e.params.virtual.enabled
? e.virtual.slides.length
: e.slides.length,
i = e.pagination.$el,
r = "";
if ("bullets" === t.type) {
for (
var a = e.params.loop
? Math.ceil(
(n - 2 * e.loopedSlides) / e.params.slidesPerGroup
)
: e.snapGrid.length,
o = 0;
o < a;
o += 1
)
t.renderBullet
? (r += t.renderBullet.call(e, o, t.bulletClass))
: (r +=
"<" +
t.bulletElement +
' class="' +
t.bulletClass +
'">' +
t.bulletElement +
">");
i.html(r),
(e.pagination.bullets = i.find("." + t.bulletClass));
}
"fraction" === t.type &&
((r = t.renderFraction
? t.renderFraction.call(e, t.currentClass, t.totalClass)
: ' / '),
i.html(r)),
"progressbar" === t.type &&
((r = t.renderProgressbar
? t.renderProgressbar.call(e, t.progressbarFillClass)
: ''),
i.html(r)),
"custom" !== t.type &&
e.emit("paginationRender", e.pagination.$el[0]);
}
},
init: function () {
var e = this,
t = e.params.pagination;
if (t.el) {
var n = r(t.el);
0 !== n.length &&
(e.params.uniqueNavElements &&
"string" == typeof t.el &&
1 < n.length &&
1 === e.$el.find(t.el).length &&
(n = e.$el.find(t.el)),
"bullets" === t.type &&
t.clickable &&
n.addClass(t.clickableClass),
n.addClass(t.modifierClass + t.type),
"bullets" === t.type &&
t.dynamicBullets &&
(n.addClass("" + t.modifierClass + t.type + "-dynamic"),
(e.pagination.dynamicBulletIndex = 0),
t.dynamicMainBullets < 1 && (t.dynamicMainBullets = 1)),
"progressbar" === t.type &&
t.progressbarOpposite &&
n.addClass(t.progressbarOppositeClass),
t.clickable &&
n.on("click", "." + t.bulletClass, function (t) {
t.preventDefault();
var n = r(this).index() * e.params.slidesPerGroup;
e.params.loop && (n += e.loopedSlides), e.slideTo(n);
}),
v.extend(e.pagination, { $el: n, el: n[0] }));
}
},
destroy: function () {
var e = this,
t = e.params.pagination;
if (
t.el &&
e.pagination.el &&
e.pagination.$el &&
0 !== e.pagination.$el.length
) {
var n = e.pagination.$el;
n.removeClass(t.hiddenClass),
n.removeClass(t.modifierClass + t.type),
e.pagination.bullets &&
e.pagination.bullets.removeClass(t.bulletActiveClass),
t.clickable && n.off("click", "." + t.bulletClass);
}
}
},
W = {
setTranslate: function () {
var e = this;
if (e.params.scrollbar.el && e.scrollbar.el) {
var t = e.scrollbar,
n = e.rtlTranslate,
i = e.progress,
r = t.dragSize,
a = t.trackSize,
o = t.$dragEl,
s = t.$el,
l = e.params.scrollbar,
u = r,
c = (a - r) * i;
n
? 0 < (c = -c)
? ((u = r - c), (c = 0))
: a < -c + r && (u = a + c)
: c < 0
? ((u = r + c), (c = 0))
: a < c + r && (u = a - c),
e.isHorizontal()
? (m.transforms3d
? o.transform("translate3d(" + c + "px, 0, 0)")
: o.transform("translateX(" + c + "px)"),
(o[0].style.width = u + "px"))
: (m.transforms3d
? o.transform("translate3d(0px, " + c + "px, 0)")
: o.transform("translateY(" + c + "px)"),
(o[0].style.height = u + "px")),
l.hide &&
(clearTimeout(e.scrollbar.timeout),
(s[0].style.opacity = 1),
(e.scrollbar.timeout = setTimeout(function () {
(s[0].style.opacity = 0), s.transition(400);
}, 1e3)));
}
},
setTransition: function (e) {
this.params.scrollbar.el &&
this.scrollbar.el &&
this.scrollbar.$dragEl.transition(e);
},
updateSize: function () {
var e = this;
if (e.params.scrollbar.el && e.scrollbar.el) {
var t = e.scrollbar,
n = t.$dragEl,
i = t.$el;
(n[0].style.width = ""), (n[0].style.height = "");
var r,
a = e.isHorizontal() ? i[0].offsetWidth : i[0].offsetHeight,
o = e.size / e.virtualSize,
s = o * (a / e.size);
(r =
"auto" === e.params.scrollbar.dragSize
? a * o
: parseInt(e.params.scrollbar.dragSize, 10)),
e.isHorizontal()
? (n[0].style.width = r + "px")
: (n[0].style.height = r + "px"),
(i[0].style.display = 1 <= o ? "none" : ""),
e.params.scrollbar.hide && (i[0].style.opacity = 0),
v.extend(t, {
trackSize: a,
divider: o,
moveDivider: s,
dragSize: r
}),
t.$el[
e.params.watchOverflow && e.isLocked
? "addClass"
: "removeClass"
](e.params.scrollbar.lockClass);
}
},
setDragPosition: function (e) {
var t,
n = this,
i = n.scrollbar,
r = n.rtlTranslate,
a = i.$el,
o = i.dragSize,
s = i.trackSize;
(t =
((n.isHorizontal()
? "touchstart" === e.type || "touchmove" === e.type
? e.targetTouches[0].pageX
: e.pageX || e.clientX
: "touchstart" === e.type || "touchmove" === e.type
? e.targetTouches[0].pageY
: e.pageY || e.clientY) -
a.offset()[n.isHorizontal() ? "left" : "top"] -
o / 2) /
(s - o)),
(t = Math.max(Math.min(t, 1), 0)),
r && (t = 1 - t);
var l =
n.minTranslate() + (n.maxTranslate() - n.minTranslate()) * t;
n.updateProgress(l),
n.setTranslate(l),
n.updateActiveIndex(),
n.updateSlidesClasses();
},
onDragStart: function (e) {
var t = this,
n = t.params.scrollbar,
i = t.scrollbar,
r = t.$wrapperEl,
a = i.$el,
o = i.$dragEl;
(t.scrollbar.isTouched = !0),
e.preventDefault(),
e.stopPropagation(),
r.transition(100),
o.transition(100),
i.setDragPosition(e),
clearTimeout(t.scrollbar.dragTimeout),
a.transition(0),
n.hide && a.css("opacity", 1),
t.emit("scrollbarDragStart", e);
},
onDragMove: function (e) {
var t = this.scrollbar,
n = this.$wrapperEl,
i = t.$el,
r = t.$dragEl;
this.scrollbar.isTouched &&
(e.preventDefault ? e.preventDefault() : (e.returnValue = !1),
t.setDragPosition(e),
n.transition(0),
i.transition(0),
r.transition(0),
this.emit("scrollbarDragMove", e));
},
onDragEnd: function (e) {
var t = this,
n = t.params.scrollbar,
i = t.scrollbar.$el;
t.scrollbar.isTouched &&
((t.scrollbar.isTouched = !1),
n.hide &&
(clearTimeout(t.scrollbar.dragTimeout),
(t.scrollbar.dragTimeout = v.nextTick(function () {
i.css("opacity", 0), i.transition(400);
}, 1e3))),
t.emit("scrollbarDragEnd", e),
n.snapOnRelease && t.slideToClosest());
},
enableDraggable: function () {
var t = this;
if (t.params.scrollbar.el) {
var n = t.scrollbar,
i = t.touchEventsTouch,
r = t.touchEventsDesktop,
a = t.params,
o = n.$el[0],
s = !(!m.passiveListener || !a.passiveListeners) && {
passive: !1,
capture: !1
},
l = !(!m.passiveListener || !a.passiveListeners) && {
passive: !0,
capture: !1
};
m.touch
? (o.addEventListener(i.start, t.scrollbar.onDragStart, s),
o.addEventListener(i.move, t.scrollbar.onDragMove, s),
o.addEventListener(i.end, t.scrollbar.onDragEnd, l))
: (o.addEventListener(r.start, t.scrollbar.onDragStart, s),
e.addEventListener(r.move, t.scrollbar.onDragMove, s),
e.addEventListener(r.end, t.scrollbar.onDragEnd, l));
}
},
disableDraggable: function () {
var t = this;
if (t.params.scrollbar.el) {
var n = t.scrollbar,
i = t.touchEventsTouch,
r = t.touchEventsDesktop,
a = t.params,
o = n.$el[0],
s = !(!m.passiveListener || !a.passiveListeners) && {
passive: !1,
capture: !1
},
l = !(!m.passiveListener || !a.passiveListeners) && {
passive: !0,
capture: !1
};
m.touch
? (o.removeEventListener(
i.start,
t.scrollbar.onDragStart,
s
),
o.removeEventListener(i.move, t.scrollbar.onDragMove, s),
o.removeEventListener(i.end, t.scrollbar.onDragEnd, l))
: (o.removeEventListener(
r.start,
t.scrollbar.onDragStart,
s
),
e.removeEventListener(r.move, t.scrollbar.onDragMove, s),
e.removeEventListener(r.end, t.scrollbar.onDragEnd, l));
}
},
init: function () {
var e = this;
if (e.params.scrollbar.el) {
var t = e.scrollbar,
n = e.$el,
i = e.params.scrollbar,
a = r(i.el);
e.params.uniqueNavElements &&
"string" == typeof i.el &&
1 < a.length &&
1 === n.find(i.el).length &&
(a = n.find(i.el));
var o = a.find("." + e.params.scrollbar.dragClass);
0 === o.length &&
((o = r(
''
)),
a.append(o)),
v.extend(t, { $el: a, el: a[0], $dragEl: o, dragEl: o[0] }),
i.draggable && t.enableDraggable();
}
},
destroy: function () {
this.scrollbar.disableDraggable();
}
},
G = {
setTransform: function (e, t) {
var n = this.rtl,
i = r(e),
a = n ? -1 : 1,
o = i.attr("data-swiper-parallax") || "0",
s = i.attr("data-swiper-parallax-x"),
l = i.attr("data-swiper-parallax-y"),
u = i.attr("data-swiper-parallax-scale"),
c = i.attr("data-swiper-parallax-opacity");
if (
(s || l
? ((s = s || "0"), (l = l || "0"))
: this.isHorizontal()
? ((s = o), (l = "0"))
: ((l = o), (s = "0")),
(s =
0 <= s.indexOf("%")
? parseInt(s, 10) * t * a + "%"
: s * t * a + "px"),
(l =
0 <= l.indexOf("%")
? parseInt(l, 10) * t + "%"
: l * t + "px"),
null != c)
) {
var d = c - (c - 1) * (1 - Math.abs(t));
i[0].style.opacity = d;
}
if (null == u)
i.transform("translate3d(" + s + ", " + l + ", 0px)");
else {
var p = u - (u - 1) * (1 - Math.abs(t));
i.transform(
"translate3d(" + s + ", " + l + ", 0px) scale(" + p + ")"
);
}
},
setTranslate: function () {
var e = this,
t = e.$el,
n = e.slides,
i = e.progress,
a = e.snapGrid;
t
.children(
"[data-swiper-parallax], [data-swiper-parallax-x], [data-swiper-parallax-y]"
)
.each(function (t, n) {
e.parallax.setTransform(n, i);
}),
n.each(function (t, n) {
var o = n.progress;
1 < e.params.slidesPerGroup &&
"auto" !== e.params.slidesPerView &&
(o += Math.ceil(t / 2) - i * (a.length - 1)),
(o = Math.min(Math.max(o, -1), 1)),
r(n)
.find(
"[data-swiper-parallax], [data-swiper-parallax-x], [data-swiper-parallax-y]"
)
.each(function (t, n) {
e.parallax.setTransform(n, o);
});
});
},
setTransition: function (e) {
void 0 === e && (e = this.params.speed),
this.$el
.find(
"[data-swiper-parallax], [data-swiper-parallax-x], [data-swiper-parallax-y]"
)
.each(function (t, n) {
var i = r(n),
a =
parseInt(
i.attr("data-swiper-parallax-duration"),
10
) || e;
0 === e && (a = 0), i.transition(a);
});
}
},
V = {
getDistanceBetweenTouches: function (e) {
if (e.targetTouches.length < 2) return 1;
var t = e.targetTouches[0].pageX,
n = e.targetTouches[0].pageY,
i = e.targetTouches[1].pageX,
r = e.targetTouches[1].pageY;
return Math.sqrt(Math.pow(i - t, 2) + Math.pow(r - n, 2));
},
onGestureStart: function (e) {
var t = this,
n = t.params.zoom,
i = t.zoom,
a = i.gesture;
if (
((i.fakeGestureTouched = !1),
(i.fakeGestureMoved = !1),
!m.gestures)
) {
if (
"touchstart" !== e.type ||
("touchstart" === e.type && e.targetTouches.length < 2)
)
return;
(i.fakeGestureTouched = !0),
(a.scaleStart = V.getDistanceBetweenTouches(e));
}
(a.$slideEl && a.$slideEl.length) ||
((a.$slideEl = r(e.target).closest(".swiper-slide")),
0 === a.$slideEl.length &&
(a.$slideEl = t.slides.eq(t.activeIndex)),
(a.$imageEl = a.$slideEl.find("img, svg, canvas")),
(a.$imageWrapEl = a.$imageEl.parent("." + n.containerClass)),
(a.maxRatio =
a.$imageWrapEl.attr("data-swiper-zoom") || n.maxRatio),
0 !== a.$imageWrapEl.length)
? (a.$imageEl.transition(0), (t.zoom.isScaling = !0))
: (a.$imageEl = void 0);
},
onGestureChange: function (e) {
var t = this.params.zoom,
n = this.zoom,
i = n.gesture;
if (!m.gestures) {
if (
"touchmove" !== e.type ||
("touchmove" === e.type && e.targetTouches.length < 2)
)
return;
(n.fakeGestureMoved = !0),
(i.scaleMove = V.getDistanceBetweenTouches(e));
}
i.$imageEl &&
0 !== i.$imageEl.length &&
((n.scale = m.gestures
? e.scale * n.currentScale
: (i.scaleMove / i.scaleStart) * n.currentScale),
n.scale > i.maxRatio &&
(n.scale =
i.maxRatio - 1 + Math.pow(n.scale - i.maxRatio + 1, 0.5)),
n.scale < t.minRatio &&
(n.scale =
t.minRatio + 1 - Math.pow(t.minRatio - n.scale + 1, 0.5)),
i.$imageEl.transform(
"translate3d(0,0,0) scale(" + n.scale + ")"
));
},
onGestureEnd: function (e) {
var t = this.params.zoom,
n = this.zoom,
i = n.gesture;
if (!m.gestures) {
if (!n.fakeGestureTouched || !n.fakeGestureMoved) return;
if (
"touchend" !== e.type ||
("touchend" === e.type &&
e.changedTouches.length < 2 &&
!k.android)
)
return;
(n.fakeGestureTouched = !1), (n.fakeGestureMoved = !1);
}
i.$imageEl &&
0 !== i.$imageEl.length &&
((n.scale = Math.max(
Math.min(n.scale, i.maxRatio),
t.minRatio
)),
i.$imageEl
.transition(this.params.speed)
.transform("translate3d(0,0,0) scale(" + n.scale + ")"),
(n.currentScale = n.scale),
(n.isScaling = !1),
1 === n.scale && (i.$slideEl = void 0));
},
onTouchStart: function (e) {
var t = this.zoom,
n = t.gesture,
i = t.image;
n.$imageEl &&
0 !== n.$imageEl.length &&
(i.isTouched ||
(k.android && e.preventDefault(),
(i.isTouched = !0),
(i.touchesStart.x =
"touchstart" === e.type
? e.targetTouches[0].pageX
: e.pageX),
(i.touchesStart.y =
"touchstart" === e.type
? e.targetTouches[0].pageY
: e.pageY)));
},
onTouchMove: function (e) {
var t = this,
n = t.zoom,
i = n.gesture,
r = n.image,
a = n.velocity;
if (
i.$imageEl &&
0 !== i.$imageEl.length &&
((t.allowClick = !1), r.isTouched && i.$slideEl)
) {
r.isMoved ||
((r.width = i.$imageEl[0].offsetWidth),
(r.height = i.$imageEl[0].offsetHeight),
(r.startX = v.getTranslate(i.$imageWrapEl[0], "x") || 0),
(r.startY = v.getTranslate(i.$imageWrapEl[0], "y") || 0),
(i.slideWidth = i.$slideEl[0].offsetWidth),
(i.slideHeight = i.$slideEl[0].offsetHeight),
i.$imageWrapEl.transition(0),
t.rtl && ((r.startX = -r.startX), (r.startY = -r.startY)));
var o = r.width * n.scale,
s = r.height * n.scale;
if (!(o < i.slideWidth && s < i.slideHeight)) {
if (
((r.minX = Math.min(i.slideWidth / 2 - o / 2, 0)),
(r.maxX = -r.minX),
(r.minY = Math.min(i.slideHeight / 2 - s / 2, 0)),
(r.maxY = -r.minY),
(r.touchesCurrent.x =
"touchmove" === e.type
? e.targetTouches[0].pageX
: e.pageX),
(r.touchesCurrent.y =
"touchmove" === e.type
? e.targetTouches[0].pageY
: e.pageY),
!r.isMoved && !n.isScaling)
) {
if (
t.isHorizontal() &&
((Math.floor(r.minX) === Math.floor(r.startX) &&
r.touchesCurrent.x < r.touchesStart.x) ||
(Math.floor(r.maxX) === Math.floor(r.startX) &&
r.touchesCurrent.x > r.touchesStart.x))
)
return void (r.isTouched = !1);
if (
!t.isHorizontal() &&
((Math.floor(r.minY) === Math.floor(r.startY) &&
r.touchesCurrent.y < r.touchesStart.y) ||
(Math.floor(r.maxY) === Math.floor(r.startY) &&
r.touchesCurrent.y > r.touchesStart.y))
)
return void (r.isTouched = !1);
}
e.preventDefault(),
e.stopPropagation(),
(r.isMoved = !0),
(r.currentX =
r.touchesCurrent.x - r.touchesStart.x + r.startX),
(r.currentY =
r.touchesCurrent.y - r.touchesStart.y + r.startY),
r.currentX < r.minX &&
(r.currentX =
r.minX + 1 - Math.pow(r.minX - r.currentX + 1, 0.8)),
r.currentX > r.maxX &&
(r.currentX =
r.maxX - 1 + Math.pow(r.currentX - r.maxX + 1, 0.8)),
r.currentY < r.minY &&
(r.currentY =
r.minY + 1 - Math.pow(r.minY - r.currentY + 1, 0.8)),
r.currentY > r.maxY &&
(r.currentY =
r.maxY - 1 + Math.pow(r.currentY - r.maxY + 1, 0.8)),
a.prevPositionX || (a.prevPositionX = r.touchesCurrent.x),
a.prevPositionY || (a.prevPositionY = r.touchesCurrent.y),
a.prevTime || (a.prevTime = Date.now()),
(a.x =
(r.touchesCurrent.x - a.prevPositionX) /
(Date.now() - a.prevTime) /
2),
(a.y =
(r.touchesCurrent.y - a.prevPositionY) /
(Date.now() - a.prevTime) /
2),
Math.abs(r.touchesCurrent.x - a.prevPositionX) < 2 &&
(a.x = 0),
Math.abs(r.touchesCurrent.y - a.prevPositionY) < 2 &&
(a.y = 0),
(a.prevPositionX = r.touchesCurrent.x),
(a.prevPositionY = r.touchesCurrent.y),
(a.prevTime = Date.now()),
i.$imageWrapEl.transform(
"translate3d(" +
r.currentX +
"px, " +
r.currentY +
"px,0)"
);
}
}
},
onTouchEnd: function () {
var e = this.zoom,
t = e.gesture,
n = e.image,
i = e.velocity;
if (t.$imageEl && 0 !== t.$imageEl.length) {
if (!n.isTouched || !n.isMoved)
return (n.isTouched = !1), void (n.isMoved = !1);
(n.isTouched = !1), (n.isMoved = !1);
var r = 300,
a = 300,
o = i.x * r,
s = n.currentX + o,
l = i.y * a,
u = n.currentY + l;
0 !== i.x && (r = Math.abs((s - n.currentX) / i.x)),
0 !== i.y && (a = Math.abs((u - n.currentY) / i.y));
var c = Math.max(r, a);
(n.currentX = s), (n.currentY = u);
var d = n.width * e.scale,
p = n.height * e.scale;
(n.minX = Math.min(t.slideWidth / 2 - d / 2, 0)),
(n.maxX = -n.minX),
(n.minY = Math.min(t.slideHeight / 2 - p / 2, 0)),
(n.maxY = -n.minY),
(n.currentX = Math.max(
Math.min(n.currentX, n.maxX),
n.minX
)),
(n.currentY = Math.max(
Math.min(n.currentY, n.maxY),
n.minY
)),
t.$imageWrapEl
.transition(c)
.transform(
"translate3d(" +
n.currentX +
"px, " +
n.currentY +
"px,0)"
);
}
},
onTransitionEnd: function () {
var e = this.zoom,
t = e.gesture;
t.$slideEl &&
this.previousIndex !== this.activeIndex &&
(t.$imageEl.transform("translate3d(0,0,0) scale(1)"),
t.$imageWrapEl.transform("translate3d(0,0,0)"),
(e.scale = 1),
(e.currentScale = 1),
(t.$slideEl = void 0),
(t.$imageEl = void 0),
(t.$imageWrapEl = void 0));
},
toggle: function (e) {
var t = this.zoom;
t.scale && 1 !== t.scale ? t.out() : t.in(e);
},
in: function (e) {
var t,
n,
i,
a,
o,
s,
l,
u,
c,
d,
p,
f,
h,
v,
m,
g,
y = this,
b = y.zoom,
w = y.params.zoom,
x = b.gesture,
T = b.image;
x.$slideEl ||
((x.$slideEl = y.clickedSlide
? r(y.clickedSlide)
: y.slides.eq(y.activeIndex)),
(x.$imageEl = x.$slideEl.find("img, svg, canvas")),
(x.$imageWrapEl = x.$imageEl.parent("." + w.containerClass))),
x.$imageEl &&
0 !== x.$imageEl.length &&
(x.$slideEl.addClass("" + w.zoomedSlideClass),
void 0 === T.touchesStart.x && e
? ((t =
"touchend" === e.type
? e.changedTouches[0].pageX
: e.pageX),
(n =
"touchend" === e.type
? e.changedTouches[0].pageY
: e.pageY))
: ((t = T.touchesStart.x), (n = T.touchesStart.y)),
(b.scale =
x.$imageWrapEl.attr("data-swiper-zoom") || w.maxRatio),
(b.currentScale =
x.$imageWrapEl.attr("data-swiper-zoom") || w.maxRatio),
e
? ((m = x.$slideEl[0].offsetWidth),
(g = x.$slideEl[0].offsetHeight),
(i = x.$slideEl.offset().left + m / 2 - t),
(a = x.$slideEl.offset().top + g / 2 - n),
(l = x.$imageEl[0].offsetWidth),
(u = x.$imageEl[0].offsetHeight),
(c = l * b.scale),
(d = u * b.scale),
(h = -(p = Math.min(m / 2 - c / 2, 0))),
(v = -(f = Math.min(g / 2 - d / 2, 0))),
(o = i * b.scale) < p && (o = p),
h < o && (o = h),
(s = a * b.scale) < f && (s = f),
v < s && (s = v))
: (s = o = 0),
x.$imageWrapEl
.transition(300)
.transform("translate3d(" + o + "px, " + s + "px,0)"),
x.$imageEl
.transition(300)
.transform("translate3d(0,0,0) scale(" + b.scale + ")"));
},
out: function () {
var e = this,
t = e.zoom,
n = e.params.zoom,
i = t.gesture;
i.$slideEl ||
((i.$slideEl = e.clickedSlide
? r(e.clickedSlide)
: e.slides.eq(e.activeIndex)),
(i.$imageEl = i.$slideEl.find("img, svg, canvas")),
(i.$imageWrapEl = i.$imageEl.parent("." + n.containerClass))),
i.$imageEl &&
0 !== i.$imageEl.length &&
((t.scale = 1),
(t.currentScale = 1),
i.$imageWrapEl
.transition(300)
.transform("translate3d(0,0,0)"),
i.$imageEl
.transition(300)
.transform("translate3d(0,0,0) scale(1)"),
i.$slideEl.removeClass("" + n.zoomedSlideClass),
(i.$slideEl = void 0));
},
enable: function () {
var e = this,
t = e.zoom;
if (!t.enabled) {
t.enabled = !0;
var n = !(
"touchstart" !== e.touchEvents.start ||
!m.passiveListener ||
!e.params.passiveListeners
) && { passive: !0, capture: !1 };
m.gestures
? (e.$wrapperEl.on(
"gesturestart",
".swiper-slide",
t.onGestureStart,
n
),
e.$wrapperEl.on(
"gesturechange",
".swiper-slide",
t.onGestureChange,
n
),
e.$wrapperEl.on(
"gestureend",
".swiper-slide",
t.onGestureEnd,
n
))
: "touchstart" === e.touchEvents.start &&
(e.$wrapperEl.on(
e.touchEvents.start,
".swiper-slide",
t.onGestureStart,
n
),
e.$wrapperEl.on(
e.touchEvents.move,
".swiper-slide",
t.onGestureChange,
n
),
e.$wrapperEl.on(
e.touchEvents.end,
".swiper-slide",
t.onGestureEnd,
n
)),
e.$wrapperEl.on(
e.touchEvents.move,
"." + e.params.zoom.containerClass,
t.onTouchMove
);
}
},
disable: function () {
var e = this,
t = e.zoom;
if (t.enabled) {
e.zoom.enabled = !1;
var n = !(
"touchstart" !== e.touchEvents.start ||
!m.passiveListener ||
!e.params.passiveListeners
) && { passive: !0, capture: !1 };
m.gestures
? (e.$wrapperEl.off(
"gesturestart",
".swiper-slide",
t.onGestureStart,
n
),
e.$wrapperEl.off(
"gesturechange",
".swiper-slide",
t.onGestureChange,
n
),
e.$wrapperEl.off(
"gestureend",
".swiper-slide",
t.onGestureEnd,
n
))
: "touchstart" === e.touchEvents.start &&
(e.$wrapperEl.off(
e.touchEvents.start,
".swiper-slide",
t.onGestureStart,
n
),
e.$wrapperEl.off(
e.touchEvents.move,
".swiper-slide",
t.onGestureChange,
n
),
e.$wrapperEl.off(
e.touchEvents.end,
".swiper-slide",
t.onGestureEnd,
n
)),
e.$wrapperEl.off(
e.touchEvents.move,
"." + e.params.zoom.containerClass,
t.onTouchMove
);
}
}
},
Y = {
loadInSlide: function (e, t) {
void 0 === t && (t = !0);
var n = this,
i = n.params.lazy;
if (void 0 !== e && 0 !== n.slides.length) {
var a =
n.virtual && n.params.virtual.enabled
? n.$wrapperEl.children(
"." +
n.params.slideClass +
'[data-swiper-slide-index="' +
e +
'"]'
)
: n.slides.eq(e),
o = a.find(
"." +
i.elementClass +
":not(." +
i.loadedClass +
"):not(." +
i.loadingClass +
")"
);
!a.hasClass(i.elementClass) ||
a.hasClass(i.loadedClass) ||
a.hasClass(i.loadingClass) ||
(o = o.add(a[0])),
0 !== o.length &&
o.each(function (e, o) {
var s = r(o);
s.addClass(i.loadingClass);
var l = s.attr("data-background"),
u = s.attr("data-src"),
c = s.attr("data-srcset"),
d = s.attr("data-sizes");
n.loadImage(s[0], u || l, c, d, !1, function () {
if (
null != n &&
n &&
(!n || n.params) &&
!n.destroyed
) {
if (
(l
? (s.css(
"background-image",
'url("' + l + '")'
),
s.removeAttr("data-background"))
: (c &&
(s.attr("srcset", c),
s.removeAttr("data-srcset")),
d &&
(s.attr("sizes", d),
s.removeAttr("data-sizes")),
u &&
(s.attr("src", u),
s.removeAttr("data-src"))),
s
.addClass(i.loadedClass)
.removeClass(i.loadingClass),
a.find("." + i.preloaderClass).remove(),
n.params.loop && t)
) {
var e = a.attr("data-swiper-slide-index");
if (a.hasClass(n.params.slideDuplicateClass)) {
var r = n.$wrapperEl.children(
'[data-swiper-slide-index="' +
e +
'"]:not(.' +
n.params.slideDuplicateClass +
")"
);
n.lazy.loadInSlide(r.index(), !1);
} else {
var o = n.$wrapperEl.children(
"." +
n.params.slideDuplicateClass +
'[data-swiper-slide-index="' +
e +
'"]'
);
n.lazy.loadInSlide(o.index(), !1);
}
}
n.emit("lazyImageReady", a[0], s[0]);
}
}),
n.emit("lazyImageLoad", a[0], s[0]);
});
}
},
load: function () {
var e = this,
t = e.$wrapperEl,
n = e.params,
i = e.slides,
a = e.activeIndex,
o = e.virtual && n.virtual.enabled,
s = n.lazy,
l = n.slidesPerView;
function u(e) {
if (o) {
if (
t.children(
"." +
n.slideClass +
'[data-swiper-slide-index="' +
e +
'"]'
).length
)
return !0;
} else if (i[e]) return !0;
return !1;
}
function c(e) {
return o
? r(e).attr("data-swiper-slide-index")
: r(e).index();
}
if (
("auto" === l && (l = 0),
e.lazy.initialImageLoaded || (e.lazy.initialImageLoaded = !0),
e.params.watchSlidesVisibility)
)
t.children("." + n.slideVisibleClass).each(function (t, n) {
var i = o
? r(n).attr("data-swiper-slide-index")
: r(n).index();
e.lazy.loadInSlide(i);
});
else if (1 < l)
for (var d = a; d < a + l; d += 1)
u(d) && e.lazy.loadInSlide(d);
else e.lazy.loadInSlide(a);
if (s.loadPrevNext)
if (
1 < l ||
(s.loadPrevNextAmount && 1 < s.loadPrevNextAmount)
) {
for (
var p = s.loadPrevNextAmount,
f = l,
h = Math.min(a + f + Math.max(p, f), i.length),
v = Math.max(a - Math.max(f, p), 0),
m = a + l;
m < h;
m += 1
)
u(m) && e.lazy.loadInSlide(m);
for (var g = v; g < a; g += 1)
u(g) && e.lazy.loadInSlide(g);
} else {
var y = t.children("." + n.slideNextClass);
0 < y.length && e.lazy.loadInSlide(c(y));
var b = t.children("." + n.slidePrevClass);
0 < b.length && e.lazy.loadInSlide(c(b));
}
}
},
U = {
LinearSpline: function (e, t) {
var n, i, r, a, o;
return (
(this.x = e),
(this.y = t),
(this.lastIndex = e.length - 1),
(this.interpolate = function (e) {
return e
? ((o = (function (e, t) {
for (i = -1, n = e.length; 1 < n - i; )
e[(r = (n + i) >> 1)] <= t ? (i = r) : (n = r);
return n;
})(this.x, e)),
(a = o - 1),
((e - this.x[a]) * (this.y[o] - this.y[a])) /
(this.x[o] - this.x[a]) +
this.y[a])
: 0;
}),
this
);
},
getInterpolateFunction: function (e) {
var t = this;
t.controller.spline ||
(t.controller.spline = t.params.loop
? new U.LinearSpline(t.slidesGrid, e.slidesGrid)
: new U.LinearSpline(t.snapGrid, e.snapGrid));
},
setTranslate: function (e, t) {
var n,
i,
r = this,
a = r.controller.control;
function o(e) {
var t = r.rtlTranslate ? -r.translate : r.translate;
"slide" === r.params.controller.by &&
(r.controller.getInterpolateFunction(e),
(i = -r.controller.spline.interpolate(-t))),
(i && "container" !== r.params.controller.by) ||
((n =
(e.maxTranslate() - e.minTranslate()) /
(r.maxTranslate() - r.minTranslate())),
(i = (t - r.minTranslate()) * n + e.minTranslate())),
r.params.controller.inverse && (i = e.maxTranslate() - i),
e.updateProgress(i),
e.setTranslate(i, r),
e.updateActiveIndex(),
e.updateSlidesClasses();
}
if (Array.isArray(a))
for (var s = 0; s < a.length; s += 1)
a[s] !== t && a[s] instanceof O && o(a[s]);
else a instanceof O && t !== a && o(a);
},
setTransition: function (e, t) {
var n,
i = this,
r = i.controller.control;
function a(t) {
t.setTransition(e, i),
0 !== e &&
(t.transitionStart(),
t.params.autoHeight &&
v.nextTick(function () {
t.updateAutoHeight();
}),
t.$wrapperEl.transitionEnd(function () {
r &&
(t.params.loop &&
"slide" === i.params.controller.by &&
t.loopFix(),
t.transitionEnd());
}));
}
if (Array.isArray(r))
for (n = 0; n < r.length; n += 1)
r[n] !== t && r[n] instanceof O && a(r[n]);
else r instanceof O && t !== r && a(r);
}
},
K = {
makeElFocusable: function (e) {
return e.attr("tabIndex", "0"), e;
},
addElRole: function (e, t) {
return e.attr("role", t), e;
},
addElLabel: function (e, t) {
return e.attr("aria-label", t), e;
},
disableEl: function (e) {
return e.attr("aria-disabled", !0), e;
},
enableEl: function (e) {
return e.attr("aria-disabled", !1), e;
},
onEnterKey: function (e) {
var t = this,
n = t.params.a11y;
if (13 === e.keyCode) {
var i = r(e.target);
t.navigation &&
t.navigation.$nextEl &&
i.is(t.navigation.$nextEl) &&
((t.isEnd && !t.params.loop) || t.slideNext(),
t.isEnd
? t.a11y.notify(n.lastSlideMessage)
: t.a11y.notify(n.nextSlideMessage)),
t.navigation &&
t.navigation.$prevEl &&
i.is(t.navigation.$prevEl) &&
((t.isBeginning && !t.params.loop) || t.slidePrev(),
t.isBeginning
? t.a11y.notify(n.firstSlideMessage)
: t.a11y.notify(n.prevSlideMessage)),
t.pagination &&
i.is("." + t.params.pagination.bulletClass) &&
i[0].click();
}
},
notify: function (e) {
var t = this.a11y.liveRegion;
0 !== t.length && (t.html(""), t.html(e));
},
updateNavigation: function () {
var e = this;
if (!e.params.loop) {
var t = e.navigation,
n = t.$nextEl,
i = t.$prevEl;
i &&
0 < i.length &&
(e.isBeginning ? e.a11y.disableEl(i) : e.a11y.enableEl(i)),
n &&
0 < n.length &&
(e.isEnd ? e.a11y.disableEl(n) : e.a11y.enableEl(n));
}
},
updatePagination: function () {
var e = this,
t = e.params.a11y;
e.pagination &&
e.params.pagination.clickable &&
e.pagination.bullets &&
e.pagination.bullets.length &&
e.pagination.bullets.each(function (n, i) {
var a = r(i);
e.a11y.makeElFocusable(a),
e.a11y.addElRole(a, "button"),
e.a11y.addElLabel(
a,
t.paginationBulletMessage.replace(
/{{index}}/,
a.index() + 1
)
);
});
},
init: function () {
var e = this;
e.$el.append(e.a11y.liveRegion);
var t,
n,
i = e.params.a11y;
e.navigation &&
e.navigation.$nextEl &&
(t = e.navigation.$nextEl),
e.navigation &&
e.navigation.$prevEl &&
(n = e.navigation.$prevEl),
t &&
(e.a11y.makeElFocusable(t),
e.a11y.addElRole(t, "button"),
e.a11y.addElLabel(t, i.nextSlideMessage),
t.on("keydown", e.a11y.onEnterKey)),
n &&
(e.a11y.makeElFocusable(n),
e.a11y.addElRole(n, "button"),
e.a11y.addElLabel(n, i.prevSlideMessage),
n.on("keydown", e.a11y.onEnterKey)),
e.pagination &&
e.params.pagination.clickable &&
e.pagination.bullets &&
e.pagination.bullets.length &&
e.pagination.$el.on(
"keydown",
"." + e.params.pagination.bulletClass,
e.a11y.onEnterKey
);
},
destroy: function () {
var e,
t,
n = this;
n.a11y.liveRegion &&
0 < n.a11y.liveRegion.length &&
n.a11y.liveRegion.remove(),
n.navigation &&
n.navigation.$nextEl &&
(e = n.navigation.$nextEl),
n.navigation &&
n.navigation.$prevEl &&
(t = n.navigation.$prevEl),
e && e.off("keydown", n.a11y.onEnterKey),
t && t.off("keydown", n.a11y.onEnterKey),
n.pagination &&
n.params.pagination.clickable &&
n.pagination.bullets &&
n.pagination.bullets.length &&
n.pagination.$el.off(
"keydown",
"." + n.params.pagination.bulletClass,
n.a11y.onEnterKey
);
}
},
J = {
init: function () {
var e = this;
if (e.params.history) {
if (!t.history || !t.history.pushState)
return (
(e.params.history.enabled = !1),
void (e.params.hashNavigation.enabled = !0)
);
var n = e.history;
(n.initialized = !0),
(n.paths = J.getPathValues()),
(n.paths.key || n.paths.value) &&
(n.scrollToSlide(
0,
n.paths.value,
e.params.runCallbacksOnInit
),
e.params.history.replaceState ||
t.addEventListener(
"popstate",
e.history.setHistoryPopState
));
}
},
destroy: function () {
this.params.history.replaceState ||
t.removeEventListener(
"popstate",
this.history.setHistoryPopState
);
},
setHistoryPopState: function () {
(this.history.paths = J.getPathValues()),
this.history.scrollToSlide(
this.params.speed,
this.history.paths.value,
!1
);
},
getPathValues: function () {
var e = t.location.pathname
.slice(1)
.split("/")
.filter(function (e) {
return "" !== e;
}),
n = e.length;
return { key: e[n - 2], value: e[n - 1] };
},
setHistory: function (e, n) {
if (this.history.initialized && this.params.history.enabled) {
var i = this.slides.eq(n),
r = J.slugify(i.attr("data-history"));
t.location.pathname.includes(e) || (r = e + "/" + r);
var a = t.history.state;
(a && a.value === r) ||
(this.params.history.replaceState
? t.history.replaceState({ value: r }, null, r)
: t.history.pushState({ value: r }, null, r));
}
},
slugify: function (e) {
return e
.toString()
.replace(/\s+/g, "-")
.replace(/[^\w-]+/g, "")
.replace(/--+/g, "-")
.replace(/^-+/, "")
.replace(/-+$/, "");
},
scrollToSlide: function (e, t, n) {
var i = this;
if (t)
for (var r = 0, a = i.slides.length; r < a; r += 1) {
var o = i.slides.eq(r);
if (
J.slugify(o.attr("data-history")) === t &&
!o.hasClass(i.params.slideDuplicateClass)
) {
var s = o.index();
i.slideTo(s, e, n);
}
}
else i.slideTo(0, e, n);
}
},
Q = {
onHashCange: function () {
var t = this,
n = e.location.hash.replace("#", "");
if (n !== t.slides.eq(t.activeIndex).attr("data-hash")) {
var i = t.$wrapperEl
.children(
"." + t.params.slideClass + '[data-hash="' + n + '"]'
)
.index();
if (void 0 === i) return;
t.slideTo(i);
}
},
setHash: function () {
var n = this;
if (
n.hashNavigation.initialized &&
n.params.hashNavigation.enabled
)
if (
n.params.hashNavigation.replaceState &&
t.history &&
t.history.replaceState
)
t.history.replaceState(
null,
null,
"#" + n.slides.eq(n.activeIndex).attr("data-hash") || !1
);
else {
var i = n.slides.eq(n.activeIndex),
r = i.attr("data-hash") || i.attr("data-history");
e.location.hash = r || "";
}
},
init: function () {
var n = this;
if (
!(
!n.params.hashNavigation.enabled ||
(n.params.history && n.params.history.enabled)
)
) {
n.hashNavigation.initialized = !0;
var i = e.location.hash.replace("#", "");
if (i)
for (var a = 0, o = n.slides.length; a < o; a += 1) {
var s = n.slides.eq(a);
if (
(s.attr("data-hash") || s.attr("data-history")) === i &&
!s.hasClass(n.params.slideDuplicateClass)
) {
var l = s.index();
n.slideTo(l, 0, n.params.runCallbacksOnInit, !0);
}
}
n.params.hashNavigation.watchState &&
r(t).on("hashchange", n.hashNavigation.onHashCange);
}
},
destroy: function () {
this.params.hashNavigation.watchState &&
r(t).off("hashchange", this.hashNavigation.onHashCange);
}
},
Z = {
run: function () {
var e = this,
t = e.slides.eq(e.activeIndex),
n = e.params.autoplay.delay;
t.attr("data-swiper-autoplay") &&
(n =
t.attr("data-swiper-autoplay") || e.params.autoplay.delay),
(e.autoplay.timeout = v.nextTick(function () {
e.params.autoplay.reverseDirection
? e.params.loop
? (e.loopFix(),
e.slidePrev(e.params.speed, !0, !0),
e.emit("autoplay"))
: e.isBeginning
? e.params.autoplay.stopOnLastSlide
? e.autoplay.stop()
: (e.slideTo(
e.slides.length - 1,
e.params.speed,
!0,
!0
),
e.emit("autoplay"))
: (e.slidePrev(e.params.speed, !0, !0),
e.emit("autoplay"))
: e.params.loop
? (e.loopFix(),
e.slideNext(e.params.speed, !0, !0),
e.emit("autoplay"))
: e.isEnd
? e.params.autoplay.stopOnLastSlide
? e.autoplay.stop()
: (e.slideTo(0, e.params.speed, !0, !0),
e.emit("autoplay"))
: (e.slideNext(e.params.speed, !0, !0),
e.emit("autoplay"));
}, n));
},
start: function () {
var e = this;
return (
void 0 === e.autoplay.timeout &&
!e.autoplay.running &&
((e.autoplay.running = !0),
e.emit("autoplayStart"),
e.autoplay.run(),
!0)
);
},
stop: function () {
var e = this;
return (
!!e.autoplay.running &&
void 0 !== e.autoplay.timeout &&
(e.autoplay.timeout &&
(clearTimeout(e.autoplay.timeout),
(e.autoplay.timeout = void 0)),
(e.autoplay.running = !1),
e.emit("autoplayStop"),
!0)
);
},
pause: function (e) {
var t = this;
t.autoplay.running &&
(t.autoplay.paused ||
(t.autoplay.timeout && clearTimeout(t.autoplay.timeout),
(t.autoplay.paused = !0),
0 !== e && t.params.autoplay.waitForTransition
? (t.$wrapperEl[0].addEventListener(
"transitionend",
t.autoplay.onTransitionEnd
),
t.$wrapperEl[0].addEventListener(
"webkitTransitionEnd",
t.autoplay.onTransitionEnd
))
: ((t.autoplay.paused = !1), t.autoplay.run())));
}
},
ee = {
setTranslate: function () {
for (var e = this, t = e.slides, n = 0; n < t.length; n += 1) {
var i = e.slides.eq(n),
r = -i[0].swiperSlideOffset;
e.params.virtualTranslate || (r -= e.translate);
var a = 0;
e.isHorizontal() || ((a = r), (r = 0));
var o = e.params.fadeEffect.crossFade
? Math.max(1 - Math.abs(i[0].progress), 0)
: 1 + Math.min(Math.max(i[0].progress, -1), 0);
i.css({ opacity: o }).transform(
"translate3d(" + r + "px, " + a + "px, 0px)"
);
}
},
setTransition: function (e) {
var t = this,
n = t.slides,
i = t.$wrapperEl;
if ((n.transition(e), t.params.virtualTranslate && 0 !== e)) {
var r = !1;
n.transitionEnd(function () {
if (!r && t && !t.destroyed) {
(r = !0), (t.animating = !1);
for (
var e = ["webkitTransitionEnd", "transitionend"], n = 0;
n < e.length;
n += 1
)
i.trigger(e[n]);
}
});
}
}
},
te = {
setTranslate: function () {
var e,
t = this,
n = t.$el,
i = t.$wrapperEl,
a = t.slides,
o = t.width,
s = t.height,
l = t.rtlTranslate,
u = t.size,
c = t.params.cubeEffect,
d = t.isHorizontal(),
p = t.virtual && t.params.virtual.enabled,
f = 0;
c.shadow &&
(d
? (0 === (e = i.find(".swiper-cube-shadow")).length &&
((e = r('')),
i.append(e)),
e.css({ height: o + "px" }))
: 0 === (e = n.find(".swiper-cube-shadow")).length &&
((e = r('')),
n.append(e)));
for (var h = 0; h < a.length; h += 1) {
var v = a.eq(h),
m = h;
p && (m = parseInt(v.attr("data-swiper-slide-index"), 10));
var y = 90 * m,
b = Math.floor(y / 360);
l && ((y = -y), (b = Math.floor(-y / 360)));
var w = Math.max(Math.min(v[0].progress, 1), -1),
x = 0,
T = 0,
E = 0;
m % 4 == 0
? ((x = 4 * -b * u), (E = 0))
: (m - 1) % 4 == 0
? ((x = 0), (E = 4 * -b * u))
: (m - 2) % 4 == 0
? ((x = u + 4 * b * u), (E = u))
: (m - 3) % 4 == 0 && ((x = -u), (E = 3 * u + 4 * u * b)),
l && (x = -x),
d || ((T = x), (x = 0));
var C =
"rotateX(" +
(d ? 0 : -y) +
"deg) rotateY(" +
(d ? y : 0) +
"deg) translate3d(" +
x +
"px, " +
T +
"px, " +
E +
"px)";
if (
(w <= 1 &&
-1 < w &&
((f = 90 * m + 90 * w), l && (f = 90 * -m - 90 * w)),
v.transform(C),
c.slideShadows)
) {
var S = d
? v.find(".swiper-slide-shadow-left")
: v.find(".swiper-slide-shadow-top"),
k = d
? v.find(".swiper-slide-shadow-right")
: v.find(".swiper-slide-shadow-bottom");
0 === S.length &&
((S = r(
''
)),
v.append(S)),
0 === k.length &&
((k = r(
''
)),
v.append(k)),
S.length && (S[0].style.opacity = Math.max(-w, 0)),
k.length && (k[0].style.opacity = Math.max(w, 0));
}
}
if (
(i.css({
"-webkit-transform-origin": "50% 50% -" + u / 2 + "px",
"-moz-transform-origin": "50% 50% -" + u / 2 + "px",
"-ms-transform-origin": "50% 50% -" + u / 2 + "px",
"transform-origin": "50% 50% -" + u / 2 + "px"
}),
c.shadow)
)
if (d)
e.transform(
"translate3d(0px, " +
(o / 2 + c.shadowOffset) +
"px, " +
-o / 2 +
"px) rotateX(90deg) rotateZ(0deg) scale(" +
c.shadowScale +
")"
);
else {
var M = Math.abs(f) - 90 * Math.floor(Math.abs(f) / 90),
_ =
1.5 -
(Math.sin((2 * M * Math.PI) / 360) / 2 +
Math.cos((2 * M * Math.PI) / 360) / 2),
L = c.shadowScale,
P = c.shadowScale / _,
O = c.shadowOffset;
e.transform(
"scale3d(" +
L +
", 1, " +
P +
") translate3d(0px, " +
(s / 2 + O) +
"px, " +
-s / 2 / P +
"px) rotateX(-90deg)"
);
}
var z = g.isSafari || g.isUiWebView ? -u / 2 : 0;
i.transform(
"translate3d(0px,0," +
z +
"px) rotateX(" +
(t.isHorizontal() ? 0 : f) +
"deg) rotateY(" +
(t.isHorizontal() ? -f : 0) +
"deg)"
);
},
setTransition: function (e) {
var t = this.$el;
this.slides
.transition(e)
.find(
".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left"
)
.transition(e),
this.params.cubeEffect.shadow &&
!this.isHorizontal() &&
t.find(".swiper-cube-shadow").transition(e);
}
},
ne = {
setTranslate: function () {
for (
var e = this, t = e.slides, n = e.rtlTranslate, i = 0;
i < t.length;
i += 1
) {
var a = t.eq(i),
o = a[0].progress;
e.params.flipEffect.limitRotation &&
(o = Math.max(Math.min(a[0].progress, 1), -1));
var s = -180 * o,
l = 0,
u = -a[0].swiperSlideOffset,
c = 0;
if (
(e.isHorizontal()
? n && (s = -s)
: ((c = u), (l = -s), (s = u = 0)),
(a[0].style.zIndex = -Math.abs(Math.round(o)) + t.length),
e.params.flipEffect.slideShadows)
) {
var d = e.isHorizontal()
? a.find(".swiper-slide-shadow-left")
: a.find(".swiper-slide-shadow-top"),
p = e.isHorizontal()
? a.find(".swiper-slide-shadow-right")
: a.find(".swiper-slide-shadow-bottom");
0 === d.length &&
((d = r(
''
)),
a.append(d)),
0 === p.length &&
((p = r(
''
)),
a.append(p)),
d.length && (d[0].style.opacity = Math.max(-o, 0)),
p.length && (p[0].style.opacity = Math.max(o, 0));
}
a.transform(
"translate3d(" +
u +
"px, " +
c +
"px, 0px) rotateX(" +
l +
"deg) rotateY(" +
s +
"deg)"
);
}
},
setTransition: function (e) {
var t = this,
n = t.slides,
i = t.activeIndex,
r = t.$wrapperEl;
if (
(n
.transition(e)
.find(
".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left"
)
.transition(e),
t.params.virtualTranslate && 0 !== e)
) {
var a = !1;
n.eq(i).transitionEnd(function () {
if (!a && t && !t.destroyed) {
(a = !0), (t.animating = !1);
for (
var e = ["webkitTransitionEnd", "transitionend"], n = 0;
n < e.length;
n += 1
)
r.trigger(e[n]);
}
});
}
}
},
ie = {
setTranslate: function () {
for (
var e = this,
t = e.width,
n = e.height,
i = e.slides,
a = e.$wrapperEl,
o = e.slidesSizesGrid,
s = e.params.coverflowEffect,
l = e.isHorizontal(),
u = e.translate,
c = l ? t / 2 - u : n / 2 - u,
d = l ? s.rotate : -s.rotate,
p = s.depth,
f = 0,
h = i.length;
f < h;
f += 1
) {
var v = i.eq(f),
g = o[f],
y = ((c - v[0].swiperSlideOffset - g / 2) / g) * s.modifier,
b = l ? d * y : 0,
w = l ? 0 : d * y,
x = -p * Math.abs(y),
T = l ? 0 : s.stretch * y,
E = l ? s.stretch * y : 0;
Math.abs(E) < 0.001 && (E = 0),
Math.abs(T) < 0.001 && (T = 0),
Math.abs(x) < 0.001 && (x = 0),
Math.abs(b) < 0.001 && (b = 0),
Math.abs(w) < 0.001 && (w = 0);
var C =
"translate3d(" +
E +
"px," +
T +
"px," +
x +
"px) rotateX(" +
w +
"deg) rotateY(" +
b +
"deg)";
if (
(v.transform(C),
(v[0].style.zIndex = 1 - Math.abs(Math.round(y))),
s.slideShadows)
) {
var S = l
? v.find(".swiper-slide-shadow-left")
: v.find(".swiper-slide-shadow-top"),
k = l
? v.find(".swiper-slide-shadow-right")
: v.find(".swiper-slide-shadow-bottom");
0 === S.length &&
((S = r(
''
)),
v.append(S)),
0 === k.length &&
((k = r(
''
)),
v.append(k)),
S.length && (S[0].style.opacity = 0 < y ? y : 0),
k.length && (k[0].style.opacity = 0 < -y ? -y : 0);
}
}
(m.pointerEvents || m.prefixedPointerEvents) &&
(a[0].style.perspectiveOrigin = c + "px 50%");
},
setTransition: function (e) {
this.slides
.transition(e)
.find(
".swiper-slide-shadow-top, .swiper-slide-shadow-right, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left"
)
.transition(e);
}
},
re = {
init: function () {
var e = this,
t = e.params.thumbs,
n = e.constructor;
t.swiper instanceof n
? ((e.thumbs.swiper = t.swiper),
v.extend(e.thumbs.swiper.originalParams, {
watchSlidesProgress: !0,
slideToClickedSlide: !1
}),
v.extend(e.thumbs.swiper.params, {
watchSlidesProgress: !0,
slideToClickedSlide: !1
}))
: v.isObject(t.swiper) &&
((e.thumbs.swiper = new n(
v.extend({}, t.swiper, {
watchSlidesVisibility: !0,
watchSlidesProgress: !0,
slideToClickedSlide: !1
})
)),
(e.thumbs.swiperCreated = !0)),
e.thumbs.swiper.$el.addClass(
e.params.thumbs.thumbsContainerClass
),
e.thumbs.swiper.on("tap", e.thumbs.onThumbClick);
},
onThumbClick: function () {
var e = this,
t = e.thumbs.swiper;
if (t) {
var n = t.clickedIndex,
i = t.clickedSlide;
if (
!(
(i &&
r(i).hasClass(e.params.thumbs.slideThumbActiveClass)) ||
null == n
)
) {
var a;
if (
((a = t.params.loop
? parseInt(
r(t.clickedSlide).attr("data-swiper-slide-index"),
10
)
: n),
e.params.loop)
) {
var o = e.activeIndex;
e.slides.eq(o).hasClass(e.params.slideDuplicateClass) &&
(e.loopFix(),
(e._clientLeft = e.$wrapperEl[0].clientLeft),
(o = e.activeIndex));
var s = e.slides
.eq(o)
.prevAll('[data-swiper-slide-index="' + a + '"]')
.eq(0)
.index(),
l = e.slides
.eq(o)
.nextAll('[data-swiper-slide-index="' + a + '"]')
.eq(0)
.index();
a =
void 0 === s
? l
: void 0 === l
? s
: l - o < o - s
? l
: s;
}
e.slideTo(a);
}
}
},
update: function (e) {
var t = this,
n = t.thumbs.swiper;
if (n) {
var i =
"auto" === n.params.slidesPerView
? n.slidesPerViewDynamic()
: n.params.slidesPerView;
if (t.realIndex !== n.realIndex) {
var r,
a = n.activeIndex;
if (n.params.loop) {
n.slides.eq(a).hasClass(n.params.slideDuplicateClass) &&
(n.loopFix(),
(n._clientLeft = n.$wrapperEl[0].clientLeft),
(a = n.activeIndex));
var o = n.slides
.eq(a)
.prevAll(
'[data-swiper-slide-index="' + t.realIndex + '"]'
)
.eq(0)
.index(),
s = n.slides
.eq(a)
.nextAll(
'[data-swiper-slide-index="' + t.realIndex + '"]'
)
.eq(0)
.index();
r =
void 0 === o
? s
: void 0 === s
? o
: s - a == a - o
? a
: s - a < a - o
? s
: o;
} else r = t.realIndex;
n.visibleSlidesIndexes.indexOf(r) < 0 &&
(n.params.centeredSlides
? (r =
a < r
? r - Math.floor(i / 2) + 1
: r + Math.floor(i / 2) - 1)
: a < r && (r = r - i + 1),
n.slideTo(r, e ? 0 : void 0));
}
var l = 1,
u = t.params.thumbs.slideThumbActiveClass;
if (
(1 < t.params.slidesPerView &&
!t.params.centeredSlides &&
(l = t.params.slidesPerView),
n.slides.removeClass(u),
n.params.loop)
)
for (var c = 0; c < l; c += 1)
n.$wrapperEl
.children(
'[data-swiper-slide-index="' +
(t.realIndex + c) +
'"]'
)
.addClass(u);
else
for (var d = 0; d < l; d += 1)
n.slides.eq(t.realIndex + d).addClass(u);
}
}
},
ae = [
z,
N,
D,
A,
$,
H,
F,
{
name: "mousewheel",
params: {
mousewheel: {
enabled: !1,
releaseOnEdges: !1,
invert: !1,
forceToAxis: !1,
sensitivity: 1,
eventsTarged: "container"
}
},
create: function () {
var e = this;
v.extend(e, {
mousewheel: {
enabled: !1,
enable: q.enable.bind(e),
disable: q.disable.bind(e),
handle: q.handle.bind(e),
handleMouseEnter: q.handleMouseEnter.bind(e),
handleMouseLeave: q.handleMouseLeave.bind(e),
lastScrollTime: v.now()
}
});
},
on: {
init: function () {
this.params.mousewheel.enabled && this.mousewheel.enable();
},
destroy: function () {
this.mousewheel.enabled && this.mousewheel.disable();
}
}
},
{
name: "navigation",
params: {
navigation: {
nextEl: null,
prevEl: null,
hideOnClick: !1,
disabledClass: "swiper-button-disabled",
hiddenClass: "swiper-button-hidden",
lockClass: "swiper-button-lock"
}
},
create: function () {
var e = this;
v.extend(e, {
navigation: {
init: R.init.bind(e),
update: R.update.bind(e),
destroy: R.destroy.bind(e),
onNextClick: R.onNextClick.bind(e),
onPrevClick: R.onPrevClick.bind(e)
}
});
},
on: {
init: function () {
this.navigation.init(), this.navigation.update();
},
toEdge: function () {
this.navigation.update();
},
fromEdge: function () {
this.navigation.update();
},
destroy: function () {
this.navigation.destroy();
},
click: function (e) {
var t,
n = this,
i = n.navigation,
a = i.$nextEl,
o = i.$prevEl;
!n.params.navigation.hideOnClick ||
r(e.target).is(o) ||
r(e.target).is(a) ||
(a
? (t = a.hasClass(n.params.navigation.hiddenClass))
: o &&
(t = o.hasClass(n.params.navigation.hiddenClass)),
!0 === t
? n.emit("navigationShow", n)
: n.emit("navigationHide", n),
a && a.toggleClass(n.params.navigation.hiddenClass),
o && o.toggleClass(n.params.navigation.hiddenClass));
}
}
},
{
name: "pagination",
params: {
pagination: {
el: null,
bulletElement: "span",
clickable: !1,
hideOnClick: !1,
renderBullet: null,
renderProgressbar: null,
renderFraction: null,
renderCustom: null,
progressbarOpposite: !1,
type: "bullets",
dynamicBullets: !1,
dynamicMainBullets: 1,
formatFractionCurrent: function (e) {
return e;
},
formatFractionTotal: function (e) {
return e;
},
bulletClass: "swiper-pagination-bullet",
bulletActiveClass: "swiper-pagination-bullet-active",
modifierClass: "swiper-pagination-",
currentClass: "swiper-pagination-current",
totalClass: "swiper-pagination-total",
hiddenClass: "swiper-pagination-hidden",
progressbarFillClass: "swiper-pagination-progressbar-fill",
progressbarOppositeClass:
"swiper-pagination-progressbar-opposite",
clickableClass: "swiper-pagination-clickable",
lockClass: "swiper-pagination-lock"
}
},
create: function () {
var e = this;
v.extend(e, {
pagination: {
init: X.init.bind(e),
render: X.render.bind(e),
update: X.update.bind(e),
destroy: X.destroy.bind(e),
dynamicBulletIndex: 0
}
});
},
on: {
init: function () {
this.pagination.init(),
this.pagination.render(),
this.pagination.update();
},
activeIndexChange: function () {
this.params.loop
? this.pagination.update()
: void 0 === this.snapIndex && this.pagination.update();
},
snapIndexChange: function () {
this.params.loop || this.pagination.update();
},
slidesLengthChange: function () {
this.params.loop &&
(this.pagination.render(), this.pagination.update());
},
snapGridLengthChange: function () {
this.params.loop ||
(this.pagination.render(), this.pagination.update());
},
destroy: function () {
this.pagination.destroy();
},
click: function (e) {
var t = this;
t.params.pagination.el &&
t.params.pagination.hideOnClick &&
0 < t.pagination.$el.length &&
!r(e.target).hasClass(t.params.pagination.bulletClass) &&
(!0 ===
t.pagination.$el.hasClass(t.params.pagination.hiddenClass)
? t.emit("paginationShow", t)
: t.emit("paginationHide", t),
t.pagination.$el.toggleClass(
t.params.pagination.hiddenClass
));
}
}
},
{
name: "scrollbar",
params: {
scrollbar: {
el: null,
dragSize: "auto",
hide: !1,
draggable: !1,
snapOnRelease: !0,
lockClass: "swiper-scrollbar-lock",
dragClass: "swiper-scrollbar-drag"
}
},
create: function () {
var e = this;
v.extend(e, {
scrollbar: {
init: W.init.bind(e),
destroy: W.destroy.bind(e),
updateSize: W.updateSize.bind(e),
setTranslate: W.setTranslate.bind(e),
setTransition: W.setTransition.bind(e),
enableDraggable: W.enableDraggable.bind(e),
disableDraggable: W.disableDraggable.bind(e),
setDragPosition: W.setDragPosition.bind(e),
onDragStart: W.onDragStart.bind(e),
onDragMove: W.onDragMove.bind(e),
onDragEnd: W.onDragEnd.bind(e),
isTouched: !1,
timeout: null,
dragTimeout: null
}
});
},
on: {
init: function () {
this.scrollbar.init(),
this.scrollbar.updateSize(),
this.scrollbar.setTranslate();
},
update: function () {
this.scrollbar.updateSize();
},
resize: function () {
this.scrollbar.updateSize();
},
observerUpdate: function () {
this.scrollbar.updateSize();
},
setTranslate: function () {
this.scrollbar.setTranslate();
},
setTransition: function (e) {
this.scrollbar.setTransition(e);
},
destroy: function () {
this.scrollbar.destroy();
}
}
},
{
name: "parallax",
params: { parallax: { enabled: !1 } },
create: function () {
v.extend(this, {
parallax: {
setTransform: G.setTransform.bind(this),
setTranslate: G.setTranslate.bind(this),
setTransition: G.setTransition.bind(this)
}
});
},
on: {
beforeInit: function () {
this.params.parallax.enabled &&
((this.params.watchSlidesProgress = !0),
(this.originalParams.watchSlidesProgress = !0));
},
init: function () {
this.params.parallax.enabled &&
this.parallax.setTranslate();
},
setTranslate: function () {
this.params.parallax.enabled &&
this.parallax.setTranslate();
},
setTransition: function (e) {
this.params.parallax.enabled &&
this.parallax.setTransition(e);
}
}
},
{
name: "zoom",
params: {
zoom: {
enabled: !1,
maxRatio: 3,
minRatio: 1,
toggle: !0,
containerClass: "swiper-zoom-container",
zoomedSlideClass: "swiper-slide-zoomed"
}
},
create: function () {
var e = this,
t = {
enabled: !1,
scale: 1,
currentScale: 1,
isScaling: !1,
gesture: {
$slideEl: void 0,
slideWidth: void 0,
slideHeight: void 0,
$imageEl: void 0,
$imageWrapEl: void 0,
maxRatio: 3
},
image: {
isTouched: void 0,
isMoved: void 0,
currentX: void 0,
currentY: void 0,
minX: void 0,
minY: void 0,
maxX: void 0,
maxY: void 0,
width: void 0,
height: void 0,
startX: void 0,
startY: void 0,
touchesStart: {},
touchesCurrent: {}
},
velocity: {
x: void 0,
y: void 0,
prevPositionX: void 0,
prevPositionY: void 0,
prevTime: void 0
}
};
"onGestureStart onGestureChange onGestureEnd onTouchStart onTouchMove onTouchEnd onTransitionEnd toggle enable disable in out"
.split(" ")
.forEach(function (n) {
t[n] = V[n].bind(e);
}),
v.extend(e, { zoom: t });
var n = 1;
Object.defineProperty(e.zoom, "scale", {
get: function () {
return n;
},
set: function (t) {
if (n !== t) {
var i = e.zoom.gesture.$imageEl
? e.zoom.gesture.$imageEl[0]
: void 0,
r = e.zoom.gesture.$slideEl
? e.zoom.gesture.$slideEl[0]
: void 0;
e.emit("zoomChange", t, i, r);
}
n = t;
}
});
},
on: {
init: function () {
this.params.zoom.enabled && this.zoom.enable();
},
destroy: function () {
this.zoom.disable();
},
touchStart: function (e) {
this.zoom.enabled && this.zoom.onTouchStart(e);
},
touchEnd: function (e) {
this.zoom.enabled && this.zoom.onTouchEnd(e);
},
doubleTap: function (e) {
this.params.zoom.enabled &&
this.zoom.enabled &&
this.params.zoom.toggle &&
this.zoom.toggle(e);
},
transitionEnd: function () {
this.zoom.enabled &&
this.params.zoom.enabled &&
this.zoom.onTransitionEnd();
}
}
},
{
name: "lazy",
params: {
lazy: {
enabled: !1,
loadPrevNext: !1,
loadPrevNextAmount: 1,
loadOnTransitionStart: !1,
elementClass: "swiper-lazy",
loadingClass: "swiper-lazy-loading",
loadedClass: "swiper-lazy-loaded",
preloaderClass: "swiper-lazy-preloader"
}
},
create: function () {
v.extend(this, {
lazy: {
initialImageLoaded: !1,
load: Y.load.bind(this),
loadInSlide: Y.loadInSlide.bind(this)
}
});
},
on: {
beforeInit: function () {
this.params.lazy.enabled &&
this.params.preloadImages &&
(this.params.preloadImages = !1);
},
init: function () {
this.params.lazy.enabled &&
!this.params.loop &&
0 === this.params.initialSlide &&
this.lazy.load();
},
scroll: function () {
this.params.freeMode &&
!this.params.freeModeSticky &&
this.lazy.load();
},
resize: function () {
this.params.lazy.enabled && this.lazy.load();
},
scrollbarDragMove: function () {
this.params.lazy.enabled && this.lazy.load();
},
transitionStart: function () {
var e = this;
e.params.lazy.enabled &&
(e.params.lazy.loadOnTransitionStart ||
(!e.params.lazy.loadOnTransitionStart &&
!e.lazy.initialImageLoaded)) &&
e.lazy.load();
},
transitionEnd: function () {
this.params.lazy.enabled &&
!this.params.lazy.loadOnTransitionStart &&
this.lazy.load();
}
}
},
{
name: "controller",
params: {
controller: { control: void 0, inverse: !1, by: "slide" }
},
create: function () {
var e = this;
v.extend(e, {
controller: {
control: e.params.controller.control,
getInterpolateFunction: U.getInterpolateFunction.bind(e),
setTranslate: U.setTranslate.bind(e),
setTransition: U.setTransition.bind(e)
}
});
},
on: {
update: function () {
this.controller.control &&
this.controller.spline &&
((this.controller.spline = void 0),
delete this.controller.spline);
},
resize: function () {
this.controller.control &&
this.controller.spline &&
((this.controller.spline = void 0),
delete this.controller.spline);
},
observerUpdate: function () {
this.controller.control &&
this.controller.spline &&
((this.controller.spline = void 0),
delete this.controller.spline);
},
setTranslate: function (e, t) {
this.controller.control &&
this.controller.setTranslate(e, t);
},
setTransition: function (e, t) {
this.controller.control &&
this.controller.setTransition(e, t);
}
}
},
{
name: "a11y",
params: {
a11y: {
enabled: !0,
notificationClass: "swiper-notification",
prevSlideMessage: "Previous slide",
nextSlideMessage: "Next slide",
firstSlideMessage: "This is the first slide",
lastSlideMessage: "This is the last slide",
paginationBulletMessage: "Go to slide {{index}}"
}
},
create: function () {
var e = this;
v.extend(e, {
a11y: {
liveRegion: r(
''
)
}
}),
u()(K).forEach(function (t) {
e.a11y[t] = K[t].bind(e);
});
},
on: {
init: function () {
this.params.a11y.enabled &&
(this.a11y.init(), this.a11y.updateNavigation());
},
toEdge: function () {
this.params.a11y.enabled && this.a11y.updateNavigation();
},
fromEdge: function () {
this.params.a11y.enabled && this.a11y.updateNavigation();
},
paginationUpdate: function () {
this.params.a11y.enabled && this.a11y.updatePagination();
},
destroy: function () {
this.params.a11y.enabled && this.a11y.destroy();
}
}
},
{
name: "history",
params: {
history: { enabled: !1, replaceState: !1, key: "slides" }
},
create: function () {
var e = this;
v.extend(e, {
history: {
init: J.init.bind(e),
setHistory: J.setHistory.bind(e),
setHistoryPopState: J.setHistoryPopState.bind(e),
scrollToSlide: J.scrollToSlide.bind(e),
destroy: J.destroy.bind(e)
}
});
},
on: {
init: function () {
this.params.history.enabled && this.history.init();
},
destroy: function () {
this.params.history.enabled && this.history.destroy();
},
transitionEnd: function () {
this.history.initialized &&
this.history.setHistory(
this.params.history.key,
this.activeIndex
);
}
}
},
{
name: "hash-navigation",
params: {
hashNavigation: {
enabled: !1,
replaceState: !1,
watchState: !1
}
},
create: function () {
var e = this;
v.extend(e, {
hashNavigation: {
initialized: !1,
init: Q.init.bind(e),
destroy: Q.destroy.bind(e),
setHash: Q.setHash.bind(e),
onHashCange: Q.onHashCange.bind(e)
}
});
},
on: {
init: function () {
this.params.hashNavigation.enabled &&
this.hashNavigation.init();
},
destroy: function () {
this.params.hashNavigation.enabled &&
this.hashNavigation.destroy();
},
transitionEnd: function () {
this.hashNavigation.initialized &&
this.hashNavigation.setHash();
}
}
},
{
name: "autoplay",
params: {
autoplay: {
enabled: !1,
delay: 3e3,
waitForTransition: !0,
disableOnInteraction: !0,
stopOnLastSlide: !1,
reverseDirection: !1
}
},
create: function () {
var e = this;
v.extend(e, {
autoplay: {
running: !1,
paused: !1,
run: Z.run.bind(e),
start: Z.start.bind(e),
stop: Z.stop.bind(e),
pause: Z.pause.bind(e),
onTransitionEnd: function (t) {
e &&
!e.destroyed &&
e.$wrapperEl &&
t.target === this &&
(e.$wrapperEl[0].removeEventListener(
"transitionend",
e.autoplay.onTransitionEnd
),
e.$wrapperEl[0].removeEventListener(
"webkitTransitionEnd",
e.autoplay.onTransitionEnd
),
(e.autoplay.paused = !1),
e.autoplay.running
? e.autoplay.run()
: e.autoplay.stop());
}
}
});
},
on: {
init: function () {
this.params.autoplay.enabled && this.autoplay.start();
},
beforeTransitionStart: function (e, t) {
this.autoplay.running &&
(t || !this.params.autoplay.disableOnInteraction
? this.autoplay.pause(e)
: this.autoplay.stop());
},
sliderFirstMove: function () {
this.autoplay.running &&
(this.params.autoplay.disableOnInteraction
? this.autoplay.stop()
: this.autoplay.pause());
},
destroy: function () {
this.autoplay.running && this.autoplay.stop();
}
}
},
{
name: "effect-fade",
params: { fadeEffect: { crossFade: !1 } },
create: function () {
v.extend(this, {
fadeEffect: {
setTranslate: ee.setTranslate.bind(this),
setTransition: ee.setTransition.bind(this)
}
});
},
on: {
beforeInit: function () {
var e = this;
if ("fade" === e.params.effect) {
e.classNames.push(
e.params.containerModifierClass + "fade"
);
var t = {
slidesPerView: 1,
slidesPerColumn: 1,
slidesPerGroup: 1,
watchSlidesProgress: !0,
spaceBetween: 0,
virtualTranslate: !0
};
v.extend(e.params, t), v.extend(e.originalParams, t);
}
},
setTranslate: function () {
"fade" === this.params.effect &&
this.fadeEffect.setTranslate();
},
setTransition: function (e) {
"fade" === this.params.effect &&
this.fadeEffect.setTransition(e);
}
}
},
{
name: "effect-cube",
params: {
cubeEffect: {
slideShadows: !0,
shadow: !0,
shadowOffset: 20,
shadowScale: 0.94
}
},
create: function () {
v.extend(this, {
cubeEffect: {
setTranslate: te.setTranslate.bind(this),
setTransition: te.setTransition.bind(this)
}
});
},
on: {
beforeInit: function () {
var e = this;
if ("cube" === e.params.effect) {
e.classNames.push(
e.params.containerModifierClass + "cube"
),
e.classNames.push(
e.params.containerModifierClass + "3d"
);
var t = {
slidesPerView: 1,
slidesPerColumn: 1,
slidesPerGroup: 1,
watchSlidesProgress: !0,
resistanceRatio: 0,
spaceBetween: 0,
centeredSlides: !1,
virtualTranslate: !0
};
v.extend(e.params, t), v.extend(e.originalParams, t);
}
},
setTranslate: function () {
"cube" === this.params.effect &&
this.cubeEffect.setTranslate();
},
setTransition: function (e) {
"cube" === this.params.effect &&
this.cubeEffect.setTransition(e);
}
}
},
{
name: "effect-flip",
params: { flipEffect: { slideShadows: !0, limitRotation: !0 } },
create: function () {
v.extend(this, {
flipEffect: {
setTranslate: ne.setTranslate.bind(this),
setTransition: ne.setTransition.bind(this)
}
});
},
on: {
beforeInit: function () {
var e = this;
if ("flip" === e.params.effect) {
e.classNames.push(
e.params.containerModifierClass + "flip"
),
e.classNames.push(
e.params.containerModifierClass + "3d"
);
var t = {
slidesPerView: 1,
slidesPerColumn: 1,
slidesPerGroup: 1,
watchSlidesProgress: !0,
spaceBetween: 0,
virtualTranslate: !0
};
v.extend(e.params, t), v.extend(e.originalParams, t);
}
},
setTranslate: function () {
"flip" === this.params.effect &&
this.flipEffect.setTranslate();
},
setTransition: function (e) {
"flip" === this.params.effect &&
this.flipEffect.setTransition(e);
}
}
},
{
name: "effect-coverflow",
params: {
coverflowEffect: {
rotate: 50,
stretch: 0,
depth: 100,
modifier: 1,
slideShadows: !0
}
},
create: function () {
v.extend(this, {
coverflowEffect: {
setTranslate: ie.setTranslate.bind(this),
setTransition: ie.setTransition.bind(this)
}
});
},
on: {
beforeInit: function () {
var e = this;
"coverflow" === e.params.effect &&
(e.classNames.push(
e.params.containerModifierClass + "coverflow"
),
e.classNames.push(e.params.containerModifierClass + "3d"),
(e.params.watchSlidesProgress = !0),
(e.originalParams.watchSlidesProgress = !0));
},
setTranslate: function () {
"coverflow" === this.params.effect &&
this.coverflowEffect.setTranslate();
},
setTransition: function (e) {
"coverflow" === this.params.effect &&
this.coverflowEffect.setTransition(e);
}
}
},
{
name: "thumbs",
params: {
thumbs: {
swiper: null,
slideThumbActiveClass: "swiper-slide-thumb-active",
thumbsContainerClass: "swiper-container-thumbs"
}
},
create: function () {
v.extend(this, {
thumbs: {
swiper: null,
init: re.init.bind(this),
update: re.update.bind(this),
onThumbClick: re.onThumbClick.bind(this)
}
});
},
on: {
beforeInit: function () {
var e = this.params.thumbs;
e &&
e.swiper &&
(this.thumbs.init(), this.thumbs.update(!0));
},
slideChange: function () {
this.thumbs.swiper && this.thumbs.update();
},
update: function () {
this.thumbs.swiper && this.thumbs.update();
},
resize: function () {
this.thumbs.swiper && this.thumbs.update();
},
observerUpdate: function () {
this.thumbs.swiper && this.thumbs.update();
},
setTransition: function (e) {
var t = this.thumbs.swiper;
t && t.setTransition(e);
},
beforeDestroy: function () {
var e = this.thumbs.swiper;
e && this.thumbs.swiperCreated && e && e.destroy();
}
}
}
];
return (
void 0 === O.use &&
((O.use = O.Class.use),
(O.installModule = O.Class.installModule)),
O.use(ae),
O
);
});
}.call(this, n(56)(e)));
},
function (e, t, n) {
e.exports = { default: n(70), __esModule: !0 };
},
function (e, t, n) {
"use strict";
t.__esModule = !0;
var i = o(n(72)),
r = o(n(82)),
a =
"function" == typeof r.default && "symbol" == typeof i.default
? function (e) {
return typeof e;
}
: function (e) {
return e &&
"function" == typeof r.default &&
e.constructor === r.default &&
e !== r.default.prototype
? "symbol"
: typeof e;
};
function o(e) {
return e && e.__esModule ? e : { default: e };
}
t.default =
"function" == typeof r.default && "symbol" === a(i.default)
? function (e) {
return void 0 === e ? "undefined" : a(e);
}
: function (e) {
return e &&
"function" == typeof r.default &&
e.constructor === r.default &&
e !== r.default.prototype
? "symbol"
: void 0 === e
? "undefined"
: a(e);
};
},
function (e, t) {
var n = (e.exports = { version: "2.6.9" });
"number" == typeof __e && (__e = n);
},
function (e, t) {
var n = (e.exports =
"undefined" != typeof window && window.Math == Math
? window
: "undefined" != typeof self && self.Math == Math
? self
: Function("return this")());
"number" == typeof __g && (__g = n);
},
function (e, t, n) {
e.exports = !n(15)(function () {
return (
7 !=
Object.defineProperty({}, "a", {
get: function () {
return 7;
}
}).a
);
});
},
function (e, t) {
var n = {}.hasOwnProperty;
e.exports = function (e, t) {
return n.call(e, t);
};
},
function (e, t, n) {
var i = n(61),
r = n(25);
e.exports = function (e) {
return i(r(e));
};
},
function (e, t, n) {
var i = n(11),
r = n(17);
e.exports = n(7)
? function (e, t, n) {
return i.f(e, t, r(1, n));
}
: function (e, t, n) {
return (e[t] = n), e;
};
},
function (e, t, n) {
var i = n(16),
r = n(39),
a = n(23),
o = Object.defineProperty;
t.f = n(7)
? Object.defineProperty
: function (e, t, n) {
if ((i(e), (t = a(t, !0)), i(n), r))
try {
return o(e, t, n);
} catch (e) {}
if ("get" in n || "set" in n)
throw TypeError("Accessors not supported!");
return "value" in n && (e[t] = n.value), e;
};
},
function (e, t, n) {
var i = n(28)("wks"),
r = n(20),
a = n(6).Symbol,
o = "function" == typeof a;
(e.exports = function (e) {
return i[e] || (i[e] = (o && a[e]) || (o ? a : r)("Symbol." + e));
}).store = i;
},
function (e, t, n) {
var i = n(6),
r = n(5),
a = n(59),
o = n(10),
s = n(8),
l = function (e, t, n) {
var u,
c,
d,
p = e & l.F,
f = e & l.G,
h = e & l.S,
v = e & l.P,
m = e & l.B,
g = e & l.W,
y = f ? r : r[t] || (r[t] = {}),
b = y.prototype,
w = f ? i : h ? i[t] : (i[t] || {}).prototype;
for (u in (f && (n = t), n))
((c = !p && w && void 0 !== w[u]) && s(y, u)) ||
((d = c ? w[u] : n[u]),
(y[u] =
f && "function" != typeof w[u]
? n[u]
: m && c
? a(d, i)
: g && w[u] == d
? (function (e) {
var t = function (t, n, i) {
if (this instanceof e) {
switch (arguments.length) {
case 0:
return new e();
case 1:
return new e(t);
case 2:
return new e(t, n);
}
return new e(t, n, i);
}
return e.apply(this, arguments);
};
return (t.prototype = e.prototype), t;
})(d)
: v && "function" == typeof d
? a(Function.call, d)
: d),
v &&
(((y.virtual || (y.virtual = {}))[u] = d),
e & l.R && b && !b[u] && o(b, u, d)));
};
(l.F = 1),
(l.G = 2),
(l.S = 4),
(l.P = 8),
(l.B = 16),
(l.W = 32),
(l.U = 64),
(l.R = 128),
(e.exports = l);
},
function (e, t) {
e.exports = function (e) {
return "object" == typeof e ? null !== e : "function" == typeof e;
};
},
function (e, t) {
e.exports = function (e) {
try {
return !!e();
} catch (e) {
return !0;
}
};
},
function (e, t, n) {
var i = n(14);
e.exports = function (e) {
if (!i(e)) throw TypeError(e + " is not an object!");
return e;
};
},
function (e, t) {
e.exports = function (e, t) {
return {
enumerable: !(1 & e),
configurable: !(2 & e),
writable: !(4 & e),
value: t
};
};
},
function (e, t, n) {
var i = n(42),
r = n(29);
e.exports =
Object.keys ||
function (e) {
return i(e, r);
};
},
function (e, t) {
e.exports = !0;
},
function (e, t) {
var n = 0,
i = Math.random();
e.exports = function (e) {
return "Symbol(".concat(
void 0 === e ? "" : e,
")_",
(++n + i).toString(36)
);
};
},
function (e, t, n) {
!(function (t, n) {
var i = (function (e, t, n) {
"use strict";
var i, r;
if (
((function () {
var t,
n = {
lazyClass: "lazyload",
loadedClass: "lazyloaded",
loadingClass: "lazyloading",
preloadClass: "lazypreload",
errorClass: "lazyerror",
autosizesClass: "lazyautosizes",
fastLoadedClass: "ls-is-cached",
iframeLoadMode: 0,
srcAttr: "data-src",
srcsetAttr: "data-srcset",
sizesAttr: "data-sizes",
minSize: 40,
customMedia: {},
init: !0,
expFactor: 1.5,
hFac: 0.8,
loadMode: 2,
loadHidden: !0,
ricTimeout: 0,
throttleDelay: 125
};
for (t in ((r = e.lazySizesConfig || e.lazysizesConfig || {}), n))
t in r || (r[t] = n[t]);
})(),
!t || !t.getElementsByClassName)
)
return { init: function () {}, cfg: r, noSupport: !0 };
var a = t.documentElement,
o = e.HTMLPictureElement,
s = e.addEventListener.bind(e),
l = e.setTimeout,
u = e.requestAnimationFrame || l,
c = e.requestIdleCallback,
d = /^picture$/i,
p = ["load", "error", "lazyincluded", "_lazyloaded"],
f = {},
h = Array.prototype.forEach,
v = function (e, t) {
return (
f[t] || (f[t] = new RegExp("(\\s|^)" + t + "(\\s|$)")),
f[t].test(e.getAttribute("class") || "") && f[t]
);
},
m = function (e, t) {
v(e, t) ||
e.setAttribute(
"class",
(e.getAttribute("class") || "").trim() + " " + t
);
},
g = function (e, t) {
var n;
(n = v(e, t)) &&
e.setAttribute(
"class",
(e.getAttribute("class") || "").replace(n, " ")
);
},
y = function (e, t, n) {
var i = n ? "addEventListener" : "removeEventListener";
n && y(e, t),
p.forEach(function (n) {
e[i](n, t);
});
},
b = function (e, n, r, a, o) {
var s = t.createEvent("Event");
return (
r || (r = {}),
(r.instance = i),
s.initEvent(n, !a, !o),
(s.detail = r),
e.dispatchEvent(s),
s
);
},
w = function (t, n) {
var i;
!o && (i = e.picturefill || r.pf)
? (n &&
n.src &&
!t.getAttribute("srcset") &&
t.setAttribute("srcset", n.src),
i({ reevaluate: !0, elements: [t] }))
: n && n.src && (t.src = n.src);
},
x = function (e, t) {
return (getComputedStyle(e, null) || {})[t];
},
T = function (e, t, n) {
for (
n = n || e.offsetWidth;
n < r.minSize && t && !e._lazysizesWidth;
)
(n = t.offsetWidth), (t = t.parentNode);
return n;
},
E = (function () {
var e,
n,
i = [],
r = [],
a = i,
o = function () {
var t = a;
for (a = i.length ? r : i, e = !0, n = !1; t.length; )
t.shift()();
e = !1;
},
s = function (i, r) {
e && !r
? i.apply(this, arguments)
: (a.push(i), n || ((n = !0), (t.hidden ? l : u)(o)));
};
return (s._lsFlush = o), s;
})(),
C = function (e, t) {
return t
? function () {
E(e);
}
: function () {
var t = this,
n = arguments;
E(function () {
e.apply(t, n);
});
};
},
S = function (e) {
var t,
i,
r = function () {
(t = null), e();
},
a = function () {
var e = n.now() - i;
e < 99 ? l(a, 99 - e) : (c || r)(r);
};
return function () {
(i = n.now()), t || (t = l(a, 99));
};
},
k = (function () {
var o,
p,
f,
T,
k,
_,
L,
P,
O,
z,
N,
D,
A = /^img$/i,
I = /^iframe$/i,
$ =
"onscroll" in e && !/(gle|ing)bot/.test(navigator.userAgent),
j = 0,
H = 0,
B = -1,
F = function (e) {
H--, (!e || H < 0 || !e.target) && (H = 0);
},
q = function (e) {
return (
null == D && (D = "hidden" == x(t.body, "visibility")),
D ||
!(
"hidden" == x(e.parentNode, "visibility") &&
"hidden" == x(e, "visibility")
)
);
},
R = function (e, n) {
var i,
r = e,
o = q(e);
for (
P -= n, N += n, O -= n, z += n;
o && (r = r.offsetParent) && r != t.body && r != a;
)
(o = (x(r, "opacity") || 1) > 0) &&
"visible" != x(r, "overflow") &&
((i = r.getBoundingClientRect()),
(o =
z > i.left &&
O < i.right &&
N > i.top - 1 &&
P < i.bottom + 1));
return o;
},
X = function () {
var e,
n,
s,
l,
u,
c,
d,
f,
h,
v,
m,
g,
y = i.elements;
if ((T = r.loadMode) && H < 8 && (e = y.length)) {
for (n = 0, B++; n < e; n++)
if (y[n] && !y[n]._lazyRace)
if (
!$ ||
(i.prematureUnveil && i.prematureUnveil(y[n]))
)
J(y[n]);
else if (
(((f = y[n].getAttribute("data-expand")) &&
(c = 1 * f)) ||
(c = j),
v ||
((v =
!r.expand || r.expand < 1
? a.clientHeight > 500 && a.clientWidth > 500
? 500
: 370
: r.expand),
(i._defEx = v),
(m = v * r.expFactor),
(g = r.hFac),
(D = null),
j < m && H < 1 && B > 2 && T > 2 && !t.hidden
? ((j = m), (B = 0))
: (j = T > 1 && B > 1 && H < 6 ? v : 0)),
h !== c &&
((_ = innerWidth + c * g),
(L = innerHeight + c),
(d = -1 * c),
(h = c)),
(s = y[n].getBoundingClientRect()),
(N = s.bottom) >= d &&
(P = s.top) <= L &&
(z = s.right) >= d * g &&
(O = s.left) <= _ &&
(N || z || O || P) &&
(r.loadHidden || q(y[n])) &&
((p && H < 3 && !f && (T < 3 || B < 4)) ||
R(y[n], c)))
) {
if ((J(y[n]), (u = !0), H > 9)) break;
} else
!u &&
p &&
!l &&
H < 4 &&
B < 4 &&
T > 2 &&
(o[0] || r.preloadAfterLoad) &&
(o[0] ||
(!f &&
(N ||
z ||
O ||
P ||
"auto" != y[n].getAttribute(r.sizesAttr)))) &&
(l = o[0] || y[n]);
l && !u && J(l);
}
},
W = (function (e) {
var t,
i = 0,
a = r.throttleDelay,
o = r.ricTimeout,
s = function () {
(t = !1), (i = n.now()), e();
},
u =
c && o > 49
? function () {
c(s, { timeout: o }),
o !== r.ricTimeout && (o = r.ricTimeout);
}
: C(function () {
l(s);
}, !0);
return function (e) {
var r;
(e = !0 === e) && (o = 33),
t ||
((t = !0),
(r = a - (n.now() - i)) < 0 && (r = 0),
e || r < 9 ? u() : l(u, r));
};
})(X),
G = function (e) {
var t = e.target;
t._lazyCache
? delete t._lazyCache
: (F(e),
m(t, r.loadedClass),
g(t, r.loadingClass),
y(t, Y),
b(t, "lazyloaded"));
},
V = C(G),
Y = function (e) {
V({ target: e.target });
},
U = function (e) {
var t,
n = e.getAttribute(r.srcsetAttr);
(t =
r.customMedia[
e.getAttribute("data-media") || e.getAttribute("media")
]) && e.setAttribute("media", t),
n && e.setAttribute("srcset", n);
},
K = C(function (e, t, n, i, a) {
var o, s, u, c, p, v;
(p = b(e, "lazybeforeunveil", t)).defaultPrevented ||
(i &&
(n ? m(e, r.autosizesClass) : e.setAttribute("sizes", i)),
(s = e.getAttribute(r.srcsetAttr)),
(o = e.getAttribute(r.srcAttr)),
a && (c = (u = e.parentNode) && d.test(u.nodeName || "")),
(v = t.firesLoad || ("src" in e && (s || o || c))),
(p = { target: e }),
m(e, r.loadingClass),
v && (clearTimeout(f), (f = l(F, 2500)), y(e, Y, !0)),
c && h.call(u.getElementsByTagName("source"), U),
s
? e.setAttribute("srcset", s)
: o &&
!c &&
(I.test(e.nodeName)
? (function (e, t) {
var n =
e.getAttribute("data-load-mode") ||
r.iframeLoadMode;
0 == n
? e.contentWindow.location.replace(t)
: 1 == n && (e.src = t);
})(e, o)
: (e.src = o)),
a && (s || c) && w(e, { src: o })),
e._lazyRace && delete e._lazyRace,
g(e, r.lazyClass),
E(function () {
var t = e.complete && e.naturalWidth > 1;
(v && !t) ||
(t && m(e, r.fastLoadedClass),
G(p),
(e._lazyCache = !0),
l(function () {
"_lazyCache" in e && delete e._lazyCache;
}, 9)),
"lazy" == e.loading && H--;
}, !0);
}),
J = function (e) {
if (!e._lazyRace) {
var t,
n = A.test(e.nodeName),
i =
n &&
(e.getAttribute(r.sizesAttr) ||
e.getAttribute("sizes")),
a = "auto" == i;
((!a && p) ||
!n ||
(!e.getAttribute("src") && !e.srcset) ||
e.complete ||
v(e, r.errorClass) ||
!v(e, r.lazyClass)) &&
((t = b(e, "lazyunveilread").detail),
a && M.updateElem(e, !0, e.offsetWidth),
(e._lazyRace = !0),
H++,
K(e, t, a, i, n));
}
},
Q = S(function () {
(r.loadMode = 3), W();
}),
Z = function () {
3 == r.loadMode && (r.loadMode = 2), Q();
},
ee = function () {
p ||
(n.now() - k < 999
? l(ee, 999)
: ((p = !0), (r.loadMode = 3), W(), s("scroll", Z, !0)));
};
return {
_: function () {
(k = n.now()),
(i.elements = t.getElementsByClassName(r.lazyClass)),
(o = t.getElementsByClassName(
r.lazyClass + " " + r.preloadClass
)),
s("scroll", W, !0),
s("resize", W, !0),
s("pageshow", function (e) {
if (e.persisted) {
var n = t.querySelectorAll("." + r.loadingClass);
n.length &&
n.forEach &&
u(function () {
n.forEach(function (e) {
e.complete && J(e);
});
});
}
}),
e.MutationObserver
? new MutationObserver(W).observe(a, {
childList: !0,
subtree: !0,
attributes: !0
})
: (a.addEventListener("DOMNodeInserted", W, !0),
a.addEventListener("DOMAttrModified", W, !0),
setInterval(W, 999)),
s("hashchange", W, !0),
[
"focus",
"mouseover",
"click",
"load",
"transitionend",
"animationend"
].forEach(function (e) {
t.addEventListener(e, W, !0);
}),
/d$|^c/.test(t.readyState)
? ee()
: (s("load", ee),
t.addEventListener("DOMContentLoaded", W),
l(ee, 2e4)),
i.elements.length ? (X(), E._lsFlush()) : W();
},
checkElems: W,
unveil: J,
_aLSL: Z
};
})(),
M = (function () {
var e,
n = C(function (e, t, n, i) {
var r, a, o;
if (
((e._lazysizesWidth = i),
(i += "px"),
e.setAttribute("sizes", i),
d.test(t.nodeName || ""))
)
for (
a = 0, o = (r = t.getElementsByTagName("source")).length;
a < o;
a++
)
r[a].setAttribute("sizes", i);
n.detail.dataAttr || w(e, n.detail);
}),
i = function (e, t, i) {
var r,
a = e.parentNode;
a &&
((i = T(e, a, i)),
(r = b(e, "lazybeforesizes", { width: i, dataAttr: !!t }))
.defaultPrevented ||
((i = r.detail.width) &&
i !== e._lazysizesWidth &&
n(e, a, r, i)));
},
a = S(function () {
var t,
n = e.length;
if (n) for (t = 0; t < n; t++) i(e[t]);
});
return {
_: function () {
(e = t.getElementsByClassName(r.autosizesClass)),
s("resize", a);
},
checkElems: a,
updateElem: i
};
})(),
_ = function () {
!_.i && t.getElementsByClassName && ((_.i = !0), M._(), k._());
};
return (
l(function () {
r.init && _();
}),
(i = {
cfg: r,
autoSizer: M,
loader: k,
init: _,
uP: w,
aC: m,
rC: g,
hC: v,
fire: b,
gW: T,
rAF: E
})
);
})(t, t.document, Date);
(t.lazySizes = i), e.exports && (e.exports = i);
})("undefined" != typeof window ? window : {});
},
function (e, t, n) {
"use strict";
t.a = function (e) {
var t = this.constructor;
return this.then(
function (n) {
return t.resolve(e()).then(function () {
return n;
});
},
function (n) {
return t.resolve(e()).then(function () {
return t.reject(n);
});
}
);
};
},
function (e, t, n) {
var i = n(14);
e.exports = function (e, t) {
if (!i(e)) return e;
var n, r;
if (t && "function" == typeof (n = e.toString) && !i((r = n.call(e))))
return r;
if ("function" == typeof (n = e.valueOf) && !i((r = n.call(e))))
return r;
if (!t && "function" == typeof (n = e.toString) && !i((r = n.call(e))))
return r;
throw TypeError("Can't convert object to primitive value");
};
},
function (e, t, n) {
var i = n(16),
r = n(41),
a = n(29),
o = n(27)("IE_PROTO"),
s = function () {},
l = function () {
var e,
t = n(40)("iframe"),
i = a.length;
for (
t.style.display = "none",
n(65).appendChild(t),
t.src = "javascript:",
(e = t.contentWindow.document).open(),
e.write(""),
e.close(),
l = e.F;
i--;
)
delete l.prototype[a[i]];
return l();
};
e.exports =
Object.create ||
function (e, t) {
var n;
return (
null !== e
? ((s.prototype = i(e)),
(n = new s()),
(s.prototype = null),
(n[o] = e))
: (n = l()),
void 0 === t ? n : r(n, t)
);
};
},
function (e, t) {
e.exports = function (e) {
if (null == e) throw TypeError("Can't call method on " + e);
return e;
};
},
function (e, t) {
var n = Math.ceil,
i = Math.floor;
e.exports = function (e) {
return isNaN((e = +e)) ? 0 : (e > 0 ? i : n)(e);
};
},
function (e, t, n) {
var i = n(28)("keys"),
r = n(20);
e.exports = function (e) {
return i[e] || (i[e] = r(e));
};
},
function (e, t, n) {
var i = n(5),
r = n(6),
a = r["__core-js_shared__"] || (r["__core-js_shared__"] = {});
(e.exports = function (e, t) {
return a[e] || (a[e] = void 0 !== t ? t : {});
})("versions", []).push({
version: i.version,
mode: n(19) ? "pure" : "global",
copyright: "© 2019 Denis Pushkarev (zloirock.ru)"
});
},
function (e, t) {
e.exports =
"constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(
","
);
},
function (e, t) {
t.f = {}.propertyIsEnumerable;
},
function (e, t, n) {
var i = n(25);
e.exports = function (e) {
return Object(i(e));
};
},
function (e, t) {
e.exports = {};
},
function (e, t, n) {
var i = n(11).f,
r = n(8),
a = n(12)("toStringTag");
e.exports = function (e, t, n) {
e &&
!r((e = n ? e : e.prototype), a) &&
i(e, a, { configurable: !0, value: t });
};
},
function (e, t, n) {
t.f = n(12);
},
function (e, t, n) {
var i = n(6),
r = n(5),
a = n(19),
o = n(34),
s = n(11).f;
e.exports = function (e) {
var t = r.Symbol || (r.Symbol = a ? {} : i.Symbol || {});
"_" == e.charAt(0) || e in t || s(t, e, { value: o.f(e) });
};
},
function (e, t) {
var n;
n = (function () {
return this;
})();
try {
n = n || new Function("return this")();
} catch (e) {
"object" == typeof window && (n = window);
}
e.exports = n;
},
function (e, t, n) {
e.exports = { default: n(66), __esModule: !0 };
},
function (e, t, n) {
"undefined" != typeof self && self,
(e.exports = (function (e) {
var t = {};
function n(i) {
if (t[i]) return t[i].exports;
var r = (t[i] = { i: i, l: !1, exports: {} });
return e[i].call(r.exports, r, r.exports, n), (r.l = !0), r.exports;
}
return (
(n.m = e),
(n.c = t),
(n.d = function (e, t, i) {
n.o(e, t) ||
Object.defineProperty(e, t, {
configurable: !1,
enumerable: !0,
get: i
});
}),
(n.n = function (e) {
var t =
e && e.__esModule
? function () {
return e.default;
}
: function () {
return e;
};
return n.d(t, "a", t), t;
}),
(n.o = function (e, t) {
return Object.prototype.hasOwnProperty.call(e, t);
}),
(n.p = ""),
n((n.s = 9))
);
})([
function (e, t, n) {
"use strict";
t.a = function (e, t, n) {
return i(i({}, n), {
name: t || "unknown group",
getDevtoolsDetail: function () {
return r(this, void 0, void 0, function () {
var n, i, r, o, s;
return a(this, function (a) {
switch (a.label) {
case 0:
(n = 0), (i = e), (a.label = 1);
case 1:
return n < i.length
? ((r = i[n]),
(o = r.skip) ? [4, r.skip()] : [3, 3])
: [3, 6];
case 2:
(o = a.sent()), (a.label = 3);
case 3:
return o ? [3, 5] : [4, r.getDevtoolsDetail()];
case 4:
if ((s = a.sent()).isOpen || s.directReturn)
return (
t && (s.checkerName = t + "." + s.checkerName),
[2, s]
);
a.label = 5;
case 5:
return n++, [3, 1];
case 6:
return [2, { checkerName: this.name, isOpen: !1 }];
}
});
});
}
});
};
var i =
(this && this.__assign) ||
function () {
return (i =
Object.assign ||
function (e) {
for (var t, n = 1, i = arguments.length; n < i; n++)
for (var r in (t = arguments[n]))
Object.prototype.hasOwnProperty.call(t, r) &&
(e[r] = t[r]);
return e;
}).apply(this, arguments);
},
r =
(this && this.__awaiter) ||
function (e, t, n, i) {
return new (n || (n = Promise))(function (r, a) {
function o(e) {
try {
l(i.next(e));
} catch (e) {
a(e);
}
}
function s(e) {
try {
l(i.throw(e));
} catch (e) {
a(e);
}
}
function l(e) {
e.done
? r(e.value)
: (function (e) {
return e instanceof n
? e
: new n(function (t) {
t(e);
});
})(e.value).then(o, s);
}
l((i = i.apply(e, t || [])).next());
});
},
a =
(this && this.__generator) ||
function (e, t) {
var n,
i,
r,
a,
o = {
label: 0,
sent: function () {
if (1 & r[0]) throw r[1];
return r[1];
},
trys: [],
ops: []
};
return (
(a = { next: s(0), throw: s(1), return: s(2) }),
"function" == typeof Symbol &&
(a[Symbol.iterator] = function () {
return this;
}),
a
);
function s(a) {
return function (s) {
return (function (a) {
if (n)
throw new TypeError(
"Generator is already executing."
);
for (; o; )
try {
if (
((n = 1),
i &&
(r =
2 & a[0]
? i.return
: a[0]
? i.throw ||
((r = i.return) && r.call(i), 0)
: i.next) &&
!(r = r.call(i, a[1])).done)
)
return r;
switch (
((i = 0), r && (a = [2 & a[0], r.value]), a[0])
) {
case 0:
case 1:
r = a;
break;
case 4:
return o.label++, { value: a[1], done: !1 };
case 5:
o.label++, (i = a[1]), (a = [0]);
continue;
case 7:
(a = o.ops.pop()), o.trys.pop();
continue;
default:
if (
!(r =
(r = o.trys).length > 0 &&
r[r.length - 1]) &&
(6 === a[0] || 2 === a[0])
) {
o = 0;
continue;
}
if (
3 === a[0] &&
(!r || (a[1] > r[0] && a[1] < r[3]))
) {
o.label = a[1];
break;
}
if (6 === a[0] && o.label < r[1]) {
(o.label = r[1]), (r = a);
break;
}
if (r && o.label < r[2]) {
(o.label = r[2]), o.ops.push(a);
break;
}
r[2] && o.ops.pop(), o.trys.pop();
continue;
}
a = t.call(e, o);
} catch (e) {
(a = [6, e]), (i = 0);
} finally {
n = r = 0;
}
if (5 & a[0]) throw a[1];
return { value: a[0] ? a[1] : void 0, done: !0 };
})([a, s]);
};
}
};
},
function (e, t, n) {
"use strict";
n.d(t, "b", function () {
return a;
}),
n.d(t, "c", function () {
return o;
}),
n.d(t, "a", function () {
return s;
}),
n.d(t, "d", function () {
return l;
});
var i = n(6),
r = navigator.userAgent,
a = Object(i.a)(function () {
return r.indexOf("Firefox") > -1;
}),
o = Object(i.a)(function () {
return r.indexOf("Trident") > -1 || r.indexOf("MSIE") > -1;
}),
s = Object(i.a)(function () {
return r.indexOf("Edge") > -1;
}),
l = Object(i.a)(function () {
return /webkit/i.test(r) && !s();
});
},
function (e, t, n) {
"use strict";
n.d(t, "b", function () {
return o;
}),
n.d(t, "c", function () {
return s;
}),
n.d(t, "a", function () {
return l;
});
var i = n(1),
r = function (e) {
return "function" == typeof e;
};
function a(e) {
if (console) {
var t = console[e];
if (r(t))
return i.c || i.a
? function () {
for (var t = [], n = 0; n < arguments.length; n++)
t[n] = arguments[n];
console[e].apply(console, t);
}
: console[e];
}
return function () {
for (var e = [], t = 0; t < arguments.length; t++)
e[t] = arguments[t];
};
}
var o = a("log"),
s = a("table"),
l = a("clear");
},
function (e, t, n) {
"use strict";
var i =
(this && this.__awaiter) ||
function (e, t, n, i) {
return new (n || (n = Promise))(function (r, a) {
function o(e) {
try {
l(i.next(e));
} catch (e) {
a(e);
}
}
function s(e) {
try {
l(i.throw(e));
} catch (e) {
a(e);
}
}
function l(e) {
e.done
? r(e.value)
: (function (e) {
return e instanceof n
? e
: new n(function (t) {
t(e);
});
})(e.value).then(o, s);
}
l((i = i.apply(e, t || [])).next());
});
},
r =
(this && this.__generator) ||
function (e, t) {
var n,
i,
r,
a,
o = {
label: 0,
sent: function () {
if (1 & r[0]) throw r[1];
return r[1];
},
trys: [],
ops: []
};
return (
(a = { next: s(0), throw: s(1), return: s(2) }),
"function" == typeof Symbol &&
(a[Symbol.iterator] = function () {
return this;
}),
a
);
function s(a) {
return function (s) {
return (function (a) {
if (n)
throw new TypeError(
"Generator is already executing."
);
for (; o; )
try {
if (
((n = 1),
i &&
(r =
2 & a[0]
? i.return
: a[0]
? i.throw ||
((r = i.return) && r.call(i), 0)
: i.next) &&
!(r = r.call(i, a[1])).done)
)
return r;
switch (
((i = 0), r && (a = [2 & a[0], r.value]), a[0])
) {
case 0:
case 1:
r = a;
break;
case 4:
return o.label++, { value: a[1], done: !1 };
case 5:
o.label++, (i = a[1]), (a = [0]);
continue;
case 7:
(a = o.ops.pop()), o.trys.pop();
continue;
default:
if (
!(r =
(r = o.trys).length > 0 &&
r[r.length - 1]) &&
(6 === a[0] || 2 === a[0])
) {
o = 0;
continue;
}
if (
3 === a[0] &&
(!r || (a[1] > r[0] && a[1] < r[3]))
) {
o.label = a[1];
break;
}
if (6 === a[0] && o.label < r[1]) {
(o.label = r[1]), (r = a);
break;
}
if (r && o.label < r[2]) {
(o.label = r[2]), o.ops.push(a);
break;
}
r[2] && o.ops.pop(), o.trys.pop();
continue;
}
a = t.call(e, o);
} catch (e) {
(a = [6, e]), (i = 0);
} finally {
n = r = 0;
}
if (5 & a[0]) throw a[1];
return { value: a[0] ? a[1] : void 0, done: !0 };
})([a, s]);
};
}
};
function a() {
return performance ? performance.now() : Date.now();
}
var o = {
name: "debugger-checker",
getDevtoolsDetail: function () {
return i(this, void 0, void 0, function () {
var e;
return r(this, function (t) {
return (
(e = a()),
function () {}.constructor("debugger")(),
[2, { isOpen: a() - e > 100, checkerName: this.name }]
);
});
});
}
};
t.a = o;
},
function (e, t, n) {
"use strict";
n.d(t, "a", function () {
return o;
});
var i = n(0),
r =
(this && this.__awaiter) ||
function (e, t, n, i) {
return new (n || (n = Promise))(function (r, a) {
function o(e) {
try {
l(i.next(e));
} catch (e) {
a(e);
}
}
function s(e) {
try {
l(i.throw(e));
} catch (e) {
a(e);
}
}
function l(e) {
e.done
? r(e.value)
: (function (e) {
return e instanceof n
? e
: new n(function (t) {
t(e);
});
})(e.value).then(o, s);
}
l((i = i.apply(e, t || [])).next());
});
},
a =
(this && this.__generator) ||
function (e, t) {
var n,
i,
r,
a,
o = {
label: 0,
sent: function () {
if (1 & r[0]) throw r[1];
return r[1];
},
trys: [],
ops: []
};
return (
(a = { next: s(0), throw: s(1), return: s(2) }),
"function" == typeof Symbol &&
(a[Symbol.iterator] = function () {
return this;
}),
a
);
function s(a) {
return function (s) {
return (function (a) {
if (n)
throw new TypeError(
"Generator is already executing."
);
for (; o; )
try {
if (
((n = 1),
i &&
(r =
2 & a[0]
? i.return
: a[0]
? i.throw ||
((r = i.return) && r.call(i), 0)
: i.next) &&
!(r = r.call(i, a[1])).done)
)
return r;
switch (
((i = 0), r && (a = [2 & a[0], r.value]), a[0])
) {
case 0:
case 1:
r = a;
break;
case 4:
return o.label++, { value: a[1], done: !1 };
case 5:
o.label++, (i = a[1]), (a = [0]);
continue;
case 7:
(a = o.ops.pop()), o.trys.pop();
continue;
default:
if (
!(r =
(r = o.trys).length > 0 &&
r[r.length - 1]) &&
(6 === a[0] || 2 === a[0])
) {
o = 0;
continue;
}
if (
3 === a[0] &&
(!r || (a[1] > r[0] && a[1] < r[3]))
) {
o.label = a[1];
break;
}
if (6 === a[0] && o.label < r[1]) {
(o.label = r[1]), (r = a);
break;
}
if (r && o.label < r[2]) {
(o.label = r[2]), o.ops.push(a);
break;
}
r[2] && o.ops.pop(), o.trys.pop();
continue;
}
a = t.call(e, o);
} catch (e) {
(a = [6, e]), (i = 0);
} finally {
n = r = 0;
}
if (5 & a[0]) throw a[1];
return { value: a[0] ? a[1] : void 0, done: !0 };
})([a, s]);
};
}
},
o = (function () {
function e(e) {
var t = e.checkers;
(this._listeners = []),
(this._isOpen = !1),
(this._detectLoopStopped = !0),
(this._detectLoopDelay = 500),
(this._checker = Object(i.a)(t));
}
return (
(e.prototype.launch = function () {
this._detectLoopDelay <= 0 && this.setDetectDelay(500),
this._detectLoopStopped &&
((this._detectLoopStopped = !1), this._detectLoop());
}),
(e.prototype.stop = function () {
this._detectLoopStopped ||
((this._detectLoopStopped = !0),
clearTimeout(this._timer));
}),
(e.prototype.isLaunch = function () {
return !this._detectLoopStopped;
}),
(e.prototype.setDetectDelay = function (e) {
this._detectLoopDelay = e;
}),
(e.prototype.addListener = function (e) {
this._listeners.push(e);
}),
(e.prototype.removeListener = function (e) {
this._listeners = this._listeners.filter(function (t) {
return t !== e;
});
}),
(e.prototype.lanuch = function () {
this.launch();
}),
(e.prototype.isLanuch = function () {
return this.isLaunch();
}),
(e.prototype._broadcast = function (e) {
for (var t = 0, n = this._listeners; t < n.length; t++) {
var i = n[t];
try {
i(e.isOpen, e);
} catch (e) {}
}
}),
(e.prototype._detectLoop = function () {
return r(this, void 0, void 0, function () {
var e,
t = this;
return a(this, function (n) {
switch (n.label) {
case 0:
return [4, this._checker.getDevtoolsDetail()];
case 1:
return (
(e = n.sent()).isOpen != this._isOpen &&
((this._isOpen = e.isOpen), this._broadcast(e)),
this._detectLoopDelay > 0
? (this._timer = setTimeout(function () {
return t._detectLoop();
}, this._detectLoopDelay))
: this.stop(),
[2]
);
}
});
});
}),
e
);
})();
},
function (e, t, n) {
"use strict";
var i = n(0),
r = n(10),
a = n(13),
o = n(14),
s = Object(i.a)([r.a, a.a, o.a], "console-checker");
t.a = s;
},
function (e, t, n) {
"use strict";
t.a = function (e) {
var t,
n = !1;
return function () {
for (var i = [], r = 0; r < arguments.length; r++)
i[r] = arguments[r];
return n ? t : ((n = !0), (t = e.apply(void 0, i)));
};
};
},
function (e, t, n) {
"use strict";
var i = n(2),
r =
(this && this.__awaiter) ||
function (e, t, n, i) {
return new (n || (n = Promise))(function (r, a) {
function o(e) {
try {
l(i.next(e));
} catch (e) {
a(e);
}
}
function s(e) {
try {
l(i.throw(e));
} catch (e) {
a(e);
}
}
function l(e) {
e.done
? r(e.value)
: (function (e) {
return e instanceof n
? e
: new n(function (t) {
t(e);
});
})(e.value).then(o, s);
}
l((i = i.apply(e, t || [])).next());
});
},
a =
(this && this.__generator) ||
function (e, t) {
var n,
i,
r,
a,
o = {
label: 0,
sent: function () {
if (1 & r[0]) throw r[1];
return r[1];
},
trys: [],
ops: []
};
return (
(a = { next: s(0), throw: s(1), return: s(2) }),
"function" == typeof Symbol &&
(a[Symbol.iterator] = function () {
return this;
}),
a
);
function s(a) {
return function (s) {
return (function (a) {
if (n)
throw new TypeError(
"Generator is already executing."
);
for (; o; )
try {
if (
((n = 1),
i &&
(r =
2 & a[0]
? i.return
: a[0]
? i.throw ||
((r = i.return) && r.call(i), 0)
: i.next) &&
!(r = r.call(i, a[1])).done)
)
return r;
switch (
((i = 0), r && (a = [2 & a[0], r.value]), a[0])
) {
case 0:
case 1:
r = a;
break;
case 4:
return o.label++, { value: a[1], done: !1 };
case 5:
o.label++, (i = a[1]), (a = [0]);
continue;
case 7:
(a = o.ops.pop()), o.trys.pop();
continue;
default:
if (
!(r =
(r = o.trys).length > 0 &&
r[r.length - 1]) &&
(6 === a[0] || 2 === a[0])
) {
o = 0;
continue;
}
if (
3 === a[0] &&
(!r || (a[1] > r[0] && a[1] < r[3]))
) {
o.label = a[1];
break;
}
if (6 === a[0] && o.label < r[1]) {
(o.label = r[1]), (r = a);
break;
}
if (r && o.label < r[2]) {
(o.label = r[2]), o.ops.push(a);
break;
}
r[2] && o.ops.pop(), o.trys.pop();
continue;
}
a = t.call(e, o);
} catch (e) {
(a = [6, e]), (i = 0);
} finally {
n = r = 0;
}
if (5 & a[0]) throw a[1];
return { value: a[0] ? a[1] : void 0, done: !0 };
})([a, s]);
};
}
},
o = document.createElement("div"),
s = !1;
Object.defineProperty(o, "id", {
get: function () {
return (s = !0), l.name;
},
configurable: !0
});
var l = {
name: "element-id-chekcer",
getDevtoolsDetail: function () {
return r(this, void 0, void 0, function () {
return a(this, function (e) {
return (
(s = !1),
Object(i.b)(o),
Object(i.a)(),
[2, { isOpen: s, checkerName: this.name }]
);
});
});
}
};
t.a = l;
},
function (e, t, n) {
"use strict";
var i = n(17),
r =
(this && this.__awaiter) ||
function (e, t, n, i) {
return new (n || (n = Promise))(function (r, a) {
function o(e) {
try {
l(i.next(e));
} catch (e) {
a(e);
}
}
function s(e) {
try {
l(i.throw(e));
} catch (e) {
a(e);
}
}
function l(e) {
e.done
? r(e.value)
: (function (e) {
return e instanceof n
? e
: new n(function (t) {
t(e);
});
})(e.value).then(o, s);
}
l((i = i.apply(e, t || [])).next());
});
},
a =
(this && this.__generator) ||
function (e, t) {
var n,
i,
r,
a,
o = {
label: 0,
sent: function () {
if (1 & r[0]) throw r[1];
return r[1];
},
trys: [],
ops: []
};
return (
(a = { next: s(0), throw: s(1), return: s(2) }),
"function" == typeof Symbol &&
(a[Symbol.iterator] = function () {
return this;
}),
a
);
function s(a) {
return function (s) {
return (function (a) {
if (n)
throw new TypeError(
"Generator is already executing."
);
for (; o; )
try {
if (
((n = 1),
i &&
(r =
2 & a[0]
? i.return
: a[0]
? i.throw ||
((r = i.return) && r.call(i), 0)
: i.next) &&
!(r = r.call(i, a[1])).done)
)
return r;
switch (
((i = 0), r && (a = [2 & a[0], r.value]), a[0])
) {
case 0:
case 1:
r = a;
break;
case 4:
return o.label++, { value: a[1], done: !1 };
case 5:
o.label++, (i = a[1]), (a = [0]);
continue;
case 7:
(a = o.ops.pop()), o.trys.pop();
continue;
default:
if (
!(r =
(r = o.trys).length > 0 &&
r[r.length - 1]) &&
(6 === a[0] || 2 === a[0])
) {
o = 0;
continue;
}
if (
3 === a[0] &&
(!r || (a[1] > r[0] && a[1] < r[3]))
) {
o.label = a[1];
break;
}
if (6 === a[0] && o.label < r[1]) {
(o.label = r[1]), (r = a);
break;
}
if (r && o.label < r[2]) {
(o.label = r[2]), o.ops.push(a);
break;
}
r[2] && o.ops.pop(), o.trys.pop();
continue;
}
a = t.call(e, o);
} catch (e) {
(a = [6, e]), (i = 0);
} finally {
n = r = 0;
}
if (5 & a[0]) throw a[1];
return { value: a[0] ? a[1] : void 0, done: !0 };
})([a, s]);
};
}
},
o = {
name: "firebug-checker",
getDevtoolsDetail: function () {
return r(this, void 0, void 0, function () {
var e, t;
return a(this, function (n) {
(e = window.top), (t = !1);
try {
t =
e.Firebug &&
e.Firebug.chrome &&
e.Firebug.chrome.isInitialized;
} catch (e) {}
return [2, { isOpen: t, checkerName: this.name }];
});
});
},
skip: function () {
return r(this, void 0, void 0, function () {
return a(this, function (e) {
return [2, Object(i.a)()];
});
});
}
};
t.a = o;
},
function (e, t, n) {
"use strict";
Object.defineProperty(t, "__esModule", { value: !0 }),
(t.addListener = function (e) {
s.addListener(e);
}),
(t.removeListener = function (e) {
s.removeListener(e);
}),
(t.isLaunch = function () {
return s.isLaunch();
}),
(t.launch = function () {
s.launch();
}),
(t.stop = function () {
s.stop();
}),
(t.setDetectDelay = function (e) {
s.setDetectDelay(e);
}),
(t.isLanuch = function () {
return s.isLanuch();
}),
(t.lanuch = function () {
s.lanuch();
});
var i = n(4),
r = n(5),
a = n(3),
o = n(8);
n.d(t, "consoleChecker", function () {
return r.a;
}),
n.d(t, "debuggerChecker", function () {
return a.a;
}),
n.d(t, "firebugChecker", function () {
return o.a;
}),
n.d(t, "Detector", function () {
return i.a;
});
var s = new i.a({ checkers: [o.a, r.a, a.a] });
t.default = s;
},
function (e, t, n) {
"use strict";
var i = n(1),
r = n(0),
a = n(3),
o = n(11),
s = n(12),
l =
(this && this.__assign) ||
function () {
return (l =
Object.assign ||
function (e) {
for (var t, n = 1, i = arguments.length; n < i; n++)
for (var r in (t = arguments[n]))
Object.prototype.hasOwnProperty.call(t, r) &&
(e[r] = t[r]);
return e;
}).apply(this, arguments);
},
u =
(this && this.__awaiter) ||
function (e, t, n, i) {
return new (n || (n = Promise))(function (r, a) {
function o(e) {
try {
l(i.next(e));
} catch (e) {
a(e);
}
}
function s(e) {
try {
l(i.throw(e));
} catch (e) {
a(e);
}
}
function l(e) {
e.done
? r(e.value)
: (function (e) {
return e instanceof n
? e
: new n(function (t) {
t(e);
});
})(e.value).then(o, s);
}
l((i = i.apply(e, t || [])).next());
});
},
c =
(this && this.__generator) ||
function (e, t) {
var n,
i,
r,
a,
o = {
label: 0,
sent: function () {
if (1 & r[0]) throw r[1];
return r[1];
},
trys: [],
ops: []
};
return (
(a = { next: s(0), throw: s(1), return: s(2) }),
"function" == typeof Symbol &&
(a[Symbol.iterator] = function () {
return this;
}),
a
);
function s(a) {
return function (s) {
return (function (a) {
if (n)
throw new TypeError(
"Generator is already executing."
);
for (; o; )
try {
if (
((n = 1),
i &&
(r =
2 & a[0]
? i.return
: a[0]
? i.throw ||
((r = i.return) && r.call(i), 0)
: i.next) &&
!(r = r.call(i, a[1])).done)
)
return r;
switch (
((i = 0), r && (a = [2 & a[0], r.value]), a[0])
) {
case 0:
case 1:
r = a;
break;
case 4:
return o.label++, { value: a[1], done: !1 };
case 5:
o.label++, (i = a[1]), (a = [0]);
continue;
case 7:
(a = o.ops.pop()), o.trys.pop();
continue;
default:
if (
!(r =
(r = o.trys).length > 0 &&
r[r.length - 1]) &&
(6 === a[0] || 2 === a[0])
) {
o = 0;
continue;
}
if (
3 === a[0] &&
(!r || (a[1] > r[0] && a[1] < r[3]))
) {
o.label = a[1];
break;
}
if (6 === a[0] && o.label < r[1]) {
(o.label = r[1]), (r = a);
break;
}
if (r && o.label < r[2]) {
(o.label = r[2]), o.ops.push(a);
break;
}
r[2] && o.ops.pop(), o.trys.pop();
continue;
}
a = t.call(e, o);
} catch (e) {
(a = [6, e]), (i = 0);
} finally {
n = r = 0;
}
if (5 & a[0]) throw a[1];
return { value: a[0] ? a[1] : void 0, done: !0 };
})([a, s]);
};
}
},
d = l(l({}, Object(o.a)(Object(r.a)([s.a, a.a]))), {
name: "firefox-checker",
skip: function () {
return u(this, void 0, void 0, function () {
return c(this, function (e) {
return [2, !Object(i.b)()];
});
});
}
});
t.a = d;
},
function (e, t, n) {
"use strict";
t.a = function (e) {
return i(i({}, e), {
getDevtoolsDetail: function () {
return r(this, void 0, void 0, function () {
var t;
return a(this, function (n) {
switch (n.label) {
case 0:
return [4, e.getDevtoolsDetail()];
case 1:
return ((t = n.sent()).directReturn = !0), [2, t];
}
});
});
}
});
};
var i =
(this && this.__assign) ||
function () {
return (i =
Object.assign ||
function (e) {
for (var t, n = 1, i = arguments.length; n < i; n++)
for (var r in (t = arguments[n]))
Object.prototype.hasOwnProperty.call(t, r) &&
(e[r] = t[r]);
return e;
}).apply(this, arguments);
},
r =
(this && this.__awaiter) ||
function (e, t, n, i) {
return new (n || (n = Promise))(function (r, a) {
function o(e) {
try {
l(i.next(e));
} catch (e) {
a(e);
}
}
function s(e) {
try {
l(i.throw(e));
} catch (e) {
a(e);
}
}
function l(e) {
e.done
? r(e.value)
: (function (e) {
return e instanceof n
? e
: new n(function (t) {
t(e);
});
})(e.value).then(o, s);
}
l((i = i.apply(e, t || [])).next());
});
},
a =
(this && this.__generator) ||
function (e, t) {
var n,
i,
r,
a,
o = {
label: 0,
sent: function () {
if (1 & r[0]) throw r[1];
return r[1];
},
trys: [],
ops: []
};
return (
(a = { next: s(0), throw: s(1), return: s(2) }),
"function" == typeof Symbol &&
(a[Symbol.iterator] = function () {
return this;
}),
a
);
function s(a) {
return function (s) {
return (function (a) {
if (n)
throw new TypeError(
"Generator is already executing."
);
for (; o; )
try {
if (
((n = 1),
i &&
(r =
2 & a[0]
? i.return
: a[0]
? i.throw ||
((r = i.return) && r.call(i), 0)
: i.next) &&
!(r = r.call(i, a[1])).done)
)
return r;
switch (
((i = 0), r && (a = [2 & a[0], r.value]), a[0])
) {
case 0:
case 1:
r = a;
break;
case 4:
return o.label++, { value: a[1], done: !1 };
case 5:
o.label++, (i = a[1]), (a = [0]);
continue;
case 7:
(a = o.ops.pop()), o.trys.pop();
continue;
default:
if (
!(r =
(r = o.trys).length > 0 &&
r[r.length - 1]) &&
(6 === a[0] || 2 === a[0])
) {
o = 0;
continue;
}
if (
3 === a[0] &&
(!r || (a[1] > r[0] && a[1] < r[3]))
) {
o.label = a[1];
break;
}
if (6 === a[0] && o.label < r[1]) {
(o.label = r[1]), (r = a);
break;
}
if (r && o.label < r[2]) {
(o.label = r[2]), o.ops.push(a);
break;
}
r[2] && o.ops.pop(), o.trys.pop();
continue;
}
a = t.call(e, o);
} catch (e) {
(a = [6, e]), (i = 0);
} finally {
n = r = 0;
}
if (5 & a[0]) throw a[1];
return { value: a[0] ? a[1] : void 0, done: !0 };
})([a, s]);
};
}
};
},
function (e, t, n) {
"use strict";
var i = n(2),
r =
(this && this.__awaiter) ||
function (e, t, n, i) {
return new (n || (n = Promise))(function (r, a) {
function o(e) {
try {
l(i.next(e));
} catch (e) {
a(e);
}
}
function s(e) {
try {
l(i.throw(e));
} catch (e) {
a(e);
}
}
function l(e) {
e.done
? r(e.value)
: (function (e) {
return e instanceof n
? e
: new n(function (t) {
t(e);
});
})(e.value).then(o, s);
}
l((i = i.apply(e, t || [])).next());
});
},
a =
(this && this.__generator) ||
function (e, t) {
var n,
i,
r,
a,
o = {
label: 0,
sent: function () {
if (1 & r[0]) throw r[1];
return r[1];
},
trys: [],
ops: []
};
return (
(a = { next: s(0), throw: s(1), return: s(2) }),
"function" == typeof Symbol &&
(a[Symbol.iterator] = function () {
return this;
}),
a
);
function s(a) {
return function (s) {
return (function (a) {
if (n)
throw new TypeError(
"Generator is already executing."
);
for (; o; )
try {
if (
((n = 1),
i &&
(r =
2 & a[0]
? i.return
: a[0]
? i.throw ||
((r = i.return) && r.call(i), 0)
: i.next) &&
!(r = r.call(i, a[1])).done)
)
return r;
switch (
((i = 0), r && (a = [2 & a[0], r.value]), a[0])
) {
case 0:
case 1:
r = a;
break;
case 4:
return o.label++, { value: a[1], done: !1 };
case 5:
o.label++, (i = a[1]), (a = [0]);
continue;
case 7:
(a = o.ops.pop()), o.trys.pop();
continue;
default:
if (
!(r =
(r = o.trys).length > 0 &&
r[r.length - 1]) &&
(6 === a[0] || 2 === a[0])
) {
o = 0;
continue;
}
if (
3 === a[0] &&
(!r || (a[1] > r[0] && a[1] < r[3]))
) {
o.label = a[1];
break;
}
if (6 === a[0] && o.label < r[1]) {
(o.label = r[1]), (r = a);
break;
}
if (r && o.label < r[2]) {
(o.label = r[2]), o.ops.push(a);
break;
}
r[2] && o.ops.pop(), o.trys.pop();
continue;
}
a = t.call(e, o);
} catch (e) {
(a = [6, e]), (i = 0);
} finally {
n = r = 0;
}
if (5 & a[0]) throw a[1];
return { value: a[0] ? a[1] : void 0, done: !0 };
})([a, s]);
};
}
},
o = / /,
s = !1;
o.toString = function () {
return (s = !0), l.name;
};
var l = {
name: "reg-toString-checker",
getDevtoolsDetail: function () {
return r(this, void 0, void 0, function () {
return a(this, function (e) {
return (
(s = !1),
Object(i.b)(o),
Object(i.a)(),
[2, { isOpen: s, checkerName: this.name }]
);
});
});
}
};
t.a = l;
},
function (e, t, n) {
"use strict";
var i = n(1),
r = n(7),
a =
(this && this.__assign) ||
function () {
return (a =
Object.assign ||
function (e) {
for (var t, n = 1, i = arguments.length; n < i; n++)
for (var r in (t = arguments[n]))
Object.prototype.hasOwnProperty.call(t, r) &&
(e[r] = t[r]);
return e;
}).apply(this, arguments);
},
o =
(this && this.__awaiter) ||
function (e, t, n, i) {
return new (n || (n = Promise))(function (r, a) {
function o(e) {
try {
l(i.next(e));
} catch (e) {
a(e);
}
}
function s(e) {
try {
l(i.throw(e));
} catch (e) {
a(e);
}
}
function l(e) {
e.done
? r(e.value)
: (function (e) {
return e instanceof n
? e
: new n(function (t) {
t(e);
});
})(e.value).then(o, s);
}
l((i = i.apply(e, t || [])).next());
});
},
s =
(this && this.__generator) ||
function (e, t) {
var n,
i,
r,
a,
o = {
label: 0,
sent: function () {
if (1 & r[0]) throw r[1];
return r[1];
},
trys: [],
ops: []
};
return (
(a = { next: s(0), throw: s(1), return: s(2) }),
"function" == typeof Symbol &&
(a[Symbol.iterator] = function () {
return this;
}),
a
);
function s(a) {
return function (s) {
return (function (a) {
if (n)
throw new TypeError(
"Generator is already executing."
);
for (; o; )
try {
if (
((n = 1),
i &&
(r =
2 & a[0]
? i.return
: a[0]
? i.throw ||
((r = i.return) && r.call(i), 0)
: i.next) &&
!(r = r.call(i, a[1])).done)
)
return r;
switch (
((i = 0), r && (a = [2 & a[0], r.value]), a[0])
) {
case 0:
case 1:
r = a;
break;
case 4:
return o.label++, { value: a[1], done: !1 };
case 5:
o.label++, (i = a[1]), (a = [0]);
continue;
case 7:
(a = o.ops.pop()), o.trys.pop();
continue;
default:
if (
!(r =
(r = o.trys).length > 0 &&
r[r.length - 1]) &&
(6 === a[0] || 2 === a[0])
) {
o = 0;
continue;
}
if (
3 === a[0] &&
(!r || (a[1] > r[0] && a[1] < r[3]))
) {
o.label = a[1];
break;
}
if (6 === a[0] && o.label < r[1]) {
(o.label = r[1]), (r = a);
break;
}
if (r && o.label < r[2]) {
(o.label = r[2]), o.ops.push(a);
break;
}
r[2] && o.ops.pop(), o.trys.pop();
continue;
}
a = t.call(e, o);
} catch (e) {
(a = [6, e]), (i = 0);
} finally {
n = r = 0;
}
if (5 & a[0]) throw a[1];
return { value: a[0] ? a[1] : void 0, done: !0 };
})([a, s]);
};
}
},
l = a(a({}, r.a), {
name: "ie-edge-checker",
skip: function () {
return o(this, void 0, void 0, function () {
return s(this, function (e) {
return [2, !(Object(i.c)() || Object(i.a)())];
});
});
}
});
t.a = l;
},
function (e, t, n) {
"use strict";
var i = n(1),
r = n(0),
a = n(15),
o = n(7),
s = n(16),
l =
(this && this.__assign) ||
function () {
return (l =
Object.assign ||
function (e) {
for (var t, n = 1, i = arguments.length; n < i; n++)
for (var r in (t = arguments[n]))
Object.prototype.hasOwnProperty.call(t, r) &&
(e[r] = t[r]);
return e;
}).apply(this, arguments);
},
u =
(this && this.__awaiter) ||
function (e, t, n, i) {
return new (n || (n = Promise))(function (r, a) {
function o(e) {
try {
l(i.next(e));
} catch (e) {
a(e);
}
}
function s(e) {
try {
l(i.throw(e));
} catch (e) {
a(e);
}
}
function l(e) {
e.done
? r(e.value)
: (function (e) {
return e instanceof n
? e
: new n(function (t) {
t(e);
});
})(e.value).then(o, s);
}
l((i = i.apply(e, t || [])).next());
});
},
c =
(this && this.__generator) ||
function (e, t) {
var n,
i,
r,
a,
o = {
label: 0,
sent: function () {
if (1 & r[0]) throw r[1];
return r[1];
},
trys: [],
ops: []
};
return (
(a = { next: s(0), throw: s(1), return: s(2) }),
"function" == typeof Symbol &&
(a[Symbol.iterator] = function () {
return this;
}),
a
);
function s(a) {
return function (s) {
return (function (a) {
if (n)
throw new TypeError(
"Generator is already executing."
);
for (; o; )
try {
if (
((n = 1),
i &&
(r =
2 & a[0]
? i.return
: a[0]
? i.throw ||
((r = i.return) && r.call(i), 0)
: i.next) &&
!(r = r.call(i, a[1])).done)
)
return r;
switch (
((i = 0), r && (a = [2 & a[0], r.value]), a[0])
) {
case 0:
case 1:
r = a;
break;
case 4:
return o.label++, { value: a[1], done: !1 };
case 5:
o.label++, (i = a[1]), (a = [0]);
continue;
case 7:
(a = o.ops.pop()), o.trys.pop();
continue;
default:
if (
!(r =
(r = o.trys).length > 0 &&
r[r.length - 1]) &&
(6 === a[0] || 2 === a[0])
) {
o = 0;
continue;
}
if (
3 === a[0] &&
(!r || (a[1] > r[0] && a[1] < r[3]))
) {
o.label = a[1];
break;
}
if (6 === a[0] && o.label < r[1]) {
(o.label = r[1]), (r = a);
break;
}
if (r && o.label < r[2]) {
(o.label = r[2]), o.ops.push(a);
break;
}
r[2] && o.ops.pop(), o.trys.pop();
continue;
}
a = t.call(e, o);
} catch (e) {
(a = [6, e]), (i = 0);
} finally {
n = r = 0;
}
if (5 & a[0]) throw a[1];
return { value: a[0] ? a[1] : void 0, done: !0 };
})([a, s]);
};
}
},
d = l(l({}, Object(r.a)([o.a, s.a, a.a])), {
name: "webkit-checker",
skip: function () {
return u(this, void 0, void 0, function () {
return c(this, function (e) {
return [2, !Object(i.d)()];
});
});
}
});
t.a = d;
},
function (e, t, n) {
"use strict";
var i = n(2),
r =
(this && this.__awaiter) ||
function (e, t, n, i) {
return new (n || (n = Promise))(function (r, a) {
function o(e) {
try {
l(i.next(e));
} catch (e) {
a(e);
}
}
function s(e) {
try {
l(i.throw(e));
} catch (e) {
a(e);
}
}
function l(e) {
e.done
? r(e.value)
: (function (e) {
return e instanceof n
? e
: new n(function (t) {
t(e);
});
})(e.value).then(o, s);
}
l((i = i.apply(e, t || [])).next());
});
},
a =
(this && this.__generator) ||
function (e, t) {
var n,
i,
r,
a,
o = {
label: 0,
sent: function () {
if (1 & r[0]) throw r[1];
return r[1];
},
trys: [],
ops: []
};
return (
(a = { next: s(0), throw: s(1), return: s(2) }),
"function" == typeof Symbol &&
(a[Symbol.iterator] = function () {
return this;
}),
a
);
function s(a) {
return function (s) {
return (function (a) {
if (n)
throw new TypeError(
"Generator is already executing."
);
for (; o; )
try {
if (
((n = 1),
i &&
(r =
2 & a[0]
? i.return
: a[0]
? i.throw ||
((r = i.return) && r.call(i), 0)
: i.next) &&
!(r = r.call(i, a[1])).done)
)
return r;
switch (
((i = 0), r && (a = [2 & a[0], r.value]), a[0])
) {
case 0:
case 1:
r = a;
break;
case 4:
return o.label++, { value: a[1], done: !1 };
case 5:
o.label++, (i = a[1]), (a = [0]);
continue;
case 7:
(a = o.ops.pop()), o.trys.pop();
continue;
default:
if (
!(r =
(r = o.trys).length > 0 &&
r[r.length - 1]) &&
(6 === a[0] || 2 === a[0])
) {
o = 0;
continue;
}
if (
3 === a[0] &&
(!r || (a[1] > r[0] && a[1] < r[3]))
) {
o.label = a[1];
break;
}
if (6 === a[0] && o.label < r[1]) {
(o.label = r[1]), (r = a);
break;
}
if (r && o.label < r[2]) {
(o.label = r[2]), o.ops.push(a);
break;
}
r[2] && o.ops.pop(), o.trys.pop();
continue;
}
a = t.call(e, o);
} catch (e) {
(a = [6, e]), (i = 0);
} finally {
n = r = 0;
}
if (5 & a[0]) throw a[1];
return { value: a[0] ? a[1] : void 0, done: !0 };
})([a, s]);
};
}
},
o = / /,
s = !1;
o.toString = function () {
return (s = !0), l.name;
};
var l = {
name: "dep-reg-toString-checker",
getDevtoolsDetail: function () {
return r(this, void 0, void 0, function () {
return a(this, function (e) {
return (
(s = !1),
Object(i.c)({ dep: o }),
Object(i.a)(),
[2, { isOpen: s, checkerName: this.name }]
);
});
});
}
};
t.a = l;
},
function (e, t, n) {
"use strict";
var i = n(2),
r =
(this && this.__awaiter) ||
function (e, t, n, i) {
return new (n || (n = Promise))(function (r, a) {
function o(e) {
try {
l(i.next(e));
} catch (e) {
a(e);
}
}
function s(e) {
try {
l(i.throw(e));
} catch (e) {
a(e);
}
}
function l(e) {
e.done
? r(e.value)
: (function (e) {
return e instanceof n
? e
: new n(function (t) {
t(e);
});
})(e.value).then(o, s);
}
l((i = i.apply(e, t || [])).next());
});
},
a =
(this && this.__generator) ||
function (e, t) {
var n,
i,
r,
a,
o = {
label: 0,
sent: function () {
if (1 & r[0]) throw r[1];
return r[1];
},
trys: [],
ops: []
};
return (
(a = { next: s(0), throw: s(1), return: s(2) }),
"function" == typeof Symbol &&
(a[Symbol.iterator] = function () {
return this;
}),
a
);
function s(a) {
return function (s) {
return (function (a) {
if (n)
throw new TypeError(
"Generator is already executing."
);
for (; o; )
try {
if (
((n = 1),
i &&
(r =
2 & a[0]
? i.return
: a[0]
? i.throw ||
((r = i.return) && r.call(i), 0)
: i.next) &&
!(r = r.call(i, a[1])).done)
)
return r;
switch (
((i = 0), r && (a = [2 & a[0], r.value]), a[0])
) {
case 0:
case 1:
r = a;
break;
case 4:
return o.label++, { value: a[1], done: !1 };
case 5:
o.label++, (i = a[1]), (a = [0]);
continue;
case 7:
(a = o.ops.pop()), o.trys.pop();
continue;
default:
if (
!(r =
(r = o.trys).length > 0 &&
r[r.length - 1]) &&
(6 === a[0] || 2 === a[0])
) {
o = 0;
continue;
}
if (
3 === a[0] &&
(!r || (a[1] > r[0] && a[1] < r[3]))
) {
o.label = a[1];
break;
}
if (6 === a[0] && o.label < r[1]) {
(o.label = r[1]), (r = a);
break;
}
if (r && o.label < r[2]) {
(o.label = r[2]), o.ops.push(a);
break;
}
r[2] && o.ops.pop(), o.trys.pop();
continue;
}
a = t.call(e, o);
} catch (e) {
(a = [6, e]), (i = 0);
} finally {
n = r = 0;
}
if (5 & a[0]) throw a[1];
return { value: a[0] ? a[1] : void 0, done: !0 };
})([a, s]);
};
}
};
function o() {}
var s = 0;
o.toString = function () {
s++;
};
var l = {
name: "function-to-string-checker",
getDevtoolsDetail: function () {
return r(this, void 0, void 0, function () {
return a(this, function (e) {
return (
(s = 0),
Object(i.b)(o),
Object(i.a)(),
[2, { isOpen: 2 === s, checkerName: this.name }]
);
});
});
}
};
t.a = l;
},
function (e, t, n) {
"use strict";
n.d(t, "a", function () {
return a;
});
var i = n(6),
r = Object(i.a)(function () {
return window.top !== window;
}),
a = Object(i.a)(function () {
if (!r()) return !1;
try {
return Object.keys(window.top.innerWidth), !1;
} catch (e) {
return !0;
}
});
}
]));
},
function (e, t, n) {
e.exports =
!n(7) &&
!n(15)(function () {
return (
7 !=
Object.defineProperty(n(40)("div"), "a", {
get: function () {
return 7;
}
}).a
);
});
},
function (e, t, n) {
var i = n(14),
r = n(6).document,
a = i(r) && i(r.createElement);
e.exports = function (e) {
return a ? r.createElement(e) : {};
};
},
function (e, t, n) {
var i = n(11),
r = n(16),
a = n(18);
e.exports = n(7)
? Object.defineProperties
: function (e, t) {
r(e);
for (var n, o = a(t), s = o.length, l = 0; s > l; )
i.f(e, (n = o[l++]), t[n]);
return e;
};
},
function (e, t, n) {
var i = n(8),
r = n(9),
a = n(62)(!1),
o = n(27)("IE_PROTO");
e.exports = function (e, t) {
var n,
s = r(e),
l = 0,
u = [];
for (n in s) n != o && i(s, n) && u.push(n);
for (; t.length > l; ) i(s, (n = t[l++])) && (~a(u, n) || u.push(n));
return u;
};
},
function (e, t) {
var n = {}.toString;
e.exports = function (e) {
return n.call(e).slice(8, -1);
};
},
function (e, t, n) {
var i = n(30),
r = n(17),
a = n(9),
o = n(23),
s = n(8),
l = n(39),
u = Object.getOwnPropertyDescriptor;
t.f = n(7)
? u
: function (e, t) {
if (((e = a(e)), (t = o(t, !0)), l))
try {
return u(e, t);
} catch (e) {}
if (s(e, t)) return r(!i.f.call(e, t), e[t]);
};
},
function (e, t, n) {
var i = n(13),
r = n(5),
a = n(15);
e.exports = function (e, t) {
var n = (r.Object || {})[e] || Object[e],
o = {};
(o[e] = t(n)),
i(
i.S +
i.F *
a(function () {
n(1);
}),
"Object",
o
);
};
},
function (e, t, n) {
"use strict";
var i = n(19),
r = n(13),
a = n(47),
o = n(10),
s = n(32),
l = n(76),
u = n(33),
c = n(77),
d = n(12)("iterator"),
p = !([].keys && "next" in [].keys()),
f = function () {
return this;
};
e.exports = function (e, t, n, h, v, m, g) {
l(n, t, h);
var y,
b,
w,
x = function (e) {
if (!p && e in S) return S[e];
switch (e) {
case "keys":
case "values":
return function () {
return new n(this, e);
};
}
return function () {
return new n(this, e);
};
},
T = t + " Iterator",
E = "values" == v,
C = !1,
S = e.prototype,
k = S[d] || S["@@iterator"] || (v && S[v]),
M = k || x(v),
_ = v ? (E ? x("entries") : M) : void 0,
L = ("Array" == t && S.entries) || k;
if (
(L &&
(w = c(L.call(new e()))) !== Object.prototype &&
w.next &&
(u(w, T, !0), i || "function" == typeof w[d] || o(w, d, f)),
E &&
k &&
"values" !== k.name &&
((C = !0),
(M = function () {
return k.call(this);
})),
(i && !g) || (!p && !C && S[d]) || o(S, d, M),
(s[t] = M),
(s[T] = f),
v)
)
if (
((y = {
values: E ? M : x("values"),
keys: m ? M : x("keys"),
entries: _
}),
g)
)
for (b in y) b in S || a(S, b, y[b]);
else r(r.P + r.F * (p || C), t, y);
return y;
};
},
function (e, t, n) {
e.exports = n(10);
},
function (e, t) {
t.f = Object.getOwnPropertySymbols;
},
function (e, t, n) {
var i = n(42),
r = n(29).concat("length", "prototype");
t.f =
Object.getOwnPropertyNames ||
function (e) {
return i(e, r);
};
},
function (e, t, n) {
var i, r, a;
!(function (o, s) {
o &&
((s = s.bind(null, o, o.document)),
e.exports
? s(n(21))
: ((r = [n(21)]),
void 0 ===
(a = "function" == typeof (i = s) ? i.apply(t, r) : i) ||
(e.exports = a)));
})("undefined" != typeof window ? window : 0, function (e, t, n) {
"use strict";
if (e.addEventListener) {
var i = /\s+(\d+)(w|h)\s+(\d+)(w|h)/,
r = /parent-fit["']*\s*:\s*["']*(contain|cover|width)/,
a = /parent-container["']*\s*:\s*["']*(.+?)(?=(\s|$|,|'|"|;))/,
o = /^picture$/i,
s = n.cfg,
l = {
getParent: function (t, n) {
var i = t,
r = t.parentNode;
return (
(n && "prev" != n) ||
!r ||
!o.test(r.nodeName || "") ||
(r = r.parentNode),
"self" != n &&
(i =
"prev" == n
? t.previousElementSibling
: (n &&
(r.closest || e.jQuery) &&
(r.closest
? r.closest(n)
: jQuery(r).closest(n)[0])) ||
r),
i
);
},
getFit: function (e) {
var t,
n,
i = (function (e) {
return getComputedStyle(e, null) || {};
})(e),
o = i.content || i.fontFamily,
s = {
fit:
e._lazysizesParentFit || e.getAttribute("data-parent-fit")
};
return (
!s.fit && o && (t = o.match(r)) && (s.fit = t[1]),
s.fit
? (!(n =
e._lazysizesParentContainer ||
e.getAttribute("data-parent-container")) &&
o &&
(t = o.match(a)) &&
(n = t[1]),
(s.parent = l.getParent(e, n)))
: (s.fit = i.objectFit),
s
);
},
getImageRatio: function (t) {
var n,
r,
a,
l,
u,
c,
d,
p = t.parentNode,
f =
p && o.test(p.nodeName || "")
? p.querySelectorAll("source, img")
: [t];
for (n = 0; n < f.length; n++)
if (
((r =
(t = f[n]).getAttribute(s.srcsetAttr) ||
t.getAttribute("srcset") ||
t.getAttribute("data-pfsrcset") ||
t.getAttribute("data-risrcset") ||
""),
(a = t._lsMedia || t.getAttribute("media")),
(a = s.customMedia[t.getAttribute("data-media") || a] || a),
r &&
(!a || ((e.matchMedia && matchMedia(a)) || {}).matches))
) {
(l = parseFloat(t.getAttribute("data-aspectratio"))) ||
((u = r.match(i))
? "w" == u[2]
? ((c = u[1]), (d = u[3]))
: ((c = u[3]), (d = u[1]))
: ((c = t.getAttribute("width")),
(d = t.getAttribute("height"))),
(l = c / d));
break;
}
return l;
},
calculateSize: function (e, t) {
var n,
i,
r,
a = this.getFit(e),
o = a.fit,
s = a.parent;
return "width" == o ||
(("contain" == o || "cover" == o) &&
(i = this.getImageRatio(e)))
? (s ? (t = s.clientWidth) : (s = e),
(r = t),
"width" == o
? (r = t)
: (n = t / s.clientHeight) &&
(("cover" == o && n < i) ||
("contain" == o && n > i)) &&
(r = t * (i / n)),
r)
: t;
}
};
(n.parentFit = l),
t.addEventListener("lazybeforesizes", function (e) {
if (!e.defaultPrevented && e.detail.instance == n) {
var t = e.target;
e.detail.width = l.calculateSize(t, e.detail.width);
}
});
}
});
},
function (e, t, n) {
e.exports = { default: n(57), __esModule: !0 };
},
function (e, t, n) {
e.exports = { default: n(68), __esModule: !0 };
},
function (e, t, n) {
"use strict";
(function (e) {
var i = n(22),
r = setTimeout;
function a(e) {
return Boolean(e && void 0 !== e.length);
}
function o() {}
function s(e) {
if (!(this instanceof s))
throw new TypeError("Promises must be constructed via new");
if ("function" != typeof e) throw new TypeError("not a function");
(this._state = 0),
(this._handled = !1),
(this._value = void 0),
(this._deferreds = []),
p(e, this);
}
function l(e, t) {
for (; 3 === e._state; ) e = e._value;
0 !== e._state
? ((e._handled = !0),
s._immediateFn(function () {
var n = 1 === e._state ? t.onFulfilled : t.onRejected;
if (null !== n) {
var i;
try {
i = n(e._value);
} catch (e) {
return void c(t.promise, e);
}
u(t.promise, i);
} else (1 === e._state ? u : c)(t.promise, e._value);
}))
: e._deferreds.push(t);
}
function u(e, t) {
try {
if (t === e)
throw new TypeError("A promise cannot be resolved with itself.");
if (t && ("object" == typeof t || "function" == typeof t)) {
var n = t.then;
if (t instanceof s)
return (e._state = 3), (e._value = t), void d(e);
if ("function" == typeof n)
return void p(
(function (e, t) {
return function () {
e.apply(t, arguments);
};
})(n, t),
e
);
}
(e._state = 1), (e._value = t), d(e);
} catch (t) {
c(e, t);
}
}
function c(e, t) {
(e._state = 2), (e._value = t), d(e);
}
function d(e) {
2 === e._state &&
0 === e._deferreds.length &&
s._immediateFn(function () {
e._handled || s._unhandledRejectionFn(e._value);
});
for (var t = 0, n = e._deferreds.length; t < n; t++)
l(e, e._deferreds[t]);
e._deferreds = null;
}
function p(e, t) {
var n = !1;
try {
e(
function (e) {
n || ((n = !0), u(t, e));
},
function (e) {
n || ((n = !0), c(t, e));
}
);
} catch (e) {
if (n) return;
(n = !0), c(t, e);
}
}
(s.prototype.catch = function (e) {
return this.then(null, e);
}),
(s.prototype.then = function (e, t) {
var n = new this.constructor(o);
return (
l(
this,
new (function (e, t, n) {
(this.onFulfilled = "function" == typeof e ? e : null),
(this.onRejected = "function" == typeof t ? t : null),
(this.promise = n);
})(e, t, n)
),
n
);
}),
(s.prototype.finally = i.a),
(s.all = function (e) {
return new s(function (t, n) {
if (!a(e))
return n(new TypeError("Promise.all accepts an array"));
var i = Array.prototype.slice.call(e);
if (0 === i.length) return t([]);
var r = i.length;
function o(e, a) {
try {
if (a && ("object" == typeof a || "function" == typeof a)) {
var s = a.then;
if ("function" == typeof s)
return void s.call(
a,
function (t) {
o(e, t);
},
n
);
}
(i[e] = a), 0 == --r && t(i);
} catch (e) {
n(e);
}
}
for (var s = 0; s < i.length; s++) o(s, i[s]);
});
}),
(s.resolve = function (e) {
return e && "object" == typeof e && e.constructor === s
? e
: new s(function (t) {
t(e);
});
}),
(s.reject = function (e) {
return new s(function (t, n) {
n(e);
});
}),
(s.race = function (e) {
return new s(function (t, n) {
if (!a(e))
return n(new TypeError("Promise.race accepts an array"));
for (var i = 0, r = e.length; i < r; i++)
s.resolve(e[i]).then(t, n);
});
}),
(s._immediateFn =
("function" == typeof e &&
function (t) {
e(t);
}) ||
function (e) {
r(e, 0);
}),
(s._unhandledRejectionFn = function (e) {
"undefined" != typeof console &&
console &&
console.warn("Possible Unhandled Promise Rejection:", e);
}),
(t.a = s);
}.call(this, n(94).setImmediate));
},
function (e, t, n) {
e.exports = n.p + "static/img/tijiaochenggong@2x.1c930be.png";
},
,
function (e, t) {
e.exports = function (e) {
if (!e.webpackPolyfill) {
var t = Object.create(e);
t.children || (t.children = []),
Object.defineProperty(t, "loaded", {
enumerable: !0,
get: function () {
return t.l;
}
}),
Object.defineProperty(t, "id", {
enumerable: !0,
get: function () {
return t.i;
}
}),
Object.defineProperty(t, "exports", { enumerable: !0 }),
(t.webpackPolyfill = 1);
}
return t;
};
},
function (e, t, n) {
n(58);
var i = n(5).Object;
e.exports = function (e, t) {
return i.create(e, t);
};
},
function (e, t, n) {
var i = n(13);
i(i.S, "Object", { create: n(24) });
},
function (e, t, n) {
var i = n(60);
e.exports = function (e, t, n) {
if ((i(e), void 0 === t)) return e;
switch (n) {
case 1:
return function (n) {
return e.call(t, n);
};
case 2:
return function (n, i) {
return e.call(t, n, i);
};
case 3:
return function (n, i, r) {
return e.call(t, n, i, r);
};
}
return function () {
return e.apply(t, arguments);
};
};
},
function (e, t) {
e.exports = function (e) {
if ("function" != typeof e) throw TypeError(e + " is not a function!");
return e;
};
},
function (e, t, n) {
var i = n(43);
e.exports = Object("z").propertyIsEnumerable(0)
? Object
: function (e) {
return "String" == i(e) ? e.split("") : Object(e);
};
},
function (e, t, n) {
var i = n(9),
r = n(63),
a = n(64);
e.exports = function (e) {
return function (t, n, o) {
var s,
l = i(t),
u = r(l.length),
c = a(o, u);
if (e && n != n) {
for (; u > c; ) if ((s = l[c++]) != s) return !0;
} else
for (; u > c; c++)
if ((e || c in l) && l[c] === n) return e || c || 0;
return !e && -1;
};
};
},
function (e, t, n) {
var i = n(26),
r = Math.min;
e.exports = function (e) {
return e > 0 ? r(i(e), 9007199254740991) : 0;
};
},
function (e, t, n) {
var i = n(26),
r = Math.max,
a = Math.min;
e.exports = function (e, t) {
return (e = i(e)) < 0 ? r(e + t, 0) : a(e, t);
};
},
function (e, t, n) {
var i = n(6).document;
e.exports = i && i.documentElement;
},
function (e, t, n) {
n(67);
var i = n(5).Object;
e.exports = function (e, t) {
return i.defineProperties(e, t);
};
},
function (e, t, n) {
var i = n(13);
i(i.S + i.F * !n(7), "Object", { defineProperties: n(41) });
},
function (e, t, n) {
n(69);
var i = n(5).Object;
e.exports = function (e, t) {
return i.getOwnPropertyDescriptor(e, t);
};
},
function (e, t, n) {
var i = n(9),
r = n(44).f;
n(45)("getOwnPropertyDescriptor", function () {
return function (e, t) {
return r(i(e), t);
};
});
},
function (e, t, n) {
n(71), (e.exports = n(5).Object.keys);
},
function (e, t, n) {
var i = n(31),
r = n(18);
n(45)("keys", function () {
return function (e) {
return r(i(e));
};
});
},
function (e, t, n) {
e.exports = { default: n(73), __esModule: !0 };
},
function (e, t, n) {
n(74), n(78), (e.exports = n(34).f("iterator"));
},
function (e, t, n) {
"use strict";
var i = n(75)(!0);
n(46)(
String,
"String",
function (e) {
(this._t = String(e)), (this._i = 0);
},
function () {
var e,
t = this._t,
n = this._i;
return n >= t.length
? { value: void 0, done: !0 }
: ((e = i(t, n)), (this._i += e.length), { value: e, done: !1 });
}
);
},
function (e, t, n) {
var i = n(26),
r = n(25);
e.exports = function (e) {
return function (t, n) {
var a,
o,
s = String(r(t)),
l = i(n),
u = s.length;
return l < 0 || l >= u
? e
? ""
: void 0
: (a = s.charCodeAt(l)) < 55296 ||
a > 56319 ||
l + 1 === u ||
(o = s.charCodeAt(l + 1)) < 56320 ||
o > 57343
? e
? s.charAt(l)
: a
: e
? s.slice(l, l + 2)
: o - 56320 + ((a - 55296) << 10) + 65536;
};
};
},
function (e, t, n) {
"use strict";
var i = n(24),
r = n(17),
a = n(33),
o = {};
n(10)(o, n(12)("iterator"), function () {
return this;
}),
(e.exports = function (e, t, n) {
(e.prototype = i(o, { next: r(1, n) })), a(e, t + " Iterator");
});
},
function (e, t, n) {
var i = n(8),
r = n(31),
a = n(27)("IE_PROTO"),
o = Object.prototype;
e.exports =
Object.getPrototypeOf ||
function (e) {
return (
(e = r(e)),
i(e, a)
? e[a]
: "function" == typeof e.constructor && e instanceof e.constructor
? e.constructor.prototype
: e instanceof Object
? o
: null
);
};
},
function (e, t, n) {
n(79);
for (
var i = n(6),
r = n(10),
a = n(32),
o = n(12)("toStringTag"),
s =
"CSSRuleList,CSSStyleDeclaration,CSSValueList,ClientRectList,DOMRectList,DOMStringList,DOMTokenList,DataTransferItemList,FileList,HTMLAllCollection,HTMLCollection,HTMLFormElement,HTMLSelectElement,MediaList,MimeTypeArray,NamedNodeMap,NodeList,PaintRequestList,Plugin,PluginArray,SVGLengthList,SVGNumberList,SVGPathSegList,SVGPointList,SVGStringList,SVGTransformList,SourceBufferList,StyleSheetList,TextTrackCueList,TextTrackList,TouchList".split(
","
),
l = 0;
l < s.length;
l++
) {
var u = s[l],
c = i[u],
d = c && c.prototype;
d && !d[o] && r(d, o, u), (a[u] = a.Array);
}
},
function (e, t, n) {
"use strict";
var i = n(80),
r = n(81),
a = n(32),
o = n(9);
(e.exports = n(46)(
Array,
"Array",
function (e, t) {
(this._t = o(e)), (this._i = 0), (this._k = t);
},
function () {
var e = this._t,
t = this._k,
n = this._i++;
return !e || n >= e.length
? ((this._t = void 0), r(1))
: r(0, "keys" == t ? n : "values" == t ? e[n] : [n, e[n]]);
},
"values"
)),
(a.Arguments = a.Array),
i("keys"),
i("values"),
i("entries");
},
function (e, t) {
e.exports = function () {};
},
function (e, t) {
e.exports = function (e, t) {
return { value: t, done: !!e };
};
},
function (e, t, n) {
e.exports = { default: n(83), __esModule: !0 };
},
function (e, t, n) {
n(84), n(89), n(90), n(91), (e.exports = n(5).Symbol);
},
function (e, t, n) {
"use strict";
var i = n(6),
r = n(8),
a = n(7),
o = n(13),
s = n(47),
l = n(85).KEY,
u = n(15),
c = n(28),
d = n(33),
p = n(20),
f = n(12),
h = n(34),
v = n(35),
m = n(86),
g = n(87),
y = n(16),
b = n(14),
w = n(31),
x = n(9),
T = n(23),
E = n(17),
C = n(24),
S = n(88),
k = n(44),
M = n(48),
_ = n(11),
L = n(18),
P = k.f,
O = _.f,
z = S.f,
N = i.Symbol,
D = i.JSON,
A = D && D.stringify,
I = f("_hidden"),
$ = f("toPrimitive"),
j = {}.propertyIsEnumerable,
H = c("symbol-registry"),
B = c("symbols"),
F = c("op-symbols"),
q = Object.prototype,
R = "function" == typeof N && !!M.f,
X = i.QObject,
W = !X || !X.prototype || !X.prototype.findChild,
G =
a &&
u(function () {
return (
7 !=
C(
O({}, "a", {
get: function () {
return O(this, "a", { value: 7 }).a;
}
})
).a
);
})
? function (e, t, n) {
var i = P(q, t);
i && delete q[t], O(e, t, n), i && e !== q && O(q, t, i);
}
: O,
V = function (e) {
var t = (B[e] = C(N.prototype));
return (t._k = e), t;
},
Y =
R && "symbol" == typeof N.iterator
? function (e) {
return "symbol" == typeof e;
}
: function (e) {
return e instanceof N;
},
U = function (e, t, n) {
return (
e === q && U(F, t, n),
y(e),
(t = T(t, !0)),
y(n),
r(B, t)
? (n.enumerable
? (r(e, I) && e[I][t] && (e[I][t] = !1),
(n = C(n, { enumerable: E(0, !1) })))
: (r(e, I) || O(e, I, E(1, {})), (e[I][t] = !0)),
G(e, t, n))
: O(e, t, n)
);
},
K = function (e, t) {
y(e);
for (var n, i = m((t = x(t))), r = 0, a = i.length; a > r; )
U(e, (n = i[r++]), t[n]);
return e;
},
J = function (e) {
var t = j.call(this, (e = T(e, !0)));
return (
!(this === q && r(B, e) && !r(F, e)) &&
(!(t || !r(this, e) || !r(B, e) || (r(this, I) && this[I][e])) || t)
);
},
Q = function (e, t) {
if (((e = x(e)), (t = T(t, !0)), e !== q || !r(B, t) || r(F, t))) {
var n = P(e, t);
return (
!n || !r(B, t) || (r(e, I) && e[I][t]) || (n.enumerable = !0), n
);
}
},
Z = function (e) {
for (var t, n = z(x(e)), i = [], a = 0; n.length > a; )
r(B, (t = n[a++])) || t == I || t == l || i.push(t);
return i;
},
ee = function (e) {
for (
var t, n = e === q, i = z(n ? F : x(e)), a = [], o = 0;
i.length > o;
)
!r(B, (t = i[o++])) || (n && !r(q, t)) || a.push(B[t]);
return a;
};
R ||
(s(
(N = function () {
if (this instanceof N)
throw TypeError("Symbol is not a constructor!");
var e = p(arguments.length > 0 ? arguments[0] : void 0),
t = function (n) {
this === q && t.call(F, n),
r(this, I) && r(this[I], e) && (this[I][e] = !1),
G(this, e, E(1, n));
};
return a && W && G(q, e, { configurable: !0, set: t }), V(e);
}).prototype,
"toString",
function () {
return this._k;
}
),
(k.f = Q),
(_.f = U),
(n(49).f = S.f = Z),
(n(30).f = J),
(M.f = ee),
a && !n(19) && s(q, "propertyIsEnumerable", J, !0),
(h.f = function (e) {
return V(f(e));
})),
o(o.G + o.W + o.F * !R, { Symbol: N });
for (
var te =
"hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(
","
),
ne = 0;
te.length > ne;
)
f(te[ne++]);
for (var ie = L(f.store), re = 0; ie.length > re; ) v(ie[re++]);
o(o.S + o.F * !R, "Symbol", {
for: function (e) {
return r(H, (e += "")) ? H[e] : (H[e] = N(e));
},
keyFor: function (e) {
if (!Y(e)) throw TypeError(e + " is not a symbol!");
for (var t in H) if (H[t] === e) return t;
},
useSetter: function () {
W = !0;
},
useSimple: function () {
W = !1;
}
}),
o(o.S + o.F * !R, "Object", {
create: function (e, t) {
return void 0 === t ? C(e) : K(C(e), t);
},
defineProperty: U,
defineProperties: K,
getOwnPropertyDescriptor: Q,
getOwnPropertyNames: Z,
getOwnPropertySymbols: ee
});
var ae = u(function () {
M.f(1);
});
o(o.S + o.F * ae, "Object", {
getOwnPropertySymbols: function (e) {
return M.f(w(e));
}
}),
D &&
o(
o.S +
o.F *
(!R ||
u(function () {
var e = N();
return (
"[null]" != A([e]) ||
"{}" != A({ a: e }) ||
"{}" != A(Object(e))
);
})),
"JSON",
{
stringify: function (e) {
for (var t, n, i = [e], r = 1; arguments.length > r; )
i.push(arguments[r++]);
if (((n = t = i[1]), (b(t) || void 0 !== e) && !Y(e)))
return (
g(t) ||
(t = function (e, t) {
if (
("function" == typeof n && (t = n.call(this, e, t)),
!Y(t))
)
return t;
}),
(i[1] = t),
A.apply(D, i)
);
}
}
),
N.prototype[$] || n(10)(N.prototype, $, N.prototype.valueOf),
d(N, "Symbol"),
d(Math, "Math", !0),
d(i.JSON, "JSON", !0);
},
function (e, t, n) {
var i = n(20)("meta"),
r = n(14),
a = n(8),
o = n(11).f,
s = 0,
l =
Object.isExtensible ||
function () {
return !0;
},
u = !n(15)(function () {
return l(Object.preventExtensions({}));
}),
c = function (e) {
o(e, i, { value: { i: "O" + ++s, w: {} } });
},
d = (e.exports = {
KEY: i,
NEED: !1,
fastKey: function (e, t) {
if (!r(e))
return "symbol" == typeof e
? e
: ("string" == typeof e ? "S" : "P") + e;
if (!a(e, i)) {
if (!l(e)) return "F";
if (!t) return "E";
c(e);
}
return e[i].i;
},
getWeak: function (e, t) {
if (!a(e, i)) {
if (!l(e)) return !0;
if (!t) return !1;
c(e);
}
return e[i].w;
},
onFreeze: function (e) {
return u && d.NEED && l(e) && !a(e, i) && c(e), e;
}
});
},
function (e, t, n) {
var i = n(18),
r = n(48),
a = n(30);
e.exports = function (e) {
var t = i(e),
n = r.f;
if (n)
for (var o, s = n(e), l = a.f, u = 0; s.length > u; )
l.call(e, (o = s[u++])) && t.push(o);
return t;
};
},
function (e, t, n) {
var i = n(43);
e.exports =
Array.isArray ||
function (e) {
return "Array" == i(e);
};
},
function (e, t, n) {
var i = n(9),
r = n(49).f,
a = {}.toString,
o =
"object" == typeof window && window && Object.getOwnPropertyNames
? Object.getOwnPropertyNames(window)
: [];
e.exports.f = function (e) {
return o && "[object Window]" == a.call(e)
? (function (e) {
try {
return r(e);
} catch (e) {
return o.slice();
}
})(e)
: r(i(e));
};
},
function (e, t) {},
function (e, t, n) {
n(35)("asyncIterator");
},
function (e, t, n) {
n(35)("observable");
},
function (e, t) {
(function (t) {
e.exports = t;
}.call(this, {}));
},
function (e, t, n) {
"use strict";
(function (e) {
var t = n(53),
i = n(22),
r = (function () {
if ("undefined" != typeof self) return self;
if ("undefined" != typeof window) return window;
if (void 0 !== e) return e;
throw new Error("unable to locate global object");
})();
"Promise" in r
? r.Promise.prototype.finally || (r.Promise.prototype.finally = i.a)
: (r.Promise = t.a);
}.call(this, n(36)));
},
function (e, t, n) {
(function (e) {
var i =
(void 0 !== e && e) ||
("undefined" != typeof self && self) ||
window,
r = Function.prototype.apply;
function a(e, t) {
(this._id = e), (this._clearFn = t);
}
(t.setTimeout = function () {
return new a(r.call(setTimeout, i, arguments), clearTimeout);
}),
(t.setInterval = function () {
return new a(r.call(setInterval, i, arguments), clearInterval);
}),
(t.clearTimeout = t.clearInterval =
function (e) {
e && e.close();
}),
(a.prototype.unref = a.prototype.ref = function () {}),
(a.prototype.close = function () {
this._clearFn.call(i, this._id);
}),
(t.enroll = function (e, t) {
clearTimeout(e._idleTimeoutId), (e._idleTimeout = t);
}),
(t.unenroll = function (e) {
clearTimeout(e._idleTimeoutId), (e._idleTimeout = -1);
}),
(t._unrefActive = t.active =
function (e) {
clearTimeout(e._idleTimeoutId);
var t = e._idleTimeout;
t >= 0 &&
(e._idleTimeoutId = setTimeout(function () {
e._onTimeout && e._onTimeout();
}, t));
}),
n(95),
(t.setImmediate =
("undefined" != typeof self && self.setImmediate) ||
(void 0 !== e && e.setImmediate) ||
(this && this.setImmediate)),
(t.clearImmediate =
("undefined" != typeof self && self.clearImmediate) ||
(void 0 !== e && e.clearImmediate) ||
(this && this.clearImmediate));
}.call(this, n(36)));
},
function (e, t, n) {
(function (e, t) {
!(function (e, n) {
"use strict";
if (!e.setImmediate) {
var i,
r = 1,
a = {},
o = !1,
s = e.document,
l = Object.getPrototypeOf && Object.getPrototypeOf(e);
(l = l && l.setTimeout ? l : e),
"[object process]" === {}.toString.call(e.process)
? (i = function (e) {
t.nextTick(function () {
c(e);
});
})
: (function () {
if (e.postMessage && !e.importScripts) {
var t = !0,
n = e.onmessage;
return (
(e.onmessage = function () {
t = !1;
}),
e.postMessage("", "*"),
(e.onmessage = n),
t
);
}
})()
? (function () {
var t = "setImmediate$" + Math.random() + "$",
n = function (n) {
n.source === e &&
"string" == typeof n.data &&
0 === n.data.indexOf(t) &&
c(+n.data.slice(t.length));
};
e.addEventListener
? e.addEventListener("message", n, !1)
: e.attachEvent("onmessage", n),
(i = function (n) {
e.postMessage(t + n, "*");
});
})()
: e.MessageChannel
? (function () {
var e = new MessageChannel();
(e.port1.onmessage = function (e) {
c(e.data);
}),
(i = function (t) {
e.port2.postMessage(t);
});
})()
: s && "onreadystatechange" in s.createElement("script")
? (function () {
var e = s.documentElement;
i = function (t) {
var n = s.createElement("script");
(n.onreadystatechange = function () {
c(t),
(n.onreadystatechange = null),
e.removeChild(n),
(n = null);
}),
e.appendChild(n);
};
})()
: (i = function (e) {
setTimeout(c, 0, e);
}),
(l.setImmediate = function (e) {
"function" != typeof e && (e = new Function("" + e));
for (
var t = new Array(arguments.length - 1), n = 0;
n < t.length;
n++
)
t[n] = arguments[n + 1];
var o = { callback: e, args: t };
return (a[r] = o), i(r), r++;
}),
(l.clearImmediate = u);
}
function u(e) {
delete a[e];
}
function c(e) {
if (o) setTimeout(c, 0, e);
else {
var t = a[e];
if (t) {
o = !0;
try {
!(function (e) {
var t = e.callback,
i = e.args;
switch (i.length) {
case 0:
t();
break;
case 1:
t(i[0]);
break;
case 2:
t(i[0], i[1]);
break;
case 3:
t(i[0], i[1], i[2]);
break;
default:
t.apply(n, i);
}
})(t);
} finally {
u(e), (o = !1);
}
}
}
}
})("undefined" == typeof self ? (void 0 === e ? this : e) : self);
}.call(this, n(36), n(96)));
},
function (e, t) {
var n,
i,
r = (e.exports = {});
function a() {
throw new Error("setTimeout has not been defined");
}
function o() {
throw new Error("clearTimeout has not been defined");
}
function s(e) {
if (n === setTimeout) return setTimeout(e, 0);
if ((n === a || !n) && setTimeout)
return (n = setTimeout), setTimeout(e, 0);
try {
return n(e, 0);
} catch (t) {
try {
return n.call(null, e, 0);
} catch (t) {
return n.call(this, e, 0);
}
}
}
!(function () {
try {
n = "function" == typeof setTimeout ? setTimeout : a;
} catch (e) {
n = a;
}
try {
i = "function" == typeof clearTimeout ? clearTimeout : o;
} catch (e) {
i = o;
}
})();
var l,
u = [],
c = !1,
d = -1;
function p() {
c &&
l &&
((c = !1), l.length ? (u = l.concat(u)) : (d = -1), u.length && f());
}
function f() {
if (!c) {
var e = s(p);
c = !0;
for (var t = u.length; t; ) {
for (l = u, u = []; ++d < t; ) l && l[d].run();
(d = -1), (t = u.length);
}
(l = null),
(c = !1),
(function (e) {
if (i === clearTimeout) return clearTimeout(e);
if ((i === o || !i) && clearTimeout)
return (i = clearTimeout), clearTimeout(e);
try {
i(e);
} catch (t) {
try {
return i.call(null, e);
} catch (t) {
return i.call(this, e);
}
}
})(e);
}
}
function h(e, t) {
(this.fun = e), (this.array = t);
}
function v() {}
(r.nextTick = function (e) {
var t = new Array(arguments.length - 1);
if (arguments.length > 1)
for (var n = 1; n < arguments.length; n++) t[n - 1] = arguments[n];
u.push(new h(e, t)), 1 !== u.length || c || s(f);
}),
(h.prototype.run = function () {
this.fun.apply(null, this.array);
}),
(r.title = "browser"),
(r.browser = !0),
(r.env = {}),
(r.argv = []),
(r.version = ""),
(r.versions = {}),
(r.on = v),
(r.addListener = v),
(r.once = v),
(r.off = v),
(r.removeListener = v),
(r.removeAllListeners = v),
(r.emit = v),
(r.prependListener = v),
(r.prependOnceListener = v),
(r.listeners = function (e) {
return [];
}),
(r.binding = function (e) {
throw new Error("process.binding is not supported");
}),
(r.cwd = function () {
return "/";
}),
(r.chdir = function (e) {
throw new Error("process.chdir is not supported");
}),
(r.umask = function () {
return 0;
});
},
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
function (e, t, n) {
"use strict";
n.r(t), n(126), n(133), n(253), n(2);
var i = n(0),
r = n.n(i),
a = n(1),
o = function () {};
(o.prototype = {
constructor: o,
data: {},
init: function () {
this.initEvents();
},
initEvents: function () {
Object(a.a)();
}
}),
r()(function () {
new o().init();
});
},
function (e, t, n) {
"use strict";
n.r(t), n(126), n(133), n(388), n(2);
var i = n(0),
r = n.n(i),
a = n(1),
o = function () {};
(o.prototype = {
constructor: o,
data: { slideTimer: null },
init: function () {
this.initEvents();
var e = 0;
this.data.slideTimer = setInterval(function () {
(e = (e + 1) % 5),
r()(".shouyi_bg li").removeClass("active"),
r()(".shouyi_bg li").eq(e).addClass("active");
}, 2e3);
},
initEvents: function () {
Object(a.a)();
var e = this;
r()(".shouyi_bg").on("click", ".btntxt", function (t) {
e.data.slideTimer && clearInterval(e.data.slideTimer),
(e.data.slideTimer = null),
r()(".shouyi_bg li").removeClass("active"),
r()(t.target).closest("li").addClass("active");
});
var t = 0;
r()(".govern_xg .prev").on("click", function () {
t > 0 && t--,
r()(".govern_xg .itemul").css({ transform: "translateX(0px)" }),
r()(".govern_xg .next").removeClass("disable"),
r()(".pages>span").removeClass("activepage"),
r()(".pages>span").eq(t).addClass("activepage"),
0 == t &&
(r()(".govern_xg .prev").addClass("disable"),
r()(".govern_xg .itemul").css({
transform: "translateX(0px)"
})),
1 == t &&
r()(".govern_xg .itemul").css({
transform: "translateX(-1224px)"
});
}),
r()(".govern_xg .next").on("click", function () {
t < 2 && t++,
r()(".govern_xg .itemul").css({
transform: "translateX(-1224px)"
}),
r()(".pages>span").removeClass("activepage"),
r()(".govern_xg .prev").removeClass("disable"),
r()(".pages>span").eq(t).addClass("activepage"),
2 == t &&
(r()(".govern_xg .itemul").css({
transform: "translateX(-2440px)"
}),
r()(".govern_xg .next").addClass("disable"));
}),
r()(".govern_xg .fund_prev").on("click", function () {
r()(".govern_xg .fund_next").removeClass("disable"),
r()(".pages>span").removeClass("activepage"),
r()(".pages>span").eq(t).addClass("activepage"),
r()(".govern_xg .fund_prev").addClass("disable"),
r()(".govern_xg .itemul").css({ transform: "translateX(0px)" }),
r()(".item2").removeClass("activepage"),
r()(".item1").addClass("activepage");
}),
r()(".govern_xg .fund_next").on("click", function () {
r()(".govern_xg .itemul").css({
transform: "translateX(-1224px)"
}),
r()(".pages>span").removeClass("activepage"),
r()(".pages>span").eq(t).addClass("activepage"),
r()(".govern_xg .fund_prev").removeClass("disable"),
r()(".govern_xg .fund_next").addClass("disable"),
r()(".item1").removeClass("activepage"),
r()(".item2").addClass("activepage");
});
}
}),
r()(function () {
new o().init();
});
},
function (e, t) {},
,
,
,
,
function (e, t) {},
,
function (e, t) {},
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
function (e, t) {},
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
function (e, t) {}
]
]);