/* homepage */
#header-container{
	background-color:rgba(0,0,0,.7);
}
#content-container{
	background:url(../images/bg-home.jpg?201505262328) center 0 no-repeat;
	padding-top:0px;
}
/*-------------------------------------------
background image
-------------------------------------------*/
.main-background{
	background-position:50% 0;
	background-repeat:no-repeat;
}
@media screen and (max-width:812px){/* iX Landscape */
	.main-background{
		background-size:auto 560px;
	}
}
@media screen and (max-width:736px){/* i6 Plus Landscape */
	.main-background{
		background-size:auto 500px;
	}
}
@media screen and (max-width:414px){/* i6,i7,i8 Plus */
	.main-background{
		background-image:none !important;
	}
}

/*-------------------------------------------
home pic link
-------------------------------------------*/
.home-pic-link{
	display:block;
    position:absolute; top:0;
    width:100%;
    height:765px;
}

/*-------------------------------------------
homepage top
-------------------------------------------*/
#homepage-top{
	height:800px;
}
@media screen and (max-width:812px){/* iX Landscape */
	#homepage-top{
		height:550px;
	}
}
@media screen and (max-width:736px){/* i6 Plus Landscape */
	#homepage-top{
		height:500px;
	}
}
@media screen and (max-width:414px){/* i6,i7,i8 Plus */
	.touch-background{
		position:absolute; left:0; top:0; z-index:0;
		width:100%; height:100%;
		background-position:50% 50%;
		background-repeat:no-repeat;
		background-size:cover;
	}
}

/*-------------------------------------------
slogan
-------------------------------------------*/
#slogan{
	position:absolute; top:315px; left:0;
	width:100%;
	text-align:center;
	margin:0;
	font-size:72px; color:#fff; font-weight:400;
	text-shadow:0 1px 3px rgba(0,0,0,.3);
	display:none;
}

/*-------------------------------------------
reservation
-------------------------------------------*/
#reservation{
	position:absolute; top:50%; left:0;
	transform:translateY(-50%);
	margin-top:90px;
	width:100%;
	padding:0 15px;
	text-align:center;
	z-index:99;
}
	#reservation_bg{
		display:inline-block;
		background-color:rgba(0,0,0,0.8);
		border-radius:8px;
		padding:10px 15px;
	}
		#reservation input[type=text]{
			background-color:#fff;
		}
		#reservation input, 
		#reservation select{
			font-size:16px;
			border-color:#fff;
			box-shadow:0 0 5px rgba(0,0,0,.7);
		}
		#reservation .btn-reservation{
			font-size:30px; line-height:38px;
			width:42px;
			padding:0;
		}
		input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=date]:focus, input[type=address]:focus, textarea:focus, select:focus{
			border-color:#f00 !important;
		}
		::-webkit-input-placeholder{color:#666;}
		:-moz-placeholder{color:#666;}
		.placeholder{color:#666;}

@media screen and (max-width:812px){/* iX Landscape */
	#reservation{
		margin-top:40px;
	}
	#reservation input.datepicker{
		width:150px;
	}
}
@media screen and (max-width:736px){/* i6 Plus Landscape */
	#reservation{
		margin-top:30px;
	}
	#reservation input, #reservation select{
		margin:0 2px;
	}
	#reservation input.datepicker{
		width:135px;
	}
}
@media screen and (max-width:568px){/* i5 Landscape */
	#reservation input,
	#reservation select,
	#reservation input.datepicker{
		display:block;
		width:150px;
		margin:5px 3px;
	}
	#reservation input.datepicker{
		display:inline-block;
	}
	#reservation .btn-reservation{
		margin-top:10px;
		width:100%;
	}
}
@media screen and (max-width:414px){/* i6,i7,i8 Plus */
	#reservation{
		margin-top:0;
		padding-right:50px;
		text-align:left;
	}
		#reservation input,
		#reservation select,
		#reservation input.datepicker{
			display:inline-block;
			margin:5px 0;
			width:100%;
		}
		#reservation select[name="pickup"]{
			width:48%;
		}
		#reservation .btn-reservation{
			margin-top:5px;
			float:right;
			width:48%;
		}
		#ui-datepicker-div.for-fun{
			width:60% !important;
			top:50% !important;
			left:50% !important;
			transform:translate(-50%, -50%);
			font-family:inherit;
			border-radius:5px;
			box-shadow:0 0 10px rgba(0,0,0,.4);
		}
			#ui-datepicker-div.for-fun .ui-datepicker-group{
				width:100% !important;
			}
}

