<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 8px;
    overflow: hidden;
    z-index: 10;
    transition: all 0.35s;
}
.footer.hidden{
    transform: translateY(60px);
}
._p0{
    display: flex;
    justify-content: center;
    align-items: center;
}
._p1{
    width: calc(100% - 0px);
}
.bm0{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 60px;
}
.bm1{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    flex: 1 1 auto;
    min-height: 0;
    min-width: 0;
}
.bm1{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    flex: 1 1 auto;
    min-height: 0;
    min-width: 0;
    border: none;
    background: none;
}
.bm2{
    padding: 8px;
}
.bm3.active {
    color: #111;
}
.bm3{
    color: #5f5f5f;
    width: 24px;
    height: 24px;
    fill: currentColor;
    vertical-align: middle;
}
.bm4{
    background-color: #f5f5f5;
    border-radius: 32px;
    box-shadow: 0 0 0 2px transparent;
    height: 24px;
    width: 24px;
    object-fit: cover;
}</pre></body></html>