﻿@charset "utf-8";
/* CSS Document */
/* --------------------------------------
 *                共用元件
 * -------------------------------------- */
/*基本*/
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;}

.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;}
    .top{ width: calc(100%/2 - 4px);
          height: 100%;
          margin: 5px 0px 0px 0px;
          padding: 0px;
          display: inline-block;
	}
}

/*左邊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;}
/*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;}

.menu_box ul,.site_evt2{list-style:none;}

/********* 手機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(#383838),to(#000000)) 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);
	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);
	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);
	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);
	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(https://img.pcstore.com.tw/store_ad/free/1240x90_bg.jpg) no-repeat top center; }
.rulebg { position: relative; background:url() no-repeat top center #f2f2f2;padding-bottom:55px;}
.bg { position: relative; background:url() no-repeat top center #f2f2f2;}
.bg02 { position: relative; background:url(bg_02.jpg) no-repeat top center #f2f2f2;}
.bg03 { position: relative; background:url(bg_03.jpg) no-repeat top center #f2f2f2;}
.bg04 { position: relative; background:url() no-repeat top center #f2f2f2;}
.bg05 { position: relative; background:url(bg_05.jpg) ,url(bg_05.png) #f2f2f2;
	background-repeat: no-repeat,repeat-y;
	background-position: top center;
	padding-bottom:55px;
}
.bg08 { position: relative; background:url() no-repeat top center #f2f2f2;}
.fin{position: relative; background:url() no-repeat top center #f8e0c6;padding-bottom:55px;}

.sectionBg{/*底下套版背景*/
	text-align:center;
	padding: 0 0 30px;
}
/*Phone背景*/
@media screen and (max-width:1240px){ 
	.bg{ 
		background-image:url();
		background-size:100%;
    	background-position: top center;
    	background-repeat: no-repeat;
	}
	.bg02{ 
		background-image:url(bg_02m.jpg);
		background-size:100%;
    	background-position: top center;
    	background-repeat: no-repeat;
	}	.bg03{ 
		background-image:url(bg_03m.jpg);
		background-size:100%;
    	background-position: top center;
    	background-repeat: no-repeat;
	}
	.sectionBg{padding: 0 0 4vw;}
	.bg05{padding: 0 0 8vw;}
	.fin{padding: 0 0 8vw;}
	.rulebg{padding: 0 0 8vw;}
}

.button img { width:calc(100%/3 - 6vw); margin-top:1vw;}