/*-------------------------------------------
news
-------------------------------------------*/
#news .news-mask{
	display:block;
	content:"";
	background-color:rgba(0,0,0,.5);
	position:fixed; top:0; left:0; z-index:99;
	width:100%; height:100%;
}
	#news .btn-news{
		display:none;
		width:30px;
		padding:8px 0;
		background:url(../images/icon-notifications_active-24px.svg) 50% 8px no-repeat #ed1c24;
		padding:38px 25px 10px 10px;
		text-align:center;
		color:#fff;
		line-height:1.2;
		border-top-left-radius:5px; border-bottom-left-radius:5px;
		position:fixed; top:50%; right:0; z-index:99;
		transform:translateY(-50%);
	}
	#news .news-list{
		width:900px;
		background-color:rgba(0,0,0,0.9);
		position:fixed; right:50%; margin-right:-450px; top:350px; margin-top:-160px; z-index:99;
		color:#fff;
		padding:15px 20px;
		display:block;
	}
		#news .news-list ul{
			margin:0; padding:0; list-style:none;
		}
			#news .news-list ul li{
				position:relative;
				margin:8px 0;
				padding-left:170px;
			}
			#news .news-list ul li.more{
				margin:0;
				text-align:right;
			}
				#news .news-list .type{
					color:#83c7e7;
					position:absolute; left:0;
				}
				#news .news-list time{
					color:#aaa;
					position:absolute; left:85px;
				}
				#news .news-list a{
					color:#fff;
					margin-left:10px;
				}
				#news .news-list a:hover{
					color:#09F;
				}
				#news .btn-news-close{
					display:inline-block;
					background:url(../images/icon-cancel-24px.svg) no-repeat 50% 50% #fff;
					background-size:40px 40px;
					width:32px; height:32px;
					overflow:hidden;
					text-indent:-99999em;
					position:absolute; top:-16px; right:-16px;
					border-radius:50%;
					box-shadow:0 0 5px rgba(0,0,0,.4);
				}
@media screen and (max-width:812px){/* iX Landscape */
	#news{
		
	}
		#news .news-list{
			width:auto;
			left:25px; right:25px; top:140px;
			margin-right:0; margin-top:0;
			/* transform:translateY(-50%); */
		}
}
@media screen and (max-width:568px){/* i5 Landscape */
	#news .news-list ul li{
		padding-left:155px;
	}
		#news .news-list time{
			left:75px;
		}
}
@media screen and (max-width:414px){/* i6,i7,i8 Plus */
	#news .news-list ul li{
		margin:12px 0;
		padding-left:0; padding-top:18px;
	}
		#news .news-list .type,
		#news .news-list time{
			top:0;
			font-size:12px;
		}
		#news .news-list a{
			margin-left:0;
			font-size:100%;
		}
}

