@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	font-size: 62.75%;
	-webkit-text-size-adjust: none;
	min-height: 100%;
}
body {
	font-family: "微软雅黑", Helvetica, Arial, sans-serif;
	line-height: 1.6em;
	color: #333;
	background: #fff;
}
img {
	border: none
}
ol, ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	color: inherit;
}
html,body{
	height: 100%;
}


.banner-content{
	background: url(../images/kd/bg.png);
	background-size: cover;
}
.banner-content p{
	font-size: 1.5rem;
	color: #fff;
	margin-bottom: 1.5rem;
	text-align: center;
}
.top-bar{
	height: 4.4rem;
	display: flex;
	align-items: center;
	padding: 0 4%;
}
.icon-back{
	width: .95rem;
}
.search-bar{
	padding: 0 4%;
	padding-bottom: 1.1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	font-size: 1.3rem;
}
.search-bar .icon-location{
	width: 1.6rem;
	vertical-align: -.3rem;
	margin-right: .3rem;
}
.search-bar .icon-search{
	width: 4rem;
}
.search-location{
	width: 30%;
}
.search-bar input{
	font-size: 1.2rem;
	color: #fff;
	border: 1px solid #fff;
	background: rgba(255,255,255,0.3);
	border-radius: .4rem;
	padding: .4rem 1rem;
	outline: none;
	width: 40%;
	margin-left: 3%;
}
.search-bar input::-webkit-input-placeholder{
	color: #fff;
}
.map-box{
	background-color: #ddd;
	position: relative;
}
.kindergarten-lists{
	position: absolute;
	bottom: 0;
	z-index: 10;
	width: 100%;
	max-height: 50%;
	padding-bottom: 50px;
	overflow-y: scroll;
}
.kindergarten-lists li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #f4f4f4;
	padding: .9rem 4%;
}
.kindergarten-lists li:nth-child(2n){
	background-color: #fff;
}
.kindergarten-lists li.selected{
	background: linear-gradient(to right, #2fb9f8, #7956ec);
}
.kindergarten-name{
	font-size: 1.3rem;
	color: #444;
}
.kindergarten-location{
	font-size: 1.1rem;
	color: #999;
	margin-top: .3rem;
}
.kindergarten-lists li.selected .kindergarten-name,.kindergarten-lists li.selected .kindergarten-location{
	color: #fff;
}
.kindergarten-location .icon-location{
	content: '';
	width: .9rem;
	height: 1.3rem;
	display: inline-block;
	background-image: url(../images/kd/location_gray.png);
	background-size: 100% 100%;
	vertical-align: -.2rem;
	margin-right: .5rem;
}
.kindergarten-lists .icon-telephone{
	content: '';
	width: 2.2rem;
	height: 2.2rem;
	display: inline-block;
	background-image: url(../images/kd/telephone.png);
	background-size: 100% 100%;
}
.kindergarten-lists li.selected .icon-location{
	background-image: url(../images/kd/location_white.png);
}
.kindergarten-lists li.selected .icon-telephone{
	background-image: url(../images/kd/telephone_white.png);
}
.icon-telephone{
	width: 2.2rem;
}

.search-result{
	position: absolute;
	bottom: 0;
	z-index: 20;
	width: 100%;
	height: 4.4rem;
	line-height: 4.4rem;
	font-size: 1.4rem;
	color: #fff;
	background: linear-gradient(to right, #2fb9f8, #7956ec);
	text-align: center;
}
.search-result img{
	width: 1.4rem;
	margin-left: 1rem;
	vertical-align: -.2rem;
	transform: rotate(180deg);
}

.location-select{
	position: absolute;
	top: 0;
	z-index: 30;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	display: flex;
	font-size: 1.3rem;
	text-align: center;
}
.location-select .location-district{
	width: 40%;
	max-height: 100%;
	overflow-y: scroll;
	color: #444444;
}
.location-select .location-district li{
	background: #fff;
}
.location-select .location-street li{
	background: #f1f1f1;
}
.location-select .location-district li,.location-select .location-street li{
	border-bottom: 1px solid #ebebeb;
	padding: .8rem;
}
.location-select .location-street{
	width: 60%;
	max-height: 100%;
	overflow-y: scroll;
	color: #888888;
}

.map-navigate{
	position: absolute;
	right: 0;
	top: 0;
	padding: .5rem;
	text-align: center;
	font-size: 1.4rem;
	background-color: #fff;
	z-index: 999;
}
.map-navigate img{
	width: 2.5rem;
}
.map-navigate p{
	margin-top: .5rem;
}

@media screen and (max-width: 360px){
	.search-bar{
		font-size: 1rem;
	}
	.search-bar input{
		width: 35%;
	}
	.search-location{
		width: 35%;
	}
}


/*弹框*/
.model{ width:100%; height:100%; position:fixed; top:0; z-index:101; background:rgba(0,0,0,0.6);}
.model_content{ width:80%; background:#fff; position:absolute; top:30%; left:10%; border-radius:10px; font-size:1.4em; text-align:center; color: #999}
.model_content li{border-bottom: 1px solid #efefef; padding: 1rem 0;}
.model_content li:last-child{border-bottom: 0;}
.model_content a{ color: #2fb9f8; font-size: 1.6rem;}