/**app.wxss**/
page {
	background-color: #f8f8f8;
	box-sizing: border-box;
	color: #333;
	font-size: 14px;
}

view {
	box-sizing: border-box;
}

.container {
	height: 100%;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	font-size: 14px;
	color: #5a5a5a;
}

.page-foot {
	position: absolute;
	bottom: 30px;
	width: 100%;
	/*  margin: 15px 0; */
	text-align: center;
	font-size: 10px;
	color: #b0b0b0;
}

.border-bottom {
	border-bottom: solid 1px #e5e6e7;
}

.border-top {
	border-top: solid 1px #e5e6e7;
}

.no-border {
	border: none;
}

.loading {
	text-align: center;
	font-size: 12px;
	color: #999;
	margin-top: 20px;
}

.define-btn-kf {
	border: none;
	padding: 0;
	margin: 0;
	background-color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.define-btn-kf::after {
	border: none;
}

.flex-row {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.flex-between {
	justify-content: space-between;
}

.flex-around {
	justify-content: space-around;
}

.flex-start {
	justify-content: flex-start;
}

.flex-column {
	display: flex;
	flex-direction: column;
}

.no-more {
	margin: 50px 0;
	font-size: 12px;
	color: #888;
	text-align: center;
}

.define-btn-kf {
	border: none;
	padding: 0;
	margin: 0;
	background-color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.define-btn-kf::after {
	border: none;
}

.no-btn {
	border: none;
	background: none;
	padding: 0;
	line-height: 1;
	overflow: visible;
}

.no-btn::after {
	border: none;
	background: none;
}

.map-label-num {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	min-width: 40rpx;
	height: 34rpx;
	font-family: DIN, DIN;
	font-size: 24rpx !important;
	color: #0074FF !important;
	background: #FFFFFF;
	border-radius: 18rpx;
	margin-left: 50rpx;
	margin-top: -40rpx;
}

.map-label {
	min-width: 250rpx;
	padding: 0 20rpx;
	height: 56rpx;
	background: #FFFFFF;
	box-shadow: 0rpx 0rpx 16rpx 0rpx rgba(197, 208, 219, 0.6);
	border-radius: 28rpx !important;
	font-weight: 500 !important;
	font-size: 26rpx !important;
	color: #060809 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 120rpx;
}

.line2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}