/*  基本通用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;}
.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(bg.jpg) no-repeat top center #733D25;}
.bg02{ position: relative; background:#ffa2c5 no-repeat top center;}
.topBg{
	text-align:center;
	background:url(bg_01.jpg) repeat-y center top;
}


@media screen and (max-width:1240px){ /*手機版的背景圖尺寸寬要1240px*/
	.bg{ 
		background-image:url(mbg.jpg);
		background-size:100%;
    	background-position: top center;
    	background-repeat: no-repeat;

	}
	.bg02{
		background-image:url(index-phone-bg.jpg);
		background-size:100%;
    	background-position: top center;
    	background-repeat: repeat;
	}
	.bg_a02{ 
		background-image:url(bg_01_1240.jpg);
		background-size:100%;
    	background-position: top center;
    	background-repeat: repeat;
    	overflow: hidden;
	}
	.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%;  }
}



/* 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:#f7d08d;

}
.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;
    cursor: pointer;
    position: relative;
    color: #683726;
}
.RMenuBtn:hover, li.nav-active, li.nav-active p {
    background-color: #dab16a;
    color: #fff;
}
.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: 40px;
    z-index: 999;
    text-align: center;
    color: #533018;
    font-size: 15px;
	font-family: '微軟正黑體';
    line-height: 20px;
    padding: 10px 5px;
    font-weight: bold;
	background:url(bg_01_1240.jpg) repeat-y;
    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: #533018;
}
#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;
}
/********* 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;}
	
}

/*****************  套版CSS *********************/
.clearfix:before, .clearfix:after {   
    content:"";   
    display:table;   
}   
.clearfix:after{   
    clear:both;   
    overflow:hidden;   
}   
.clearfix{   
    *zoom:1;   
}
.bg2{
	background: url(bg_01.jpg) repeat-y center top;
}
.content_a{
	width:1240px;
	margin:0 auto;
	text-align:center;
	padding:4px;
}
.content_a{background:url(bg_01_1240.jpg) repeat-y;}

.pd,.pd2,.pd3,.pd4,.pd5{
    text-align: center;
    width: 300px;
    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: #fff;}
.pd3{background:url(300x375_3.jpg) center center no-repeat #fff;}
.pd4{background:url(300x375_4.jpg) center center no-repeat #fff;}
.pd5{background:url(300x375_5.jpg) center center no-repeat #fff;}

.imgbox{padding: 15px; padding-bottom: 0px;}
.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:270px;
	height:270px;
  }

  
.pdtitle{
text-align:center;
display:inline-block;
-moz-background-size: cover;
    background-size: cover;
	vertical-align: top;
	width: 608px;
    height: 375px;
	margin: 4px;
	float: left;
	background: #fff;
}

.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: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;
}
.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: 1vw;
}
.content_a{background:url(bg_01_1240.jpg) no-repeat center top;}

.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(100%/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, .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: 10vw;
	overflow:hidden;
	}
	.price {
    display: block;
    color: #ff0060;
    font-size: 3.6vw;
	line-height:7vw;
	font-weight: bold;
	}
	.price b {
		font-size: 5.5vw;
		letter-spacing: -1px;
	}

}

/*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:28px;
	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:3.8vw;
		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;
	}

}


