
<!DOCTYPE html>
<html lang="zh-Hant-TW">

<head>
<title>PowerColor</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" >
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="PowerColor" />
<meta name="keywords" content="PowerColor Red Devil RX 9070 XT – High-PerformanceGet the ultimate 4K gaming experience with our ovehigh-performance gaming GPUPowerColor Red Devil: One of the best 4K gaming grExperience ultimate" />
<meta name="robots" content="all" />
<meta name="referrer" content="no-referrer-when-downgrade" />
<meta name="Referrer-Policy" content="strict-origin-when-cross-origin" />
<link rel="canonical" href=""/>
<meta itemprop="name" content="PowerColor">
<meta itemprop="image" content="https://www.powercolor.com/images/default/fb.jpg">
<meta property="og:site_name" content="PowerColor" />
<meta property="og:url" content="https://www.powercolor.com/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="PowerColor" />
<meta property="og:description" content="PowerColor" />
<meta property="og:image" content="https://www.powercolor.com/images/default/fb.jpg" />
<link rel="shortcut icon" href="https://www.powercolor.com/favicon.ico?1775891327" type="image/x-icon" />
<!--logo-->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "url": "https://www.powercolor.com/",
  "logo": "https://www.powercolor.com/images/logo.jpg"
}
</script>

<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-PWQVNJ5');</script>
<!-- End Google Tag Manager -->
<script src="/js/jquery-3.7.1.min.js?1775891327"></script>
<!-- 非同步讀取 -->
<script src="/js/lozad.min.js?1775891327"></script>
<script>
	const observer = lozad(); // lazy loads elements with default selector as '.lozad'
	observer.observe();
</script>
<script type="text/javascript">
	$(function() {
		$("img").addClass("lozad");
	})
</script>
<link href="/js/bootstrap/bootstrap.min.css" rel="stylesheet">
<link href="/css/style.css?ver=1775891327" rel="stylesheet" charset="utf-8">
<link href="/css/style2.css?ver=1775891327" rel="stylesheet" charset="utf-8">
	<link href="/css/style-en.css?ver=1775891327" rel="stylesheet" charset="utf-8">
	

<script>
	$(document).ready(function() {
		// hover header變白底黑字
		$('header').on('mouseover', function() {
			$(this).addClass('white');
		});
		$('header').on('mouseout', function() {
			$(this).removeClass('white');
		});
		// scroll header變白底黑字
		$(window).scroll(function() {
			if ($(document).scrollTop() > 150) {
				$('header').addClass('fixedWhite');
			} else {
				$('header').removeClass('fixedWhite');
			}
		});
	// === 下拉選單 ===
	function initDropdown() {
		// 清除舊事件，避免重複綁定
		$('.navItem.dropdown').off();
		$('.dropdownToggle--mb').off();
		$('.dropdownMenu__sort').off();

		if ($(window).width() > 1200) {
			// 桌機 hover 模式
			const $firstMj = $('.dropdownMenu__sort:first-child');
			$('.navItem.dropdown').hover(
				function () {
					$(this).addClass('show');
					$('header').addClass('top');
					$('body').addClass('mask');

					let anyHovered = false;
					$('.dropdownMenu__sort').each(function () {
						if (this.matches(':hover')) {
							anyHovered = true;
							return false; // break
						}
					});

					if (!anyHovered) {
						$firstMj.addClass('--hover');
					}
				},
				function () {
					$(this).removeClass('show');
					$('header').removeClass('top');
					$('body').removeClass('mask');
					$firstMj.removeClass('--hover');
				}
			);

			$('.dropdownMenu__sort').hover(function () {
				$firstMj.removeClass('--hover');
			});

		} else {
			// 手機 click 模式
			$('.dropdownToggle--mb').on('click', function (e) {
				e.stopPropagation();

				let $menu = null;

				// 通用版本：支援兩種結構
				if ($(this).next('.dropdownMenu--mb').length) {
					$menu = $(this).next('.dropdownMenu--mb');
				} else if ($(this).next('.dropWrap').find('.dropdownMenu--mb').length) {
					$menu = $(this).next('.dropWrap').find('.dropdownMenu--mb');
				}

				if ($menu) {
					// 點擊前先關閉其他
					$('.dropdownMenu--mb').removeClass('show');
					$menu.addClass('show');
				}
			});
		}
	}
	initDropdown();

		// 選單第一層返回控制
		$('.backUse').on('click', function() {
			$(this).parent('.dropdownMenu--mb').removeClass('show');
		});


		// === 手機版第二層選單 ===
		function initSubmenu() {
			if ($(window).width() <= 1200) {
				$('.dropdownMenu__sort__title--pro').attr('href', 'javascript:;');
				$('.dropdownMenu__sort__title--pro').on('click', function () {
					$(this).next('.dropdownMenu__sort__list').addClass('show');
				});
				$('.dropdownMenu__sort__list__back').on('click', function () {
					$(this).parent('.dropdownMenu__sort__list').removeClass('show');
				});
			}
		}
		initSubmenu();
	});
</script></head>

<body  class="page-fade">
	<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PWQVNJ5"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
 
