

.city-list {
    margin-top: .30rem;
    background-color: #ffffff;

    padding-top: .35rem;
    padding-bottom: .35rem;
}

.city-list-header {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-title {
    font-size: .34rem;
}

.list-icon {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.14rem;
}

.list-icon img {
    width: 100%;
    display: block;
}

.list-line {
    background-color: #000;
    height: 2px;
    width: 0.30rem;
    display: block;
}

.city-list-header .list-line:first-child {
    margin-right: 0.14rem;
}

.city-list-header .list-line:last-child {
    margin-left: 0.14rem;
}

.list-group {
    width: 7.02rem;
    margin: 0 auto;
    margin-top: 0.40rem;
}

.list-item {
    float: left;
    width: 1.65rem;
    font-size: .28rem;
    text-align: center;
    display: block;
    border: 1px solid #666;
    border-radius: 0.1rem;
    margin-left: 0.03rem;
    margin-right: 0.03rem;
    padding-top: .30rem;
    padding-bottom: .34rem;
    color: #666;
    margin-bottom: .30rem;
}

