﻿html {
	font-size: 100px;
}
* {
	-webkit-tap-highlight-color: transparent;
	/*	-webkit-appearance: none;*/
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 0.14rem;
}
table {
	border-collapse: collapse;
}
img {
	border: 0px;
	vertical-align: top;
}
.L {
	float: left;
}
.R {
	float: right;
}
h3 {
	font-size: 1rem;
	font-weight: 100 !important;
}
/*********************************************/
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[type="text"] {
	-webkit-appearance: none; /*去除input默认样式*/
}
/*清楚苹果手机按钮*/

a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color: #3C3C3C;
}
a:hover {
}
h1, h2, h3, h4, h5, h6, li {
	margin: 0px;
	padding: 0px;
}
ul, div {
	margin: 0px;
	padding: 0px;
	margin: 0 auto;
}
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;
}
.food .left {
	float: none !important;
}
.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 {
	border: 1px solid #CCC;
}
input[type='checkbox'] {
	vertical-align: middle;
	width: 15px;
	height: 15px;
}
input[type='radio'] {
	vertical-align: sub;
	width: 15px;
	height: 15px;
}
s {
	text-decoration: none;
}
em {
	font-style: normal;
}
/*******尾部公用*************/


/*************返回*************/

.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;
}
.cur_img {
	text-indent: 0px !important;
}
p {
	line-height: 0.18rem;
	text-align: justify;
}

::-webkit-input-placeholder { /* WebKit browsers */
color: #b6b6b6;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:  #b6b6b6;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #b6b6b6;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color:  #b6b6b6;
}
.fenye {
	text-align: center;
	clear: both;
}
.ep-pages {
	padding: 15px 12px;
	width: 70%;
	margin: 0 auto;
	clear: both;
	text-align: center;
	font-family: Arial, "\5B8B\4F53", sans-serif;
	font-size: 14px;
	vertical-align: top;
}
.ep-pages a, .ep-pages span {
	display: inline-block;
	height: 23px;
	line-height: 23px;
	padding: 0 8px;
	margin: 5px 1px 0 0;
	overflow: hidden;
	vertical-align: top;
}
.ep-pages a, .ep-pages span {
	display: inline-block;
	height: 23px;
	line-height: 23px;
	padding: 0 8px;
	margin: 5px 1px 0 0;
	overflow: hidden;
	vertical-align: top;
}
.prev {
	float: left;
}
.next {
	float: right;
}
.disabled{
	 color: #CCC;
}