* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.CustomPage{
  background-color: #241f16;
}


.go_bt {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.go_bt:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.aoli_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
/*  max-width: 1920px;*/
  max-width: 100%;	
}

.w100 {
  width: 100%;
  vertical-align: top;
}

.aoli_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  width: 100%;
}

.w82 {
  width: 82%;
  vertical-align: top;
}

.btnhref{
  position: relative;
}

.btnhrefpng{
  position: absolute;bottom: 0%;left: 0%;max-width: 16.625% !important;height: auto !important;pointer-events: none;
}

.mainPic_container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  width: 100%;
}
.mainPic {
  width: 1920px;
}


.video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 ratio */
  position: relative;
  background-color: #af1e23;
}

.video iframe {
  position: absolute;
  width: 98%;
  height: 98%;
  left: 1%;
  top: 1%;
}

.video_pd {
  position: absolute;
  top:26.5%;
  left:5.6%;
  width: 89.5%;
  aspect-ratio: 16 / 9; /* 强制 16:9 比例 */
  background-color: #000;
}


.none {
  display: none;
}
.show {
  display: block;
}

.videowh {
  width: 80%;
}

.aoli_product {
  width: 82%;
  background-color: #f5f6f8;
  padding: 1%;
}

.product_img {
  box-sizing: border-box;
  width: 33%;
}

.mb {
  display: none;
}

.imgrelative{position: relative;width: 100%;z-index: 0;}
.circlelight1{
  position: absolute;
  top: 74%;
  left: 18%;
  max-width: 15%;
  mix-blend-mode: plus-lighter;
  opacity: .5;
}
.circlelight2{
  position: absolute;
  top: 72%;
  left: 44%;
  max-width: 15%;
  mix-blend-mode: plus-lighter;
  opacity: .5;
}
.arrow{
  position: absolute;
  bottom: 0%;
  left: 0%;
  max-width: 100%;
}
/*飄-下上*/
.downtoup-play {
  -webkit-animation-name: downtoup-play;  
      animation-name: downtoup-play;  
  -webkit-animation-duration: 0.35s;  
      animation-duration: 0.35s;
  -webkit-animation-iteration-count: infinite;    
      animation-iteration-count: infinite;			
  -webkit-animation-direction: alternate;
      animation-direction: alternate;
}

@-webkit-keyframes downtoup-play { 
  0% { -webkit-transform: translate(0,0);   } 
  100% {  -webkit-transform: translate(0,-10px); }
}
@keyframes downtoup-play { 
  0% { transform: translate(0,0); } 
  100% { transform: translate(0,-10px); }
}     

/*前導精華露*/
.pdbuttonlight1{
  position: absolute;
  top: 85%;
  left: 33.85%;
  max-width: 33%;
}
.pdlight1{
  position: absolute;
  top: 66%;
  left: 44%;
  max-width: 15%;
  mix-blend-mode: plus-lighter;
  opacity: .5;
}
/*再生精華*/
.pdbuttonlight2{
  position: absolute;
  top: 84.3%;
  left: 33.85%;
  max-width: 33%;
}
.pdlight2{
  position: absolute;
  top: 65%;
  left: 43%;
  max-width: 15%;
  mix-blend-mode: plus-lighter;
  opacity: .5;
}
/*精華霜*/
.pdbuttonlight3{
  position: absolute;
  top: 84.3%;
  left: 33.85%;
  max-width: 33%;
}
.pdlight3{
  position: absolute;
  top: 57%;
  left: 43%;
  max-width: 15%;
  mix-blend-mode: plus-lighter;
  opacity: .5;
}
/*撫紋眼霜*/
.pdbuttonlight4{
  position: absolute;
  top: 87.3%;
  left: 33.85%;
  max-width: 33%;
}
.pdlight4{
  position: absolute;
  top: 49%;
  left: 25%;
  max-width: 10%;
  mix-blend-mode: plus-lighter;
  opacity: .5;
}


@media screen and (max-width: 1219px) {
  .aoli_container {
    max-width: 960px;
    margin: auto;
  }
  .product_img {
    width: 49%;
  }
  .rightBtn {
    top: 40%;
  }
  .w82 {
    width: 100%;
  }
  .video {
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 ratio */
  }
  .aoli_product {
    width: 100%;
  }
}

/*舊版*/
/*右側按鈕*/
/* 固定按鈕樣式 */
.fixed-buttons {
  position: fixed;
  top: 220px;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index:99;
}

.fixed-buttons button {
  background: linear-gradient(to right, #f6dab8, #b58f6b);
  color: #000;
  border: none;
  /* padding: 20px 20px 20px 10px; */
  cursor: pointer;
  font-size: 16px;
  transition: transform 0.3s ease;
  transform: translateX(10px);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  font-family: 'Noto Sans TC';
  font-weight: 500;
}

.redcta{
  background: linear-gradient(to right, #d60620, #930e1f) !important;
  color: #fff !important;
  border: none;
  /* padding: 20px 20px 20px 10px; */
  cursor: pointer;
  font-size: 16px;
  transition: transform 0.3s ease;
  transform: translateX(10px);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  font-family: 'Noto Sans TC';
  font-weight: 500;
}

.fixed-buttons button span {
  display: block; /* 強制 span 內容換行 */
}

.fixed-buttons button:hover,
.fixed-buttons button:active {
  transform: translateX(0px); /* 向左移動效果 */
  background-color: rgba(222, 191, 144, 0.9); /* 活動狀態加深顏色 */
  color: #000;
}

.redcta:hover,
.redcta:active {
  transform: translateX(0px); /* 向左移動效果 */
  background-color: rgba(147, 14, 31, 0.9) !important; /* 活動狀態加深顏色 */
  color: #fff !important;
}

/*回到最上方*/
.sl-goto-top{
  display: none !important;
}

.section-width{width: 1000px;padding: 0px !important;}
.gallery__mask{padding: 0px !important;}
.product-item{background-color: #fff;padding: 3%;}
.product-list__container{margin-bottom: 5%;}
.product-list__container .product-list__products{padding: 15px 0px !important;}

.pc {
  display: block;
}
.mb {
  display: none;
}

@media screen and (max-width: 1000px) {
  .pc {
    display: none;
  }
  .mb {
    display: block;
  }
  .section-width{width: 100%;}  
  .fixed-buttons {
    top: 180px;
  }
  .fixed-buttons button {
    background: rgba(222, 191, 144, 0.6); /* #debf90 透明度50% */
    color: #fff;
    border: none;
    padding: 20px 15px;
    cursor: pointer;
    font-size: 16px;
    transition: transform 0.3s ease;
    transform: translateX(10px);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: flex; /* 使用 flexbox */
    align-items: center; /* 垂直居中對齊 */
    justify-content: center; /* 水平居中對齊 */
    writing-mode: vertical-rl; /* 垂直從右到左 */
    font-family: 'Noto Sans TC';
    font-weight: 500;
    width: 50px;
    height: 120px;
  }

  .redcta {
    background: rgba(147, 14, 31, 0.7) !important; /* #debf90 透明度50% */
    color: #fff !important;
  }
  .fixed-buttons button span {
    display: inline; /* span不換行 */
    padding-right: 4%;
  }
}
