* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

.footer {
    background-image: url("../imgs/footer_bg.svg");
    background-size: auto;
    background-position: bottom right;
    background-repeat: no-repeat;
    border-bottom: 1px solid var(--border);
    border-top: 1px solid var(--border);
    /* margin-top: 50px; */
}

.footer_text {
    font-size: 12px;
    line-height: 20px;
    color: var(--dullfont);
}

.botm_footer {
    padding: 16px 25px;
}

.footer_layout {
    display: flex;
    gap: 60px;
    /* flex-wrap: wrap; */
}

.footer_menu {
    display: flex;
    gap: 25px;
    padding: 50px 0;
}

.menu_list a {
    font-size: 14px;
    font-weight: 500;
    color: var(--dullfont);
    text-decoration: none;
    margin-top: 13px;
    display: block;
    white-space: nowrap;
}

.bottom_bar {
    padding: 8px 25px;
    display: flex;
    justify-content: space-between;
    background-color: var(--bg);
    margin-top: 3px;
}

.bar_link {
    display: flex;
    gap: 50px;
}

.footer_set {
    /* width: calc(100% - 12.8%); */
    display: flex;
    /* margin-left: 12.8%; */
}

.app_qr {
    max-width: 349px;
}

@media (max-width: 1024px) {}

@media (max-width: 600px) {}