﻿/*  基本通用css  */
body { 
  margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
  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;}
.forWeb{display: block;}
.forPhone {display:none;}
.kvall{max-width: 1240px; margin: 0 auto; position: relative;}
.mainKv{max-width: 1240px; margin: 0 auto; position: relative;}
/* 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;}
.outerbg {background: url(indexbg.jpg) no-repeat center top #ff5748;}
.top_logo {
    width: 1240px;
    text-align: left;
    margin: 0 auto;
}
/*背景*/
.bg { position: relative; background:url(bgtop.jpg) no-repeat top center #93f2f4;}
.bg1{ position: relative; background:url(eavesbg1.jpg) no-repeat top center #93f2f4;no-repeat;}
.bg2{ position: relative; background:url(eavesbg2.jpg) no-repeat top center #bbeffd;no-repeat;}
.bg3{position: relative;
     text-align:center;
	background-image:url(bgbody.jpg);
	background-repeat:repeat-y;
	background-position:center top;
	background-color:#a0090a;}
.top2{text-align:center;
     width:300px;
     height:467px;
     display:inline-block;
     margin-bottom: 15px;	
}
.top3{text-align:center;
     width:305px;
     height:250px;
     display:inline-block;
}
.top4{text-align:center;
     width:305px;
     height:280px;
     display:inline-block;
}


ul.host1{width:1240px; margin: 0 auto;}
ul.host1 li {display:inline-block; margin:2px;padding-bottom:6px;}

@media screen and (max-width:768px){ 
	.WRAPPER{background-size:100%;} 
	.forWeb{display: none;}
	.forPhone {display: block;}
	.mainKv img {max-width:100%;height:auto !important;}
	.footer { padding: 5px 0px; }
	.footer img{width: 40%; height:auto;}
.bg{background-image:url(mbg.jpg);
	background-size:100%;
    	background-position: top center;
    	background-repeat: no-repeat;
        background-color:#93f2f4;}
.bg1{background-image:url(eavesbg1.jpg);
	background-size:100%;
    	background-position: top center;
    	background-repeat:repeat;
        background-color:#93f2f4;
	}	
.bg2{background-image:url(eavesbg2.jpg);
	background-size:100%;
    	background-position: top center;
    	background-repeat:repeat;
        background-color:#bbeffd;
	}
.top2{ width: calc(100%/2 - 4px);
	  height: 100%;
          margin: 5px 0px 0px 0px;
          padding: 0px;
          display: inline-block;

	}

.top2 img {  width:100%;  height:auto;}

.top3{ width: calc(100%/2 - 4px);
       height: 100%;
       margin: 5px 0px 0px 0px
       padding: 0px;
       display: inline-block;}
.top3 img {  width:100%;  height:auto;}

.top4{ width: calc(100%/2 - 4px);
       height: 100%;
       margin: 5px 0px 0px 0px
       padding: 0px;
       display: inline-block;}
.top4 img {  width:100%;  height:auto;}
ul.host1{width:100%; margin: 0 auto;}
	ul.host1 li { display:inline-block;}
	ul.host1 li img{ width:99%; padding:0px; }



}

/********* 右側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: #434343;
}
.RmenuArrow:hover {
    background-color: #434343;
}
#RMenuIn {
    display: none;
}
.RmenuBox {
    width: 122px;
    position: fixed;
    z-index: 999;
    top: 180px;
    right: 0;
    background-color:#00ffff;

}
.RmenuBox ul{padding:0; margin:0;}
.RmenuBox li {
    width: 100%;
    text-align: center;
	list-style:none;
	padding:0;
	margin:0;
}
.RmenuBox p{margin:0; }
.RMenuBtn, #RmenuTop a {
    width: 100%;
    text-align: center;
    padding: 12px 5px 8px;
    margin-bottom: 1px;
    font-size: 14px;
    line-height:15px;
    cursor: pointer;
    position: relative;
    color: #000;
}
.RMenuBtn2
{    background-color:#ffcf17;}



.RMenuBtn:hover, .RMenuBtn2:hover, li.nav-active, li.nav-active p {
    background-color: #ff00ea;
    color: #fff100;
}
.RMenuBtn::before {
    content: '';
    position: absolute;
    width: 86%;
    height: 1px;
    bottom: -1px;
    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: 10vw;
    z-index: 999;
    text-align: center;
    color: #fff;
    font-size: 5vw;
    line-height: 5vw;
    padding: 10px 5px 0 5px;
    font-weight: bold;
	background-color: #2e1104;
    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: #00ffff;
}
#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: 0 3px;
    white-space:nowrap;
}

#menu .btn-bottom:nth-last-child(1)::before {
    width: 0px;
}
/*tab active效果*/
#menu .active {
    text-decoration: none;
	color: #FFF;
}

/********* END手機板上方menu *********/	

@media only screen and (max-width: 1200px) {
    .RmenuArrow, .RmenuBox  { display: none !important; }

}

/*****************  套版CSS *********************/
/*--------套板---------*/

.wrap{
width:1240px;
margin:0 auto;
text-align:center;
padding-bottom:5px;
padding-top:15px;
}
.wrap2{
width:1240px;
margin:0 auto;
text-align:center;
padding-bottom:20px;
padding-top:0px;
}
.content_A {

    width: 1240px;
    margin: 0 auto;
    text-align: center;
    padding: 4px;
}

.content_B {
    width: 1240px;
    margin: 0 auto;
    text-align: center;
	 padding: 4px;
}
.content_C {
    width: 1240px;
    margin: 0 auto;
    text-align: center;
	 padding: 4px;
}
.content_D {
    width: 1240px;
    margin: 0 auto;
    text-align: center;
	 padding: 4px;
}
.content_E {
    width: 1240px;
    margin: 0 auto;
    text-align: center;
}
.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:4px;
}
.content_a{background:url(bg_01_1240.jpg) repeat-y;}
.pdtitle{
text-align:center;
display:inline-block;
-moz-background-size: cover;
    background-size: cover;
	vertical-align: top;
	width: 606px;
    height: 409px;
	float: left;
    margin-left: 10px;

}

.pd:hover { 
	z-index:5; 
	-webkit-transform:translateY(-4px); 
	transform:translateY(-4px); 
	box-shadow:0 0 20px rgba(0,0,0,0.2);
}
.pd {
    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(toppd.jpg) no-repeat center top;
	font-family: Verdana, Microsoft JhengHei;
}
.content_A .pd {/*套版商品底圖*/
    background: url(toppd.jpg) no-repeat center top;
}

.pd a img{
	  width:270px;
	  height:270px;
		margin: 6px auto;
  }

.name{
	display:block; 
	height:60px; 
	padding-top: 10px;
	color:#000000; 
	font-size:19px;
	line-height: 25px; 
	overflow:hidden;
}

.pd a p{
	height: 32px;
	line-height: 32px;
	display: block;
	margin-top:0px;
}
.pd a p del {
    padding-right: 5px;
    font-size: 14px;
    color: #5e5e5e;
}
.pd a p b {
    font-size: 15px;
    letter-spacing: -1px;
	color: #ff0060;
}
.price {
    color: #ff0060;
    font-size:32px;
	font-weight: bold;
	letter-spacing:-1px;
	padding-right:2px;
}

.stname{
	display:block; 
	height:30px; 
	padding: 5px 0px 3px;
	font-family: sans-serif;
	font-size:11px;
	line-height: 20px;
	color: #000;
	overflow:hidden;
	-webkit-text-size-adjust:none; 
	}

.toparea_title,.a_area_title,.b_area_title{display: none;}
/*套版手機版*/

/*套版手機版*/
@media (max-width: 768px) {
/*套版手機版*/
.content_A {
    width:98%;
	height: 100%;
	margin:0 auto;
	text-align:center;
	padding:4px;
	background-image: none !important;
	
}
.content_A .pd {
    background: #fff;
}

.content_B {
    width:98%;
	height: 100%;
	margin:0 auto;
	text-align:center;
	padding:4px;
	background-image: none !important;
	
}
.content_B .pd {
    background: #fff;
}
.content_C {
    width:98%;
	height: 100%;
	margin:0 auto;
	text-align:center;
	padding:4px;
	background-image: none !important;
	
}
.content_C .pd {
    background: #fff;
}
.content_D {
    width:98%;
	height: 100%;
	margin:0 auto;
	text-align:center;
	padding:4px;
	background-image: none !important;
	
}
.content_D .pd {
    background: #fff;
}
.content_E {
    width:98%;
	height: 100%;
	margin:0 auto;
	text-align:center;
	padding:4px;
	background-image: none !important;
	background-color: #1a973b;
}
.content_E .pd {
    background: #fff;
}


.pdtitle{
text-align:center;
display:inline-block;
-moz-background-size: cover;
background-size: cover;
vertical-align: top;
width: 100%;
height: 100%;
	margin: 0;
}

.pdtitle-image img{object-fit:cover;}	
.pd {
    text-align: center;
    width: calc(98%/2 - 1.5vw);
    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;
	}
	.pdtitle img{
		width: 100%;
		height: inherit;
	}
	.pd{background: #fff;}
	.imgbox{padding: 0px;}


  .pd a img, .pd2 a img, .pd3 a img, .pd4 a img, .pd5 a img {
    width: 90%;
    height: 90%;
    margin: 2px auto;
}

.title{
	display:block;
	height: auto;
	padding:2px 0px;
	font-size:11px;
	line-height: 15px;
	color: #737373;
	overflow:hidden;
	-webkit-text-size-adjust:none; 
	}

.name{
	display:block;
	padding:0;
	margin: 1px 0;
	color:#1c1c1c;
	font-size: 3.6vw;
	overflow:hidden;
	height: 10vw;
	line-height:5vw;
}
.pd a p{
	margin: 0;
    padding: 0 3px;
	height: 8vw;
	line-height:8vw;
}
.pd a p del {
    padding-right: 2px;
    font-size: 12px;
	letter-spacing: -1px;
    color: #5e5e5e; color: #5e5e5e;
}
.pd a p b {
    font-size: 13px;
	margin-right: -3px;
    letter-spacing: -1px;
	color: #ff0060;
}
.price {
    font-size: 5.5vw;
	padding-right:1px;
}

.imgtop{margin-top:-1px;
}

ul.host1{width:100%; margin: 0 auto;}
	ul.host1 li { display:inline-block;}
	ul.host1 li img{ width:100%;  }


.wrap{
	width:100%;
	margin:10 auto;
	text-align:center;
        background:none;
	padding-bottom:5px;
	padding-top:5px;
   
       background-color:#ff008e;
}
.wrap2{
	width:100%;
	margin:10 auto;
	text-align:center;
        background:none;
	padding-bottom:5px;
	padding-top:5px;
       background-color:#f0d4ea;
}
.wrap9{
width:100%;
	margin:10 auto;
	text-align:center;
        background:none;
	padding-bottom:5px;
	padding-top:5px;
background:#521d5d;}

.wrap10{
width:100%;
	margin:10 auto;
	text-align:center;
        background:none;
	padding-bottom:5px;
	padding-top:5px;
background:#06457c;}	
.top {
    width: calc(100%/2 - 4px);
    height: 100%;
    margin: -1px -3px 5px -1px;
    padding: 0px;
    display: inline-block;
}

}

/*END/套版手機版*/

/***************** END/套版CSS *********************/


/*  大標區 */

.titledate{
	position: absolute;
	z-index: 6;
	top: 125px;
	left: 225px;
	background: url(bigtitle_04.png) no-repeat;
	width: 231px;
	height: 48px;
	line-height: 52px;
	color: #fff;
	text-align: center;
	font-size: 22px;
}
@media (max-width: 768px) {
	.kvall{ overflow: hidden;}
	.kvall img {
    width: 130%;
    margin: 0 auto;
    margin-left: -20%;
}
.titledate{
	position: absolute;
	z-index: 6;
	top: 15%;
	left:7%;
	background-image: none !important;
	background-color: #48000e;
	border-radius: 30px;
	width: 19%;
	height: auto;
	padding: 5px;
	line-height: 4vw;
	color: #fff;
	text-align: center;
	font-size: 4vw;
}
	
}



/*新鮮貨*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.shoplist{
	width:1240px;
	margin:0 auto;
	padding:0;
	font-family: Verdana, Helvetica, Arial, sans-serif, Microsoft JhengHei;
	}
.shoplist a{text-decoration:none;}
.list {
	width:398px;
	height:94px;
	text-align:center;
	font-weight:bold;
	background:#fff100;
	border:2px solid #000;
	display:inline-block;
	margin:5px 4px;
}
.list_pic {
	float:right;
	background-color:#FFF;
	display:inline-block;
}
.list_pic img{width:90px;}
.list_name {
	width:267px;
	height:50px;
	overflow:hidden;
	font-size:25px;
	line-height:42px;
	color:#040101;
	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:#ff0060;
	letter-spacing:-1px;
	padding:2px 10px;
        margin:0 20px;
}
@media screen and (max-width:768px){
	.shoplist{
	  width:100%;
	  margin:2px 3px;
	  padding:0;
	}
	.shoplist a{text-decoration:none;}
	.list {
		width:calc(100%/2 - 6px);
		height:100%;
		text-align:center;
		font-weight:bold;
		background:#fff100;
		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%;
		object-fit:contain;
	}
	.list_name {
		width:60%;
		overflow:hidden;
		font-size:3.8vw;
		line-height:10vw;
		height: 10vw;
		color:#040101;
		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:#ff0060;
		letter-spacing:-1px;
		padding:1px;
                margin:0px;
	}

}

