/*  基本通用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() #8cc4f0 repeat-y top center;}


.titlewebbg{position: relative; background:url(1240x90_0601_bg.jpg) no-repeat top center;}

.top{text-align:center;
     width:300px;
     height:375px;
     display:inline-block;
     margin-bottom: 15px;	
}


@media screen and (max-width:1240px){ /*手機版的背景圖尺寸寬要1240px*/
	.bg{ 
		background-image:url();
		background-size:100%;
    	background-position: top center;
    	background-repeat: no-repeat;
	}
	

.top{text-align:center;
     width:300px;
     height:375px;
     display:inline-block;
     margin-bottom: 15px;	
}
	
}

/* 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(244,107,122,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(242,64,86,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: #f46b7a;
    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:150px;
  left:100px;
 -webkit-animation-name: tada;
  animation-name: tada;
  -webkit-animation-duration:1.3s;
  animation-duration:1.3s;
 -webkit-animation-iteration-count:2;	
  animation-iteration-count:2;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
 -webkit-animation-delay:0.8s;
  animation-delay:0.8s;		
}	

@media (max-width:1200px) {
.move{
    position: absolute;
    top: 18%;
    left: 8%;
	width: 85%;	
}
	
}

.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// 刊頭動畫 *********/	


/*****************  四格套版CSS *********************/
.clearfix:before, .clearfix:after {   
    content:"";   
    display:table;   
}   
.clearfix:after{   
    clear:both;   
    overflow:hidden;   
}   
.clearfix{   
    *zoom:1;   
}
.fourcontent_a{
	width:1240px;
	margin:0 auto;
	text-align:center;
	padding:4px;
}

.four,.four2{
    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;
	font-family: Verdana,'微軟正黑體';
	float: left;
}

.four:hover { 
	z-index:5; 
	-webkit-transform:translateY(-4px); 
	transform:translateY(-4px); 
	box-shadow:0 0 20px rgba(0,0,0,0.2);
}

.four{background:url(300x375_1.jpg) center center no-repeat #fff;}

.four_imgbox{padding: 15px; padding-bottom: 10px;}

.four_image-wrapper {
    position: relative;
    padding-bottom: 100%;
    width: 100%;
}
.fires{
    position: absolute;
    top:-10px;
    left: -10px;
    width:25%;
    z-index: 999;
}
.fires img{width: 100%!important; height:inherit!important;}

.four_cover-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.four a img,.four2 a img{
 	width:270px;
	height:270px;
  }

  
.four_title{
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;
}

.four_name{
display: block; 
height: 46px; 
margin: 4px 0px 0px 0px; 
padding: 0px 3px;	
font-size: 17px;
line-height: 21px; 
color:#fff;	
overflow:hidden;
}

.four_price{
display:block; 
color: #fffd35;
font-size:18px;
line-height: 24px;
font-weight: bold;
position: relative;
top: 1px;
}

.four_price original{
    color: #ffffff;
    font-size: 12px;
	font-weight: normal;
    text-decoration: line-through;
	margin-right: 2px;
}

.four_price sale{
font-size:20px;
position: relative;
top: 2px;
}

.four_price b{
font-size:28px;
letter-spacing:-1px;
	position: relative;
	top: -5px;
}
/*套版手機版*/
@media (max-width: 768px) {
.fourcontent_a{
	width: 100%;
    margin: 0 auto;
    text-align: center;
	padding: 1vw;
}

.four_title{
text-align:center;
display:inline-block;
-moz-background-size: cover;
background-size: cover;
vertical-align: top;
width: 100%;
height: 100%;
	margin: 0;
}

.four_title-image img{object-fit:cover;}	
	
.four {
    text-align: center;
    width: calc(100%/2 - 1vw);
    height: 100%;
	margin: 1vw 0.5vw 0.5vw 0.5vw;
	padding:0vw;
    display: inline-block;
	background:url(m300x375_1.jpg) center center no-repeat ;
    -moz-background-size: contain;        /*for Firefox*/
	-webkit-background-size: contain;        /*for Google Chrome、Safari*/
	-o-background-size: contain;       /*for Opera*/
	background-size: contain;
	   min-height: 100px;
	}
	
.four_title img{
		width: 100%;
		height: inherit;
	}
	
.four_image-wrapper {
    position: relative;
    padding-bottom: 90%;
    width: 100%;
}
.fires{
    position: absolute;
    top:2px;
    left: 2px;
    width:25%;
    z-index: 999;
}
.fires img{width:100%!important; height:inherit!important;}	
.four_cover-image {
    position: absolute;
    left: 2.4vw;
    top: 1.9vw;
    width: 90%;
    height: 95%;
    -o-object-fit: cover;
    object-fit: cover;
}
	
.four_imgbox{padding: 0vw;margin: 0vw 0vw ;}
		
.four a img, .four2 a img{
    width: 100%;
    height: 100%;
	margin: 0;
	}

.four_name {
	display:block;
	padding:0.5vw 0.5vw 0vw 0.5vw;
	margin: 1vw 0vw 6vw 0vw;
	color:#fff;
	font-size: 3.5vw;
	line-height:4.5vw;
	height: 10vw;
	overflow:hidden;
	letter-spacing: -0.1vw;
	}
	
.four_price {
    display: block;
    color: #fffd35;
    font-size: 3.5vw;
	line-height: 0vw;
	font-weight: bold;
	top: -3vw;
	}
	
.four_price original{
    color: #ffffff;
    font-size: 3vw;
	font-weight: normal;
    text-decoration: line-through;
	margin-right: 1vw;
}

.four_price sale{
font-size:20px;
position: relative;
top: 2px;
}	
	
.four_price sale {
	font-size: 3.6vw;
	letter-spacing: 0.2vw;
	top:0vw
	}
	
.four_price b {
	font-size: 5.5vw;
	letter-spacing: -0.1vw;
	top:-0.7vw
	}

}
/*END/套版手機版*/

/***************** END/四格套版CSS *********************/



/* 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.96);
  transform: scale(0.96);
}


/* 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;
}



/*618開搶*/

/*強檔*/
.box_all{margin-bottom: 15px}

.box{width:1240px;margin:0px auto; padding:0;}
.box li img { width: 600px;}
.box ul{ width: 1240px;list-style:none; margin:0; padding:0px 0px 7px 4px;}
.box ul li{display:inline-block;margin:0; padding:6px 8px;}

.boxtitle{width: 820px;margin: 0px;padding-top:1px;display:inline-block;}

@media only screen and (max-width: 931px) {
.box_all{margin-bottom: 2vw}	
	
.box{width:100%;margin:0 auto; padding:0;}
.box li img { width:100%;}
.box ul{width:100%; list-style:none; margin:0vw; padding:0vw 0.6vw 1.5vw 0.5vw;}
.box ul li{width:calc(100%/2);display:inline-block;margin:0; padding:0.8vw 0.8vw;}
	
.boxtitle{width:100%;margin: 0px;padding-top:1px;display:inline-block;}	
}
/*下面格廣告*/
.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%;}
}
.CCC img{width:300px;height:auto}