﻿body {
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	background: #F3F3F5;
	max-height: 99999px;
	min-height: 1px;
}
* {
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
	margin: 0px;
	padding: 0px;
}
table {
	border-collapse: collapse;
}
img {
	border: 0px;
	vertical-align: top;
}
/*********************************************/
button { /*IE67button变宽解决*/
	overflow: visible;
	padding: 0 .5em;
}
.apple {
	-webkit-appearance: none; /*清除苹果手机特效*/
}
input, textarea {
	border-radius: 0px; /*清除苹果手机特效*/
	outline: none; /*清除Chrome文本框发光*//*-webkit-tap-highlight-color:rgba(0,0,0,0)苹果点击按钮平面闪动*/
}
/*清楚苹果手机按钮*/

input[type="button"], input[type="submit"], input[type="reset"], select, button {
	-webkit-appearance: none;/*去除系统默认的样式*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);   /* 点击高亮的颜色*/
}
textarea {
	-webkit-appearance: none;
}
input {
	-webkit-appearance: none; /*去除input默认样式*/
}
/*清楚苹果手机按钮*/

a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color: #3C3C3C;
	font-size: 0.9rem;
}
a:hover {
/*color: #F40;*/

}
h1, h2, h3, h4, h5, h6, li {
	margin: 0px;
	padding: 0px;
}
ul, div {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style: none;
}
li {
	list-style-type: none;
}
.lul li {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
:focus {
	outline: none;
}
.left {
	float: left;
	display: inline;
}
.right {
	float: right;
}
.clear {
	display: block;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	line-height: 0px;
	font-size: 1px;
	clear: both;
	visibility: hidden;
}
input[type='text'], input[type='password'], textarea {
	/*	height: 26px;
	line-height: 26px;
	padding: 2px 5px;*/
	border: 1px solid #CCC;
}
/*select {
	height: 30px;
	line-height: 30px;
	padding: 5px;
	border: 1px solid #CCC;
}*/
input[type='checkbox'] {
	vertical-align: middle;
	width: 15px;
	height: 15px;
}
input[type='radio'] {
	vertical-align: sub;
	width: 15px;
	height: 15px;
}
/*

input[type='text']:focus, textarea:focus {

    border: 1px solid #99d8f5;

    background-color: #fffbde;

}

*/


s {
	text-decoration: none;
}
em {
	font-style: normal;
}
/*******尾部公用*************/



/*******OVER尾部公用*************/
/*************返回*************/

.fanhui {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 25px;
}
.fanhui a {
	border: 1px solid #009FE3;
	padding: 10px 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 1em;
	background: #009FE3;
	color: #FFF;
	display: block;
}
#back-to-top {
	position: fixed;
	right: 10px;
	bottom: 110px;
	z-index: 8888;
	width: 50px;
	height: 50px;
	display: none;
}
#back-to-top img {
	width: 100%;
}
/*************OVER返回*************/
.clear {
	display: block;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	line-height: 0px;
	font-size: 1px;
	clear: both;
	visibility: hidden;
}
/*********************food***************************/

.food {
	width: 100%;
	position: fixed;
	background: #28282e;
	padding:0px;
	bottom: 0;
	left: 0;
	z-index: 999;
}
.food ul li {
	width: 20%;
	float: left;
}
.food a {
	width: 100%;
	padding-top: 6px;
	padding-bottom: 2px;
	float: left;
	text-align: center;
	color: #7f7f7f;
	line-height: 1.4rem;
	font-size: 0.8rem;
}
.food a img {
	width: 50%;
	vertical-align: middle;
	margin-bottom: 0px;
}
.cur_img {
	text-indent: 0px !important;
}
p {
	line-height: 2rem;
	text-indent: 2rem;
	text-align: justify;
}
