body, html, #app, #pages_wrapper {
    height: 100%;
    overflow: hidden;
}
body {
    background-color: #2a5994;
}
img {
    user-select: none;
    -webkit-user-drag: none;
}
#pages_wrapper {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.loading-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('https://yunyingcdn.thecover.cn/xbh-difference/img/bg.jpg') no-repeat center center;
    background-size: cover;
    z-index: 100;
}
.loading-wrapper img {
    width: 100%;
}
.loading-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    flex-direction: column;
}
.loading-inner .logo {
    width: 7.088vmax;
    position: relative;
    margin-bottom: 1vmax;
}
.loading-inner .process {
    width: 35vmax;
    height: 1.7vmax;
    border-radius: 1vmax;
    box-sizing: border-box;
    border: .2604vmax solid #fff;
}
.loading-inner .process span {
    height: 100%;
    width: 0;
    background-color: #fff;
    display: block;
    border-radius: .75vmax;
}
.loading-inner p {
    font-size: 1.5625vmax;
    color: #fff;
    font-family: 'FZYanSJW_Cu';
    line-height: 1.5;
}
#app {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
