$(".cpli").hover(function () { $(this).addClass("on").siblings().removeClass("on"); }) $(".yk1").hover(function () { $(".cpimg").css({"background":"url(https://omo-oss-image.thefastimg.com/portal-saas/new2022042210454429077/cms/image/8a895835-0263-4558-9e99-629402ecef8a.jpg?d=1655456434041) no-repeat top center"}); }) $(".yk2").hover(function () { $(".cpimg").css({"background":"url(https://omo-oss-image.thefastimg.com/portal-saas/new2022042210454429077/cms/image/9a8d782f-c71f-4af4-a5f9-701d87f85468.jpg?d=1655456443593) no-repeat top center"}); }) $(".yk3").hover(function () { $(".cpimg").css({"background":"url(https://omo-oss-image.thefastimg.com/portal-saas/new2022042210454429077/cms/image/41253363-d49a-46ec-9fb4-ffa514c8dbde.jpg?d=1655456452112) no-repeat top center"}); }) $(".yk4").hover(function () { $(".cpimg").css({"background":"url(https://omo-oss-image.thefastimg.com/portal-saas/new2022042210454429077/cms/image/eb3c5dc1-2265-4a3c-9053-120d3e7a7526.jpg?d=1655456460760) no-repeat top center"}); }) $(function(){ $(".telshow").hover(function(){ $(this).css({width:225,marginLeft:-150}); $(this).find(".box-inner").animate({right:0},200); },function(){ $(this).css({width:75,marginLeft:0}); $(this).find(".box-inner").animate({right:-150},200); }) $(".icon-top").click(function(){ $('body,html').animate({scrollTop:0},500); }) $(".queryshow").hover(function(){ $(this).find('.querycode').fadeIn(); },function(){ $(this).find('.querycode').fadeOut(); }) }) $('.search_warp').click(function(){ if($('#c_static_001-1642231999937').hasClass('active')){ $('#c_static_001-1642231999937').removeClass('active'); }else{ $('#c_static_001-1642231999937').addClass('active'); } })