.empty{
    padding-bottom: 219px;
    box-sizing: border-box;
}
.empty-cover{
    width: 447px;
    height: 250px;
    margin: auto;
    margin-top: 84px;
    background: url('../images/submit/empty.png') no-repeat;
    background-size: cover;

}
.empty-text{
    margin-top: 16px;
    text-align: center;
    color: #999999;
    font-size: 14px;
}