.citypicker-autocomplete-suggestions { 
	border: 1px solid #e1e1e1; 
	background: #FFF; 
	overflow: auto; 
}

.citypicker-autocomplete-suggestions .autocomplete-suggestion { 
	padding: 2px 5px; 
	white-space: nowrap; 
	overflow: hidden;
	background: #fff;
	text-indent: 0;
}

.citypicker-autocomplete-suggestions .autocomplete-selected { 
	background: #f1f1f1;
}

.citypicker-autocomplete-suggestions strong { 
	font-weight: normal; 
	color: #0f89f5; 
}

.citypicker-autocomplete-suggestions .autocomplete-group { 
	padding: 2px 5px;
}

.citypicker-autocomplete-suggestions .autocomplete-group strong { 
	display: block; 
	border-bottom: 1px solid #000;
}

/* header */
.city-header {
	position: relative;
	line-height: 36px;
	border-bottom: 1px solid #cbcccd;
}

.city-current {
	font-size: 14px;
    font-weight: bold;
}

.city-panel-close {
	position: absolute;
	right: 0;
	cursor: pointer;
	font-size: 1.2em;
}

.city-panel-close:hover{
	color : #0f89f5;
}

.city-default {
	margin-left: 20px;
	color: #0f89f5;
	cursor: pointer;
	display: none;
}

.city-hotlist {
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 6px;
}

.city-hotlist li{
	float: left;
	margin-right: 10px;
	color: #42a5f5;
	cursor: pointer;
}

.city-hotlist li:hover{
	text-decoration: underline;
	color: #1e88e5;
}

/* search */
.city-sug {
    margin-top: -1px;
    margin-left: -6px;
}

.city-pc-title {
	width: 48%;
    display: inline-block;
    border: 1px solid #cbcccd;
    border-bottom: none;
    border-radius: 2px;
}

.city-pc-title .city-select {
	background-color: white;
	border-bottom: none;
}

.city-pc-title span {
	width: 50%;
    display: inline-block;
    text-align: center;
    border-bottom: 1px solid #cbcccd;
    cursor: pointer;
    background-color: #f7f7f7;
    box-sizing: border-box;
}

.city-city-title {
	border-left: 1px solid #cbcccd;
}

.city-search {
    width: 48%;
    margin-left: 4%;
    display: inline-block;
    position: relative;
}

.city-search input {
	border: 1px solid #cbcccd;
    padding: 5px 0px;
    width: 100%;
    border-radius: 2px;
    padding-left: 34px;
    box-sizing: border-box;
}

.city-search-logo {
/*position: absolute;
    z-index: 1;
    margin: 5px 0px 0px 8px;
    display: inline-block;
    border: 2px solid #666666;
    width: 9px;
    height: 9px;
    border-radius: 20px;*/
    left: 6px;
    position: absolute;
}

/*.city-search-logo:after {
	content: '';
    width: 0px;
    height: 5px;
    position: absolute;
    top: 8px;
    left: 8px;
    border: 1px solid #666666;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
*/
/*.city-search {
	clear : both;
	border-bottom: 1px solid #f1f1f1;
	padding: 15px 0;
	height: 32px;
}

.city-search input{
	float: left;
	width: 220px;
	padding: 7px 5px;
	border: 1px solid #c5c5c5;
	border-right: 0;
	vertical-align: middle;
	box-sizing : border-box;
	height: 32px;
}

.city-search input:focus{
	outline: none;
}

.city-search .city-search-btn {
	float: left;
	width: 80px;
	height: 32px;
	text-align: center;
	cursor: pointer;
}*/

/* city list */
.city-province-letter, .city-city-letter {
	margin-top: 10px;
	white-space: normal;
}

.city-province-letter li, .city-city-letter li{
    display: inline-block;
    background-color: #F5F5F5;
    margin-left: 6px;
    cursor: pointer;
    line-height: 18px;
    width: 18px;
    text-align: center;
}

.city-province-letter li:hover, .city-city-letter li:hover, .city-letter-select {
	background-color: #0f89f5 !important;
	color: white;
}

.city-province-list, .city-city-list {
	display: none;
}

.city-list>div {
	display: block;
}

.city-list dl {
	margin: 4px 0px;
	position: relative;
}

.city-list dl dt {
	float: left;
	font-weight: bold;
	line-height: 20px;
}

.city-list dl dd {
	white-space: normal;
	line-height: 20px;
    margin-bottom: 8px;
}

.city-list .city-city dd {
	margin: 0px 0px 0px 25px;
}

.city-list dl dd li {
	display: inline-block;
    margin-right: 9px;
    cursor: pointer;
    color: #999999;
}

.city-list dl dd li:hover {
	color: #0f89f5;
}

