﻿/*  基本通用css  */
body { 
  margin     : 0; 
  padding    : 0;
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, Arial, sans-serif;
} 
ul{margin: 0; padding: 0;}

@charset "utf-8";
.tooth img {  
    border: none; 
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}  
.tooth img:hover {  
    -webkit-transform: translate(3px,2px);
    -moz-transform: translate(3px,2px);
    -ms-transform: translate(3px,2px);
    -o-transform: translate(3px,2px);
    transform: translate(3px,2px);
}

/*全版面*/
.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;}
.mobile{ display: none; }
/*背景*/
.bg { position: relative; background:url(bg.jpg) no-repeat top center #ffa944;}
.imgtop{margin-top:-1px;}
.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;}
.top_logo {
    width: 1240px;
    text-align: left;
    margin: 0 auto;
}


/* 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}

@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;}
	
}


@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;}
	.mobile{ display: block; }
}

/********* 右側menu *********/
/********* 右側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;
	    border-radius: 8px 0 0 8px;
}
.RmenuArrow:hover {
    background-color: #565656;
}
#RMenuIn {
    display: none;
}
.RmenuBox {
    width: 122px;
    position: fixed;
    z-index: 999;
    top: 180px;
    right: 0;
    background-color:#3c3434;
    border-radius: 8px 0 0 8px;
}
.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: #fff;
}

.RMenuBtn2 {
    width: 100%;
    text-align: center;
    padding: 12px 5px 8px;
    margin-bottom: 1px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    color:#FF0;
}
.RMenuBtn:hover, li.nav-active, li.nav-active p {
    background-color: #ff7b11;
    color: #fff;
}
.RMenuBtn2:hover, li.nav-active, li.nav-active p {
    background-color: #ff7b11;
    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: 25px;
    z-index: 999;
    text-align: center;
    color: #3c3434;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 5px;
    font-weight: bold;
	background-color: rgba(60, 52, 52, 0.9);
    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;
}

/********* END手機板上方menu *********/	

@media only screen and (max-width: 1200px) {
    .RmenuArrow, .RmenuBox  { display: none !important; }
    .mainKv2 img {max-width:100%;height:auto !important;}

}

