.weibo-content {
    margin-top: 10px;
    width: 100%;
    height: 100%;
}

.weibo-city-select {
    width: 100%;
    /* height: 170px; */
    padding: 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #dbdbdb;
}

.weibo-city-item {
    float: left;
    box-sizing: border-box;
    margin: 10px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}

.weibo-city-item.selected {
    color: #2371ed;
    border-bottom: 1px solid #2371ed
}