<header class="navbar">
	<a class="navbarBrand" href="./" title="PowerColor">
		<figure>
			<img src="/images/all/logo-white.svg" alt="PowerColorlogo" class="logoWhite">
			<img src="/images/all/logo-black.svg" alt="PowerColorlogo" class="logoBlack">
		</figure>
	</a>
		<nav class="navbarMain">
		<ul class="navbarNav">
						<li class="navItem dropdown">
				<a class="navLink dropdownToggle dropdownToggle--mb" href="javascript:;" title="Graphics Cards">
					Graphics Cards				</a>
				<div class="dropWrap">
					<div class="dropdownMenu dropdownMenu--mb dropdownMenu--pro">
						<p class="backUse"><i class="bi bi-chevron-left"></i>Graphics Cards</p>
						<div class="dropdownMenu__container dropdownMenu--mb__container">
														<div class="dropdownMenu__sort --plus">
								<a class="dropdownMenu__sort__title dropdownMenu__sort__title--pro" href="product3-132.htm" title="AI PRO Series">AI PRO Series</a>
								<div class="dropdownMenu__sort__list">
									<p class="dropdownMenu__sort__list__back"><i class="bi bi-chevron-left"></i>AI PRO Series</p>
									<a href="product3-132.htm" class="proAll" title="AI PRO SeriesOverview">AI PRO Series Overview</a>
									<!-- 總攬 -->
																		<a href="product3-132-104.htm" title="AI PRO R9700">AI PRO R9700</a>
																		<a href="product3-132-123.htm" title="AI PRO R9700S">AI PRO R9700S</a>
																		<a href="product3-132-125.htm" title="AI PRO R9600D">AI PRO R9600D</a>
																	</div>
							</div><!-- dropdownMenu__sort END -->
														<div class="dropdownMenu__sort --plus">
								<a class="dropdownMenu__sort__title dropdownMenu__sort__title--pro" href="product3-126.htm" title="RX 9000 Series">RX 9000 Series</a>
								<div class="dropdownMenu__sort__list">
									<p class="dropdownMenu__sort__list__back"><i class="bi bi-chevron-left"></i>RX 9000 Series</p>
									<a href="product3-126.htm" class="proAll" title="RX 9000 SeriesOverview">RX 9000 Series Overview</a>
									<!-- 總攬 -->
																		<a href="product3-126-95.htm" title="RX 9070 XT Series">RX 9070 XT Series</a>
																		<a href="product3-126-96.htm" title="RX 9070 Series">RX 9070 Series</a>
																		<a href="product3-126-103.htm" title="RX 9060 XT Series">RX 9060 XT Series</a>
																	</div>
							</div><!-- dropdownMenu__sort END -->
														<div class="dropdownMenu__sort --plus">
								<a class="dropdownMenu__sort__title dropdownMenu__sort__title--pro" href="product3-1.htm" title="RX 7000 Series">RX 7000 Series</a>
								<div class="dropdownMenu__sort__list">
									<p class="dropdownMenu__sort__list__back"><i class="bi bi-chevron-left"></i>RX 7000 Series</p>
									<a href="product3-1.htm" class="proAll" title="RX 7000 SeriesOverview">RX 7000 Series Overview</a>
									<!-- 總攬 -->
																		<a href="product3-1-1.htm" title="RX 7900 XTX Series">RX 7900 XTX Series</a>
																		<a href="product3-1-2.htm" title="RX 7900 GRE Series">RX 7900 GRE Series</a>
																		<a href="product3-1-3.htm" title="RX 7900 XT Series">RX 7900 XT Series</a>
																		<a href="product3-1-4.htm" title="RX 7800 XT Series">RX 7800 XT Series</a>
																		<a href="product3-1-5.htm" title="RX 7700 XT Series">RX 7700 XT Series</a>
																		<a href="product3-1-6.htm" title="RX 7600 XT Series">RX 7600 XT Series</a>
																		<a href="product3-1-7.htm" title="RX 7600 Series">RX 7600 Series</a>
																	</div>
							</div><!-- dropdownMenu__sort END -->
														<div class="dropdownMenu__sort --plus">
								<a class="dropdownMenu__sort__title dropdownMenu__sort__title--pro" href="product3-2.htm" title="RX 6000 Series">RX 6000 Series</a>
								<div class="dropdownMenu__sort__list">
									<p class="dropdownMenu__sort__list__back"><i class="bi bi-chevron-left"></i>RX 6000 Series</p>
									<a href="product3-2.htm" class="proAll" title="RX 6000 SeriesOverview">RX 6000 Series Overview</a>
									<!-- 總攬 -->
																		<a href="product3-2-8.htm" title="RX 6950 XT Series">RX 6950 XT Series</a>
																		<a href="product3-2-9.htm" title="RX 6900 XT Series">RX 6900 XT Series</a>
																		<a href="product3-2-90.htm" title="RX 6800 XT Series">RX 6800 XT Series</a>
																		<a href="product3-2-10.htm" title="RX 6800 Series">RX 6800 Series</a>
																		<a href="product3-2-11.htm" title="RX 6750 XT Series">RX 6750 XT Series</a>
																		<a href="product3-2-68.htm" title="RX 6700 XT Series">RX 6700 XT Series</a>
																		<a href="product3-2-66.htm" title="RX 6700 Series">RX 6700 Series</a>
																		<a href="product3-2-12.htm" title="RX 6650 XT Series">RX 6650 XT Series</a>
																		<a href="product3-2-82.htm" title="RX 6600 XT Series">RX 6600 XT Series</a>
																		<a href="product3-2-13.htm" title="RX 6600 Series">RX 6600 Series</a>
																		<a href="product3-2-14.htm" title="RX 6500 XT Series">RX 6500 XT Series</a>
																		<a href="product3-2-15.htm" title="RX 6400 Series">RX 6400 Series</a>
																	</div>
							</div><!-- dropdownMenu__sort END -->
														<div class="dropdownMenu__sort --plus">
								<a class="dropdownMenu__sort__title dropdownMenu__sort__title--pro" href="product3-62.htm" title="RX 5000 Series">RX 5000 Series</a>
								<div class="dropdownMenu__sort__list">
									<p class="dropdownMenu__sort__list__back"><i class="bi bi-chevron-left"></i>RX 5000 Series</p>
									<a href="product3-62.htm" class="proAll" title="RX 5000 SeriesOverview">RX 5000 Series Overview</a>
									<!-- 總攬 -->
																		<a href="product3-62-71.htm" title="RX 5700 XT Series">RX 5700 XT Series</a>
																		<a href="product3-62-72.htm" title="RX 5700 Series">RX 5700 Series</a>
																		<a href="product3-62-70.htm" title="RX 5600 XT Series">RX 5600 XT Series</a>
																		<a href="product3-62-56.htm" title="RX 5500 XT Series">RX 5500 XT Series</a>
																	</div>
							</div><!-- dropdownMenu__sort END -->
														<div class="dropdownMenu__sort --plus">
								<a class="dropdownMenu__sort__title dropdownMenu__sort__title--pro" href="product3-3.htm" title="RX 500 Series">RX 500 Series</a>
								<div class="dropdownMenu__sort__list">
									<p class="dropdownMenu__sort__list__back"><i class="bi bi-chevron-left"></i>RX 500 Series</p>
									<a href="product3-3.htm" class="proAll" title="RX 500 SeriesOverview">RX 500 Series Overview</a>
									<!-- 總攬 -->
																		<a href="product3-3-76.htm" title="RX 590 Series">RX 590 Series</a>
																		<a href="product3-3-75.htm" title="RX 580 Series">RX 580 Series</a>
																		<a href="product3-3-74.htm" title="RX 570 Series">RX 570 Series</a>
																		<a href="product3-3-73.htm" title="RX 560 Series">RX 560 Series</a>
																		<a href="product3-3-16.htm" title="RX 550 Series">RX 550 Series</a>
																	</div>
							</div><!-- dropdownMenu__sort END -->
														<div class="dropdownMenu__sort --plus">
								<a class="dropdownMenu__sort__title dropdownMenu__sort__title--pro" href="product3-127.htm" title="R7 240">R7 240</a>
								<div class="dropdownMenu__sort__list">
									<p class="dropdownMenu__sort__list__back"><i class="bi bi-chevron-left"></i>R7 240</p>
									<a href="product3-127.htm" class="proAll" title="R7 240Overview">R7 240 Overview</a>
									<!-- 總攬 -->
																		<a href="product3-127-98.htm" title="R7 240">R7 240</a>
																	</div>
							</div><!-- dropdownMenu__sort END -->
														<div class="dropdownMenu__sort --plus">
								<a class="dropdownMenu__sort__title dropdownMenu__sort__title--pro" href="product3-141.htm" title="Software">Software</a>
								<div class="dropdownMenu__sort__list">
									<p class="dropdownMenu__sort__list__back"><i class="bi bi-chevron-left"></i>Software</p>
									<a href="product3-141.htm" class="proAll" title="SoftwareOverview">Software Overview</a>
									<!-- 總攬 -->
																		<a href="product3-141-118.htm" title="Powercolor Keystone">Powercolor Keystone</a>
																	</div>
							</div><!-- dropdownMenu__sort END -->
							
							<div class="dropdownMenu__sort --plus --all">
								<a class="dropdownMenu__sort__title" href="product3.htm" title="Explore all">Explore all</a>
							</div>
						</div>
						<!-- 產品應用放置處 -->
						<div class="dropdownMenu__brand">
														<div class="dropdownMenu__sort">
								<a class="dropdownMenu__sort__title" href="product-appliation3-58.htm" title="Red Devil">Red Devil</a>
							</div><!-- dropdownMenu__sort END -->
														<div class="dropdownMenu__sort">
								<a class="dropdownMenu__sort__title" href="product-appliation3-59.htm" title="Hellhound">Hellhound</a>
							</div><!-- dropdownMenu__sort END -->
														<div class="dropdownMenu__sort">
								<a class="dropdownMenu__sort__title" href="product-appliation3-123.htm" title="Reaper">Reaper</a>
							</div><!-- dropdownMenu__sort END -->
														<div class="dropdownMenu__sort">
								<a class="dropdownMenu__sort__title" href="product-appliation3-60.htm" title="Fighter">Fighter</a>
							</div><!-- dropdownMenu__sort END -->
														<div class="dropdownMenu__sort">
								<a class="dropdownMenu__sort__title" href="product-appliation3-57.htm" title="Liquid Devil">Liquid Devil</a>
							</div><!-- dropdownMenu__sort END -->
														<div class="dropdownMenu__sort">
								<a class="dropdownMenu__sort__title" href="product-appliation3-63.htm" title="PowerColor">PowerColor</a>
							</div><!-- dropdownMenu__sort END -->
													</div>
					</div>
				</div>
			</li>
						<li class="navItem dropdown">
				<a class="navLink dropdownToggle dropdownToggle--mb" href="javascript:;" title="Gaming Gear">
					Gaming Gear				</a>
				<div class="dropWrap">
					<div class="dropdownMenu dropdownMenu--mb dropdownMenu--pro">
						<p class="backUse"><i class="bi bi-chevron-left"></i>Gaming Gear</p>
						<div class="dropdownMenu__container dropdownMenu--mb__container">
														<div class="dropdownMenu__sort --plus">
								<a class="dropdownMenu__sort__title dropdownMenu__sort__title--pro" href="product4-22.htm" title="Mouse">Mouse</a>
								<div class="dropdownMenu__sort__list">
									<p class="dropdownMenu__sort__list__back"><i class="bi bi-chevron-left"></i>Mouse</p>
									<a href="product4-22.htm" class="proAll" title="MouseOverview">Mouse Overview</a>
									<!-- 總攬 -->
																		<a href="product4-22-26.htm" title="AM10">AM10</a>
																	</div>
							</div><!-- dropdownMenu__sort END -->
														<div class="dropdownMenu__sort --plus">
								<a class="dropdownMenu__sort__title dropdownMenu__sort__title--pro" href="product4-50.htm" title="Headset">Headset</a>
								<div class="dropdownMenu__sort__list">
									<p class="dropdownMenu__sort__list__back"><i class="bi bi-chevron-left"></i>Headset</p>
									<a href="product4-50.htm" class="proAll" title="HeadsetOverview">Headset Overview</a>
									<!-- 總攬 -->
																		<a href="product4-50-43.htm" title="AH10">AH10</a>
																	</div>
							</div><!-- dropdownMenu__sort END -->
														<div class="dropdownMenu__sort --plus">
								<a class="dropdownMenu__sort__title dropdownMenu__sort__title--pro" href="product4-52.htm" title="Keyboard">Keyboard</a>
								<div class="dropdownMenu__sort__list">
									<p class="dropdownMenu__sort__list__back"><i class="bi bi-chevron-left"></i>Keyboard</p>
									<a href="product4-52.htm" class="proAll" title="KeyboardOverview">Keyboard Overview</a>
									<!-- 總攬 -->
																		<a href="product4-52-44.htm" title="PowerColor x Ducky One 2 SF RGB">PowerColor x Ducky One 2 SF RGB</a>
																	</div>
							</div><!-- dropdownMenu__sort END -->
														<div class="dropdownMenu__sort --plus">
								<a class="dropdownMenu__sort__title dropdownMenu__sort__title--pro" href="product4-30.htm" title="Mouse Pad">Mouse Pad</a>
								<div class="dropdownMenu__sort__list">
									<p class="dropdownMenu__sort__list__back"><i class="bi bi-chevron-left"></i>Mouse Pad</p>
									<a href="product4-30.htm" class="proAll" title="Mouse PadOverview">Mouse Pad Overview</a>
									<!-- 總攬 -->
																		<a href="product4-30-83.htm" title="Red Devil Gaming Mouse Pad">Red Devil Gaming Mouse Pad</a>
																		<a href="product4-30-84.htm" title="Red Devil Mouse Pad">Red Devil Mouse Pad</a>
																		<a href="product4-30-85.htm" title="Red Devil RGB Mouse Pad">Red Devil RGB Mouse Pad</a>
																	</div>
							</div><!-- dropdownMenu__sort END -->
														<div class="dropdownMenu__sort --plus">
								<a class="dropdownMenu__sort__title dropdownMenu__sort__title--pro" href="product4-51.htm" title="Swappable Backplate">Swappable Backplate</a>
								<div class="dropdownMenu__sort__list">
									<p class="dropdownMenu__sort__list__back"><i class="bi bi-chevron-left"></i>Swappable Backplate</p>
									<a href="product4-51.htm" class="proAll" title="Swappable BackplateOverview">Swappable Backplate Overview</a>
									<!-- 總攬 -->
																		<a href="product4-51-86.htm" title="Generative Swappable Backplate">Generative Swappable Backplate</a>
																		<a href="product4-51-87.htm" title="Intrusive Swappable Backplate">Intrusive Swappable Backplate</a>
																	</div>
							</div><!-- dropdownMenu__sort END -->
														<div class="dropdownMenu__sort --plus">
								<a class="dropdownMenu__sort__title dropdownMenu__sort__title--pro" href="product4-49.htm" title="Other">Other</a>
								<div class="dropdownMenu__sort__list">
									<p class="dropdownMenu__sort__list__back"><i class="bi bi-chevron-left"></i>Other</p>
									<a href="product4-49.htm" class="proAll" title="OtherOverview">Other Overview</a>
									<!-- 總攬 -->
																		<a href="product4-49-54.htm" title="57 IN 1 DRIVER KIT">57 IN 1 DRIVER KIT</a>
																		<a href="product4-49-41.htm" title="Graphics Card Holder">Graphics Card Holder</a>
																	</div>
							</div><!-- dropdownMenu__sort END -->
														<div class="dropdownMenu__sort --plus">
								<a class="dropdownMenu__sort__title dropdownMenu__sort__title--pro" href="product4-140.htm" title="Software">Software</a>
								<div class="dropdownMenu__sort__list">
									<p class="dropdownMenu__sort__list__back"><i class="bi bi-chevron-left"></i>Software</p>
									<a href="product4-140.htm" class="proAll" title="SoftwareOverview">Software Overview</a>
									<!-- 總攬 -->
																		<a href="product4-140-124.htm" title="PowerColor Keystone">PowerColor Keystone</a>
																	</div>
							</div><!-- dropdownMenu__sort END -->
							
							<div class="dropdownMenu__sort --plus --all">
								<a class="dropdownMenu__sort__title" href="product4.htm" title="Explore all">Explore all</a>
							</div>
						</div>
						<!-- 產品應用放置處 -->
						<div class="dropdownMenu__brand">
														<div class="dropdownMenu__sort">
								<a class="dropdownMenu__sort__title" href="product-appliation4-61.htm" title="ALPHYN">ALPHYN</a>
							</div><!-- dropdownMenu__sort END -->
													</div>
					</div>
				</div>
			</li>
						<li class="navItem dropdown">
				<a class="navLink dropdownToggle dropdownToggle--mb" href="#" title="Support">
					Support				</a>
				<div class="dropWrap">
					<div class="dropdownMenu dropdownMenu--mb">
						<p class="backUse"><i class="bi bi-chevron-left"></i>Support</p>
						<div class="dropdownMenu__container dropdownMenu--mb__container">
							<div class="dropdownMenu__sort">
								<a class="dropdownMenu__sort__title" href="rma.htm" title="Warranty Information">Warranty Information</a>
							</div><!-- dropdownMenu__sort END -->
														<div class="dropdownMenu__sort">
								<a class="dropdownMenu__sort__title" href="rmaRepair.htm" target="_blank" rel="noopener noreferrer" title="RMA Request">RMA Request</a>
							</div><!-- dropdownMenu__sort END -->
														<div class="dropdownMenu__sort">
								<a class="dropdownMenu__sort__title" href="link.htm" title="Social Media">Social Media</a>
							</div><!-- dropdownMenu__sort END -->
							<div class="dropdownMenu__sort">
								<a class="dropdownMenu__sort__title" href="contact.htm" title="Contact Us">Contact Us</a>
							</div><!-- dropdownMenu__sort END -->
						</div>
					</div>
				</div>	
			</li>

			<li class="navItem dropdown">
				<a class="navLink dropdownToggle dropdownToggle--mb" href="download.htm" title="Download">
					Download				</a>
			</li>


			<li class="navItem navItem--single navItem--single--drop navItem--faq">
				<a class="navLink dropdownToggle--mb" href="#" title="FAQ">
					FAQ				</a>
				<div class="dropWrap">
					<div class="navItem--single__down dropdownMenu--mb">
						<p class="backUse"><i class="bi bi-chevron-left"></i>FAQ</p>
						<div class="dropdownMenu--mb__container">
														<a href="faq28.htm#sort_1" title="Graphic Cards - Technical Support">Graphic Cards - Technical Support</a>
														<a href="faq29.htm#sort_2" title="Graphic Cards - RMA/ Warranty">Graphic Cards - RMA/ Warranty</a>
														<a href="faq30.htm#sort_3" title="Graphic Cards - Others">Graphic Cards - Others</a>
														<a href="faq53.htm#sort_4" title="Keystone - Technical Support">Keystone - Technical Support</a>
													</div>
					</div>
				</div>
			</li>
			<li class="navItem navItem--single navItem--single--drop">
				<a class="navLink dropdownToggle--mb" href="javascript:;" title="News Center">
					News Center				</a>
				<div class="dropWrap">
					<div class="navItem--single__down dropdownMenu--mb">
						<p class="backUse"><i class="bi bi-chevron-left"></i>News Center</p>
						<div class="dropdownMenu--mb__container">
														<a href="news10.htm#sort_1" title="News">News</a>
														<a href="news12.htm#sort_2" title="Events">Events</a>
														<a href="video.htm#sort_3" title="Videos">Videos</a>
							<a href="award.htm#sort_4" title="Awards">Awards</a>
						</div>
					</div>
				</div>
			</li>
											</ul>
		<div class="toolBox">
			<a href="javascript:;" class="searchBtn toolBox__icon" title="Search">
				<i class="bi bi-search"></i><i class="bi bi-x"></i>
			</a>

						
			<div class="searchBox">
				<div class="container">
					<div class="seachPC">
						<span>Search PowerColor</span>
						<form action="search-result-product.htm" id="search" method="post" class="keyWord">
							<div class="keyWord__inner">
								<input type="text" id="Keywords" name="Keywords" placeholder="Enter keywords..." value="" onkeydown="if(event.keyCode==13){$('#search').submit();}" >
								<button type="reset"><i class="bi bi-x"></i></button>
								<input type="hidden" name="csrf" value="d76d0313ef82ce71af76e64e70871b900f19b157" />
							</div>
						</form>
						<button type="button" class="toolBtn black" onclick="$('#search').submit()">Search</button>
					</div>
					<!-- 搜尋結果顯示 -->
					<div class="searchBox__content" id="search_list">
					</div>
				</div>
			</div>

			<div class="lanBox">
				<a href="javascript:;" title="Language" class="toolBox__icon">
					<i class="bi bi-globe"></i>
				</a>
				<div class="lanBox__drop">
					<a href="/" class="active" title="English">English</a>
					<a href="/tw/" title="繁體中文">繁體中文</a>
					<a href="https://www.powercolor.com.cn" title="简体中文">简体中文</a>
					<a href="/jp/" title="日本語">日本語</a>
				</div>
			</div>

						<div class="shopDBox navItem navItem--single navItem--single--drop">
				<a href="#" onclick="return false;" title="Cart" class="toolBox__icon" target="_blank" rel="noopener noreferrer">
					<i class="bi bi-cart3"></i>
					<span class="txt">Shop now</span>
				</a>
								<div class="shopDBox__drop navItem--single__down dropdownMenu--mb">
					<a href="distributors.htm" class="shopDBox__drop__item" title="Authorized Store">Authorized Store</a>
					<a href="https://shop.powercolor.com/" class="shopDBox__drop__item" target="_blank" rel="noopener noreferrer" title="Buy Accessories">Buy Accessories(US only)</a>
				</div>
							</div>
			
			<a href="javascript:;" title="Language" class="toolBox__icon navbarMainToggle">
				<span></span>
				<span></span>
				<span></span>
			</a>
			
		</div>

	</nav>
	</header>

			<div class="singleSlick banner">
				<a href="https://www.powercolor.com/news-detail75.htm" title="" target="_self"  >
				<div class="banner__box">
			<img src="/Upload/202602/1770112160_691c0e447ae74fbb.jpg?exp=1775891927&amp;sig=da0465f2ed67b00dcbd4c901ef1c863dba538c3ebd93657c4d2d972d31533790" alt="" class="img-fluid banner__box__pc">
			<!-- 手機版圖:768px*高不限 -->
			<img src="/Upload/202602/1770112163_463e5e2a62913dca.jpg?exp=1775891927&amp;sig=4f8925549df67a3a77f54c589218b782ec3e882591dd83fd756afdc4e130e6b3" alt="" class="img-fluid banner__box__mb">
		</div>
		</a>
				<a href="https://www.powercolor.com/product-detail267.htm" title="" target="_self"  >
				<div class="banner__box">
			<img src="/Upload/202601/1767575733_f46c2b2d371415a9.jpg?exp=1775891927&amp;sig=7be7fa52fddd92756cef246abbf9e0232cde169d4821664634a5948ec0add17e" alt="" class="img-fluid banner__box__pc">
			<!-- 手機版圖:768px*高不限 -->
			<img src="/Upload/202601/1767575735_a7d035eec0a460e3.jpg?exp=1775891927&amp;sig=c63ee44eaa1f538959ca193aee4dced3eb00e97943c6f3a8182838c8e7ee130f" alt="" class="img-fluid banner__box__mb">
		</div>
		</a>
				<a href="https://www.powercolor.com/product-detail239.htm" title="Red Devil AMD Radeon™ RX 9070 XT 16GB GDDR6 Backplate Special Edition" target="_self"  >
				<div class="banner__box">
			<img src="/Upload/202505/1748340754_8a4704f90ec06c14.jpg?exp=1775891927&amp;sig=f844d44006fc49afde7b08fa07f7dbfa3374198802bc3e116fa6463a449ad437" alt="Red Devil AMD Radeon™ RX 9070 XT 16GB GDDR6 Backplate Special Edition" class="img-fluid banner__box__pc">
			<!-- 手機版圖:768px*高不限 -->
			<img src="/Upload/202505/1748340756_a440dca1c6e0cf26.jpg?exp=1775891927&amp;sig=191831d5a4999085b505472114d7e00e492e45dcfba3a2dc56ce3162d6b72caa" alt="Red Devil AMD Radeon™ RX 9070 XT 16GB GDDR6 Backplate Special Edition" class="img-fluid banner__box__mb">
		</div>
		</a>
				<a href="https://www.powercolor.com/product-detail231.htm" title="RED DEVIL Spectral White" target="_self"  >
				<div class="banner__box">
			<img src="/Upload/202504/dbad_2025040921533403.jpg?exp=1775891927&amp;sig=4d95397d9b3219a3cc91f0dcc070628f70fb283624d8dac7ae43602db41d1651" alt="RED DEVIL Spectral White" class="img-fluid banner__box__pc">
			<!-- 手機版圖:768px*高不限 -->
			<img src="/Upload/202505/1746753923_ae96387ef165cb21.jpg?exp=1775891927&amp;sig=dde46027fd04830af07e9c8bc5e30573f315676f9f37fd531651bc0624983b8f" alt="RED DEVIL Spectral White" class="img-fluid banner__box__mb">
		</div>
		</a>
				<a href="https://www.powercolor.com/product3-126-103.htm" title="" target="_self"  >
				<div class="banner__box">
			<img src="/Upload/202506/1748831047_3cfa0b5f0d988b5a.jpg?exp=1775891927&amp;sig=4f834f398b12fa675519f2b7664970ecaba0422a587d90ae61bd6a05bdeb33ad" alt="" class="img-fluid banner__box__pc">
			<!-- 手機版圖:768px*高不限 -->
			<img src="/Upload/202506/1748831049_f80f1d59e8d4e8dc.jpg?exp=1775891927&amp;sig=74e8855749f79579844af9ca64228ca441ae2c12c7379a4bff779a683820cff9" alt="" class="img-fluid banner__box__mb">
		</div>
		</a>
				<a href="https://www.powercolor.com/product3-126-103.htm" title="" target="_self"  >
				<div class="banner__box">
			<img src="/Upload/202506/1748831192_ededb92dba9b290a.jpg?exp=1775891927&amp;sig=97231026c04598b125318d474d531306596db21848bd65a98a6d674a73a6f209" alt="" class="img-fluid banner__box__pc">
			<!-- 手機版圖:768px*高不限 -->
			<img src="/Upload/202506/1748831194_218f7507a2b5672f.jpg?exp=1775891927&amp;sig=e5f70f6e3521993481744a844b2563d10aea9d84e0928e88b4425afb89f8c4fa" alt="" class="img-fluid banner__box__mb">
		</div>
		</a>
				<a href="https://www.microcenter.com/product/702054/powercolor-amd-radeon-rx-9070-xt-hellhound-reva-overclocked-triple-fan-16gb-gddr6-pcie-50-graphics-card?utm_source=powercolor&amp;utm_medium=referral&amp;utm_campaign=vendor_campaign" title="Micro Center Banner" target="_blank" rel="noopener noreferrer" >
				<div class="banner__box">
			<img src="/Upload/202510/1761558307_08cb1ff908f819c4.jpg?exp=1775891927&amp;sig=069c18a9fa2c92e1fc0d8dbc533bf32f3779fa5e422983f20ca2420ca966d64d" alt="Micro Center Banner" class="img-fluid banner__box__pc">
			<!-- 手機版圖:768px*高不限 -->
			<img src="/Upload/202510/1761558311_193e857d18b91238.jpg?exp=1775891927&amp;sig=c3aa471d7bae626e3a488feb6682cd24d0f83e10687343e8cc8ecb05be086e1d" alt="Micro Center Banner" class="img-fluid banner__box__mb">
		</div>
		</a>
			</div>
		<!--主要內容 開始-->
	<main>
		<h1 style="visibility:hidden;position:absolute;pointer-events:none;">PowerColor has always focused on creative research and development and providing the most complete services to customers, thereby creating more competitive and high-quality products.</h1>
		<section class="SubBanner">
						<div class="SubBanner__item SubBanner__item--left SubBanner__item--dark" style="background-color:#000000">
				<article>
					<div class="SubBanner__item__txt">
						<h2 class="wow fadeIn">Hellhound RX 9070 XT Reva Edition</h2>
						<p>The first waifu graphics card from PowerColor</p>
					</div>
										<a href="https://www.powercolor.com/product-detail267.htm" target="_self"  class="btnStyle btnStyle--dark" title="More">
						<span>More</span>
					</a>
									</article>
								<figure>
					<img src="/Upload/202510/1760532992_f1cf2b53a97041a7.webp?exp=1775891927&amp;sig=608064a730b2464e2a08001c558ee043dca13d767aa1712cb3bf0c415e3505db" alt="Hellhound RX 9070 XT Reva Edition" class="img-fluid">
				</figure>
							</div>
						<div class="SubBanner__item SubBanner__item--right SubBanner__item--dark" style="background-color:#000000">
				<article>
					<div class="SubBanner__item__txt">
						<h2 class="wow fadeIn">Gaming Gear</h2>
						<p></p>
					</div>
										<a href="product4.htm" target="_self"  class="btnStyle btnStyle--dark" title="More">
						<span>More</span>
					</a>
									</article>
								<figure>
					<img src="/Upload/202510/1760533051_e1793c75f78d9218.webp?exp=1775891927&amp;sig=4b929aab003812c4b3450814c2e7436d7b0a3eb2bafd5d6c6d983b17a862af56" alt="Gaming Gear" class="img-fluid">
				</figure>
							</div>
					</section>
		<!-- SubBanner END -->

		<!-- news秀最新4則 -->
		<section class="blockHeight blockHeight--news">
			<div class="container --big">
				<div class="mainTitle">
					<h3 class="wow fadeIn">News & Events</h3>
					<a href="news.htm" class="btnStyle btnStyle--dark" title="More">
						<span>More</span>
					</a>
				</div>
				<div class="newsList slick">
										<div>
						<a href="news-detail75.htm" title="OWN YOUR DESTINY Get in the Game" class="newsItem">
							<figure>
								<img src="/Upload/202601/news_2026013016085802.webp?exp=1775891927&amp;sig=a82b4c8568b44a05c914d2e2514e8f0951e4bc54217f1df96febb9e83a388aac" alt="OWN YOUR DESTINY Get in the Game" class="img-fluid">
							</figure>
							<article class="newsItem__box">
								<div class="newsItem__top">
									<div class="newsDate"><b>11</b><p><span>Feb</span><span>2026</span></p></div>
									<span class="newsSort">Events</span>
								</div>
								<div class="newsItem__txt">
									<h4 class="newsItem__title">OWN YOUR DESTINY Get in the Game</h4>
									<p></p>
								</div>
								<b class="smallBtn">More</b>
							</article>
						</a>
					</div>
										<div>
						<a href="news-detail73.htm" title="Weekly prizes await -- Join PowerColor Christmas Event🎅" class="newsItem">
							<figure>
								<img src="/Upload/202511/news_2025112517075702.webp?exp=1775891927&amp;sig=69be0676c45f160be745dd366bc1df74ddf0c16527ad660ba705af313f6efe33" alt="Weekly prizes await -- Join PowerColor Christmas Event🎅" class="img-fluid">
							</figure>
							<article class="newsItem__box">
								<div class="newsItem__top">
									<div class="newsDate"><b>01</b><p><span>Dec</span><span>2025</span></p></div>
									<span class="newsSort">Events</span>
								</div>
								<div class="newsItem__txt">
									<h4 class="newsItem__title">Weekly prizes await -- Join PowerColor Christmas Event🎅</h4>
									<p></p>
								</div>
								<b class="smallBtn">More</b>
							</article>
						</a>
					</div>
										<div>
						<a href="news-detail72.htm" title="Hellhound RX 9070 XT 16GB GDDR6 Reva Edt. Worldwide Giveaway" class="newsItem">
							<figure>
								<img src="/Upload/202510/news_2025101720482602.webp?exp=1775891927&amp;sig=bbedc70c44f6bc1c24a2af85afb867bfc6bfa7692de20ef652a268cf828ecb6c" alt="Hellhound RX 9070 XT 16GB GDDR6 Reva Edt. Worldwide Giveaway" class="img-fluid">
							</figure>
							<article class="newsItem__box">
								<div class="newsItem__top">
									<div class="newsDate"><b>18</b><p><span>Oct</span><span>2025</span></p></div>
									<span class="newsSort">Events</span>
								</div>
								<div class="newsItem__txt">
									<h4 class="newsItem__title">Hellhound RX 9070 XT 16GB GDDR6 Reva Edt. Worldwide Giveaway</h4>
									<p></p>
								</div>
								<b class="smallBtn">More</b>
							</article>
						</a>
					</div>
										<div>
						<a href="news-detail71.htm" title="Introducing REVA: a character‑driven PowerColor GPU made to be seen" class="newsItem">
							<figure>
								<img src="/Upload/202510/news_2025101509064002.webp?exp=1775891927&amp;sig=fdcfef828e3375a5ff94dc8d32bd55e8b146bdda7af1b145f1a7d2d0f6c5c5f5" alt="Introducing REVA: a character‑driven PowerColor GPU made to be seen" class="img-fluid">
							</figure>
							<article class="newsItem__box">
								<div class="newsItem__top">
									<div class="newsDate"><b>15</b><p><span>Oct</span><span>2025</span></p></div>
									<span class="newsSort">News</span>
								</div>
								<div class="newsItem__txt">
									<h4 class="newsItem__title">Introducing REVA: a character‑driven PowerColor GPU made to be seen</h4>
									<p></p>
								</div>
								<b class="smallBtn">More</b>
							</article>
						</a>
					</div>
									</div>
			</div>
		</section>
		<!-- blockHeight--news END -->
		<section class="blockHeight blockHeight--award">
			<div class="singleSlick">
								<div class="awardItem" style="background-image:url('/Upload/202501/dbad_2025012214335706.webp?exp=1775891927&amp;sig=024a774600577fd2b3f10fa4b85db16ba9303205dfda8a6d9584e654298ae41c')">
					<div class="container --big">
						<article>
							<div class="awardItem__txt">
								<h4>vonguru.fr<br />ALPHYN AH10</h4>
								<p>The actual battery life is more around 20/25 hours than the 30 hours announced by PowerColor. It will take a good two hours to fully charge your ALPHYN AH10 headset. As for the audio quality, it is very good and its wireless use is a real plus. The feeling when using it and the finish are at the same level as the last headsets we tested. On the one hand, we are happy to see PowerColor expand its product range, but if we had to end on a downside, it concerns the price, 99.90 euros that we would h</p>
							</div>
														<a href="https://vonguru.fr/2025/01/17/test-le-casque-de-jeu-sans-fil-powercolor-alphyn-ah10/4/" target="_blank" rel="noopener noreferrer" class="btnStyle btnStyle--white" title="More">
								<span>More</span>
							</a>
													</article>
												<figure>
							<img src="/Upload/202501/dbad_2025012214335502.webp?exp=1775891927&amp;sig=affd7e31b9b98bcb7f9aa5e5a0200fd121b05a18a86da49fe7dcf3071e905699" alt="vonguru.fr<br />ALPHYN AH10" class="img-fluid">
						</figure>
											</div>
				</div>
								<div class="awardItem" style="background-image:url('/Upload/202412/dbad_2024121609180106.webp?exp=1775891927&amp;sig=81186d53d9991c57da1262a729cf70a819dc55b494567012858375ccc6242676')">
					<div class="container --big">
						<article>
							<div class="awardItem__txt">
								<h4>game2gether<br />ALPHYN AH10</h4>
								<p>The  PowerColor ALPHYN AH10 is a very good wireless headset. It is particularly impressive with its good playback quality. But the microphone also does a very good job. The combination of 2.4 GHz radio, USB-C and 3.5 mm TRSS jack allows for a wide range of uses, even away from the PC on current or older consoles. The fit and padding are well made and the headset can be easily adjusted to different heads. At this point, the included storage bag should also be mentioned again. A successful periphe</p>
							</div>
														<a href="https://game2gether.de/os_hardware/powercolor-alphyn-ah10-test-review/" target="_blank" rel="noopener noreferrer" class="btnStyle btnStyle--white" title="More">
								<span>More</span>
							</a>
													</article>
												<figure>
							<img src="/Upload/202412/dbad_2024121609175902.webp?exp=1775891927&amp;sig=1033df1421b8061b9a4331c5016d1687ccfcdf2a9fbd3a02b1f81ac56f3c1240" alt="game2gether<br />ALPHYN AH10" class="img-fluid">
						</figure>
											</div>
				</div>
								<div class="awardItem" style="background-image:url('/Upload/202409/dbad_2024090617451306.webp?exp=1775891927&amp;sig=a380c485f7814e556fcdeaec8760ea3f1ec45244742fb71bd19ba604f5e58e0e')">
					<div class="container --big">
						<article>
							<div class="awardItem__txt">
								<h4>Guru3D<br />Hellhound RX 7800 XT Spectral White</h4>
								<p>HellHound Spectra White edition, which is $539 For those who prioritize silent operation and a refined design might find this white variant more appealing than the standard model. Despite its commendable performance and aesthetics, while the overall price point is significant, we bow to PowerColor for upholding the MSRP. As far as RX 7800 XT cards go, this was one of the best we've tested to date.</p>
							</div>
														<a href="https://www.guru3d.com/review/powercolor-hellhound-radeon-rx-7800-xt-spectral-white-review/page-29/#conclusion" target="_blank" rel="noopener noreferrer" class="btnStyle btnStyle--white" title="More">
								<span>More</span>
							</a>
													</article>
												<figure>
							<img src="/Upload/202409/dbad_2024090909104302.webp?exp=1775891927&amp;sig=f9de59837ee27dfbd3e1ae25a7a16b392da5758d5386a6451255a0804bcf7ca3" alt="Guru3D<br />Hellhound RX 7800 XT Spectral White" class="img-fluid">
						</figure>
											</div>
				</div>
								<div class="awardItem" style="background-image:url('/Upload/202408/dbad_2024081910075906.webp?exp=1775891927&amp;sig=c543900b01b4110ca58000f1ec0ae60ec1844fef3b38d5775b86e2fbfe18a308')">
					<div class="container --big">
						<article>
							<div class="awardItem__txt">
								<h4>TECHPOWERUP<br />Hellhound RX 7600 XT</h4>
								<p>"As the numbers have shown, the card isn’t a barn-burner by any means, but in comparison to previous-generation GPUs, the Radeon RX 7600 XT offers a more advanced architecture that brings with it support for the new video encoding technology and the latest high-resolution, high-refresh displays."</p>
							</div>
														<a href="https://hothardware.com/reviews/amd-radeon-rx-7600-xt-review-with-powercolor-and-xfx?page=5#google_vignette" target="_blank" rel="noopener noreferrer" class="btnStyle btnStyle--white" title="More">
								<span>More</span>
							</a>
													</article>
												<figure>
							<img src="/Upload/202409/dbad_2024091110243102.webp?exp=1775891927&amp;sig=4186fc9e186dbe72bd4c59804c02ca6ba05cadfc5fd4a9f99e473100ef69a818" alt="TECHPOWERUP<br />Hellhound RX 7600 XT" class="img-fluid">
						</figure>
											</div>
				</div>
								<div class="awardItem" style="background-image:url('/Upload/202407/dbad_2024071014034706.webp?exp=1775891927&amp;sig=5a4042472cb61c60ae8aa78d4449a4290d1982e987362fb0486a259bf8283ff4')">
					<div class="container --big">
						<article>
							<div class="awardItem__txt">
								<h4>TECHPOWERUP<br />Hellhound RX 7800 XT</h4>
								<p>Competitive pricing ．No price increase over AMD MSRP ．Faster than NVIDIA RTX 4070 and cheaper, too ．Excellent overclocking potential ．Extremely quiet ．Powerful cooling solution ．RT performance improvements ．Starfield game bundle included ．Energy efficiency improved ．16 GB VRAM ．Idle fan-stop ．Dedicated RGB switch ．Low temperatures ．Dual BIOS ．Support for DisplayPort 2.1 and HDMI 2.1 ．Support for the new hardware encoding and decoding technology</p>
							</div>
														<a href="https://www.techpowerup.com/review/powercolor-radeon-rx-7800-xt-hellhound/41.html" target="_blank" rel="noopener noreferrer" class="btnStyle btnStyle--white" title="More">
								<span>More</span>
							</a>
													</article>
												<figure>
							<img src="/Upload/202409/dbad_2024091110405502.webp?exp=1775891927&amp;sig=160bdc3ad90b4e7e1f127c58f3230c390b364e19e4e5de950e3c73148f79ad47" alt="TECHPOWERUP<br />Hellhound RX 7800 XT" class="img-fluid">
						</figure>
											</div>
				</div>
							</div>
		</section>
		<!-- blockHeight--award END-->

		<section class="blockHeight blockHeight--media">
			<div class="container --big">
				<div class="mainTitle">
					<h3 class="wow fadeIn">Videos</h3>
					<a href="video.htm" class="btnStyle btnStyle--dark" title="More">
						<span>More</span>
					</a>
				</div>
				<!-- 列表圖:寬700px*高400px -->
				<div class="videoBox">
										<div>
						<a href="javascript:chgVideo('DV8o7xt-4wg');" class="videoBox__item callMask" title="BIG RX 9070 XT TEST!">
							<figure class="videoBox__item__pic">
								<img src="/Upload/202507/1753922829_f3c323963f65c449.webp?exp=1775891927&amp;sig=eb75a6eb36d96ae3ecd06dcd740dc7965e9b24c06042572b87d6bc4cfb804312" alt="BIG RX 9070 XT TEST!" class="img-fluid">
								<b class="playBtn">
									<i class="bi bi-play-fill"></i>
								</b>
							</figure>
							<article class="videoBox__item__txt newsItem__box">
								<div class="newsDate"><b>29</b><p><span>Jul</span><span>2025</span></p></div>
								<h5 class="newsItem__title">BIG RX 9070 XT TEST!</h5>
							</article>
						</a>
					</div>
										<div>
						<a href="javascript:chgVideo('RqlzHq9-UIY');" class="videoBox__item callMask" title="RX 9060 XT 16GB 1080p Benchmarks (Ryzen 7 9700X and RX 9060 XT)">
							<figure class="videoBox__item__pic">
								<img src="/Upload/202506/1749623237_6b269227fcba396f.webp?exp=1775891927&amp;sig=4443a4ea53bfca2c9bf9a42c06d45820f6bf49ee0e1ed152c5a52994f965e065" alt="RX 9060 XT 16GB 1080p Benchmarks (Ryzen 7 9700X and RX 9060 XT)" class="img-fluid">
								<b class="playBtn">
									<i class="bi bi-play-fill"></i>
								</b>
							</figure>
							<article class="videoBox__item__txt newsItem__box">
								<div class="newsDate"><b>11</b><p><span>Jun</span><span>2025</span></p></div>
								<h5 class="newsItem__title">RX 9060 XT 16GB 1080p Benchmarks (Ryzen 7 9700X and RX 9060 XT)</h5>
							</article>
						</a>
					</div>
										<div>
						<a href="javascript:chgVideo('NnQp7L3l3aE');" class="videoBox__item callMask" title="GPU maker turns to peripherals - PowerColor AM10 Review">
							<figure class="videoBox__item__pic">
								<img src="/Upload/202504/video_2025040114070901.webp?exp=1775891927&amp;sig=3eb62f86fd769578004f02fc21346c48c74f6cf01ac7e9017fb1ee40a54f606b" alt="GPU maker turns to peripherals - PowerColor AM10 Review" class="img-fluid">
								<b class="playBtn">
									<i class="bi bi-play-fill"></i>
								</b>
							</figure>
							<article class="videoBox__item__txt newsItem__box">
								<div class="newsDate"><b>01</b><p><span>Apr</span><span>2025</span></p></div>
								<h5 class="newsItem__title">GPU maker turns to peripherals - PowerColor AM10 Review</h5>
							</article>
						</a>
					</div>
									</div>
			</div>
		</section>
		<!--blockHeight--media END-->
				<section class="blockHeight blockHeight--brand">
			<!-- 品牌背景圖，尺寸:寬1920px，高400px -->
			<div class="fullBk">
								<figure class="fullBk__item" data-num="1">
					<img src="/Upload/202409/paper_2024091011105310.webp?exp=1775891927&amp;sig=8b60b69a1b286542683220c9be0a8ad4d22996bf7c6deb0e533f79c75cadf612" alt="Red Devil" class="img-fluid">
				</figure>
								<figure class="fullBk__item" data-num="2">
					<img src="/Upload/202409/paper_2024091014362210.webp?exp=1775891927&amp;sig=6a15cfeff687068da1a4600c7d9d97f9e5a7613b5ea87714523cc9e4bc8eecf4" alt="Hellhound" class="img-fluid">
				</figure>
								<figure class="fullBk__item" data-num="3">
					<img src="/Upload/202504/paper_2025042215095410.webp?exp=1775891927&amp;sig=f2e6f8ce636535f4d4feff89794d8e6a7fb7188706bc5bb76e879cb1194078d3" alt="Reaper" class="img-fluid">
				</figure>
								<figure class="fullBk__item" data-num="4">
					<img src="/images/default/brand-default.png" alt="ALPHYN" class="img-fluid">
				</figure>
								<figure class="fullBk__item" data-num="5">
					<img src="/Upload/202407/paper_2024073109522710.webp?exp=1775891927&amp;sig=75b90c86ecd563f78db1323928bf961c9a7c08b9ccdd6a44417014a6c04bb021" alt="Red Dragon" class="img-fluid">
				</figure>
							</div>
			<div class="container">
				<div class="mainTitle">
					<h3 class="wow fadeIn">Series</h3>
					<a href="brand.htm" class="btnStyle btnStyle--white" title="More">
						<span>More</span>
					</a>
				</div>
			</div>
			<!-- 列表圖:寬500px*高500px -->
			<div class="brandBox">
				<div class="multipleSlick">
										<div>
						<a href="brand-detail2.htm" title="Red Devil" class="brandBox__item" data-num="1">
							<figure>
								<img src="/Upload/202407/paper_2024073109354601.webp?exp=1775891927&amp;sig=e56adf5b9c81b0ffc2f0182d3c3dc1bc9bba380722f23a0cedc2ffe4adc9cc85" alt="Red Devil" class="img-fluid">
							</figure>
							<div class="brandBox__item__txt">
								<h6>Red Devil</h6>
								<span></span>
							</div>
						</a>
					</div>
										<div>
						<a href="brand-detail154.htm" title="Hellhound" class="brandBox__item" data-num="2">
							<figure>
								<img src="/Upload/202407/paper_2024073109435501.webp?exp=1775891927&amp;sig=fe63bf442ceadfd06b5a7ec74081b93556e9ce4a7be33cd05666dabdd4799132" alt="Hellhound" class="img-fluid">
							</figure>
							<div class="brandBox__item__txt">
								<h6>Hellhound</h6>
								<span></span>
							</div>
						</a>
					</div>
										<div>
						<a href="brand-detail217.htm" title="Reaper" class="brandBox__item" data-num="3">
							<figure>
								<img src="/Upload/202603/1773384370_31a8a82da6002079.webp?exp=1775891927&amp;sig=fab789eb50b0e87eca5fa4870c695f90412853184ccce7c34b7d20dc567279cf" alt="Reaper" class="img-fluid">
							</figure>
							<div class="brandBox__item__txt">
								<h6>Reaper</h6>
								<span></span>
							</div>
						</a>
					</div>
										<div>
						<a href="brand-detail224.htm" title="ALPHYN" class="brandBox__item" data-num="4">
							<figure>
								<img src="/Upload/202506/1749452288_884f5dfec7a1e4e6.webp?exp=1775891927&amp;sig=ea2f7f71662814ccae4458f273efe4baec2153ef46e35e8aa9d8fa9f8db015e8" alt="ALPHYN" class="img-fluid">
							</figure>
							<div class="brandBox__item__txt">
								<h6>ALPHYN</h6>
								<span></span>
							</div>
						</a>
					</div>
										<div>
						<a href="brand-detail155.htm" title="Red Dragon" class="brandBox__item" data-num="5">
							<figure>
								<img src="/Upload/202407/paper_2024073109522401.webp?exp=1775891927&amp;sig=da9f5a4e858a581bbb6f6743988acf145977d011857b5abfbc1e97fae11d2cd0" alt="Red Dragon" class="img-fluid">
							</figure>
							<div class="brandBox__item__txt">
								<h6>Red Dragon</h6>
								<span></span>
							</div>
						</a>
					</div>
									</div>
			</div>
		</section>
				<!--blockHeight--brand END-->
	</main>
	
	<footer>
	<div class="container">
		<div class="footerTopWrap">
						<div class="footerTop">
				<div class="footerTop__left">
					<figure>
						<img src="/images/all/logo-white.svg" alt="PowerColorlogo" class="logoWhite">
					</figure>
					<div class="footerTop__left__txt">
						<strong class="footertitle">Stay in Touch</strong>
						<h6>Subscribe to our newsletter for the latest product information and event updatesh</h6>
					</div>
				</div>
				<div class="footerTop__right">
					<div class="ePaperBox">
						<span>
							<input type="text" id="order_mail" name="order_mail" placeholder="Please enter your email">
						</span>
						<button type="button" class="impBtn" onclick="ePaper(1,2)">
							<span>Subscribe Now</span>
						</button>					
					</div>
														</div>
			</div>
						<div class="footerBtn">
				<a href="distributors.htm" class="footerBtn__item" title="Authorized Store">Authorized Store</a>
				<a href="contact.htm" class="footerBtn__item" title="Contact Us">Contact Us</a>
			</div>
		</div>


		<div class="footerBom">
			<div class="siteMap">
				<div class="siteMap__box">
					<p class="siteMap__title">Product</p>
					<ul class="siteMap__list">
												<li><a href="product3.htm#sort_5" title="Graphics Cards">Graphics Cards</a></li>
												<li><a href="product4.htm#sort_5" title="Gaming Gear">Gaming Gear</a></li>
											</ul>
				</div>
				<div class="siteMap__box">
					<p class="siteMap__title">Support</p>
					<ul class="siteMap__list">
						<li><a href="rma.htm" title="Warranty Information">Warranty Information</a></li>
												<li><a href="rmaRepair.htm" target="_blank" rel="noopener noreferrer" title="RMA Request">RMA Request</a></li>
												<li><a href="faq.htm" title="FAQ">FAQ</a></li>
						<li><a href="download.htm" title="Download">Download</a></li>
						<li><a href="distributors.htm" title="Authorized Store">Authorized Store</a></li>
						<li><a href="link.htm" title="Social Media">Social Media</a></li>
					</ul>
				</div>
				<div class="siteMap__box">
					<p class="siteMap__title">News Center</p>
					<ul class="siteMap__list">
												<li><a href="news10.htm#sort_5" title="News">News</a></li>
												<li><a href="news12.htm#sort_5" title="Events">Events</a></li>
												<li><a href="video.htm" title="Videos">Videos</a></li>
						<li><a href="award.htm" title="Awards">Awards</a></li>
					</ul>
				</div>
				<div class="siteMap__box">
					<p class="siteMap__title">Series</p>
					<ul class="siteMap__list">
												<li><a href="brand-detail2.htm" title="Red Devil">Red Devil</a></li>
												<li><a href="brand-detail154.htm" title="Hellhound">Hellhound</a></li>
												<li><a href="brand-detail217.htm" title="Reaper">Reaper</a></li>
												<li><a href="brand-detail224.htm" title="ALPHYN">ALPHYN</a></li>
												<li><a href="brand-detail155.htm" title="Red Dragon">Red Dragon</a></li>
											</ul>
				</div>
				<div class="siteMap__box">
					<a href="about.htm" title="About Us" class="siteMap__title">About Us</a>
				</div>
			</div>
			<!-- siteMap END -->
			<div class="followUs">
				<strong class="footertitle">Follow PowerColor</strong>
				<div class="followUs__link">
										<a href="https://www.facebook.com/PowerColorOfficial/" target="_blank" rel="noopener noreferrer" title="facebook" class="followUs__item">
						<img src="/images/all/facebook.png" alt="facebook" class="img-fluid">
					</a>
										<a href="https://www.instagram.com/powercolor_official/" target="_blank" rel="noopener noreferrer" title="instagram" class="followUs__item">
						<i class="bi bi-instagram"></i>
					</a>
										<a href="https://www.youtube.com/@PowerColorOfficial" target="_blank" rel="noopener noreferrer" title="youtube" class="followUs__item">
						<i class="bi bi-youtube"></i>
					</a>
										<a href="https://x.com/PowerColor" target="_blank" rel="noopener noreferrer" title="twitter" class="followUs__item">
						<i class="bi bi-twitter-x"></i>
					</a>
									</div>
			</div>
		
		</div>
	</div>
	<div class="footer__bom">
		<div class="container">
			<div class="linkBar">
								<a href="warranty5.htm" title="Terms of Use">Terms of Use</a>
								<a href="warranty6.htm" title="Privacy Policy">Privacy Policy</a>
								<a href="warranty19.htm" title="State of California Proposition 65">State of California Proposition 65</a>
							</div>
			<div class="copyright">
				Copyright ©&nbsp;<a href="https://www.tul.com.tw/en" target="_blank" rel="noopener noreferrer"  title="TUL Corporation">TUL Corporation</a>. All Rights Reserved.
			</div>
		</div>
	</div>
