").append(n.parseHTML(a)).find(d):a)}).complete(c&&function(a,b){g.each(c,e||[a.responseText,b,a])}),this},n.expr.filters.animated=function(a){return n.grep(n.timers,function(b){return a===b.elem}).length};var dd=a.document.documentElement;function ed(a){return n.isWindow(a)?a:9===a.nodeType?a.defaultView||a.parentWindow:!1}n.offset={setOffset:function(a,b,c){var d,e,f,g,h,i,j,k=n.css(a,"position"),l=n(a),m={};"static"===k&&(a.style.position="relative"),h=l.offset(),f=n.css(a,"top"),i=n.css(a,"left"),j=("absolute"===k||"fixed"===k)&&n.inArray("auto",[f,i])>-1,j?(d=l.position(),g=d.top,e=d.left):(g=parseFloat(f)||0,e=parseFloat(i)||0),n.isFunction(b)&&(b=b.call(a,c,h)),null!=b.top&&(m.top=b.top-h.top+g),null!=b.left&&(m.left=b.left-h.left+e),"using"in b?b.using.call(a,m):l.css(m)}},n.fn.extend({offset:function(a){if(arguments.length)return void 0===a?this:this.each(function(b){n.offset.setOffset(this,a,b)});var b,c,d={top:0,left:0},e=this[0],f=e&&e.ownerDocument;if(f)return b=f.documentElement,n.contains(b,e)?(typeof e.getBoundingClientRect!==L&&(d=e.getBoundingClientRect()),c=ed(f),{top:d.top+(c.pageYOffset||b.scrollTop)-(b.clientTop||0),left:d.left+(c.pageXOffset||b.scrollLeft)-(b.clientLeft||0)}):d},position:function(){if(this[0]){var a,b,c={top:0,left:0},d=this[0];return"fixed"===n.css(d,"position")?b=d.getBoundingClientRect():(a=this.offsetParent(),b=this.offset(),n.nodeName(a[0],"html")||(c=a.offset()),c.top+=n.css(a[0],"borderTopWidth",!0),c.left+=n.css(a[0],"borderLeftWidth",!0)),{top:b.top-c.top-n.css(d,"marginTop",!0),left:b.left-c.left-n.css(d,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||dd;while(a&&!n.nodeName(a,"html")&&"static"===n.css(a,"position"))a=a.offsetParent;return a||dd})}}),n.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(a,b){var c=/Y/.test(b);n.fn[a]=function(d){return W(this,function(a,d,e){var f=ed(a);return void 0===e?f?b in f?f[b]:f.document.documentElement[d]:a[d]:void(f?f.scrollTo(c?n(f).scrollLeft():e,c?e:n(f).scrollTop()):a[d]=e)},a,d,arguments.length,null)}}),n.each(["top","left"],function(a,b){n.cssHooks[b]=Mb(l.pixelPosition,function(a,c){return c?(c=Kb(a,b),Ib.test(c)?n(a).position()[b]+"px":c):void 0})}),n.each({Height:"height",Width:"width"},function(a,b){n.each({padding:"inner"+a,content:b,"":"outer"+a},function(c,d){n.fn[d]=function(d,e){var f=arguments.length&&(c||"boolean"!=typeof d),g=c||(d===!0||e===!0?"margin":"border");return W(this,function(b,c,d){var e;return n.isWindow(b)?b.document.documentElement["client"+a]:9===b.nodeType?(e=b.documentElement,Math.max(b.body["scroll"+a],e["scroll"+a],b.body["offset"+a],e["offset"+a],e["client"+a])):void 0===d?n.css(b,c,g):n.style(b,c,d,g)},b,f?d:void 0,f,null)}})}),n.fn.size=function(){return this.length},n.fn.andSelf=n.fn.addBack,"function"==typeof define&&define.amd&&define("jquery",[],function(){return n});var fd=a.jQuery,gd=a.$;return n.noConflict=function(b){return a.$===n&&(a.$=gd),b&&a.jQuery===n&&(a.jQuery=fd),n},typeof b===L&&(a.jQuery=a.$=n),n});
/*! pintuer.js v1.2 */
$(function(){
$(".win-homepage").click(function(){
if(document.all){
document.body.style.behavior = 'url(#default#homepage)';
document.body.setHomePage(document.URL);
}else{alert("设置首页失败,请手动设置!");}
});
$(".win-favorite").click(function(){
var sURL=document.URL;
var sTitle=document.title;
try {window.external.addFavorite(sURL, sTitle);}
catch(e){
try{window.sidebar.addPanel(sTitle, sURL, "");}
catch(e){alert("加入收藏失败,请使用Ctrl+D进行添加");}
}
});
$(".win-forward").click(function(){
window.history.forward(1);
});
$(".win-back").click(function(){
window.history.back(-1);
});
$(".win-backtop").click(function(){$('body,html').animate({scrollTop:0},1000);return false;});
$(".win-refresh").click(function(){
window.locations.reload();
});
$(".win-print").click(function(){
window.print();
});
$(".win-close").click(function(){
window.close();
});
$('.checkall').click(function(){
var e=$(this);
var name=e.attr("name");
var checkfor=e.attr("checkfor");
var type;
if (checkfor!='' && checkfor!=null && checkfor!=undefined){
type=e.closest('form').find("input[name='"+checkfor+"']");
}else{
type=e.closest('form').find("input[type='checkbox']");
};
if (name=="checkall"){
$(type).each(function(index, element){
element.checked=true;
});
e.attr("name","ok");
}else{
$(type).each(function(index, element){
element.checked=false;
});
e.attr("name","checkall");
}
});
$('.dropdown-toggle').click(function(){
$(this).closest('.button-group, .drop').addClass("open");
});
$(document).bind("click",function(e){
if($(e.target).closest(".button-group.open, .drop.open").length == 0){
$(".button-group, .drop").removeClass("open");
}
});
$checkplaceholder=function(){
var input = document.createElement('input');
return 'placeholder' in input;
};
if(!$checkplaceholder()){
$("textarea[placeholder], input[placeholder]").each(function(index, element){
if($(element).attr("placeholder") || $emptyplaceholder(element)){
$(element).val($(element).attr("placeholder"));
$(element).data("pintuerholder",$(element).css("color"));
$(element).css("color","rgb(169,169,169)");
$(element).focus(function(){$hideplaceholder($(this));});
$(element).blur(function(){$showplaceholder($(this));});
}
})
};
$emptyplaceholder=function(element){
var $content=$(element).val();
return ($content.length === 0) || $content == $(element).attr("placeholder");
};
$showplaceholder=function(element){
//不为空及密码框
if($emptyplaceholder(element) && $(element).attr("type")!="password"){
$(element).val($(element).attr("placeholder"));
$(element).data("pintuerholder",$(element).css("color"));
$(element).css("color","rgb(169,169,169)");
}
};
var $hideplaceholder=function(element){
if($(element).data("pintuerholder")){
$(element).val("");
$(element).css("color", $(element).data("pintuerholder"));
$(element).removeData("pintuerholder");
}
};
$('textarea, input, select').blur(function(){
var e=$(this);
if(e.attr("data-validate")){
e.closest('.field').find(".input-help").remove();
var $checkdata=e.attr("data-validate").split(',');
var $checkvalue=e.val();
var $checkstate=true;
var $checktext="";
if(e.attr("placeholder")==$checkvalue){$checkvalue="";}
if($checkvalue!="" || e.attr("data-validate").indexOf("required")>=0){
for(var i=0;i<$checkdata.length;i++){
var $checktype=$checkdata[i].split(':');
if(! $pintuercheck(e,$checktype[0],$checkvalue)){
$checkstate=false;
$checktext=$checktext+"
"+$checktype[1]+" ";
}
}
};
if($checkstate){
e.closest('.form-group').removeClass("check-error");
e.parent().find(".input-help").remove();
e.closest('.form-group').addClass("check-success");
}else{
e.closest('.form-group').removeClass("check-success");
e.closest('.form-group').addClass("check-error");
e.closest('.field').append('
');
}
}
});
$pintuercheck=function(element,type,value){
$pintu=value.replace(/(^\s*)|(\s*$)/g, "");
switch(type){
case "required":return /[^(^\s*)|(\s*$)]/.test($pintu);break;
case "chinese":return /^[\u0391-\uFFE5]+$/.test($pintu);break;
case "number":return /^\d+$/.test($pintu);break;
case "integer":return /^[-\+]?\d+$/.test($pintu);break;
case "plusinteger":return /^[+]?\d+$/.test($pintu);break;
case "double":return /^[-\+]?\d+(\.\d+)?$/.test($pintu);break;
case "plusdouble":return /^[+]?\d+(\.\d+)?$/.test($pintu);break;
case "english":return /^[A-Za-z]+$/.test($pintu);break;
case "username":return /^[a-z]\w{3,}$/i.test($pintu);break;
case "mobiles":return /^((\(\d{3}\))|(\d{3}\-))?13[0-9]\d{8}?$|15[89]\d{8}?$|170\d{8}?$|147\d{8}?$/.test($pintu);break;
case "phones":return /^((\(\d{2,3}\))|(\d{3}\-))?(\(0\d{2,3}\)|0\d{2,3}-)?[1-9]\d{6,7}(\-\d{1,4})?$/.test($pintu);break;
case "tel":return /^((\(\d{3}\))|(\d{3}\-))?13[0-9]\d{8}?$|15[89]\d{8}?$|170\d{8}?$|147\d{8}?$/.test($pintu) || /^((\(\d{2,3}\))|(\d{3}\-))?(\(0\d{2,3}\)|0\d{2,3}-)?[1-9]\d{6,7}(\-\d{1,4})?$/.test($pintu);break;
case "email":return /^[^@]+@[^@]+\.[^@]+$/.test($pintu);break;
case "url":return /^https:\/\/[A-Za-z0-9]+\.[A-Za-z0-9]+[\/=\?%\-&_~`@[\]\':+!]*([^<>\"\"])*$/.test($pintu);break;
case "ip":return /^[\d\.]{7,15}$/.test($pintu);break;
case "qq":return /^[1-9]\d{4,10}$/.test($pintu);break;
case "currency":return /^\d+(\.\d+)?$/.test($pintu);break;
case "zip":return /^[1-9]\d{5}$/.test($pintu);break;
case "radio":
var radio=element.closest('form').find('input[name="'+element.attr("name")+'"]:checked').length;
return evals(radio==1);
break;
default:
var $test=type.split('#');
if($test.length>1){
switch($test[0]){
case "compare":
return evals(Number($pintu)+$test[1]);
break;
case "regexp":
return new RegExp($test[1],"gi").test($pintu);
break;
case "length":
var $length;
if(element.attr("type")=="checkbox"){
$length=element.closest('form').find('input[name="'+element.attr("name")+'"]:checked').length;
}else{
$length=$pintu.replace(/[\u4e00-\u9fa5]/g,"***").length;
}
return evals($length+$test[1]);
break;
case "ajax":
var $getdata;
var $url=$test[1]+$pintu;
$.ajaxSetup({async:false});
$.getJSON($url,function(data){
$getdata=data.getdata;
});
if($getdata=="true"){return true;}
break;
case "repeat":
return $pintu==jQuery('input[name="'+$test[1]+'"]').eq(0).val();
break;
default:return true;break;
}
break;
}else{
return true;
}
}
};
$('form').submit(function(){
$(this).find('input[data-validate],textarea[data-validate],select[data-validate]').trigger("blur");
var numError = $(this).find('.check-error').length;
if(numError){
$(this).find('.check-error').first().find('input[data-validate],textarea[data-validate],select[data-validate]').first().focus().select();
return false;
}
});
$('.form-reset').click(function(){
$(this).closest('form').find(".input-help").remove();
$(this).closest('form').find('.form-submit').removeAttr('disabled');
$(this).closest('form').find('.form-group').removeClass("check-error");
$(this).closest('form').find('.form-group').removeClass("check-success");
});
$('.tab .tab-nav li').each(function(){
var e=$(this);
var trigger=e.closest('.tab').attr("data-toggle");
if (trigger=="hover"){
e.mouseover(function(){
$showtabs(e);
});
e.click(function(){
return false;
});
}else{
e.click(function(){
$showtabs(e);
return false;
});
}
});
$showtabs=function(e){
var detail=e.children("a").attr("href");
e.closest('.tab .tab-nav').find("li").removeClass("active");
e.closest('.tab').find(".tab-body .tab-panel").removeClass("active");
e.addClass("active");
$(detail).addClass("active");
};
$('.dialogs').each(function(){
var e=$(this);
var trigger=e.attr("data-toggle");
if (trigger=="hover"){
e.mouseover(function(){
$showdialogs(e);
});
}else if(trigger=="click"){
e.click(function(){
$showdialogs(e);
});
}
});
$showdialogs=function(e){
var trigger=e.attr("data-toggle");
var getid=e.attr("data-target");
var data=e.attr("data-url");
var mask=e.attr("data-mask");
var width=e.attr("data-width");
var detail="";
var masklayout=$('
');
if(width==null){width="80%";}
if (mask=="1"){
$("body").append(masklayout);
}
detail='
';
if(getid!=null){detail=detail+$(getid).html();}
if(data!=null){detail=detail+$.ajax({url:data,async:false}).responseText;}
detail=detail+'
';
var win=$(detail);
win.find(".dialog").addClass("open");
$("body").append(win);
var x=parseInt($(window).width()-win.outerWidth())/2;
var y=parseInt($(window).height()-win.outerHeight())/2;
if (y<=10){y="10"}
win.css({"left":x,"top":y});
win.find(".dialog-close,.close").each(function(){
$(this).click(function(){
win.remove();
$('.dialog-mask').remove();
});
});
masklayout.click(function(){
win.remove();
$(this).remove();
});
};
$('.tips').each(function(){
var e=$(this);
var title=e.attr("title");
var trigger=e.attr("data-toggle");
e.attr("title","");
if (trigger=="" || trigger==null){trigger="hover";}
if (trigger=="hover"){
e.mouseover(function(){
$showtips(e,title);
});
}else if(trigger=="click"){
e.click(function(){
$showtips(e,title);
});
}else if(trigger=="show"){
e.ready(function(){
$showtips(e,title);
});
}
});
$showtips=function(e,title){
var trigger=e.attr("data-toggle");
var place=e.attr("data-place");
var width=e.attr("data-width");
var css=e.attr("data-style");
var image=e.attr("data-image");
var content=e.attr("content");
var getid=e.attr("data-target");
var data=e.attr("data-url");
var x=0;
var y=0;
var html="";
var detail="";
if(image!=null){detail=detail+'
';}
if(content!=null){detail=detail+'
'+content+'
';}
if(getid!=null){detail=detail+$(getid).html();}
if(data!=null){detail=detail+$.ajax({url:data,async:false}).responseText;}
if(title!=null && title!=""){
if(detail!=null && detail!=""){detail='
'+title+'
'+detail;}else{detail='
'+title+'
';}
}
detail='
'+detail+'
';
html=$(detail);
$("body").append( html );
if(width!=null){
html.css("width",width);
}
if(place=="" || place==null){place="top";}
if(place=="left"){
x=e.offset().left - html.outerWidth()-5;
y=e.offset().top - html.outerHeight()/2 + e.outerHeight()/2;
}else if(place=="top"){
x=e.offset().left - html.outerWidth()/2 + e.outerWidth()/2;
y=e.offset().top - html.outerHeight()-5;
}else if(place=="right"){
x=e.offset().left + e.outerWidth()+5;
y=e.offset().top - html.outerHeight()/2 + e.outerHeight()/2;
}else if(place=="bottom"){
x=e.offset().left - html.outerWidth()/2 + e.outerWidth()/2;
y=e.offset().top + e.outerHeight()+5;
}
if (css!=""){html.addClass(css);}
html.css({"left":x+"px","top":y+"px","position":"absolute"});
if (trigger=="hover" || trigger=="click" || trigger==null){
e.mouseout(function(){html.remove();e.attr("title",title)});
}
};
$('.alert .close').each(function(){
$(this).click(function(){
$(this).closest('.alert').remove();
});
});
$('.radio label').each(function(){
var e=$(this);
e.click(function(){
e.closest('.radio').find("label").removeClass("active");
e.addClass("active");
});
});
$('.checkbox label').each(function(){
var e=$(this);
e.click(function(){
if(e.find('input').is(':checked')){
e.addClass("active");
}else{
e.removeClass("active");
};
});
});
$('.collapse .panel-head').each(function(){
var e=$(this);
e.click(function(){
e.closest('.collapse').find(".panel").removeClass("active");
e.closest('.panel').addClass("active");
});
});
$('.icon-navicon').each(function(){
var e=$(this);
var target=e.attr("data-target");
e.click(function(){
$(target).toggleClass("nav-navicon");
});
});
$('.banner').each(function(){
var e=$(this);
var pointer=e.attr("data-pointer");
var interval=e.attr("data-interval");
var style=e.attr("data-style");
var items=e.attr("data-item");
var items_s=e.attr("data-small");
var items_m=e.attr("data-middle");
var items_b=e.attr("data-big");
var num=e.find(".carousel .item").length;
var win=$(window).width();
var i=1;
if(interval==null){interval=5};
if(items==null || items<1){items=1};
if(items_s!=null && win>760){items=items_s};
if(items_m!=null && win>1000){items=items_m};
if(items_b!=null && win>1200){items=items_b};
var itemWidth=Math.ceil(e.outerWidth()/items);
var page=Math.ceil(num/items);
e.find(".carousel .item").css("width",itemWidth+ "px");
e.find(".carousel").css("width",itemWidth*num + "px");
var carousel=function(){
i++;
if(i>page){i=1;}
$showbanner(e,i,items,num);
};
var play=setInterval(carousel,interval*600);
e.mouseover(function(){clearInterval(play);});
e.mouseout(function(){play=setInterval(carousel,interval*600);});
if(pointer!=0 && page>1){
var point='
';
for (var j=1;j';
};
point=point+' ';
var pager=$(point);
if(style!=null){pager.addClass(style);};
e.append(pager);
pager.css("left",e.outerWidth()*0.5 - pager.outerWidth()*0.5+"px");
pager.find("li").click(function(){
$showbanner(e,$(this).val(),items,num);
});
var lefter=$('');
var righter=$('');
if(style!=null){lefter.addClass(style);righter.addClass(style);};
e.append(lefter);
e.append(righter);
lefter.click(function(){
i--;
if(i<1){i=page;}
$showbanner(e,i,items,num);
});
righter.click(function(){
i++;
if(i>page){i=1;}
$showbanner(e,i,items,num);
});
};
});
$showbanner=function(e,i,items,num){
var after=0,leftx=0;
leftx = - Math.ceil(e.outerWidth()/items)*(items)*(i-1);
if(i*items > num){after=i*items-num;leftx= - Math.ceil(e.outerWidth()/items)*(num-items);};
e.find(".carousel").stop(true, true).animate({"left":leftx+"px"},800);
e.find(".pointer li").removeClass("active");
e.find(".pointer li").eq(i-1).addClass("active");
};
$(".spy a").each(function(){
var e=$(this);
var t=e.closest(".spy");
var target=t.attr("data-target");
var top=t.attr("data-offset-spy");
var thistarget="";
var thistop="";
if(top==null){top=0;};
if(target==null){thistarget=$(window);}else{thistarget=$(target);};
thistarget.bind("scroll",function(){
if(target==null){
thistop=$(e.attr("href")).offset().top - $(window).scrollTop() - parseInt(top);
}else{
thistop=$(e.attr("href")).offset().top - thistarget.offset().top - parseInt(top);
};
if(thistop<0){
t.find('li').removeClass("active");
e.parents('li').addClass("active");
};
});
});
$(".fixed").each(function(){
var e=$(this);
var style=e.attr("data-style");
var top=e.attr("data-offset-fixed");
if(top==null){top=e.offset().top;}else{top=e.offset().top - parseInt(top);};
if(style==null){style="fixed-top";};
$(window).bind("scroll",function(){
var thistop=top - $(window).scrollTop();
if(style=="fixed-top" && thistop<0){
e.addClass("fixed-top");
}else{
e.removeClass("fixed-top");
};
var thisbottom=top - $(window).scrollTop()-$(window).height();
if(style=="fixed-bottom" && thisbottom>0){
e.addClass("fixed-bottom");
}else{
e.removeClass("fixed-bottom");
};
});
});
})
$(document).ready(function(){window.TBUI=window.TBUI||{};TBUI.bd=$("body");TBUI.ajaxpager=TBUI.ajaxpager?Number(TBUI.ajaxpager):10;TBUI.pagenum=TBUI.pagenum?Number(TBUI.pagenum):20;TBUI.shareimage=TBUI.shareimage||"";TBUI.shareimagethumb=TBUI.shareimagethumb?Number(TBUI.shareimagethumb):1;TBUI.fullgallery=TBUI.fullgallery?Number(TBUI.fullgallery):1;TBUI.fullimage=TBUI.fullimage?Number(TBUI.fullimage):1;TBUI.click="click";$(".sitenav-on").on(TBUI.click,function(){TBUI.bd.toggleClass("sitenav-active")});$(".sitenav-mask").on(TBUI.click,function(){TBUI.bd.removeClass("sitenav-active")});$(".searchstart-on").on(TBUI.click,function(){$(this).hide();$(".searchstart-off").show();TBUI.bd.addClass("searchform-active");$(".sinput").focus()});$(".searchstart-off").on(TBUI.click,function(){$(this).hide();$(".searchstart-on").show();TBUI.bd.removeClass("searchform-active")});if(TBUI.fullgallery||TBUI.fullimage){TBUI.gallerybox_api=null;TBUI.gallerybox_close=function(){TBUI.gallerybox_api&&TBUI.gallerybox_api.refresh();$(".gallerybox").remove();$(".g___actived").removeClass("g___actived")};TBUI.gallerybox_init=function(items){TBUI.bd.append('
')};$(".gallery img").addClass("gallery-image");if(TBUI.fullgallery){$(".gallery-size-large.gallerylink-file a, .gallery-size-medium.gallerylink-file a, .gallery-size-thumbnail.gallerylink-file a").on(TBUI.click,function(event){event.preventDefault();var p=$(this).parent().parent();var item_index=p.index()+1;var items="";p.parent().children().each(function(){var desc="";if($(this).find(".gallery-caption").length){desc='
'+$(this).find(".gallery-caption").html()+"
"}items+='
'+desc+" "});TBUI.gallerybox_init(items);$(".gallerybox-item").height($(window).height());var gallerybox_slider=$(".gallerybox .glide").glide({type:"slider",startAt:item_index,touchDistance:2});TBUI.gallerybox_api=gallerybox_slider.data("glide_api")})}if(TBUI.fullimage){$(".article-content img:not(.gallery-image)").on(TBUI.click,function(event){if($(this).parent()[0].tagName!=="A"){var item_index=1;var items="";$(this).addClass("g___actived");$(".article-content img:not(.gallery-image)").each(function(e){var _this=$(this);if(_this.hasClass("g___actived")){item_index=e+1}var desc="";if(_this.next(".wp-caption-text").length){desc='
'+_this.next(".wp-caption-text").html()+"
"}var imgsrc=_this.attr("src");if(document.getElementsByClassName("gallerybox")){imgsrc=_this.attr("data-original")}items+='
'+desc+" "});TBUI.gallerybox_init(items);$(".gallerybox-item").height($(window).height());var gallerybox_slider=$(".gallerybox .glide").glide({type:"slider",startAt:item_index,touchDistance:2});TBUI.gallerybox_api=gallerybox_slider.data("glide_api")}})}$(window).resizeend(function(){if($(".gallerybox").length){var win_h=$(window).height();$(".gallerybox-item").height(win_h);$(".gallerybox-item").each(function(){var _img=$(this).find("img"),_img_w=_img.data("w"),_img_h=_img.data("h");if(win_h<=_img_h){_img.height(win_h);_img.width(_img.height()*_img_w/_img_h)}else{_img.width("");_img.height("")}})}});if(TBUI.fullgallery){var gallery_slider=$(".gallery .glide").glide({type:"slider",startAt:1,autoheight:true,touchDistance:2})}}video_ok();$(window).resizeend(function(event){video_ok()});function video_ok(){var cw=$(".article-content").width();$(".article-content embed, .article-content video, .article-content iframe").each(function(){var w=$(this).attr("width")||0,h=$(this).attr("height")||0;if(cw&&w&&h){$(this).css("width",cw
0){$.ias({triggerPageThreshold:TBUI.ajaxpager,history:true,container:".excerpts",item:".excerpt",pagination:".pagination",next:".next-page a",loader:'',trigger:"继续加载",onRenderComplete:function(){$(".excerpt:gt(-"+(TBUI.pagenum+1)+") .thumb").lazyload({data_attribute:"src",threshold:0})}})}$('[etap="rewards"]').on(TBUI.click,function(){$(".rewards-popover-mask, .rewards-popover").fadeIn()});$('[etap="rewards-close"]').on(TBUI.click,function(){$(".rewards-popover-mask, .rewards-popover").fadeOut()});TBUI.bd.append(''+(is_page("comment-open")?'
':"")+'
');var scroller=$(".rollbar");$(window).scroll(function(){var h=document.documentElement.scrollTop+document.body.scrollTop;h>200?scroller.fadeIn():scroller.fadeOut()});$('[etap="to_comments"]').on(TBUI.click,function(){$("html,body").animate({scrollTop:$("#comments").offset().top+15},300,function(){$("#comment").focus()})});$('[etap="to_top"]').on(TBUI.click,function(){$("html,body").animate({scrollTop:0},300)});if(TBUI.shareimage){if(!TBUI.shareimagethumb&&$(".article-content img:first").length){TBUI.shareimage=$(".article-content img:first").attr("src")}TBUI.bd.prepend('')}var share={url:document.URL,pic:TBUI.shareimage,title:document.title||"",desc:$('meta[name="description"]').length?$('meta[name="description"]').attr("content"):""};$(".share-weixin").each(function(){if(!$(this).find(".share-popover").length){$(this).append(' ');$("#weixin-qrcode").qrcode({width:80,height:80,text:$(this).data("url")})}});$('[etap="share"]').on(TBUI.click,function(){var dom=$(this);var to=dom.data("share");var url="";switch(to){case"qq":url="https://connect.qq.com/widget/shareqq/index.html?url="+share.url+"&desc="+share.desc+"&summary="+share.title+"&site=zeshlife&pics="+share.pic;break;case"weibo":url="https://service.weibo.com/share/share.php?title="+share.title+"&url="+share.url+"&source=bookmark&pic="+share.pic;break;case"douban":url="https://www.douban.com/share/service?image="+share.pic+"&href="/+share.url+"&name="+share.title+"&text="+share.desc;break;case"qzone":url="https://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url="+share.url+"&title="+share.title+"&desc="+share.desc;break;case"tqq":url="https://share.v.t.qq.com/index.php?c=share&a=index&url="+share.url+"&title="+share.title;break;case"renren":url="https://widget.renren.com/dialog/share?srcUrl="+share.pic+"&resourceUrl="+share.url+"&title="+share.title+"&description="+share.desc;break}if(!dom.attr("href")&&!dom.attr("target")){dom.attr("href",url).attr("target","_blank")}});$('[etap="like"]').on(TBUI.click,function(){var dom=$(this);var pid=dom.attr("data-pid");if(dom.hasClass("actived")){return alert("浣犲凡璧烇紒")}if(!pid||!/^\d{1,}$/.test(pid)){return}var likes=$.cookie("likes")||"";if($.inArray(pid,likes.split("."))!==-1){return alert("浣犲凡璧烇紒")}$.ajax({url:TBUI.uri+"/action/like.php",type:"POST",dataType:"json",data:{id:pid},success:function(data,textStatus,xhr){if(data.error==6){return alert("浣犲凡璧烇紒")}if(data.error){return false}dom.toggleClass("actived");dom.find("span").html(data.response)}})});function is_page(name){return TBUI.bd.hasClass(name)?true:false}$(".commentlist .url").attr("target","_blank");$(".comment-user-change").on(TBUI.click,function(){$("#comment-author-info").slideDown(300);$("#comment-author-info input:first").focus()});var edit_mode="0",txt1='璇勮鎻愪氦涓�...
',txt2='#
',txt3='">',cancel_edit="鍙栨秷缂栬緫",edit,num=1,comm_array=[];comm_array.push("");$comments=$("#comments-title");$cancel=$("#cancel-comment-reply-link");cancel_text=$cancel.text();$submit=$("#commentform #submit");$submit.attr("disabled",false);$(".comt-tips").append(txt1+txt2);$(".comt-loading").hide();$(".comt-error").hide();$body=(window.opera)?(document.compatMode=="CSS1Compat"?$("html"):$("body")):$("html,body");$("#commentform").submit(function(){$(".comt-loading").slideDown(300);$submit.attr("disabled",true).fadeTo("slow",0.5);if(edit){$("#comment").after(' ')}$.ajax({url:TBUI.uri+"/action/comment.php",data:$(this).serialize(),type:$(this).attr("method"),error:function(request){$(".comt-loading").slideUp(300);$(".comt-error").slideDown(300).html(request.responseText);setTimeout(function(){$submit.attr("disabled",false).fadeTo("slow",1);$(".comt-error").slideUp(300)},3000)},success:function(data){$(".comt-loading").slideUp(300);
comm_array.push($("#comment").val());$("textarea").each(function(){this.value=""});var t=addComment,cancel=t.I("cancel-comment-reply-link"),temp=t.I("wp-temp-form-div"),respond=t.I(t.respondId),post=t.I("comment_post_ID").value,parent=t.I("comment_parent").value;if(!edit&&$comments.length){n=parseInt($comments.text().match(/\d+/));$comments.text($comments.text().replace(n,n+1))}new_htm='" id="new_comm_'+num+'">';new_htm=(parent=="0")?('\n
");ok_htm='\n\n";if(parent=="0"){if($("#postcomments .commentlist").length){$("#postcomments .commentlist").before(new_htm)}else{$("#respond").after(new_htm)}}else{$("#respond").after(new_htm)}$("#comment-author-info").slideUp();$("#new_comm_"+num).hide().append(data);$("#new_comm_"+num+" li").append(ok_htm);$("#new_comm_"+num).fadeIn(1000);$("#new_comm_"+num).find(".comt-avatar .avatar").attr("src",$(".commentnew .avatar:last").attr("src"));countdown();num++;edit="";$("*").remove("#edit_id");cancel.style.display="none";cancel.onclick=null;t.I("comment_parent").value="0";if(temp&&respond){temp.parentNode.insertBefore(respond,temp);temp.parentNode.removeChild(temp)}}});return false});addComment={moveForm:function(commId,parentId,respondId,postId,num){var t=this,div,comm=t.I(commId),respond=t.I(respondId),cancel=t.I("cancel-comment-reply-link"),parent=t.I("comment_parent"),post=t.I("comment_post_ID");if(edit){exit_prev_edit()}num?(t.I("comment").value=comm_array[num],edit=t.I("new_comm_"+num).innerHTML.match(/(comment-)(\d+)/)[2],$new_sucs=$("#success_"+num),$new_sucs.hide(),$new_comm=$("#new_comm_"+num),$new_comm.hide(),$cancel.text(cancel_edit)):$cancel.text(cancel_text);t.respondId=respondId;postId=postId||false;if(!t.I("wp-temp-form-div")){div=document.createElement("div");div.id="wp-temp-form-div";div.style.display="none";respond.parentNode.insertBefore(div,respond)}!comm?(temp=t.I("wp-temp-form-div"),t.I("comment_parent").value="0",temp.parentNode.insertBefore(respond,temp),temp.parentNode.removeChild(temp)):comm.parentNode.insertBefore(respond,comm.nextSibling);$body.animate({scrollTop:$("#respond").offset().top-180},400);if(post&&postId){post.value=postId}parent.value=parentId;cancel.style.display="";cancel.onclick=function(){if(edit){exit_prev_edit()}var t=addComment,temp=t.I("wp-temp-form-div"),respond=t.I(t.respondId);t.I("comment_parent").value="0";if(temp&&respond){temp.parentNode.insertBefore(respond,temp);temp.parentNode.removeChild(temp)}this.style.display="none";this.onclick=null;return false};try{t.I("comment").focus()}catch(e){}return false},I:function(e){return document.getElementById(e)}};function exit_prev_edit(){$new_comm.show();$new_sucs.show();$("textarea").each(function(){this.value=""});edit=""}var wait=15,submit_val=$submit.val();function countdown(){if(wait>0){$submit.val(wait);wait--;setTimeout(countdown,1000)}else{$submit.val(submit_val).attr("disabled",false).fadeTo("slow",1);wait=15}}}); /*! WOW - v1.0.1 - 2014-09-03 * Copyright (c) 2014 Matthieu Aussaguel; Licensed MIT */ (function(){var a,b,c,d,e,f=function(a,b){return function(){return a.apply(b,arguments)}},g=[].indexOf||function(a){for(var b=0,c=this.length;c>b;b++)if(b in this&&this[b]===a)return b;return-1};b=function(){function a(){}return a.prototype.extend=function(a,b){var c,d;for(c in b)d=b[c],null==a[c]&&(a[c]=d);return a},a.prototype.ismobiles=function(a){return/androids|weboses|iphoness|ipads|ipods|BlackBerry|IEmobiles|Opera Mini/i.test(a)},a.prototype.addEvent=function(a,b,c){return null!=a.addEventListener?a.addEventListener(b,c,!1):null!=a.attachEvent?a.attachEvent("on"+b,c):a[b]=c},a.prototype.removeEvent=function(a,b,c){return null!=a.removeEventListener?a.removeEventListener(b,c,!1):null!=a.detachEvent?a.detachEvent("on"+b,c):delete a[b]},a.prototype.innerHeight=function(){return"innerHeight"in window?window.innerHeight:document.documentElement.clientHeight},a}(),c=this.WeakMap||this.MozWeakMap||(c=function(){function a(){this.keys=[],this.values=[]}return a.prototype.get=function(a){var b,c,d,e,f;for(f=this.keys,b=d=0,e=f.length;e>d;b=++d)if(c=f[b],c===a)return this.values[b]},a.prototype.set=function(a,b){var c,d,e,f,g;for(g=this.keys,c=e=0,f=g.length;f>e;c=++e)if(d=g[c],d===a)return void(this.values[c]=b);return this.keys.push(a),this.values.push(b)},a}()),a=this.MutationObserver||this.WebkitMutationObserver||this.MozMutationObserver||(a=function(){function a(){"undefined"!=typeof console&&null!==console&&console.warn("MutationObserver is not supported by your browser."),"undefined"!=typeof console&&null!==console&&console.warn("WOW.js cannot detect dom mutations, please call .sync() after loading new content.")}return a.notSupported=!0,a.prototype.observe=function(){},a}()),d=this.getComputedStyle||function(a){return this.getPropertyValue=function(b){var c;return"float"===b&&(b="styleFloat"),e.test(b)&&b.replace(e,function(a,b){return b.toUpperCase()}),(null!=(c=a.currentStyle)?c[b]:void 0)||null},this},e=/(\-([a-z]){1})/g,this.WOW=function(){function e(a){null==a&&(a={}),this.scrollCallback=f(this.scrollCallback,this),this.scrollHandler=f(this.scrollHandler,this),this.start=f(this.start,this),this.scrolled=!0,this.config=this.util().extend(a,this.defaults),this.animationNameCache=new c}return e.prototype.defaults={boxClass:"wow",animateClass:"animated",offset:100,mobiles:!0,live:!0},e.prototype.init=function(){var a;return this.element=window.document.documentElement,"interactive"===(a=document.readyState)||"complete"===a?this.start():this.util().addEvent(document,"DOMContentLoaded",this.start),this.finished=[]},e.prototype.start=function(){var b,c,d,e;if(this.stopped=!1,this.boxes=function(){var a,c,d,e;for(d=this.element.querySelectorAll("."+this.config.boxClass),e=[],a=0,c=d.length;c>a;a++)b=d[a],e.push(b);return e}.call(this),this.all=function(){var a,c,d,e;for(d=this.boxes,e=[],a=0,c=d.length;c>a;a++)b=d[a],e.push(b);return e}.call(this),this.boxes.length)if(this.disabled())this.resetStyle();else{for(e=this.boxes,c=0,d=e.length;d>c;c++)b=e[c],this.applyStyle(b,!0);this.util().addEvent(window,"scroll",this.scrollHandler),this.util().addEvent(window,"resize",this.scrollHandler),this.interval=setInterval(this.scrollCallback,50)}return this.config.live?new a(function(a){return function(b){var c,d,e,f,g;for(g=[],e=0,f=b.length;f>e;e++)d=b[e],g.push(function(){var a,b,e,f;for(e=d.addedNodes||[],f=[],a=0,b=e.length;b>a;a++)c=e[a],f.push(this.doSync(c));return f}.call(a));return g}}(this)).observe(document.body,{childList:!0,subtree:!0}):void 0},e.prototype.stop=function(){return this.stopped=!0,this.util().removeEvent(window,"scroll",this.scrollHandler),this.util().removeEvent(window,"resize",this.scrollHandler),null!=this.interval?clearInterval(this.interval):void 0},e.prototype.sync=function(){return a.notSupported?this.doSync(this.element):void 0},e.prototype.doSync=function(a){var b,c,d,e,f;if(!this.stopped){if(null==a&&(a=this.element),1!==a.nodeType)return;for(a=a.parentNode||a,e=a.querySelectorAll("."+this.config.boxClass),f=[],c=0,d=e.length;d>c;c++)b=e[c],g.call(this.all,b)<0?(this.applyStyle(b,!0),this.boxes.push(b),this.all.push(b),f.push(this.scrolled=!0)):f.push(void 0);return f}},e.prototype.show=function(a){return this.applyStyle(a),a.className=""+a.className+" "+this.config.animateClass},e.prototype.applyStyle=function(a,b){var c,d,e;return d=a.getAttribute("data-wow-duration"),c=a.getAttribute("data-wow-delay"),e=a.getAttribute("data-wow-iteration"),this.animate(function(f){return function(){return f.customStyle(a,b,d,c,e)}}(this))},e.prototype.animate=function(){return"requestAnimationFrame"in window?function(a){return window.requestAnimationFrame(a)}:function(a){return a()}}(),e.prototype.resetStyle=function(){var a,b,c,d,e;for(d=this.boxes,e=[],b=0,c=d.length;c>b;b++)a=d[b],e.push(a.setAttribute("style","visibility: visible;"));return e},e.prototype.customStyle=function(a,b,c,d,e){return b&&this.cacheAnimationName(a),a.style.visibility=b?"hidden":"visible",c&&this.vendorSet(a.style,{animationDuration:c}),d&&this.vendorSet(a.style,{animationDelay:d}),e&&this.vendorSet(a.style,{animationIterationCount:e}),this.vendorSet(a.style,{animationName:b?"none":this.cachedAnimationName(a)}),a},e.prototype.vendors=["moz","webkit"],e.prototype.vendorSet=function(a,b){var c,d,e,f;f=[];for(c in b)d=b[c],a[""+c]=d,f.push(function(){var b,f,g,h;for(g=this.vendors,h=[],b=0,f=g.length;f>b;b++)e=g[b],h.push(a[""+e+c.charAt(0).toUpperCase()+c.substr(1)]=d);return h}.call(this));return f},e.prototype.vendorCSS=function(a,b){var c,e,f,g,h,i;for(e=d(a),c=e.getPropertyCSSValue(b),i=this.vendors,g=0,h=i.length;h>g;g++)f=i[g],c=c||e.getPropertyCSSValue("-"+f+"-"+b);return c},e.prototype.animationName=function(a){var b;try{b=this.vendorCSS(a,"animation-name").cssText}catch(c){b=d(a).getPropertyValue("animation-name")}return"none"===b?"":b},e.prototype.cacheAnimationName=function(a){return this.animationNameCache.set(a,this.animationName(a))},e.prototype.cachedAnimationName=function(a){return this.animationNameCache.get(a)},e.prototype.scrollHandler=function(){return this.scrolled=!0},e.prototype.scrollCallback=function(){var a;return!this.scrolled||(this.scrolled=!1,this.boxes=function(){var b,c,d,e;for(d=this.boxes,e=[],b=0,c=d.length;c>b;b++)a=d[b],a&&(this.isVisible(a)?this.show(a):e.push(a));return e}.call(this),this.boxes.length||this.config.live)?void 0:this.stop()},e.prototype.offsetTop=function(a){for(var b;void 0===a.offsetTop;)a=a.parentNode;for(b=a.offsetTop;a=a.offsetParent;)b+=a.offsetTop;return b},e.prototype.isVisible=function(a){var b,c,d,e,f;return c=a.getAttribute("data-wow-offset")||this.config.offset,f=window.pageYOffset,e=f+Math.min(this.element.clientHeight,this.util().innerHeight())-c,d=this.offsetTop(a),b=d+a.clientHeight,e>=d&&b>=f},e.prototype.util=function(){return null!=this._util?this._util:this._util=new b},e.prototype.disabled=function(){return!this.config.mobiles&&this.util().ismobiles(navigator.userAgent)},e}()}).call(this); var wow=new WOW({boxClass:"wow",animateClass:"animated",offset:100,mobiles:true,live:true,});wow.init();