$(".xs_remind").click(function(e){
if(!$(e.target).closest(".xs_remind a").length){
$(this).hide();
}
})
js 弹出框点击除了内容区域的其他地方进行隐藏

$(".xs_remind").click(function(e){
if(!$(e.target).closest(".xs_remind a").length){
$(this).hide();
}
})