#main-view
.ccsubview-loader {
    display: block;
    position: fixed;
    width: 100%;
    height: calc(100% - var(--bottom-nav-menu-height) - 1px);
    opacity: 1;
    background: #fff;
    z-index: 9999999;
}



#main-view
.ccsubview-loader
img {
    display: block;
    position: absolute;
    width: 64px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}





.ccsubview {
    position: relative;
}


















