html,
body,
#app {
    font-family            : Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, Arial, sans-serif;
    -webkit-font-smoothing : antialiased;
    -moz-osx-font-smoothing: grayscale;
    position               : absolute;
    left                   : 0%;
    top                    : 0%;
    margin                 : 0%;
    padding                : 0%;
    width                  : 100%;
    height                 : 100%;
}

#app {
    background-color: #fff;
    overflow        : hidden;
}