/*  基本通用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: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) no-repeat top center;}
.bg02{ position: relative; background:url(index_10.jpg) repeat top center;}
.bg03{ position: relative; background:url(bg_01_01.jpg) no-repeat top center;}
.bg04{ position: relative; background:url(bg_01_02_07.jpg) no-repeat top center;}
.bg05{ position: relative; background-color: #fdfbb0;}

.topBg3{
	text-align:center;
	background:url(bg_01_02.jpg) repeat-y center top;
}
.topBg4{
	background:#4c1f0e;}

.top{text-align:center;
     width:300px;
     height:375px;
     display:inline-block;
     margin-bottom: 15px;	
}

ul.host1{width: 1240px; text-align:center; margin: 0 auto;}
ul.host1 li {display:inline-block; margin:0 -4px;} 

@media screen and (max-width:1240px){ /*手機版的背景圖尺寸寬要1240px*/
	.bg1{ 
		background-image:url(bg_phone.jpg);
		background-size:100%;
    	background-position: top center;
    	background-repeat: no-repeat;
	}
	
	.bg02{
	text-align:center;
	background:url(index_10.jpg) repeat-y center top;
	background-size:100%;
	}
	.topBg4{background:#4c1f0e;}
	
.top{text-align:center;
     width:300px;
     height:375px;
     display:inline-block;
     margin-bottom: 15px;	
}
ul.host1{width:100%; margin: 0 auto;}
	ul.host1 li { display:inline-block;}
	ul.host1 li img{ width:100%;  }
}

@media only screen and (max-width: 1200px){
	.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(0) translateZ(0);
  transform: perspective(0) translateZ(0);
}
	.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  transform: scale(1);
-ms-transform: scale(1);	/* IE 9 */
-webkit-transform: scale(1);	/* Safari 和 Chrome */
-o-transform: scale(1);	/* Opera */
-moz-transform: scale(1);	/* Firefox */
}
}

/* footer */
.flip-horizontal-bottom {
	-webkit-animation: flip-horizontal-bottom 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: flip-horizontal-bottom 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
.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; text-align:left; color:#fff;}
.rule ul{margin: 0; padding:5px 0 5px 20px; list-style:decimal; }
.rule a{color: #00ffff;text-decoration: none;}
.rule a:hover{color: #00ffff;text-decoration: underline;}
.rule p{font-size:22px; color: #ffec9e;}

.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;}

/********* 下面格廣告 *********/
.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:rgba(60,51,125,0.85);
	border-radius: 8px 0 0 8px;
}
.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(60,51,125,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;
}
/********* 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: 40px;
    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: #cea05f;
}
#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 *********/	

/********* 手機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; }
	
	.top{ width: calc(100%/2 - 4px);
          height: 100%;
          margin: 5px 0px 0px 0px;
          padding: 0px;
          display: inline-block;
	}
	
	.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{ 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:15px; color: #ffec9e;}
	
	.ruletable{width:100%; margin:10px 0px; padding:10px; font-size: 13px; line-height:18px;}
    .ruletable td{border: 1px solid #fff;padding:2px 5px;}
}


/********* 刊頭動畫 *********/	
.move{
  position: absolute;
  top:30px;
  left:37px;
 -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;		
}	

.move02{
  position: absolute;
  top:55px;
  right:29px;	
}	

.move03{
  position: absolute;
  top:247px;
  right:29px;	
}	

.move04{
  position: absolute;
  top:428px;
  right:29px;	
}

@media (max-width:1200px) {
.move{
    position: absolute;
    top: 4%;
    left: 5%;
	width:82%;	
}
	
}

.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;   
}
.store01{
	width:590px;
	display:inline-block;
	position: relative;
    background: #3c337d;
	border: 3px solid #3c337d;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
     border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-bottom: 8px;
	}
.store02{
	width:590px;
	display:inline-block;
	position: relative;
    background: #71c2fc;
	border: 3px solid #71c2fc;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-bottom: 8px;
	}
.store03{
	width:590px;
	display:inline-block;
	position: relative;
    background: #f88734;
	border: 3px solid #f88734;
    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: 70px;
	top: 22px;
	text-align: right;
	font-size: 28px;
	font-weight: bold;
	font-family: '微軟正黑體';
}
input.discoutcode{
	width: 350px;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.content_a{
	width:1240px;
	margin:0 auto;
	text-align:center;
	padding:4px;
}

.pd,.pd2,.pd3,.pd4,.pd5{
    text-align: center;
    width: 284px;
    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 #fff;
	font-family: Verdana,'微軟正黑體';
	float: left;
}

.pd:hover { 
	z-index:5; 
	-webkit-transform:translateY(-4px); 
	transform:translateY(-4px); 
	box-shadow:0 0 20px rgba(0,0,0,0.2);
}

.pd{background:#fff;}
.pd2{background:url(300x375_2.jpg) center center no-repeat #fff;}
.pd3{background:url(300x375_3.jpg) center center no-repeat #fff;}
.pd4{background:url(300x375_4.jpg) center center no-repeat #fff;}
.pd5{background:url(300x375_5.jpg) center center no-repeat #fff;}

.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;
  }

  
.pdtitle{
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;
}

.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:46px; 
margin-bottom:3px; 
color:#1c1c1c;
font-size:19px;
line-height: 24px; 
overflow:hidden;
}
.name b{
display:block; 
height:46px; 
margin-bottom:3px; 
color:#1c1c1c;
font-size:14px;
line-height: 24px; 
overflow:hidden;
}
.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;
}
.price C{
font-size:12px;
letter-spacing:-1px;
	position: relative;
	top: -1px;
}

/*套版手機版*/
@media (max-width: 768px) {
	.store01,.store02,.store03{
	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: 12vw;
	top: 3.5vw;
	text-align: right;
	font-size: 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: 0;
}

	.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;
	}
	.pdtitle img{
		width: 100%;
		height: inherit;
	}
	.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: 4vw;
	line-height:5.5vw;
	height: 10vw;
	overflow:hidden;
	}
	.price {
    display: block;
    color: #ff0060;
    font-size: 3.6vw;
	line-height:7vw;
	font-weight: bold;
	}
	.price b {
		font-size: 5.5vw;
		letter-spacing: -1px;
	}
}
/*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: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);
  }
}



/*九宮格*/
.ninebox{width:1240px;margin:0 auto;padding:0;}
.ninebox li img { width: 413px;}
.ninebox ul{ width: 1240px;list-style:none; margin:0; padding-bottom:6px;}
.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%/2);display:inline-block;margin:0; padding:0;}
	
.nineboxtitle{width:100%;margin: 0px;padding-top:1px;display:inline-block;}	
}