body,html{
    height: 100%;
}
#app{
    padding-bottom: 0px !important;
    min-height: 100%;
    background: #EEEEEE;
}
.van-icon{
    color: #999999 !important;
}

.container{

    /*height: calc(100% - 46px);*/
    padding: 20px 16px 0 16px;
    box-sizing: border-box;
}

.container img{
    width: 70px;
    height: 92px;
}

.container ul li{
    display: flex;
    padding: 20px 16px;
    background: white;
    border-radius: 8px;
    margin-bottom: 10px;
}
.container ul li p{
  font-size: 14px;
    color: #666666;
}
li:last-child{
    margin-bottom: 0 !important;
}