!function o(r,n,l){function d(t,e){if(!n[t]){if(!r[t]){var a="function"==typeof require&&require;if(!e&&a)return a(t,!0);if(c)return c(t,!0);var i=new Error("Cannot find module '"+t+"'");throw i.code="MODULE_NOT_FOUND",i}var s=n[t]={exports:{}};r[t][0].call(s.exports,function(e){return d(r[t][1][e]||e)},s,s.exports,o,r,n,l)}return n[t].exports}for(var c="function"==typeof require&&require,e=0;ethis.$items.length-1||e<0))return this.sliding?this.$element.one("slid.bs.carousel",function(){t.to(e)}):a==e?this.pause().cycle():this.slide(adocument.documentElement.clientHeight;this.$element.css({paddingLeft:!this.bodyIsOverflowing&&e?this.scrollbarWidth:"",paddingRight:this.bodyIsOverflowing&&!e?this.scrollbarWidth:""})},r.prototype.resetAdjustments=function(){this.$element.css({paddingLeft:"",paddingRight:""})},r.prototype.checkScrollbar=function(){var e=window.innerWidth;if(!e){var t=document.documentElement.getBoundingClientRect();e=t.right-Math.abs(t.left)}this.bodyIsOverflowing=document.body.clientWidth
',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0}},g.prototype.init=function(e,t,a){if(this.enabled=!0,this.type=e,this.$element=f(t),this.options=this.getOptions(a),this.$viewport=this.options.viewport&&f(f.isFunction(this.options.viewport)?this.options.viewport.call(this,this.$element):this.options.viewport.selector||this.options.viewport),this.inState={click:!1,hover:!1,focus:!1},this.$element[0]instanceof document.constructor&&!this.options.selector)throw new Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");for(var i=this.options.trigger.split(" "),s=i.length;s--;){var o=i[s];if("click"==o)this.$element.on("click."+this.type,this.options.selector,f.proxy(this.toggle,this));else if("manual"!=o){var r="hover"==o?"mouseenter":"focusin",n="hover"==o?"mouseleave":"focusout";this.$element.on(r+"."+this.type,this.options.selector,f.proxy(this.enter,this)),this.$element.on(n+"."+this.type,this.options.selector,f.proxy(this.leave,this))}}this.options.selector?this._options=f.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},g.prototype.getDefaults=function(){return g.DEFAULTS},g.prototype.getOptions=function(e){return(e=f.extend({},this.getDefaults(),this.$element.data(),e)).delay&&"number"==typeof e.delay&&(e.delay={show:e.delay,hide:e.delay}),e},g.prototype.getDelegateOptions=function(){var a={},i=this.getDefaults();return this._options&&f.each(this._options,function(e,t){i[e]!=t&&(a[e]=t)}),a},g.prototype.enter=function(e){var t=e instanceof this.constructor?e:f(e.currentTarget).data("bs."+this.type);if(t||(t=new this.constructor(e.currentTarget,this.getDelegateOptions()),f(e.currentTarget).data("bs."+this.type,t)),e instanceof f.Event&&(t.inState["focusin"==e.type?"focus":"hover"]=!0),t.tip().hasClass("in")||"in"==t.hoverState)t.hoverState="in";else{if(clearTimeout(t.timeout),t.hoverState="in",!t.options.delay||!t.options.delay.show)return t.show();t.timeout=setTimeout(function(){"in"==t.hoverState&&t.show()},t.options.delay.show)}},g.prototype.isInStateTrue=function(){for(var e in this.inState)if(this.inState[e])return!0;return!1},g.prototype.leave=function(e){var t=e instanceof this.constructor?e:f(e.currentTarget).data("bs."+this.type);if(t||(t=new this.constructor(e.currentTarget,this.getDelegateOptions()),f(e.currentTarget).data("bs."+this.type,t)),e instanceof f.Event&&(t.inState["focusout"==e.type?"focus":"hover"]=!1),!t.isInStateTrue()){if(clearTimeout(t.timeout),t.hoverState="out",!t.options.delay||!t.options.delay.hide)return t.hide();t.timeout=setTimeout(function(){"out"==t.hoverState&&t.hide()},t.options.delay.hide)}},g.prototype.show=function(){var e=f.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(e);var t=f.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(e.isDefaultPrevented()||!t)return;var a=this,i=this.tip(),s=this.getUID(this.type);this.setContent(),i.attr("id",s),this.$element.attr("aria-describedby",s),this.options.animation&&i.addClass("fade");var o="function"==typeof this.options.placement?this.options.placement.call(this,i[0],this.$element[0]):this.options.placement,r=/\s?auto?\s?/i,n=r.test(o);n&&(o=o.replace(r,"")||"top"),i.detach().css({top:0,left:0,display:"block"}).addClass(o).data("bs."+this.type,this),this.options.container?i.appendTo(this.options.container):i.insertAfter(this.$element),this.$element.trigger("inserted.bs."+this.type);var l=this.getPosition(),d=i[0].offsetWidth,c=i[0].offsetHeight;if(n){var p=o,u=this.getPosition(this.$viewport);o="bottom"==o&&l.bottom+c>u.bottom?"top":"top"==o&&l.top-cu.width?"left":"left"==o&&l.left-dr.top+r.height&&(s.top=r.top+r.height-l)}else{var d=t.left-o,c=t.left+o+a;dr.right&&(s.left=r.left+r.width-c)}return s},g.prototype.getTitle=function(){var e=this.$element,t=this.options;return e.attr("data-original-title")||("function"==typeof t.title?t.title.call(e[0]):t.title)},g.prototype.getUID=function(e){for(;e+=~~(1e6*Math.random()),document.getElementById(e););return e},g.prototype.tip=function(){if(!this.$tip&&(this.$tip=f(this.options.template),1!=this.$tip.length))throw new Error(this.type+" `template` option must consist of exactly 1 top-level element!");return this.$tip},g.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},g.prototype.enable=function(){this.enabled=!0},g.prototype.disable=function(){this.enabled=!1},g.prototype.toggleEnabled=function(){this.enabled=!this.enabled},g.prototype.toggle=function(e){var t=this;e&&((t=f(e.currentTarget).data("bs."+this.type))||(t=new this.constructor(e.currentTarget,this.getDelegateOptions()),f(e.currentTarget).data("bs."+this.type,t))),e?(t.inState.click=!t.inState.click,t.isInStateTrue()?t.enter(t):t.leave(t)):t.tip().hasClass("in")?t.leave(t):t.enter(t)},g.prototype.destroy=function(){var e=this;clearTimeout(this.timeout),this.hide(function(){e.$element.off("."+e.type).removeData("bs."+e.type),e.$tip&&e.$tip.detach(),e.$tip=null,e.$arrow=null,e.$viewport=null,e.$element=null})};var e=f.fn.tooltip;f.fn.tooltip=function(i){return this.each(function(){var e=f(this),t=e.data("bs.tooltip"),a="object"==c(i)&&i;!t&&/destroy|hide/.test(i)||(t||e.data("bs.tooltip",t=new g(this,a)),"string"==typeof i&&t[i]())})},f.fn.tooltip.Constructor=g,f.fn.tooltip.noConflict=function(){return f.fn.tooltip=e,this}}(jQuery),function(s){function o(e,t){this.init("popover",e,t)}if(!s.fn.tooltip)throw new Error("Popover requires tooltip.js");o.VERSION="3.3.7",o.DEFAULTS=s.extend({},s.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:''}),((o.prototype=s.extend({},s.fn.tooltip.Constructor.prototype)).constructor=o).prototype.getDefaults=function(){return o.DEFAULTS},o.prototype.setContent=function(){var e=this.tip(),t=this.getTitle(),a=this.getContent();e.find(".popover-title")[this.options.html?"html":"text"](t),e.find(".popover-content").children().detach().end()[this.options.html?"string"==typeof a?"html":"append":"text"](a),e.removeClass("fade top bottom left right in"),e.find(".popover-title").html()||e.find(".popover-title").hide()},o.prototype.hasContent=function(){return this.getTitle()||this.getContent()},o.prototype.getContent=function(){var e=this.$element,t=this.options;return e.attr("data-content")||("function"==typeof t.content?t.content.call(e[0]):t.content)},o.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")};var e=s.fn.popover;s.fn.popover=function(i){return this.each(function(){var e=s(this),t=e.data("bs.popover"),a="object"==c(i)&&i;!t&&/destroy|hide/.test(i)||(t||e.data("bs.popover",t=new o(this,a)),"string"==typeof i&&t[i]())})},s.fn.popover.Constructor=o,s.fn.popover.noConflict=function(){return s.fn.popover=e,this}}(jQuery),function(o){function s(e,t){this.$body=o(document.body),this.$scrollElement=o(e).is(document.body)?o(window):o(e),this.options=o.extend({},s.DEFAULTS,t),this.selector=(this.options.target||"")+" .nav li > a",this.offsets=[],this.targets=[],this.activeTarget=null,this.scrollHeight=0,this.$scrollElement.on("scroll.bs.scrollspy",o.proxy(this.process,this)),this.refresh(),this.process()}function t(i){return this.each(function(){var e=o(this),t=e.data("bs.scrollspy"),a="object"==c(i)&&i;t||e.data("bs.scrollspy",t=new s(this,a)),"string"==typeof i&&t[i]()})}s.VERSION="3.3.7",s.DEFAULTS={offset:10},s.prototype.getScrollHeight=function(){return this.$scrollElement[0].scrollHeight||Math.max(this.$body[0].scrollHeight,document.documentElement.scrollHeight)},s.prototype.refresh=function(){var e=this,i="offset",s=0;this.offsets=[],this.targets=[],this.scrollHeight=this.getScrollHeight(),o.isWindow(this.$scrollElement[0])||(i="position",s=this.$scrollElement.scrollTop()),this.$body.find(this.selector).map(function(){var e=o(this),t=e.data("target")||e.attr("href"),a=/^#./.test(t)&&o(t);return a&&a.length&&a.is(":visible")&&[[a[i]().top+s,t]]||null}).sort(function(e,t){return e[0]-t[0]}).each(function(){e.offsets.push(this[0]),e.targets.push(this[1])})},s.prototype.process=function(){var e,t=this.$scrollElement.scrollTop()+this.options.offset,a=this.getScrollHeight(),i=this.options.offset+a-this.$scrollElement.height(),s=this.offsets,o=this.targets,r=this.activeTarget;if(this.scrollHeight!=a&&this.refresh(),i<=t)return r!=(e=o[o.length-1])&&this.activate(e);if(r&&t=s[e]&&(void 0===s[e+1]||t .active"),s=a&&n.support.transition&&(i.length&&i.hasClass("fade")||!!t.find("> .fade").length);function o(){i.removeClass("active").find("> .dropdown-menu > .active").removeClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!1),e.addClass("active").find('[data-toggle="tab"]').attr("aria-expanded",!0),s?(e[0].offsetWidth,e.addClass("in")):e.removeClass("fade"),e.parent(".dropdown-menu").length&&e.closest("li.dropdown").addClass("active").end().find('[data-toggle="tab"]').attr("aria-expanded",!0),a&&a()}i.length&&s?i.one("bsTransitionEnd",o).emulateTransitionEnd(r.TRANSITION_DURATION):o(),i.removeClass("in")};var e=n.fn.tab;n.fn.tab=t,n.fn.tab.Constructor=r,n.fn.tab.noConflict=function(){return n.fn.tab=e,this};function a(e){e.preventDefault(),t.call(n(this),"show")}n(document).on("click.bs.tab.data-api",'[data-toggle="tab"]',a).on("click.bs.tab.data-api",'[data-toggle="pill"]',a)}(jQuery),function(l){function d(e,t){this.options=l.extend({},d.DEFAULTS,t),this.$target=l(this.options.target).on("scroll.bs.affix.data-api",l.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",l.proxy(this.checkPositionWithEventLoop,this)),this.$element=l(e),this.affixed=null,this.unpin=null,this.pinnedOffset=null,this.checkPosition()}function a(i){return this.each(function(){var e=l(this),t=e.data("bs.affix"),a="object"==c(i)&&i;t||e.data("bs.affix",t=new d(this,a)),"string"==typeof i&&t[i]()})}d.VERSION="3.3.7",d.RESET="affix affix-top affix-bottom",d.DEFAULTS={offset:0,target:window},d.prototype.getState=function(e,t,a,i){var s=this.$target.scrollTop(),o=this.$element.offset(),r=this.$target.height();if(null!=a&&"top"==this.affixed)return s'+t.outerHTML+""),"micromessenger"!=n.match(/MicroMessenger/i)&&"baiduboxapp"!=n.match(/baiduboxapp/i)||l.push(s)});var t=p("#wpcom-video, .j-wpcom-video, .wp-block-video video, .modules-video-player");function c(){p(".wpcom-adv-menu").each(function(e,t){var a=p(t),l=p(".wpcom-adv-menu"),d=p("body").width(),c=l.closest(".container").width();a.find(">.menu-item-style").each(function(e,t){var a=p(t),i=a.find(">.menu-item-wrap"),s=a.position().left,o=i.outerWidth(),r=l.offset().left-(d-c)/2,n="";c-r\n \n ';return 0===p("#footer-bar").length?p("body").append(a):p("#footer-bar").find(".modal-body img").attr("src",t.attr("href")),p("#footer-bar").modal(),!1}),p('.wp-block-wpcom-tabs a[data-toggle="tab"]').on("shown.bs.tab",function(e){p(window).trigger("scroll")}),p(".wp-block-wpcom-accordion").on("shown.bs.collapse",function(){p(window).trigger("scroll")}),p(".wp-block-wpcom-accordion").find(".panel-collapse.in").closest(".panel").find(".panel-title a").attr("aria-expanded","true"),p(".modal.modal-video").on("shown.bs.modal",function(e){var t=p(this).closest(".video-wrap");p(".modal-body",this).html(t.find(".video-code").html());var a=p(this).find(".j-wpcom-video");a.length&&p.ajax({url:"//s2.pstatp.com/cdn/expire-1-M/plyr/3.5.4/plyr.min.js",dataType:"script",cache:!0,success:function(){var e=a.attr("width")?a.attr("width"):a.width(),t=a.attr("height")?a.attr("height"):a.height();Plyr.setup(".j-wpcom-video",{update:!0,controls:["play-large","play","progress","current-time","mute","volume","pip","fullscreen"],ratio:e+":"+t,fullscreen:{enabled:!0,fallback:!0,iosNative:!0}});var s=[];a.each(function(e,t){var a=p(t).attr("src");-1<(a=a||p(t).find("source").attr("src")).search(/(\.m3u8|m3u8\?)/i)&&s.push(t)}),s.length&&p.ajax({url:"//s0.pstatp.com/cdn/expire-1-M/hls.js/0.12.4/hls.min.js",dataType:"script",cache:!0,success:function(){for(var e in s)if(Hls.isSupported()){var t=new Hls,a=p(s[e]).attr("src");a=a||p(s[e]).find("source").attr("src"),t.loadSource(a),t.attachMedia(s[e])}else s[e].src=source[i]}})}})}).on("hidden.bs.modal",function(e){p(".modal-body",this).html("")});var t=0,a=setInterval(function(){t++,void 0!==window.wpcom_maps&&window.wpcom_maps.length?(clearInterval(a),function(){var e="鏆傛湭璁剧疆鍦板浘鎺ュ彛锛屽鏋滄偍鏄綉绔欑鐞嗗憳锛岃鍓嶅線銆愪富棰樿缃?甯歌璁剧疆>鍦板浘鎺ュ彛銆戣繘琛岃缃?,r=[],n=[];for(var t in window.wpcom_maps)1==window.wpcom_maps[t].type?n.push(window.wpcom_maps[t]):r.push(window.wpcom_maps[t]);if(r.length&&!r[0].key)wpcom_alert(e);else if(r.length){window.HOST_TYPE="2",window.BMap_loadScriptTime=(new Date).getTime();var a="//api.map.baidu.com/getscript?v=2.0&ak="+r[0].key+"&services=&t=20200103103842";p.ajax({url:a,dataType:"script",cache:!0,success:function(){for(var i=[],s=[],o=[],e=0;eli>a>img",function(){setTimeout(function(){c()},300)}),p("header.header").trigger("DOMNodeInserted"),p(".shopping-cart").on("mouseenter",".cart-contents",function(){p(window).trigger("scroll")}),p("body").on("click",".navbar-toggle",function(){var e=p("body");e.hasClass("navbar-on")?e.removeClass("navbar-on navbar-ing"):(e.addClass("navbar-on navbar-ing"),setTimeout(function(){e.removeClass("navbar-ing")},500)),0==p(".navbar-on-shadow").length&&p("#wrap").append(''),setTimeout(function(){p(window).trigger("scroll")},500)}).on("click",".m-dropdown",function(){var e=p(this).parent();e.find("> .dropdown-menu").slideToggle("fast"),e.toggleClass("dropdown-open"),p(window).trigger("scroll")}),p("#wrap").on("click",".navbar-on-shadow",function(){p("body").hasClass("navbar-ing")||p(".navbar-toggle").trigger("click")}),p(".woocommerce").off("click.quantity").on("click.quantity",".qty-down,.qty-up",function(){var e=p(this).hasClass("qty-down")?0:1,t=p(this).parent().find(".qty"),a=t.val();a=e?++a:--a,a=t.attr("min")&&at.attr("max")?t.attr("max"):a,t.val(a).trigger("change")}).off("blur.quantity").on("blur.quantity",".qty",function(){var e=p(this),t=e.val();t=e.attr("min")&&te.attr("max")?e.attr("max"):t,e.val(t)});var s=p(".j-top"),o=p(".action");s.length&&(r.scroll(function(){100