Contact Support

Enterprise

週一至週五

上午9:00~12:00 |下午1:30 ~5:30

國定假日或特殊假日(如颱風假)停止服務

886-2-2377-2323

Small & Medium Business

週一至週五

上午9:00~12:00 |下午1:30 ~5:30

國定假日或特殊假日(如颱風假)停止服務

886-2-2377-2323

Business Sales

週一至週五

上午9:00~12:00 |下午1:30 ~5:30

國定假日或特殊假日(如颱風假)停止服務

886-2-2378-2666

PC-cillin

週一至週五

上午09:00~12:00|下午01:30至05:30|晚上06:30~09:00

週六日

上午10:00至12:00|下午01:30至04:00

國定假日或特殊假日(如颱風假)停止服務

886-2-2378-3666

TippingPoint

週一至週五

上午9:00~12:00 |下午1:30 ~5:30

國定假日或特殊假日(如颱風假)停止服務

00801-13-6832

Enterprise

周一至周五
(国定假日除外)

上午09:00~12:30|下午13:30~17:30


Asiainfo-Sec:800-820-8839

未开通800服务地区的用户请拨打:
021-26037677

手机用户可拨打:400-820-8839

Small & Medium Business

周一至周五
(国定假日除外)

上午09:00~12:30|下午13:30~17:30


Asiainfo-Sec:800-820-8839

未开通800服务地区的用户请拨打:
021-26037677

手机用户可拨打:400-820-8839

Business Sales

周一至周五
(国定假日除外)

上午09:00~12:30|下午13:30~17:30


Asiainfo-Sec: 00-820-8876

未开通800 服务地区的用户请拨打:
021-63848899

Consumer Support (PC-cillin)

周一至周五
(国定假日除外)

上午09:00~12:30|下午13:30~17:30


Asiainfo-Sec 拨打个人产品技术支持热线:021-26037676

TippingPoint

周一至周五
(国定假日除外)

上午09:00~12:30|下午13:30~17:30

400-120-9371

スタンダードサポートサービス​

お問い合わせフォーム

受付時間・検体自動解析:24時間365日​

対応時間:土日・祝日を除く平日9:00~17:30

お間い合わせには事前にアカウント作成が必要です。作成方法は こちら​をご参照ください。

お電話でのお問い合わせ

受付/対応時間:土日・祝日を除く平日​

9:00~12:00 / 13:00~17:30

Business Success Portalへログインして電話番号をご確認ください。

お間い合わせには事前にアカウント作成が必要です。作成方法は ​こちらをご参照ください。 受付時には、こ担当者名、アカウント作成時に使用したe-mailで 本人様確認をさせていただきます。

契約確認/AC発行​

法人カスタマーサービス&サポート​

契約状況の確認、アクティベーション発行については法人カスタマーサービス&サポートページをご確認ください。

法人カスタマーサービス&サポート

パートナーサポート​​

パートナーの方へのサポートセンターのご案内​​
パートナーポータル​

ご登録いただいていないパートナーの担当者さまはパートナーポータルへ新規登録することでサポートセンターへお問い合わせいただけます。

プレミアムサポートサービス​

プレミアムサポートセンター
お問い合わせフォーム​​​​
受付時間・検体自動解析:24時間365日
対応時間:プレミアムサポート契約内容に準じる)​
お問い合わせフォーム​

${daysOfWeek}

${excDaysOfWeek || ''}

${time}

${phone}