/*-------------------------------------------
products
-------------------------------------------*/
#products{
	height:auto!important;min-height:300px;height:300px;
	position:relative;
	padding:70px 0;
}
	.slide-products{
		/* height:380px; */
		position:relative;
	}
		.slide-products .owl-stage-outer,
		.slide-products .owl-stage,
		.slide-products .owl-item,
		.slide-products .item,
		.slide-products .item .product-pic{
			height:100%;
		}
		.slide-products .owl-stage-outer{
			/* overflow:initial; */
		}
			.slide-products .item-container{
				position:relative;
				display:-webkit-box; display:-ms-flexbox;
				display:flex; display:-webkit-flex;
				flex-wrap:wrap; -webkit-flex-wrap:wrap; -ms-flex-wrap:wrap;
			}
				.slide-products .product-pic{
					flex:0 0 30%;
					margin:0;
					padding-left:55px;
				}
					.slide-products .product-pic img{
						display:block;
						width:100%; height:auto;
					}
				.slide-products .intro{
					flex:0 0 70%;
					padding-top:20px; padding-left:40px; padding-right:55px;
				}
					.slide-products .product-name{
						margin:0;
						font-size:400%; line-height:1;
						color:#111;
					}
						.slide-products .product-name strong{
							color:#ed1c24; font-weight:400;
						}
					.slide-products .desc{
						margin:15px 0;
						min-height:6em;
						font-size:110%; line-height:1.8;
						color:#777;
					}
					.slide-products .article-pic{
						
					}
						.slide-products .article-pic *{
							-webkit-transition:all .2s ease;
							transition:all .2s ease;
						}
						.slide-products .article-pic .article{
							display:inline-block;
							width:45%;
						}
						.slide-products .article-pic .article-1{
							float:left;
						}
						.slide-products .article-pic .article-2{
							float:right;
						}
							.slide-products .article-pic .pic{
								position:relative;
								background-size:cover;
								width:100%; height:0;
								padding-bottom:74%;
								border-radius:5px;
								overflow:hidden;
							}
								.slide-products .article-pic .pic figcaption{
									position:absolute; bottom:0; left:0; z-index:2;
									width:100%;
									padding:10px;
									text-align:left;
									color:#fff;
									font-size:95%; line-height:1.2;
								}
								.slide-products .article-pic .pic:after{
									content:"";
									position:absolute; bottom:0; left:0;
									display:block;
									width:100%;
									height:85px;
									-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
									filter: alpha(opacity=100);
									-moz-opacity: 1;
									-khtml-opacity: 1;
									opacity: 1;
									background: rgba(0,0,0,0);
									background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
									background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.5)));
									background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
									background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
									background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
									background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
									filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
								}
								/* hover */
								.slide-products .article-pic .article:hover figcaption{
									-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
									filter: alpha(opacity=0);
									-moz-opacity: 0;
									-khtml-opacity: 0;
									opacity: 0;
								}
								.slide-products .article-pic .article:hover .pic:after{
									bottom:-85px;
								}
		.slide-products .owl-nav button.owl-next,
		.slide-products .owl-nav button.owl-prev{
			width:48px; height:48px;
			background-repeat:no-repeat;
			background-position:50% 50%;
			background-size:48px 48px;
			background-color:rgba(0,0,0,.05);
			position:absolute; top:50%; z-index:10;
			transform:translateY(-50%);
			text-indent:-99999em;
			border-radius:50%;
			transition:.2s; -webkit-transition:.2s;
		}
		.slide-products .owl-nav button.owl-next{
			background-image: url(../images/navigate_before-24px.svg);
			left:15px;
		}
		.slide-products .owl-nav button.owl-next:hover{
			background-image: url(../images/navigate_before-hover-24px.svg);
		}
		.slide-products .owl-nav button.owl-prev{
			background-image: url(../images/navigate_next-24px.svg);
			right:15px;
		}
		.slide-products .owl-nav button.owl-prev:hover{
			background-image: url(../images/navigate_next-hover-24px.svg);
		}
			.slide-products .owl-nav button.owl-next span,
			.slide-products .owl-nav button.owl-prev span{
				display:none;
			}
