body{
	transition:transform 1s ease-in-out;
}
img { border:0px;}


.hdbm_tyz { width:100%; text-align:center; height:50px; line-height:50px; font-size:16px; background-color:#1eac84; position:relative; color:#FFF;}
.hdbm_tyz span { float:left; 
    margin-top: 18px;
    z-index: 10;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #fff;
    -webkit-transform: rotateZ(135deg);
    -moz-transform: rotateZ(135deg);
    transform: rotateZ(135deg);
	position:absolute; left:6%; }
	
	
	
.right-search{
	width:88px;
	height:88px;
	overflow:hidden;
	float:right;
	background-image:url(../image/search-close.png);
	background-position:top;
	background-repeat:no-repeat;
	background-size:100% auto;
	transition:background-position 1s ease-in-out;
	-webkit-transition:background-position 1s ease-in-out;
}
.header-search .right-search{
	background-position: 0 -88px;
}
.left-icon{
	width:88px;
	height:88px;
	overflow:hidden;
	float:left;
}
.right-search img,.left-icon img{
	width:100%;
	height:auto;
}
.center-title{
	width:574px;
	float:left;
	line-height:88px;
	font-size:36px;
	text-align:center;
	color:#292929;
}

/*****轮播CSS*****/
.carousel{
	width:730px;
	height:280px;
	margin:10px;
	position:relative;
}
.carousel .hd{
	width:100%;
	height:20px; 
	position:absolute;
	z-index:1;
	bottom:15px;
	text-align:right;
	right:30px;
}
.carousel .hd ul{
	display:inline-block;
	height:20px;
	padding:3px 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-size:0;
	vertical-align:top;
}
.carousel .hd ul li{
	display:inline-block;
	width:50px;
	height:12px;
	/*-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;*/
	background:#fff;
	opacity:0.5;
	margin:0 5px;
	vertical-align:top;
	overflow:hidden;
}
.carousel .hd ul .on{
	opacity:1;
	border:1px solid #db4340;
	box-sizing:border-box;
}

.carousel .bd{
	position:relative;
	z-index:0;
	border-radius: 20px;
	-webkit-border-radius: 20px;
    overflow: hidden;
}
.carousel .bd li img{
	width:100%;
	height:280px;
	background:url(../image/loading.gif) center center no-repeat;
}
.carousel .bd li a{
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */
}

/****食物列表css***/
.food-list{
	width:730px;
	height:auto;
	overflow:hidden;
	margin:0 10px 110px 10px;
}
.lists{
	width:100%;
	height:414px;
	overflow:hidden;
	background-color:#fff;
	border:1px solid #e0e0df;
	border-radius:5px;
	box-sizing:border-box;
}
.lists ul{
	overflow:hidden;
}
.lists ul a{
	float:left;
	overflow:hidden;
}
.lists ul li{
	float:left;
	width:240px;
	height:auto;
	overflow:hidden;
	margin:100% auto 20px auto;
	position:relative;
	margin-top:100%;
	transition:margin-top 1.5s ease-in-out;
	-webkit-transition:margin-top 1.5s ease-in-out;
	-o-transition:margin-top 1.5s ease-in-out;
	-moz-transition:margin-top 1.5s ease-in-out;
}
.list.active li{
	margin-top:20px !important;
}
.lists ul li:nth-of-type(3),.lists ul li:nth-of-type(5){
	width:100px !important;
}
.lists ul li span{
	display:inline-block;
	width:120px;
	height:120px;
	overflow:hidden;
	border-radius:50%;
	-webkit-border-radius:50%;
	margin-left:65px;
}
.lists ul li p{
	text-align:center;
	line-height:40px;
	font-size:28px;
	color:#666666;
}
.lists ul li span img{
	width:100%;
	height:auto;
}


/***背景色块***/
.color-1{
	background-color:#ff9491;
}
.color-2{
	background-color:#ffe981;
}
.color-3{
	background-color:#75baff;
}
.color-4{
	background-color:#aeffac;
}
.color-5{
	background-color:#9be6c9;
}
.color-6{
	background-color:#ffb288;
}

.snap{
	width:100%;
	height:auto;
	margin:20px auto;
	overflow:hidden;
}
.countdown{
	float:left;
	width:228px;
	height:310px;
	border:1px solid #e0e0df;
	border-radius:15px;
	box-sizing:border-box;
	background-color:#fff;
	position:relative;
	overflow:hidden;
}
.countdown img{
	width:100%;
}
.presell{
	float:right;
	width:500px;
	height:auto;
	overflow:hidden;
}
.presell a.presell-list{
	float:left;
	width:100%;
	height:154px;
	border:1px solid #e0e0df;
	border-radius:5px;
	-webkit-border-radius:5px;
	box-sizing:border-box;
	background-color:#fff;
	overflow:hidden;
}
.presell a.presell-list img{
	width:100%;
}
.presell a.presell-list:first-child{
	margin-bottom:2px;
}
.times{
	position:absolute;
	bottom:30px;
	white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
    display: table;
}
.dash{
	float:left;
	padding:0 10px;
	height:40px;
	line-height:40px;
	text-align:center;
	background-color:#1a1a1a;
	color:#fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	margin-left:5px;
}
.hour{
	margin-left:0;
}

.deshs{
	margin-bottom:-10px;
}
.symbol{
	background:none;
	color:#1a1a1a;
	font-size:30px;
	font-weight:bold;
	padding:0;
}

.recommend{
	float:left;
	width:100%;
	height:auto;
	overflow:hidden;
}
.recommend a.titles{
	float:left;
	width:100%;
	height:60px;
	border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#fffdf2;
	border:1px solid #e0e0df;
	box-sizing:border-box;
}
.recommend a.titles span{
	float:left;
	margin-left:18px;
	font-size:28px;
	line-height:60px;
}
.recommend a.titles span img{
	width:100%;
}
.enter{
	float:right !important;
	margin-right:18px;
}
.content-list{
	float:left;
	width:100%;
	margin:12px auto;
	overflow:hidden;
}
.content-list a{
	float:left;
	width:240px;
	margin-left:5px;
	border:1px solid #e0e0df;
	box-sizing:border-box;
	border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#fff;
	overflow:hidden;
}
.content-list a:first-child{
	margin-left:0 !important;
}
.recom-img{
	width:100%;
	height:194px;
	overflow:hidden;
	position:relative;
}
.recom-img img{
	width:100%;
}
.jian{
	position:absolute;
	left:0;
	top:0;
	width:45px;
	height:51px;
}
.recom-tit{
	float:left;
	width:94%;
	margin:0 3%;
	position:relative;
}
.recom-tit span{
	font-size:26px;
	color:#666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.recom-tit p{
	float:right;
	width:172px;
	height:60px;
	border:2px solid #fcd315;
	border-radius:50px 0 0 50px;
	-webkit-border-radius:50px 0 0 50px;
	margin:10px auto;
	color:#f00801;
	line-height:60px;
	text-align:center;
}
.recom-tit p i{
	font-size:36px;
	font-style:normal;
	padding:0 5px;
}
.content{
	width:100%;
	height:auto;
	overflow:hidden;
}
.con-img{
	width:730px;
	height:190px;
	overflow:hidden;
}
.con-img img{
	width:100%;
}


#tabBox1{
	overflow:hidden;
	display:inline-block;
	width:100%;
	margin-top:26px;
}
#tabBox1 .hd{
	overflow:hidden;
	margin:0 auto;
	width:100%;
	font-size:0;
}
#tabBox1 .hd ul{
	overflow:hidden;
	display:inline-block;
	margin:0 auto;
	width:100%;
}
#tabBox1 .hd ul li{
	float:left;
	width:240px;
	font-size:28px;
	text-align:center;
	line-height:60px;
}
#tabBox1 .hd ul li.on{
	border-bottom:3px solid #fc645f;
	color:#fc645f;
}