</footer>
<div id="goTop">TOP</div>
<!-- 影音彈窗 -->
<section class="popUp popUp--media">
	<div class="popUp__content">
		<b class="popUp__close"><i class="bi bi-x-lg"></i></b>
		<div class="ratio ratio-16x9">
			<iframe id="YouTube" src="" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
		</div>
	</div>
</section>

<!-- submit-loading -->
<div class="load-wrapp" id="Submit_Close" style="display:none;">
	<div class="loading">
		<div class="spinner">
			<div class="bubble-1"></div>
			<div class="bubble-2"></div>
		</div>
		<span>Please wait</span>
	</div>
</div>
<!-- load-wrapp END-->
<script>
  $(document).ready(function(){
    $(".off").click(function(){
      $(".warning").css('display','none')
    });
  });
</script>
	<script src="/js/bootstrap/bootstrap.bundle.min.js?ver=1775891327"></script>
<script src="/js/script.js?ver=1775891327"></script>

<link href="/css/bootstrap-icons.css?ver=1775891327" rel="stylesheet">
<!--slick.js-->
<link rel="stylesheet" href="/js/slick/slick.css?ver=1775891327">
<link rel="stylesheet" href="/js/slick/slick-theme.css?ver=1775891327">
<script src="/js/slick/slick.min.js?ver=1775891327"></script>

