html,body{
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}
#app {
    width: 100%;
    height: 100%;
    background: #EDEFF4;
}
.version-tip{
    font-size: 14px;
    padding-top: 60px;
    display: none;
}
.version-tip .content {
    width: 800px;
    height: 500px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.0500);
}
.version-tip .header{
    padding: 10px 50px;
    background: #121644;
}
.version-tip .con {
    width: 700px;
    margin: 0 auto;
}
.version-tip .con .con-top{
    padding: 20px 0;
    text-align: center;
    font-size: 18px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #474C5B;
    border-bottom: 1px solid #E8E8E8;
}
.version-tip .con .con-text{
    padding-top: 40px;
}
.version-tip .con .con-text p{
    font-size: 14px;
    color: #474C5B;
    line-height: 27px;
}
.version-tip .con .con-text p a {
    color: #5D8AFF;
    text-decoration: none;
}
.version-tip .con .con-text .text{
    text-indent: 2em;
    padding-left: 20px;
}
.version-tip .con .con-text .text-right{
    text-align: right;
    margin-top: 60px;
}
#nprogress .spinner{
    display: none !important;
}