/* --------------------------------------
 *                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:rgba(0, 0, 0, 0.63);
	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:maroon;
    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: #cacaca;
}
#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: 1490px; border: solid 1px #f2ddca;margin: 0px auto;padding:0 0 10px;background: #f2ddca;border-radius:0  0 60px 60px ;}
.pdlayout_boder2{width: 1328px; border: solid 1px #f2ce99;margin: 0px auto;padding:10px 0;background: #f2ce99;border-radius: 60px;}
.round1234{ border: solid 1px #c66c1f; background-color:#c66c1f;}
.pdlayout{width: 1240px;margin: 0 auto ; padding:10px;}
.pdlayout2{width: 1240px;margin: 0 auto; padding: 0 10px 32px; ;}
.pdlayout_point{width: 1240px;margin: 0 auto ; padding:0 10px 10px;}
.pd{float:left; display:inline-block; position:relative; margin:0; padding:0; text-align: center;font-family: Verdana,'微軟正黑體'; }
.pd{background:#fff;}/*url("A3pd-bg.jpg") no-repeat top center*/
.point{border-radius:20px; overflow:hidden;}
.imgbox{padding:0px;  position: relative;}
.imgbox img{width: 100%; height: auto;}
.imgbox2{padding:0px;  position: relative; margin:10px;}
.imgbox2 img{width: 80%; height: auto; border-radius:15px;}
.special img{border:solid 3px #b30200;}
.pdtitle{display: block;height: 35px;margin: 3px 0px;color: #fff;font-size: 19px;line-height: 33px;overflow: hidden;background-color: brown;font-weight: bold;}
.pdtitlea{display: none;}
.pdtitle2{display: block;height: 35px;margin: 3px 10px;color: #fff;font-size: 19px;line-height: 33px;overflow: hidden;background-color: crimson ;font-weight: bold;border-radius:30px;}
.pdtitle_pic{width: 297px;height: 404px; display:inline-block; margin:0; padding:0; text-align: center; vertical-align: center;overflow: hidden;}
.pdtitle_pic2{width: 297px;height: 366px; display:inline-block; margin:4px; padding:0; text-align: center; vertical-align: center;overflow: hidden;}
.name{display:block; height:46px; margin-bottom:3px; color:#1c1c1c;font-size:19px;line-height: 24px; overflow:hidden;}
.name2{display:block; height:40px; margin-bottom:3px; color:#ec5d51;font-size:30px;line-height: 36px; overflow:hidden;font-weight: bold;}
.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: -5px;}
.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;}
.price2{display:block; color: #f6814c;font-size:20px;line-height: 24px;font-weight: bold;position: relative;	top:6px;padding:0 10px 20px;}
.price2 b{font-size:30px;letter-spacing:-1px;position: relative;top: -5px;}
/*店名*/
.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);}
/*50%折抵*/
.pd_storep {width: 402px;margin: 4px 0px;display: inline-block;}/*店名display: inline-block;*/
.pdtitlep{display: block;height: 35px;margin: 3px 10px;color: #fff;font-size: 19px;line-height: 33px;overflow: hidden;background-color: #dc0405;font-weight: bold;border-radius:20px; }
.namep{display:block; height:25px; margin-bottom:3px; color:#aaaaaa;font-size:19px;line-height: 24px; overflow:hidden;}

@media (max-width: 768px) {
	.pdlayout_boder{width: 100%;margin: 0 auto;padding: 0; border-radius: 0px;}
	.pdlayout_boder2{width: 100%;margin: 0 auto;padding: 0; border-radius: 0px;}
	.pdlayout_boder3{width: 100%;margin: 0 auto;padding: 0; border-radius: 0px;}
    .pdlayout{width: 100%;margin: 0 auto;text-align: center;padding:1vw;}
	.pdlayout2{width: 100%;margin: 0 auto;text-align: center;padding:1vw;}
	.imgbox{padding: 0px;}
	.imgbox2{padding: 0px;border-radius:15px;}
	.special img{border:none;}
    .pdtitle{display: block;height:6vw;margin:1px 0;color:#fff;font-size: 3.5vw;line-height:6vw;overflow: hidden;font-weight: bold;}
	.pdtitle_pic{width: 100%;height: 67vw;overflow: hidden;padding: 0;margin: 0; background-color: #cb986a;}
	.pdtitle_pic2{width: 49%; height: 67vw; overflow: hidden; padding: 0; margin: 0 0 2vw; }
	.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;}
	.price2{display: block;color: #ff0060;font-size: 3vw;line-height:6vw;font-weight: bold;padding:1vw 0; top: inherit;}
	.price2 b {font-size: 5vw;letter-spacing: -1px;top:-0.5vw;}
    .pd_store_storename {
    position: absolute;
    font-size: 2.5vw;
    color: #061420;
    text-align: left;
    top: 1vw;
    left: 8.5vw;
    width: 50%;
    overflow: hidden;
    padding-top: 0.5vw;
    }
    .pd_store{
        display:none;/*m版店名隱藏none; 顯示inline-block*/
        width: 180%;
        margin: 4px 0px;
    }
	.pd_store{
        display:none;/*m版店名隱藏none; 顯示inline-block*/
        width: 180%;
        margin: 4px 0px;
    }
	/*50%折抵*/
	.pdlayout_point{width: 100%;margin: 0 auto;text-align: center;padding:1vw 1vw 3vw; background-color:#fdd4d6;}
	.pd_storep{display:none;}
	.pdtitlep{display: block;height:6vw;margin:1px 0;font-size: 3.5vw;line-height:6vw;overflow: hidden;font-weight: bold;}
	.namep{display:block;padding:1vw;margin: 1px 0;color:#aaaaaa;font-size:4vw;line-height:5vw;height: 6vw;overflow:hidden;}
}
/* --------------------------------------
 *            幾個一排 套版
 * -------------------------------------- */
/*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;}
.pccol4 .brand{margin-top:20px; border-radius: 12px;}
/*1排3品左標圖*/
.pccol3r .pd { width: calc(1240px /4 - 13px); margin: 4px; float: right;}
.pccol3r .pd .imgbox img{width: 270px; height: 270px;}

/*幾個一套手機版*/
@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;}
		.mcol2 .brand{margin-top:4vw;}
        /*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: #000;
    border: 3px solid #000;
    margin: 0px 2px 12px 2px;
	border-radius:30px;
}

.store_name {
    width: 576px;
    padding-bottom: 2px;
    display: inline-block;
}
.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: 400px;display: inline-block;margin: 4px;background: no-repeat center top #fff;font-family: Verdana,'微軟正黑體';float: left;	border-radius:20px;}
.store > .pd .imgbox img{width: 270px; height: 270px;}
.store .name{
display: block;
    height: 50px;
    margin-bottom: 0px;
    color: #aaaaaa;
    font-size: 19px;
    line-height: 24px;
    overflow: hidden;
}
.subtitle {
    display: block;
    height: 35px;
    margin-bottom: 3px;
    color: #fff;
    font-size: 19px;
    line-height: 33px;
    overflow: hidden;
    background-color: #d0b255;
    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;}
	.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: block;
    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/套版手機版*/

/* --------------------------------------
 *             套版 各種標籤
 * -------------------------------------- */
/*金選*/
.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: -1px;
    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: 40%;
    }
    .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;}
}


/*左上角*/
.pd_lefttop_sticker {
    top: -10px;
    left:10px;
    position: absolute;
    z-index: 5;
	width:50%;
}
.pd_lefttop_sticker img {
    width: 100%;
    height: auto;
    }
.pd_lefttop_text {
    position: relative;
    font-size: 23px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    text-align: center;
    display: block;
    bottom: 70px;
}
.pd_lefttop_text dd{font-size: 25x;}
@media screen and (max-width: 768px){
    .pd_lefttop_sticker {
        top: -5;
        right: 0%;
        position: absolute;
        z-index: 5;
        width: 50%;
    }
	.pd_lefttop_sticker img {
    width: 100%;
    height: auto;
    }
    .pd_lefttop_text {
    position: relative;
    font-size: 3.5vw;
    line-height: 4.5vw;
    text-align: center;
    display: block;
    bottom: 11vw;
    }
    .pd_lefttop_text dd{font-size: 4.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"); 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"); 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);
}*/

.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);
	}*/
	
	
.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;
}

}
@media (max-width:1200px) {
.move{
    position: absolute;
    left: 1%;
	width: 97%;	
}
	
}

