/*  基本通用css  */
body { 
  margin     : 0; 
  padding    : 0;
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, Arial, sans-serif;
} 
/*全版面*/
.WRAPPER {position:relative; display:inline-block; margin:-1px 0px; 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:0px 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; /*margin-bottom:-1px;*/}
}

/*背景*/
.bg { position: relative; background:url(bg.jpg) #ffb7b8 no-repeat top center;}
.bg02 { position: relative; background:url(bg02.jpg) repeat-y top center;}

.titlewebbg{position: relative; background:url() no-repeat top center;}


@media screen and (max-width:1240px){ /*手機版的背景圖尺寸寬要1240px*/
	.bg{ 
		position: relative;
		background:url() #ffb7b8 no-repeat top center;
		background-size:100%;
	}
	
		.bg02{ 
        position: relative;
		background-size: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;}
.footerbox{width: 1240px; margin: 0 auto;}

.rule{ width: 1220px; margin: -1px auto; padding:15px 10px 10px 10px; font-size:18px; line-height:30px; font-family:'微軟正黑體'; text-align:left; color:#fff;}
.rule ul{margin: 0; padding:10px 0 5px 20px; list-style:decimal; }
.rule a{color: #fdff33;text-decoration: none;}
.rule a:hover{color: #fdff33;text-decoration: underline;}
.rule p{font-size:30px; line-height:35px; text-align: center; margin-bottom:5px;  color: #003270;}

.ruletable{width:100%; margin:10px 0px; padding:10px; font-size:18px; text-align: left; line-height:30px;}
.ruletable td{border: 1px solid #fff;padding:2px 10px;}


@media only screen and (max-width: 1200px) {
	.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%; margin: 0 auto; padding:10px 15px 3px 15px;font-size: 13px; line-height:18px; text-align:left; color: #fff;}
	.rule ul{margin: 0; padding:5px 0 10px 20px; list-style:decimal; }
	.rule p{font-size:17px; line-height:22px; color: #003270;}
	
	.ruletable{width:100%; margin:10px 0px; padding:10px; font-size: 13px; line-height:18px;}
    .ruletable td{border: 1px solid #fff;padding:2px 5px;}
}

/********* 右側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;
	border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    position: fixed;
    z-index: 999;
    top: 180px;
    right: 0;
    background-color:rgba(72,185,237,0.85);

}
.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;
	border-radius: 15px 0px 0px 15px;
    margin-bottom: 1px;
    font-size: 14px;
	line-height: 18px;
	letter-spacing:1px;
    cursor: pointer;
    position: relative;
    color: #fff;
}

.RMenuBtn:hover, li.nav-active, li.nav-active p {
    background-color:rgba(36,164,224,0.85);
    color: #fff;
	border-radius: 15px;
}
.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: 12px 5px 8px;
}
@media only screen and (max-width: 1200px) {
    .RmenuArrow, .RmenuBox  { display: none !important; }
}
/********* 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: 34px;
    z-index: 1000;
    text-align: center;
    color: #353535;
	font-family: 微軟正黑體;
    font-size: 15px;
    line-height:10px;
    padding: 10px 5px;
    font-weight: normal;
	background-color: #2abcdb;
    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: #ffffff;
}
#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 *********/	

/********* 手機back to top 按鈕 *********/	
.toTopbtn { 
	display:none;
	position:fixed; 
	z-index:99;
	width:45px;
    height:45px;
	padding:3px; 
	font:13px/30px Arial, Helvetica, sans-serif; 
	line-height: 50px;
	text-align:center; 
	color:#fff;  
	background-color:rgba(164,164,164,0.7); 
	cursor:pointer;
	opacity: 1;
	 filter: alpha(opacity=80);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
	border-radius:100%; 
}
.toTopbtn::before { 
	content: ""; 
	position:absolute; 
	top:6px; 
	left:17px; 
	border: 5px solid #000;
	border-color: transparent transparent #fff; 
}
@media screen and (max-width:768px){
.toTopbtn { 
	position:fixed;
	bottom: 2%;
	right: 3%;}
	
	}
/********* END// 手機back to top 按鈕 *********/	


/********* 刊頭動畫 *********/	
.move{
  position: absolute;
  top:16px;
  left:76px;
 -webkit-animation-name: swing;
  animation-name: swing;
  -webkit-animation-duration:0.8s;
  animation-duration:0.8s;
 -webkit-animation-iteration-count:3;	
  animation-iteration-count:3;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
 -webkit-animation-delay:0.8s;
  animation-delay:0.8s;		
}	

.photo{
  position: absolute;
  top:206px;
  left:30px;
  z-index:900;	
}	
.photo02{
  position: absolute;
  top:190px;
  left:429px;
  z-index:899;	
}	
.photo03{
  position: absolute;
  top:187px;
  right:27px;
  z-index:898;	
}	



@media (max-width:1200px) {
.move{
    position: absolute;
    top: 1%;
    left: 3%;
	width: 95%;	
}
	
.photo{
    position: absolute;
    top: 34%;
    left: 1%;
	width: 35%;	
}	
	
.photo02{
    position: absolute;
    top: 31%;
    left: 33%;
	width: 34%;	
}	
	
.photo03{
    position: absolute;
    top: 31%;
    left: 64%;
	width: 35%;	
}		
	
	
}

.brightness-play { 
	-webkit-animation:brightness2-play 1.8s -0.14s linear infinite ; 
	animation:brightness2-play 1.8s -0.14s linear infinite ;
	}
@keyframes brightness2-play {
	  0% { 
		filter:brightness(100%);
	  }
	  80% { 
		filter:brightness(100%);
	  }
	  90% { 
		filter:brightness(150%);
	  }
	  100% { 
		filter:brightness(100%);
	  }
	}

/********* END// 刊頭動畫 *********/	


/*****************  三個一套免運icon_套版CSS *********************/
.clearfix:before, .clearfix:after {   
    content:"";   
    display:table;   
}   
.clearfix:after{   
    clear:both;   
    overflow:hidden;   
}   
.clearfix{   
    *zoom:1;   
}
.freeshipping-content_a{
	width:1240px;
	margin:0px auto 10px auto;
	text-align:center;
	padding:4px;
}

.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:5px 4px;
	font-family: Verdana,'微軟正黑體';
	float: left;
	position: relative;
	background:url(pd_bg01.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,'微軟正黑體';
	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,'微軟正黑體';
	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: 14px;
	color: #fff;
	text-align: left;
	position: absolute;
	top: 11px;
	left: 32px;
}

.freeshipping_sticker{
	width: 141px;
	height: 141px;
	position: absolute;
	top: 0px;
	right: 5px;
	z-index: 5;
}
.freeshipping_sticker 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 37px;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: 250px;
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: #a30000;
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:-6px;
}
.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:0vw auto 1vw auto;
    text-align: center;
	padding: 1vw;
}
.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;
	background:#6fa2e6;
	}
	
.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: 3.5vw;
	width: 45%;
	height:8vw; 
	font-size: 2.5vw;
	line-height:4vw; 
	text-align: left;
	overflow: hidden;
}
	
.freeshipping_sticker{
	top: 0;
	right: 3.5%;
	position: absolute;
	z-index: 5;
	width: 39%;
}
.freeshipping_sticker 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: 9.5vw;
      width: 30vw;	
      padding:0.5vw;
      margin: 0vw 0vw 0vw 0.8vw;
      font-size:3.5vw;
      line-height:4.5vw;
      text-align:center;
      overflow:hidden;
	}
	
.freeshipping_price {
     display: block;
	 font-size: 2.5vw;	
     line-height:6vw;
     text-align:center;	
     font-weight: bold;
     right:0vw;	
	 top:0.5vw;
	}
.freeshipping_price sale {
     font-size: 2.5vw;
     letter-spacing:0vw;
     top: 0vw;
     }
.freeshipping_price b {
		font-size: 5vw;
		letter-spacing:0vw;
		top:-0.8vw;
	}

}

/*END/三個一套手機版*/

/***************** END/套版CSS *********************/

/*更多精選活動*/
.btm_ad{width: 1240px; margin: 0 auto;}
.btm_ad ul{padding-bottom:3px; margin:3px 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;}
	.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%;}
}




/* Shrink 移入移出效果 */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}


/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}



/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

