﻿@charset "utf-8";
/* CSS Document */
/* --------------------------------------
 *                共用元件
 * -------------------------------------- */
/*基本*/
.parent{
    position:relative;
    z-index:1;
}
.child{
    position:absolute;
    z-index:2;
}
.child:hover{
    width:270px; 
    height:270px;

}
body { 
  margin     : 0; 
  padding    : 0;
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, Arial, sans-serif ;
} 
.clearfix:before, .clearfix:after {   
    content:"";   
    display:table;   
}   
.clearfix:after{   
    clear:both;   
    overflow:hidden;   
}   
.clearfix{   
    *zoom:1;   
}
/*------共用--區塊_all------*/
.WRAPPER {position:relative; display:inline-block; margin:0; padding:0; overflow:hidden; width:100%;}
.WRAPPER * {-webkit-box-sizing:border-box; box-sizing:border-box;}
.WRAPPER img {  width:100%;  height:auto;}
.mainKv{max-width: 1240px; margin: 0 auto; position: relative;}
.category{max-width: 1240px; margin: 0 auto; position: relative;}

.forWeb{display: block;}
.forPhone {display:none;}
.mobile{ display: none; }
.head{width: 1240px; margin: 0 auto;}
.logo{width: 134px; display: inline-block; cursor: pointer;}
.fb-btn{padding: 18px 0PX; float: right;}
.linetest{
  display: inline-block;
  width: 69px;
  height: 28px;
  float: right;
  margin:18px 5px;
}
.linetest img{
  height: 28px;
  width: auto;
}
@media screen and (max-width:1200px){ 
	.WRAPPER{background-size:100%;} 
	.forWeb{display: none;}
	.forPhone {display: block;}
	.mobile{ display: block; }
	.mainKv img {max-width:100%;height:auto !important;}
	.category{width: 128%; overflow: hidden; margin-left: -13%;}
	.category img {max-width:100%;height:auto !important;}
}

/*左邊menu*/
.ui-toolbar,.ui-toolbar a{ font-family:Verdana, Geneva, sans-serif;}
.ui-toolbar a:hover{text-decoration:none;}
.b-arrow-r,.b-arrow-l{background:url("arrow.png") no-repeat;border-radius: 0px 8px 8px 0px}
.ui-btn{
    font-family:"Microsoft jhenghei", Arial, Helvetica, sans-serif;
    width:40px;
    height:40px;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    cursor:pointer;opacity:0.9;
    filter:alpha(opacity=90);
    -moz-opacity:0.9;
    text-align:right;
    background-color:#2d2d2d;
    display:block;
    margin-bottom:5px;}
