锘?fullsearchbg .sitelist {
    list-style: none;
}

.navigate {
    background: #0378d8;
    height: 40px;
    position: relative;
    padding: 5px 60px;
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
}

.navigate .navigate-back {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 5px;
    top: 5px;
}

.navigate .navigate-back::before {
    border: solid #fff;
    border-width: 2px 0 0 2px;
    width: 10px;
    height: 10px;
    content: "";
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    left: 15px;
    top: 15px;
}

.navigate .navigate-tab {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid;
    border-radius: 24px;
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-top: 5px;
    line-height: 0;
}

.navigate .navigate-tab a {
    display: inline-block;
    color: white;
    border-radius: 24px;
    padding: 0 10px;
    font-size: .7rem;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
}

.navigate .navigate-tab a.selected {
    background-color: white;
    color: #0378d8;
}

.city-selector {
    position: absolute;
    top: 1.4rem;
    width: 90%;
    z-index: 2;
    padding: 20px 5%;
    background-color: white;
    border-radius: 6px;
    -moz-box-shadow: 0px 0px 35px #666;
    box-shadow: 0px 0px 35px #666;
}

.city-selector .selector-title {
    margin-bottom: 10px;
    text-align: center;
}

.city-selector .selector-citys {
    max-height: 250px;
    overflow-y: auto;
}

.city-selector .citys-letter {
    height: 30px;
    padding-left: 10px;
    line-height: 30px;
    font-size: .6rem;
    color: #0378d8;
    background: #f9f9f9;
}

.city-selector .citys-list {
    background: #fff;
    margin: 0;
    padding: 0;
    font-size: .6rem;
    list-style: none;
    padding-bottom: 10px;
}

.city-selector .citys-list .citys-item {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    width: 24%;
    margin-top: 10px;
}

.city-selector .citys-list .citys-item span {
    display: block;
    margin: auto;
    width: 90%;
    text-align: center;
    color: #666;
    border-radius: 25px;
    border: 1px solid #eee;
}


.city-selector .citys-list .citys-item.selected span {
    color: white;
    background-color: #0378d8;
}