* {
	box-sizing: border-box;
}

body {
	padding: 1rem .5rem;
	font-size: 1.3rem;
	line-height: 1.2;
	max-width: 60rem;
	margin: 0 auto;
	color: #333;
        background: #dadada;
}

a {
    color:black;
    text-decoration:none;
    text-align:center;
}

a:hover {
    color:blue;
    font-style: italic;
    transform: scale(1.5);
    transition: 0.5s;
}

p {
    color:black;
    text-decoration:none;
    text-align:center;
}


img {
	max-width: 100%;
      vertical-align: middle; /* 移除图片底部默认空白 */
}

img:hover {
  transform: scale(1.2);
  transition: 0.5s;
}



.Header {
	text-align: center;
	border-bottom: 8px double #dadada;
	margin-bottom: 0rem;
	padding-bottom: 0rem;
}

.Strap {
	font-size: 1rem;
        text-align: left;
}


.MoneyShot {
	position: relative;
border: 6px solid #dadada;
	border-radius: 4px;
        
}

.MoneyShotImg {
	border: 6px solid #e8cfa9;
	border-radius: 4px;
        z-index:1;
        
}




.ImageCaption {
	font-size: .75rem;
	position: absolute;
	bottom: .5rem;
	right: 1rem;
        color: #ffffff;
}

.IntroText {
	font-size: 1rem;
	font-style: italic;
          
}

.MethodWrapper li {
	padding: .4rem 0;
}

.MethodWrapper li:after {
	content: "✼";
	display: block;
	text-align: center;
	margin: 1rem 0 .5rem 0;
	color: #eee;
}