.ui-btn:hover{background-color:#838383;}
.b-arrow-r{background-position:-40px 0;}
.b-arrow-l{background-position:0 0;}
.ui-toolbar{display:block;position:absolute;top:80px;width:123px;z-index:999;}
.ui-toolbar{ left:0;}

@media screen and (max-width:1200px){ 
    .RmenuArrow, .RmenuBox, .ui-toolbar  { display: none !important; }
}

/*menu_box*/
.menu_box{font-family:Arial,"Microsoft jhenghei", Helvetica, sans-serif;text-align:center;font-size:15px;top:70px;z-index:10000;background:rgba(0, 0, 0, 0.63);padding:4px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;width:118px;-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);-webkit-transition:transform .25s;-moz-transition:transform .25s;transition:transform .25s;}
.menu_box2{font-family:Arial,"Microsoft jhenghei", Helvetica, sans-serif;text-align:center;font-size:15px;top:70px;z-index:10000;background:rgba(0, 0, 0, 0);padding:4px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;width:118px;-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);-webkit-transition:transform .25s;-moz-transition:transform .25s;transition:transform .25s;}
.menu_box dl,.menu_box dd,.menu_box ul{margin:0;padding:0;}
.menu_box dd a{line-height:18px;display:block;margin:0 0 5px;}
.menu_box li,.menu_box .s_sub,.menu_box .site_evt li a{margin:0;padding:1px 0;}
.site_evt li a{margin:0;padding:4px 0;}
.menu_box .head{margin:0px auto 0;}
.menu_box .head a{display:block;width:110px;height:110px;}
.menu_box .s_sub dt{border-bottom:solid 1px #d3d3d3;font-size:18px;margin:5px;color:#fff;text-align:center;line-height:30px;}
.menu_box .s_sub d{font-size:18px;margin:5px;color:#fff;text-align:center;line-height:30px;}
.menu_box .menu_list{margin:0 0 3px;}
.menu_box .menu_list li a{font-size:15px;color:#e2e2e2;letter-spacing:2px;background:transparent;margin:4px;padding:0 4px;height:18px;overflow:hidden;}
.menu_box .menu_list li a:hover{background:#e2e2e2;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#000;}
.menu_box .menu_list1{margin:0 -8px 3px;}
.menu_box .menu_list1 li a{font-size:15px;color:#e2e2e2;letter-spacing:2px;background:transparent;margin:5px;padding:0 4px;height:18px;overflow:hidden;}
.menu_box .menu_list1 li a:hover{background:#e2e2e2;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#000;}
.menu_box .site_evt li{margin:-4px 0 -11px 0;}
.menu_box ul,.site_evt2{list-style:none;}


/*ui-toolbar*/
.ui-toolbar .menu_box{ margin-left:5px;}
.ui-toolbar .ui-btn.b-arrow-l,.ui-toolbar .ui-btn.b-arrow-r{left:0;}
.ui-toolbar.s_close .b-arrow-r,.ui-toolbar .b-arrow-l{display:block;}
.ui-toolbar.s_close .b-arrow-l,.ui-toolbar .b-arrow-r{display:none;}

.ui-toolbar.s_close .menu_box{-webkit-transform:translateX(-105%);-moz-transform:translateX(-105%);transform:translateX(-105%);}

.ui-toolbar .s_main dd>a{font-size:18px;color:#000;background:#e2e2e2;line-height:30px;}
.ui-toolbar .s_main dd>a:hover{background:#000;color:#fff;}
.ui-toolbar .menu_box .site_evt li{width:110px;height:46px;}

.ui-toolbar .menu_box2{ margin-left:5px;}
.ui-toolbar .ui-btn.b-arrow-l,.ui-toolbar .ui-btn.b-arrow-r{left:0;}
.ui-toolbar.s_close .b-arrow-r,.ui-toolbar .b-arrow-l{display:block;}
.ui-toolbar.s_close .b-arrow-l,.ui-toolbar .b-arrow-r{display:none;}

.ui-toolbar.s_close .menu_box2{-webkit-transform:translateX(-105%);-moz-transform:translateX(-105%);transform:translateX(-105%);}

.ui-toolbar .s_main dd>a{font-size:18px;color:#000;background:#e2e2e2;line-height:30px;}
.ui-toolbar .s_main dd>a:hover{background:#000;color:#fff;}
.ui-toolbar .menu_box2 .site_evt li{width:110px;height:46px;}
.site_evt2 li{margin:0;padding:0 0 5px;}
.site_evt3 li{margin:0;padding:0 -2px 0 10px;width:110px;height:110px;}

/********* 手機back to top 按鈕 *********/	
.toTopbtn { 
	display:none;
	position:fixed; 
	z-index:999;
	width:45px;
    height:45px;
	padding:3px; 
	font:13px/30px Arial, Helvetica, sans-serif; 
	line-height: 50px;
	text-align:center; 
	color:#fff;  
	background-color:rgba(164,164,164,0.7); 
	cursor:pointer;
	opacity: 1;
	 filter: alpha(opacity=80);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
	border-radius:100%; 
}
.toTopbtn::before { 
	content: ""; 
	position:absolute; 
	top:6px; 
	left:17px; 
	border: 5px solid #000;
	border-color: transparent transparent #fff; 
}
@media screen and (max-width:768px){
.toTopbtn { 
	position:fixed;
	bottom: 9%;
	right: 3%;}
	
	}
/********* END// 手機back to top 按鈕 *********/
/********* 手機板下方menu *********/
@media only screen and (max-width: 1200px){
.flip, .flip2, .flip3, .flip4{
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	margin:0px;
	padding:5px 0 0 0;
	text-align:center;
	background: transparent -webkit-gradient(linear,left top,left bottom,from(#3b619a),to(#121143)) 0 0 no-repeat padding-box;
	color: #feface;
	cursor:pointer;
	font-family:'Arial','微軟正黑體';
	position:fixed;bottom:0;
	width:calc(100%/4);
	z-index: 999;
	}
.flip2{left:calc(100%/4);}
.flip3{right:calc(100%/4);}   
.flip4{right:0;} 

.flip a{color: #feface;}
.flip a:active{color: #feface;}
.flip2 a{color: #feface;}
.flip2 a:active{color: #feface;}
.flip3 a{color: #feface;}
.flip3 a:active{color: #feface;}
.flip4 a{color: #feface;}
.flip4 a:active{color: #feface;}

.tab-icon {
    background-image: url(bottom_tab-off01.png?t=220811);
	background-position: center;
    background-repeat: no-repeat;
    background-size: 35px 26px;
    width: 35px;
    height: 26px;
    margin: 2px auto 0;
	}
.tab-icon2 {
    background-image: url(bottom_tab-off02.png?t=220811);
	background-position: center;
    background-repeat: no-repeat;
    background-size: 35px 26px;
    width: 35px;
    height: 26px;
    margin: 2px auto 0;
	}
.tab-icon3 {
    background-image: url(bottom_tab-off03.png?t=220811);
	background-position: center;
    background-repeat: no-repeat;
    background-size: 35px 26px;
    width: 35px;
    height: 26px;
    margin: 2px auto 0;
	}
.tab-icon4 {
    background-image: url(bottom_tab-off04.png?t=220811);
	background-position: center;
    background-repeat: no-repeat;
    background-size: 35px 26px;
    width: 35px;
    height: 26px;
    margin: 2px auto 0;
	}
.panel2{
	margin-bottom:55px;
	padding:10px 10px 15px;
	text-align:center;
	background-color: rgba(0,0,0,0.7);;
	border:solid 1px #c3c3c3;
	display:none;
	font-family:'Arial';
	font-size: 3.5vw;
	position:fixed;
	bottom:0;right: 0;
	width:100%;
	z-index: 888;
	clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 35% 95%, 38% 100%, 41% 95%, 0 95%);
	}
.panel2 li{
	width: 20vw;
    line-height: 6vw;
    margin: 1vw 0.5vw;
    padding: 1vw;
    background: #F8C136;
    border-radius: 3px;
    list-style: none;
    display: inline-block;
	}
.panel2 li a{
	color: #102f4b;
	}
.panel3{
	margin-bottom:55px;
	padding:10px 10px 15px;
	text-align:center;
	background-color: rgba(15,48,74,0.7);;
	border:solid 1px #c3c3c3;
	display:none;
	font-family:'Arial';
	font-size: 3.5vw;
	position:fixed;
	bottom:0;right: 0;
	width:100%;
	z-index: 888;
	clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 81% 95%, 83% 100%, 85% 95%, 0 95%);
	}
.panel3 li{
	width: 20vw;
    line-height: 6vw;
    margin: 1vw 0.5vw;
    padding: 1vw;
    background: #F8C136;
    border-radius: 3px;
    list-style: none;
    display: inline-block;
	}
.panel3 li a{
	color: #102f4b;
	}
}
/********* END手機板下方menu *********/	
/* --------------------------------------
 *                背景
 * -------------------------------------- */
/*PC背景*/
.bg1240{ position: relative; background: url() no-repeat top center; }
.rulebg { position: relative; background:url() repeat #63c8e1; padding: 30px 2px;}
.bg01 { position: relative; background:url("../../images/") no-repeat  center  #f3f2f5;padding-top: 46px;}
.bg02 { position: relative; background:url("../../images/") no-repeat  center #f8f8f8;padding: 40px 0 ;}


.sectionBg{/*底下套版背景*/
	text-align:center;
	padding: 0 0 0px;
	background: url(../../images/bg_03.jpg) #eedd65 repeat top center ;
}

.sectionBg.weekly{padding: 0 0 50px;}
/*Phone背景*/
@media screen and (max-width:1240px){ 
	.bg01{padding-top: 8vw;}
	.bg02{ 
		background-image:url(../../images) ;
		background-size:100%;
    	background-position: top center;
    	padding: 2vw 0;
	}
	
	.bgm02{ 
		background-image:url(../../images/bgm_02.jpg) ;
		background-size:100%;
    	background-position: top center;
    	background-color: #a9e4e9;
	}
	.sectionBg{
		padding: 0;
        background: url() repeat top center ;
		background-color: #0e71b5;
	}	

	.fin{padding: 0 0 8vw;}
}

/* --------------------------------------
 *                Footer
 * -------------------------------------- */
.footer { padding: 10px 0px; font-size: 12px; line-height: 14px; background: #FFF; }
.footer p { margin: 0px; text-align: center; }
.footer a {	color: #0072ff; text-decoration: none; }
.footer a:hover { color:#0072ff; text-decoration: underline; }
.copyright { font-size: 10px; color: #6f6f6f}
.footerbox{width: 1240px; margin: 0 auto;}
@media screen and (max-width:1240px){ 
	.footerbox{width: 100%; margin: 0 auto;}
}



/********* 右側menu *********/
.RmenuArrow {
    position: fixed;
    width: 40px;
    z-index: 999;
    top: 80px;
    right: 0;
    cursor: pointer;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    margin-bottom: 1px;
    text-align: right;
    background-color: #2d2d2d;
	border-radius: 8px 0 0 8px;
}
.RmenuArrow:hover {
    background-color: #565656;
}
#RMenuIn {
    display: none;
}
.RmenuBox {
    width: 122px;
    position: fixed;
    z-index: 10000;
    top: 124px;
    right: 0;
    background-color:#0d5397;
	border-radius: 8px 0px 0px 8px;
	font-family: Verdana,'微軟正黑體';
	
}
.RmenuBox ul{padding:0; margin:0;}
.RmenuBox li {
    width: 100%;
    text-align: center;
	list-style:none;
	padding:0;
	margin:0;
}
.RmenuBox li a{
    color: #fff;
    display: block;
    padding: 3px 3px;
    border-radius: 2px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.RmenuBox p{margin:0; }
.RMenuBtn, #RmenuTop a {
    width: 100%;
    text-align: center;
    padding: 12px 5px 8px;
    margin-bottom: 1px;
    font-size: 14px;
	line-height: 20px;
    cursor: pointer;
    position: relative;
    color: #fff;
}
.RMenuBtn:hover, li.nav-active, li.nav-active p {
    background-color: #96dad7;
    color: #101010;
	border-radius: 16px;
}
.RMenuBtn::before {
    content: '';
    position: absolute;
    width: 86%;
    height: 1px;
    bottom: -4px;
    right: 7%;
    background: #000;
	opacity: 0.3;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    z-index: 9999;
}
.RmenuTop::before {
    height: 0;
}
.topArrow {
    width: 20px;
    height: 20px;
    vertical-align: -2px;
}
.RmenuTop {
    padding: 5px 8px 8px 0;
}
/********* END/右側menu *********/

/********* 手機板上方menu *********/
.mFixed {
    position: fixed;
    top: -1px !important;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.scroll_mob::-webkit-scrollbar {
    height: 0px
}
.scroll_pc::-webkit-scrollbar {
    height: 0px
}
.scroll_pc::-webkit-scrollbar-track {
    background-color: #EAEAEA;
}
 
.scroll_pc::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 0px solid slategrey;
}
#menu {
    width: 100%;
    height: 30px;
    z-index: 999;
    text-align: center;
    color: #fff;
    font-size: 15px;
	font-family: '微軟正黑體';
    line-height: 20px;
    padding: 2px 5px;
	background:cornflowerblue;
    border-bottom: 0px solid #eee;
    transition: 0s;
    -webkit-transition: 0s;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space:nowrap;
}
#menu a {
    color: #fff;
}
#menu span {
    vertical-align: baseline;
    font-weight: normal;
    color: #fff;
}
#menu .btn-bottom {
    height: 100%;
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: auto;
    padding:2px 3px;
    white-space:nowrap;
}

#menu .btn-bottom:nth-last-child(1)::before {
    width: 0px;
}
@media only screen and (max-width: 1200px) {
    .RmenuArrow, .RmenuBox  { display: none !important; }	
}
/********* END手機板上方menu *********/	

/* --------------------------------------
 *              套版 基本版型
 * -------------------------------------- */
.pdlayout_boder{width: 1330px; margin: 0px auto; padding: 0 0 4px; background: url("bg_green2.jpg?t=230120") repeat top center; border-radius: 0px 0px 30px 30px;}
.pdlayout_boder.part2{width: 1370px; background: url("bg_yellow.jpg?t=230120") repeat top center; border-radius: 0px 0px 30px 30px;}
.pdlayout_boder.part3{width: 1370px; background: url("bg_blue.jpg?t=230120") repeat top center; border-radius: 0px 0px 30px 30px;}
.pdlayout{width: 1240px;margin: 0 auto ; padding:10px; 	}
.pd{float:left; display:inline-block; position:relative; margin:0; padding:0; text-align: center;font-family: Verdana,'微軟正黑體';border-radius: 0px; }
.pd{background:#fff;}/*url("A3pd-bg.jpg") no-repeat top center*/
.imgbox{padding:0px;  position: relative;}
.imgbox img{width: 100%; height: auto;}
.pdtitle{display: block;height: 35px;margin: 3px 10px;color: #fff;line-height: 33px;overflow: hidden;}
.pdtitle01{display: block;height: 35px;margin: 3px 0px;color: #fff;font-size: 19px;line-height: 33px;overflow: hidden;background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fd7a65), to(#fd7a65)) 0px 0px no-repeat padding-box padding-box transparent;font-weight: bold;}
.pdtitle02{display: block;height: 35px;margin: 3px 0px;color: #fff;font-size: 19px;line-height: 33px;overflow: hidden;background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b4b172), to(#b4b172)) 0px 0px no-repeat padding-box padding-box transparent;font-weight: bold;}
.pdtitlea{display: none;}
.pdtitle_pic{width: 297px;height: 400px; display:inline-block; margin:4px; padding:0; text-align: center; vertical-align: center;overflow: hidden; float:left;}
.pdtitle_pic2{width: 297px;height: 366px; display:inline-block; margin:4px; padding:0; text-align: center; vertical-align: center;overflow: hidden;}

.price{display:block; color: #f04c42;font-size:20px;line-height: 24px;font-weight: bold;position: relative;	top:6px;padding:0 10px 20px;}
.price b{font-size:30px;letter-spacing:-1px;position: relative;top: 3px;}
.price c{font-size: 18px; line-height: 24px;position: relative;text-decoration: line-through;color: #9b9b9b;font-weight: lighter;padding-right: 4px;}
.price img{width:58px; margin: 0 0 6px 6px;}
/*店名*/
.pd_store {width: 402px;margin: 8px 0px;display: inline-block;}/*店名display: inline-block;*/
.pd_store_storename {position: absolute;font-size: 14px;color: #061420;text-align: left;top: 10px;left: 38px;}
.pd_storea{display: none;}
.pdlayout .pd:hover { -webkit-transform:translateY(-3px); -moz-transform:translateY(-3px); -ms-transform:translateY(-3px); -o-transform:translateY(-3px); transform:translateY(-3px); transition-duration: .3s;}
.pdlayout .pd:hover { box-shadow:0 0px 10px rgba(0,0,0,0.1);}
.content_A {
    width: 1240px;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
	background-color: #f8c25e;
	border-radius:0px;
}
.content_B {
    width: 1240px;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
	background-color: #ff4957;
	border-radius:0px;
}
.content_A3 {
    width: 1240px;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
	background-color: #ff8383;
	border-radius:0px;
}

@media (max-width: 768px) {
	.pdlayout_boder{width: 100%;margin: 0 auto;padding: 0; border-radius: 0px;background:#e21e51;border: solid 2px #e21e51;}

	.imgbox{padding: 10px;}
    .pdtitle{display: block;height:6vw;margin:1px 0;font-size: 3.5vw;line-height:6vw;overflow: hidden;font-weight: bold;}
.pdtitle01{display: block;height:6vw;margin:1px 0;color:#fff;font-size: 3.5vw;line-height:6vw;overflow: hidden;font-weight: bold;}
.pdtitle02{display: block;height:6vw;margin:1px 0;color:#fff;font-size: 3.5vw;line-height:6vw;overflow: hidden;font-weight: bold;}
	.pdtitle_pic2{width: 100%;height: 67vw;overflow: hidden;padding: 0;margin: 0; background-color: #cb986a;}
	.pdtitle_pic{width: 49%; height: 73vw; overflow: hidden; padding: 0.5vw 0 ; margin: 0.5vw  0.5vw 0; }
	.name{display:block;padding:1vw;margin: 1px 0;color:#1c1c1c;font-size:4vw;line-height:5vw;height: 11vw;overflow:hidden;}
	.price{display: block;font-size: 3vw;line-height:6vw;font-weight: bold;padding:1vw 0; top: inherit;}
	.price b {font-size: 5vw;letter-spacing: -1px;top:-0.5vw;}
	.price c {font-size: 3vw;line-height:6vw;top: inherit;}
	.price img{width: 10vw; margin: 0 0 1vw 2vw;}
    .pd_store_storename {
    position: absolute;
    font-size: 2.5vw;
    color: #061420;
    text-align: left;
    top: 1vw;
    left: 8.5vw;
    overflow: hidden;
    padding-top: 0.5vw;
    }
    .pd_store{
        display:inline-block;/*m版店名隱藏none; 顯示inline-block*/
        width: 180%;
        margin: 4px 0px;
    }
	.content_A {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 4px;
	border-radius: 0px;
	background-size: 100%;
}
	.content_B {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 4px;
	border-radius: 0px;
	background-size: 100%;
}
	.content_A3 {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 4px;
	border-radius: 0px;
	background-size: 100%;
}
}
/* --------------------------------------
 *            幾個一排 套版
 * -------------------------------------- */
/*1排3品*/
.pccol3 .pd { width: calc(1240px /3 - 15px);  margin: 4px;}
.pccol3 .pd .imgbox img{width: 320px; height: 320px;}
.pccol3 .featured_pd { width: calc(1240px /3 - 15px);  margin:4px 4px 30px;padding: 20px 0; border-radius:30px;}
.pccol3 .featured_pd .featured_imgbox img{width: 320px; height: 320px;}
/*1排4品*/
.pccol4 .pd { width: calc(1240px /4 - 13px); margin: 4px;}
.pccol4 .pd .imgbox img{width: 270px; height: 270px;}
/*1排3品左標圖*/
.pccol3r .pd { width: calc(1240px /4 - 13px); margin: 4px; float: left;}
.pccol3r .pd .imgbox img{width: 270px; height: 270px;}
/*1排7品*/
.pccol7 .pd { width: calc(1240px /7 - 11px); margin: 4px;}
.pccol7 .pd .imgbox img{width: 100%;}
/*1排6品*/
.pccol6 .pd { width: calc(100%/6 - 8px); margin: 4px;}
.pccol6 .pd .imgbox img{width: 100%;}

/*幾個一套手機版*/
@media (max-width: 768px) {
        .pccol3 .pd .imgbox img, .pccol4 .pd .imgbox img,.pccol3 .featured_pd .featured_imgbox img{width: 100%; height:inherit;}
        /*1排1品*/
        .mcol1 .pd { width: calc(100%/1 - 1.5vw);margin: 0.7vw;display: inline-block;}
        .mcol1 .featured_pd { width: calc(100%/1 - 1.5vw);margin:2vw 0.7vw 7vw;display: inline-block;padding: 1vw 0px;}
        /*1排2品*/
        .mcol2 .pd { width: calc(100%/2 - 1.5vw);margin: 0.7vw;display: inline-block;border-radius: 1vw 1vw 1vw 1vw;}
        /*1排3品*/
        .mcol3 .pd { width: calc(100%/3 - 1.5vw);margin: 0.7vw;display: inline-block;}
        .pccol3 .pd .imgbox img{width: 100%; height:inherit;}
		/*1排2品左標圖*/
        .mcol2r .pd { width: calc(100%/2 - 1.5vw);margin: 0.7vw;display: inline-block;}
		.pccol3r .pd .imgbox img{width: 100%; height:inherit;}
}
/*END/三個一排套手機版*/


/* --------------------------------------
 *             兩個一組 四個一排 套版
 * -------------------------------------- */
.store{
    width: 590px;
    display: inline-block;
    position: relative;
    background: #0553b0;
    border: 3px solid #0553b0;
    margin: 0px 2px 12px 2px;
}

.store_name {
    width: 576px;
    padding: 2px 0;
    display: inline-block;
}
.store_name img:hover{
	-webkit-filter: saturate(150%); /* Safari */
    filter: saturate(150%);
}
.store_nameb{
    width:576px;
    height: 70px;
    display:inline-block;
    background: url("storename.png") no-repeat;
    font-size: 28px;
    font-weight: bold;
    font-family: '微軟正黑體';
    color: #5e5e5e;
}
.discoutstorename{position: absolute;left: 80px;top: 22px;text-align: right;font-size: 28px;font-weight: bold;font-family: '微軟正黑體';color:#5e5e5e;}
.store > .pd{text-align: center;width: 284px;height: 364px;display: inline-block;margin: 4px;background: no-repeat center top #fff;font-family: Verdana,'微軟正黑體';float: left;}
.store > .pd .imgbox img{width: 270px; height: 270px;}
.store .name{
display: block;
    height: 50px;
    margin-bottom: 0px;
    color: #1c1c1c;
    font-size: 19px;
    line-height: 24px;
    overflow: hidden;
}
.subtitle {
    display: none;
    height: 35px;
    margin-bottom: 3px;
    color: #506e59;
    font-size: 19px;
    line-height: 33px;
    overflow: hidden;
    background-color: #ceebd7;
    font-weight: bold;
}
.store .price sss {
    font-size: 15px;
    color: #9b9b9b;
    position: relative;
    top: 1px;
    padding-right: 5px;
}
.store .price sale {
    font-size: 20px;
    position: relative;
    top: 2px;
}
.store .price b {
    font-size: 30px;
    letter-spacing: -1px;
    position: relative;
    top: -5px;
}
/*兩個一組 套版手機版*/
@media (max-width: 768px) {
	.store{width:100%;display: inline-block;position: relative;margin: 1vw auto;}
	.store_name{width:99%;display:inline-block;}
    .store_nameb{
        width: 99%;
        height: 40px;
        display:inline-block;
        background: url("storename.png") no-repeat;
        background-size: contain;
        font-size: 20px;
        font-weight: bold;
        font-family: '微軟正黑體';
        color: #5e5e5e;
}
    .discoutstorename{position: absolute;left: 13vw;top: 3.5vw;text-align: right;font-size:4.7vw;font-weight: bold;font-family: '微軟正黑體';}
	.store .pd {text-align: center;width:calc(100%/2 - 1.4vw);height: 100%;margin: 0.7vw;display: inline-block;min-height: 100px;}
	.store .pd{background: #fff;}	
    .store .pd .imgbox img{width: 100%; height:inherit;}
    .subtitle {
    display: none;
    height: 7vw;
    font-size: 4vw;
    line-height: 6.5vw;
    font-weight: bold;
    margin: 1px 0px;
    overflow: hidden;
    }
    .store .name {
    display: block;
    font-size: 4vw;
    line-height: 5.5vw;
    height: 10.5vw;
    padding: 0px;
    margin: 1px 0px;
    overflow: hidden;
    }
    .store .price {
    display: block;
    font-size: 3.6vw;
    line-height: 7vw;
    font-weight: bold;
    top: 1vw;
    }
    .store .price sss {
    font-size: 3.2vw;
    position: relative;

    top: 0vw;
    padding-right: 1vw;
    }
    .store .price sale {
    font-size: 3.6vw;
    top: 0vw;
    }
    .store .price b {
    font-size: 5.5vw;
    letter-spacing: -1px;
    top: -0.8vw;
    }
}
/*END/套版手機版*/

/* --------------------------------------
 *             套版 各種標籤
 * -------------------------------------- */
/*限量*/
.limited:before{
    content: '';
    position: absolute;
    left: 232px;
    top: 244px;
    background:url("limited.png") no-repeat;
    width: 49px;
    height: 28px;
}
@media (max-width: 768px) {
    .limited:before{background-size: 80%;top:42.5vw;left: 37vw;}
}
/*金選*/
.goldseller:before{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    background:url("goldseller.png") no-repeat;
    width: 100%;
    height:100%;
}
@media (max-width: 768px) {
    .goldseller:before{background-size: 30%;}
}
/*商城*/
.storeshop:before{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    background:url("storeshop.png") no-repeat;
    width: 100%;
    height:100%;
}
@media (max-width: 768px) {
    .storeshop:before{background-size: 23%;}
}
/*沒有金選也沒有商城*/
.leftno:before{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    background: no-repeat;
    width: 100%;
    height:100%;
}
@media (max-width: 768px) {
    .leftno:before{background-size: 30%;}
}
/*右上角*/
.pd_righttop_sticker {
    top: 0px;
    right: 0px;
    position: absolute;
    z-index: 5;
}
.pd_righttop_sticker1{
    display: none;
}
.pd_righttop_text {
    position: relative;
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    color: #fff992;
    text-align: center;
    display: block;
    bottom: 75px;
}
.pd_righttop_text dd{font-size: 25px;}
@media screen and (max-width: 768px){
    .pd_righttop_sticker {
        top: 0;
        right: 0%;
        position: absolute;
        z-index: 5;
        width: 38%;
    }
    .pd_righttop_sticker img {
    width: 100%;
    height: auto;
    }
    .pd_righttop_text {
    position: relative;
    font-size: 3.5vw;
    line-height: 4.5vw;
    text-align: center;
    display: block;
    bottom: 11vw;
    }
    .pd_righttop_text dd{font-size: 4.5vw;}
    .mcol3 .pd_righttop_text{font-size: 2vw;bottom: 7vw;line-height: 3vw;}
    .mcol3 .pd_righttop_text dd{font-size: 2.5vw;}
}
/* --------------------------------------
 *             折價券 套版
 * -------------------------------------- */
.smallcoupon{ margin-bottom:0px; width: 1240px; margin: 0 auto;} 
.smallcoupon ul {margin:10px 0px 0px 10px; padding:0;}
.smallcoupon ul li { display:inline-block; float: left; position:relative; margin:0px 8px 12px 0px; padding:0px 0px 0px 0px; width:394px; height:300px; list-style: none outside none; background:#e8e8e8;box-shadow: 0px 0px 3px 0px rgba(0%,0%,0%,0.15);}
.smallcoupon ul li a {text-decoration:none; cursor:pointer; display:block;}
.smallcoupon ul li a .imgArea { display:inline-block;}

.right_pd_img{display:block; width:150px; height:150px; margin: 0px 10px 7px 10px; padding:5px; background-color:#eeeeee;}
 .right_pd_img img{width: 140px; height: 140px;}
.smallcoupon ul li a .boxArea { margin:0; display:inline-block; width:215px; height:180px; padding: 10px 0 0; }
.smallcoupon ul li a h3 { margin:5px 0px; padding:5px 0px; height:45px;font: bold 18px/20px "微軟正黑體","Microsoft JhengHei",Helvetica;text-align: center;color: #000; letter-spacing:-0.03em; overflow: hidden;}
.smallcoupon ul li a h4 { margin:0px auto; padding-top:35px; height: 65px;font: 24px/25px "微軟正黑體","Microsoft JhengHei",Helvetica;text-align: center;color:#3b3b3b; border-top:solid 1px #999; float:right;}
.smallcoupon ul li:hover a h4 {}
.smallcoupon ul li a p { margin:10px auto 0px; padding:0px;;height: 33px;text-align: center; color:#ffff00;}
.smallcoupon ul li a p del { padding-right:5px; font: 14px/20px Century Gothic; color:#5e5e5e;}
.smallcoupon ul li a p b { font: bold 17px/20px "微軟正黑體","Microsoft JhengHei",Helvetica; color:#db2471; letter-spacing:-1px;}
.smallcoupon ul li a p small { font: bold 17px/20px "微軟正黑體","Microsoft JhengHei",Helvetica; color:#db2471; letter-spacing:-1px;}
.smallcoupon ul li a p .money { font: bold 19px/26px Century Gothic; color:#db2471;}
.smallcoupon ul li a p .Price { font: 52px/60px Verdana; font-weight: bold;  color:#db2471;letter-spacing:-0.05em;}
.smallcoupon ul li .btnClick { font: 30px/30px Verdana;  width:350px; height:54px;margin:0px auto; background-image: url("btn_code_s.png?t=220811"); background-position:center; background-color:#000; color: #ffff00; float:inherit;padding:0px; cursor: pointer; border: none;}
.smallcoupon ul li .btnClick:hover {background-color:#db2471; color: #fff;}

.smallcoupon ul li .imgArea p{ margin:15px auto 0px auto; *margin-top:-10px; padding:0px;;width:272px;height: 33px;text-align: center; color:#ffff00; float:right}
.cplogo{height: 65px; line-height: 65px; font-weight: bold; color:#1da7fc;}
.cplogo img{width: 31px; height: 20px; display:inline-block;}

@media (max-width: 768px) {
    .smallcoupon{ margin-bottom:0px; width: 100%;} 
    .smallcoupon ul {margin:0px auto; padding:0;}
    .smallcoupon ul li { float:left; display:inline-block; position:relative; margin:0px 1px 12px 2px; padding:0px; width:calc(100%/3 - .2em); height:auto; list-style: none outside none; background:#e8e8e8;box-shadow: 0px 0px 3px 3px rgba(0%,0%,0%,0.15);}
    .smallcoupon ul li a {text-decoration:none; cursor:pointer; display:block}
    .smallcoupon ul li a .imgArea { display:block;}

    .right_pd_img{display:block; width:100%; height:100%; margin: 0px; padding:0px; background-color:#eeeeee;}
         .right_pd_img img{width:100%; height:100%;}
    .smallcoupon ul li a .boxArea { margin:0; display:inline-block; width:100%; height:auto; padding:10px 0 0; }
    .smallcoupon ul li a h3 { margin:0px; padding:0px; height: 20px;font: bold 13px/18px "微軟正黑體","Microsoft JhengHei",Helvetica;text-align: center;color: #000; letter-spacing:-0.03em; }
    .smallcoupon ul li a h4 { margin:0px auto; padding-top:10px; height: auto;font: 14px/15px "微軟正黑體","Microsoft JhengHei",Helvetica;text-align: center;color:#3b3b3b; border-top:solid 1px #999; float:inherit;}
    .smallcoupon ul li:hover a h4 {}
    .smallcoupon ul li a p { margin:10px auto 0px auto; padding:0px;height: auto;text-align: center; color:#fff;}
    .smallcoupon ul li a p del { padding-right:5px; font: 14px/20px Century Gothic; color:#5e5e5e;}
    .smallcoupon ul li a p b { font: bold 17px/20px "微軟正黑體","Microsoft JhengHei",Helvetica; color:#db2471; letter-spacing:-1px;}
    .smallcoupon ul li a p small { font: bold 17px/20px "微軟正黑體","Microsoft JhengHei",Helvetica; color:#db2471; letter-spacing:-1px;}
    .smallcoupon ul li a p .money { font: bold 19px/26px Century Gothic; color:#db2471;}
    .smallcoupon ul li a p .Price { font: 28px/30px Verdana; font-weight: bold; color:#db2471;letter-spacing:-0.05em;}
    .smallcoupon ul li .btnClick { font: 15px/4px Verdana; margin:0px auto; width:100%; height:100%; background-image: url("btn_code_m.png?t=220811"); background-size:contain; background-repeat: no-repeat; background-position:center; background-color:#db2471; float:inherit;padding:10px 0px 10px 13px;}
    .smallcoupon ul li .btnClick:hover{background-color:#db2471; color: #fff;}
    .smallcoupon ul li .imgArea p{ margin:15px auto 0px auto; *margin-top:-10px; padding:0px;;width:272px;height: 33px;text-align: center; color:#ffff00; float:right;}
    .cplogo{height: 100%; line-height:normal; font-size: 13px;}
    .cplogo img{width: 24px; height: auto; display:inline-block;}
}	
/* --------------------------------------
 *             更多好店 套版
 * -------------------------------------- */
.shoplist{
	width:1240px;
	margin:0 auto;
	padding:10px 0px 10px 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif, Microsoft JhengHei;
	}
.shoplist a{text-decoration:none;}
.list {
	width:398px;
	height:110px;
	text-align:center;
	font-weight:bold;
	background:#e52c2d;
	border:1px solid #fff;
	display:inline-block;
	margin:5px 4px;
}
.list_pic {
	float:right;
	background-color:#FFF;
	display:inline-block;
}
.list_pic img{width:108px; height: 108px;object-fit:cover; }
.list_cate {
    width: 267px;
    height: 25px;
    overflow: hidden;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    letter-spacing: 0px;
    text-align: center;
    padding: 3px 0px 0px;
    margin: 5px 10px 0px 10px;
    /*text-shadow: #fff 1px 2px;*/
}
.list_keyword {
    width: 267px;
    height: 36px;
    overflow: hidden;
    font-size: 28px;
    line-height: 32px;
    color: #fff8ac;
    letter-spacing: -1px;
    text-align: center;
    padding: 3px 0px;
    margin: 0px 10px 0px 10px;
    /*text-shadow: #fff 1px 2px;*/
}
.list_keyword span{
	font-size:26px;
    line-height:32px;
    vertical-align:bottom;
}
/*.list_keyword:before{
	content: url(search.png?t=220811);
}*/

.list_storeicon img{
	width: 23px;
	position: absolute;
	top: -1px;
	left: 0px;
}
.list_name {
    width: 267px;
    height: 22px;
    font-size: 19px;
    line-height: 22px;
    text-align: center;
    color: #8c8c8c;
    letter-spacing: 0px;
    padding: 0px 0;
    margin: 8px 10px 0px 10px;
    background: #FFFFFF;
    border-radius: 30px;
    position: relative;
	overflow: hidden;
}
.list_storeshop{
position: absolute;
width: 45px;
left: 0px;
z-index: 10;
}

.list_goldseller { 
position: absolute;
width: 86px;
left: -21px;
top:0px;
z-index: 10;
}
@media screen and (max-width:768px){
	.shoplist{
	  width:100%;
	  margin:0 auto;
	  padding:0 4px 6px;
	  text-align: center;
	}
	.shoplist a{text-decoration:none;}
	.list {
		width:calc(100%/2 - 1vw);
		height:50%;
		text-align:center;
		font-weight:bold;
		border: 1px solid #fff;
		margin:0.5vw auto;
	}
	.list_pic {
		float:right;
		background-color:#FFF;
		display:inline-block;
		width:38%;
		padding-top: 0;
		overflow: hidden;
	}
	.list_pic img{ 
		width:100%;
		height: 100%;
		object-fit:contain;
	}
    .list_cate {
    width: 60%;
    height: 4vw;
    font-size: 2.8vw;
    line-height: 6vw;
    overflow: hidden;
    letter-spacing: 0px;
    text-align: center;
    padding: 0px 1px;
    margin: 0px;
    /*text-shadow: #fff 1px 2px;*/
}
	.list_keyword {
    width: 60%;
    overflow: hidden;
    font-size: 3.8vw;
    line-height: 7vw;
    height: 6vw;
    letter-spacing: -0.5px;
    text-align: center;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 7px 0px;
    word-wrap: break-word;
    word-break: normal;
	}
    .list_keyword span{
	font-size:3.8vw;
    line-height:7vw;
    vertical-align:bottom;
}
	/*.list_keyword:before{
	content: url(search-m.png?t=220811);
	}*/
	
	
.list_storeicon img{
	width: 0%;
	position: absolute;
	top: 0.3vw;
	left: 0.6vw;
}
	.list_name {
    width: 60%;
    height: 4.5vw;
    font-size: 2.8vw;
    line-height: 5vw;
    text-align: center;
    border-radius: 0px 30px 30px 0px;
    letter-spacing: -1px;
    margin: 0vw 1vw 0vw 0vw;
	overflow: hidden;
		
	}
	.list_storeshop{
	position: absolute;
	width: 7vw;
	left: 2vw;
	top:0vw;
	z-index: 10;
}

.list_goldseller { 
	position: absolute;
	width: 10vw;
	left: 0vw;
	top:1.4vw;
	z-index: 10;
}

}
/*複製文字*/
button {
    -webkit-appearance: button;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: #eedfe0;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    background-color:transparent;
    box-sizing: border-box;
    margin: 0em;
    padding: 0px;
    border-width: 0px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
}
/*版頭*/
.maintop{width:1240px; margin: 0 auto; text-align: center; padding:0; position: relative;}
.event_allme{position: absolute;width: 403px;top:51%;right: 11%;}
.event_bank{position: absolute;width: 402px;top:70.5%;right: 11%;}
.pdlayout h1{font-size: 36px; text-align: center;padding: 30px 0 5px;color: #191919;}
.pdlayout h2 {
    font-size: 36px;
    text-align: center;
    padding: 12px 0 4px;
    font-weight: bold;
	color: #191919;
}

.new_pd{width:1240px;margin: 0 auto; text-align: center; padding:0; position: relative;/*display: flex;*/}
ul.new_pd{ margin: 30px auto; ;width: 1240px;padding: 20px 0;display: flex; flex-direction: column; flex-wrap: wrap; height: 600px; }
ul.new_pd .pdName {display: inline-block; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); margin-bottom: 20px; font-size: 40px;
 text-align: center; width: 100%;}
ul.new_pd .pdName2 {font-size: 2.2em;}
ul.new_pd .pdName span { font-size: 0.8em; position: relative; bottom: 5px; padding: 0 1px;}
.new_pd li{list-style: none;display: inline-block;}
.new_pd li:first-child {
    width: 600px;
    padding: 0;
    margin: 0;
    background: none;
}
.new_pd li {
    width: 210px;
    padding: 14px 18px ;
    margin: 6px 2px;
    background: white;
    border-radius: 20px;
    text-align: left;
	position: relative;
}
.new_pd li .name {
    font-size: 22px;
    color: #191919;
    line-height: 30px;
    height: auto;
}
.new_pd li .price{color: #f24c4c;font-size: 30px;line-height: 28px;padding: 0;}
.new_pd li .price c{color: #f24c4c;text-decoration: none;font-size: 18px;font-weight: bold;line-height: 18px;}
.new_pd li .price d{color: #f24c4c;text-decoration: none;font-size: 18px;font-weight: bold;line-height: 18px;padding-right: 0;}
.new_pd li span.more{font-size: 11px; color: #b9b9b9;line-height: 15px;float: right;}
.new_pd li span.more c{vertical-align: middle;padding: 2px;}


.iphone_price{width:1240px;margin: 0 auto; text-align: center; padding: 15px 0;position: relative;}
.iphone_price h1{font-size: 72px; color: #191919;font-family: "Helvetica";font-weight: bold;}
.iphone_price_list{margin: 0 auto;}
.price_list_section{width: 100%; overflow: auto;}

button.go_btn {
    background-color: transparent;
    border: 1px solid #000;
    transition: all .3s linear;
    color: #191919;
    margin: 0% 2% 3.5%;
    border-radius: 45px;
    font-size: 20px;
    display: inline-block;
}
button.go_btn a {
    display: block;
    padding: 12px 50px;
    border-radius: 45px;
}
button.go_btn a:hover{color: #fff;}
button.go_btn:hover{background-color: #000;color: #fff;}

.button {
    width: 1240px;
    margin: 0 auto;
    text-align: center;
}

button.steps_btn, .star_btn {
    width: 30%;
    margin: 10px 26px;
    background: white;
    border-radius: 20px;
    text-align: center;
    font-size: 26px;
	display: inline-block;
}

.star_btn .icon{width: 36px;}


button.steps_btn a, .star_btn a{color: #191919;display: block;padding: 28px 18px;}
button.steps_btn:hover, .star_btn:hover{background-color: black; transition: all .3s linear;}
button.steps_btn a:hover, .star_btn a:hover{color: white;}
.steps_btn .more ,.star_btn .more {font-size: 16px; color: #4F81BD;display: block;padding: 2%;}
.steps_btn .more:hover,.star_btn .more:hover{color: antiquewhite;} 

.how_to{width: 1240px; margin: 0 auto; padding: 10px;}

button.more_price_btn {
    background-color: transparent;
    border: 1px solid #000;
    transition: all .3s linear;
    color: #191919;
    width: 13%;
    margin: 1.5% auto 3%;
    border-radius: 45px;
    font-size: 20px;
	display: block;
}
button.more_price_btn a{
	display: block;
    padding: 12px;
    border-radius: 45px;
}
button.more_price_btn a:hover{color: #fff;}
button.more_price_btn:hover{background-color: #000;color: #fff;}

.iphone .price {font-size: 16px;}
.iphone .price c{display: block;}
.iphone .price c:before{
	content: "$";
}

@media screen and (max-width:768px){
	.maintop{width: 100%;}
	.event_allme {
    width: 39%;
    top: 110vw;
    right: 48vw;
}
	.event_bank {
    width: 28%;
    top: 111vw;
    right: 11vw;
}
	.new_pd{width: 100%;display: inline-block;}
	ul.new_pd{width: 100%;padding: 1vw 3vw;text-align: left; height: auto; display: inline-block; margin: 1vw auto;}
	ul.new_pd .pdName { font-size: 2.5em;margin-bottom:0.2em;}
	ul.new_pd .pdName span {bottom:4px;}
	ul.new_pd .pdName2 {font-size: 2em;}
	ul.new_pd .keyboard { padding-bottom: 2.5em !important;}
	.new_pd li {
    width: 46%;
    margin: 1vw;
	height: 34vw;
		padding: 3vw 4vw;
}
	.new_pd li:first-child {
    width: 100%;
    height: auto;
    padding: 0 2vw;
    margin: 3vw auto 3vw;
}
	.new_pd li .name{
		font-size: 4.2vw;
		line-height: 6vw;
	}
	.new_pd li .info{
		font-size: 4vw;
	}
	.new_pd li .price{
		font-size: 7vw;
		line-height: 9vw;
	}
	.new_pd li .price d {
		font-size: 4vw;
	}
	.new_pd li span.more{
		padding: 1vw;
	}
	.iphone_price{width: 100%;}
	.iphone_price h1{font-size: 7vw;}
	.price_list_section{overflow-x: auto;width: 100%;padding: 0 4vw;}
	
	.button{width: 100%;}
	
	button.more_price_btn {
    width: 50%;
    font-size: 4vw;
    margin: 3vw auto 3vw;
}
	.how_to{width: 100%;}
	button.steps_btn, .star_btn {
    width: 40%;
    font-size: 4vw;
    margin: 2vw 1vw;
    padding: 1vw 2.5vw;
}
	.star_btn .icon{width: 6vw;}
	button.steps_btn a, .star_btn a{
		padding: 4vw 2vw;
	}
	.steps_btn .more, .star_btn .more{
		font-size: 13px;
	}
	
	.pdlayout h1{font-size: 7vw;padding: 1vw 0;}
	.pdlayout h2{font-size: 9vw;}
	.pdlayout ~ .end{padding: 1vw;}
	
	.iphone .name{padding: 1vw 3vw;}
}


/*C區-品牌優惠*/
.weekly_title{max-width: 1240px; margin: 0 auto; position: relative;}
.weekly_title_date{font-size: 38px; color: #fff; position: absolute; top: 48%; left: calc(100%/2 - 20px); background:#f14c42; padding: 10px 30px; border-radius:38px;}
/*B區_AD*/
.hotsale_ad{width:1240px;height:663px;margin: 0 auto; text-align: center; padding:0; position: relative;}
ul.hotsale_ad{  margin: 0 auto; padding:22px 0 0;display: inline-block;}
.hotsale_ad li{width: 592px; display: inline-block; padding: 0 ; margin: 0px 2px 8px;list-style: none;}

.hotbrand{width: 1240px;margin: 0 auto; text-align: center; padding:0 0 30px; position: relative;}
ul.hotbrand{  margin: 0 auto; padding:16px 0 0;display: inline-block;}
.hotbrand li{width: 274px; display: inline-block; padding: 0 ; margin: 0px 2px 12px;list-style: none;}
.hotbrand_bg{width:1240px; margin: 0 auto;}

/*COUPON*/
.event_d{width:1240px; margin: 0 auto; text-align: center; padding:0 0 20px; position: relative;}
.event_d_coupon{width: 1240px;margin: 0px auto;padding:10px 76px 16px;}
.e_d_coupon{margin: 0 auto; text-align: center; padding:0; position: relative;}
ul.edcoupon{  margin: 0 auto; padding:16px 0 0;display: inline-block;}
.edcoupon li{width: 535px;height: 209px; display: inline-block; padding: 0 ; margin: 0px 2px 14px;list-style: none;background: url(coupon.png?t=220811)top center no-repeat;position: relative;}
.coupon_img{width: 146px;height: 180px;border-radius: 12px;overflow: hidden;position: absolute;top:16px;left: 28px;}
.coupon_img img{width: 100%;}
.e_d_coupon .store{ font-size: 19px; line-height: 22px; background: none; border: none;
    color: white; font-weight: 600; margin: 11px 0 0 200px; width: 280px; height: 22px;
	padding: 0 2px; text-align: left; overflow: hidden;}
.e_d_coupon .amount{font-size: 72px; font-weight: bold; color: yellow; float: left;
    margin: 8px 0 2px 200px;letter-spacing: -3px;}
.e_d_coupon .amount span{font-size: 32px; font-weight: normal;}
.e_d_coupon .info{font-size: 18px; line-height: 20px; color: white; float: left; margin-left: 200px; }
.e_d_coupon .info span{font-size: 24px; vertical-align: baseline; letter-spacing: -1px;}
.e_d_coupon .code{font-size: 22px;color: #e82175;font-weight: 600; float: left; margin: 25px 0 0 202px;}
#code1 ,#code2 ,#code3 ,#code4 ,#code5 ,#code6 ,#code7 ,#code8 ,#code9 ,#code10 ,#code11 ,#code12{display: none;}

/*D區*/
.event_d{width:1240px;margin: 0 auto; text-align: center; padding:20px 0px 0; position: relative;}
.hot_store_d{margin: 0 auto; text-align: center; padding:0 0 30px; position: relative;}
ul.hot_store_d{  margin: 0 auto; padding:16px 8px;display: inline-block;list-style: none;}
.hot_store_d li{float: left; padding: 0; margin: 0px;list-style: none;}
.hot_store_d li:hover { -webkit-transform:translateY(-3px); -moz-transform:translateY(-3px); -ms-transform:translateY(-3px); -o-transform:translateY(-3px); transform:translateY(-3px); transition-duration: .3s;}

/*精選店家*/
.event_f{width:1330px; margin: 0 auto; text-align: center; padding:0 0 20px; position: relative;background: #6db06d;}
.featuredlist{width:1240px;margin:0 auto;padding:10px 0px;background: #6db06d; border-radius:20px;}
.featured_pdlayout{width: 1240px;margin: 0 auto; padding:0 10px;}
.featured_event_pic{width: 408px;height: 404px; display:inline-block; margin:0; padding:0; text-align: center; vertical-align: center;overflow: hidden;}
.featured_pd{float:left; display:inline-block; position:relative; margin:0; padding:0; text-align: center;font-family: Verdana,'微軟正黑體'; }
.featured_pd{border: solid 1px #fff;background-color:#fff;}/*url("A3pd-bg.jpg?t=220811") no-repeat top center*/
.featured_imgbox{padding:60px 0 0px;  position: relative;}
.featured_imgbox img{width: 100%; height: auto;}
.featured_event{display: block; color: #101010; font-size: 22px; line-height: 58px;overflow: hidden; background-color: #f6dd34; font-weight: bold; width: 280px;
top: 412px;  left: calc(100%/6 - 6px); position: absolute;height: 60px;}
.featured_eventa{display: none;}
.featured_price{display: block; color: #353537; font-size: 22px; line-height: 26px;  margin: 0 12px;padding:14px 0 14px;font-weight:bold;}
.featured_price b{color:#f04c42;vertical-align: top; line-height: 30px;}
.featured_price c{color:#f04c42;vertical-align: baseline;font-size:32px;}
.featured_name{display:block;  margin:2px 36px 0px; color:#f96192;font-size:26px;line-height: 30px; overflow:hidden;text-align: left;}
.featured_namex{display:none;}
.featured_logo{display: block; width: 120px; height: 90px; overflow: hidden; margin: 0px 36px 12px; float: left;}
.featured_logox{display:none;}
.featured_info{display:block; color:black;font-size: 14px; line-height: 24px; position: absolute; padding: 6px 36px 14px; text-align: left;  height: 58px; overflow: hidden;}
.right{margin-left: 130px;font-size: 18px; padding: 21px 30px 14px 36px; height: auto;}
.featured_pd_store {width: 402px;margin: 8px 0px;display:none; }
.featured_pd_store_storename {position: absolute;font-size: 14px;color: #061420;text-align: left;top: 10px;left: 38px;}
.pdlayout .featured_pd:hover { -webkit-transform:translateY(-3px); -moz-transform:translateY(-3px); -ms-transform:translateY(-3px); -o-transform:translateY(-3px); transform:translateY(-3px); transition-duration: .3s;}
.pdlayout .featured_pd:hover { box-shadow:0 0px 10px rgba(0,0,0,0.1);}
/*.featured_pd:first-child{margin-left: 409px;}*/

/*H區_hot buys*/
.event_h{width:1330px; margin: 0 auto; text-align: center; padding:0 ; position: relative;  }
.hotbuys{width:1240px;margin:0 auto ;padding:10px 0px;}

/*i區_熱搜*/
.event_i{width:1240px; margin: 0 auto; text-align: center; padding:0 0 20px; position: relative;}
.ikeywords{width:1240px;margin:0 auto 30px;padding:10px 0px;	 border-radius: 8px;}
.ikeywords h1{font-size: 28px;font-weight: 600;color: #2d4da0;text-align: left;border-left: solid 10px #2d4da0;vertical-align: bottom;margin: 14px 44px;
    padding: 0 14px;}
ul.ikeyword{padding: 4px 12px 8px; margin: 0;text-align: center;}
.ikeyword li{width: 180px; display: inline-block;margin:12px 2px;}
.ikeyword li img{width: 100%; max-width: 100%;border-radius: 20px;overflow: hidden;}
.ikeyword span{font-size: 18px; color: #000000; line-height: 30px; padding: 2px 6px; width: 160px; display: block; margin: 4px auto;}
.ikeyword li:hover { -webkit-transform:translateY(-3px); -moz-transform:translateY(-3px); -ms-transform:translateY(-3px); -o-transform:translateY(-3px); transform:translateY(-3px); transition-duration: .3s;}

@media screen and (max-width:1240px){
	.ikeywords{ width:100%; margin:0 auto; padding:2vw; }
	.ikeywords h3{font-size: 4vw; margin: 1vw 2vw; border-left: solid 1.5vw;
    padding: 0 2vw;}	
	.week{width: 100%;margin: 0vw;font-size: 3vw; padding-bottom:5vw; padding-left:120px; padding-top:9px;}	
	.tittletittle{width: 100%;margin: 0vw;font-size: 7vw; }		.event_coupon{width: 36%; top: 22vw; left: 33vw;}
	.event_rule{width: 10%; top: 25vw; right: 20vw;}
	/*B區*/
	.weekly_title{width: 116%; overflow: hidden; margin-left: -9%;}
	.weekly_title img {max-width:100%;height:auto !important;}
	.weekly_title_date{font-size: 4vw; top: 8vw; left: 54vw; padding:1vw 3vw;}
	/*B區*/
	.hotsale_ad{width: 100%;height: auto;}
	ul.hotsale_ad{width: 100%;padding: 2vw 0;}
	.hotsale_ad li{width: 90%;margin: 0 0 2vw;}
	.hotbrand{width: 93%;}
	ul.hotbrand{width: 95%;}
	.hotbrand li{width:calc(100%/2 - 2vw);}
	.hotbrand_bg{width:100%;margin: 0 auto;height: 130vw;}
	/*C區_COUPON*/
	.event_d{width: 100%;padding: 0vw 2vw;}
	.event_d_coupon{width: 100%;margin: 0;padding:4vw 5vw;}
	.event_d_coupon h1{font-size: 4vw;border-bottom: solid 0.5vw #ffd4e6;}
	.e_d_coupon{width: 100%;}
	ul.edcoupon{width: 100%;padding: 2vw 0 0;}
	.edcoupon li{width: 90%; height: 30vw; margin: 1vw auto; background-size: cover;}
	.coupon_img{width: 27.5%; height: 87%; top: 2vw; left: 3.8vw; border-radius: 2vw;}
	.e_d_coupon .store{font-size: 3vw; line-height: 4vw; margin: 1.5vw 0 0 33vw; height: 3.5vw; width: 44vw; padding: 0 6vw 0 0;}
	.e_d_coupon .amount{font-size: 12vw; margin: 1vw 0 0 28vw; letter-spacing: -1px;}
	.e_d_coupon .amount span{font-size: 5vw;}
	.e_d_coupon .info{font-size: 3vw; margin-left: 28vw;line-height: 3vw;}
	.e_d_coupon .info  span{font-size: 3.5vw;}
	.e_d_coupon .code{font-size: 4vw; margin: 2.5vw 0 0 30vw;}
	/*D區*/
	.hot_store_d{width: 100%;}
	ul.hot_store_d{width: 100%;padding: 2vw 0;list-style: none; margin:0 3vw;}
	.hot_store_d li:nth-child(1){width: 55%;list-style: none;}
	.hot_store_d li:nth-child(2){width: 38%;list-style: none;}
	/*F區_精選店家*/
	.event_f{width: 100%;padding: 0vw 2vw;}
	.featuredlist{ width:100%; margin:0 auto; padding:2vw; border-radius:3vw;}
	.featuredlist h1{font-size: 4vw; margin: 1vw 2vw; border-left: solid 1.5vw;
    padding: 0 2vw;}
	.featured_pdlayout{width: 100%;padding: 0 2vw;}
	.featured_event_pic{width: 100%;height: inherit;overflow: hidden;padding: 0;margin: 0; background-color: #cb986a;}
	.featured_imgbox{padding: 11vw 0 0;}
    .featured_event{display: block;font-size: 5vw; line-height: 10vw; overflow: hidden; font-weight: bold; width: 90%; left: calc(100%/5 - 12vw); top: 92%; height: 10vw}
	.featured_price{font-size: 4vw; padding: 4vw 1vw 2vw; padding: 3vw 1vw 2vw;}
	.featured_price b{font-size: 5vw; vertical-align: baseline; font-weight: bold;}
	.featured_price c{font-size: 7vw; line-height: 8vw; vertical-align: bottom;}
	.featured_name{display: block; padding: 1vw; margin: 1vw 3vw; font-size: 5vw;
    line-height: 5vw; height: 6vw; overflow: hidden;font-weight: 600;}
	.featured_logo{width: 38%; margin: 0vw 4vw;}
	.featured_info{display: block; font-size: 3vw; line-height: 4vw; padding: 0 4vw 1vw; top: inherit; height: 10vw;}
	.right{margin: 8vw 0 0 36vw; height: auto; line-height: 5vw; font-size: 4vw;padding: 0vw 1vw 1vw 2vw;}
    .featured_pd_store_storename { position: absolute; font-size: 2.5vw; color: #061420; text-align: left; top: 0.5vw; left: 8.5vw; width: 50%; overflow: hidden;
    padding-top: 0.5vw; }
    .featured_pd_store{display:none; width: 100%; margin: 8px 0px; }
	/*H區_hot buys*/
	.event_h{width: 100%;padding: 0vw 2vw;background-color:#83d5c9;}
	.hotbuys{ width:100%; margin:0 auto; padding:2vw; }
	/*i區_熱搜*/
	.event_i{width: 100%;padding: 4vw 2vw;}
	.ikeywords{ width:100%; margin:0 auto; padding:2vw; }
	.ikeywords h1{font-size: 4vw; margin: 1vw 2vw; border-left: solid 1.5vw;
    padding: 0 2vw;}
	ul.ikeyword{padding: 0; margin: 0;}
	.ikeyword li{width: calc(100%/3 - 3vw); display: inline-block;}
	.ikeyword span{font-size: 3vw;line-height: 4vw;width: 100%;}
}


/********* 下面格廣告 *********/
.btm_ad{width: 1240px; margin: 0 auto;}
ul.adarea{padding: 0; margin: 0;text-align: center;}
.adarea li{width: calc(100%/4 - 6px); display: inline-block;margin-bottom: 5px;}
.adarea li img{width: 100%; max-width: 100%;}
@media only screen and (max-width: 1200px) {
	.btm_ad{width: 100%; margin: 0 auto;}
	ul.adarea{padding: 0; margin: 0;}
	.adarea li{width: calc(100%/2 - 5px); display: inline-block;}
}



/*活動說明*/
.rule{ width: 1220px; margin: 0 auto; padding:20px 50px 50px; font-size:18px; line-height:30px; text-align:left;color:#436991;font-family: '微軟正黑體';background: #fff;border-radius: 12px;}
.rule a{color: cornflowerblue;}
.rule a:hover{color: palevioletred;}
.rule ul{list-style:none;margin-left:14px;}
.rule ol{list-style: none;  border-radius: 20px; padding: 2px 12px;}
.rule p{color: #000;font-size: 22px;line-height: 32px;padding: 10px 0;font-weight: bold;text-align: center;}
.rule h1{font-size: 22px; line-height: 38px; padding-bottom: 16px;}
.rule h2{font-size: 22px; line-height: 24px; color: #e02c6d; margin: 12px 15px 4px;}
.rule label{color: #fff; font-size: 22px; margin: 35px 30px 10px; padding: 4px 10px;
    background-color: #e02c6d; border-radius: 10px; display: block; width: 216px; text-align: center;}
@media screen and (max-width:1240px){
	.rule{ width: 100%; padding:2vw 4vw 5vw; font-size: 3.5vw; line-height:6vw; text-align:left; }
	.rule ul{margin: 0; padding:1vw 0 2vw ; background: none;}
	.rule ol{margin: 0; padding:0vw 0vw 2vw; }
	.rule ol li{margin: 1vw;}
	.rule p{font-size: 4vw;line-height: 5vw;}
	.rule h1{font-size: 4vw; line-height: 6vw; padding-bottom: 2vw;}
	.rule h2{font-size: 4vw; line-height: 6vw; margin: 2vw 0 1vw;}
	.rule label{font-size: 3vw; line-height: 5vw; margin:2vw auto; padding: 1vw 10vw;}
}
.rule ol>li>ol{
      display: block;
    }
    input[type=checkbox]{
      display: none;
    }
    ol li input[type=checkbox]:checked+ol{
      display: none;
    }



/*版頭動效*/

.rubberBand {
    -webkit-animation-name: rubberBand ;
    animation-name: rubberBand ;

}

.brightness-play { 
	-webkit-animation:brightness2-play 1.8s -0.2s linear infinite ; 
	animation:brightness2-play 1.8s -0.2s linear infinite ;
	}
@keyframes brightness2-play {
	  0% { 
		filter:brightness(100%);
	  }
	  80% { 
		filter:brightness(100%);
	  }
	  90% { 
		filter:brightness(130%);
	  }
	  100% { 
		filter:brightness(100%);
	  }
	}
.brightness-playb { 
	-webkit-animation:brightness2-play 2.8s -0.1s linear infinite ; 
	animation:brightness2-play 2.8s -0.1s linear infinite ;
	}
@keyframes brightness2-play {
	  0% { 
		filter:brightness(100%);
	  }
	  80% { 
		filter:brightness(100%);
	  }
	  90% { 
		filter:brightness(130%);
	  }
	  100% { 
		filter:brightness(100%);
	  }
	}
/*折價券*/
.coupon {font-family:Noto Sans CJK TC, Arial, Helvetica, sans-serif, "微軟正黑體"; color:#6e9065; position:relative; }
.pic1 img, .pic2 img {width:100%; height:auto; position:relative; margin-left:0;}
.pic1, .pic2, .text {display:inline-block; text-align:center; overflow:hidden;}
.text { position:relative; z-index:1;}
.text .amount { color:#1a2910;}
.text .amount dd { font-weight:600; letter-spacing:5px;}
.text .amount span { font-family:Verdana , Arial, Helvetica, sans-serif, "微軟正黑體"; }
.text .amount span:before {content:'$'; position:relative;}



.text .amount2 { color:#1a2910;}
.text .amount2 dd { font-weight:600; letter-spacing:5px;}
.text .amount2 span { font-family:Verdana , Arial, Helvetica, sans-serif, "微軟正黑體"; }
.text .amount2 span:before {content:'$'; position:relative;}

.text name:before { content:'[ ';}
.text name:after { content:' ]';}
.text name {display:block;letter-spacing:3px;}
@media only screen and (max-width: 1200px) {
.coupon { background-size:100%;}
.coupon00 { background-size:100%;}	
.big .pic2 { display:none;}
}

.big { padding-left:4em; background-image:url(index_28.png); background-repeat:no-repeat; width:100%;}
.big .pic1, .big .pic2 { width:360px; height:360px; margin:1.25em 0.3em;}
.big .text { width:20em; margin-left:3.2em; padding:3.5em 0; }
.big .text span { font-size:30px; line-height:38px; font-weight:400; letter-spacing:5px; color:#6e9065;}
.big .text .amount { margin-top:1.8em;}
.big .text .amount dd { font-size:30px; line-height:38px; }
.big .text .amount span { font-size:127px; line-height:110px; font-weight:bold; letter-spacing:-4px; color:#1a2910;}
.big .text .amount span:before { font-size:70px;  top:-10px;}
.big .text name { font-size:16px; margin-top:-0.3em; color:#6e9065;}


.small { padding:0 1.4em 0 3.6em; background-image:url(index_29.png); background-repeat:no-repeat; display:inline-block;}
.small .pic1 { width:250px; height:250px; margin:1em 0.3em;}
.small .text { width:14.3em; margin-left:2em; padding:2.5em 0; }
.small .text span { font-size:21px; line-height:26px; font-weight:400; letter-spacing:4px; color:#6e9065;}
.small .text .amount { margin-top:1em;}
.small .text .amount dd { font-size:20px; line-height:34px; }
.small .text .amount span { font-size:88px; line-height:80px; font-weight:bold;letter-spacing:-4px; color:#1a2910;}
.small .text .amount span:before { font-size:50px;  top:-10px;}
.small .text name { font-size:12px; margin-top:-0.7em; color:#6e9065;}


.coupon00 .text .amount span:before {content:''; position:relative;}
.coupon00 .text name { font-size:12px; margin-top:0.5em; color:#6e9065;}

@media only screen and (max-width: 1200px) {
.big {  width:91%;}
.big, .small { background-image:url(index_29.png); padding-left:1.7em; margin-left:0.8em;}
.big .pic1, .small .pic1  { width:9.6em; height:auto; margin:0.5em;}

.big .text { padding:1.7em 0 0 0; margin:0 0 0 0.8em; width:9em; letter-spacing:0px;}
.big .text span { font-size:0.7em; line-height:1em; margin-top:1em;}
.big .text .amount { margin-top:1em;}
.big .text .amount dd {font-size:0.7em; line-height:1em;}
.big .text .amount span { font-size:3em; line-height:1.2em; letter-spacing:-2px; }
.big .text .amount span:before {font-size:0.6em; top:-5px;}
.big .text name {font-size:0.5em; line-height:1em; letter-spacing: 0px;}

.small .text { padding:1.7em 0 0 0; margin:0 0 0 0.8em; width:9em; letter-spacing:0px;}
.small .text span { font-size:0.7em; line-height:1em; margin-top:1em;}
.small .text .amount { margin-top:1em;}
.small .text .amount dd {font-size:0.7em; line-height:1em;}
.small .text .amount span { font-size:3em; line-height:1.2em; letter-spacing:-2px; font-weight:bold;}
.small .text .amount span:before {font-size:0.6em; top:-5px;}
.small .text name {font-size:0.6em; line-height:1em; letter-spacing:0px;}

	
}
.flip-in-y:hover
{
    -webkit-animation: flip-in-y 1.2s;
            animation: flip-in-y 1.2s;
}
@keyframes flip-in-y
{
    0%
    {
        transform: perspective(500px) rotateY(70deg);

        opacity: .2;
    }
    30%
    {
        transform: perspective(500px) rotateY(-50deg);
    }
    45%
    {
        transform: perspective(500px) rotateY(30deg);
    }
    65%
    {
        transform: perspective(500px) rotateY(-20deg);
    }
    85%
    {
        transform: perspective(500px) rotateY(10deg);
    }
    100%
    {
        transform: perspective(500px) rotateY(0deg);
    }
}
@-webkit-keyframes flip-in-y
{
    0%
    {
        -webkit-transform: perspective(500px) rotateY(70deg);

        opacity: .2;
    }
    30%
    {
        -webkit-transform: perspective(500px) rotateY(-50deg);
    }
    45%
    {
        -webkit-transform: perspective(500px) rotateY(30deg);
    }
    65%
    {
        -webkit-transform: perspective(500px) rotateY(-20deg);
    }
    85%
    {
        -webkit-transform: perspective(500px) rotateY(10deg);
    }
    100%
    {
        -webkit-transform: perspective(500px) rotateY(0deg);
    }
}

/***** 每周限量 *****/
.content_weekly{width:1240px; margin:0 auto;text-align:center; padding:15px 4px 2px;}
.weekly_store{width: calc(100%/6 - 10px);  display: inline-block; position: relative;margin: 0px 2px 10px 2px;padding: 0px 0 6px; border-radius: 40px;z-index: 990;}
.weekly_store_name{ font-size:18px;  color: #004d38;  padding: 0px 10px;  margin: 0px 0 8px; }
.weekly_storeshop{position: absolute; top: 6px; right: 70px; width: 86px; z-index: 6;}
.weekly_storeshop2{display: none;}
.weekly_storeshop img{width: 100%!important; height:inherit!important;}
.weekly_pd{width: 100%; display: inline-block; margin: 0px 0px 5px; padding: 2px 0 6px; background: #fff;border-radius: 8px;}
.weekly_pd:hover { 
	-webkit-transform:translateY(-4px); 
	transform:translateY(-4px); 
}
.weekly_imgbox{padding: 8px;position: relative;}
.weekly_imgbox img{width:100%;}
.weekly_new{position: absolute; width: 100px; top:3px; left: 3px;}
.weekly_new2{display: none;}
.weekly_new img{width: 100%;height: auto;}
.weekly_name{ display: block;color: #1c1c1c; font-size: 18px;  line-height: 24px; text-align: center;  padding: 2px 0 10px;}
.weekly_price{ display: block; color: crimson; font-size: 18px; font-weight: bold; padding: 6px 0 0;position: relative;}
.weekly_price b{font-size: 30px; letter-spacing: -2px; position: relative; top: -5px;}
.weekly_price c{font-size: 12px;color: gray;padding-right: 8px;text-decoration: line-through;}

@media (max-width: 768px) {
	.content_weekly{
	width: 100%;
    margin: 0 auto;
    text-align: center;
	padding: 2vw 1vw 0vw;
	border: none;
}
	.weekly_store{
	    width: calc(100% - 0vw);
    margin: 0vw 0vw 0vw;
    padding: 0vw 0 1vw;
    border-radius: 3vw;
	z-index: 1;
	}
	.weekly_store_name{
	     width: 100%;
    font-size: 5vw;
    margin: 0 auto;
    padding: 2vw 5vw;
    background-size: cover;
	}
	.weekly_imgbox{
	width: 100%;
		padding: 3px;
	}	
	.weekly_imgbox img{width: 100%;}
	.weekly_new{
	    width: 30%;
    top: 1vw;
    left: 1vw;
	}
	.weekly_pd { 
	    width: 47%;
    padding: 1px 0 2vw;
    margin: 0vw;
    border-radius: 2vw;
 	}
	.weekly_storeshop{
        top: 0.5vw;
    right: 4vw;
    width: 24%;
}
.weekly_storeshop img{
	width:100%!important; 
	height:inherit!important;
	}
	.weekly_name {
    padding: 1vw;
    font-size: 4vw;
    line-height: 5.5vw;
	}
	.weekly_price {
    font-size: 3.6vw;
    line-height: 5vw;
	}
	.weekly_price b {
		font-size: 6.5vw;
    top: -0.8vw;
	}
	.weekly_price c{
	font-size: 2vw;
    padding: 0 0 2vw;
    display: block;
	}
	
	.weekly_store.last {
        width: calc(100% - 0vw);
	}
	.weekly_store.last  .weekly_pd {
     width: calc(100%/2 - 1vw);
    padding: 0 0;
	}
}
/***************** END/每周限量 *********************/
/*動效*/
.bounce-in-top {
	-webkit-animation: bounce-in-top 1.1s both;
	        animation: bounce-in-top 1.1s both;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-10-15 17:33:34
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bounce-in-top
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
.fadeInDowna {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  animation-delay: 0.1s;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownb {
  -webkit-animation-name: fadeInDownb;
  animation-name: fadeInDownb;
  animation-delay: 0.3s;
}
@keyframes fadeInDownb {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownc {
  -webkit-animation-name: fadeInDownc;
  animation-name: fadeInDownc;
  animation-delay: 0.6s;
}
@keyframes fadeInDownc {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.top_1{background: url("../../images/sign.png")top center no-repeat; width: 193px;left: 48px;top: 228px; position: absolute;z-index: 500;}
.top_2{width:1160px;left:210px; top:43px; position: absolute;z-index: 600;}
.top_3{width:712px;left:970px; top:-222px; position: absolute;z-index: 500;}
.top_4{width:244px;left:611px; top:66px; position: absolute;animation: bounceInDown  3s;animation-delay:1.5s;}
.weekly_title {
    position: absolute;
    font-size: 36px;
    color: #5d3609;
    padding: 0 4%;
    text-align: center;
    top: 4%;
    left: 31%;
	font-weight: bold;
}
@media (max-width: 768px) {
	.top_1{width:50%;left:-16vw; top:-16vw;position: absolute;z-index: 500;}
	.top_2{width:100%;left:2vw; top:-1vw;position: absolute;z-index: 600;}	
	.top_3{width:50%;left:62vw; top:-14vw;position: absolute;z-index: 400;}	
	.top_4{width:50%;left:76vw; top:-1vw;position: absolute;z-index: 400;}	
	.weekly_title{font-size: 4vw;left: calc(100%/24.7);}
}
.shake-horizontal {
    animation: 28s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite normal both running shake-horizontal;
}

@-webkit-keyframes shake-horizontal {
    0%, 100% {
        transform: translateY(0px);
    }

    10%, 30%, 50%, 70% {
        transform: translateY(-10px);
    }

    20%, 40%, 60% {
        transform: translateY(10px);
    }

    80% {
        transform: translateY(8px);
    }

    90% {
        transform: translateY(-8px);
    }
}

@keyframes shake-horizontal {
    0%, 100% {
        transform: translateY(0px);
    }

    10%, 30%, 50%, 70% {
        transform: translateY(-10px);
    }

    20%, 40%, 60% {
        transform: translateY(10px);
    }

    80% {
        transform: translateY(8px);
    }

    90% {
        transform: translateY(-8px);
    }
}

.jello-vertical {
	-webkit-animation: jello-vertical 0.9s 0.5s both;
	        animation: jello-vertical 0.9s 0.5s both;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-10-15 17:45:50
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation jello-vertical
 * ----------------------------------------
 */
@-webkit-keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
            transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-vertical {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
            transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.store_tabletop table{
    background: none;
    border-collapse: separate !important;
    border-spacing: 0px !important;
    margin:0;
	padding: 0;
}
.store_tabletop tbody tr {
    background: none;
    height: 0;
    text-align: center;
	padding: 0;
}

.store_tabletop tbody td {
    padding: 0;
}