$(function(){ var _useragent = window.navigator.useragent.tolowercase(); if(_useragent.indexof('android')<0 && _useragent.indexof('iphone')<0 && _useragent.indexof('ipad')<0 ) { if($.cookie("onlinesp")==null||$.cookie("onlinesp")=="0"||$.cookie("onlinesp")=="") { $('.onlineservice').hide(); $('.box_os').show(); } else if($.cookie("onlinesp")=="1") { $('.onlineservice').show(); $('.box_os').hide(); } } else{ $('.onlineservice').hide(); $('.box_os').hide(); } $('.onlineservice .ico_os').click(function() { $('.onlineservice').hide(); $('.box_os').show(); $.cookie("onlinesp","0",{expires:1,path:"/",domain:"umiwi.com"}); }); $('.os_x').click(function() { $('.box_os').hide(); $('.onlineservice').show(); $.cookie("onlinesp","1",{expires:2100000000,path:"/",domain:"umiwi.com"}); }); $boxosfun = function(){var st=$(document).scrolltop();if (!window.xmlhttprequest) {$('.box_os').css('top',st+44);$('.onlineservice').css('top',st+44);}}; $(window).bind('scroll', $boxosfun); $boxosfun(); var feedback_url ='http://sc.chinaz.com/?account/suggestion.php?action=save'; $('.acbox .ico_pp').hover(function(){ $(this).stop().animate({height:'52px'},'fast'); },function(){ $(this).stop().animate({height:'33px'},'fast'); } ); $('.acbox .ico_gt').hover(function(){ $(this).stop().animate({height:'52px'},'fast'); },function(){ $(this).stop().animate({height:'33px'},'fast'); } ); $('.onlineservice .ico_pp').hover(function(){ $(this).stop().animate({width:'87px'},'fast'); },function(){ $(this).stop().animate({width:'39px'},'fast'); } ); $('.onlineservice .ico_gt').hover(function(){ $(this).stop().animate({width:'97px'},'fast'); },function(){ $(this).stop().animate({width:'39px'},'fast'); } ); $('.ico_gt').click(function(){ $("html, body").animate({scrolltop:0}, 1); }) //ι’ε—šι²Έιœ? if ( $(window).width()<1200 || screen.width<1200) { $('.hydp950,.w_950,.sdmain,.main').css('overflow','hidden'); $('.top_bg').css({'overflow':'hidden','width':'950px','margin':'0 auto'}); $('.db_bg2').addclass('db_bg2_s'); $('.jstd_c .bg_l,.jstd_c .bg_r').css('display','none'); $('#js_play .prev').css('left','0'); $('#js_play .next').css('right','0'); $('#videoplay .prev, #videoplay2 .prev').addclass('prev_s'); $('#videoplay .next, #videoplay2 .next').addclass('next_s'); }else{ $('.hydp950,.w_950,.sdmain,.main').removeattr('style'); $('.top_bg').removeattr('style'); $('.db_bg2').removeclass('db_bg2_s'); $('.jstd_c .bg_l,.jstd_c .bg_r').removeattr('style'); $('#js_play .prev').removeattr('style'); $('#js_play .next').removeattr('style'); $('#videoplay .prev, #videoplay2 .prev').removeclass('prev_s'); $('#videoplay .next, #videoplay2 .next').removeclass('next_s'); } });