[v-cloak] {display: none !important;}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .globalMenu {height: 70px;}
    .gbt-wrap {height: 70px;padding-bottom: 20px;}
    .mescroll.bottom50 {bottom: 70px;}
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio:2) {
    .globalMenu {height: 70px;}
    .gbt-wrap {height: 70px;padding-bottom: 20px;}
    .mescroll.bottom50 {bottom: 70px;}
}

@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio:3) {
    .globalMenu {height: 70px;}
    .gbt-wrap {height: 70px;padding-bottom: 20px;}
    .mescroll.bottom50 {bottom: 70px;}
}
