@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;}
.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: 20px 0PX; float: right;}
@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: 156%;overflow: hidden;margin-left: -28%;}
	.category 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:fixed;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:135px;-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:8px 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 #ff8fba;font-size:18px;margin:5px;color:#ff8fba;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:0;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 .site_evt li{margin:-4px 0 -0px 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:128px;height:46px;}
.site_evt2 li{width:110px;height:88px;}

/********* 手機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);
	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%, 48% 95%, 50% 100%, 52% 95%, 0 95%);
	}
.panel2 li{
	width: 20vw; 
	line-height: 6vw;
	margin: 1vw; 
	padding: 2vw; 
	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; 
	padding: 2vw; 
	background:#F8C136;
	border-radius: 3px;
	list-style: none;
	display:inline-block;
	}
.panel3 li a{
	color: #102f4b;
	}
}
/********* END手機板下方menu *********/	
/* --------------------------------------
 *                背景
 * -------------------------------------- */
/*PC背景*/
.bg1240{ position: relative; background:url(1240x90_bg.jpg) no-repeat top center;}
.bg { position: relative; background:url(bg_01-2.jpg) no-repeat top center #fff;}/*刊頭背景*/
.bg02 { position: relative; background:url(bg_02.jpg) repeat top center #f8c3cd;}
.sectionBg{/*底下套版背景*/
	text-align:center;
	background:url(bg_02.jpg) repeat top center #a6f4ed;
}

/*Phone背景*/
@media screen and (max-width:1240px){ 
	.bg{ 
		background-image:url(bg_M_01-2.png);
		background-size:100%;
    	background-position: top center;
    	background-repeat: no-repeat;
	}
	.bg02{ 
		background-image:url();
		background-size:100%;
    	background-position: top center;
    	background-repeat: no-repeat;
		background-color: #f8c3cd;
	}
	.sectionBg{
		background: url(bg_M_02.jpg) repeat;
	}
}

/* --------------------------------------
 *                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: #ffcf00;
}
.RMenuBtn:hover, li.nav-active, li.nav-active p {
    background-color: #ffcf00;
    color: #0f304a;
	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:cadetblue;
    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: 1280px; margin: 0px auto;padding:0;background: #bff5f0;border-radius: 15px;}
.pdlayout{width: 1240px;margin: 0 auto ; padding:10px;background-color: #bff5f0;}
.pdlayout2{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,'微軟正黑體'; }
.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: cadetblue;font-size: 19px;line-height: 33px;overflow: hidden;background-color: aliceblue;font-weight: bold;border-radius: 30px;}
.pdtitlea{display: none;}
.name{display:block; height:46px; margin-bottom:3px; color:#1c1c1c;font-size:19px;line-height: 24px; overflow:hidden;}
.price{display:block; color: #ff0060;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;}
/*店名*/
.pd_store {width: 402px;margin: 8px 0px;display:none;}/*店名display: inline-block;*/
.pd_store_storename {position: absolute;font-size: 14px;color: #061420;text-align: left;top: 10px;left: 38px;}
.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;box-shadow:0 0px 10px rgba(0,0,0,0.1);}
.pdlayout2 .pd:hover { -webkit-transform:translateY(-3px); -moz-transform:translateY(-3px); -ms-transform:translateY(-3px); -o-transform:translateY(-3px); transform:translateY(-3px); transition-duration: .3s;box-shadow:0 0px 10px rgba(0,0,0,0.1);}

@media (max-width: 768px) {
	.pdlayout_boder{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;}
    .pdtitle{display: block;height:6vw;margin:1px 0;font-size: 3.5vw;line-height:6vw;overflow: hidden;font-weight: bold;border-radius: 0px;}
	.name{display:block;padding:1vw;margin: 1px 0;color:#1c1c1c;font-size:4vw;line-height:5vw;height: 11vw;overflow:hidden;}
	.price{display: block;color: #ff0060;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;}
    .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;
    }
    .pd_store{
        display:none;/*m版店名隱藏 display:none;*/
        width: 100%;
        margin: 8px 0px;
    }
}
/* --------------------------------------
 *            幾個一排 套版
 * -------------------------------------- */
/*1排3品*/
.pccol3 .pd { width: calc(1240px /3 - 15px);  margin: 4px;}
.pccol3 .pd .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;}

/*幾個一套手機版*/
@media (max-width: 768px) {
        .pccol3 .pd .imgbox img, .pccol4 .pd .imgbox img{width: 100%; height:inherit;}
        /*1排1品*/
        .mcol1 .pd { width: calc(100%/1 - 1.5vw);margin: 0.7vw;display: inline-block;}
        /*1排2品*/
        .mcol2 .pd { width: calc(100%/2 - 1.5vw);margin: 0.7vw;display: inline-block;}
        /*1排3品*/
        .mcol3 .pd { width: calc(100%/3 - 1.5vw);margin: 0.7vw;display: inline-block;}
        .pccol3 .pd .imgbox img{width: 100%; height:inherit;}
}
/*END/三個一排套手機版*/


/* --------------------------------------
 *             兩個一組 四個一排 套版
 * -------------------------------------- */
.store{
    width: 590px;
    display: inline-block;
    position: relative;
    background: cadetblue;
    border: 3px solid cadetblue;
    margin: 0px 2px 12px 2px;
}

.store_name {
    width: 576px;
    padding: 2px 0;
    display: inline-block;
}
.store_name img:hover{
	-webkit-filter: saturate(130%); /* Safari */
    filter: saturate(130%);
}
.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;}
.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: block;
    height: 35px;
    margin:0 8px 3px;
    color: cadetblue;
    font-size: 19px;
    line-height: 33px;
    overflow: hidden;
    background-color: cornsilk;
	border-radius: 15px;
    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;
	border-radius: 0px;
    }
    .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;}
}