/*****************  套版CSS *********************/
.wrap,.wrap2,.wrap3,.wrap4,.wrap5,.wrap6,.wrap7{
	width:1240px;
	margin:0 auto;
	text-align:center;
	padding-bottom:13px;
	padding-top: 13px;
}
.wrap2{background:#fb96b7;}
.wrap4{background:#06a763;}
.wrap5{background:#ff2e43;}
.wrap6{background:#b94700;}
.wrap7{background:#5507a8;}
.wrap8{background:#68a8d6;}

.wrap8{
	width:1240px;
	margin:0 auto;
	text-align:center;
    background:#de214e;
	padding-bottom:2px;
	padding-top:2px;
}

.pd,.pd2,.pd3,.pd4,.pd5,.pd6,.pd7{
	text-align:center;
	width:300px;
	height:400px;
	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; 
	margin-bottom: 15px;
}
.pd{background:url(300x375-1.jpg) center center no-repeat;}
.pd2{background:url(300x375-2.jpg) center center no-repeat;}
.pd3{background:url(300x375-3.jpg) center center no-repeat;}
.pd4{background:url(300x375-4.jpg) center center no-repeat;}
.pd5{background:url(300x375-5.jpg) center center no-repeat;}
.pd6{background:url(300x375-6.jpg) center center no-repeat;}
.pd7{background:url(300x375-7.jpg) center center no-repeat;}

.pd a,.pd2 a,.pd3 a,.pd4 a,.pd5 a,.pd6 a,.pd7 a{padding: 5px 0px; text-decoration: none; display: block; cursor: pointer;}
.pd a img,.pd2 a img,.pd3 a img,.pd4 a img,.pd5 a img,.pd6 a img,.pd7 a img{
  width:270px;
  height:270px;
  }

  
.pdtitle{
text-align:center;
display:inline-block;
-moz-background-size: cover;
    background-size: cover;
	vertical-align: top;
}

.title{
display:block; 
height:30px; 
margin:13px 0 5px 0; 
font:18px/30px 微軟正黑體; 
overflow:hidden;
background-color:#d2d2d2;
color:#d2d2d2; 

}

.store4 {
display:block; 
height:21px; 
margin-bottom:3px; 
padding: 6px 0px 4px 0px;
font: 11px/20px sans-serif;
line-height: 14px;
color: #999999;
overflow:hidden;
-webkit-text-size-adjust: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; 
	padding-top: 5px;
	color:#ffffff; 
	font-size:19px;
	line-height: 21px; 
	overflow:hidden;
}
.pd a p{
	height: 38px;
	line-height: 38px;
	display: block;
}
.pd a p del {
    padding-right: 5px;
    font-size: 14px;
    color: #5e5e5e;
}
.pd a p b,.pd2 a p b,.pd3 a p b,.pd4 a p b,.pd5 a p b,.pd6 a p b,.pd7 a p b{
    font-size: 15px;
    letter-spacing: -1px;
	color: #fff100;
}
.price {
    color: #fff100;
    font-size:32px;
	font-weight: bold;
	letter-spacing:-1px;
	padding-right:2px;
}

.stname{
	display:block; 
	height:20px; 
	padding: 0px 0px 3px;
	font-family: sans-serif;
	font-size:11px;
	line-height: 20px;
	color: #7e6b5a;
	overflow:hidden;
	-webkit-text-size-adjust:none; 
	}

	
/*套版手機版*/
@media screen and (max-width:1200px){
.bg { background-image:none;}
.wrap,.wrap2,.wrap3,.wrap4,.wrap5,.wrap6,.wrap7,.wrap8{
	width: 100%;
    margin: 0 auto;
    text-align: center;
	padding-top: 5px;
}
.wrap{background:none;}
.wrap2{background:#ff7b7b;}
.wrap3{background:#b0007a;}
.wrap4{background:#06a763;}
.wrap5{background:#ff2e43;}
.wrap6{background:#b94700;}
.wrap7{background:#5507a8;}
.wrap8{background:#f95d68;}

.pd,.pd2,.pd3,.pd4,.pd5,.pd6,.pd7 {
    text-align: center;
    width: calc(100%/2 - 5px);
    height: 100%;
    margin: 5px 0;
    padding: 8px 2px 1px;
    display: inline-block;
    background: url(300x375_1.jpg) center top no-repeat;
    -moz-background-size: cover;        /*for Firefox*/
-webkit-background-size: cover;        /*for Google Chrome、Safari*/
-o-background-size: cover;       /*for Opera*/
background-size: cover; 
}
}
  

@media (max-width: 768px) {
  .pd a img, .pd2 a img, .pd3 a img, .pd4 a img, .pd5 a img, .pd6 a img, .pd7 a img {
    width: 90%;
    height: 90%;
    margin: 2px auto;
}
	  .pd,.pd2,.pd3,.pd4,.pd5,.pd6,.pd7 {
	 text-align: center;
    width: calc(100%/2 - 3px);
    height: 100%;
    padding: 0px 2px;
    display: inline-block;
	  background:#fff;
	  -moz-background-size: cover;
    background-size: cover;
	  margin-bottom: 3px;
  }
  .title{
	display:block; 
	height:20px;
	margin: 5px 0 10px 0;
	color:#edff00; 
	font:13px/30px 微軟正黑體; 
	overflow:hidden;
}
.stname{
	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,.pd2 a p,.pd3 a p,.pd4 a p,.pd5 a p,.pd6 a p,.pd7 a p{
	margin: 0;
    padding: 0 3px;
	height: 5vw;
	line-height:5vw;
}
.pd a p del {
    padding-right: 2px;
    font-size: 12px;
	letter-spacing: -1px;
    color: #5e5e5e;
}
.pd a p b,.pd2 a p b ,.pd3 a p b ,.pd4 a p b ,.pd5 a p b ,.pd6 a p b ,.pd7 a p b {
    font-size: 13px;
	margin-right: -3px;
    letter-spacing: -1px;
	color: #ff0060;
}
.price {
    font-size: 5.5vw;
	padding-right:1px;
color: #ff0060;
}
}

/*END/套版手機版*/


/*熱搜*/
.allhot{width: 1240px; margin: 0 auto;}
ul.hotsearch{width: 605px;  margin: 0 auto; padding:10px 0;display: inline-block; list-style: none;}
.hotsearch li{float: left; padding: 0; margin: 0;}

@media only screen and (max-width: 1240px) {
	.allhot{width: 100%; margin: 0 auto;}
	 ul.hotsearch{width: 100%;margin: 0 auto; padding: 0;margin-left: 1px; margin-bottom: 5px; list-style: none;}
	.hotsearch li{display:block; margin:0px auto; padding:0px; }
	.hotsearch li:first-child{width: 50.4%;}
	.hotsearch li:nth-child(2){width: 49%;}
	.hotsearch li:nth-child(3){width: 49%;}
}
.top{width: 1240px; margin: 0 auto;}
/* 大賣家 */
.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:100px;
	text-align:center;
	font-weight:bold;
	background:#fff7d2;
	border:1px solid #a4a4a4;
	display:inline-block;
	margin:5px 4px;
}
.list_pic {
	float:right;
	background-color:#FFF;
	display:inline-block;
	height: 98px;
}
.list_pic img{width:90px; margin: 4px auto;}
.list_name {
	width:267px;
	height:42px;
	word-wrap:break-word; 
	overflow:hidden;
	font-size:22px;
	line-height:26px;
	color:#ff3e3e;
	letter-spacing:-1px;
	text-align:center;
	padding:5px 0px 6px;
	border-bottom:1px solid #807e71;
	margin:0 20px;
}
.list_title {
	width:267px;
	height:42px;
	overflow:hidden;
	font-size:22px;
	line-height:26px;
	text-align:center;
	color:#3e3e3e;
	letter-spacing:-1px;
	padding:5px 0px;
	margin: 0 20px;
}

ul.hotsearch li:nth-child(1){ padding-right:8px;}
ul.hotsearch li:nth-child(2){ padding-bottom:5px;}
@media screen and (max-width:1240px){
ul.hotsearch li:nth-child(1){ padding-right:5px;}
ul.hotsearch li:nth-child(2){ padding-bottom:6px;}

	.shoplist{
	  width:100%;
	  margin:0 auto;
	  padding:0;
	}
	.shoplist a{text-decoration:none;}
	.list {
		width:calc(100%/2 - 6px);
		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%;
	}
	.list_pic img{ width:100%; margin: 20% auto;}
	.list_name {
		width:60%;
		overflow:hidden;
		word-wrap:break-word; 
		font-size:16px;
		line-height:18px;
		color:#ff3e3e;
		letter-spacing:-1px;
		text-align:center;
		padding:0px 3px 32%;
		margin:5px 0px 0px;
		border-bottom:0.5px solid #807e71;
	}
	.list_title {
		width:60%;
		overflow:hidden;
		font-size:14px;
		line-height:16px;
		text-align:center;
		color:#3e3e3e;
		letter-spacing:-1px;
		padding:6px 1px 0px;
		margin:0px;
	}

}











