[v-cloak] { display: none; }

html,
body {
  width: 100%;
  height: 100%;
}
body {
  min-width: 320px;
}
/* 设置默认字体 */
body,
button,
input,
select,
textarea {
  font: 12px/1.5 "微软雅黑", Arial, Helvetica, sans-serif;
  color: #000;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}
div,
span,
th,
td,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
i,
a,
b,
a,
p {
  word-break: break-all;
  word-wrap: break-word;
}
ul,
ol,
dl,
li {
  list-style-type: none;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
i {
  font-weight: normal;
  font-style: normal;
}
fieldset,
img {
  border: none;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #000;
  text-decoration: none;
  outline: 0;
}
a:hover,
a:focus {
  color: #666;
  text-decoration: none;
  outline: none;
}
button {
  outline: none;
}
/*清除浮动*/
.clearfix {
  clear: both;
}
.clearfix:after {
  content: '\20';
  display: block;
  clear: both;
  height: 0;
}
