1. Like this?
if (is_category('Lifestyle 生活方式')) {
//do nothing
}else{ ...
2. This might be the problem:
is_category(): This Conditional Tag checks if a Category archive page is being displayed
in_category(): Tests if the current post (or any specified post) is assigned to any of the specified categories.