<!--slick.js-->
<!-- <link rel="stylesheet" href="/js/owlcarousel/owlcarousel.css"> -->
<link rel="stylesheet" href="/js/owlcarousel/owl.carousel.min.css?ver=1775891327">
<script src="/js/owlcarousel/owl.carousel.min.js?ver=1775891327"></script>

<!--Montserrat&Noto+Sans+TC-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC:wght@100..900&display=swap" integrity="sha256-xNUGQ//ktAnV24DFVbRGYSMyJSomAvv+NRvy2oYqyKY=" crossorigin="anonymous">

<link rel="stylesheet" href="/js/fancybox/jquery-fancybox.css?ver=1775891327">
<script src="/js/fancybox/jquery-fancybox.js?ver=1775891327"></script>

<!-- pikaday -->
<link rel="stylesheet" href="/js/pikaday/pikaday.css?ver=1775891327">
<script src="/js/pikaday/pikaday.js?ver=1775891327"></script>

<link href="/js/wow/animate.css?ver=1775891327" rel="stylesheet">
<script src="/js/wow/wow.min.js?ver=1775891327"></script>
<script>
  if (!(/msie [6|7|8|9]/i.test(navigator.userAgent))) {
    new WOW().init();
  };
</script>

<script type="text/javascript">
  //判斷瀏覽器是否為IE包含 Edge，並跳出提示窗
  function DetectIsIE() {
    var ua = window.navigator.userAgent;

    var msie = ua.indexOf('MSIE ');
    if (msie > 0) {
      // 回傳版本 <=10 的版本
      return parseInt(ua.substring(msie + 5, ua.indexOf('.', msie)), 10);
    }

    var trident = ua.indexOf('Trident/');
    if (trident > 0) {
      // 回傳版本 >=11 的版本
      var rv = ua.indexOf('rv:');
      return parseInt(ua.substring(rv + 3, ua.indexOf('.', rv)), 10);
    }

    //舊版Edge判斷(會有 Edge/ )
    var edge = ua.indexOf('Edge/');
    if (edge > 0) {
      // 判斷Edge
      return parseInt(ua.substring(edge + 5, ua.indexOf('.', edge)), 10);
    }

    //新版Edge判斷(會有 Edg/ )
    var Edg = ua.indexOf('Edg/');
    if (Edg > 0) {
      return false;
    }

    // other browser
    return false;
  }

  var q = DetectIsIE();

  if (q != false) {
    //是IE 包含 Edge
    $(function() {
      $('.warning').css('display', 'block')
      $('.warning').css('opacity', '1')
      $('.navbar-brand').addClass('IElogo')
    });
  } else {
    //不是IE
    $(function() {
      $('.warning').css('display', 'none')
    });
  }
