.page-body {
    padding-top: 49px;
    padding-bottom: 0;
    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 125px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.city-item {
    display: -webkit-flex;
    display: flex;
    height: 55px;
    text-align: center;
    align-items: center;
    justify-content: 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: 48%;
}

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

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

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

.view-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #f6f5f5;
    z-index: 9999;
}

.view-wrap .page-body {
    background: transparent;
    height: auto;
}

.view-wrap.show {
    display: block;
}

.icon-back-view {
    display: block;
    width: 49px;
    height: 49px;
    background: url(../../images/icon-back.png) no-repeat;
    background-size: 10px;
    background-position: 15px 50%;
}

.view-wrap .header.header-top .icon-back-view {
    background: url(../../images/icon-back-2.png) no-repeat;
    background-size: 10px;
    background-position: 15px 50%;
}