@CHARSET "UTF-8";

footer {
    width: 100%;
    height: 80px;

    display: flex;
    position: fixed;
    bottom: 0;
    margin: 0px;
    padding: 0px;

    background-color: #3F3939;
    color: #FFFFFF;

    text-align: center;
}

footer .tab {
    cursor: pointer;
    line-height: 63px;
    flex: 1;
    align-content: center;
}

footer .tab img {
    width: 72px;
    height: 63px;
}

footer .nowTab {
    background-color: #636162;
}

