window.tpline_wnd=function(t){new class extends BnrsMain{constructor(t){super(t),this._options=t}show(){var t=this;this._options.bannerShowDelay?setTimeout(function(){t._show()},1e3*this._options.bannerShowDelay):t._show()}_show(){this._div=this._createMainDiv(this._mainDivCss()),this._div.setAttribute(this._options.bannerLayerAttr,"1"),this._div.appendChild(this._createLineBanner()),this._div.appendChild(this._createCloseButton(this.css(),this.closeButtonImage())),document.body.appendChild(this._div),this._objectInfo.beforeLoad&&this._objectInfo.beforeLoad(this._div),this._options.isSystemInner||(this._htmlCssText=document.body.parentNode.style.cssText,this.function_helper.style(document.body.parentNode,"margin-top:"+this._options.height+"px",!1)),this._options.isSystemInner||this._postDiv(),this._objectInfo&&this._objectInfo.afterLoad&&this._objectInfo.afterLoad(),this._trackImpression()}_mainDivCss(){return(this._options.isSystemInner?"position:fixed;":"position:absolute;")+"top:0;right: 0;background-color:"+this._options.bgColor+";text-align:center;width:100%;height:"+this._options.height+"px;z-index:2147483647;"}css(){var t="width: 22px; height: 22px; position: absolute; top: "+(this._options.bannerInfo.closeShiftY||0)+"px; color: white; z-index: 2147483647;background-color: black;font-size: 18px;line-height: 21px;text-decoration: none;cursor: pointer;border:1px solid #fff;";return screen&&screen.width<=this._options.width?t+="right: 0; margin: 0 -"+(this._options.bannerInfo.closeShiftX||0)+"px 0 0;":t+="right: 50%; margin: 0 -"+(this._options.width/2+(this._options.bannerInfo.closeShiftX||0))+"px 0 0;",t}closeButtonImage(){return!0}}(t).show()};