﻿/*  基本通用css  */
body { 
  margin     : 0; 
  padding    : 0;
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, Arial, sans-serif;
} 
/*全版面*/
.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;}
.mobile_mainKv{max-width: 1240px; margin: 0 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; }
	.mainKv img {max-width:100%;height:auto !important;}
}

/*背景*/
.bg { position: relative; background:url(bg01.jpg) no-repeat top center;}
.bg02{ position: relative; background:url(bg02.jpg) no-repeat top center;}
.bg03{ position: relative; background:url(bg03.jpg) repeat-y center top;}
.bg04{ position: relative; background:#fee03c;}
.bg05{ position: relative; background:#fee03c;}

.bg06{ position: relative; background:url(bg05.jpg) repeat-y center top;}
.topBg{
	text-align:center;
	background:url(1240x90_bg.jpg) repeat-y center top;
	}
.topBg4{
	background:#a30f14;
	color:#fff;
}

@media screen and (max-width:1240px){ /*手機版的背景圖尺寸寬要1240px*/
	.bg{ 
		background-image:url(bg01-m.jpg);
		background-size:100%;
    	background-position: top center;
    	background-repeat: no-repeat;
	}
	.bg02{
		background-image:url(bg02-m.jpg);
		background-size:100%;
    	background-position: top center;
    	background-repeat: no-repeat;
	}
	.bg03{
		background-image:url(bg03-m.jpg);
		background-size:100%;
    	background-position: top center;
    	background-repeat: repeat;
	}
	.bg04{
		background-color: #fee03c;
		background-size:100%;
    	background-position: top center;
    	background-repeat: repeat;
	}
	.bg06{
		background-image:url(bg05-m.jpg);
		background-size:100%;
    	background-position: top center;
    	background-repeat: repeat;
	}
	.topBg3{
	text-align:center;
	background:url(bg_01_1240.jpg) repeat-y center top;
	background-size:100%;
	}
.top{text-align:center;
     width:300px;
     height:375px;
     display:inline-block;
     margin-bottom: 15px;	
}
ul.host1{width:100%; margin: 0 auto;}
	ul.host1 li { display:inline-block;}
	ul.host1 li img{ width:100%;  }
}

.tip a:hover{
	position: relative;
	top:-5px;
}


/* 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}

.head{width: 1240px; margin: 0 auto;}
.logo{width: 260px; display: inline-block; cursor: pointer;}
.fb-btn{padding-top: 20px; float: right;}
.rule{ width: 1220px; margin: 0 auto; padding:10px; font-size:18px; line-height:30px; text-align:left;}
.rule a{color: #FFE500;}
.footerbox{width: 1240px; margin: 0 auto;}


/********* 右側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: 122px;
    position: fixed;
    z-index: 999;
    top: 180px;
    right: 0;
    background-color:#d5252b;
	border-radius: 16px 0px 0px 16px;
}
.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: #aa1d22;
    color: #fdfab0;
	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: 40px;
    z-index: 999;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 5px;
    font-weight: bold;
	background-color: #aa1d22;
    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: #FFFFFF;
}
#menu span {
    vertical-align: baseline;
    font-weight: normal;
    color: #fff;
}
#menu .btn-bottom {
    height: 100%;
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0 3px;
    white-space:nowrap;
}

#menu .btn-bottom:nth-last-child(1)::before {
    width: 0px;
}
/********* END手機板上方menu *********/	


@media only screen and (max-width: 1200px) {
    .RmenuArrow, .RmenuBox  { display: none !important; }
	.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%; padding:10px 15px; font-size: 13px; line-height:18px; text-align:left; color: #ffffff;}
	.rule{ 
		max-width:1240px; 
		margin: 0 auto; 
		padding:10px 20px;
		font-size: 13px;
		line-height:18px; 
		text-align:left; 
		color: #fff;
	}
	.rule ul{margin: 0; padding:5px 0 20px 20px; list-style:decimal; }
	
}

/*****************  套版CSS *********************/
.clearfix:before, .clearfix:after {   
    content:"";   
    display:table;   
}   
.clearfix:after{   
    clear:both;   
    overflow:hidden;   
}   
.clearfix{   
    *zoom:1;   
}
.three-freeshipping-content_a{
	width:1240px;
	margin:0 auto;
	text-align:center;
	padding:4px;
	background-color: #fee03c;
}

.three-freeshipping{
    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: 4px;
	background: no-repeat center top #fff;
	font-family: Verdana,'微軟正黑體';
	float: left;
	position: relative;
}
.three-freeshipping{background:url(3pd-bg.jpg) center no-repeat;}

.three-freeshipping_store{
	width: 402px;
	display: inline-block;
	margin:8px 0px;
}

.three-freeshipping_store img{
	width: 100%;
	display: block;
}

.three-freeshipping_storename{
	position: absolute;
	font-size: 14px;
	color: #fdfab0;
	text-align: left;
	top:10px;
	left: 38px;
}

.three-freeshipping_sticker{
	width: 153px;
	height: 150px;
	top: 0px;
	right: -1px;
	position: absolute;
	z-index: 5;
}
.three-freeshipping_sticker img{
	width: 100%!important;
	height: inherit!important;	
}

.three-freeshipping_sticker_price{
	position: relative;
	font-size: 32px;
	color:gold;
	text-align: center;
	display: block;
	margin-top: -145px;
}

.three-freeshipping_imgbox{margin:0 5px; padding:17px 40px 25px 40px;background:#fff; }

.three-freeshipping_image-wrapper {
    position: relative;
    padding-bottom: 100%;
    width: 100%;
    background: #fff;
}
.three-freeshipping_cover-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.three-freeshipping a img{
 	width:320px;
	height:320px;
  }
 
.three-freeshipping_name{
display:block; 
height:65px; 
width: 250px;
margin-bottom:3px; 
color:#fff;
font-size:19px;
line-height: 25px; 
overflow:hidden;
float: left;
text-align: left;
padding:8px 0px 0px 8px;
}

.three-freeshipping_price{
display:block;  
color: #fffb06;
font-size:20px;
line-height:25px;		
position: relative;
font-weight: bold;	
text-align:right;		
right: 8px;
top:33px;
}
.three-freeshipping_price sale{
font-size:20px;
letter-spacing:-1px;
position: relative;
top:-1px;
}
.three-freeshipping_price b{
font-size:40px;
letter-spacing:-2px;
position: relative;
top:-7px;
}
.three-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) {
	.three-freeshipping-content_a{
	width: 100%;
    margin: 0 auto;
    text-align: center;
	padding: 1vw;
}
	.three-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;
	}

	.three-freeshipping{background: #f15f4c; }
	
.three-freeshipping_store{
	width: 100%;
	height: 5vw;
	overflow: hidden;
	display: inline-block;
	
}

.three-freeshipping_store img{
	width: 100%;
	display: block;
}

.three-freeshipping_storename{
	position: absolute;
	font-size: 2.5vw;
	color: #fffb06;
	text-align: left;
	top:0.5vw;
	left: 3vw;
	width: 50%;
	overflow: hidden;
	padding-top: 0.5vw;
}
	
.three-freeshipping_sticker{
	top: 0;
	right: 2%;
	position: absolute;
	z-index: 5;
	width: 35%;
	height: 35%;
}
.three-freeshipping_sticker img{
	width: 100%;
	height: auto!important;	
}

.three-freeshipping_sticker_price{
	position: relative;
	font-size: 2.5vw;
	color:gold;
	text-align: center;
	display: block;
	margin-top: -90%;
}	
	
	.three-freeshipping_imgbox{padding: 0px; }
	.three-freeshipping a img{
    width: 100%;
    height: 100%;
	margin: 0;
	}

	.three-freeshipping_name {
      display:block;
      height: 9.5vw;
      width: 30vw;	
      padding:0.5vw;
      margin: 0.5vw 0 0;
      color:#fff;
      font-size:3.5vw;
      line-height:4.5vw;
      text-align:center;
      overflow:hidden;
      float: none;
	}
	
	.three-freeshipping_price {
     display: block;
     color: #fffb06;
	 font-size: 2.5vw;	
     line-height:6vw;
     text-align:center;	
     font-weight: bold;
     right:0vw;	
	 top:0.5vw;
	}
	.three-freeshipping_price sale {
     font-size: 2.5vw;
     letter-spacing:0vw;
     top: 0vw;
     }
	.three-freeshipping_price b {
		font-size: 4.5vw;
		letter-spacing:0vw;
		top:-0.6vw;
	}

}

/*END/三個一套手機版*/

/***************** END/套版CSS *********************/

/* -- 好評推薦大賣家 -- */
.recommendstore{
	padding-bottom:10px;
	margin: 0px auto;
	width: 1248px;
}
.recommendstore li{display: inline-block;}
@media (max-width: 768px) {
	.recommendstore{width: 100%;}
}
/* -- 推薦賣家清單 -- */
.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:90px;
	text-align:center;
	font-weight:bold;
	background:#fff5b4;
	border:1px solid #a4a4a4;
	display:inline-block;
	margin:5px 4px;
}
.list_pic {
	float:right;
	background-color:#FFF;
	display:inline-block;
}
.list_pic img{width:88px; height: 88px;object-fit:cover; }
.list_name {
	width:267px;
	height:50px;
	overflow:hidden;
	font-size:26px;
	line-height:42px;
	color:#ff3e3e;
	letter-spacing:-1px;
	text-align:center;
	padding:5px 0;
	border-bottom:1px solid #807e71;
	margin:0 20px;
}
.list_title {
	width:267px;
	height:30px;
	overflow:hidden;
	font-size:22px;
	line-height:30px;
	text-align:center;
	color:#3e3e3e;
	letter-spacing:-1px;
	padding:5px 0;
	margin:0 20px;
}
@media screen and (max-width:768px){
	.shoplist{
	  width:100%;
	  margin:0 auto;
	  padding:0;
	}
	.shoplist a{text-decoration:none;}
	.list {
		width:calc(100%/2 - 3px);
		height:100%;
		text-align:center;
		font-weight:bold;
		background:#fff5b4;
		border:1px solid #a4a4a4;
		margin:2px 0;
	}
	.list_pic {
		float:right;
		background-color:#FFF;
		display:inline-block;
		width:38%;
		height: 19vw;
		overflow: hidden;
	}
	.list_pic img{ 
		width:100%;
		height: 100%;
		object-fit:contain;
	}
	.list_name {
		width:60%;
		overflow:hidden;
		font-size:3vw;
		line-height:10vw;
		height: 10vw;
		color:#ff3e3e;
		letter-spacing:-1px;
		text-align:center;
		padding:0px 1px;
		margin:0px;
		border-bottom:1px solid #807e71;
	}
	.list_title {
		width:60%;
		overflow:hidden;
		font-size:3vw;
		line-height:8vw;
		height: 8vw;
		text-align:center;
		color:#3e3e3e;
		letter-spacing:-1px;
		padding:1px;
		margin:0 auto;
	}

}

/*主打*/
.ninebox{width:1240px;margin:0 auto;padding:0;}
.ninebox li img { width: 606px;}
.ninebox ul{ width: 1240px;list-style:none; margin:0; padding-left: 8px;}
.ninebox ul li{display:inline-block;margin:-32px 0 0; padding:0;}
.ninebox li:hover{
	-webkit-transform:translateY(-2px); 
	transform:translateY(-2px); 
}


@media only screen and (max-width: 931px) {
.ninebox{width:100%;margin:0 auto;padding:0;}
.ninebox li img { width:100%;}
.ninebox ul{width:100%;list-style:none; margin:0; padding-bottom:6px;padding-left: 1%;}
.ninebox ul li{width:calc(100%/2 - 5px);display:inline-block;margin: -3% 0 0; padding:0;}
}

/*分類標題*/
.category{width:1240px;margin:0 auto;padding:0;}
.category li img { width: auto;}
.category ul{ width: 1240;list-style:none; margin:0 auto; padding-bottom:0px;}
.category ul li{display:inline-block;margin:0 -1px; padding:0;}

@media only screen and (max-width: 931px){
	.category{width: 100%;margin: 0;padding: 0;}
	.category li img{width: 33%;}
}

/*好店推薦*/
.store-list{width:1240px;margin:0 auto;padding:0;}
.store-list li img { width: 405px;}
.store-list ul{ width: 1240px;list-style:none; margin:0; padding-bottom:20px;padding-left: 8px;}
.store-list ul li{display:inline-block;margin:0; padding:0;}
.store-list li:hover{
	-webkit-transform:translateY(-2px); 
	transform:translateY(-2px); 
}


@media only screen and (max-width: 931px) {
.store-list{width:100%;margin:0 auto;padding:0;}
.store-list li img { width:100%;}
.store-list ul{width:100%; list-style:none; margin:0; padding-bottom:6px;padding-left: 1%;}
.store-list ul li{width:calc(100%/2 - 5px);display:inline-block;margin:0; padding:0;}
}

/*標題動效*/
.slide-in-right {
	-webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation-delay: 1s;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-6-27 15:31:23
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}