@charset "utf-8";
/* CSS Document */

@media only screen and (max-width:300px) {
    body {
        font-size:7px!important
    }
}
@media only screen and (max-width:310px) and (min-width:300px) {
    body {
        font-size:7.3px!important
    }
}
@media only screen and (max-width:320px) and (min-width:310px) {
    body {
        font-size:7.8px!important
    }
}
@media only screen and (max-width:360px) and (min-width:320px) {
    body {
        font-size:8.1px!important
    }

}
@media only screen and (max-width:360px) and (min-width:350px) {
    body {
        font-size:8.5px!important
    }

}
@media only screen and (max-width:480px) and (min-width:360px) {
    body {
        font-size:9px!important
    }

}
@media only screen and (max-width:480px) and (min-width:470px) {
    body {
        font-size:11.5px!important
    }

}
@media only screen and (max-width:560px) and (min-width:480px) {
    body {
        font-size:12.4px!important
    }

}
@media only screen and (max-width:570px) and (min-width:560px) {
    body {
        font-size:15.83333px!important
    }
}
@media only screen and (max-width:640px) and (min-width:570px) {
    body {
        font-size:14px!important
    }

}
@media only screen and (max-width:710px) and (min-width:630px) {
    body {
        font-size:15.77778px!important
    }

}