/*@font-face {
	font-family: pingfang;
	src: url(../font/pingfang.ttf);
}*/

* {
	padding: 0rem;
	margin: 0rem;
	/*font-family: pingfang;*/
	/*取消IOS默認样式*/
	/*-webkit-appearance: none;*/
	/*font-weight: bold;*/
}

html,
body {
	width: 100%;
	height: 100%;
	background: #f3f3f3;
}

b.fa {
	/*color: #666;*/
}

ul {
	list-style: none;
}


/*普通头部样式*/

header.header {
	width: 10rem;
	height: 1.4rem;
	background: #fff;
	position: fixed;
	z-index: 7777;
	text-align: center;
	font-size: 0.46rem;
	line-height: 1.4rem;
	color: #333;
}

header.header img {
	width: 0.7rem;
	position: fixed !important;
	left: 0.4rem;
	top: 0.4rem;
}

header.header span {
	position: absolute;
	top: 0.2rem;
	left: 0.4rem;
	font-size: 1rem;
	color: #666;
}

header b.rightIcon {
	width: 0.6rem;
	height: 0.7rem;
	display: block;
	position: fixed;
	right: 0rem;
	top: 0rem;
	margin: 0.3rem 0.2rem 0.1rem;
	background-image: url(../img/shaixuan.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

header a {
	position: fixed;
	right: 0.4rem;
	top: 0rem;
	text-decoration: none;
	color: #01A5E7;
	font-size: 0.38rem;
}


/*导航条*/

nav {
	width: 10rem;
	height: 2.1rem;
	background: #fff;
}

nav div {
	width: 2.3rem;
	float: left;
	margin: 0.1rem;
}

nav div img {
	width: 1rem;
	height: 1rem;
	margin: 0.1rem 0.65rem;
}

nav div p {
	text-align: center;
	font-size: 0.36rem;
}


/*页面列表*/

ul.page_list {
	width: 10rem;
	list-style: none;
}

ul.page_list li {
	width: 10rem;
	height: 1rem;
	background: #fff;
	line-height: 1rem;
	font-size: 0.4rem;
	padding: 0.2rem 0rem;
	cursor: pointer;
	border-bottom: 1px solid #e8e8e8;
	position: relative;
}

ul.page_list li img {
	width: 0.8rem;
	margin: 0.1rem 0.2rem;
	float: left;
}

ul.page_list li span {
	float: right;
	font-size: 0.6rem/*!important*/
	;
	line-height: 1rem;
	margin-right: 0.2rem;
	color: #666;
}


/*加载动画*/


/*加载动画*/

.infoConfirm_bgreload {
	width: 100%;
	height: 20rem;
	background: rgba(0, 0, 0, 0.3);
	position: fixed;
	top: 0rem;
	z-index: 9999;
	display: none;
}

.spinner {
	margin: 1.3rem 44%;
	width: 1.3888rem;
	height: 1.3888rem;
	position: absolute;
	top: 30%;
}

.container1>div,
.container2>div,
.container3>div {
	width: 0.2777rem;
	height: 0.2777rem;
	background-color: #fff;
	border-radius: 100%;
	position: absolute;
	-webkit-animation: bouncedelay 1.2s infinite ease-in-out;
	animation: bouncedelay 1.2s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.spinner .spinner-container {
	position: absolute;
	width: 100%;
	height: 100%;
}

.container2 {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.container3 {
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}

.circle1 {
	top: 0;
	left: 0;
}

.circle2 {
	top: 0;
	right: 0;
}

.circle3 {
	right: 0;
	bottom: 0;
}

.circle4 {
	left: 0;
	bottom: 0;
}

.container2 .circle1 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.container3 .circle1 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.container1 .circle2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.container2 .circle2 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.container3 .circle2 {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}

.container1 .circle3 {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

.container2 .circle3 {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.container3 .circle3 {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.container1 .circle4 {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}

.container2 .circle4 {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

.container3 .circle4 {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0.0)
	}
	40% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes bouncedelay {
	0%,
	80%,
	100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}
	40% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}


/*信息提示框样式*/

.ajaxMsg,
.infoBox {
	width: 5rem;
	line-height: 0.8rem;
	background: #00cc33;
	position: fixed;
	bottom: 2rem;
	border-radius: 0.4rem;
	text-align: center;
	left: 2.5rem;
	font-size: 0.4rem;
	color: #fff;
	z-index: 9999;
}


/*地图返回按钮样式*/

header.map_return_btn {
	width: 50%;
	height: 2rem;
	position: fixed;
	top: 0rem;
	z-index: 9999;
}

header.map_return_btn img {
	width: 0.8rem;
	margin: 0.6rem;
}


/*起始站点搜索框样式*/

#searchBox {
	width: 10rem;
	height: 3.6rem;
	background: #fff;
	position: fixed;
	top: 0rem;
	z-index: 9999;
}

.searchBox_left {
	width: 1rem;
	height: 2.4rem;
	float: left;
	position: relative;
}

.searchBox_left span {
	width: 0.2rem;
	height: 0.2rem;
	display: block;
	border-radius: 2rem;
	margin: 0.8rem 0.4rem;
}

.searchBox_left b {
	width: 1px;
	height: 0.4rem;
	background: #ccc;
	display: block;
	position: absolute;
	top: 1.2rem;
	left: 0.46rem;
}

.searchBox_left span.qidian {
	background: #70b603;
}

.searchBox_left span.zhongdian {
	background: #027db4;
}


/*中部表单*/

.searchBox_content {
	width: 7rem;
	height: 2.4rem;
	float: left;
}

.searchBox_content input {
	width: 100%;
	height: 1rem;
	border: none;
	border-bottom: 1px solid #e8e8e8;
	outline: none;
	text-indent: 0.4rem;
	font-size: 0.4rem;
	color: #027db4;
}

.searchBox_content input:first-child {
	margin-top: 0.4rem;
}

.searchBox_content input:last-child {
	border: none;
}


/*右侧*/

.searchBox_right {
	width: 2rem;
	height: 2.4rem;
	float: left;
}

.searchBox_right img {
	width: 0.7rem;
	margin-top: 1rem;
	margin-left: 0.6rem;
}


/*交通方式列表*/

.searchBox_bottom {
	width: 10rem;
	height: 1.2rem;
	background: #fff;
	float: left;
}

.searchBox_bottom span {
	width: 2.3rem;
	height: 0.8rem;
	display: block;
	float: left;
	text-align: center;
	line-height: 0.8rem;
	font-size: 0.4rem;
	margin: 0.2rem 0.1rem;
	border-radius: 1rem;
	color: #666;
}

.spanhover {
	background: #027db4;
	color: #fff !important;
}


/*关键字检索搜索条框*/

#searchPlaceBox {
	width: 9.6rem;
	height: 1rem;
	padding: 0.2rem;
	background: #fff;
	position: fixed;
	top: 0rem;
	left: 0rem;
	z-index: 9999;
}

#searchPlaceBox span.fanhui {
	float: left;
	font-size: 1rem;
	margin-left: 0.2rem;
	margin-right: 0.6rem;
	color: #666;
}

#searchPlaceBox span.search {
	width: 1rem;
	height: 1rem;
	display: block;
	float: left;
	font-size: 0.6rem;
	text-align: center;
	line-height: 1rem;
	border-radius: 0.2rem;
	background: #f3f3f3;
	border-top-right-radius: 0rem;
	border-bottom-right-radius: 0rem;
	color: #ccc;
}

#searchPlaceBox input {
	width: 7rem;
	height: 1rem;
	background: #f3f3f3;
	border: none;
	float: left;
	outline: none;
	border-radius: 0.1rem;
	border-top-left-radius: 0rem;
	border-bottom-left-radius: 0rem;
	font-size: 0.4rem;
}

#searchPlaceBox button {
	width: 1.6rem;
	height: 1rem;
	border: none;
	background: none;
	outline: none;
	font-size: 0.4rem;
	color: #999999;
}


