﻿/*  基本通用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;}
.mainKv1{max-width: 850px; margin: 0 auto; position: relative;}
.mainKv{max-width: 1240px; margin: 0 auto; position: relative;}
.mobile_mainKv{max-width: 1240px; margin: 0 auto; position: relative;}
.forWeb{display: block;}
.forPhone {display:none;}
.mobile{ display: none; }
.head{width: 1240px; margin: 0 auto;}
.logo{width: 260px; display: inline-block; cursor: pointer;}
@media screen and (max-width:768px){
	.WRAPPER{background-size:100%;} 
	.forWeb{display: none;}
	.forPhone {display: block;}
	.mobile{ display: block; }
	.mainKv img {max-width:100%;height:auto !important;}
        .mainKv1 img {max-width:100%;height:auto !important;}
}
/*背景*/
.bg { position: relative; background:url(bg_01.jpg) no-repeat top center;}
.bg1{ position: relative; background:url(bg_02.jpg) no-repeat top center;}
.bg2{ position: relative; background:url(bg_03.png) no-repeat top center;}
.top2{text-align:center;
     width:300px;
     height:415px;
     display:inline-block;
     margin-bottom: 15px;}
.top2 a:hover {
    display: inline-block;
    vertical-align: middle;}

ul.host1{width:1240px; margin: 0 auto;}
ul.host1 li {display:inline-block; margin:2px;padding-bottom:6px;}
.btnss{
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    top: 393px;
    left: 6px;
}
.btnss li{
    display: inline-block;
    width: 603px;
    margin: 0 0px;
}


/* footer */
.footerbox{width: 1240px; margin: 0 auto;}
.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 screen and (max-width:768px){ 
 .footer { padding: 5px 0px; }
 .footer img{width: 40%; height:auto;}
 .bg{ background-image:url(phone_bg_01.jpg);
    	background-position: top center;
	background-size:100%;
    	background-repeat:no-repeat;
        background-color:#1db4eb;
}

.bg1{background-image:url(bg_02.jpg);
    	background-position: top center;
    	background-repeat:no-repeat;
        background-color:#ffe200;
	}	
.bg2{background-color:#fb481d;}

.top2{ width: calc(100%/2 - 4px);
	  height: 100%;
          margin: 5px 0px 0px 0px;
          padding: 0px;
          display: inline-block;

	}

.top2 img {  width:100%;  height:auto;}

.bank{ width:100%;
       height: 100%;
       margin: 0px 0px 0px 0px
       padding: 0px;
       display: inline-block;}
.bank img {  width:100%;  height:auto;}


ul.host1{width:100%; margin: 0 auto;}
	ul.host1 li { display:inline-block;}
	ul.host1 li img{ width:99%; padding:0px; }


    .btnss{
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    top: 21%;
    left: 1%;
}
.btnss li{
    display: inline-block;
    width: 49%;
    margin: 0 auto;
}
}

.top1{text-align:center;
     width:292px;
     height:60px;
     display:inline-block;
     margin-bottom: 5px;
 
}
.top1 a:hover {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

@media (max-width: 768px) {
.top1{ width: calc(100%/2 - 4px);
	  height: 100%;
          margin: 5px 0px 0px 0px;
          padding: 0px;
          display: inline-block;

	}

.top1 img {  width:100%;  height: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: #434343;
	border-radius: 8px 0 0 8px;
}
.RmenuArrow:hover {
    background-color: #434343;
}
#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;
    right: 0;
    background-color:#000;
	

}
.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,.RMenuBtn2,.RMenuBtn3, #RmenuTop a {
    width: 100%;
    text-align: center;
    padding: 12px 5px 8px;
    margin-bottom: 1px;
    font-size: 14px;
    line-height:15px;
    cursor: pointer;
    position: relative;
    color: #fffc00;
}
.RMenuBtn2
{    background-color:#000;
     color: #fff;}
.RMenuBtn3
{    background-color:#ffe400;
     color: #000;}



.RMenuBtn:hover,.RMenuBtn2:hover, .RMenuBtn3:hover, li.nav-active, li.nav-active p {
    background-color: #5f5f5f;
    color: #fffad3;
}
.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: 12px 5px 8px;
}
/********* 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: 7vw;
    z-index: 999;
    text-align: center;
    color: #1c1c1c;
    font-size: 4vw;
    line-height: 2.5vw;
    padding: 10px 5px 0 5px;
    font-weight: bold;
	background-color: #ffbd00;
    border-bottom: 0px solid #000;
    transition: 0s;
    -webkit-transition: 0s;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space:nowrap;
}
#menu a {
    color: #000;
}
#menu span {
    vertical-align: baseline;
    font-weight: normal;
    color: #000;
}
#menu .btn-bottom {
    height: 100%;
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0 3px;
    white-space:nowrap;
}

#menu .btn-bottom:nth-last-child(1)::before {
    width: 0px;
}
/*tab active效果*/
#menu .active {
    text-decoration: none;
	color: #FFF;
}

/********* 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 按鈕 *********/	


@media only screen and (max-width: 1200px) {
    .RmenuArrow, .RmenuBox  { display: none !important; }

}

.move{
  position: absolute;
  top:221px;
  left:19px;
  -webkit-animation-name: swing;
  animation-name: swing;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}	
@media (max-width: 768px) {
.move{
    position: absolute;
    top:6%;
    left:0.9%;
	width:98%;	
}
}

.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%);
	  }
	}


