body{
	margin: 0;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 5rem;
	background-color: #5fc0cd;
	text-align: center;
}

.btn {
	border: 1px solid #eee;
	color: #999;
	width: 100% !important;
	border-radius: 0;
}

.btn-group {
	width: 100%;
}

.caret {
	position: absolute;
	top: 15px;
	right: 6px;
	margin-left: 1.2rem !important;
}

.dropdown-menu {
	width: 100%;
	min-width: 100px;
	text-align: center;
}

.btn-default:hover {
	background-color: #e6f5f7;
	border-color: #e6f5f7;
}

.btn-default.active. {
	background-color: #e6f588;
	border-color: #e6f5f7;
}

.button {
	position: relative;
	top: 0.6rem;
	left: 2rem;
	padding: 0.6rem 1.2rem;
	border-radius: 0.6rem;
	text-align: center;
	text-decoration: none;
	border: none;
	font-size: 1.8rem;
}

.button1 {
	color: #fff;
	background-color: #55a8b3;
	transition-duration: 1s;
}

.button1:hover {
	background-color: #fff;
	color: #55a8b3;
}

.button2 {
	position: relative;
	left: 0.7rem;
	color: #55a8b3;
	background-color: #fff;
	transition-duration: 0.5s;
}

.button2:hover {
	background-color: #55a7b3;
	color: #fff;
}

#icon-map {
	float: right;
	margin: 1rem;
}

.top-list {
	position: fixed;
	top: 5rem;
	left: 0;
	width: 100%;
	height: 4rem;
	background-color: #fff;
	text-align: center;
}

.btn1 {
	float: left;
	width: 33.33%;
}

.btn2 {
	float: left;
	width: 33.33%;
}

.btn3 {
	float: left;
	width: 33.33%;
}

.list {
	z-index: -1;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: nowrap;
	width: 100%;
	padding-bottom: 0.8rem;
	border-bottom: 1px solid #e1e5e7;
}

.list1 {
	position: absolute;
	top: 10rem;
}

.list2 {
	position: absolute;
	top: 19rem;
}

.list3 {
	position: absolute;
	top: 28rem;
}

.list4{
	position: absolute;
	top: 37rem;
}

.list5{
	position: absolute;
	top: 46rem;
}

.list6{
	position: absolute;
	top: 55rem;
}

.list7{
	position: absolute;
	top: 64rem;
}

.list8{
	position: absolute;
	top: 73rem;
}

.list9{
	position: absolute;
	top: 82rem;
}

.list10{
	position: absolute;
	top: 91rem;
}

.item {
	white-space: nowrap;
	width: 38%;
}

.icon-calendar {
	position: relative;
	top: -0.2rem;
}

span {
	/*padding-left: 0.2rem;*/
	color: #999;
	font-size: 1.3rem;
}

p {
	position: relative;
	top: 0.5rem;
	left: 2.8rem;
	font-size: 1.3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.icon-location {
	position: relative;
	top: -0.1rem;
	left: 0.2rem;
}

.ellipsis {
	width: 5rem;
}

.pay {
	color: #e63b0e;
	white-space: nowrap;
	margin-left: 6rem;
}

.icon-back {
	position: relative;
	top: -0.2rem;
	left: 0.5rem;
}

footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6rem;
	display: flex;
	justify-content: space-around;
	border-top: 1px solid #e1e5e7;
	background-color: #f8fafb;
}

.btn-home {
	color: #5fc0cd;
	background-color: #f8fafb;
}

.btn-home:hover {
	color: #5fc0cd;
}
.btn-search {
	background-color: #f8fafb;
}

.btn-user {
	background-color: #f8fafb;
}

.btn-f {
	border: 0;
}

.my {
	position: relative;
	top: 0.2rem;
	padding: 0;
}

.space {
	position: absolute;
	top: 100rem;
	width: 100%;
	height: 6rem;
}