#city-list-container{
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 48px;
    margin-right: 15px;
}
#right-navbar{
    position: fixed;
    right: 0;
    width: 15px;
    top: 115px;
    z-index: 11;
    background-color: #FFF;
}
#right-navbar .item{
    position: relative;
}
#right-navbar .item a{
    text-decoration: none;
    text-align: center;
    line-height: 20px;
    height: 20px;
    display: block;
    font-size: 12px;
}
.section-group{
    clear: both;
    border-bottom: 1px solid #DDD;
    position: relative;
}
.section-group .letter-target{
    position: absolute;
    top: -152px;
}
.section-title{
    padding: 8px 15px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #DDD;
}
#select-city{
    text-align: center;
    position: relative;
    height: 22px;
    line-height: 22px;
}
#goback-btn {
    position: absolute;
    top: 9px;
    left: 10px;
    font-weight: normal;
    color: #666;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-size: 16px;
}
.section-list{
    padding: 10px 15px;
    background-color: #F9F9F9;
}
.section-list a{
    float: left;
    margin: 10px 0;
    padding: 0 5px 0 0;
    white-space: nowrap;
    text-decoration: none;
    box-sizing: border-box;
    width: 25%;
}
.letter-list a{
    padding: 0;
    width: 15px;
}
.search-city{
    background-color: #F9F9F9;
    clear: both;
    padding: 15px;
    position: relative;
}
#search-wrap {
    position: relative;
}
#search-wrap i {
    position: absolute;
    left: 8px;
    top: 8px;
    color: #666;
}
.search-city input{
    background-color: #FFF;
    border: 1px solid #CCC;
    margin: 0;
    padding: 4px 12px 4px 30px;
    height: 34px;
    line-height: 34px;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
}
.section-list .city-name{
    clear: both;
    display: block;
    padding: 10px 0;
    text-align: left;
}
.section-list .city-name a{
    float: none;
}
.search-btn{
    border: 1px solid #999;
    border-left: none;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    background-color: #EFEFEF;
}
.search-btn i{
    margin-right: 5px;
}
.ac_results{
    background: #FFF;
    border: 1px solid #999;
    border-top: none;
    z-index: 100;
    position: absolute;
    display: block;
}
.ac_results li{
    cursor: pointer;
}
.ac_results li.ac_over{
    background-color: #336699;
    color: #FFF;
}
.ac_results li .list-item{
    padding: 8px 10px;
}
.ac_results .no-city{
    background-color: #FFF;
    color: red;
}
#search-city-box{
    position: fixed;
    top: 50px;
    left: 0;
    right: 15px;
    background-color: #FFF;
    z-index: 12;
    border-bottom: 1px solid #DDD;
    box-sizing: content-box;
    display: none;
}