!function(n,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("popper.js"),require("jquery")):"function"==typeof define&&define.amd?define(["exports","popper.js","jquery"],t):t(n.bootstrap={},n.Popper,n.jQuery)}(this,function(n,t,i){"use strict";function uu(n,t){for(var i,r=0;r this._items.length-1||n<0))if(this._isSliding)i(this._element).one(s.SLID,function(){return u.to(n)});else{if(t===n)return this.pause(),void this.cycle();r=t document.documentElement.clientHeight;!this._isBodyOverflowing&&n&&(this._element.style.paddingLeft=this._scrollbarWidth+"px");this._isBodyOverflowing&&!n&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},n._resetAdjustments=function(){this._element.style.paddingLeft="";this._element.style.paddingRight=""},n._checkScrollbar=function(){var n=document.body.getBoundingClientRect();this._isBodyOverflowing=n.left+n.right
/div
<\/div><\/div>',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:0,container:!1,fallbackPlacement:"flip",boundary:"scrollParent"},ui="show",nu="out",us={HIDE:"hide"+a,HIDDEN:"hidden"+a,SHOW:"show"+a,SHOWN:"shown"+a,INSERTED:"inserted"+a,CLICK:"click"+a,FOCUSIN:"focusin"+a,FOCUSOUT:"focusout"+a,MOUSEENTER:"mouseenter"+a,MOUSELEAVE:"mouseleave"+a},fi="fade",ei="show",fs=".tooltip-inner",es=".arrow",oi="hover",tu="focus",os="click",ss="manual",g=function(){function u(n,i){if("undefined"==typeof t)throw new TypeError("Bootstrap's tooltips require Popper.js (https://popper.js.org/)");this._isEnabled=!0;this._timeout=0;this._hoverState="";this._activeTrigger={};this._popper=null;this.element=n;this.config=this._getConfig(i);this.tip=null;this._setListeners()}var n=u.prototype;return n.enable=function(){this._isEnabled=!0},n.disable=function(){this._isEnabled=!1},n.toggleEnabled=function(){this._isEnabled=!this._isEnabled},n.toggle=function(n){if(this._isEnabled)if(n){var r=this.constructor.DATA_KEY,t=i(n.currentTarget).data(r);t||(t=new this.constructor(n.currentTarget,this._getDelegateConfig()),i(n.currentTarget).data(r,t));t._activeTrigger.click=!t._activeTrigger.click;t._isWithActiveTrigger()?t._enter(null,t):t._leave(null,t)}else{if(i(this.getTipElement()).hasClass(ei))return void this._leave(null,this);this._enter(null,this)}},n.dispose=function(){clearTimeout(this._timeout);i.removeData(this.element,this.constructor.DATA_KEY);i(this.element).off(this.constructor.EVENT_KEY);i(this.element).closest(".modal").off("hide.bs.modal");this.tip&&i(this.tip).remove();this._isEnabled=null;this._timeout=null;this._hoverState=null;(this._activeTrigger=null)!==this._popper&&this._popper.destroy();this._popper=null;this.element=null;this.config=null;this.tip=null},n.show=function(){var n=this,f,e,c,u,o,l,s,a,h,v;if("none"===i(this.element).css("display"))throw new Error("Please use show on visible elements");if(f=i.Event(this.constructor.Event.SHOW),this.isWithContent()&&this._isEnabled){if(i(this.element).trigger(f),e=r.findShadowRoot(this.element),c=i.contains(null!==e?e:this.element.ownerDocument.documentElement,this.element),f.isDefaultPrevented()||!c)return;u=this.getTipElement();o=r.getUID(this.constructor.NAME);u.setAttribute("id",o);this.element.setAttribute("aria-describedby",o);this.setContent();this.config.animation&&i(u).addClass(fi);l="function"==typeof this.config.placement?this.config.placement.call(this,u,this.element):this.config.placement;s=this._getAttachment(l);this.addAttachmentClass(s);a=this._getContainer();i(u).data(this.constructor.DATA_KEY,this);i.contains(this.element.ownerDocument.documentElement,this.tip)||i(u).appendTo(a);i(this.element).trigger(this.constructor.Event.INSERTED);this._popper=new t(this.element,u,{placement:s,modifiers:{offset:{offset:this.config.offset},flip:{behavior:this.config.fallbackPlacement},arrow:{element:es},preventOverflow:{boundariesElement:this.config.boundary}},onCreate:function(t){t.originalPlacement!==t.placement&&n._handlePopperPlacementChange(t)},onUpdate:function(t){return n._handlePopperPlacementChange(t)}});i(u).addClass(ei);"ontouchstart"in document.documentElement&&i(document.body).children().on("mouseover",null,i.noop);h=function(){n.config.animation&&n._fixTransition();var t=n._hoverState;n._hoverState=null;i(n.element).trigger(n.constructor.Event.SHOWN);t===nu&&n._leave(null,n)};i(this.tip).hasClass(fi)?(v=r.getTransitionDurationFromElement(this.tip),i(this.tip).one(r.TRANSITION_END,h).emulateTransitionEnd(v)):h()}},n.hide=function(n){var t=this,u=this.getTipElement(),f=i.Event(this.constructor.Event.HIDE),e=function(){t._hoverState!==ui&&u.parentNode&&u.parentNode.removeChild(u);t._cleanTipClass();t.element.removeAttribute("aria-describedby");i(t.element).trigger(t.constructor.Event.HIDDEN);null!==t._popper&&t._popper.destroy();n&&n()},o;(i(this.element).trigger(f),f.isDefaultPrevented())||((i(u).removeClass(ei),"ontouchstart"in document.documentElement&&i(document.body).children().off("mouseover",null,i.noop),this._activeTrigger[os]=!1,this._activeTrigger[tu]=!1,this._activeTrigger[oi]=!1,i(this.tip).hasClass(fi))?(o=r.getTransitionDurationFromElement(u),i(u).one(r.TRANSITION_END,e).emulateTransitionEnd(o)):e(),this._hoverState="")},n.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},n.isWithContent=function(){return Boolean(this.getTitle())},n.addAttachmentClass=function(n){i(this.getTipElement()).addClass(wu+"-"+n)},n.getTipElement=function(){return this.tip=this.tip||i(this.config.template)[0],this.tip},n.setContent=function(){var n=this.getTipElement();this.setElementContent(i(n.querySelectorAll(fs)),this.getTitle());i(n).removeClass(fi+" "+ei)},n.setElementContent=function(n,t){var r=this.config.html;"object"==typeof t&&(t.nodeType||t.jquery)?r?i(t).parent().is(n)||n.empty().append(t):n.text(i(t).text()):n[r?"html":"text"](t)},n.getTitle=function(){var n=this.element.getAttribute("data-original-title");return n||(n="function"==typeof this.config.title?this.config.title.call(this.element):this.config.title),n},n._getContainer=function(){return!1===this.config.container?document.body:r.isElement(this.config.container)?i(this.config.container):i(document).find(this.config.container)},n._getAttachment=function(n){return is[n.toUpperCase()]},n._setListeners=function(){var n=this;this.config.trigger.split(" ").forEach(function(t){if("click"===t)i(n.element).on(n.constructor.Event.CLICK,n.config.selector,function(t){return n.toggle(t)});else if(t!==ss){var r=t===oi?n.constructor.Event.MOUSEENTER:n.constructor.Event.FOCUSIN,u=t===oi?n.constructor.Event.MOUSELEAVE:n.constructor.Event.FOCUSOUT;i(n.element).on(r,n.config.selector,function(t){return n._enter(t)}).on(u,n.config.selector,function(t){return n._leave(t)})}});i(this.element).closest(".modal").on("hide.bs.modal",function(){n.element&&n.hide()});this.config.selector?this.config=f({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},n._fixTitle=function(){var n=typeof this.element.getAttribute("data-original-title");(this.element.getAttribute("title")||"string"!==n)&&(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},n._enter=function(n,t){var r=this.constructor.DATA_KEY;(t=t||i(n.currentTarget).data(r))||(t=new this.constructor(n.currentTarget,this._getDelegateConfig()),i(n.currentTarget).data(r,t));n&&(t._activeTrigger["focusin"===n.type?tu:oi]=!0);i(t.getTipElement()).hasClass(ei)||t._hoverState===ui?t._hoverState=ui:(clearTimeout(t._timeout),t._hoverState=ui,t.config.delay&&t.config.delay.show?t._timeout=setTimeout(function(){t._hoverState===ui&&t.show()},t.config.delay.show):t.show())},n._leave=function(n,t){var r=this.constructor.DATA_KEY;(t=t||i(n.currentTarget).data(r))||(t=new this.constructor(n.currentTarget,this._getDelegateConfig()),i(n.currentTarget).data(r,t));n&&(t._activeTrigger["focusout"===n.type?tu:oi]=!1);t._isWithActiveTrigger()||(clearTimeout(t._timeout),t._hoverState=nu,t.config.delay&&t.config.delay.hide?t._timeout=setTimeout(function(){t._hoverState===nu&&t.hide()},t.config.delay.hide):t.hide())},n._isWithActiveTrigger=function(){for(var n in this._activeTrigger)if(this._activeTrigger[n])return!0;return!1},n._getConfig=function(n){return"number"==typeof(n=f({},this.constructor.Default,i(this.element).data(),"object"==typeof n&&n?n:{})).delay&&(n.delay={show:n.delay,hide:n.delay}),"number"==typeof n.title&&(n.title=n.title.toString()),"number"==typeof n.content&&(n.content=n.content.toString()),r.typeCheckConfig(d,n,this.constructor.DefaultType),n},n._getDelegateConfig=function(){var t={},n;if(this.config)for(n in this.config)this.constructor.Default[n]!==this.config[n]&&(t[n]=this.config[n]);return t},n._cleanTipClass=function(){var t=i(this.getTipElement()),n=t.attr("class").match(ns);null!==n&&n.length&&t.removeClass(n.join(""))},n._handlePopperPlacementChange=function(n){var t=n.instance;this.tip=t.popper;this._cleanTipClass();this.addAttachmentClass(this._getAttachment(n.placement))},n._fixTransition=function(){var n=this.getTipElement(),t=this.config.animation;null===n.getAttribute("x-placement")&&(i(n).removeClass(fi),this.config.animation=!1,this.hide(),this.show(),this.config.animation=t)},u._jQueryInterface=function(n){return this.each(function(){var t=i(this).data(ir),r="object"==typeof n&&n;if((t||!/dispose|hide/.test(n))&&(t||(t=new u(this,r),i(this).data(ir,t)),"string"==typeof n)){if("undefined"==typeof t[n])throw new TypeError('No method named "'+n+'"');t[n]()}})},l(u,null,[{key:"VERSION",get:function(){return"4.2.1"}},{key:"Default",get:function(){return rs}},{key:"NAME",get:function(){return d}},{key:"DATA_KEY",get:function(){return ir}},{key:"Event",get:function(){return us}},{key:"EVENT_KEY",get:function(){return a}},{key:"DefaultType",get:function(){return ts}}]),u}();i.fn[d]=g._jQueryInterface;i.fn[d].Constructor=g;i.fn[d].noConflict=function(){return i.fn[d]=go,g._jQueryInterface};var ht="popover",rr="bs.popover",v="."+rr,hs=i.fn[ht],bu="bs-popover",cs=new RegExp("(^|\\s)"+bu+"\\S+","g"),ls=f({},g.Default,{placement:"right",trigger:"click",content:"",template:'
Baidu
map