html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
.amap-icon img {
	max-width: 50px;
	max-height: 50px;
}

.search {
	z-index: 999;
	/*width: auto;
            min-width: 22rem;*/
	width: 420px;
	/*padding: .75rem 1.25rem;*/
	margin-left: 20px;
	position: fixed;
	top: 10px;
	background-color: #fff;
	border-radius: 4px;
	font-size: 14px;
	color: #666;
}

	.search .search-title {
		display: flex;
		justify-content: space-between;
		box-shadow: 0 2px 6px 0 rgba(27, 142, 236, 0.5);
	}

	.search .line {
		margin: 5px 0
	}

	.search .line2 {
		margin: 5px 0
	}

.ipt-keyword {
	/*width:300px;
            border:none;*/
}

	.ipt-keyword .el-input__inner {
		border-radius: unset;
	}

.btn-search {
	width: 70px;
	border-radius: 0 4px 4px 0 !important;
}

.search-result-more {
	color: #3290f1;
	cursor: pointer;
	padding: 10px;
}

.search-result {
	margin-top: 5px;
	padding: 5px 10px;
	max-height: 600px;
	overflow-y: auto;
}

	.search-result .branch-item {
		cursor: pointer;
		padding: 5px 0;
	}

	.search-result .branch-item-current {
		background-color: #efefef;
	}

	.search-result .text-right {
		margin: 3px auto;
		font-size: 12px;
	}

	.search-result .text-branchname {
		font-weight: bold;
		font-size: 14px;
	}

.search-bottom {
	padding: 10px;
}

	.search-bottom .qr-img {
		width: 70px;
		height: 70px;
	}

	.search-bottom .qr-title {
		font-size: 20px;
		color: #333;
	}

	.search-bottom .qr-des {
		font-size: 16px;
	}

/*城市列表*/
.cities {
	z-index: 999;	
	margin-right: 10px;
	position: fixed;
	top: 10px;
	right: 10px;
	/*background-color: #fff;*/
	border-radius: 4px;
	font-size: 14px;
	color: #666;
	padding-bottom: 10px;
	display: flex;
}
	.cities .city {
		width: 105px;
		margin-right: 10px;
	}
	.cities .loc {
		background-color: #fff;
		height: 40px;
		width: 40px;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 10px;
		font-size: 30px;
		color: #999;
		cursor: pointer;
	}
	.cities .my {
		display: flex;
		align-items: center;
		justify-content: center;
	}
/*个人中心图标点开*/
.my-center {
	z-index: 999;
	width: 190px;
	margin-right: 10px;
	position: fixed;
	top: 80px;
	right: 10px;
	background-color: #fff;
	border-radius: 4px;
	font-size: 14px;
	color: #666;
	padding-bottom: 10px;
}

	.my-center .qr-img {
	}

	.my-center .qr-title {
		text-align: center;
		font-size: 14px;
		color: #333;
		font-weight: bold;
	}

	.my-center .qr-des {
		text-align: center;
		font-size: 12px;
	}

/*引导扫码打开公众号网点*/
.my-reg .qr-img {
}

.my-reg .qr-title {
	text-align: center;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-top: 10px;
}

.my-reg .qr-des {
	text-align: center;
	font-size: 14px;
}

/*网点弹窗*/
.infowp {
	width: 480px;
	line-height: 28px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-top: 10px;
	font-size: 14px;
}

	.infowp .info-title {
		font-size: 16px;
		font-weight: bold;
		color: #333;
	}

		.infowp .info-title .km {
			color: #999;
		}

	.infowp .info-icon {
		font-size: 16px;
		font-weight: bold;
		color: #333;
		margin-right: 5px;
	}

@media screen and (max-width:980px) {
	.search { width: 90%; }
	.boxwp {
		font-size: 14px;
	}
	.boxwp p{background-position:5px 5px;background-size:15px auto;margin:5px 0;}
	.load_pc{display:none;}
	.load_wap{display:block;}
	
}