a {
	text-decoration: none;
	color: #434A54;
}

a:ACTIVE,a:VISITED,a:FOCUS,a:LINK,a:HOVER {
	color: #434A54;
}

p {
	margin: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

li {
	margin: 0px;
	padding: 0px;
}

.header {
	background: #F5F7FA;
}

.header1 {
	padding: 0.4em 0.5em 0em 0.5em;
	overflow: auto;
}

.header2 {
	padding: 0.8em 0.8em 0.8em 0.8em;
	overflow: auto;
	position: relative;
	text-align: center;
}

.header .back,.header .back_url {
	float: left;
	height: 2em;
	width: 2em;
	background: url("../image/back.png") left no-repeat;
	background-size: 1em 1.8em;
}

.header .back:HOVER,.header1:HOVER {
	cursor: pointer;
}

.header .title {
	font-weight: bold;
	font-size: 1.4em;
	/* margin: 0px auto;
	position: absolute; */
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
}

.header .logo {
	float: left;
}

.header .logo img {
	width: 2.5em;
	height: 2.5em;
	display: inline-block;
	border-radius: 50%;
}

.header .logo span {
	display: inline-block;
	font-size: 1.2em;
}

#storename {
	position: relative;
	top: -0.8em;
}

.header .func {
	float: right;
	display: inline-flex;
}

.header .func a {
	display: inline-block;
}

.header .func a img {
	width: 2.8em;
	height: 2.8em;
	display: block;
}

.center {
	background: #F5F7FA;
}

.foot {
	text-align: center;
	padding: 0.8em;
	background: #E6E9ED;
	position: relative;
	height: 100%;
}

.foot div {
	display: table;
	margin: 0px auto;
}

.foot .link {
	margin-bottom: 0.5em;
}

.foot .about {
	color: #999;
}

.foot .about a {
	color: #DD0000;
}

.foot .servicetel {
	margin-bottom: 0.5em;
	color: #999;
}

.foot .servicetel span a {
	color: #999;
}

.foot div span {
	font-size: 1.2em;
}

.bar {
	position: fixed;
	bottom: 0px;
	background: #FFF;
	width: 100%;
	border-top: 1px solid #E6E9ED;
	display: table;
}

.bar>div {
	display: table-cell;
	text-align: center;
	padding: 0.8em 0em;
	vertical-align: middle;
	position: relative;
}

.bar>div:HOVER {
	cursor: pointer;
}

.bar .index {
	width: 16%;
}

.bar .same {
	width: 28%;
	border-left: 1px solid #E6E9ED;
}

.bar .index img {
	width: 1.6em;
	height: 1.6em;
	display: inline-block;
}

.bar .same .title img {
	width: 0.7em;
	height: 0.7em;
	display: inline-block;
	position: relative;
	top: -0.15em;
}

.bar .same .title span:LAST-CHILD {
	font-size: 1.2em;
}

.bar .same .list {
	position: absolute;
	bottom: 4.2em;
	background: #FFF;
	border: 1px solid #E6E9ED;
	border-radius: 0.5em;
	display: none;
}

.bar .same .list ul li {
	padding: 0.8em 0.4em;
	border-top: 1px solid #E6E9ED;
	margin: 0em 0.8em;
	font-size: 1.2em;
	white-space: nowrap;
}

.bar .same .list ul li:FIRST-CHILD {
	border: none;
}

.bar .same>span {
	width: 0;
	height: 0;
	position: absolute;
	display: none;
}

.bar .same .bot {
	border-width: 0.6em;
	border-style: solid dashed dashed;
	border-color: #FFF transparent transparent;
	bottom: 3.25em;
	z-index: 9;
}

.bar .same .top {
	border-width: 0.6em;
	border-style: solid dashed dashed;
	border-color: #E6E9ED transparent transparent;
	bottom: 3.1em;
}