@media screen and (min-width: 50rem) {
	body {
		border-left: 4px solid #f9f9f9;
		border-right: 4px solid #f9f9f9;
		padding: 1rem 2rem;
	}

	.IntroWrapper {
		display: table;
		table-layout: fixed;
		width: 100%;
	}

	.MoneyShot,
	.IntroText {
		display: table-cell;
		width: 50%;
		vertical-align: middle;
		text-align: center;
	}

	.IntroText {
		padding: .5rem;
		font-size: 2.5rem;
		text-align: left;
		position: relative;
	}

	.Ingredients {
		font-size: .9rem;
		float: right;
		padding: 1rem;
		margin: 0 0 .5rem 1rem;
		border-radius: 3px;
		background-color: #ffffdf;
		border: 2px solid #e8cfa9;
	}

	.Ingredients h3 {
		margin: 0;
	}
}
div.menu {position:fixed;background:;border:3px solid transparent;left:100%;z-index:100;left: 0px;top: 100px;}
div.menu a {display:block;margin:5px;color:#666;font-size:12px;}
div.menu p {display:block;margin:5px;color:#F90;font-size:15px;font-weight: bolder;}

/* 40px */
.toTop-arrow {
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 33%;
	opacity: 0.6;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	position:fixed;
	right: 1rem;
	bottom: 1rem;
	display: none;
        z-index:999;
}
.toTop-arrow:hover {
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 33%;
	opacity: 0.6;
	background: rgba(0, 0, 0, 0.9);
	cursor: pointer;
	position:fixed;
	right: 1rem;
	bottom: 1rem;
	display: none;
        z-index:999;
}
.toTop-arrow::before, .toTop-arrow::after {
	width: 18px;
	height: 5px;
	border-radius: 3px;
	background: #f90;
	position: absolute;
	content: "";
}
.toTop-arrow::before {
	transform: rotate(-45deg) translate(0, -50%);
	left: 0.5rem;
}
.toTop-arrow::after {
	transform: rotate(45deg) translate(0, -50%);
	right: 0.5rem;
}
.toTop-arrow:focus {outline: none;}
 
 
/* 48px */
.toTop-arrow {
	width: 3rem;
	height: 3rem;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 33%;
	opacity: 0.6;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	position:fixed;
	right: 1rem;
	bottom: 1rem;
	display: none;
        z-index:999;
} 
.toTop-arrow:hover {
	width: 3rem;
	height: 3rem;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 33%;
	opacity: 0.6;
	background: rgba(0, 0, 0, 0.9);
	cursor: pointer;
	position:fixed;
	right: 1rem;
	bottom: 1rem;
	display: none;
        z-index:999;
} 
.toTop-arrow::before, .toTop-arrow::after {
	width: 25px;
	height: 6px;
	border-radius: 3px;
	background: #f90;
	position: absolute;
	content: "";
}
.toTop-arrow::before {
	transform: rotate(-45deg) translate(0, -50%);
	left: 0.42rem;
}
.toTop-arrow::after {
	transform: rotate(45deg) translate(0, -50%);
	right: 0.42rem;
}
.toTop-arrow:focus {outline: none;}
 
/* 56px */
.toTop-arrow {
	width: 3.5rem;
	height: 3.5rem;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 33%;
	opacity: 0.6;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	position:fixed;
	right: 1rem;
	bottom: 1rem;
	display: none;
        z-index:999;
}
.toTop-arrow:hover {
	width: 3.5rem;
	height: 3.5rem;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 33%;
	opacity: 0.6;
	background: rgba(0, 0, 0, 0.9);
	cursor: pointer;
	position:fixed;
	right: 1rem;
	bottom: 1rem;
	display: none;
        z-index:999;
}
.toTop-arrow::before, .toTop-arrow::after {
	width: 31px;
	height: 7px;
	border-radius: 3px;
	background: #f90;
	position: absolute;
	content: "";
}
.toTop-arrow::before {
	transform: rotate(-45deg) translate(0, -50%);
	left: 0.4rem;
}
.toTop-arrow::after {
	transform: rotate(45deg) translate(0, -50%);
	right: 0.4rem;
}
.toTop-arrow:focus {outline: none;}



#top-bar{
	
	 height:0px;
	 background:#32b3bf;
	 position:fixed;
	 top:-65px;
         z-index:999;
         opacity: 0.5;
         font-size:40px;
         font-weight: bolder;
         
	 
	 /* CSS3 陰影*/
	-webkit-box-shadow: 0px 8px 15px #333;
	-moz-box-shadow: 0px 8px 15px #333;
	box-shadow: 0px 8px 15px #333;
	 
}

#menu{ margin:0 auto; line-height:0px;font-size:40px;font-weight: bolder;opacity: 1;}
#menu b, #menu a{color:#fff; padding:0 5px;}



.video-container {

position: relative;

padding-bottom: 56.25%;

padding-top: 30px;

height: 0;

overflow: hidden;

}

.video-container iframe, .video-container object, .video-container embed {

position: absolute;

top: 0;left: 0;

max-width: 100%;

max-height: 100%;}

<-----
.slideshow-container {
  max-width: 1200px; /* 设定最大宽度 */
  position: absolute;
  margin: auto;
}----->

.slide {
  display: none;
}






/* CSS 樣式 */
        .carousel-container {
            max-width: 800px;
            margin: 20px auto;
            border: 1px solid #ccc;
            padding: 10px;
            text-align: center;
            background-color: #f5f5f5;
            border-radius: 10px 10px 10px 10px;
            position: relative;
            
        }

        .carousel-track {
            display: flex;
            overflow: hidden; /* 隱藏超出容器的圖片 */
            max-width: 100%;
            height: 450px; /* 固定高度 */
        }

        .carousel-item {
            min-width: 100%; /* 確保每張圖片佔滿整個可視區域 */
            transition: transform 0.5s ease; /* 添加平滑切換動畫 */
            display: none; /* 預設隱藏所有圖片 */
        }

        .carousel-item.active {
            display: block; /* 只顯示 active 的圖片 */
        }

        .carousel-item img {
            max-width: 100%;
            max-height: 100%;
            object-fit: cover; /* 確保圖片填滿空間並保持比例 */
        }

        .carousel-controls {
            margin-top: 10px;
            text-align: center;
        }

        .carousel-btn {
            padding: 10px 20px;
            cursor: pointer;
            margin: 0 5px;
            background-color: #007bff;
            color: white;
            border: none;
            border-radius: 5px;
        }

.slideshow {
  position: relative;
  transition: 2s;
  user-select: none;
}

.slide__item {
  display: none;
  position: relative;
  overflow: hidden;
}
.slide__pagenumber {
  padding: 10px;
  border-radius: 80% 30% / 80% 50%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  position: absolute;
  right: 100;
  z-index: 1;
}
.slide__content {
  position: absolute;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  padding: 0 10px;
  border-radius: 5px;
}

/* 左右箭頭按鈕 */
.prev-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.2);
    color: white;
    border: none;
    padding: 20px 10px;
    cursor: pointer;
    font-size: 30px;
    z-index: 10;
    border-radius: 0px 10px 10px 0px;
}
.next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.2);
    color: white;
    border: none;
    padding: 20px 10px;
    cursor: pointer;
    font-size: 30px;
    z-index: 10;
    border-radius: 10px 0px 0px 10px;
}

.prev-btn:hover {
  position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    padding: 20px 10px;
    cursor: pointer;
    font-size: 30px;
    z-index: 10;
    border-radius: 0px 10px 10px 0px;
    transition: 0.6 ease;
}
.next-btn:hover {
  position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    padding: 20px 10px;
    cursor: pointer;
    font-size: 30px;
    z-index: 10;
    border-radius: 10px 0px 0px 10px;
    transition: 0.6 ease;
}
.prev-btn { left: 10px; }
.next-btn { right: 10px; }
