/* Ä£Ì¬¿òÑùÊ½ */
.city-modal {
	display: none;
	position: fixed;
	top:0; left:0; right:0; bottom:0;
	background: white;
	z-index: 1000;
	overflow: hidden;
}
.modal-header {
	padding:1rem;
	background:#129799;
	color:white;
	position:relative;
}
.close-modal {
	position:absolute;
	right:1rem;
	cursor:pointer;
}
.search-box {
    padding: 1rem 5%;
	background:#f5f5f5;
}
#citySearch,
#addSearch {
	width:100%;
    padding: .5rem 1rem;
    border-radius: 1rem;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.city-container {
	height:calc(100vh - 7.5rem);
	overflow-y:auto;
}
.letter-index {
	position:fixed;
	right:5px;
	top:50%;
	transform:translateY(-50%);
}
.letter-item {
	padding:2px 5px;
	color:#666;
	font-size:.8rem;
	text-align:center;
}
.city-group {
	margin-bottom:0;
}
.group-title {
    padding: .5rem 1rem;
	background:#f0f0f0;
	color:#888;
	/*position:sticky;
	top:0;*/
    font-size: .875rem;
}
.city-item {
    padding: .8rem 1rem;
	border-bottom:1px solid #eee;
    font-size: .875rem;
}




#city-poi{
	width: 100%;
    position: absolute;
    z-index: 999;
    top: 53px;
    height: calc(100vh - 53px);
    background-color: #fff;
    padding: 1rem;
    box-sizing: border-box;
	display:none;
}
#city-poi .poi-header{
	width: 100%;
    height: auto;
    float: left;
    font-size: .9rem;
    line-height: 1.5rem;
    color: #282828;
    border-bottom: 1px solid #eee;
    padding: .75rem 0;
	margin-top:.5rem;
}
#city-poi .poi-item{
	width: 100%;
    height: auto;
    float: left;
    font-size: .875rem;
    line-height: 1.5rem;
    color: #8a8a8a;
    border-bottom: 1px solid #eee;
    padding: .75rem 0;
	background:url("/public/images/img/index_6.png") no-repeat left center;
	background-size:15px auto;
}
#city-poi .poi-item .poi-name{
	width:calc(100% - 20px);
	float:right;
}