/*****************  套版CSS *********************/
.fires{
    position: absolute;
    top:310px;
    left: 180px;
    width:20%;
    z-index: 999;
}
.fires img{width: 100%!important; height:inherit!important;}
.clearfix:before, .clearfix:after {   
    content:"";   
    display:table;   
}   
.clearfix:after{   
    clear:both;   
    overflow:hidden;   
}   
.clearfix{   
    *zoom:1;   
}
.wrap{
width:1240px;
margin:0 auto;
text-align:center;
padding-bottom:25px;
padding-top:5px;
}
.wrap2{
width:1240px;
margin:0 auto;
text-align:center;
padding-bottom:10px;
padding-top:10px;
background-color:#fb481d;
}
.store01{
	width:590px;
	display:inline-block;
	position: relative;
    background:#000;
	border: 3px solid #000;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
     border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-bottom: 8px;
	}


.store_name{
	width:576px;
	display:inline-block;
	}
.discoutcode{
	position: absolute;
	left: 30px;
	top: 17px;
	font-size: 30px;
	font-weight: bold;
}
.discoutstorename{
	position: absolute;
	left: 71px;
	top: 22px;
	text-align: right;
	font-size: 26px;
	font-weight: bold;
	font-family: '微軟正黑體';
	color:#5e5e5e;
}
input.discoutcode{
	width: 350px;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.content_a{
	width:1240px;
	margin:0 auto;
	text-align:center;
	padding:15px;
}

.pd,.pd2,.pd3,.pd4,.pd5{
    text-align: center;
    width: 284px;
    height: 420px;
    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:hover { 
	z-index:5; 
	-webkit-transform:translateY(-2px); 
	transform:translateY(-2px); 
	box-shadow:0 0 20px rgba(0,0,0,0.2);
}

.imgbox{padding: 15px;}
.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:256px;
	height:256px;
  }
.price img{
 	width:34px!important;
	height:24px!important;
    margin-left: 2px!important;
  }
  
.pdtitle{
text-align:center;
display:inline-block;
-moz-background-size: cover;
    background-size: cover;
	vertical-align: top;
	width: 590px;
    height: 460px;
	float: 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; 
margin-bottom:3px; 
color:#1c1c1c;
font-size:19px;
line-height: 24px; 
overflow:hidden;
}
.tag{
display: block;
height: 35px;
margin-bottom: 3px;
color: #ff0060;
font-size: 19px;
line-height: 33px;
overflow: hidden;
background-color: #8ed5ff;
font-weight: bold;
}
.tag2{
display: block;
height: 35px;
margin-bottom: 3px;
color: #ff0060;
font-size: 19px;
line-height: 33px;
overflow: hidden;
background-color: #ffdbee;
font-weight: bold;
}
.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) {
.fires{
    position: absolute;
    top:237px;
    left: 140px;
    width:18%;
    z-index: 999;
}
.fires img{width:100%!important; height:inherit!important;}	
.wrap{
	width:100%;
	margin:10 auto;
	text-align:center;
        background:none;
	padding-bottom:5px;
	padding-top:5px;
       background-color:#ffe200;
}
.wrap2{
	width:100%;
	margin:10 auto;
	text-align:center;
        background:none;
	padding-bottom:5px;
	padding-top:5px;
       background-color:#fb481d;
}

.store01,.store02,.store03,.store04,.store05{
	width:100%;
    display: inline-block;
		position: relative;
	}
	.store_name{
	width:99%;
	display:inline-block;
	}
	.discoutcode{
	position: absolute;
	left: 5vw;
	top: 3vw;
	font-size:5vw;
	font-weight: bold;
	z-index:0;
}
.discoutstorename{
	position: absolute;
	left: 11vw;
	top: 3.5vw;
	text-align: right;
	font-size:4.4vw;
	font-weight: bold;
	font-family: '微軟正黑體';
}
	input.discoutcode{
	width: 55vw;
	z-index:0;	
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	.content_a{
	width: 100%;
    margin: 0 auto;
    text-align: center;
	padding: 1vw;
}

.pdtitle{
text-align:center;
display:inline-block;
-moz-background-size: cover;
background-size: cover;
vertical-align: top;
width: 100%;
height: 100%;
margin-bottom: 5px;
}

.pdtitle-image img{object-fit:cover;}	
.pd {
    text-align: center;
    width:calc(100%/2 - 1.4vw);
    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;
	}

.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: 3.5vw;
	line-height:5.5vw;
	height: 10vw;
	overflow:hidden;
	}
.price {
    display: block;
    color: #ff0060;
    font-size: 3.6vw;
	line-height:8vw;
	font-weight: bold;
	}
.price b {
	font-size: 5.5vw;
	letter-spacing: -1px;
	position: relative;
    top: -3px;
	}
    .price img{
 	width:24px!important;
	height:17px!important;
    margin-left: 2px!important;
  }

}
/*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:26px;
	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:3vw;
		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;
	}

}


/***************** END/套版CSS *********************/


