* {
	padding: 0;
	margin: 0;
}

html,
body {
	background-color: #c5cdd6;
}

img {
	width: 100%;
	height: 100%;
	display: block;
}

.page {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.p1 {
	display: block;
}

.p2 {
	background-color: #070c28;
}

.btn_shop {
	width: 3.3rem;
	height: 0.62rem;
	position: absolute;
	top: 13.45rem;
	left: 50%;
	transform: translateX(-50%);
}

.logo {
	width: 2.25rem;
	height: 0.39rem;
	position: absolute;
	top: 0.6rem;
	left: 0.3rem;

}

.title {
	width: 6.66rem;
	height: 1.86rem;
	margin: 1.63rem auto auto auto;
}

.shopListBox {
	width: 7.5rem;
	height: 9.2rem;
	position: relative;
	margin: 0.5rem auto auto auto;
}

.cityBox {
	width: 1.3rem;
	height: 0.77rem;
	position: absolute;
	top: 0.8rem;
	left: 0.58rem;
}

.childCityBox {
	width: 1.3rem;
	height: 0.77rem;
	position: absolute;
	top: 0.8rem;
	left: 1.88rem;
}

#city,
#childCity {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.showCity {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0.24rem;
	color: #fff;
	line-height: 0.77rem;
	padding-left: 0.1rem;
	box-sizing: border-box;
	overflow: hidden;
}

.showChildCity {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0.24rem;
	color: #fff;
	line-height: 0.77rem;
	padding-left: 0.1rem;
	box-sizing: border-box;
	overflow: hidden;
}

.kt {
	width: 3.38rem;
	height: 2.57rem;
	position: absolute;
	top: 7.7rem;
	right: 0.1rem;
	z-index: 10;
}

.arrow {
	position: absolute;
	top: 52%;
	right: 0;
	width: 0.2rem;
	height: 0.11rem;
	transform: translateY(-50%);
}

.searchBox {
	width: 2.3rem;
	height: 0.77rem;
	position: absolute;
	top: 0.8rem;
	left: 3.8rem;
}

.searchBox input {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	line-height: 0.77rem;
	font-size: 0.24rem;
	color: #fff;
	border: none;
	outline: none;
	text-indent: 0.2rem;
}

.btn_search {
	font-size: 0.24rem;
	color: #fff;
	position: absolute;
	top: 1.02rem;
	right: 0.8rem;
	letter-spacing: 0.02rem;
}

.cityList {
	position: absolute;
	top: 1.98rem;
	left: 50%;
	transform: translateX(-50%);
	height: 7rem;
	overflow-y: scroll;
}

.cityItem {
	width: 6.25rem;
	height: 1.8rem;
	background-color: #fff;
	border-radius: 0.1rem;
	border: 1px solid #a8afd1;
	position: relative;
	margin-bottom: 0.24rem;
}

.shop-name {
	font-size: 0.27rem;
	color: #0f1b5c;
	position: absolute;
	top: 0.25rem;
	left: 0.25rem;
}

.shop-time {
	font-size: 0.22rem;
	color: #838383;
	position: absolute;
	top: 0.6rem;
	left: 0.25rem;
}

.shop-time span,
.shop-address span {
	color: #000;
}

.shop-address {
	font-size: 0.22rem;
	color: #838383;
	position: absolute;
	top: 0.95rem;
	left: 0.25rem;
}

.status {
	position: absolute;
	top: 0.65rem;
	left: 0.3rem;
	color: #091666;
	font-size: 0.22rem;
}

.tip {
	font-size: 0.2rem;
	color: #9da1b9;
	margin-left: 0.34rem;
}