</script>

<script>
  $(function() {
    // 網頁载入时延迟移除过渡效果
    setTimeout(function() {
      $('body').removeClass('page-fade');
    }, 40); // 100毫秒后移除 'page-fade' 类
  });
</script>

<script>
  //===依header高度變動時自動調節高度
  let prevWidth = $(window).width();
  $(document).ready(function() {
    onResizeFunction();
    $(window).on('resize', onResizeFunction);
    $(window).on('scroll', onScrollFunction);
  });

  function onResizeFunction(e) {
    adjustHeaderHeight();
    menuHref();

    let currentWidth = $(window).width();
    if (currentWidth !== prevWidth) {
      initDropdown();
      initSubmenu();
      initOthermenu();
      initLangmenu();

      prevWidth = currentWidth;
    }
  }

  function onScrollFunction(e) {
    adjustHeaderHeight();
  }

  function adjustHeaderHeight() {
    var scrollTop = $(window).scrollTop();
    var headerH = $('header').innerHeight();
    var detailTopH = $('.detailTop').innerHeight();

    $('.needPT').css('padding-top', headerH);
    $('.productPage--detail').css('padding-top', detailTopH);
  }

  function menuHref(){
    var vw = $(window).innerWidth();
    if(vw <=991){
      $('.navItem.dropdown > a,.navItem.navItem--single--drop > a').attr('href', '#');
    }
  }
