@charset "utf-8";

html {
	background-color: #FFF;
	height: 100%;
	position: relative
}

body {
	font-family: "微软雅黑";
	margin: 0;
	padding: 0;
	word-break: break-all;
	word-wrap: break-word;
	font-size: 100%;
	position: relative;
	font-size: 16px
}

dl.list,dl.grid,ul.grid,ul.list {
	margin-top: 0;
	padding: 0
}

dl.list dt,dl.grid dt,dl.list dd,dl.grid dd,ul.grid li,ul.list li,ul,li,p {
	list-style: none;
	margin-top: 0;
	padding: 0
}

input[type="text"] {
	margin: 0;
	padding: 0 5% 0 5%;
	border: 0;
	font-size: 100%;
	width: 90%
}

p {
	padding: 0;
	margin: 0
}

dl.grid dt,ul.grid li {
	float: left
}

ul.list li {
	float: none
}

ul.list li span {
	float: right
}

a {
	text-decoration: none;
	color: #000;
	outline: 0
}

a:hover {
	text-decoration: none
}

a img {
	border: 0
}

h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
	padding: 0;
	margin-top: 5%
}

ul,li {
	margin: 0;
	padding: 0
}

.center {
	margin: 0 auto
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden
}

.left {
	float: left
}

.right,.more {
	float: right
}

.hidden {
	display: none
}

.mt10 {
	margin-top: 10px
}

.mt15 {
	margin-top: 15px
}

.ml5 {
	margin-left: 5px
}

.line_wrap {
	width: 100%
}

.line5 {
	width: 5%
}

.line10 {
	width: 10%
}

.line15 {
	width: 15%
}

.line20 {
	width: 20%
}

.line25 {
	width: 25%
}

.line30 {
	width: 30%
}

.line35 {
	width: 35%
}

.line40 {
	width: 40%
}

.line45 {
	width: 45%
}

.line50 {
	width: 50%
}

.line55 {
	width: 55%
}

.line60 {
	width: 60%
}

.line65 {
	width: 65%
}

.line70 {
	width: 70%
}

.line75 {
	width: 75%
}

.line80 {
	width: 80%
}

.line85 {
	width: 85%
}

.line90 {
	width: 90%
}

.line95 {
	width: 95%
}

.line36 {
	width: 36%
}

.line64 {
	width: 64%
}

.mt1 {
	margin-top: 1%
}

.mt2 {
	margin-top: 2%
}

.mt3 {
	margin-top: 3%
}

.mt4 {
	margin-top: 4%
}

.mt5 {
	margin-top: 5%
}

.mt6 {
	margin-top: 6%
}

.mt7 {
	margin-top: 7%
}

.mt8 {
	margin-top: 8%
}

.mt9 {
	margin-top: 9%
}

.mt10 {
	margin-top: 10%
}

.radius {
	border-radius: 5px
}

.box_size {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.style_bg {
	background-color: #ff7010
}

.header_title {
	color: #FFF;
	padding: 10px 0;
	text-align: center;
	width: 100%;
	position: relative;
	font-size: 105%;
	z-index: 1000
}

.header_back {
	left: 15px;
	top: 8px;
	position: absolute
}

.header_home {
	right: 15px;
	top: 9px;
	position: absolute
}

.block {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	outline: 0
}

.border_bottom {
	border-bottom: 1px solid #CCC
}

#choose_btn {
	display: none
}

#search_btn {
	display: none
}

#choose_type {
	background-color: #33404d;
	position: fixed;
	z-index: 5;
	color: #FFF;
	max-width: 800px
}

#choose_type ul li {
	padding: 15px 0 15px 15px;
	border-bottom: 1px solid #2b3442
}

#choose_type ul li.current {
	color: #e84c3d
}

#page_full {
	position: absolute;
	left: 0;
	z-index: 10;
	top: 0;
	background: #FFF;
	width: 100%;
	box-shadow: 5px 5px 5px 5px #CCC;
	transition-duration: .4s;
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-o-transition-duration: .4s
}

#page_zhezhao {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
	background: #9C0;
	opacity: 0;
	display: none
}

#header {
	position: fixed;
	top: 0;
	width: 100%;
	max-width: 800px;
	background: #FFF;
	z-index: 100;
	transition-duration: .4s;
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-o-transition-duration: .4s
}

#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	max-width: 800px;
	background: #f8f8f7;
	border-top: 1px solid #E3E3E3;
	z-index: 100;
	transition-duration: .4s;
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-o-transition-duration: .4s;
	font-size: 70%;
	padding: 5px 0
}

#footer div.foot_1 {
	float: left;
	width: 25%;
	text-align: center
}

#footer div.foot_2 {
	float: left;
	width: 25%;
	text-align: center
}

#footer div.foot_3 {
	float: left;
	width: 25%;
	text-align: center
}

#footer div.foot_4 {
	float: left;
	width: 25%;
	text-align: center
}

#footer a.foot_a {
	height: 25px;
	position: relative;
	margin: 0 auto;
	width: 20px
}

#footer div.foot_1 a.foot_a {
	background: url(../images/menu_poi_hover.png) no-repeat center center;
	background-size: 20px auto;
}

#footer div.foot_2 a.foot_a {
	background: url(../images/menu_share_hover.png) no-repeat center center;
	background-size: 20px auto;
}

