.forest-cover {
    padding-top: 70%;
}

.forest-list-page {
    padding-top: 49px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    height: 100vh;
    background: #fff;
}

.forest-list-body {
    position: relative;
    height: 100%;
}

.forest-list-body .city-list-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    border-right: 1px solid #ececec;
    z-index: 99;
}

.forest-list-body .forest-list-wrap {
    /*position: absolute;*/
    /*padding: 15px 15px 15px 2.5rem;*/
    padding: 15px;
    top: 0;
    left: 0;
    width: 100%;
}

.forest-list-body.hide-left .forest-list-wrap {
    padding: 15px;
}

.city-item {
    line-height: 1.1rem;
    text-align: center;
}

.city-item + .city-item {
    border-top: 1px solid #ececec;
}

.city-item.selected {
    background: #009944;
    color: #fff;
}

.forest-item-wrap {
    display: inline-block;
    padding: 0 15px 15px 0;
    width: 49%;
}

.forest-cover {
    padding-top: 70%;
}

.forest-list {
    margin-right: -15px;
    margin-bottom: -15px;
}

.forest-title {
    line-height: 40px;
}