@charset "utf-8";

/* Style Reset */
* {
    margin: 0;
    padding: 0
}

ul,
ol,
li,
dl,
dt,
dd {
    list-style: none;
}

a {
    text-decoration: none;
    outline: 0px;
    color: #333
}

img {
    border: 0;
    max-width: 100%;
}

html,body {
    width: 100%;
    height:100%;
    margin: 0 auto;
    background: #fff;
}

#app{
    width:100%;
    height:100%;
}