.city-picker-input {
    opacity: 0 !important;
    top: -9999px;
    left: -9999px;
    position: absolute;
}
#allfont{
	float: right;
}
.dropfont{
	margin-left:248px;
	margin-top:-20.2px;
	width:30px;
	margin-bottom:10px;
	font-size:14px;
	cursor: pointer;
	color:#524D52;
}


.city-picker-span {
    position: relative;
    display: block;
    outline: 0;
    margin-top: -28px;
    margin-left: 25px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    color: #ccc;
    cursor: pointer;
    
}

.city-picker-span > .placeholder {
    color: #333;
    margin-left:5px;
    font-size:14px;
    line-height: 30px;
    float: left;
}
.city-picker-span > .arrow {
    width: 50px;
    margin-top: 5px;
    float: left;
    color: #359df6;
    margin-left: 5px;
}

.city-picker-span.open > .arrow {
    background-position: -10px -10px;
}

.city-picker-span > .title > span {
    color: #333;
    padding: 3px;
    border-radius: 3px;
    font-size:14px;
}

.city-picker-span > .title > span:hover {
    background-color: #f1f8ff;
}

.city-picker-dropdown {
    position: absolute;
    left: -108px !important;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 999999;
    display: none;
    min-width: 330px;
}

.city-select-wrap {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.city-select-tab {
    border-bottom: 1px solid #ccc;
    background: #f0f0f0;
    font-size: 12px;
}

.city-select-tab > a {
    display: inline-block;
    padding: 8px 22px;
    border-bottom: 1px solid transparent;
    color: #4D4D4D;
    text-align: center;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: -1px;
}

.city-select-tab > a.active {
    background: #fff;
    border-bottom: 1px solid #fff;
    color: #46A4FF;
}

.city-select-tab > a:first-child {
    border-left: none;
}

.city-select-tab > a:last-child.active {
    border-right: 1px solid #ccc;
}

.city-select-content {
    width: 100%;
    min-height: 10px;
    background-color: #fff;
    padding: 0px 10px;
}

.city-select {
    font-size: 13px;
}

.city-select dl {
    line-height: 2;
    clear: both;
    padding:0;
    margin: 0;
}

.city-select dt {
    position: absolute;
    width: 2.5em;
    font-weight: 500;
    text-align: right;
    line-height: 2;
}

.city-select dd {
    margin-left: 0;
    line-height: 22px;
}

.city-select.province dd {
    margin-left: 3em;
}

.city-select a {
	font-family: MicrosoftYaHei;
    display: inline-block;
    padding: 0 10px;
    outline: 0;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 2px;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

.city-select a:hover,
.city-select a:focus {
    background-color: #f1f8ff;
    border-radius: 2px;
    color: #46A4FF;
}

.city-select a.active {
    background-color: #46A4FF;
    color: #fff;
    border-radius: 2px;
}
.title{
	display:inline-block;
	text-overflow:ellipsis; 
	white-space:nowrap; 
	overflow:hidden;
	line-height: 30px;
	float: left;
	color: #333;
}
#distpicker{
	    position: relative;
}