</script>
<script>  
  // 漢堡選單
  $(function () {
      $('.navbarMainToggle').on('click', function () {
        $(this).toggleClass('active');
        $('.navbarNav').toggleClass('show');
        $('header').toggleClass('headerW');
        $('.lanBox__drop').hide(); 
        $('.searchBox').removeClass('show');
        $(this).siblings().removeClass('active');
        $('body').removeClass('searchMask');
        $('body').removeClass('mask');
      });
    });
  // 常見問題、最新消息下拉
  function initOthermenu() {
    if ($(window).width() > 1200) {
      $(function () {
        $('.navItem--single--drop').on('mouseover',function () {
          $(this).addClass('show');
          $('header').addClass('top');
          $('body').addClass('mask');
        });
        $('.navItem--single--drop').on('mouseout',function () {
          $(this).removeClass('show');
          $('header').removeClass('top');
          $('body').removeClass('mask');
        });
      });
    }
  }
  initOthermenu();

  //關鍵字搜尋
  $('.searchBtn').on('click', function () {
    $(this).toggleClass('active').next('.searchBox').toggleClass('show');
    $('body').toggleClass('searchMask');
    $('header').toggleClass('openSearch');
    $('.lanBox__drop').hide();
    $('body').removeClass('mask');
  });

   //語系切換
   function initLangmenu() {
    if ($(window).width() > 1200) {
      $(function () {
        $('.lanBox').on('mouseover',function () {
          $(this).children('.lanBox__drop').show();
          $('header').addClass('top');
          $('body').addClass('mask');
          });
        $('.lanBox').on('mouseout',function () {
          $(this).children('.lanBox__drop').hide();
          $('header').removeClass('top');
          $('body').removeClass('mask');
          });
        });
      } else {
        $(function () {
          $('.lanBox').on('click', function () {
            $(this).children('.lanBox__drop').toggle();
            $('header').toggleClass('top');
            $('body').toggleClass('mask');
            $('.searchBox').removeClass('show');
            $(this).siblings().removeClass('active');
            $('body').removeClass('searchMask');
            $('.navbarNav').removeClass('show');
            
          });
        });
      }
    }
    initLangmenu();

