#app {
    background-color: #fff;
}
#appSkeletonScreen {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#appLoading {
    width: 100%;
    height: 266px;
    object-fit: contain;
}
#appLoadingMsg {
    color: #249fff;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}

body.dianzi,
.dianzi #app,
.dianzi #appSkeletonScreen {
    background: #312929 !important;
}

.dianzi #appLoadingMsg {
    color: #b6a3a3;
}
