.carousel {
    position: relative;
    overflow: hidden;
    width: 80%;
	margin-top: 70px;
    margin: 70px auto;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    align-items: center;
    max-height: 80%;
}

.carousel-slide {
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.carousel-nav {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.carousel-indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #808080;
    border: none;
    cursor: pointer;
    opacity: 0.5;
}

.carousel-indicator.active {
    background-color: #007BFF;
    opacity: 1;
}

.new-merch {
    padding: 0px 0;
	display: flex;
    align-items: center;
    justify-content: center;
}

.new-merch h2 {
    padding: 10px 30px;
    text-align: center; /* 文字置中 */

}

.new-merch-list {
    display: flex;
    align-items: center;
    padding: 0px 20px;
    #margin-inline-end: auto;
    #margin-inline-start: auto;
    width: 1200px;
}

.new-merch-item {
    width: 300px;
    margin: 10px;
    border: 2px solid #ccc; /* 添加邊框線條 */
    border-radius: 5px; /* 添加圓角 */
	transition:all .3s;
}

.new-merch-item:hover
{
	transition:all .3s;
	#box-shadow:rgba(0, 0, 0, 0.35) 0px 5px 15px;
	box-shadow:	#CA8EFF 0px 5px 15px;
	background-color: 	#F1E1FF;
}
.new-merch-item img {
    width: 100%;
    height: 300px; /* 保持圖片比例 */
    max-width: 300px; /* 設置圖片最大寬度 */
    object-fit: contain; /* 確保圖片在容器內保持比例 */
    margin-right: 20px; /* 添加右邊距離 */
}

.new-merch-label {
    border-bottom: 1px solid #ccc; /* 添加下邊框 */
    border-top: 1px solid #ccc; /* 添加上邊框 */
}

.new-merch-label h3 {
    text-align: center; /* 文字置中 */
}

.new-merch-label p {
    font-weight: bold;
    text-align: center; /* 文字置中 */
}

.new-product
{
	padding: 0px 30px;
    font-size: 24px;
	font-weight:bold;
}

.product {
    padding: 0px 0;
}

.product h2 {
    padding: 10px 30px;
    text-align: center; /* 文字置中 */
}

.cpu-chip {
    display: flex;
    flex-direction: row; /* 元素從左到右排列 */
    align-items: center;
    padding: 0px 20px;
    #width: 100%;
	justify-content: center;
}

.cpu-intel {
    display: flex;
    #justify-content: flex-end; /* 水平靠右 */
    margin-left: auto; /* 將元素靠右擺放 */  
    justify-content: center; /* 水平置中 */
    padding: 0px 20px;
    #margin-inline-end: auto;
    #margin-inline-start: auto;
    width: 100px;
	padding: 0px 30px;
	border-radius: 20px;
	margin:0px 10px;
}

.cpu-intel input {
	width: 100px;
    height: 100px;
    object-fit: contain;
    margin-right: 0;
    #border: 2px solid;
}

.cpu-amd {
    display: flex;
    #justify-content: flex-start; /* 水平靠右 */
    margin-right: auto; /* 將元素靠右擺放 */  
    justify-content: center; /* 水平置中 */
    padding: 0px 20px;
    #margin-inline-end: auto;
    #margin-inline-start: auto;
    width: 100px;
	padding: 0px 30px;
	border-radius: 20px;
	margin:0px 10px;
}

.cpu-amd input {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-right: 0;
}

.product-list-intel {
    display: flex;
    align-items: center;
    padding: 0px 20px;
    margin-inline-end: auto;
    margin-inline-start: auto;
    width: 1200px;
}

.product-list-amd {
    display: none;
    align-items: center;
    padding: 0px 20px;
    margin-inline-end: auto;
    margin-inline-start: auto;
    width: 1200px;
}

.product-item {
    width: 300px;
    margin: 10px;
    border: 2px solid #ccc; /* 添加邊框線條 */
    border-radius: 5px; /* 添加圓角 */
	transition:all .3s;
}
.product-item:hover
{
	transition:all .3s;
	#box-shadow:rgba(0, 0, 0, 0.35) 0px 5px 15px;
	box-shadow:	#CA8EFF 0px 5px 15px;
	background-color: 	#F1E1FF;
}
.product-item img {
    width: 100%;
    height: 300px; /* 保持圖片比例 */
    max-width: 300px; /* 設置圖片最大寬度 */
    object-fit: contain; /* 確保圖片在容器內保持比例 */
    margin-right: 20px; /* 添加右邊距離 */
}

.product-label {
    border-bottom: 1px solid #ccc; /* 添加下邊框 */
    border-top: 1px solid #ccc; /* 添加上邊框 */
}

.product-label h3 {
    text-align: center; /* 文字置中 */
}

.product-label p {
    font-weight: bold;
    text-align: center; /* 文字置中 */
}

.product-specs h4 {
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center; /* 文字置中 */
}

.product-specs p {
    margin-bottom: 10px;
    margin-left: 20px;
}

.product-buy {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.product-buy input {
    text-decoration: none; /* 移除底線 */
    color: #000; /* 設置文字顏色 */
    border: 2px solid #ccc; /* 添加邊框線條 */
    background-color: #FFF; /* 設置背景顏色 */
    padding: 10px 20px; /* 添加內邊距 */
    border-radius: 5px; /* 添加圓角 */
	cursor:pointer;
	transition: all 0.3s;
}
.product-buy input:hover {
	background-color:#46A3FF;
	border: 2px solid #46A3FF;
	color:#fff;
	transition: all 0.25s;
}

.carousel-slide-phone
{
	display:none;
}
.new-merch-div
{
	display:flex;
    flex-direction: column;
    align-items: flex-start;
}
.hr
{
	border: 1px solid #e2e2e2;
    margin: 50px 0px;
}
.home_video
{
	width:1180px;
	height:500px;
	margin:50px 0px;
}
@media (max-width:1024px)
{
	.product-list-intel,.product-list-amd
	{
		display: flex;
		align-items: center;
		padding: 0px 20px;
		margin-inline-end: auto;
		margin-inline-start: auto;
		width: unset;
		flex-direction: column;
	}
	.cpu-chip {
		display: flex;
		flex-direction: row;
		align-items: center;
		padding: 0px 20px;
		width: unset;
		justify-content: center;
	}
	.carousel-slide
	{
		#display:none;
	}
	.carousel-slide-phone
	{
		display:unset;
		width: 350px;
	}
	.carousel 
	{
		position: relative;
		overflow: hidden;
		width: 100%;
		margin-top: 210px;
	}
	.product {
		padding:0px 0px 0px 0px;
	}
	.new-merch-list {
		display: flex;
		align-items: center;
		padding: 0px 20px;
		margin-inline-end: auto;
		margin-inline-start: auto;
		width: unset;
		flex-direction: column;
	}
	.home_video
	{
		width:unset;
		height:500px;
		margin:50px 0px;
	}
}