</script>

<!-- 呼叫遮罩 -->
<script>
 
$(function () {
	$('.callMask').on('click', function () {
		$('body').addClass('mask');
	});
});

function chgVideo(url){
	var iFrame = $('#YouTube');
	//iFrame.load('https://www.youtube.com/embed/'+str);
	iFrame.attr('src','https://www.youtube.com/embed/'+url);
	console.log(url);
}

// 影音彈窗
$(function () {
	$('.videoBox__item').on('click', function () {
		$('.popUp--media').addClass('open');
	});
	$('.popUp__close').on('click', function () {
		$('.popUp--media').removeClass('open');
		$('body').removeClass('mask');
    $('body,html').css('overflow','');
	});
});

// 下拉選單影音彈窗
$(function () {
	$('.searchBox__result__item--video').on('click', function () {
		$('.popUp--media').addClass('open');
	});
});

// 叫出比較視窗
$(function () {
	$('.callCompare').on('click', function () {
		$('.popUp--compare').addClass('open');
	});
	
	$('.compareClose').on('click', function () {
		$('.popUp--compare').removeClass('open');
		$('body').removeClass('mask');
	});
});

// 叫出篩選器視窗
$(function () {
	$('.filterControl').on('click', function () {
		$('.filiter').addClass('show');
		$('body').removeClass('mask');
	});
	$('.filiter__close').on('click', function () {
		$('.filiter').removeClass('show');
		$('body').removeClass('mask');
		}); 
});
//下拉選單階層判斷(目前未使用到)
$(function(){ 
	$(".dropdownMenu__sort__list").closest(".dropdownMenu__sort").addClass('hasDropdown');
});
</script>

