$(".zzjgLd422 a").click(function (e)){
/*一系列操作*/
e.stopPropagation();
$("#grxxhtml").("click",function(e){
e.stopPropagation();
});
$("body").one("click",function(e){
$("#grxxhtml").hide();
});
}