/*5.86118946674*/

@media only screen and (max-width: 700px) {
    html {
        font-size: 1.563vw;
    }
    .mobile{
        display:block;
    }
    .flex.mobile{
        display:flex;
    }
    .mobile-nv{
        display:none !important;
    }



}
