.gameFrame {
    width: 100%;
    height: 100%;
}

#splash,
.splash,
.transit {
    z-index: 999;
    left: 50%;
    top: 0;
    position: absolute;
    transform: translateX(-50%);
}

.splash,
#splash {
    width: 100%;
    max-width: 750px;
    height: 100vh;
}

.blue-transit {
    background: radial-gradient(circle closest-corner at 50% 40%, #49b0f9, #266cb2);
}

.transit {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    width: 100%;
    max-width: 750px;
    bottom: 0;
}

.transit img {
    margin-top: 15vh;
}

.transit>div {
    margin-top: 30px;
    margin-bottom: auto;
}

.transit .animation-block {
    width: 4px;
    height: 4px;
    background: #fff;
    -webkit-animation: rotateBlock 2s infinite ease-in-out;
    animation: rotateBlock 2s infinite ease-in-out;
}

.transit span {
    color: var(--themeColor);
    margin-bottom: 40px;
}

.theme-transit img {
    margin-top: 0;
    height: 100%;
}
.theme-transit > div {
    margin-top: -30vh;
}
.theme-transit .animation-block {
    background: #333;
}
.theme-transit p {
    color: #333;
}

@-webkit-keyframes rotateBlock {
    0.00% {
        -webkit-transform: rotateX(0) rotateY(0)
    }
    50% {
        -webkit-transform: rotateX(-180deg) rotateY(0)
    }
    100% {
        -webkit-transform: rotateX(-180deg) rotateY(-180deg)
    }
}

@keyframes rotateBlock {
    0.00% {
        transform: rotateX(0) rotateY(0)
    }
    50% {
        transform: rotateX(-180deg) rotateY(0)
    }
    100% {
        transform: rotateX(-180deg) rotateY(-180deg)
    }
}

.wblogo {
    width: 180px;
    height: 180px;
    margin: auto;
    margin-top: 214px;
    position: relative;
    border-radius: 15px
}

.wbtitle {
    width: 301px;
    height: 59px;
    margin: 60px auto 170px;
    margin-right: 22px;
    display: inline-block;
    background-image: url(../image/wb_loading_bar.png)
}

.wbtext, .wbtitle {
    text-align: center;
    position: relative
}

.wbtext {
    color: gray;
    margin-bottom: 35px;
    font-size: 22px
}

.wbstar {
    width: 27px;
    height: 25px;
    background-color: transparent;
    background-image: url(../image/wb_loading_star.png)
}

.wbloadingbox {
    display: none
}

.wbloading {
    z-index: 2;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    position: absolute;
    width: 100%;
    text-align: center;
    background-color: #f7f7f7;
    border: 0
}

.wbloadingbar {
    width: 366px;
    height: 7px;
    border-radius: 8px;
    background-color: #8c8c8c
}

.wbloadingfill {
    height: 100%;
    border-radius: 8px;
    background-color: #ffc028
}

#wbloadingdiv {
    display: none;
    background: #666;
    position: absolute;
    z-index: 9999;
    width: 1px;
    height: 1px;
    text-align: center
}

.wbloadingbox {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #f7f7f7
}