.load-screen{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 3000;
    font-size: 0px;
    
    background-color: rgb(218,218,218);
    display: none;
}

.center-load-screen{
/*    position:absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
    width: 504px;
    height: 50px;
    top:45%;
    left:50%;
    text-align: center;
    zoom: 1;
    z-index: 2000;
    
    margin-bottom: 30px;
}

.center-load-screen-group{
/*    position:absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
    width: 500px;
    height: 35px;
    top: 51.5%;
    left:50%;
    padding-left: 3px;
}

.letter{
    display: inline-block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 10px;
}

.lg{
    display: inline-block;
    width: 26px;
    height: 27px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 5px;
}

.o{
    width: 52px;
}

.m{
    width: 70px;
    position: absolute;
    left: 240px;
}

.hide-l{
    display: none;
}

.hide-g{
    display: none;
}

.group-left{
    display: inline-block;
    position: absolute;
    right: 260px;
}

.group-right{
    display: inline-block;
    position: absolute;
    left: 317px;
}

svg{
    width: 100%;
    height: 100%;
}

.load-screen-group{
    position:absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 45%;
    left: 50%;
    width: 505px;
    height: 150px;
}

@media only screen and (max-width: 768px){
    
    .center-load-screen{
/*        -webkit-transform: translate(-50%, -50%) scale(0.5);
        transform: translate(-50%, -50%) scale(0.5);*/
    }

    .center-load-screen-group{
/*        -webkit-transform: translate(-50%, -50%) scale(0.5);
        transform: translate(-50%, -50%) scale(0.5);
        top: 49.8%;*/
    }
    
    .load-screen-group{
        -webkit-transform: translate(-50%, -50%) scale(0.5);
        transform: translate(-50%, -50%) scale(0.5);
    }
    

}