/*并排常用回家回公司样式*/

.userPlace {
	width: 96%;
	background: #fff;
	margin: 0.2rem 2%;
}

.userPlaceItem {
	width: 4.2rem;
	padding: 0.3rem;
	float: left;
	position: relative;
}

.userPlaceItem b {
	width: 0.6rem;
	position: absolute;
	top: 0.4rem;
	left: 0.4rem;
	font-size: 0.5rem;
	color: #666;
}

.userPlaceItem p {
	text-indent: 1rem;
	font-size: 0.44rem;
	font-weight: bold;
}

.userPlaceItem p:last-child {
	font-size: 0.3rem;
	font-weight: normal;
}


/*上拉加载下拉刷新*/

#wrapper {
	position: absolute;
	top: 45px;
	bottom: 48px;
	left: 0;
	width: 100%
}

#scroller li {
	padding: 0 10px;
	height: 60px;
	line-height: 60px;
	background: #ecf6ff;
	margin-top: 10px
}

#pullDown,
#pullUp {
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	color: #888;
	text-align: center
}


/*检索弹框*/

.searchDateBoxBG {
	width: 10rem;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	position: fixed;
	display: none;
	z-index: 9999;
	top: 0rem;
	left: 0rem;
}

.searchDateBox {
	width: 7rem;
	height: 100%;
	background: #fff;
	position: fixed;
	right: 0px;
	z-index: 9999;
	display: none;
}

.searchDateBox .btn_group {
	width: 100%;
	position: absolute;
	bottom: 1.15rem;
}

.searchDateBox button {
	width: 50%;
	height: 1.35rem;
	border: none;
	float: left;
	background: #2883FF;
	font-size: 16px;
	color: #fff;
}

.searchDateBox button:first-child {
	background: #999999;
}

.function_list {
	width: 100%;
}

.function_list li {
	width: 100%;
	height: 1.4rem;
	border-top: 1px solid #e8e8e8;
}

.function_list li:first-child {
	border: none;
}

.function_list li.function_item p {
	float: left;
	line-height: 1.4rem;
	font-size: 0.4rem;
	color: #333;
	padding: 0rem 0.4rem;
	margin: 0px;
}

.function_list li.function_item input,
.function_list li.function_item select {
	height: 0.8rem;
	margin: 0.26rem 0.1rem;
	width: 60%;
	float: right;
	line-height: 0.8rem;
	border: none;
	font-size: 0.4rem;
	/*text-indent: 0.4rem;*/
}


/*添加需求*/

.add_demand {
	width: 10rem;
	height: 1.2rem;
	background: #00cc33;
	border: none;
	line-height: 1rem;
	font-size: 0.4rem;
	color: #fff;
	position: fixed;
	bottom: 0rem;
}


/*暂无数据*/

.noDataIcon {
	width: 2.5rem;
	margin: 2rem 3.75rem;
}