.smk-city-letter {
    background: #14357B;
    color: #fff;
    font-weight: 700;
    padding: 0 10px;
    width: 80%;
}

.smk-city-item {
    padding: 5px 10px 0 12px;
}

.smk-city-item a {
    font-size: 12.5px;
    color: #000;
    text-decoration: none;
}
.smk-mb-left {
    text-align: center;
}
@media (max-width: 479px) {
    .smk-mb-left {
        text-align: left;
    }
}