@media screen and (max-width:812px){/* iX Landscape */
	#products{
		padding:50px 0;
	}
		.slide-products .product-pic{
			flex:0 0 35%;
			padding-left:55px;
		}
		.slide-products .intro{
			flex:0 0 65%;
			padding-left:40px; padding-right:55px;
		}
		.slide-products .product-name{
			font-size:320%;
		}
}
@media screen and (max-width:736px){/* i6 Plus Landscape */
	.slide-products .product-name{
		font-size:300%;
	}
	.slide-products .intro{
		padding-left:25px;
	}
		.slide-products .article-pic .article{
			width:48%;
		}
}
@media screen and (max-width:667px){/* i6,i7,i8 Landscape */
	.slide-products .product-name{
		font-size:270%;
	}
}
@media screen and (max-width:568px){/* i5 Landscape */
	.slide-products .product-name{
		font-size:230%;
	}
}
@media screen and (max-width:414px){/* i6,i7,i8 Plus */
	#products{
		padding:0 0 40px;
		margin-top:-35px;
	}
		.slide-products .product-pic{
			flex:0 0 100%;
			padding:0 70px;
		}
		.slide-products .intro{
			flex:0 0 100%;
			padding:40px 50px 0;
			margin-top:-45%;
			padding-bottom:5px;
			background-color:rgba(255,255,255,.85);
		}
			.slide-products .product-name{
				font-size:240%;
			}
			.slide-products .desc{
				font-size:100%;
				color:#333;
				padding-bottom:30px;
			}
			.slide-products .article-pic .article{
				width:100%;
			}
			.slide-products .article-pic .article-1{
				/* transform:rotate(-3deg); */
			}
			.slide-products .article-pic .article-2{
				margin-top:20px;
				/* transform:rotate(3deg); */
			}
				.slide-products .article-pic .pic figcaption{
					font-size:100%;
				}
}
@media screen and (max-width:375px){/* i6,i7,i8 */
	.slide-products .product-name{
		font-size:200%;
	}
}
@media screen and (max-width:360px){/* Xiaomi */
	.slide-products .product-name{
		font-size:190%;
	}
}
@media screen and (max-width:320px){/* i5 */
	.slide-products .product-name{
		font-size:175%;
	}
}

/*-------------------------------------------
share fun
-------------------------------------------*/
#share-fun{
	height:auto!important;min-height:450px;height:450px;
	padding:45px 0;
	background-color:#f5f1e7;
}
#share-fun .title{
	margin:0;
	font-size:30px; color:#111; font-weight:400;
	text-align:center;
}
#share-fun .btn-upload{
	text-indent:-99999em;
	background-image:url(../images/btn-share-upload.png?201505262328);
	background-position:50% 50%;
	background-repeat:no-repeat;
	line-height:20px !important;
	padding:0;
	width:34px; height:34px;
	vertical-align:13px;
}
#fun-list{
	margin:18px 0 0; padding:0; list-style:none;
	height:auto!important;min-height:450px;height:450px;
}
#fun-list ul{
	margin:0; padding:0; list-style:none;
	position:relative;
}
#fun-list .one{
	width:230px;
	overflow:hidden;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#fff;
	box-shadow:0 1px 3px rgba(0,0,0,.2);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,.2);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);
}
#fun-list .one *{
	transition:all .2s ease;
	-webkit-transition:all .2s ease;
}
#fun-list .one .fun-img{
	position:relative;
	width:230px;
}
#fun-list .one .fun-img.fun-img-loading{
	background:url(../images/loading.gif) 50% 50% no-repeat;
	height:80px;
}
#fun-list .one .fun-img-none{
	background:url(../images/none-img.png) 50% 50% no-repeat #f6f6f6;
	height:80px;
}
#fun-list .one .fun-img img{
	width:100%; 
	height:auto;
}
#fun-list .one .fun-overlay{
	position:absolute;
	width:100%;
	height:100%;
	background-color:#000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
}
#fun-list .one .fun-title{
	color:#111; font-size:13px; font-weight:700;
	padding:25px 10px 8px 10px;
}
#fun-list .one .last-message{
	border-top:1px solid #ddd;
	color:#888; font-size:12px;
	padding:8px 10px 15px;
}
	/* hover */
	#fun-list .one a:hover .fun-overlay{
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
		filter: alpha(opacity=20);
		-moz-opacity:0.2;
		-khtml-opacity:0.2;
		opacity:0.2;
	}

