
@charset "utf-8";
/*基本*/
body {margin: 0; padding:0;}


/*全BOX版面*/
.WRAPPER {position: relative;margin: 0 auto;padding: 0;width:100%;min-width:1220px;overflow: hidden;font-family:"微軟正黑體","Microsoft JhengHei",Helvetica;background-color: #1b1b1b;z-index: 0;}
.WRAPPER img { border:0; vertical-align:top;}
.WRAPPER a { text-decoration:none;  display:inline-block;}
.WRAPPER .Area_top{position: relative; }
.WRAPPER .mainArea { position:relative; display:block; margin:0 auto; padding: 0; width:1220px;}
	@media screen and (max-width:767px){
		.WRAPPER { padding-bottom:0px; margin:0 auto; display: block; min-width:100%;/*background-image: url("m_bg.jpg?t=1742365296549");background-repeat:repeat-y;background-size:100%;*/z-index: 0;}
		.WRAPPER .mainArea { position:relative; display:block; margin:0 auto; padding: 0; width:100%;  }

	}


/*PC背景*/
@media screen and (min-width:767px){
.bg_fix {z-index: 1;position:absolute;top: 0;left:0;width:100%;height: 100%;background-repeat:no-repeat;background-position: center top;pointer-events:none;}
.bgtop_fixed { z-index:0; position:fixed; top:0; left:0; width:100%; min-width:1220px; height:100%; background-repeat:repeat-y; background-position:center top; pointer-events:none;}
.bg_deco {z-index:0;position:absolute;top:550px;left:0;width:100%;height:100%;background-position:center 0px;background-repeat:repeat-y;pointer-events:none;}	
}

/*mb背景*/
@media screen and ( max-width:767px) {
.bgtop01 { z-index:0; position:absolute; top:44px; left:0; width:100%; height:100%; background-repeat:no-repeat; background-position:center top; background-size:100%; }	
.bgtop02 { z-index:0; position:absolute; top:10vw; left:0; width:100%; height:100%; background-repeat:no-repeat; background-position:center top; background-size:100%; }	
.bg03{ z-index:-1; position:fixed; top:0vw; left:0; width:100%; height:100%; background-repeat:repeat-y; background-position:center top; background-size:100%; }	
.bg02{ z-index:-1; position:absolute; top:0vw; left:0; width:100%; height:100%; background-repeat:repeat-y; background-position:center top; background-size:100%; }	
}

/*區塊_all*/
.Area {position: relative;margin:0 auto;padding:0;text-align:center;}
.Area .box_bg{position:absolute;top:0;left: 0;z-index: 0;} 
.Area1220 { margin:0 auto; width:1220px;}
.Area960 {margin:0 auto;width: 960px;}
	@media screen and (max-width:767px){
	.Area .go_bt:hover { 
		-webkit-transform:none;
		 -moz-transform:none;
			-ms-transform:none;
			 -o-transform:none;
				transform:none;}
	.Area1220 { width:100%;}
	.Area960 { width:100%;}
	.Area { position: relative;}

	}


/*LOGO CSS*/
.momologo { z-index:2; position: absolute; top: 15px; left:-66px;}
.momologo a { display:block; width:140px; height:21px;}
.momologo a svg { width:140px; height:21px; }
.momologo a path { fill:#EA27C2; }
.momologo-pink  a path { fill:#EA27C2; }/*LOGO 桃紅色*/
.momologo-white a path { fill:#ffffff; }/*LOGO 白色*/
    @media screen and (max-width:767px){
        .momologo { display:none;}
    }


/*注意事項區*/
.edm_notice{position: relative;margin:30px auto;text-align:center;padding:10px 10px 15px 10px;color: #FFF;font:12px/18px Helvetica;}
.edm_notice .apple_notice{  padding:10px 0px 10px 0px; }

@media screen and (max-width:767px){
.edm_notice{position: relative;margin:0 0 0 0;text-align:center;padding:10px 10px 15px 10px;color: #fff;font:12px/18px Helvetica;}
}

/*輪播統一調整*/
.swiper-pagination-bullet{ background: #d1d1d1;  }                  


/*區背景*/
.Area .bg, .Area .bg_btom{ position: absolute;pointer-events: none;z-index:0; }
@media screen and (min-width: 768px){
  .Area .bg, .Area .bg_btom{ left: 50%; transform: translateX(-50%); }
  .Area05:before, .Area02:before, .Area11:before{ left: 50%; transform: translateX(-50%); }
}
.Area_pd1 .bg {top:-258px;}	

/* .Area05 .bg {top:23px;left: 50%;}	
.Area05 .bg_btom {bottom:-98px;}	
.Area05:before{ content:''; width: 2000px; height: 72%; background:url(AreaTime_center.jpg?t=1763340435472) repeat-y center / 100%; position: absolute; top: 500px;} */

@media screen and (max-width:767px){
  .Area_pd1 .bg {top:-26vw;left:0;width:100%; }	

  /* .Area05 .bg {top:3vw;left:0;width:100%;  }	
  .Area05 .bg_btom {bottom:-17vw;left:0;width:100%; }	
  .Area05:before{ content:''; width: 100%; height: 72%; background:url(mAreaTime_center.png?t=1763340435472) repeat-y center / 100%; position: absolute; top: 90vw; left: 0;} */

}


/*區標線上圖*/
.box_txt .PD_layout ul { padding: 0 !important; }	
@media screen and (min-width: 768px){
.box_txt, .box_txt2 {position: relative;display: flex;margin: 0 auto;width:960px;height: auto;justify-content: center; z-index: 50; }

}

@media screen and (max-width:767px){
.box_txt, .box_txt2 {position: relative;margin: 0 auto;width: 100%;z-index: 30;}
}



/*推距離*/
.Area_bottom{ margin-bottom: 80px; }
.Area_bottom2{ margin-bottom: 80px; }
@media screen and (max-width:767px){
  .Area_bottom{ margin-bottom: 7vw; }
  .Area_bottom2{ margin-bottom: 13vw; }
}


/*動畫*/
@keyframes top{
  0%{ filter: brightness(1); }
  30%{ filter: brightness(1.7); }
  60%{ filter: brightness(1); }
  100%{ filter: brightness(1); }
}
.bg_fix, .mb_01, .box_txt, .Area_pd1 .bg{ animation: top 4s infinite ease-in-out ; }

@keyframes date{
  0%{ filter: brightness(1); transform: translateY(3px); }
  100%{ filter: brightness(1.5); transform: translateY(-3px); }
}
.deco01{ animation: date 2s infinite ease-in-out alternate-reverse ; }


  /*版頭區塊*/
  .topdeco{ position:absolute; pointer-events: none; z-index: 1;}  
  @media screen and (min-width:768px){
  .Area_title {height:1173px;}
  .deco01 {top:12px;left: 367px;width: 110px;}
  }
  @media screen and (max-width:767px){
  .Area_title {height:139vw;}
  .Area_title .mb_01{position:absolute; top:0; left:0 ;width: 100%; z-index:-1;}
  .deco01 {top:1vw;left: 27vw;width: 63vw;}

  }



/*版頭主標微調*/
.title01{ overflow: hidden; }
.title01 .PD_layout .PD img { width:100%!important; }
.title01 .PD_layout .PD a { pointer-events: none; }
.title01 .PD_layout .PD_slide:hover {transform: translateY(0); }
.title01 .PD_layout{ overflow: hidden;   }
.title01 .PD_layout .PD_slide {min-width: 100%;opacity: 0; }
.title01 .PD_layout .PD_slide.swiper-slide-active { opacity: 1; }
.title01 .PD_layout input{position: relative;left: 155px;}
@media screen and (min-width: 768px){
.title01 {position:absolute;top:219px;left:100px;z-index: 20; width:83%; height: 238px}
.title01 ul.PD_wrapper { height: 500px!important; }
}
@media screen and (max-width:767px){
.title01{width: 100%; position: relative; top:23.5vw;}
.title01 .PD_layout {position: relative;top: 0;left:0;width: 100%; height: 24vw; }
.title01 .PD_layout .PD img { width: 100%!important; }
.title01 ul.PD_wrapper{ padding: 0;  height: 35vw!important;}
}

/*副標輪播*/
.Area_title .topPD2 {position: absolute;top:455px;left:366px;width:530px;height: 100px;overflow: hidden;z-index: 20;}
.Area_title .topPD2 ul.PD_wrapper {  margin: 0; padding: 0; width: 100%; box-sizing: content-box; grid-gap: inherit; height: 200px!important;}
.Area_title .topPD2 ul.PD_wrapper li { flex-shrink: 0; margin: 0; padding: 0; opacity: 0; }
.Area_title .topPD2 ul.PD_wrapper li.swiper-slide-active { opacity: 1;  }
@media screen and (max-width:767px){
  .Area_title .topPD2 {width:50%;height: 11vw;position: absolute;top:48vw;left:28vw;overflow: hidden;}
}

/*輪播物件*/
.Area_topbn2 { top:660px;height: 491px;left:41px; z-index: 4; }
.Area_topbn2 .box { width: 90%; position: relative; overflow: hidden; margin: 0 0 0 60px; }
.Area_topbn2 .Area_swiper_box ul.PD_wrapper { position: relative; display: flex; flex-wrap: nowrap; margin: 0; padding: 0; width: 100%; box-sizing: content-box; background-color: rgba(0,0,0,0); grid-gap: 0 }
.Area_topbn2 .Area_swiper_box ul.PD_wrapper li { flex-shrink: 0; margin: 0; padding: 0; min-width: auto; background-color: #fff; border: none; border-radius: 10px;}
.Area_topbn2 .PD_layout .PD p .Price { font-size: 25px; }
@media screen and (min-width: 768px) {
.Area_topbn .Area_swiper_box ul.PD_wrapper { padding: 0 0 0;}
}
@media screen and (max-width: 767px) {
.Area_topbn2  { top: 46vw;height: auto;margin:0 0 0 10vw;left:0;}
.Area_topbn2 .box {width:98%;  margin: 0 0 0 2vw; }
.Area_topbn2 .Area_swiper_box { width: 100%; }
.Area_topbn2 .Area_swiper_box ul.PD_wrapper { padding: 0 0 0vw;}
.Area_topbn2 .PD_layout .PD .Price { font-size:24px; }
.Area_topbn2 .PD_layout .PD p b, .Area_01 .PD_layout .PD p del, .Area_01 .PD_layout .PD p .money{ font-size:14px; }
.Area_topbn2 .PD_layout .PD p b{display: inline}
}


/*行銷3格*/
.active{ background: url(active_bg.png?t=1763340435472) no-repeat top / 100%; height: 483px; padding-top: 130px; z-index: 20;}
.active ul{ grid-gap:22px!important; }
@media screen and (max-width: 767px) {
  .active { padding-top:13.9vw; height: 49vw; }
  .active ul{ grid-gap:2.5vw!important; padding: 0 4vw!important;}
}

/*折價劵(線上入搞)*/
.PD_layout.PD_layout-coupon3 .PD b.Discount, .PD_layout.PD_layout-coupon3[data-pd-col-pc*="1"] .PD b.Discount{ margin: 0; }
@media screen and (min-width:768px){
  .PD_layout-coupon3 {margin-bottom: 20px;}
  .PD_layout.PD_layout-coupon3 .PD .divine_coupon, .PD_layout.PD_layout-coupon3 .PD .threshold { color: #fff;}	
  }
  @media screen and (max-width:767px){
  .PD_layout-coupon3 { padding-bottom: 2vw;}
  .PD_layout.PD_layout-coupon3 .PD .divine_coupon, .PD_layout.PD_layout-coupon3 .PD .threshold { color: #fff;}	
  
  }

  
/*主打品*/
.Area03{ margin-bottom: 350px; }
.Area03 .PD_layout.layout_item .PD_slide .PD p {padding: 1% 0;height: 1.5em;line-height: 1em;font-size:5.5em;}
.Area03 .PD_layout.layout_item .PD p .money {color: #ffdd3e;font-weight: 500; font-size: .7em;}
.Area03 .PD_layout.layout_item .PD p .Price {color: #ffdd3e;font-weight: 800; font-size: 1em; text-align: left;}
.Area03 .PD_layout.layout_item .PD_slide .PD_into {padding-left:0;position: relative; text-align:center;font-size: 0.8em;}
.Area03 .PD_layout.layout_item .PD_slide .PD_into h3 {padding: 0;max-height: 1.6em;font-weight: 500;font-size: 3.5em;line-height: 1.5em;font-family: "Noto Sans CJK SC";color:#fff;}
.Area03 .PD_layout.layout_item .PD_slide .PD_into h4 {font-size: 3.2em;color: #fff; font-weight: 700; line-height: 1em; }
.Area03 .PD_layout.layout_item .PD_slide .PD p del { color:#ffdd3e;font-size: 0.4em;}
.Area03 .PD_layout.layout_item .PD_slide .PD_img img { width: 100%; margin: 0; box-shadow: unset;}
.Area03 .PD_layout.layout_item .PD_slide .PD .PD_logo { display: none;}
.Area03 .PD_layout.layout_item ul li{ position: relative; }
@media screen and (min-width:768px){
  .Area03 .PD_layout.layout_item li{background: url("layout_itembg.png?t=1763340435472") center top / 100% no-repeat scroll;}	
	.Area03 .PD_layout.layout_item ul { grid-gap: 2% 4%;  margin-top: 8px; padding: 0;}
	.Area03 .PD_layout.layout_item .PD_slide:hover {transform:translateY(-6px);}
	.Area03 .PD_layout.layout_item .PD_slide:hover { box-shadow:unset;}
	.Area03 .PD_layout.layout_item .PD_slide { padding:36px 32px 67px; margin: 0;}
  .Area03 .PD_layout.layout_item .PD_slide .PD_into{ margin:-12px 0 0 0;}
  .Area03 .PD_layout.layout_item ul li:nth-child(even){ top:50px; }
	
}
@media screen and (max-width:767px){
	.Area03{  padding-bottom: 2vw; margin-bottom: 22vw;}    
  .Area03 .PD_layout.layout_item li{background: url("layout_itembg.png?t=1763340435472") center top / 100% no-repeat scroll;}	
	.Area03 .box_all{ width: 96%; margin: auto;}
	.Area03 .PD_layout.layout_item ul { grid-gap: 1% 2%; width: 96%;}
	.Area03 .PD_layout.layout_item ul li {width: 100%;  padding: 5vw 3.5vw 8vw;}
	.Area03 .PD_layout.layout_item .PD_slide .PD_into {font-size: 0.9em; margin: -2vw 0 0 0; width: 100%;}
	.Area03 .PD_layout.layout_item .PD_slide .PD_into h3 { font-size: 1.3em; line-height: 2em;  }
	.Area03 .PD_layout.layout_item .PD_slide .PD_into h4 { font-size: 1.3em; line-height: 1.7em;  letter-spacing: -1px; margin-bottom: 0;}
	.Area03 .PD_layout.layout_item .PD_slide .PD p{ height: 2em; line-height: 8vw; font-size: 1.5em;  }    
	.Area03 .PD_layout.layout_item .PD p .money { font-size: .4em;}
	.Area03 .PD_layout.layout_item .PD p .Price { font-size: 1.3em; }
  .Area03 .PD_layout.layout_item ul li:nth-child(even){ top:5vw; }
  .Area03 .PD_layout.layout_item .PD_slide .PD p del { position: relative; top: -2vw;}
}


/*10品輪播*/
@media screen and (min-width: 768px){
.Area_pd1 .Area_swiper_box{ width: 95%; }
.Area_pd1{ margin-top: 435px; }
}
@media screen and (max-width:767px){
  .Area_pd1 .Area_swiper_box{ width: 96%; }
  .Area_pd1{ margin-top: 36vw; }
}


/*搶公版*/
.Area_pd2 .PD_layout-D1_06{ width: 96%; }
.Area_pd2 .PD_layout.PD_layout-D1_06 .PD_into h3 span{ background-color: #482e8a; }
.PD_layout.PD_layout-D1_06 .PD_into p::after{  border: solid 1px #c62b90; background: linear-gradient(110deg, #fff 73%, #c62b90 50%); }
.PD_layout.PD_layout-D1_06 .PD_into h3::before{ border-top: 8px solid #482e8a; }
@media screen and (min-width:768px){
  .Area_pd2 .PD_layout-D1_06{ width: 1100px; }

}

/*熱搜品類*/
.AreaPin .PD_layout.layout_item .PD_slide .PD p { display: none;}
.AreaPin .PD_layout.layout_item .PD_slide .PD .PD_logo { display: none;}
.AreaPin .PD_layout.layout_item .PD_slide .PD_into {padding-left:0;position: relative; text-align:center;font-size: 0.8em;}
.AreaPin .PD_layout.layout_item .PD_slide .PD_into h3 {padding: 0;max-height: 1.6em;font-weight: 500;font-size: 3em;line-height: 1.5em;font-family: "Noto Sans CJK SC";color:#ffdd3e;}
.AreaPin .PD_layout.layout_item .PD_slide .PD_into h4 {font-size: 3em;color: #fff; font-weight: 700; line-height: 1.8em; }
.AreaPin .PD_layout.layout_item .PD_slide .PD_img img { width: 100%; margin: 0; box-shadow: unset;}
.AreaPin .PD_layout.layout_item ul li{ position: relative; }
.AreaPin .PD_layout.layout_item ul li:nth-child(2){ top:7%; }
@media screen and (min-width:768px){
  .AreaPin .PD_layout.layout_item li{background: url("layout_Pinbg.png?t=1763340435472") center top / 100% no-repeat scroll;}	
	.AreaPin .PD_layout.layout_item ul { grid-gap: 2% 2%;  margin-top: 8px; padding: 0;}
	.AreaPin .PD_layout.layout_item .PD_slide:hover {transform:translateY(-6px);}
	.AreaPin .PD_layout.layout_item .PD_slide:hover { box-shadow:unset;}
	.AreaPin .PD_layout.layout_item .PD_slide { padding:14px 14px 67px; margin: 0;}
  .AreaPin .PD_layout.layout_item .PD_slide .PD_into{ margin:-7px 0 0 0;}
	
}
@media screen and (max-width:767px){
	.AreaPin{  padding-bottom: 2vw; margin-bottom: 7vw;}    
  .AreaPin .PD_layout.layout_item li{background: url("layout_Pinbg.png?t=1763340435472") center top / 100% no-repeat scroll;}	
	.AreaPin .box_all{ width: 96%; margin: auto;}
	.AreaPin .PD_layout.layout_item ul { grid-gap: 1% 1%; width: 96%;}
	.AreaPin .PD_layout.layout_item ul li {width: 100%;  padding: 2vw 1.5vw 6vw;}
	.AreaPin .PD_layout.layout_item .PD_slide .PD_into {font-size: 1em; margin: -2vw 0 0 0; width: 100%;}
	.AreaPin .PD_layout.layout_item .PD_slide .PD_into h3 { font-size: 1em; line-height: 2em;  }
	.AreaPin .PD_layout.layout_item .PD_slide .PD_into h4 { font-size: 1em; line-height: 2.2em;  letter-spacing: -1px; margin-bottom: 0;}

}


/*1帶4輪播*/
.Area_PD301 .Area_swiper{margin:56px auto 65px; }
.Area_PD301 .box{/*background-color: #5b80f5;*/ }
.Area_PD301 h2 { text-align: center; color: #ffe73e; }
@media screen and (min-width: 768px){
.Area_PD301 .box{  background: url("pcArea_PD301bg.png?t=1763340435472") center top / 100% no-repeat scroll;height:640px;padding: 0 0 0 0;}
.Area_PD301 .Area_swiper_box{padding-bottom: 0px;width: 96%;}
/* .Area_PD301 .Area_swiper li{ border-radius: 15px;border: 1.6px solid #000000;} */

.Area_PD301 .Allbox{margin: 0 0 0 0; /*background: url("Area3_bg.png?t=1742365296550") center top/ 100% repeat-y scroll;*/}

  /*logo*/ 
  .Area_PD301 .logo{width: 100%;height: 142px;}
  .Area_PD301 .logo ul{grid-gap: 0;}
  .Area_PD301 .logo ul .PD_into{padding: 0;}
  .Area_PD301 .logo ul .PD_logo{width: 32%;position: relative;top: 57px;left: 216px;border-radius: 31px;padding: 0% 3% 0% 3%;}
  .Area_PD301 .logo ul li h3{color: #ffe73e;width: 50%;position: absolute;right: 84px;top: 52px;margin: 0 auto;font-size: 2.5em;}	 

  }
  @media screen and (max-width:767px){
   .Area_PD301 { width:100%!important; }
   .Area_PD301 .box{  width:100%; margin: 0 auto;  padding-bottom:10vw;background: url("mArea_PD301bg.png?t=1763340435472") center top / 100% no-repeat scroll;/*border-radius: 15px!important; border: solid 1px #fff;*/ }
   .Area_PD301 .Area_swiper_box{padding-bottom: 0vw;width: 93%;}
   .Area_PD301 .box_all{  padding: 3% 0 0 0;}	  
  .Area_PD301 .Area_swiper{margin: 0 auto; left: -1vw;top:3vw;}
  /* .Area_PD301 .Area_swiper li{   border-radius: 15px;border: 1px solid #353535;} */
  .Area_PD301 .Allbox{margin:-4vw 0 0 0; /*background: url("Area3_bg.png?t=1742365296550") center top/ 100% repeat-y scroll;*/margin-bottom: 6vw;}

/*logo*/ 
.Area_PD301 .logo{width: 100%;height: 17vw;}
.Area_PD301 .logo ul{grid-gap: 0;}
.Area_PD301 .logo ul .PD_into{padding: 0;}
.Area_PD301 .logo ul .PD_logo{  width: 42%;position: relative;top: 5.5vw;left: 6vw;border-radius: 31px;padding: 0% 3% 0% 3%;}
.Area_PD301 .logo ul li h3{color: #42291b;width: 48%;position: absolute;right: 7vw;top: 3vw;margin: 0 auto;font-size: 1.6em;}
.Area_PD301  .logo ul li h3{color:#ffe73e;  width: 48%; position: absolute; right:4vw; top:3vw; margin: 0 auto;font-size: 1.4em;}
	  
  }

  .Area_PD302 .box{  background: url("pcArea_PD302bg.png?t=1763340435472") center top / 100% no-repeat scroll;height:640px;padding: 0 0 0 0;}
  @media screen and (max-width:767px){
  .Area_PD302 .box{  width:100%; margin: 0 auto;  padding-bottom:10vw;background: url("mArea_PD302bg.png?t=1763340435472") center top / 100% no-repeat scroll;/*border-radius: 15px!important; border: solid 1px #fff;*/ height: auto;}
  }


  /*BN*/
@media screen and (max-width:767px){
  .Area_bn { overflow: hidden;}
  }
  
  /*輪播BN*/
  .BN_swiper { position: relative; margin: 0 auto; overflow: hidden; z-index: 1;}
  .BN_swiper ul.PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0 0 20px; width: 100%; grid-gap: 0; box-sizing: content-box; height: 271px;}
  .BN_swiper ul.PD_wrapper li { position: relative; flex-shrink: 0; margin: 0; padding: 0; pointer-events: inherit;}
  .BN_swiper ul.PD_wrapper li.PD_slide { min-width: inherit;}
  .BN_swiper ul.PD_wrapper li.PD_slide:hover { box-shadow: 0 3px 30px rgba(0, 0, 0, 0);}
  @media screen and (max-width:767px){
    .BN_swiper { width: 100%; margin: 0 auto;        padding-top:0vw;}
    .BN_swiper ul.PD_wrapper { margin: 0; padding: 0 0 4%; height: 45vw;}
  }



/* --------------------------------------
* Page 頁籤_202405291900
* -------------------------------------- */
.NavArea_tabbar_page { margin: 0 auto 20px  ; width: 94%; }  
.NavArea_tabbar_page .Nav { overflow: visible; transform: translate3d(-30.5%, 0, 0);}  
.NavArea_tabbar_page .Nav_box { border-radius: 8px; overflow: hidden; padding: 0 2%;}
.NavArea_tabbar_page[data-num="2"] .Nav-wrapper { transform: translate3d(55.5%, 0, 0)!important}
.NavArea_tabbar_page[data-num="3"] .Nav-wrapper { transform: translate3d(43.0%, 0, 0)!important}
.NavArea_tabbar_page[data-num="4"] .Nav-wrapper { transform: translate3d(30.5%, 0, 0)!important}
.NavArea_tabbar_page[data-light="box"] .Nav ul { padding: 0 }
.NavArea_tabbar_page .Nav li { overflow: visible; }
@media screen and (min-width:768px){ 
  .NavArea_tabbar_page { display: block; }
}
/*頁籤高亮顏色設定 */  
.NavArea_tabbar_page .Nav .swiper-slide-active a { color:#fff;}
.NavArea_tabbar_page .Nav .swiper-slide-active i { display:block; border: 1px solid #ce439e !important; background-color: #ce439e !important;}
/*推編輯按鈕 */  
.NavArea_tabbar_page .Nav input { position: fixed; left: 30%}
                    

.Area_page{ overflow: hidden; }
@media screen and (max-width:767px){
  .Area_page .page .PD_layout{ width: 96%; }
}



/*登記贈品文案顏色*/
.Area_danji .danji_box ul li .activityText .gifts span {color: #ffe27c;}    
/*登記*/
.Area_book0 { height: 100%;padding: 3% 0 0 0;}
.Area_book0 .Allbox{margin: 17px 0 0 0;}
/* .Area_book0 .box {padding-top: 140px;background-color: #fff5ed;background: url("bookbg_repty.png?t=1742365296550") center top/ 100% repeat-y scroll;} */
.Area_book0 .Area_danji .danji_box{margin: 0 auto;}
.Area_book0 .Area_danji {position: relative; left:-138px;}

.Area_book0 .more{    position: absolute;left: 709px;    margin: -50px 0 0 0;height: 43px;z-index: 5;}
@media screen and (max-width:767px){
.Area_book0 {width:100%;height:100%;padding: 0;padding-bottom: 0vw;}
.Area_book0 .Allbox{margin:-4vw 0 0 0;}
.Area_book0 .Area_danji .danji_box{ width: 99%;}
.Area_book0 .floor2 {position: absolute;left: 0;top:-5vw ;}
.Area_book0 .Area_danji { position: relative; left: 0; width:100%;  margin: 0 auto;padding: 5% 0 0 0;}	

.Area_book0 .more{position: relative;top:10vw; left: 75vw;width: 23%;}
}







/*館類*/
.Area_btn .PD_layout.logo ul {grid-gap: 10px;padding: 2% 0 0 0;}
@media screen and (max-width:767px){
	.Area_btn .PD_layout.logo ul {  grid-gap: 6vw 2vw;  padding: 3% 0 0 0; width: 80%;margin: 0 auto;}	
  
}





/*隱鑶*/
.for_pc {}
.for_phone, .for_m { display:none !important;}
	@media screen and (max-width:767px){
		.for_pc { display:none !important;}
		.for_phone, .for_m { display: inherit !important;}
	}


/**延遲載圖用**/
.mainArea .articleList * img.lazy {display:none;} 

/*分享浮層*/
.floatBox { position:relative; margin:2% auto; padding: 2% 0; width: 700px; height:auto; background-color:rgba(0,0,0,0.8); text-align:center;  border-radius:20px;}
.floatBox img { width:100%; height:auto;}
.floatBox .go_bt {
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;}
.floatBox .go_bt:hover { filter: brightness(120%);
  -webkit-transform:translateY(-6px);
     -moz-transform:translateY(-6px);
      -ms-transform:translateY(-6px);
       -o-transform:translateY(-6px);
          transform:translateY(-6px);}
.floatBox .closeButton a { display:block; cursor:pointer; position:absolute; top:-20px; right:-20px; width:40px; height:40px; border-radius:50%; border:solid 2px #999999; font:bold 40px/1em "Century Gothic"; color:#FFF; text-align:center; background-color:rgba(0%,0%,0%,0.5);text-decoration: none; z-index:2}
.floatBox .closeButton:hover {background-color:#666; text-decoration:none;}
.floatBox .title  { display:inline-block; margin:0 0 10px 0; border-bottom:1px solid #ffd800; font:bold 45px/1.5em "微軟正黑體","Microsoft JhengHei", Arial, Helvetica;letter-spacing: -0.05em;  color:#ffd800; text-align:center}
.floatBox .box_ { margin:0 auto; width:90%;}
.floatBox .box_:after { content: ""; display:block; clear:both;}
.floatBox .box_btn { margin:20px auto 0; width: 80%;}
.floatBox .box_btn a { display:block; margin:3% 0;}
.floatBox .box_btn img { width:100%;}
.floatBox .box_btn .btn { margin:0 auto; width:60%;}
.floatBox .box_btn2 a { float:left; margin:0 1%; width:48%;}
	@media screen and (max-width:767px){
		.floatBox { padding:5% 0; width:90%; height: auto;}
		.floatBox .closeButton a {display:block; position:absolute; top:-15px; right:-15px; width:30px; height:30px; border-radius:50%; border:solid 2px #999999; font:bold 30px/1em "Century Gothic"; color:#FFF; text-align:center; background-color:rgba(0%,0%,0%,0.5);text-decoration: none; z-index:2}
		.floatBox .closeButton:hover {background-color:#666; text-decoration:none}
		.floatBox .title  { margin:0 5% 3vw; font-size: 6vw; line-height:2rem;}
		.floatBox .box_btn { margin:2% auto 0;}
		.floatBox .box_btn .btn { margin:0 auto; width:80%;}
	}









