.title {
    margin-bottom: 0 !important;
}

a {
    color: #646566;
}

#app {
    background: #EEEEEE;
    height: 100vh;
    padding-bottom: 0px !important;
}

.top-container {
    display: flex;
    background: white;
    align-items: center;
    padding: 25px 0 15px 36px;
    margin-bottom: 5px;
}

.top-container .img-box {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.top-container .img-box img {
    width: 100%;
    height: 100%;
    border-radius: 50%;

}

.top-container .img-box p {
    font-size: 16px;
    color: #333333;
}

.container {
    background: #ffffff;
}

.container .item {
    padding: 0 16px;

}

.container .item .item-box {
    padding: 19px 0 19px 20px;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    align-items: center;

}

.container .item .item-box i {
    font-size: 19px;
}

.van-tabbar--fixed i {
    font-size: 26px;
}

.van-tabbar-item.active {
    color: #1989fa !important;
    background-color: #fff !important;
}

.van-tabbar-item.active a {
    color: #1989fa !important;
}

.van-tabbar-item.noactive {
    color: #646566 !important;
}