.like{ 
position:absolute;
float:right; 
z-index:99; 
color:#C00; 
text-shadow:0 0 10px #ccc;
font-size:16px; 
background-image:url(../images/btn-like_o.png); 
background-position:center center; 
background-repeat:no-repeat; 
width:26px; 
height:24px;
cursor:pointer;
margin-top:3px;
right:5px;
}

.like:hover{  background-image:url(../images/btn-like.png);}

.like span{ float:right; margin-right:26px;}

.message2{
	 position:relative; 
	 float:left; 
	 z-index:99; 
	 color:#09C; 
	 text-shadow:0 0 10px #ccc; 
	 margin-right:35px; 
	 font-size:16px;
	 background-image:url(../images/btn-massage_o.png); 
background-position:center center; 
background-repeat:no-repeat; 
width:25px; 
height:20px;
cursor:pointer;
margin-top:3px;
	 }

.message2:hover{  background-image:url(../images/btn-massage.png);}

.message2 span{ margin-left:27px;}

/*-------------------------------------------
popup share fun
-------------------------------------------*/
/*
.popup-overlay{
	position:fixed; top:0; left:0; z-index:0;
	width:100%;
	height:100%;
	background-color:#ddd;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity:0.9;
	opacity:0.9;
}
*/
#popup-share-fun{
	box-sizing:border-box;
	padding:0 0px 0 0;
}
#popup-share-fun *{
	box-sizing:border-box;
}
.popup-main, .popup-message, .related-article{
	background-color:#fff;
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
	box-shadow:0 1px 3px rgba(0,0,0,.2);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,.2);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);
}
.popup-main{
}
	.popup-title{
		margin:0;
		padding:10px 15px;
		font-size:18px; color:#111;
	}
	.popup-content{
		padding:10px 15px;
		border-bottom:1px solid #ddd;
	}
	.popup-img{
		margin:0;
		text-align:center;
		overflow:hidden;
	}
	.popup-img img{
		display:block;
		max-width:730px!important;height:auto!important;width:expression(this.width > 730 ? "730px" : this.width)!important;
		margin:0 auto;
	}
	.popup-keyword{
		padding:10px 15px;
		font-size:12px; color:#666;
	}
	.popup-keyword a{
		display:inline-block;*display:inline;zoom:1;
		background-color:#f1f1f1;
		padding:2px 5px;
		color:#666;
	}
	.popup-keyword a:hover{
		background-color:#f00;
		color:#fff;
	}
.popup-message{
	margin-top:20px;
	padding:15px 15px;
}
	.popup-message .popup-comment{
	}
	.popup-message input{
		float:left;
		margin:0 0 10px;
		border-color:#67cfff;
	}
		.popup-message .input-name{width:15%;}
		.popup-message .input-message{width:72%; margin-left:10px;}
		.popup-message .btn-comment{width:6%; margin-left:10px; font-size:13px; padding: 5px 0; float:right;}
	.popup-message ul{
		margin:0;
		padding:0 5px 0 0;
		list-style:none;
		overflow:auto;
		overflow-x:hidden;
	}
	.popup-message li{
		padding:15px 5px;
		border-top:1px solid #ddd;
	}
	.popup-message .name{
		font-size:15px; color:#111; font-weight:700;
	}
	.popup-message time{
		font-size:12px; color:#aaa;
	}
	.popup-message .message{
		font-size:12px;
	}
