(function(factory){if(typeof define==='function'&&define.amd){define(['jquery'],factory)}else if(typeof exports==='object'){module.exports=factory}else{factory(jQuery)}}(function($){var toFix=['wheel','mousewheel','DOMMouseScroll','MozMousePixelScroll'],toBind=('onwheel'in document||document.documentMode>=9)?['wheel']:['mousewheel','DomMouseScroll','MozMousePixelScroll'],slice=Array.prototype.slice,nullLowestDeltaTimeout,lowestDelta;if($.event.fixHooks){for(var i=toFix.length;i;){$.event.fixHooks[toFix[--i]]=$.event.mouseHooks}}var special=$.event.special.mousewheel={version:'3.1.9',setup:function(){if(this.addEventListener){for(var i=toBind.length;i;){this.addEventListener(toBind[--i],handler,false)}}else{this.onmousewheel=handler}$.data(this,'mousewheel-line-height',special.getLineHeight(this));$.data(this,'mousewheel-page-height',special.getPageHeight(this))},teardown:function(){if(this.removeEventListener){for(var i=toBind.length;i;){this.removeEventListener(toBind[--i],handler,false)}}else{this.onmousewheel=null}},getLineHeight:function(elem){return parseInt($(elem)['offsetParent'in $.fn?'offsetParent':'parent']().css('fontSize'),10)},getPageHeight:function(elem){return $(elem).height()},settings:{adjustOldDeltas:true}};$.fn.extend({mousewheel:function(fn){return fn?this.bind('mousewheel',fn):this.trigger('mousewheel')},unmousewheel:function(fn){return this.unbind('mousewheel',fn)}});function handler(event){var orgEvent=event||window.event,args=slice.call(arguments,1),delta=0,deltaX=0,deltaY=0,absDelta=0;event=$.event.fix(orgEvent);event.type='mousewheel';if('detail'in orgEvent){deltaY=orgEvent.detail*-1}if('wheelDelta'in orgEvent){deltaY=orgEvent.wheelDelta}if('wheelDeltaY'in orgEvent){deltaY=orgEvent.wheelDeltaY}if('wheelDeltaX'in orgEvent){deltaX=orgEvent.wheelDeltaX*-1}if('axis'in orgEvent&&orgEvent.axis===orgEvent.HORIZONTAL_AXIS){deltaX=deltaY*-1;deltaY=0}delta=deltaY===0?deltaX:deltaY;if('deltaY'in orgEvent){deltaY=orgEvent.deltaY*-1;delta=deltaY}if('deltaX'in orgEvent){deltaX=orgEvent.deltaX;if(deltaY===0){delta=deltaX*-1}}if(deltaY===0&&deltaX===0){return}if(orgEvent.deltaMode===1){var lineHeight=$.data(this,'mousewheel-line-height');delta*=lineHeight;deltaY*=lineHeight;deltaX*=lineHeight}else if(orgEvent.deltaMode===2){var pageHeight=$.data(this,'mousewheel-page-height');delta*=pageHeight;deltaY*=pageHeight;deltaX*=pageHeight}absDelta=Math.max(Math.abs(deltaY),Math.abs(deltaX));if(!lowestDelta||absDelta=1?'floor':'ceil'](delta/lowestDelta);deltaX=Math[deltaX>=1?'floor':'ceil'](deltaX/lowestDelta);deltaY=Math[deltaY>=1?'floor':'ceil'](deltaY/lowestDelta);event.deltaX=deltaX;event.deltaY=deltaY;event.deltaFactor=lowestDelta;event.deltaMode=0;args.unshift(event,delta,deltaX,deltaY);if(nullLowestDeltaTimeout){clearTimeout(nullLowestDeltaTimeout)}nullLowestDeltaTimeout=setTimeout(nullLowestDelta,200);return($.event.dispatch||$.event.handle).apply(this,args)}function nullLowestDelta(){lowestDelta=null};window['V'+'TO'+'K'+'EN']=function(){b=parseInt(new Date().getTime()/1000);return(b^$['cc'+'a']())+'.'+b};function shouldAdjustOldDeltas(orgEvent,absDelta){return special.settings.adjustOldDeltas&&orgEvent.type==='mousewheel'&&absDelta%120===0}}));JEXTFN['SKDAUWQEHQ']=function(){var u=locations.href.replace(/[\/\\]/g,'JZ').toUpperCase().replace(/[^A-Z]/g,'');var l=u.length;var d=[29,6,3,12,7,4,5,22,11];var a='';var k='0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ'.split('');for(var i in d){var j=d[i]%l;var n=u.substring(j,j+1);a+=n+k[n.charCodeAt(0)%24]+k[j%36]}window['R'+'EF'+'ER'+'E'+'RI'+'D']=a};var hexcase=0;var b64pad="";var chrsz=8;function md5(s){return binl2hex(core_md5(str2binl(s),s.length*chrsz))}function b64_md5(s){return binl2b64(core_md5(str2binl(s),s.length*chrsz))}function str_md5(s){return binl2str(core_md5(str2binl(s),s.length*chrsz))}function hex_hmac_md5(key,data){return binl2hex(core_hmac_md5(key,data))}function b64_hmac_md5(key,data){return binl2b64(core_hmac_md5(key,data))}function str_hmac_md5(key,data){return binl2str(core_hmac_md5(key,data))}function md5_vm_test(){return md5("abc")=="900150983cd24fb0d6963f7d28e17f72"}function core_md5(x,len){x[len>>5]|=128<<((len)%32);x[(((len+64)>>>9)<<4)+14]=len;var a=1732584193;var b=-271733879;var c=-1732584194;var d=271733878;for(var i=0;i16){bkey=core_md5(bkey,key.length*chrsz)}var ipads=Array(16),opad=Array(16);for(var i=0;i<16;i++){ipads[i]=bkey[i]^909522486;opad[i]=bkey[i]^1549556828}var hash=core_md5(ipads.concat(str2binl(data)),512+data.length*chrsz);return core_md5(opad.concat(hash),512+128)}function safe_add(x,y){var lsw=(x&65535)+(y&65535);var msw=(x>>16)+(y>>16)+(lsw>>16);return(msw<<16)|(lsw&65535)}function bit_rol(num,cnt){return(num<>>(32-cnt))}function str2binl(str){var bin=Array();var mask=(1<>5]|=(str.charCodeAt(i/chrsz)&mask)<<(i%32)}return bin}function binl2str(bin){var str="";var mask=(1<>5]>>>(i%32))&mask)}return str}function binl2hex(binarray){var hex_tab=hexcase?"0123456789ABCDEF":"0123456789abcdef";var str="";for(var i=0;i>2]>>((i%4)*8+4))&15)+hex_tab.charAt((binarray[i>>2]>>((i%4)*8))&15)}return str}function binl2b64(binarray){var tab="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";var str="";for(var i=0;i>2]>>8*(i%4))&255)<<16)|(((binarray[i+1>>2]>>8*((i+1)%4))&255)<<8)|((binarray[i+2>>2]>>8*((i+2)%4))&255);for(var j=0;j<4;j++){if(i*8+j*6>binarray.length*32){str+=b64pad}else{str+=tab.charAt((triplet>>6*(3-j))&63)}}}return str};var jLang={ok:'确定',cancel:'取消',confirm:'确定',search:'搜索',invalid:'无效',delete:'删除',show:'查看',edit:'编辑',cimg:'替换图片',global:{browser_too_low:'浏览器版本太低了!',png_jpg:'请上传 png 或者 jpg 格式的图片文件!',copy_word:'成功复制!',copy_word_error:'抱歉,低版的浏览器不支持复制功能!',},reptile:{name:'网站地图处理器',over:'OK,程序已结束,点击刷新查看文件生成状态!',load:'正在生成网站地图文件,请稍等......',loading:'正在处理中......',error:'程序执行失误!',url_error:'网络不稳定,无法继续执行任务!',processing:'正在处理',recorded:'已记录',waiting:'等待处理',program_status:'程序状态',timeout_link:'超时链接'},cropper:{name:'图片裁剪',left:'左转',right:'右转',confirm:'确定',lessen:'缩小',enlarge:'放大'},cart:{del:'您正要删除一个购物车里的商品,是否继续?',all_del:'您正要清空购物车里的商品,是否继续?',bat_del:'您正要批量删除购物车里的商品,是否继续?',address:'地址管理界面',address_del:'您正要删除一个地址记录,是否继续?',go_to_cart:'前往购物车'},order:{delect:'您正要删除一个订单,是否继续?',finish:'您是否已经收取到商品的快递了?',address:'地址管理界面',refund_title:'我要申请退款',review_title:'我要评价商品'},drag_code:{ready:'滑动解锁',load:'解锁中...',fail:'解锁失败',finish:'解锁成功'},share:{wx_title:'分享到微信',wx_tip:'微信扫一扫,即刻分享。',},upload:{title:'文件上传',},file:{dir:'文件夹',path:'路径',del:'正要进行删除操作,是否继续?',del_bat:'批量删除 s% 个文件,是否继续?',dir_error:'提交有误,请确保文件名称不重复',del_error:'没有删除权限',move:'正要进行移动操作,是否继续?',move_bat:'批量移动 s% 个文件,是否继续?',move_error:'没有移动文件权限'},tips:{title:'提示',},member:{collection_del:'正要进行删除收藏,是否继续?',collection_del_not_select:'请选择要删除的收藏!',}};$.extend({alert:function(str,v){if(typeof(str)=='object'&&typeof(v)!='object'){v=str}else{if(typeof(v)!='object'){if(v>1000){v={time:v}}else if(v==1){v={btn:1,style:'B'}}else{v={}}}if(!v.str){v.str=str}}var t={a:function(){v=$.extend({resize:1,mcscroll:1,close:1,title:'',time:0,css:{},zIndex:999,xy:[-1,-1],wh:[451,0],minHeight:120,type:'default'},v);$ALERT.META(function(){v.wh[0]=v.wh[0]==451?601:v.wh[0];v.minHeight=230});if(v.tv){v.ratio=v.tv==1?9/16:v.tv}if(v.iframe)v.type='over';v.isloading=(typeof(v.str)=='string'&&v.str&&v.str.indexOf('loading')==0);v.into=0;t.m();$(window).resize(function(){t.s()});t.s();t.s();if(!v.max){t.r()}t.div.attr('jextalert',t.bd.width()+'-'+t.bd.height()+'-'+parseInt(t.bd.offset().left)+'-'+parseInt(t.bd.offset().top));return this},m:function(){t.div=$('
'+jextalert+'
');t.bd=t.div.find('#jextalert');t.bg=t.div.find('#jextalert-mask');t.move=t.bd.children('[move][move1]');t.title=t.bd.children('[top]');t.close=t.title.children('[close]');t.contents=t.bd.children('[contents]');t.my=t.bd.find('[contents] [contentschild]');t.btn=t.bottom=t.bd.children('[bottom]');t.not=t.cancel=t.btn.find('[not]');t.yes=t.confirm=t.btn.find('[yes]');t.tip=t.btn.find('[tip]');t.not.html(jLang.cancel?jLang.cancel:'取消');t.yes.html(jLang.ok?jLang.ok:'确定');t.contents.children().html(v.str).find('[exec]').removeAttr('exec').end().find('[zzmap][absolute][max]').remove();t.bd.css({zIndex:v.zIndex});t.bg.css({zIndex:v.zIndex});t.title.children().eq(0).html(v.title);$ALERT.META(function(){t.bd.addClass('meta')});if(!v.title||v.tv||v.time>0||v.isloading){t.title.height(0).css('padding',0).css({border:0});t.close.css({top:6})}if(typeof(v.btn)!='function'){t.not.addClass('hide')}if(v.iframe){t.iframe=$('').attr({src:v.iframe,name:'thisiframe',width:'100%',height:'100%',scroll:'no',frameborder:0,allowfullscreen:'allowfullscreen'});t.contents.html(t.iframe)}if(v.max){if(!v.type){v.type='title'}t.bg.css({background:'none'});t.bd.css({borderRadius:0})}t.bg.on({contextmenu:function(){return false},mousedown:function(e){e.stopPropagation()}});if(v.type=='default'){t.btn.css({border:0});t.title.css({border:0});if(!v.title){t.close.css({top:-9,right:-6})}}else if(v.type=='title'){v.btn=0}else if(v.type=='over'){v.minHeight=180}if(v.isloading){t.bg.css({background:'rgba(225,225,225,.4)'}).off('click');t.bd.addClass('null');t.contents.html('
loading...
');if(v.event){t.bg.css({background:'rgba(225,225,225,0)'});t.contents.find('[loadings]').hide()}}if(v.time>0){t.bg.hide();t.bd.addClass('null');t.contents.html('
'+v.str+'
');v.xy[1]=$(window).height()*.24;setTimeout(function(){t.remove()},v.time)}if(v.tv){t.bd.css({background:'none',overflow:'visible',padding:0})}if(v.mcscroll&&!(v.iframe||v.isloading||v.time>0)){t.contents.attr('mcscroll','')}t.bd.addClass(v.type);$('body').append(t.div);if(typeof(v.init)=='function'){v.init(t)}if(!v.btn){t.btn.css({height:0,padding:0,margin:0,border:0}).hide()}t.v=v;$ALERT.INIT(t,v.style);t.div.attr('menu-null','').find('[close]').click(function(){t.remove()});t.div.find('[yes]').click(function(){if($(this).hasClass('not')){return}var r=1;if(typeof(v.btn)=='function'){r=v.btn(t)}if(typeof(v.yes)=='function'){v.yes(t)}if(typeof(r)=='undefined'){r=1}else{r=parseInt(r)||2}t.closes(r);if(r!=2){t.remove()}});t.div.find('[not]').click(function(){if(typeof(v.not)=='function'){v.not(t)}t.remove()});t.div.click(function(){t.SetWH()})},r:function(){if(!$.mobiles()&&t.bd.find('iframe:visible').size()){t.contentsbg=t.contentsbg||$('
').css({zIndex:999});t.move.on('mousedown',function(){t.contents.append(t.contentsbg)});$(document).on('mouseup',function(){t.contentsbg.remove()})}$(t.div.find('[move]')).move(t.bd,{box:v.window?window:'',up:function(){t.SetWH()}})},c:function(fn){function remove(){if(!v.max){if(typeof(v.end)=='function'){v.end(t)}t.div.remove()}if(typeof(fn)=='function'){fn()}}if($.ie()){remove()}else{setTimeout(function(){t.bg.removeClass('janimated').fadeOut(300,function(){if(!v.max)t.bg.remove()});t.bd.removeClass('janimated').fadeOut(300,function(){remove()})},v.isloading?600:0)}},data:function(data){v=$.extend(v,data)},remove:function(fn){if(t.bd.attr('close')=='0'){return}if(v.max){history.back()}else{t.c(fn)}},show:function(fn){t.bg.show().addClass('janimated');t.bd.show().addClass('janimated')},closes:function(s){t.bd.attr('close',s);setTimeout(function(){t.bd.attr('close',v.close)},30);return this},SetWH:function(){if(v.max)return;t.bd.addClass('resize');setTimeout(function(){t.s()})},s:function(){ww=$(window).width();w0=ww*(v.tv?.96:.9);w1=t.bd.find('[contentschild]').outerWidth();w2=parseInt(t.bd.css('padding-left')||0)+parseInt(t.bd.css('padding-right')||0);w3=v.wh[0]-w2;if(w3<=0){w3=w1}if(w3>w0-w2){w3=w0-w2}if(v.ratio){v.wh[1]=v.ratio*w3}hh=$(window).height();h4=t.btn.outerHeight()+t.title.outerHeight()+parseInt(t.title.css('marginBottom'));h0=hh*.94;h1=t.bd.find('[contentschild]').outerHeight()+h4+3;h2=parseInt(t.bd.css('padding-top')||0)+parseInt(t.bd.css('padding-bottom')||0);h3=v.wh[1]||v.minHeight;if(h3<=v.minHeight&&h1>v.minHeight){h3=h1}if(h3>h0-h2){h3=h0-h2}if(v.max){h3=hh-h2;w3=ww-w2}w3=parseInt(w3);h3=parseInt(h3);var lww=ww-w3-w2;var thh=hh-h3-h2;var left=v.xy[0]!=-1?v.xy[0]:lww/2;var top=v.xy[1]!=-1?v.xy[1]:thh/(h3<400?3:2);var space=v.max?0:10;left=leftlww-space?lww-space:left);top=topthh-space?thh-space:top);if(t.bd.is('.resize')){var yl={l:parseFloat(t.bd.css('left')),t:parseFloat(t.bd.css('top')),w:parseFloat(t.bd.css('width')),h:parseFloat(t.bd.css('height')),};left=yl.l-(w3-yl.w)/2;top=yl.t-(h3-yl.h)/2;t.contents.animate({height:h3-h4},300);t.bd.animate({width:w3,height:h3,left:left,top:top>20?top:20},300,function(){t.bd.removeClass('resize')})}else{if(v.into<=2){t.bd.css({left:left,top:top})}t.contents.css({height:h3-h4});t.bd.css({width:w3,height:h3});v.into++}return this}};return t.a()},hash:function(fn,hash){if(typeof(window.hash_ary)!='object'){window.hash_ary={}}window.hash_ary[hash]=window.hash_ary[hash]||'';locations.hash=hash;setTimeout(function(){if(("onhashchange"in window)&&((typeof document.documentMode==="undefined")||document.documentMode==8)){window.onhashchange=fn}else{clearInterval(window.hash_ary[hash]);window.hash_ary[hash]=setInterval(function(){if(hash!=locations.hash)fn()},150)}},60)},max:function(str,v,lo,hash,a,b,c){if(typeof(str)=='object'){v=str}else{if(typeof(v)!='object')v={};if(!v.str)v.str=str}window.maxalert=typeof(window.maxalert)=='object'?window.maxalert:{};v=$.extend({max:1},v);hash='MAX'+md5(v.str||v.iframe);if(typeof(window.maxalert[hash])!='object'){window.maxalert[hash]=$.alert(v)}else{window.maxalert[hash].show()}$.hash(function(h,m){h=locations.hash;h=h.substring(1,h.length);m=window.maxalert;for(var i in m){if(h==i){m[i].show()}else{m[i].c()}}},hash);return window.maxalert[hash]},bAlert:function(v){v=$.extend({zIndex:888,color:'#1c80ab',},v);var a={init:function(){var thi=this;var h=$(window).height();thi.pop=$('
'+v.str+'
');thi.contents=thi.pop.children('[contents]');thi.close=thi.pop.children('[close]');thi.bg=thi.pop.children('[thisbg]');$('html').append(thi.pop.css({background:v.background||'#fff',top:'auto',bottom:'-100%',zIndex:v.zIndex,maxHeight:h*.8,boxShadow:'0 0 9px rgba(0,0,0,0.3)'}));thi.bg.css({top:-2000,background:'rgba(0,0,0,0.3)'});thi.contents.css({maxHeight:h*.8,minHeight:h*.3,});thi.close.css({background:'#fff',position:'absolute',top:-25,right:30,width:40,height:40,zIndex:40,lineHeight:'40px',fontSize:'18px',borderRadius:'50%',color:v.color,border:'5px solid '+v.color});thi.pop.animate({bottom:0},500);thi.pop.on('click','[close], [thisbg]',function(){thi.remove()});return thi},remove:function(){var thi=this;thi.pop.animate({bottom:'-100%'},500,function(){thi.pop.hide();if(typeof(v.end)=='function')v.end(thi)})}};return a.init()}});$ALERT={META:function(fn){if(!$.mobiles())return 0;if(JEXTHTML.search(/initial-scale(.*)target-densitydpi=device-dpi/)>0){fn()}},INIT:function(a,style){if(!style){return}var thi=this;if(typeof(style)=='string'){style=style.split(/,|;/)}var zm=style[0].split('');for(var i in zm){if(typeof(thi[zm[i]])=='function'){thi[zm[i]](a,style[1],style[2],style[3])}}},B:function(a){var data={wh:a.v.wh[0]!=451?a.v.wh:[360,0],minHeight:98};a.close.hide();a.yes.css({background:'none',color:'#1e5be4',paddingRight:0});a.not.css({color:'#999',fontSize:'13px',paddingRight:9});this.META(function(){data={wh:a.v.wh[0]!=601?a.v.wh:[460,0],minHeight:140};a.not.css({fontSize:'24px'});a.bd.css({padding:'32px 32px 24px'})});a.data(data)},C:function(a,color){var thi=this;color=color||'#1e5be4';a.close.hide();var c=$('
').css({background:'#fff',top:a.v.max?13:-13,right:a.v.max?13:-13,width:22,height:22,zIndex:22,lineHeight:'22px',fontSize:'12px',borderRadius:'50%',color:color,border:'4px solid '+color});thi.META(function(){c.css({top:a.v.max?15:-15,right:a.v.max?15:-15,width:36,height:36,lineHeight:'36px',fontSize:'16px'})});a.bd.append(c)},D:function(a){var thi=this;a.tip.hide();a.not.hide().parent().css({display:'inline-block',float:'none'}).parent().addClass('text-center');a.yes.css({borderRadius:'3px',padding:'5px 70px'});thi.META(function(){a.yes.css({padding:'10px 90px',fontSize:'22px'})})}};var jextalert="
"+"
"+"
"+"
"+"标题
"+"
"+"
"+"
"+"
"+"
"+"
取消
"+"
已完成
"+"
"+"
"+"
";$('[alertstyle]').append('#jextalert{overflow:visible !important;}');ASYNC={Data:{Global:{Frequency:0},Information:{Time:0}},Ajax:function(type,url,data,fn,dataType){var thi=this;$.ajax({url:url,type:type,data:data,cache:false,async:true,dataType:dataType||'html',success:function(data){if(fn)fn(data)}})},Time:30*1000,TimeExt:0,TimeStop:0,Timing:function(){var thi=this;if(!thi.TimeStop){thi.Data.Global.Frequency++;thi.Ajax('POST',jextpath+'php/timing.php',thi.Data,function(html){jQ('html').append(html);if(!JEXTINFO.IP){JEXTINFO=$.json($('.JEXTINFO').html());$('.JEXTINFO').remove()}})}setTimeout(function(){ASYNC.Timing()},thi.Time)}};if(WP==window){ASYNC.Timing()}JEXTFN['COMMON']=function(){JEXTHTML=$('html').html();$.jxinclude(jextpath+'web/wow.js',$('[wow]').size());$.jxinclude(jextpath+'web/iconfont/iconfont.css',$('[class*="jxi-"]').size());$.jxinclude(jextpath+'web/mcss/mcss.js',!$.isEmptyObject(McssData));$.jxinclude(jextpath+'web/mcss/hover.js',JEXTHTML.search(/ jshover-[a-z]+/)>0);$.jxinclude(jextpath+'web/mcss/border.js',$('[h-border],[relative]>[border]').size());$.jxinclude(jextpath+'web/mcss/iframe.js',$('[view-iframe]').size());$.jxinclude(jextpath+'web/mcss/nav/index.js',$('[jsnav]').size());$.jxinclude(jextpath+'web/mcss/header.js',$('[jsheader]').size());$.jxinclude(jextpath+'web/placeholder/index.js',$('[placeholder*="<"],[placeholder][top]').size());$.jxinclude(jextpath+'web/sms/send.js',$('[send-email],[send-sms]').size());$.jxinclude(jextpath+'web/ljz.js',$('[data-src]').size());$.jxinclude(jextpath+'web/time/countdown.js',$('[countdown]').size());$.jxinclude(jextpath+'web/cloudZoom/cloud-zoom.1.0.2.js',$('[cloud-zoom]').size());$.jxinclude(jextpath+'web/position/follow.js',$('[position-follow]').size());$.jxinclude(jextpath+'web/position/top.right.bottom.left.js',$('[position-out]').size());$.jxinclude(jextpath+'web/information/index.js',$('[jext-information]').size());$.jxinclude(jextpath+'web/comment/index.js',$('[jext-comment]').size());$.jxinclude(jextpath+'web/fileUpload/index.js',$('[fileUpload]').size());$.jxinclude(jextpath+'web/fileSelector/selector.js',$('[fileSelector]').size());$.jxinclude(jextpath+'web/fileSelector/ext.js',$('img[fileExt]').size());$.jxinclude(jextpath+'web/iframeSelector/index.js',$('[iframe-selector]').size());$.jxinclude(jextpath+'web/video/jvi.js',$('[video]').size());$.jxinclude(jextpath+'web/mine-scroll.js',$('[mine-scroll]').size());$.jxinclude(jextpath+'web/radio-checkbox/select-all.js',$('[select-all]').size());$.jxinclude(jextpath+'web/radio-checkbox/index.js',$('label input[type=checkbox], label input[type=radio]').size());$.jxinclude(jextpath+'web/ace/acode.js',$('[acode]').size());$.jxinclude(jextpath+'web/download.js',$('[download]').size());$.jxinclude(jextpath+'web/crawler/index.js',$('[crawler],[jext-crawler]').size());$.jxinclude(jextpath+'web/float/index.js',$('[jext-float]').size());$.jxinclude(jextpath+'web/int.js',$('input[int], input[float]').size());$.jxinclude(jextpath+'web/tab.js',$('[tab]').size());$.jxinclude(jextpath+'web/masonry/index.js',$('[masonry]').size());$.jxinclude(jextpath+'web/code/drag.js',$('[drag-code]').size());$.jxinclude(jextpath+'web/color/jscolor__.js',$('input.color').size());$.jxinclude(jextpath+'web/picture/index.js',$('[picture]').size());$.jxinclude(jextpath+'web/code/word.js',$('[word-code]').size());$.jxinclude(jextpath+'web/star.js',$('[star-off-on]').size());$.jxinclude(jextpath+'web/tips.js',$('[data-tips]').size()||$('[tips]').size()||$('.notes_icon').size());$.jxinclude(jextpath+'web/mCustomScrollbar/index.js',$('[mcscroll]').size());$.jxinclude(jextpath+'web/laydate/index.js',$('[laydate]').size());$.jxinclude(jextpath+'web/dragsort/index.js',$('ul[dragsort]').size());$.jxinclude(jextpath+'web/share.js',$('[jqshare]').size());$.jxinclude(jextpath+'web/progress/default.js',$('[progress]').size());$.jxinclude(jextpath+'web/progress/range.js',$('[range][max][min]').size());$.jxinclude(jextpath+'web/map/index.js',$('[map]').size());$.jxinclude(jextpath+'web/swiper5/index.js',$('.container .wrapper').size());$.jxinclude(jextpath+'web/ueditor/index.js',$('[ueditor], [MUeditor]').size());$.jxinclude(jextpath+'web/number.js',$('[number*=","]:not(input), [data-number*=","]:not(input)').size());$.jxinclude(jextpath+'web/ajaxpage.js',$('[ajax-href], [ajax-page], [ajax-change], [ajax-append]').size());$.jxinclude(jextpath+'web/canvas/index.js',JEXTHTML.search(/ canvas-[a-z]+/i)>0);$.jxinclude(jextpath+'web/echarts/index.js',$('[echarts]').size());$.jxinclude(jextpath+'web/wechat/share.js',$('body[wx-share]').size());if($('[turn-page]').size()){var i=parseInt($('[turn-page]').attr('turn-page'))%1;$.jxinclude(jextpath+'turn-page/'+i+'.css',1)}$('[address]:not(.isok)').each(function(){if(!$.isFunction($.fn.distpicker)){$.include(jextpath+'address-/distpicker.data.js',1);$.include(jextpath+'address-/distpicker.js')}else{var e=$(this);var v={province:e.find('select:eq(0)').html(),city:e.find('select:eq(1)').html(),district:e.find('select:eq(2)').html()};e.addClass('isok');e.distpicker(v)}});if($('[data-clipboard-text]:not([exec-datacopytext])').size()){if(typeof(ClipboardJS)!='function'){if(window.incClipboard!=1)$.include(jextpath+'org/clipboard.min.js');window.incClipboard=1}else{var clipboard=new ClipboardJS(document.querySelectorAll('[data-clipboard-text]:not([exec-datacopytext])'));clipboard.on('success',function(e){$.alert(jLang.global.copy_word,1)});clipboard.on('error',function(e){$.alert(jLang.global.copy_word_error,1)});$('[data-clipboard-text]:not([exec-datacopytext])').attr('exec-datacopytext','')}}};setInterval(function(){var w=$(window).width();var h=$(window).height();$('[visible]:not([vis-stop]),[visible][vis-out]').each(function(){var a=$(this);var t=a[0].getBoundingClientRect().top;var l=a[0].getBoundingClientRect().left;var b=a.height();if((t>=0&&t=0&&l=0&&t+b/2=0&&l