#bg {
    content: '';
    background-color: #f5f5f7;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -9;
    width: 100%;
    height: 350px;
}
#bg::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 350px;
    background: -webkit-gradient(linear,left top,right top,from(rgba(3,15,39,.7)),to(rgba(3,15,39,0)));
    background: -webkit-linear-gradient(left,rgba(3,15,39,.7) 0,rgba(3,15,39,0) 100%);
    background: -o-linear-gradient(left,rgba(3,15,39,.7) 0,rgba(3,15,39,0) 100%);
    background: linear-gradient(to right,rgba(3,15,39,.7) 0,rgba(3,15,39,0) 100%);
}
#main {
    margin-top: -220px;
}
#user-info-list {
    flex-direction: row;
}
#user-info-list li {
    padding: 0 2px;
}