html, body {
    background: #f4f4f4;
}

body{
    padding-bottom: 100px;
}

.footer {
    width: calc(100% - 32px);
    position: fixed;
    bottom: 16px;
    left: 16px;
    background: #FFFFFF;
    border-radius: 26px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 62px;
    box-shadow: 0px 4px 20px 0px rgba(11, 5, 37, 0.09);
    z-index: 999;
}

.menuItem {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.menuItemIcon {
    width: 24px;
    height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.menuItemIconImg {
    width: 24px;
    height: 24px;
}

.menuItemName {
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
    font-family: PingFang-SC-Semibold, PingFang-SC;
    font-weight: 600;
    color: #333333;
}

[v-cloak]{
    display: none;
}

.menuItemNameActive{
    color: red!important;
}