$(function(){$('.j-domestic-third').hide();$('.j-overseas-third').show();$('.j-selectlang-china-box').remove();var honkcontent = $('.areacode-select-box .area-code-body img[data-country="344"]').eq(0).next().html();if (honkcontent&&honkcontent.indexOf("香港")>-1){$('.areacode-select-box .area-code-body img[data-country="344"]').eq(0).parent().remove();}else{$('.areacode-select-box .area-code-body img[data-country="344"]').eq(1).parent().remove();};var taiwancontent = $('.areacode-select-box .area-code-body img[data-country="158"]').eq(0).next().html();if (taiwancontent&&taiwancontent.indexOf("台湾")>-1){$('.areacode-select-box .area-code-body img[data-country="158"]').eq(0).parent().remove();}else{ $('.areacode-select-box .area-code-body img[data-country="158"]').eq(1).parent().remove();};})