/*  基本通用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;}
.mainKv2{max-width: 1260px; margin: 0 auto; position: relative;}
.mainKv3{max-width: 1260px; 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; }
	.mainBody {	height: auto!important; }
	.mainKv img {max-width:100%;height:auto !important;}
	.imgtop{margin-top:-1px;}
}

/* footer */
.footer { padding: 10px 0px; font-size: 12px; line-height: 14px; background: #FFF; }
.footer p { margin: 0px; text-align: center; }
.footer a {	color: #000; text-decoration: none; }
.footer a:hover { color:#000; 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;}

/********* 下面格廣告 *********/
.btm_ad{width: 1240px; margin: 0 auto;}
ul.adarea{padding: 0; margin: 0;}
.adarea li{width: calc(100%/4 - 5px); display: inline-block;}
.adarea li img{width: 100%; max-width: 100%;}

/********* 右側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:#bf860b;
	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: #000000;
    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 *********/	


.SpecialBN a img {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.SpecialBN a img:hover, .SpecialBN a img:focus, .SpecialBN a img:active {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}

@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;

	}
	.rule{ width: 100%; padding:10px 15px; font-size: 13px; line-height:18px; text-align:left; color: #ffffff;}
	.btm_ad{width: 100%; margin: 0 auto;}
	ul.adarea{padding: 0; margin: 0;}
	.adarea li{width: calc(100%/2 - 5px); display: inline-block;}
	.footerbox{width: 100%; margin: 0 auto;}
	.rule{ 
		max-width:1240px; 
		margin: 0 auto; 
		padding:10px 20px;
		font-size: 13px;
		line-height:18px; 
		text-align:left; 
		color: #2e479a;
	}
	.rule ul{margin: 0; padding:5px 0 20px 20px; list-style:decimal; }

}


.bg1{ position: relative; background:url(bg.jpg) no-repeat top center; background-color:#9e0138;}

.sale_bn { margin-bottom:20px;}
@media (max-width: 768px) {
.sale_bn { margin-bottom:10px;}}


.btm_ad{width: 1240px; margin: 0 auto;}
.btm_ad ul{padding-bottom:3px; margin:3px 0px;padding-left:0px;}
.btm_ad ul li{ display:inline-block; margin:0px; padding:0px 2px 3px 2px; }
.btm_ad li img{width:306px;}

@media only screen and (max-width: 1200px) {
	.btm_ad{width: 100%; margin:1vw auto;}
	.btm_ad ul{width:100%; padding-bottom:1vw; margin: 0;padding-left:0px;}
	.btm_ad ul li{width: calc(100%/2);display:inline-block;margin:0; padding:0vw 0.5vw 1vw 0.5vw;}
	.btm_ad li img{ width:100%;}
}
/*****************  三個一套免運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: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, Microsoft JhengHei;
	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, Microsoft JhengHei;
	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, Microsoft JhengHei;
	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: #000;
	text-align: left;
	position: absolute;
	top: 9px;
	left: 9px;
}


.freeshipping_sticker{
	width: 100px;
	height: 95px;
	position: absolute;
	top: 0px;
	right: 3px;
	z-index: 5;
	color:#FFF;
	font-size:29px;
	line-height:1.3em;
	background:url(freeshiping.png) no-repeat top center;
}
.freeshipping_sticker span{ font-size:0.5em;}

.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: 230px;
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: #dc0a00;
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:3px;
}
.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: 1vw;
}
.freeshipping {
    text-align: center;
    width: calc(100%/2 - 2vw);
    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:#ffce57;
	}
	
.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: 68%;
	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: 1%;
	position: absolute;
	z-index: 5;
	width:28%;
	font-size:1.6em;
	line-height:1.1em;
	background-size:100%;
}



.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: 8.8vw;
      width: 25vw;	
      padding:0.5vw;
      margin: 0vw 0vw 0vw 0.8vw;
      font-size:3.5vw;
      line-height:4.5vw;
      overflow:hidden;
	}
	
.freeshipping_price {
     display: block;
	 font-size: 2.5vw;	
     line-height:6vw;
     font-weight: bold;
     right:1vw;	
	 top:3.6vw;
	}
.freeshipping_price sale {
     font-size: 2.5vw;
     letter-spacing:0vw;
     top: 0vw;
     }
.freeshipping_price b {
		font-size: 5vw;
		letter-spacing:0vw;
		top:0.3vw;
	}

}


@media (max-width: 360px) {
.freeshipping_sticker{	
	font-size:1.25em;
	line-height:1.1em;
}
/*END/三個一套手機版*/

/***************** END/套版CSS *********************/