<!-- <script type="text/javascript">
  $(document).ready(function() {
    let resizeTimeout;
    let windowWidth = $(window).width();
    let windowHeight = $(window).height();

    $(window).resize(function() {
      let newWidth = $(window).width();
      let newHeight = $(window).height();

      // 只有在視窗大小真正改變時才觸發重載
      if (newWidth !== windowWidth || newHeight !== windowHeight) {
        windowWidth = newWidth;
        windowHeight = newHeight;

        if (resizeTimeout) {
          clearTimeout(resizeTimeout);
        }
        resizeTimeout = setTimeout(function() {
          location.reload();
        }, 200); // 調整時間延遲以適應需求
      }
    });
  });
</script> -->

<script>
  // 搜尋點擊目標以外的就關閉
  $(document).mouseup(function (e) {
    var container =$("header"); // 這邊放你想要排除的區塊
    if (!container.is(e.target) && container.has(e.target).length === 0) {
       container.find('.searchBox').removeClass('show');
       $('body').removeClass('searchMask'); 
       $('header').removeClass('openSearch');
       $('.searchBtn').removeClass('active');
      //  console.log(1);
    }
  });
</script>
<script>
  // faq
  $(function () {
		$('.faqQ').on('click', function () {
			$(this).toggleClass('active');
      $(this).next().slideToggle(250);
		});
	});
</script>
<script src='https://www.google.com/recaptcha/api.js?hl=en'></script>

</body>

<script>
	$('.singleSlick').slick({
		dots: true,
		arrows: false,
		pauseOnFocus: false,
		pauseOnHover: false,
		slidesToShow: 1,
		slidesToScroll: 1,
		autoplay: true,
		autoplaySpeed: 5000,
	});

	function initializeSlick() {
		//最新消息1440變為輪播
		if ($(window).width() < 1440) {
			$('.newsList').slick({
				infinite: true,
				pauseOnFocus: false,
				pauseOnHover: false,
				dots: true,
				arrows: false,
				slidesToShow: 3,
				slidesToScroll: 1,
				autoplay: true,
				autoplaySpeed: 5000,
				responsive: [
					{
					breakpoint: 991,
						settings: {
							slidesToShow: 2,
						}
					},
					{
					breakpoint: 640,
						settings: {
							slidesToShow: 1,
						}
					}
				]
			});
		}else{
			if ($('.newsList').hasClass('slick-initialized')) {
				$('.newsList').slick('unslick');
			}
		}
		//影音1200變為輪播
		if ($(window).width() < 1200) {
			$('.videoBox').slick({
				infinite: true,
				pauseOnFocus: false,
				pauseOnHover: false,
				dots: true,
				arrows: false,
				slidesToShow: 2,
				slidesToScroll: 1,
				autoplay: true,
				autoplaySpeed: 5000,
				responsive: [
					{
					breakpoint: 991,
						settings: {
							slidesToShow: 2,
						}
					},
					{
					breakpoint: 768,
						settings: {
							slidesToShow: 1,
						}
					}
				]
			});
		}else{
			if ($('.videoBox').hasClass('slick-initialized')) {
				$('.videoBox').slick('unslick');
			}
		}
	}
    // Initialize slick on page load
    initializeSlick();
    $(window).resize(function() {
        initializeSlick();
    });

	// 品牌輪播
	$('.multipleSlick').slick({
		infinite: true,
		pauseOnFocus: false,
		pauseOnHover: false,
		dots: false,
		arrows: true,
		slidesToShow: 4,
		slidesToScroll: 1,
		autoplay: true,
		autoplaySpeed: 4000,
		responsive: [
			{
			breakpoint: 1200,
				settings: {
					slidesToShow: 3,
				}
			},
			{
			breakpoint: 991,
				settings: {
					slidesToShow: 2,
				}
			}
		]
	});
	// 品牌背景圖
	$(".brandBox__item").mouseover(function() {
		var num = $(this).attr("data-num");
		for (i = 0; i < $('.fullBk__item').length; i++) {
			var el = $('.fullBk__item')[i]
			// console.log($(el).attr("data-num"));
			if ($(el).attr("data-num") == num) {
				$(el).addClass('showup').siblings().removeClass('showup');
			}
		}
	});
	$(".brandBox__item").mouseout(function() {
		var num = $(this).attr("data-num");
		for (i = 0; i < $('.fullBk__item').length; i++) {
			var el = $('.fullBk__item')[i]
			// console.log($(el).attr("data-num"));
			if ($(el).attr("data-num") == num) {
				$(el).removeClass('showup');
			}
		}
	});
</script>

</html>