/* --------------------------------------
 *             折價券 套版
 * -------------------------------------- */
.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:darkcyan;
	border:1px solid #fff;
	display:inline-block;
	margin:5px 4px;
}
.list:hover{ -webkit-transform:translateY(-3px); -moz-transform:translateY(-3px); -ms-transform:translateY(-3px); -o-transform:translateY(-3px); transform:translateY(-3px); transition-duration: .3s;box-shadow:0 0px 10px rgba(0,0,0,0.1);}
.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;
}

}

/*版頭*/
.main_border{width: 1280px; border: solid 1px #000;margin: 0 auto;padding:0;background: #fff;box-shadow: 3px 4px #000;}
.maintop{width:1240px; margin: 0 auto; text-align: center; padding:0; position: relative;}
.mainhot{width: 613px; height: 771px; position: absolute;top:8px; right:19px;z-index: 333;}
.date{
	position: absolute;
	z-index: 333;
	width: 310px;
	font-family: "Arial", "sans-serif";
	font-size: 34px;
	color: #fff;
	left:83px;
	top:38px;
	letter-spacing :2px;
	text-align: right;
}

@media screen and (max-width:1240px){
	.main_border{width:100%;box-shadow: 0 0.5vw #000;}
	.maintop{width: 100%;height: 65vw;}
	.mainhot{width: 50%;height: inherit;position: absolute;top:1vw;right: 1vw;}
	.date{font-size: 2.5vw;top:3.5vw;left:1vw;width: 30vw;}
}

/*熱搜*/
.allhot{width: 1240px; margin: 0 auto;padding: 0; background: #f8c3cd;}
ul.hotsearch{width: 617px;  margin: 0 auto; padding:10px 3px;display: inline-block;}
.hotsearch li{float: left; padding: 0; margin: 4px;}

@media only screen and (max-width: 1240px) {
	.allhot{width: 100%; margin: 0 auto;}
	 ul.hotsearch{width: 100%;margin: 2vw auto ; padding: 0;}
	.hotsearch li{display:block; margin:0 0 0 2vw ; padding:0px;}
	.hotsearch li img{width: 100%;}
	.hotsearch li:first-child{width: 47%;}
	.hotsearch li:nth-child(2){width: 48%;}
	.hotsearch li:nth-child(3){width: 48%;}
}

/********* 下面格廣告 *********/
.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;}
}

/*版頭動效*/
.brightness-play { 
	-webkit-animation:brightness2-play 1.8s -0.14s linear infinite ; 
	animation:brightness2-play 1.8s -0.14s linear infinite ;
	}
@keyframes brightness2-play {
	  0% { 
		filter:brightness(100%);
	  }
	  80% { 
		filter:brightness(100%);
	  }
	  90% { 
		filter:brightness(130%);
	  }
	  100% { 
		filter:brightness(100%);
	  }
	}