`; return cardMarkup; } const generateLocationMarkup = (location) => { const { Enterprise_DaysofWeek, Enterprise_Exc_DaysofWeek, Enterprise_Time, Enterprise_Phone, SmallMediumBusiness_DaysofWeek, SmallMediumBusiness_Exc_DaysofWeek, SmallMediumBusiness_Time, SmallMediumBusiness_Phone, Tippingpoint_DaysofWeek, Tippingpoint_Exc_DaysofWeek, Tippingpoint_Time, Tippingpoint_Phone, Business_Sale_DaysofWeek, Business_Sale_Exc_DaysofWeek, Business_Sale_Time, Business_Sale_Phone, For_Partners_DaysofWeek, For_Partners_Exc_DaysofWeek, For_Partners_Time, For_Partners_Phone, SMB_US_DaysofWeek, SMB_US_Exc_DaysofWeek, SMB_US_Time, SMB_US_Phone, Customer_Support_PC_DaysofWeek, Customer_Support_PC_Exc_DaysofWeek, Customer_Support_PC_Time, Customer_Support_PC_Phone, } = location?.details; let markup = ''; let cardInfo = { title: '', daysOfWeek: '', excDaysOfWeek: '', time: '', phone: '' }; if (hasValidValue(Enterprise_Phone)) { cardInfo = { ...cardInfo, title: 'Enterprise', daysOfWeek: Enterprise_DaysofWeek, excDaysOfWeek: Enterprise_Exc_DaysofWeek, time: Enterprise_Time, phone: Enterprise_Phone } markup += generateSupportCardMarkup(cardInfo); } if (hasValidValue(SmallMediumBusiness_Phone)) { cardInfo = { ...cardInfo, title: 'Small & Medium Business', daysOfWeek: SmallMediumBusiness_DaysofWeek, excDaysOfWeek: SmallMediumBusiness_Exc_DaysofWeek, time: SmallMediumBusiness_Time, phone: SmallMediumBusiness_Phone } markup += generateSupportCardMarkup(cardInfo); } if (hasValidValue(SMB_US_Phone)) { cardInfo = { ...cardInfo, title: 'SMB Customer Service and Sales', daysOfWeek: SMB_US_DaysofWeek, excDaysOfWeek: SMB_US_Exc_DaysofWeek, time: SMB_US_Time, phone: SMB_US_Phone } markup += generateSupportCardMarkup(cardInfo); } if (hasValidValue(Business_Sale_Phone)) { cardInfo = { ...cardInfo, title: 'Business Sales', daysOfWeek: Business_Sale_DaysofWeek, excDaysOfWeek: Business_Sale_Exc_DaysofWeek, time: Business_Sale_Time, phone: Business_Sale_Phone } markup += generateSupportCardMarkup(cardInfo); } if (hasValidValue(For_Partners_Phone)) { cardInfo = { ...cardInfo, title: 'For partner', daysOfWeek: For_Partners_DaysofWeek, excDaysOfWeek: For_Partners_Exc_DaysofWeek, time: For_Partners_Time, phone: For_Partners_Phone } markup += generateSupportCardMarkup(cardInfo); } if (hasValidValue(Customer_Support_PC_Phone)) { cardInfo = { ...cardInfo, title: 'Consumer Support (PC-cillin)', daysOfWeek: Customer_Support_PC_DaysofWeek, excDaysOfWeek: Customer_Support_PC_Exc_DaysofWeek, time: Customer_Support_PC_Time, phone: Customer_Support_PC_Phone } markup += generateSupportCardMarkup(cardInfo); } if (hasValidValue(Tippingpoint_Phone)) { cardInfo = { ...cardInfo, title: 'TippingPoint', daysOfWeek: Tippingpoint_DaysofWeek, excDaysOfWeek: Tippingpoint_Exc_DaysofWeek, time: Tippingpoint_Time, phone: Tippingpoint_Phone } markup += generateSupportCardMarkup(cardInfo); } return markup; }; const renderContactSupportData = (selectedLocation) => { const contactSupportMarkup = generateLocationMarkup(selectedLocation); supportContainerElement.innerHTML = ''; supportContainerElement.insertAdjacentHTML('afterbegin', contactSupportMarkup); contactSupportState.value = selectedLocation.name; } const removeSpecialLocationsVisibility = () => { supportContainerTWElement.classList.add('none'); supportContainerCNElement.classList.add('none'); supportContainerJPElement.classList.add('none'); } const handleContactSupportDropdownClick = (selectedItem) => { const { value } = selectedItem; if (contactSupportState.value === value) return; const selectedLocation = contactSupportState.dropdownList.find(location => location.value === value); // If selected location is Taiwan, China, or Japan if (selectedLocation && specialLocations.includes(selectedLocation?.name)) { removeSpecialLocationsVisibility(); supportContainerElement.classList.add('none'); supportContainerElement.innerHTML = ''; contactSupportState.value = value; if (selectedLocation.name === 'Taiwan') supportContainerTWElement.classList.remove('none'); if (selectedLocation.name === 'China') supportContainerCNElement.classList.remove('none'); if (selectedLocation.name === 'Japan') supportContainerJPElement.classList.remove('none'); return } // If selected location is one of the other locations if (selectedLocation) { supportContainerElement.classList.remove('none'); removeSpecialLocationsVisibility(); renderContactSupportData(selectedLocation); } } const convertDataToDropdownList = () => { const newLocationData = contactLocations?.map((location) => { return { ...location, label: location.name, value: location.name } }) return newLocationData; } async function contactSupportInit() { contactLocations = await Ajax('/contact_locations.json'); // Fetch all location data and store it contactSupportState.dropdownList = convertDataToDropdownList(); const contactSupportDropdownElement = getElement('.select-location'); dropdownInstance = new Dropdown(contactSupportState, contactSupportDropdownElement, handleContactSupportDropdownClick, true); // Render default location data const selectedLocation = contactSupportState.dropdownList.find(location => location.value === 'United States'); if (selectedLocation) { dropdownInstance?.setDefaultValue('United States'); supportContainerElement.classList.remove('none'); renderContactSupportData(selectedLocation); } const loader = getElement('.contact-support-loader'); loader.classList.add('none'); } contactSupportInit(); document.title=`Contact Support | Trend Micro Business Support`; $("head").append(''); $("head").append(``); $("head").append(''); $("head").append(``);