
body, div, h1, h2, h3, h4, h5, h6, ul, li, ol, span, a, p, img, table, tr, td, th, input, form, seclect, .footer, button {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    outline: none;
    box-sizing: border-box;
}

body {
    font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
    background: #ffffff;
}

.clear:after {
    content: " ";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.clear {
    *zoom: 1;
}
a{
    text-decoration: none;
}
html,body{
    width: 100%;
    height: 100%;
}
ul{
    list-style: none;
}
a:link,
a:active,
a:visited,
a:hover {
    color: #333333;
    background: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
[v-for]{
    display: none !important;
}
[v-if]{
    display: none !important;
}
[v-cloak]{
    display: none !important;
}

/*以上是公共样式*/