/*  大標區 */

.titledate{
	position: absolute;
	z-index: 6;
	top: 125px;
	left: 225px;
	background: url(bigtitle_04.png) no-repeat;
	width: 231px;
	height: 48px;
	line-height: 52px;
	color: #fff;
	text-align: center;
	font-size: 22px;
}
@media (max-width: 768px) {
	.kvall{ overflow: hidden;}
	.kvall img {
    width: 130%;
    margin: 0 auto;
    margin-left: -20%;
}
.titledate{
	position: absolute;
	z-index: 6;
	top: 15%;
	left:7%;
	background-image: none !important;
	background-color: #48000e;
	border-radius: 30px;
	width: 19%;
	height: auto;
	padding: 5px;
	line-height: 4vw;
	color: #fff;
	text-align: center;
	font-size: 4vw;
}
	
}



/*新鮮貨*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.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:94px;
	text-align:center;
	font-weight:bold;
	background:#fff100;
	border:2px solid #000;
	display:inline-block;
	margin:5px 4px;
}
.list_pic {
	float:right;
	background-color:#FFF;
	display:inline-block;
}
.list_pic img{width:90px;}
.list_name {
	width:267px;
	height:50px;
	overflow:hidden;
	font-size:25px;
	line-height:42px;
	color:#040101;
	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:#ff0060;
	letter-spacing:-1px;
	padding:2px 10px;
        margin:0 20px;
}
@media screen and (max-width:768px){
	.shoplist{
	  width:100%;
	  margin:2px 3px;
	  padding:0;
	}
	.shoplist a{text-decoration:none;}
	.list {
		width:calc(100%/2 - 6px);
		height:100%;
		text-align:center;
		font-weight:bold;
		background:#fff100;
		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%;
		object-fit:contain;
	}
	.list_name {
		width:60%;
		overflow:hidden;
		font-size:3.8vw;
		line-height:10vw;
		height: 10vw;
		color:#040101;
		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:#ff0060;
		letter-spacing:-1px;
		padding:1px;
                margin:0px;
	}

}

/* -- 好評推薦大賣家 -- */
.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;
	}

}
	/*動態*/
.swing-in-top-fwd {
	-webkit-animation: swing-in-top-fwd 2s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
	        animation: swing-in-top-fwd 2s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2019-1-29 11:33:40
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation swing-in-top-fwd
 * ----------------------------------------
 */
@-webkit-keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
            transform: rotateX(-100deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 1;
  }
}
@keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
            transform: rotateX(-100deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-origin: top;
            transform-origin: top;
    opacity: 1;
  }
}