#tabBox1 .bd .con{
	float:left;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:15px auto;
}
#tabBox1 .bd .con ul{
	overflow:hidden;
}
#tabBox1 .bd .con ul li{
	float:left;
	width:364px;
	height:400px;
	background-color:#fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	margin-left:2px;
	overflow:hidden;
	border:1px solid #e0e0df;
	box-sizing:border-box;
}
#tabBox1 .bd .con ul li:nth-of-type(2n+1){
	margin-left:0 !important;
}
.tab-c{
	width:330px;
	margin:17px;
}
.tab-img{
	float:left;
	width:330px;
	height:233px;
}
.tab-img img{
	width:100%;
}
.price{
	overflow:hidden;
	float:left;
	width:100%;
}
.price span{
	float:left;
	font-size:28px;
	color:#ff3d37;
	line-height:50px;
}
.price span a{
	color:#ff3d37;
	font-size:38px;
}
.price span:first-child ~ span{
	color:#999999;
	font-size:24px;
	margin-left:10px;
	line-height:60px;
}
.tab-title{
	float:left;
	width:100%;
	height:auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color:#4c4c4c;
	font-size:26px;
}

/*****左侧菜单滑动****/
.menu_g{
	position:fixed;
	width:200px;
	height:100%;
	background-color:#323c50;
	top:0;
	left:-200px;
	transition:left 2s ease-in-out;
	-webkit-transition:left 2s ease-in-out;
	overflow-y:auto;
}
.menu_g ul{
	overflow:hidden;
	margin:0 auto 20px auto;
	position: absolute;
}
.menu_g ul li{
	float:left;
	width:100%;
	height:50px;
	border-bottom:1px solid #3c4758;
	box-sizing:border-box;
}
.menu_g ul li a{
	float:left;
	width:100%;
	overflow:hidden;
	color:#f7ffff;
}
.menu_g ul li a span img{
	width:100%;
}
.menu_g ul li a span:first-child{
	float:left;
	width:40px;
	overflow:hidden;
	margin:6px 15px 0 24px;
}
.menu_g ul li a span:first-child ~ span{
	line-height:50px;
	font-size:15px;
	text-align:left;
	color:#f7ffff;
}
.menu_g ul li:nth-of-type(odd){
	background-color:#2e3648;
}