.related-article{
	margin-top:20px;
	background-color:#fff;
}
	.related-one{
		float:left;
		width:25%;
		text-align:center;
		padding:20px 0;
	}
	.related-one-img{
		width:200px;
		height:150px;
		overflow:hidden;
		margin:0 auto;
	}
	.related-one-img img{
		width:100%;
	}
	.related-one-overlay{
	}
	.related-title{
		width:200px;
		margin:5px auto;
		font-size:13px; color:#111; text-align:left;
	}
	
/*-------------------------------------------
sell
-------------------------------------------*/	
#sell{ 
background-color:#f5f1e7;
height:auto!important;min-height:450px;height:450px;
	padding:45px 0;

}	

#sell h2{ text-align:center; font-size:2.5em !important; margin:0;}

#products-list{
	box-sizing:border-box;
	padding:0; 
	margin:0; 
	list-style:none;
	margin-top:30px;
}
#products-list *{
	box-sizing:border-box;
}
#products-list li{
	float:left;
	text-align:center;
	width:25%;
	margin-bottom:25px;
}
#products-list a{
	display:block;
	width:220px;
	margin:0 auto 5px;
	padding:10px;
	background-color:#fff;
	border:2px solid #fff;
	border-radius:5px;
}
#products-list a:hover{
	border-color:#F60;
}
#products-list .product-img{
	margin:0 auto;
	width:180px; height:130px;
}
#products-list .product-name{
	font-size:13px; color:#000; line-height:24px; 
}

.price{ color:#C30; margin-left:10px; font-size:15px; float:right; margin-right:25px;}

.empty{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}

	
/*-------------------------------------------
blog
-------------------------------------------*/

#fun-blog{ 
background-color:#fff;
height:auto!important;min-height:450px;height:450px;
	padding:45px 0;

}
#fun-blog h2{ text-align:center; font-size:2.5em !important; margin:0;}

#list{
	margin:0; padding:0; list-style:none; margin-top:30px;
}
#list *{
	box-sizing:border-box;
}
#list .item{
	float:left;
	width:280px; height:200px;
	overflow:hidden;
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
	background-color:#fff !important;
	margin:25px 26px;
	position:relative;
}
#list .item figure{
	width:280px; height:200px;
/*	overflow:hidden;*/
	background-repeat:no-repeat;
	background-size:cover;-moz-background-size:cover;-webkit-background-size:cover;
}
#list .item a{
	display:block;
	color:#fff;
}
#list .item .desc{
	position:absolute; left:0; top:0;
	width:100%; height:100%;
	background:url(../images/blog-overlay.png) 0 bottom repeat-x;
	color:#fff;
	transition:all .5s;-moz-transition:all .5s;-webkit-transition:all .5s;
}
#list .item .desc span{
	position:absolute; bottom:0;
	padding:8px;
}
	/* hover */
	#list .item a:hover .desc{
		background:url(../images/blog-overlay2.png)
	}
.list{ top:10px; }

.list span{padding:0 !important;}

.like_w{ 
position:relative;
float:right; 
z-index:99; 
color:#fff; 
text-shadow:0 0 5px #888;
margin-right:40px; 
font-size:16px; 
background-image:url(../images/btn-like_w_o.png); 
background-position:center center; 
background-repeat:no-repeat; 
width:25px; 
height:20px;
cursor:pointer;


}

.like_w:hover{  background-image:url(../images/btn-like_w.png);}

.like_w span{ margin-left:27px;padding:0;}

.message_w{
	 position:relative; 
	 float:right; 
	 z-index:99; 
	 color:#fff; 
	 text-shadow:0 0 5px #888; 
	 margin-right:35px; 
	 font-size:16px;
	 background-image:url(../images/btn-massage_w_o.png); 
background-position:center center; 
background-repeat:no-repeat; 
width:25px; 
height:20px;
cursor:pointer;
	 }

.message_w:hover{  background-image:url(../images/btn-massage_w.png);}

.message_w span{ margin-left:27px;padding:0;}
