@charset "utf-8";

body {margin: 0; padding:0; overflow-x:hidden; overflow-y:scroll; background:#001d2a;}
@media screen and (max-width:767px){
	body { width:100%;  background:#e7bdcb;}

}

/*全域 套用 */
.for_pc { display:block !important; }
.for_phone { display:none !important; }
.for_mobile { display:none !important;}
.for_mobile2 { display:none !important;}
.for_pc2 , .for_mobile2{display:inline-block !important;}


@media screen and (max-width:767px){
	.for_pc { display:none !important;}
	.for_phone { display:block !important; }
	.for_mobile { display: block !important;}
	.for_mobile2 { display: inline-block !important;}
	.for_pc2{display:none !important;}
}

/*滑鼠hover 顯示動畫*/
.hover{
	-webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    -ms-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
	transition: all 0.2s ease;}
.hover:hover{transform:scale(0.97); 
	-webkit-transform:scale(0.97);
    -moz-transform:scale(0.97);
    -ms-transform:scale(0.97);
    -o-transform:scale(0.97);
	filter:brightness(115%);
}

/***透明度動畫 ******/
.opacity{animation:opacity 1.3s ease;}
@keyframes opacity{
	0%{opacity:0;}

	100%{opacity:1;}	
}



/*全BOX版面*/
.WRAPPER { position: relative;margin: 0 auto;padding:0;width:100%; min-width:1220px; max-width:2000px;overflow: hidden;font-family:"微軟正黑體","Microsoft JhengHei",Helvetica; background:#5ec37d; }
.WRAPPER img {display:;border:0; vertical-align:top;}
.WRAPPER a { text-decoration:none;  display:block;}
.WRAPPER .Area{ margin:0 auto; position:relative;width:100%;}
.WRAPPER .Area .mainArea {display:block;margin:0 auto;padding:0; width:1220px;position:relative;}

@media screen and (max-width:767px){
	
	.WRAPPER { min-width:100%;max-width:100%; background-size:40%; background:#e7bdcb;}
	.WRAPPER .Area .mainArea {width:100%;}
}
		
		
/********header logo***************************/			
.Area.logoBox{width:100%;margin:0 auto; padding:20px 0px 12px 0px;overflow:hidden;background:none; z-index:9; position:absolute;  }	
.logoBox .momologo{width:350px;height:42px; display:block;overflow:hidden;margin-left:400px;float:left;}	
.logoBox .momologo .Home{width:70%;float:left;height:100%;background: url(logo_mo.png?t=1750757582576) left center no-repeat;}	
.logoBox .momologo .Page{width:30%;float:left;height:100%;background: url(logo_tv.png?t=1750757582576) left center no-repeat; }
/**.logoBox .momologo .Home:hover{background:url(logo_mo_1.png?t=1750757582576) right center;}**/
/**.logoBox .momologo .Page:hover{background:url(logo_tv_1.png?t=1750757582576) left center;}**/


/*************bgbgbgbgbgbgbgbg****************************************************************************/


.Area.float_bg{position:absolute;width:2000px; height:110%; left:50%; margin-left:-1000px;top:1200px;z-index:2; opacity:1;background-position:top center; pointer-events:none;}

.Area.fixed_bg{position:fixed;width:2000px; height:1500px; left:50%; margin-left:-1000px;top:0px; background:url(bk_01.jpg?t=1750757582576) center top no-repeat;z-index:1;}

@media screen and (max-width:767px){}	
	


/*********主視覺*****************************************************/	

.Area.cut01{height:690px;position:relative; z-index:2;}
.Area.cut01 .mainArea{width:1220px;  margin:0px auto 0 auto;height:100%;position:relative; z-index:2; background:; }
.Area.cut01 .mainArea .pd_box{width:660px;position:absolute;height:auto; right:-3%;top:164px; animation:shiny 3s ease;}


@keyframes shiny{
	0%{opacity:0; filter:brightness(50%) ;}
	100%{opacity:1; filter:brightness(100%) ;}
}

.Area.cut01 .title_box{display:block;width:600px; float:left; margin-left:0px;margin-top:250px; overflow:hidden; position:relative;/*animation:shiny 4s ease;*/z-index:8;}
.Area.cut01 .title_box img.picBg{display:block;width:100%;}
.Area.cut01 .title_box .item_title_box{display:block;width:95%;position:absolute;overflow:hidden; top:4%;left:2.5%;z-index:4;}
.Area.cut01 .title_box .item_title_box .swiper-wrapper{width:100%;overflow:hidden;margin:0px; padding:0px;}
.Area.cut01 .title_box .item_title_box .swiper-slide{width:100%; display:block;overflow:hidden;margin:0px; padding:0px;list-style:none;text-align:center;vertical-align:middle;}
.Area.cut01 .title_box .item_title_box .swiper-slide img{width:100%;}

.Area.cut01 .float_point01{width:100%;position:absolute; left:0%; top:-60px; animation: ballon 8s linear infinite;}
.Area.cut01 .float_point02{width:100%;position:absolute; left:0%; top:-80px; animation: ballon 6s linear infinite; }
@keyframes ballon {
	0% { transform: translate(0%,0%) scale(1);}
	50%{ transform: translate(0%,3%) scale(1); }
	100%{transform: translate(0%,0%) scale(1);}		
}


@media screen and (max-width:767px){
	
	.Area.cut01{margin-bottom:0vw; width:100%;height:auto; background:none; margin-bottom:89vw;}	
	.Area.cut01 .mainArea{width:100%;margin:14px auto 0 auto;position:relative;left:auto; margin-left:0px;height:auto;}
	.Area.cut01 .mainArea .pd_box{width:100%;position:absolute; right:0%;top:-1vw; animation:shiny 2s ease; z-index:8; }
	.Area.cut01 .title_box{display:block;width:100%;float:none;margin-left:0%;margin-top:0px;position:absolute; top:-3vw; left:0%}
	.Area.cut01 .title_box img.picBg{display:block;width:100%;}
	.Area.cut01 .title_box .item_title_box{display:block;width:100%;position:absolute;overflow:hidden; top:0%;left:0%; }
	.Area.cut01 .title_box .item_title_box .swiper-wrapper{width:100%;overflow:hidden;margin:0px; padding:0px;}
	.Area.cut01 .title_box .item_title_box .swiper-slide{width:100%; display:block;overflow:hidden;margin:0px; padding:0px;list-style:none;text-align:center;vertical-align:middle;}
	.Area.cut01 .title_box .item_title_box .swiper-slide img{width:100%;}
	.Area.cut01 .title_02{width:100%;position:absolute; left:0%;top:-10px; z-index:3; animation:shiny2 1.3s ease; }
	.Area.cut01 .m_bg{width:100%;position:absolute; left:0%; top:-15px;}
	.Area.cut01 .float_point03{width:100%;position:relative; z-index:8;}
	.Area.cut01 .float_point04{width:100%;position:absolute; left:0%; top:-20px;animation: ballon 5s linear infinite;z-index:7;}
	
	@keyframes shiny2{
		0%{opacity:0; }
		50%{opacity:0;}
		100%{opacity:1;}
	}
	
	
}	

/*****************************************************************************************/

.Area.cut02{ padding-bottom:10px; margin-top:70px;position:relative; z-index:4;}
.Area.cut02 .mainArea {width:1220px;height:auto; margin:0px auto 0px auto;overflow:hidden;}
.Area.cut02 .kv_08_title{display:block;width:100%;margin:0px auto 7px auto;}
.Area.cut02 .box{overflow:hidden; width:89.8%; margin:0px auto 0px auto;position:relative; background:;overflow:hidden; padding-left:0px;}
.Area.cut02 .box .btn {position:relative;display:block ; float:left; overflow:hidden; margin-bottom:0px; /*background:#000; opacity:0.7;*/}

.Area.cut02 .box .btn:nth-of-type(1){}
.Area.cut02 .box .btn:nth-of-type(2){}
.Area.cut02 .box .btn:nth-of-type(3){}
.Area.cut02 .box .btn img.btnbg{}
.Area.cut02 .box .count{position:absolute;width:120px;padding:2px 3px; font:900 15px "Century Gothic", Arial, "Microsoft JhengHei";overflow:hidden; background:#;color:#fff; border-radius:100px; bottom:20%;right:9%; text-align:center; letter-spacing:0.5px; }
.Area.cut02 .box .count.one{right:7.5%;}
.Area.cut02 .box .count.two{right:5%;}

.Area.cut02 .box .pd_box02{width:178px;position:absolute;height:auto; left:16%;top:52px; overflow:hidden;}
.Area.cut02 .box .pd_box02 .swiper-wrapper{width:100%; margin: 0 0 0 0%; padding:0px 0px 0px 0px;list-style:none;text-align:center;vertical-align:middle; }
.Area.cut02 .box .pd_box02 .swiper-wrapper .swiper-slide{ position:relative; text-align:center;margin:0 auto; padding:0; list-style:none; }
.Area.cut02 .box .pd_box02 .swiper-wrapper .swiper-slide img{width:100%;}


/**警語**/
.Area.cut02 .warningBox{display:block;width:900px; overflow:hidden;position:relative; margin:10px auto 0px auto;}
.Area.cut02 .warningBox span{color:#000;}
.Area.cut02 .warningBox mark{background-color:#ceffd8;}
.Area.cut02 .warningBox p{ margin:0px; padding:0px ;font-size:16px; letter-spacing:0.5px; line-height:24px; text-align:center; font-weight:800;color:#5e5bb7;}
.Area.cut02 .warningBox a{ display:block;text-decoration:underline;color:#000;letter-spacing:1px;}


@media screen and (max-width:767px){
	.Area.cut02{ padding-bottom:0vw;margin-bottom:0vw;margin-top:-3vw; background:none;}	
	.Area.cut02 .mainArea{width:100%;margin:0 auto 0vw auto; background:none;height:auto;}
	.Area.cut02 .box {width:100%; margin:0px auto -1vw auto;  padding-left:0px;padding-top:1vw; padding-bottom:5px;}
	.Area.cut02 .box .bg_02{width:100%;}
	.Area.cut02 .box .btn{position:absolute;display:block;margin-bottom:0px; }
	.Area.cut02 .box .btn.one {width:94%;height:50%; top:18%;left:3%;}
	.Area.cut02 .box .btn.two {width:46%;height:16%; top:73%;left:3%;}
	.Area.cut02 .box .btn.three {width:46%;height:16%; top:73%;right:3%;}
	.Area.cut02 .box .btn.four {width:22%; height:36%;  top:59%;right:2.8%;}

	.Area.cut02 .box .pd_box02{width:22%;position:absolute;height:auto; left:46%;top:39.5%; overflow:hidden;}
	
	.Area.cut02 .box .count{position:absolute;width:23%; padding:1.5px 1px;  font:900 3.5vw "Century Gothic", Arial, "Microsoft JhengHei"; right:6%; bottom:36%; text-align:center; letter-spacing:0px; }
	.Area.cut02 .box .count.one{right:auto; left:9.5%;}
	.Area.cut02 .box .count.two{right:auto; left:45%;}


	.Area.cut02 .warningBox{width:96%;margin:-8px auto 0px auto;}
	.Area.cut02 .warningBox mark{background-color:#92f0c1;}
	.Area.cut02 .warningBox p{width:100%;margin:1px auto 0px auto; font-size:3.2vw;letter-spacing:0.1px;line-height:4.5vw;color:#6b66ba;}
	.Area.cut02 .warningBox a{ display:inline-block;color:#000;}


}



/****************************精選活動  輪播**************************/

.Area.cut03{ padding-bottom:0px; padding-top:0px; margin-bottom:-40px; overflow:hidden;position:relative;}
.Area.cut03 .mainArea {padding:50px 0px 20px 0px; background-size:100%; background-repeat:no-repeat;}
.activeOut{width:62%;position:relative;margin:10px auto 0 auto;z-index:2;overflow:hidden;padding-bottom:30px; padding-left:3px;}
.activeOut .active_box{width:100%;float:left; position:relative; }
.activeOut .box_acty{overflow:hidden;border:4px solid #5e5bb7;background:#5e5bb7;  border-radius:10px;}
.activeOut .box_acty .swiper-wrapper{width:100%;border-radius:20px;} 
.activeOut .box_acty .swiper-wrapper  .swiper-slide{display:block; margin:0vw 0vw 0vw 0vw ;border-radius:10px;} 
.activeOut .box_acty .swiper-wrapper  .swiper-slide  img{width:100%;display:block;border-radius:5px;} 


.activeOut .button { background-color:rgba(255,255,255,0.9); box-shadow:0 0 0 10px rgba(255,255,255,0.9), 0 0 15px 10px rgba(0,0,0,0.1); position:absolute;top:135px;}
.activeOut .swiper-button-next, 
.activeOut .swiper-button-prev {display:block;opacity:0;}
.activeOut .swiper-button-next,
.activeOut .swiper-button-prev {}
.activeOut:hover .swiper-button-next, 
.activeOut:hover .swiper-button-prev { display: block;opacity:1;}
.activeOut .swiper-button-next{
     right: 12px !important; 
}
.activeOut .swiper-button-prev  {
    left: 12px !important; 
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -23px !important;
    width: 100%;
}


@media screen and (max-width:767px){

	.Area.cut03{ padding-bottom:2.5vw; margin-bottom:0px; padding-top:5.5vw;}
	.Area.cut03 .mainArea {padding:3vw 0px 1vw 0px; background-image:none ! important;}
	.activeOut{width:93.5%;margin:0vw auto 0 auto;padding-bottom:0vw;padding-left:0px;}
	.activeOut .active_box{width:100%;padding-bottom:4vw;}
	.activeOut .box_acty{border-width:2px; border-radius:10px;}
	.activeOut .box_acty .swiper-wrapper{width:100%;border-width:0.3vw;border-radius:10px;} 
	.activeOut .box_acty .swiper-wrapper  .swiper-slide{display:block; margin:0vw 0vw 0vw 0vw ;border-radius:10px;} 
	.activeOut .box_acty .swiper-wrapper  .swiper-slide  img{width:100%;display:block;border-radius:7px;} 

	.activeOut .swiper-button-next, 
	.activeOut .swiper-button-prev {display:none;opacity:0;}
	.activeOut .swiper-button-next,
	.activeOut .swiper-button-prev {}
	.activeOut:hover .swiper-button-next, 
	.activeOut:hover .swiper-button-prev {display:none;opacity:0;}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: -5px !important;
		width: 100%;
	}
	.swiper-pagination-bullet { width: 6px; height: 6px;}
	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {margin:3px}	
	.Area.cut03 .brightnessbg{display:block;height:35vw;z-index:0;}

}



/*****************看更多指定商品**********************/



.btn_99{display:block; width:360px; margin:80px auto 80px auto; z-index:9; position:relative;}
.btn_99 img{ width:100%; }
@media screen and (max-width:767px){
	.btn_99{display:block; width:55%; margin:10vw auto 5vw auto;}
	
}	


/*****************************************************************/

.apple_txt{z-index:9;text-align:center; width:100%; padding:20px 0px; margin:30px 0px;color:#5e5bb7;font-size:14px; position:relative;}
.apple_txt p{width:90%;display:block;margin:0 auto;}	
@media screen and (max-width:767px){
	.apple_txt{padding:5vw 0vw 10vw 0vw; font-size:12px; margin:0px 0px; }
	
}	


/*********浮層框***********************/		
	
.blackBox.agree_more .box .content {float:left;width:100%;display:block;/*overflow-y:scroll;overflow-x:hidden; */max-height:600px;}/*max-height要設定-給抽mo幣查詢用*/
.blackBox.agree_more .box .content p{text-align:left;font-size:20px;  margin:0px 0px 10px 0px;}
.blackBox.agree_more .box img.pic{ display:block;  width: 70%;margin:10px auto; float:none;}

.blackBox.agree_more .box   ul{ width: 100%;list-style: none; overflow: hidden; padding: 0; margin:0; background-color: #eee;}
.blackBox.agree_more .box   ul  li{width: calc(100%/2); float: left; text-align: center; font-size:19px; font-family:"微軟正黑體";color: #333;padding:11px 0px;cursor:pointer; font-weight:bold;border-right:1px solid #ccc;border-bottom:1px solid #ccc;}


.blackBox.agree_more .box   ul.menuBox2  li span{display:inline-block;color: #333; }
.blackBox.agree_more .box   ul.menuBox3  li span{display:block;color: #333; }
.blackBox.agree_more .box   ul li.click{background:#f51490; color:#fff;}
.blackBox.agree_more .box   ul li.click span{color: #fff;}


.tab{padding:8px 5px !important; }
.tab01{font-weight:bold;color:#000;width:150px;}
.tab02{padding:10px 5px !important; width:150px;}
.tab.tab02 a{background:#f51490;color:#fff; padding:3px 12px; border-radius:50px;display: inline-block;margin:3px 5px;}
.tab.tab02 img{width:40%;}
.tab.tab03 a{background:#f51490;color:#fff; padding:3px 12px; border-radius:50px;display: inline-block;margin:3px 5px;}
.tab.tab03{text-align:left !important; }

.blackBox tr{padding:5px 0px; }
.blackBox td{padding:10px 0px;}


@media screen and (max-width:767px){
	
	.blackBox.agree_more .box .content{margin-top:1.5vw;max-height: 420px;}
	.blackBox.agree_more .box .content p{font-size:16px; margin:0px 0px 10px 0px;}
		
	.blackBox.agree_more .box  img.pic{width: 100%;margin:5px auto; float:none;}
	.blackBox.agree_more .box  img.pic.other{width: 100%;}
	.blackBox.agree_more .box  ul  li{float:left; text-align: center; font-size:1.01em;padding:2.4vw 0px;letter-spacing:-0.5px;font-weight:bold;}
	
	.blackBox.agree_more .box  img{ display:block; margin:2vw auto; float:none;}
	.blackBox.agree_more .box  img.pic{width: 100%;}
	.tab01{width:22%;}
	.tab02{width:18%;}
	.tab03{width:55%;}
	.tab.tab02 a{padding:5px 15px; }
	.tab.tab02 img{width:65%;}
	
	.blackBox.agree_more .box   ul.menuBox2  li span{display:block;font-size:0.9em;}
	


}	


	