.menu_g ul li:first-child{
	border-top:1px solid #3c4758;
	box-sizing:border-box;
}

.menu_g_zl{
	width:160px;
	height:auto;
	overflow:hidden;
	margin:20px auto 20px 20px;
}
.menu_g_zl p:first-child{
	width:100px;
	height:100px;
	float:left;
	border-radius:50%;
	overflow:hidden;
	margin:0 30px;
	border:1px solid #fff;
	box-sizing:border-box;
}
.menu_g_zl p:first-child ~ p{
	float:left;
	width:100%;
	text-align:center;
	font-size:14px;
	color:#f5fcff;
	line-height:20px;
}

.close{
	float:left;
	position:relative;
	width:80px;
	height:80px;
	margin-bottom:10px;
	left:50%;
	margin-left:-40px;
}
.close img{
	width:100%;
}
.animate{
	position:fixed;
	height:100%;
	overflow:hidden;
	transform:translateX(200px);
	-webkit-transform:translateX(200px);
}
.animate .menu_g{
	left:-200px;
}

.search{
	position:absolute;
	left:125px;
	top:-60px;
	height:60px;
	width:500px;
	border-radius:10px;
	border:1px solid #f89cae;
	background-color: #fffcef;
	box-sizing:border-box;
	overflow:hidden;
	transition:top 1s ease-in-out;
	-webkit-transition:top 1s ease-in-out;
}
.header-search .search{
	top:11px;
}
.search input{
	float:left;
	width:400px;
	height:60px;
	border:none;
	outline:none;
	background-color: #fffcef;
	font-size:24px;
	text-indent:24px;
}
.search button{
	float:right;
	width:60px;
	height:60px;
	overflow:hidden;
	border:none;
	background-color:transparent;
}
.search .empty{
	float:left;
	position:absolute;
	width:20px;
	height:60px;
	right:70px;
	display:none;
}
.search .empty img{
	width:100%;
	height:auto;
	margin-top:20px;
}
.search img{
	width:100%;
}



/*****新增轮播css*****/
.source{
	display:inline-block;
	position:relative;
	width:100%;
	height:280px;
	margin-top: 35px;
    margin-bottom: 20px;
}
.bg {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 730px;
    height: 280px;
	border-radius:20px;
	overflow:hidden;
}
.bg img{
	border-radius:20px;
}
.act{
	width:730px !important;
	margin:0 !important;
	animation:bigs 0.5s ease-in-out;
	-webkit-animation:bigs 0.5s ease-in-out;
	z-index:888 !important;
}
@keyframes bigs{
	from{width:700px; margin-left:15px;}
	to{width:730px; margin-left:0;}
}
@-webkit-keyframes bigs{
	from{width:700px; margin-left:15px;}
	to{width:730px; margin-left:0;}
}
.fadeIn{
	z-index:999;
	animation:fade 1s ease-in-out;
	-webkit-animation:fade 0.8s ease-in-out;
}
@keyframes fade{
	from{z-index:999;margin-left:0;transform:rotate(0deg); opacity:1;}
	to{z-index:-99;margin-left:-600px;transform:rotate(-10deg); opacity:0;}
}
@-webkit-keyframes fade{
	from{z-index:999;margin-left:0;transform:rotate(0deg); opacity:1;}
	to{z-index:-99;margin-left:-600px;transform:rotate(-10deg); opacity:0;}
}
.pagination {
    width: auto;
    display: table;
    margin: 0 auto
}
.pagination-panel {
    width: 100%;
    position: absolute;
    bottom: 10px;
    z-index: 100;
    height: auto;
}
.pagination li {
    display:inline-block;
	width:50px;
	height:12px;
    background: #fff;
    float: left;
    margin-right: 10px;
    list-style-type: none
}

.pagination li.active {
    background: #52c6d8
}
.pagination li:last-child {
    margin-right: 0
}

.footer_g{
	position:fixed;
	z-index:888;
	bottom:0;
	left:0;
	width:100%;
	height:55px;
	overflow:hidden;
	margin:0 auto;
	background-color:#f8f8f8;
	border-top:1px solid #d1cbcb;
	box-sizing:border-box;
}
.footer_g ul{
	overflow:hidden;
}
.footer_g ul li{
	float:left;
	width:25%;
	height:55px;
}
.footer_g ul li p{
	text-align:center;
}
.footer_g ul li p:first-child{
	margin-top:6px;
}
.footer_g ul li p:first-child ~ p{
	line-height:20px;
	font-size:14px;
}
.footer_g ul li.active p{
	color:#db3d3c;
}
.footer_g ul li p img{ width:20px;
}


.layercon {
    width:auto;
    height:auto;
}