#footer div.foot_3 a.foot_a {
	background: url(../images/menu_nav_hover.png) no-repeat center center;
	background-size: 20px auto;
}

#footer div.foot_3 a.foot_a div.msg_count {
	position:absolute;
	left:22px;
	 font-size:80%;
	 width:16px;
	 height:16px;
	 line-height:16px;
	 border-radius:50%;
	 color:#FFF;
	 background:#F00
}

#footer div.foot_4 a.foot_a {
	background: url(../images/menu_person_hover.png) no-repeat center center;
	background-size: 20px auto;
}

#footer div.foot_1 a.current {
	background: url(../images/menu_poi.png) no-repeat center center;
	background-size: 20px auto;
	color: #e84c3d
}

#footer div.foot_2 a.current {
	background: url(../images/menu_share.png) no-repeat center center;
	background-size: 20px auto
}

#footer div.foot_3 a.current {
	background: url(../images/menu_nav.png) no-repeat center center;
	background-size: 20px auto
}

#footer div.foot_4 a.current {
	background: url(../images/menu_person.png) no-repeat center center;
	background-size: 20px auto
}

#footer div.nav_word {
	color: #666
}

#footer div.current_word {
	color: #ff7010
}

.load {
	padding: 1% 0;
	text-align: center;
	display: none;
	color: #CCC;
	margin-top: 5px;
	font-size: 80%
}

.load img {
	display: inline
}

.big {
	max-width: 800px;
	margin: 0 auto;
	background-color: #FFF;
	position: relative
}

.header_l {
	padding: 8px 0;
	text-align: center;
	position: relative;
	font-size: 120%;
	color: #fff;
	background-color: #2ac87d;
	z-index: 3000
}

.header_l .header_a1 {
	display: block;
	position: absolute;
	left: 10px;
	top: 9px
}

.header_l .header_a2 {
	display: block;
	position: absolute;
	right: 10px;
	top: 10px
}

.load_l {
	text-align: center;
	margin: 5px 0 0 0;
	display: none;
	color: #CCC
}

.load_l img {
	display: inline;
	width: 25px
}

.no_right {
	border-right: 0
}

.no_left {
	border-left: 0
}

.no_top {
	border-top: 0
}

.no_bottom {
	border-bottom: 0
}

.url_a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block
}

#full {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1800;
	top: 0;
	left: 0;
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,.2)));
	background-image: -moz-linear-gradient(top,rgba(0,0,0,.2) 0,rgba(0,0,0,.2) 100%);
	display: none
}

.public_full {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5000;
	top: 0;
	left: 0;
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,.2)));
	background-image: -moz-linear-gradient(top,rgba(0,0,0,.2) 0,rgba(0,0,0,.2) 100%);
	display: none
}

.public_box {
	position: absolute;
	width: 250px;
	background-color: #FFF;
	color: #FFF;
	border-radius: 5px;
	text-align: center;
	font-size: 90%;
	padding: 20px 10px
}

.public_box .title {
	text-align: center;
	margin-bottom: 20px;
	color: #666;
	padding: 10px 0;
	font-size: 120%
}

.public_insert {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5000;
	top: 0;
	left: 0;
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,.2)));
	background-image: -moz-linear-gradient(top,rgba(0,0,0,.2) 0,rgba(0,0,0,.2) 100%);
	display: none
}

.insert_box {
	position: absolute;
	width: 250px;
	background-color: #FFF;
	color: #FFF;
	border-radius: 5px;
	text-align: center;
	font-size: 90%;
	padding: 20px 10px
}

.insert_box .title {
	text-align: center;
	color: #666;
	font-size: 120%
}

#public_btn {
	padding: 8px 20px;
	width: 50%;
	margin: 0 auto;
	background-color: #ff7010;
	font-size: 100%;
	text-decoration: none;
	border: 1px solid #0b8e00;
	background-image: linear-gradient(bottom,#ff7010  0,#ff7010  100%);
	background-image: -o-linear-gradient(bottom,#ff7010  0,#ff7010  100%);
	background-image: -moz-linear-gradient(bottom,#ff7010  0,#ff7010  100%);
	background-image: -webkit-linear-gradient(bottom,#ff7010  0,#ff7010  100%);
	background-image: -ms-linear-gradient(bottom,#ff7010  0,#ff7010  100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#ff7010 ),color-stop(1,#ff7010 ));
	border: 0;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	display: block;
	text-align: center;
	text-shadow: 0 1px rgba(0,0,0,0.2)
}

#map {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #FFF;
	box-shadow: 1px 1px 1px #000
}

.map_search_btn {
	width: 20%
}

.map_search_box a {
	display: block;
	padding: 6px 0;
	color: #FFF;
	text-align: center;
	width: 100%
}

.map_search_title {
	padding: 5px 0;
	width: 80%
}

.map_search_title input {
	width: 98%;
	padding-right: 2%
}

.map_close {
	width: 100px;
	padding: 5px 0;
	text-align: center;
	color: #FFF;
	margin: 5px auto
}

.map_search_ico {
	padding-left: 25px;
	background: url(../images/address.png) no-repeat 4px 1px;
	background-size: 18px auto
}

.foot_a {
	display: block
}
