html,body{
    margin: 0; /* 将默认的内边距去掉 */
    height: 100%;
    width: 100%;
}
body{
    background-color: #062b48;
}

.main{
    height: 100%;
}
.subframe{
    width: 100%;
    display: none;
}

.logo{
    position: absolute;
    top:10px;
    left:10px;
    width: 72px;
    height:auto;
}
.load-page{
    background: url("../logo.jpg") no-repeat center;
    background-size: cover;
    position: absolute;
    display: flex;
    z-index: 99;
    height: 100%;
    width: 100%;
    justify-content: center;
}

.height-space {
    height: 60px;
}

.load-page-b{
    position: absolute;
    display: flex;
    z-index: 99;
    height: 100%;
    width: 100%;
    justify-content: center;
}
.load-page .progress-text{
    position: absolute;
    top:68%;
}
.load-page .progress {
    position: absolute;
    top:66%;
    width: 66%;
    height: 5px;
}
.color-white{
    color: #fff;
}