body {
    padding-top: 44px;
}

.navs {
    margin-bottom: 16px;
    background: #ffffff;
}

.navs .nav-item {
    padding: 10px 32px 10px 16px;
    display: block;
    position: relative;
    line-height: 24px;
    background: url(../images/app-h5-bg0006.png) center right 16px no-repeat;
    background-size: auto 16px;
}

.navs .nav-item:last-child:after {
    display: none;
}

.navs .nav-item:after {
    content: "";
    display: block;
    position: absolute;
    left: 16px;
    right: 0px;
    bottom: 0px;
    border-bottom: 1px solid #e5e5e5;
}

.navs .nav-item .item-text {
    font-size: 16px;
    line-height: 24px;
}
.fix-btns{
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding:16px;
}
.fix-btns .btn-logout{
    background: #f23a3a;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    display: block;
}