.GameCenter_center__mxnQf {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(122, 30, 123, 0.8), rgba(94, 23, 136, 0.8));
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
}

.load-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 100%;
    width: 100%;
    /*background-color: #f8f9fa;*/
}

.loader,
.default-loader {
    text-align: center;
}

.load-container {
    margin: 0.6rem auto;
    width: 0.8rem;
    height: 0.8rem;
    position: relative;
}
.load-container .container {
    position: absolute;
    width: 100%;
    height: 100%;
}
.load-container .container .dot {
    width: 0.22rem;
    height: 0.22rem;
    background-color: #00adb5;
    border-radius: 100%;
    position: absolute;
    animation: bouncedelay 1.2s infinite ease-in-out;
    animation-fill-mode: both;
}
.load-container .container .dot-1 {
    top: 0;
    left: 0;
}
.load-container .container .dot-2 {
    top: 0;
    right: 0;
}
.load-container .container .dot-3 {
    right: 0;
    bottom: 0;
}
.load-container .container .dot-4 {
    left: 0;
    bottom: 0;
}
.load-container .container-1 .dot-2 {
    animation-delay: -0.9s;
}
.load-container .container-1 .dot-3 {
    animation-delay: -0.6s;
}
.load-container .container-1 .dot-4 {
    animation-delay: -0.3s;
}
.load-container .container-2 {
    transform: rotateZ(45deg);
}
.load-container .container-2 .dot-1 {
    animation-delay: -1.1s;
}
.load-container .container-2 .dot-2 {
    animation-delay: -0.8s;
}
.load-container .container-2 .dot-3 {
    animation-delay: -0.5s;
}
.load-container .container-2 .dot-4 {
    animation-delay: -0.2s;
}
.load-container .container-3 {
    transform: rotateZ(90deg);
}
.load-container .container-3 .dot-1 {
    animation-delay: -1s;
}
.load-container .container-3 .dot-2 {
    animation-delay: -0.7s;
}
.load-container .container-3 .dot-3 {
    animation-delay: -0.4s;
}
.load-container .container-3 .dot-4 {
    animation-delay: -0.1s;
}
@keyframes bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.LoadProgress_wrapper__YhrUv {
    color: #00adb5;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-size: .5rem;
}
.LoadProgress_wrapper__YhrUv pre {
    margin: 0;
}
.logo-load-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    position: relative;
    z-index: 99;
}

.logo-load-content {
    /*width: 1.9rem;*/
    /*height: 5.6rem;*/
    text-align: center;
    /*display: flex;*/
}
.logo-load-inner {
    text-align: center;
    position: relative;
    width: 5.8rem;
    height: 1.7rem;
}

.logo-load-title {
    text-align: center;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
}

.img_logo_1 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}
.img_logo_2_box {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    /*animation: logoLoad 5s infinite linear;*/
}
.img_logo_2 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    /*top: -1.7rem;*/
}
.img_logo_3 {
    position: absolute;
    width: 1.6rem;
    left: 1.69rem;
    top: 0;
}
@keyframes logoLoad {
    0% {
        -webkit-clip-path: polygon(0% 100%, 50% 100%, 100% 100%, 100% 100%, 0% 100%);
                clip-path: polygon(0% 100%, 50% 100%, 100% 100%, 100% 100%, 0% 100%);
    }
    50% {
        -webkit-clip-path: polygon(0% 50%, 50% 50%, 100% 50%, 100% 100%, 0% 100%);
                clip-path: polygon(0% 50%, 50% 50%, 100% 50%, 100% 100%, 0% 100%);
    }
    100% {
        -webkit-clip-path: polygon(0% 0%, 50% 0%, 100% 0%, 100% 100%, 0% 100%);
                clip-path: polygon(0% 0%, 50% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}

.logo-load-info {
    font-size: 0.3rem;
    color: #fff;
    text-align: center;
    padding-top: 0.6rem;
}