.flip-horizontal-bottom {
	-webkit-animation: flip-horizontal-bottom 0.6s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: flip-horizontal-bottom 0.6s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
.flip-horizontal-bottom_01 {
	-webkit-animation: flip-horizontal-bottom 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: flip-horizontal-bottom 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
.flip-horizontal-bottom_02 {
	-webkit-animation: flip-horizontal-bottom 1s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: flip-horizontal-bottom 1s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
.flip-horizontal-bottom_03 {
	-webkit-animation: flip-horizontal-bottom 1.2s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: flip-horizontal-bottom 1.2s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
.flip-horizontal-bottom_04 {
	-webkit-animation: flip-horizontal-bottom 1.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: flip-horizontal-bottom 1.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
.flip-horizontal-bottom_05 {
	-webkit-animation: flip-horizontal-bottom 1.6s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: flip-horizontal-bottom 1.6s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
.flip-horizontal-bottom_06 {
	-webkit-animation: flip-horizontal-bottom 1.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: flip-horizontal-bottom 1.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
.flip-horizontal-bottom_07 {
	-webkit-animation: flip-horizontal-bottom 2s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: flip-horizontal-bottom 2s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
.flip-horizontal-bottom_08 {
	-webkit-animation: flip-horizontal-bottom 2.2s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: flip-horizontal-bottom 2.2s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
.flip-horizontal-bottom_09 {
	-webkit-animation: flip-horizontal-bottom 2.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: flip-horizontal-bottom 2.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
.flip-horizontal-bottom_10 {
	-webkit-animation: flip-horizontal-bottom 2.6s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: flip-horizontal-bottom 2.6s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
.flip-horizontal-bottom_11 {
	-webkit-animation: flip-horizontal-bottom 2.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: flip-horizontal-bottom 2.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-1-29 10:33:37
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation flip-horizontal-bottom
 * ----------------------------------------
 */
@-webkit-keyframes flip-horizontal-bottom {
  0% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
  100% {
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
  }
}
@keyframes flip-horizontal-bottom {
  0% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
  100% {
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg);
  }
}

/*標題動效*/

/*飄-上下*/
.uptodown-play { -webkit-animation:uptodown-play 1.5s ease-in-out infinite alternate;
				         animation:uptodown-play 1.5s ease-in-out infinite alternate;}
	@-webkit-keyframes uptodown-play { 
		0%   { -webkit-transform: translate(0,-10px); } 
		100% { -webkit-transform: translate(0,0);}
	}
	@keyframes uptodown-play { 
		0%   { transform: translate(0,-10px);} 
		100% { transform: translate(0,0);}
	}

/*飄-下上*/
.downtoup-play { -webkit-animation:downtoup-play 15s ease-in-out infinite alternate;
				         animation:downtoup-play 15s ease-in-out infinite alternate;}
	@-webkit-keyframes downtoup-play { 
		0% { 
			-webkit-transform: translate(0,0);  
		} 
		100% { 
			-webkit-transform: translate(0,-10px);
		}
	}
	@keyframes downtoup-play { 
		0% { 
			transform: translate(0,0);  
		} 
		100% { 
			transform: translate(0,-10px);
		}
	}

.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%);
	  }
	}


.slide-in-bck-center {
	-webkit-animation: slide-in-bck-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-bck-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation-delay: 0.2s;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-7-18 16:37:45
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-bck-center
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bck-center {
  0% {
    -webkit-transform: translateZ(600px);
            transform: translateZ(600px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes slide-in-bck-center {
  0% {
    -webkit-transform: translateZ(600px);
            transform: translateZ(600px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}


/*3格*/
*,*:after,*:before {margin: 0;padding: 0; -ms-box-sizing: border-box;box-sizing: border-box;}
.ninebox{width:1240px;margin:0 auto;padding:0;}
.ninebox li img { width: 413px;}
.ninebox ul{ width: 1240px;list-style:none; margin:0; padding-bottom:27px;}
.ninebox ul li{display:inline-block;margin:0; padding:0;}

.nineboxtitle{width: 820px;margin: 0px;padding-top:1px;display:inline-block;}

@media only screen and (max-width: 931px) {
.ninebox{width:100%;margin:0 auto;padding:0;}
.ninebox li img { width:100%;}
.ninebox ul{width:100%; list-style:none; margin:0px; padding-bottom:6px;}
.ninebox ul li{width:calc(100%/3);display:inline-block;margin:0; padding:0;}
.nineboxtitle{width:100%;margin: 0px;padding-top:1px;display:inline-block;}	
}

/********* 下面格廣告 *********/
.btm_ad{width: 1240px; margin: 0 auto;}
.btm_ad ul{padding-bottom:10px; margin:0px -5px; text-align:left;}
.btm_ad ul li{ display:inline-block; margin:0px; padding:3px 4px; }
.btm_ad li img{width:300px;}
.hvr-shrink{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0);-webkit-transition-duration:.5s;
}
@media only screen and (max-width: 1200px) {
  .btm_ad{ width:100%;}
	.btm_ad ul{width:100%; padding-bottom:1vw; list-style-type:none;margin: 0;padding:0px;}
	.btm_ad ul li{width: calc(100%/2 - 5px);display:inline-block;margin:-0px; padding:0px;}
	.btm_ad li img{ width:100%;}
}

.jello-horizontal {
	-webkit-animation: jello-horizontal 0.9s both;
	        animation: jello-horizontal 0.9s both;
}
/* ----------------------------------------------
 * Generated by Animista on 2019-9-24 16:18:56
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation jello-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
