/* footer css */
.om_footer_wrap {
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 600px;
        z-index: 9999;
        background-color: #fff;
        border-top: 1px solid #eaeaea;
}
.om_footer_wrap > .con {
        width: 100%;
        display: flex;
        justify-content: space-between;
}
.om_footer_wrap > .con > .one {
        width: 20%;
        padding: 7px 0;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        cursor: pointer;
}
.om_footer_wrap > .con > .one > .icon {
        /* margin-bottom: 3px; */
}
.om_footer_wrap > .con > .one > .text {
        font-size: 11px;

}
.om_footer_wrap > .con > .one > .icon > svg {
        width: 17px;
}


.om_footer_empty_area {
        height: 100px;
}