.brightness-play { 
	-webkit-animation:brightness2-play 2.5s 1s linear infinite ; 
	animation:brightness2-play 2.5s 1s linear infinite ;
	-webkit-animation-delay:3.2s;
    animation-delay:3.2s;	
	}
@keyframes brightness2-play {
	  0% { 
		filter:brightness(100%);
	  }
	  80% { 
		filter:brightness(100%);
	  }
	  90% { 
		filter:brightness(200%);
	  }
	  100% { 
		filter:brightness(100%);
	  }
	}
/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/*飄-上下*/
.uptodown-play { -webkit-animation:uptodown-play 2.5s ease-in-out infinite alternate;
				         animation:uptodown-play 2.5s ease-in-out infinite alternate;}
	@-webkit-keyframes uptodown-play { 
		0%   { -webkit-transform: translate(0,-10px); } 
		100% { -webkit-transform: translate(0,0);}
	}
	@keyframes uptodown-play { 
		0%   { transform: translate(0,-10px);} 
		100% { transform: translate(0,0);}
	}

/********* END// 刊頭動畫 *********/	


/*活動說明*/
.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;}
.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: #b09880;font-size: 20px;line-height: 26px;padding: 5px 0px 25px;}
.rule h1{font-size: 25px; line-height: 26px; color: #2e2d29;padding: 20px 0 0;}
.rule h2{font-size: 22px; line-height: 24px; color: #e02c6d; margin: 12px 0px 4px;}
.rule label{color: #fff; font-size: 22px; margin: 35px 30px 10px; padding: 4px 10px;
    background-color: #f07c3b; border-radius: 10px; display: block; width: 470px; text-align: center;}
.ruletable{width:80%; margin:10px 0px; padding:10px; font-size:18px; text-align:center; line-height:30px;}
.ruletable td{border: 1px solid #4a4235;padding:6px 10px;}
@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;width: 80vw;}
	.ruletable{width:100%; margin:10px 0px; padding:10px; font-size: 13px; line-height:18px;}
    .ruletable td{border: 1px solid #4a4235;padding:2px 5px;}
}
.rule ol>li>ol{
      display: block;
    }
    input[type=checkbox]{
      display: none;
    }
    ol li input[type=checkbox]:checked+ol{
      display: none;
    }


/***分類btn***/
.percent_btn{width: 1240px; height: 221px; margin: 0 auto;text-align: center;}
ul.perbtn{padding: 24px 0 0; margin: 0;text-align: center;}
.perbtn li{width: 413px; display: inline-block;margin: 2px;}
.perbtn li img{width: 100%; max-width: 100%;}

@media screen and (max-width:1240px){
	.percent_btn{width: 100%; height: 14vw; margin: 0 auto; }
	ul.perbtn{padding: 0; margin: 0;}
	.perbtn li{width:calc(40% - 6px); display: inline-block; margin: 0vw;}
}

/********* 下面格廣告 *********/
.btm_ad{width: 1240px; margin: 0 auto;}
.btm_ad ul{padding-bottom:3px; margin:3px 0px;}
.btm_ad ul li{ display:inline-block; margin:0px; padding:0px 2px 3px 2px;width: calc(100%/4 - 5px);  }
.btm_ad li img{width:100%;}


@media only screen and (max-width: 1200px) {
	.btm_ad{width: 100%; margin:1vw auto;}
	.btm_ad ul{width:100%; padding-bottom:1vw; margin: 0;}
	.btm_ad ul li{width: calc(100%/2 - 3px);display:inline-block;margin:0; padding:0vw 0.5vw 1vw 0.5vw;}
	.btm_ad li img{ width:100%;}
}


/*精選店家*/
.featuredlist{width:1240px;margin:0 auto;padding:10px 0px;background: #9ddbda; 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") 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:30px;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);}

@media screen and (max-width:1240px){
	.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;height: auto;}
	.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; }
	}
	
/*店家折扣專區*/
.Discountlist{width:1240px;margin:0 auto;padding:28px 0px 50px;	 border-radius: 8px;}
.Discount {	width:calc(100%/5 - 24px);height:208px;text-align:center; position: relative; 
 	display:inline-block;margin:5px 4px 66px;}
.Discount a{text-decoration:none;}
.Discount_imgbox{padding: 30px; position: relative; border-radius: 110px;  background: #fff; border:#5b1d4b solid 4px;
    overflow: hidden;}
.Discount_title {width:100%; height: 35px;position: absolute; overflow: hidden; font-size: 22px;  line-height: 32px; color:beige; letter-spacing: -1px; text-align: center; bottom: -16px; background: #5b1d4b; font-weight:bold;border-radius: 20px;}
.Discount_store{line-height: 28px; font-size: 20px; margin: 0px 0;color: #362e2b;}	
@media screen and (max-width:1240px){
	.Discountlist{ width:100%; margin:0 auto; padding:2vw; text-align: center;}
	.Discountlist h1{font-size: 4vw; margin: 1vw 2vw; border-left: solid 1.5vw;
    padding: 0 2vw;}
  	.Discount {width:calc(100%/2 - 2vw); height:50%; text-align:center; font-weight:bold;margin:2.5vw 0.5vw; background-size:100%;}
	.Discount_title {width: 90%;bottom: 2vw;font-size: 4vw; letter-spacing: 0;margin: 3vw;height: inherit; line-height: 6vw; background: #5b1d4b;}
  	.Discount_store {width: 90%; overflow: hidden; font-size: 4vw; line-height: 4vw;
    height: 6vw; letter-spacing: -0.5px; text-align: center; padding: 2vw 1vw; margin: 0 3vw;; word-wrap: break-word; word-break: normal;}
    .Discount_store span{font-size:2vw; line-height:3vw; vertical-align:bottom;}
}

/*關鍵字*/
.keywords{width: 1240px; margin: 0 auto;padding: 0px;text-align: center;position: relative;}
.keywords ul {width: 1200px; margin: 10px auto;text-align: left;}
.keywords li{list-style: none;margin: 6px 3px; display: inline-block;background: #5b1d4b;border-radius: 10px;font-family: '微軟正黑體';font-size: 18px;line-height: 26px;}
.keywords li a{color: #fff; padding: 6px 10px;}
.keywords li a:hover{color: #5b1d4b;background: yellow;border-radius: 10px;}
.keywords-title{position: relative;margin-left: 10px;text-align: left;font-family: '微軟正黑體';font-size: 20px;line-height: 26px;color: #5b1d4b;font-weight:bold;}

@media screen and (max-width:1240px){
	.keywords{width: 100%;margin: 0 auto; padding: 0;}
	.keywords ul{width: 85%;margin: 0 auto;padding: 2vw 0;}
	.keywords li{font-size: 4vw; line-height: 7vw; display: inline-block;margin: 1vw 0vw 2vw;}
	.keywords-title{margin-left: 7vw; font-size: 4vw; line-height: 5vw;padding-top: 2vw;}
}

/*maintop*/
.maintop{width:1240px; margin: 0 auto; text-align: center; padding:0; position: relative;}
.storeinfo{max-width: 982px; margin:0 auto; position: relative; }
.storeinfo img{margin: 0 0 28px;}
.shop{width:1240px; margin: 0 auto; text-align: center; padding:0; position: relative;}
.goshop{width: 160px;height: 140px;position: absolute;}
.btn_01{top:55px;right: 250px;}
.btn_02{top:21px;right: 250px;}
.btn_03{top:45px;right: 255px;}
.btn_04{top:20px;right: 249px;}
.btn_05l{top:44px;right: 323px;}
.btn_05r{top:44px;right: 147px;}
.btn_06l{top:18px;right: 323px;}
.btn_06r{top:18px;right: 147px;}

@media screen and (max-width:1240px){
	.maintop{width: 100%;}
	.storeinfo{max-width: 90%;}
	.storeinfo img{width: 100%; margin:0 0 2vw;}
	.shop{width: 100%;}
	.goshop{width: 13%;}
	.btn_01{top: 4.55vw; right: 20vw;}
	.btn_02{top: 1.55vw; right: 20vw;}
	.btn_03{top: 4vw; right: 20vw;}
	.btn_04{top: 1.55vw; right: 20vw;}
	.btn_05l{top: 3.55vw; right: 25vw;}
	.btn_05r{top: 3.55vw; right: 12vw;}
	.btn_06l{top: 1.55vw; right: 25vw;}
	.btn_06r{top: 1.55vw; right: 12vw;}
}