@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);@import url(https://fonts.googleapis.com/icon?family=Material+Icons);#copyright {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -999;
    width: 100vw;
    height: 100vh;
    margin-top: 15px;
    line-height: 12px;
    font-size: 12px;
    text-align: center;
    color: #6f7476;
}

.wechat #copyright {
    background-color: #2e3132;
}

#copyright a {
    color: #1b6d85;
}

body {
    background-color: #efeff4;
}

#app {
    background-color: #ffffff;
    width: 100vw;
    min-height: 100vh;
    position: absolute;
    top: 0;
}
