/*  基本通用css  */
body { 
  margin     : 0; 
  padding    : 0;
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, Arial, sans-serif;
} 
/*全版面*/
.WRAPPER {position:relative; display:inline-block; margin:0px 0px; 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:0px auto; position: relative;}
.forWeb{display: block;}
.forPhone {display:none;}
.mobile{ display: none; }
@media screen and (max-width:1200px){ 
	.WRAPPER{background-size:100%;} 
	.forWeb{display: none;}
	.forPhone {display: block;}
	.mobile{ display: block; }
	.mainBody {	height: auto!important; }
	.mainKv img {max-width:100%;height:auto !important; /*margin-bottom:-1px;*/}
}

/*背景*/
.bg { position: relative; background:url(bg.jpg) #df95af no-repeat top center;}
.bg02 { position: relative; background:url(bg02.jpg) #df95af repeat-y top center;}
.bg03 { position: relative; background:url(bg03.jpg) #f7e7d1 no-repeat top center;}
.bg04 { position: relative; background:url() #ffa798 repeat-y top center;}
.bg05 { position: relative; background:url() #ffa798 no-repeat top center;}
.bg06 { position: relative; background:url() #ffa798 no-repeat top center;}
.bg07 { position: relative; background:url() #ffa798 repeat-y top center;}

.titlewebbg{position: relative; background:url() no-repeat top center;}


@media screen and (max-width:1240px){ /*手機版的背景圖尺寸寬要1240px*/
	.bg{ 
		position: relative;
		background-size:100%;
	}
	
		.bg02{ 
        position: relative;
		background-size:160%;
	}
	
}

/* 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}

/********* 下面格廣告 *********/
.btm_ad{width: 1240px; margin: 0 auto;}
.btm_ad ul{padding-bottom:10px; margin:0px -5px; text-align:left;}
.btm_ad ul li{ display:inline-block; margin:0px; padding:3px 4px; }
.btm_ad li img{width:300px;}


.head{width: 1240px; margin: 0 auto;}
.logo{width: 260px; display: inline-block; cursor: pointer;}
.fb-btn{padding-top: 20px; float: right;}
.footerbox{width: 1240px; margin: 0 auto;}

.rule{ width: 1220px; margin: -1px auto; padding:15px 10px 10px 10px; font-size:18px; line-height:30px; font-family:'微軟正黑體'; text-align:left; color:#fff;}
.rule ul{margin: 0; padding:10px 0 5px 20px; list-style:decimal; }
.rule a{color: #fdff33;text-decoration: none;}
.rule a:hover{color: #fdff33;text-decoration: underline;}
.rule p{font-size:30px; line-height:35px; text-align: center; margin-bottom:5px;  color: #003270;}

.ruletable{width:100%; margin:10px 0px; padding:10px; font-size:18px; text-align: left; line-height:30px;}
.ruletable td{border: 1px solid #fff;padding:2px 10px;}


@media only screen and (max-width: 1200px) {
	.top{ width: calc(100%/2 - 4px);
          height: 100%;
          margin: 5px 0px 0px 0px;
          padding: 0px;
          display: inline-block;
	}
	
	.footerbox{width: 100%; margin: 0 auto;}
	
	.rule{ width: 100%; margin: 0 auto; padding:10px 15px 3px 15px;font-size: 13px; line-height:18px; text-align:left; color: #fff;}
	.rule ul{margin: 0; padding:5px 0 10px 20px; list-style:decimal; }
	.rule p{font-size:17px; line-height:22px; color: #003270;}
	
	.ruletable{width:100%; margin:10px 0px; padding:10px; font-size: 13px; line-height:18px;}
    .ruletable td{border: 1px solid #fff;padding:2px 5px;}
}


/********* 右側menu *********/
.RmenuArrow {
    position: fixed;
    width: 40px;
    z-index: 999;
    top: 139px;
    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;
}
.RmenuArrow:hover {
    background-color: #565656;
}
#RMenuIn {
    display: none;
}
.RmenuBox {
    width: 130px;
    position: fixed;
    z-index: 999;
    top: 180px;
    right: 0;
    background-color:#db7700;
	border-radius: 16px 0px 0px 16px;
	font-family: Verdana, Microsoft JhengHei;
}
.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 b { color:#FF0}
.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: #ffffff;
    color: #102a42;
	border-radius: 16px;
}
.RMenuBtn:hover b {color:#F00}
.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%;
    z-index: 999;
    text-align: center;
    color: #353535;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 5px;
    font-weight: bold;
	background-color: #ed6e58;
    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: #F00;
}
#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;
}
/********* END手機板上方menu *********/	


/********* 手機back to top 按鈕 *********/	
.toTopbtn { 
	display:none;
	position:fixed; 
	z-index:99;
	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: 2%;
	right: 3%;}
	
	}
/********* END// 手機back to top 按鈕 *********/	


/********* 刊頭動畫 *********/	
.move{
  position: absolute;
  top:16px;
  left:76px;
 -webkit-animation-name: swing;
  animation-name: swing;
  -webkit-animation-duration:0.8s;
  animation-duration:0.8s;
 -webkit-animation-iteration-count:3;	
  animation-iteration-count:3;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
 -webkit-animation-delay:0.8s;
  animation-delay:0.8s;		
}	


@media (max-width:1200px) {
.move{
    position: absolute;
    top: 1%;
    left: 3%;
	width: 95%;	
}
.RmenuArrow, .RmenuBox  { display: none !important; }	
	
}

.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(150%);
	  }
	  100% { 
		filter:brightness(100%);
	  }
	}

/********* END// 刊頭動畫 *********/	


/*****************  三個一套免運icon_套版CSS *********************/
.clearfix:before, .clearfix:after {   
    content:"";   
    display:table;   
}   
.clearfix:after{   
    clear:both;   
    overflow:hidden;   
}   
.clearfix{   
    *zoom:1;   
}
.freeshipping-content_a{
	width:1240px;
	margin:0 auto;
	text-align:center;
	padding:0px 4px 4px 4px;
}

.freeshipping{
    text-align: center;
    width: 402px;
    height: 460px;
    display: inline-block;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin:5px 4px;
	font-family: Verdana,'微軟正黑體';
	float: left;
	position: relative;
	background:url(pd_bg.jpg) center no-repeat;
}

.freeshipping02{
    text-align: center;
    width: 402px;
    height: 490px;
    display: inline-block;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin:5px 4px;
	font-family: Verdana,'微軟正黑體';
	float: left;
	position: relative;
	background:url(pd_bg02.jpg) center no-repeat;
}

.freeshipping03{
    text-align: center;
    width: 402px;
    height: 490px;
    display: inline-block;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin:5px 4px;
	font-family: Verdana,'微軟正黑體';
	float: left;
	position: relative;
	background:url(pd_bg03.jpg) center no-repeat;
}



.freeshipping_store{
	width: 402px;
	height: 36px;
	display: inline-block;
}

.freeshipping_store img{
	width: 5%;
	position: absolute;
	top: 8px;
	left: 8px;
}

.freeshipping_storename{
	font-size: 16px;
	font-weight:bold;
	color: #7e2e3c;
	text-align: left;
	position: absolute;
	top: 9px;
	left: 9px;
}

.new{
	width: 94px;
	height: 35px;
    position: absolute;
    top:-13px;
    left: -34px;
    z-index: 900;
}


.freeshipping_sticker{
	width: 124px;
	height: 95px;
	position: absolute;
	top: 0px;
	right: 3px;
	z-index: 5;
}
.freeshipping_sticker img,.new img{
	width: 100%!important;
	height: inherit!important;	
}

/*.freeshipping_sticker_price{
	position: relative;
	font-size: 32px;
	color:#fff992;
	text-align: center;
	display: block;
	bottom: 131px;
}*/

.freeshipping_imgbox{margin:0 5px; padding:17px 40px 25px 40px;background:#fff; }

.freeshipping_image-wrapper {
    position: relative;
    padding-bottom: 100%;
    width: 100%;
    background: #fff;
}
.freeshipping_cover-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.freeshipping a img,.freeshipping02 a img,.freeshipping03 a img{
 	width:320px;
	height:320px;
  }
 
.freeshipping_name{
display:block; 
height:62px; 
width: 250px;
margin-bottom:3px; 
color:#000;
font-size:19px;
line-height: 25px; 
overflow:hidden;
float: left;
text-align: left;
padding:8px 0px 0px 8px;
}

.freeshipping_price{
display:block;  
color: #7f1e32;
font-size:20px;
line-height:25px;		
position: relative;
font-weight: bold;	
text-align:right;		
right: 8px;
top:29px;
}
.freeshipping_price sale{
font-size:20px;
letter-spacing:-1px;
position: relative;
top:-1px;
}
.freeshipping_price b{
font-size:40px;
letter-spacing:-2px;
position: relative;
top:-6px;
}
.freeshipping:hover { 
	z-index:5; 
	-webkit-transform:translateY(-4px); 
	transform:translateY(-4px); 
	box-shadow:0 0 5px rgba(0,0,0,0.2);
}
/*三個一套手機版*/

@media (max-width: 768px) {
.freeshipping-content_a{
	width: 100%;
    margin: 0 auto;
    text-align: center;
	padding: 0vw 1vw 1vw 1vw;
}
.freeshipping {
    text-align: center;
    width: calc(100%/3 - 1vw);
    height: 100%;
	margin: 0.5vw;
    display: inline-block;
    -moz-background-size: cover;        /*for Firefox*/
	-webkit-background-size: cover;        /*for Google Chrome、Safari*/
	-o-background-size: cover;       /*for Opera*/
	background-size: cover;
	min-height: 100px;
	background:#fde9ca;
	}
	
.freeshipping02{
    text-align: center;
    width: calc(100%/3 - 1vw);
    height: 100%;
	margin: 0.5vw;
    display: inline-block;
    -moz-background-size: cover;        /*for Firefox*/
	-webkit-background-size: cover;        /*for Google Chrome、Safari*/
	-o-background-size: cover;       /*for Opera*/
	background-size: cover;
	min-height: 100px;
	background:#80cc52;
	}

.freeshipping03{
    text-align: center;
    width: calc(100%/3 - 1vw);
    height: 100%;
	margin: 0.5vw;
    display: inline-block;
    -moz-background-size: cover;        /*for Firefox*/
	-webkit-background-size: cover;        /*for Google Chrome、Safari*/
	-o-background-size: cover;       /*for Opera*/
	background-size: cover;
	min-height: 100px;
	background:#ff81be;
	}

	
	
.freeshipping_store{
	width: 100%;
	height: 9.5vw;
	overflow: hidden;
	display: inline-block;
	
}

.freeshipping_store img{
	width: 5%;
	position: absolute;
	top: 1.8vw;
	left: 1.5vw;
	
}

.freeshipping_storename{
	position: absolute;
	top: 0.8vw;
	left: 1.3vw;
	width: 51%;
	height:8vw; 
	font-size: 2.5vw;
	line-height:4vw; 
	text-align: left;
	overflow: hidden;
}
	
.new{
    position: absolute;
    top: 0.5vw;
    left: 0.5vw;
	width: 40%;
    z-index: 900;
}	
	
.freeshipping_sticker{
	top: 0;
	right: 3%;
	position: absolute;
	z-index: 5;
	width: 41%;
}
.freeshipping_sticker img,.new img{
	width: 100%;
	height: auto!important;	
}

/*.freeshipping_sticker_price{
	position: relative;
	font-size: 2.5vw;
	text-align: center;
	display: block;
	bottom: 11.5vw;
}*/	
	
.freeshipping_imgbox{padding: 0px; }
	
.freeshipping a img,.freeshipping02 a img,.freeshipping03 a img{
    width: 100%;
    height: 100%;
	margin: 0;
	}

.freeshipping_name {
      display:block;
      height: 9.5vw;
      width: 30vw;	
      padding:0.5vw;
      margin: 0vw 0vw 0vw 0.8vw;
      font-size:3.5vw;
      line-height:4.5vw;
      text-align:center;
      overflow:hidden;
	}
	
.freeshipping_price {
     display: block;
	 font-size: 2.5vw;	
     line-height:6vw;
     text-align:center;	
     font-weight: bold;
     right:0vw;	
	 top:0.5vw;
	}
.freeshipping_price sale {
     font-size: 2.5vw;
     letter-spacing:0vw;
     top: 0vw;
     }
.freeshipping_price b {
		font-size: 5vw;
		letter-spacing:0vw;
		top:-0.8vw;
	}
    .btm_ad{ width:100%;}
	.btm_ad ul{width:100%; padding-bottom:1vw; list-style-type:none;margin: 0;padding:0px;}
	.btm_ad ul li{width: calc(100%/2 - 5px);display:inline-block;margin:-0px; padding:0px;}
	.btm_ad li img{ width:100%;}
}

/*END/三個一套手機版*/

/***************** END/套版CSS *********************/


/*****************  二個一組-店名 套版CSS *********************/
.clearfix:before, .clearfix:after {   
    content:"";   
    display:table;   
}   
.clearfix:after{   
    clear:both;   
    overflow:hidden;   
}   
.clearfix{   
    *zoom:1;   
}

.content_a{
	width:1240px;
	margin:0 auto;
	text-align:center;
	padding:0px 15px 13px 15px;
}

.store01{
	width:590px;
	display:inline-block;
	position: relative;
    background: #cf7997;
	border: 3px solid #cf7997;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
     border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin: 0px 2px 12px 2px;
	}
.store02{
	width:590px;
	display:inline-block;
	position: relative;
    background: #4d6bd8;
	border: 3px solid #4d6bd8;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin: 0px 2px 12px 2px;
	}
.store03{
	width:590px;
	display:inline-block;
	position: relative;
    background: #82c95b;
	border: 3px solid #82c95b;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin: 0px 2px 12px 2px;
	}
.store04{
	width:590px;
	display:inline-block;
	position: relative;
    background: #ff8417;
	border: 3px solid #ff8417;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin: 0px 2px 12px 2px;
	}

.store_name{
	width:580px;
	display:inline-block;
	}
.discoutcode{
	position: absolute;
	left: 30px;
	top: 17px;
	font-size: 30px;
	font-weight: bold;
}
.discoutstorename{
	position: absolute;
	left: 97px;
	top: 22px;
	text-align: right;
	font-size: 28px;
	font-weight: bold;
	font-family: '微軟正黑體';
	color: #595959;
}
input.discoutcode{
	width: 350px;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.pd,.pd2,.pd3,.pd4,.pd5{
    text-align: center;
    width: 284px;
    height: 375px;
    display: inline-block;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 4px;
	background: no-repeat center top #fff;
	font-family: Verdana,'微軟正黑體';
	float: left;
}
.pd{background:#fff;}
.pd2{background:url() center center no-repeat #fff;}
.pd3{background:url() center center no-repeat #fff;}
.pd4{background:url() center center no-repeat #fff;}
.pd5{background:url() center center no-repeat #fff;}

.pd:hover { 
	z-index:5; 
	-webkit-transform:translateY(-4px); 
	transform:translateY(-4px); 
	box-shadow:0 0 20px rgba(0,0,0,0.2);
}

.imgbox{padding: 15px;}

.pd_image-wrapper {
    position: relative;
    padding-bottom: 100%;
    width: 100%;
    background: #f1f1f1;
}
.pd_cover-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.pd a img,.pd2 a img,.pd3 a img,.pd4 a img,.pd5 a img{
 	width:256px;
	height:256px;
  }

  
.pdtitle{
text-align:center;
display:inline-block;
-moz-background-size: cover;
    background-size: cover;
	vertical-align: top;
	width: 590px;
    height: 460px;
	float: none;
}

.title{
display:block; 
height:30px; 
margin:13px 0 5px 0; 
font-size:18px;
line-height: 30px;
overflow:hidden;
background-color:#d2d2d2;
color:#d2d2d2; 

}
.name{
display:block; 
height:50px; 
margin-bottom:3px; 
color:#1c1c1c;
font-size:19px;
line-height: 24px; 
overflow:hidden;
}
.price{
display:block; 
color: #90001e;
font-size:20px;
line-height: 24px;
font-weight: bold;
position: relative;
top: 6px;
}
.price sale{
font-size:20px;
position: relative;
top: 2px;
}
.price b{
font-size:30px;
letter-spacing:-1px;
	position: relative;
	top: -5px;
}

/*套版手機版*/
@media (max-width: 768px) {
	.content_a{
	width: 100%;
    margin: 0 auto;
    text-align: center;
	padding: 0vw 1vw 1vw 1vw;
}
	
	.store01,.store02,.store03,.store04{
	width:100%;
    display: inline-block;
	position: relative;
	margin:0vw 0vw 2vw 0vw;
	border-top-left-radius: 5vw;
    border-top-right-radius: 5vw;
    border-bottom-right-radius: 1vw;
    border-bottom-left-radius: 1vw;	
	}
	.store_name{
	width:100%;
	display:inline-block;
	}
	.discoutcode{
	position: absolute;
	left: 5vw;
	top: 3vw;
	font-size:5vw;
	font-weight: bold;
	z-index:0;
}
.discoutstorename{
	position: absolute;
	left: 16vw;
	top: 3.5vw;
	text-align: right;
	font-size:4.7vw;
	font-weight: bold;
	font-family: '微軟正黑體';
}
	input.discoutcode{
	width: 55vw;
	z-index:0;	
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.pdtitle{
text-align:center;
display:inline-block;
-moz-background-size: cover;
background-size: cover;
vertical-align: top;
width: 100%;
height: 100%;
margin-bottom: 5px;
}

	.pdtitle-image img{object-fit:cover;}	
	.pd {
    text-align: center;
    width:calc(100%/2 - 1.4vw);
    height: 100%;
	margin: 0.7vw;
    display: inline-block;
    -moz-background-size: cover;        /*for Firefox*/
	-webkit-background-size: cover;        /*for Google Chrome、Safari*/
	-o-background-size: cover;       /*for Opera*/
	background-size: cover;
		min-height: 100px;
	}

	.pd{background: #fff;}
	.imgbox{padding: 0px;}
	.pd a img, .pd2 a img, .pd3 a img, .pd4 a img, .pd5 a img, .pd6 a img {
    width: 100%;
    height: 100%;
		margin: 0;
	}

	.name {
		display:block;
	padding:0;
	margin: 1px 0;
	color:#1c1c1c;
	font-size: 4vw;
	line-height:5.5vw;
	height: 10.5vw;
	overflow:hidden;
	}
	.price {
    display: block;
    font-size: 3.6vw;
	line-height:7vw;
	font-weight: bold;
	top:1vw;	
	}
	.price sale{
		font-size: 3.6vw;
		top:0vw;
	}
	.price b {
		font-size: 5.5vw;
		letter-spacing: -1px;
		top:-0.8vw;
	}
}
/*END/套版手機版*/

/***************** END/二個一組-店名 套版CSS *********************/


/***************** 四個一套 套版CSS *********************/
.clearfix:before, .clearfix:after {   
    content:"";   
    display:table;   
}   
.clearfix:after{   
    clear:both;   
    overflow:hidden;   
}   
.clearfix{   
    *zoom:1;   
}
.content_A {
    width: 1240px;
    margin: 0 auto;
    text-align: center;
	padding:0px 0px 5px 0px;
}
.v2pd {
	position: relative;
    text-align: center;
    width: 300px;
    height: 410px;
    display: inline-block;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 10px;
	background:url(store_pd.jpg) no-repeat center top;/*套版圖背景*/
	font-family: Verdana,'微軟正黑體';
}

.v2pd:hover { 
	z-index:5; 
	-webkit-transform:translateY(-4px); 
	transform:translateY(-4px); 
	box-shadow:0 0 20px rgba(0,0,0,0.2);
}	

.v2pd a img{
	  width:250px;
	  height:250px;
	  margin-bottom: 8px;
  }
  
.v3pd {
	position: relative;
    text-align: center;
    width: 300px;
    height: 410px;
    display: inline-block;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 10px;
	background:url(store_pd-1.jpg) no-repeat center top;/*套版圖背景*/
	font-family: Verdana,'微軟正黑體';
}

.v3pd:hover { 
	z-index:5; 
	-webkit-transform:translateY(-4px); 
	transform:translateY(-4px); 
	box-shadow:0 0 20px rgba(0,0,0,0.2);
}	

.v3pd a img{
	  width:250px;
	  height:250px;
	  margin-bottom: 8px;
  }

.v4pd {
	position: relative;
    text-align: center;
    width: 300px;
    height: 410px;
    display: inline-block;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 10px;
	background:url(store_pd-2.jpg) no-repeat center top;/*套版圖背景*/
	font-family: Verdana,'微軟正黑體';
}

.v4pd:hover { 
	z-index:5; 
	-webkit-transform:translateY(-4px); 
	transform:translateY(-4px); 
	box-shadow:0 0 20px rgba(0,0,0,0.2);
}	

.v4pd a img{
	  width:250px;
	  height:250px;
	  margin-bottom: 8px;
  }

.v2stname{
	display:block; 
	height:30px; 
	padding: 3px 0px 3px;
	margin-bottom: 2px;
	font-family: sans-serif;
	font-size:13px;
	line-height: 20px;
	color: #fff7b1;
	overflow:hidden;
	-webkit-text-size-adjust:none; 
	}
	
.v3stname{
	display:block; 
	height:30px; 
	padding: 3px 0px 3px;
	margin-bottom: 2px;
	font-family: sans-serif;
	font-size:13px;
	line-height: 20px;
	color: #fff7b1;
	overflow:hidden;
	-webkit-text-size-adjust:none; 
	}
.v4stname{
	display:block; 
	height:30px; 
	padding: 3px 0px 3px;
	margin-bottom: 2px;
	font-family: sans-serif;
	font-size:13px;
	line-height: 20px;
	color: #fff7b1;
	overflow:hidden;
	-webkit-text-size-adjust:none; 
	}

.new02{
	width: 89px;
	height: 34px;
    position: absolute;
    top: 34px;
    left: 9px;
    z-index: 900;
}

.new02 img{
	width: 100%!important;
	height: inherit!important;	
}

.v2title{
	display: block;
	height: 38px;
    text-align: center;
    color: #fff;
    margin: 0px;
    padding: 0px 5px;
	font-size: 20px;
	line-height: 38px;
	font-weight: bold;
	font-family: Verdana,'微軟正黑體';
	overflow: hidden;
	}
.v3title{
	display: block;
	height: 38px;
    text-align: center;
    color: #fff;
    margin: 0px;
    padding: 0px 5px;
	font-size: 20px;
	line-height: 38px;
	font-weight: bold;
	font-family: Verdana,'微軟正黑體';
	overflow: hidden;
	}
.v4title{
	display: block;
	height: 38px;
    text-align: center;
    color: #fff;
    margin: 0px;
    padding: 0px 5px;
	font-size: 20px;
	line-height: 38px;
	font-weight: bold;
	font-family: Verdana,'微軟正黑體';
	overflow: hidden;
	}

.v2name{
	display:block; 
	height:46px; 
	padding-top: 2px;
	color:#1c1c1c; 
	font-size:19px;
	line-height: 21px; 
	overflow:hidden;
}
.v3name{
	display:block; 
	height:46px; 
	padding-top: 2px;
	color:#1c1c1c; 
	font-size:19px;
	line-height: 21px; 
	overflow:hidden;
}
.v4name{
	display:block; 
	height:46px; 
	padding-top: 2px;
	color:#1c1c1c; 
	font-size:19px;
	line-height: 21px; 
	overflow:hidden;
}

.v2pd a p{
	height: 36px;
	line-height: 36px;
	display: block;
	position: relative;
	top:-2px;
}
.v2pd a p del {
    padding-right: 5px;
    font-size: 14px;
    color: #5e5e5e;
}
.v2pd a p b {
    font-size: 15px;
    letter-spacing: -1px;
	color: #873150;
	position: relative;
	top:4px;
}
.v3pd a p{
	height: 36px;
	line-height: 36px;
	display: block;
	position: relative;
	top:-2px;
}
.v3pd a p del {
    padding-right: 5px;
    font-size: 14px;
    color: #5e5e5e;
}
.v3pd a p b {
    font-size: 15px;
    letter-spacing: -1px;
	color: #873150;
	position: relative;
	top:4px;
}
.v4pd a p{
	height: 36px;
	line-height: 36px;
	display: block;
	position: relative;
	top:-2px;
}
.v4pd a p del {
    padding-right: 5px;
    font-size: 14px;
    color: #5e5e5e;
}
.v4pd a p b {
    font-size: 15px;
    letter-spacing: -1px;
	color: #873150;
	position: relative;
	top:4px;
}
.v2price {
    color: #873150;
    font-size:32px;
	font-weight: bold;
	letter-spacing:-1px;
	padding-right:2px;
}
.v3price {
    color: #873150;
    font-size:32px;
	font-weight: bold;
	letter-spacing:-1px;
	padding-right:2px;
}
.v4price {
    color: #873150;
    font-size:32px;
	font-weight: bold;
	letter-spacing:-1px;
	padding-right:2px;
}



/*   套版手機版   */
@media screen and (max-width: 768px){
	.content_A {
    width:100%;
	height: 100%;
	margin:0 auto;
	text-align:center;
	padding:0px 4px 4px 4px;
	background-image: none !important;
}
.content_A .v2pd {
    background: #fefce5;
}
.v3pd {
    background: #fefce5;
}
.v4pd {
    background: #fefce5;
}
  .v2pd a img,.v3pd a img,.v2pd2 a img, .v2pd3 a img, .v2pd4 a img, .v2pd5 a img {
    width: 90%;
    height: 90%;
    margin: 4px auto;
}
.v2pd{
	position: relative;
    text-align: center;
    width: calc(100%/2 - 3px);
    height: 100%;
    /*padding: 0px 2px;*/
    display: inline-block;
	-moz-background-size: cover;
    background-size: cover;
	margin-bottom: 5px;
	border: 2px solid #ff765e;
  }
.v3pd{
	position: relative;
    text-align: center;
    width: calc(100%/2 - 3px);
    height: 100%;
    /*padding: 0px 2px;*/
    display: inline-block;
	-moz-background-size: cover;
    background-size: cover;
	margin-bottom: 5px;
	border: 2px solid #ef8a52;
  }
.v4pd{
	position: relative;
    text-align: center;
    width: calc(100%/2 - 3px);
    height: 100%;
    /*padding: 0px 2px;*/
    display: inline-block;
	-moz-background-size: cover;
    background-size: cover;
	margin-bottom: 5px;
	border: 2px solid #d40000;
  }

.v2stname{
	display:inline-block;
	text-align: center;
	width: 90%;
	height: auto;
	border-radius: 0px 0px 30px 30px ;
	background-color: #ff765e;
	padding:2px 0px;
	font-size:11px;
	line-height: 15px;
	overflow:hidden;
	-webkit-text-size-adjust:none; 
	}
.v3stname{
	display:inline-block;
	text-align: center;
	width: 90%;
	height: auto;
	border-radius: 0px 0px 30px 30px ;
	background-color: #ef8a52;
	padding:2px 0px;
	font-size:11px;
	line-height: 15px;
	overflow:hidden;
	-webkit-text-size-adjust:none; 
	}
.v4stname{
	display:inline-block;
	text-align: center;
	width: 90%;
	height: auto;
	border-radius: 0px 0px 30px 30px ;
	background-color: #d40000;
	padding:2px 0px;
	font-size:11px;
	line-height: 15px;
	overflow:hidden;
	-webkit-text-size-adjust:none; 
	}
.new02{
    position: absolute;
    top: 6.5vw;
    left: 1vw;
	width: 32%;
    z-index: 900;
}	
	
.new02 img{
	width: 100%;
	height: auto!important;	
}	
	
.v2title{
	display: block;
	height: 8vw;
    color: #fff;
	font-size:4vw;;
	line-height: 8vw;
	font-weight: bold;
    background: -webkit-linear-gradient(left,#ff765e,#fd9381,#ff765e);
    background: -o-linear-gradient(right,#ff765e,#fd9381,#ff765e);
    background: -moz-linear-gradient(right,#ff765e,#fd9381,#ff765e);
    background: linear-gradient(to right,#ff765e,#fd9381,#ff765e);
	overflow: hidden;
	}
.v3title{
	display: block;
	height: 8vw;
    color: #fff;
	font-size:4vw;;
	line-height: 8vw;
	font-weight: bold;
    background: -webkit-linear-gradient(left,#ef8a52,#fd9d68,#ef8a52);
    background: -o-linear-gradient(right,#ef8a52,#fd9d68,#ef8a52);
    background: -moz-linear-gradient(right,#ef8a52,#fd9d68,#ef8a52);
    background: linear-gradient(to right,#ef8a52,#fd9d68,#ef8a52);
	overflow: hidden;
	}
.v4title{
	display: block;
	height: 8vw;
    color: #fff;
	font-size:4vw;;
	line-height: 8vw;
	font-weight: bold;
    background: -webkit-linear-gradient(left,#d40000,#e12727,#d40000);
    background: -o-linear-gradient(right,#d40000,#e12727,#d40000);
    background: -moz-linear-gradient(right,#d40000,#e12727,#d40000);
    background: linear-gradient(to right,#d40000,#e12727,#d40000);
	overflow: hidden;
	}
	
.v2name{
	display:block;
	padding:0;
	margin: 1px 0;
	color:#1c1c1c;
	font-size: 3.6vw;
	overflow:hidden;
	height: 10vw;
	line-height:5vw;
}
.v3name{
	display:block;
	padding:0;
	margin: 1px 0;
	color:#1c1c1c;
	font-size: 3.6vw;
	overflow:hidden;
	height: 10vw;
	line-height:5vw;
}
.v4name{
	display:block;
	padding:0;
	margin: 1px 0;
	color:#1c1c1c;
	font-size: 3.6vw;
	overflow:hidden;
	height: 10vw;
	line-height:5vw;
}
.v2pd a p{
	margin: 0;
    padding: 0 3px;
	height: 7vw;
	line-height:8vw;
	position: relative;
	top:-1vw;
}
.v2pd a p del {
    padding-right: 2px;
    font-size: 12px;
	letter-spacing: -1px;
    color: #5e5e5e;
}
.v2pd a p b {
    font-size: 13px;
	margin-right: -3px;
    letter-spacing: -1px;
}
.v2price {
    font-size: 6vw;
	padding-right:1px;
}
.v3pd a p{
	margin: 0;
    padding: 0 3px;
	height: 7vw;
	line-height:8vw;
	position: relative;
	top:-1vw;
}
.v3pd a p del {
    padding-right: 2px;
    font-size: 12px;
	letter-spacing: -1px;
    color: #5e5e5e;
}
.v3pd a p b {
    font-size: 13px;
	margin-right: -3px;
    letter-spacing: -1px;
}
.v3price {
    font-size: 6vw;
	padding-right:1px;
}
.v4pd a p{
	margin: 0;
    padding: 0 3px;
	height: 7vw;
	line-height:8vw;
	position: relative;
	top:-1vw;
}
.v4pd a p del {
    padding-right: 2px;
    font-size: 12px;
	letter-spacing: -1px;
    color: #5e5e5e;
}
.v4pd a p b {
    font-size: 13px;
	margin-right: -3px;
    letter-spacing: -1px;
}
.v4price {
    font-size: 6vw;
	padding-right:1px;
}

}
/***************** END/四個一套 套版CSS *********************/



/* Shrink 移入移出效果 */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}


/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}



/* 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;
}

