/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */
html,
body,
div,
header,
footer,
aside,
main,
nav,
button,
input,
select,
textarea,
p,
ol,
ul,
li,
dl,
dt,
dd,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: PingFang SC, PingFang SC;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

/* 主题色 */
:root {
  --primary-color: #37a3eb;
  --default-word-color: #1d2129;
  --secondary-word-color: #4e5969;
  --el-color-primary: #37a3eb;
}

a {
  text-decoration: none;
  color: var(--primary-color);
}

.required {
  color: #df1919;
}

.el-button--info {
  background: #e5e8ef;
  color: var(--default-word-color);
  border-color: #e5e8ef;
}

[v-cloak] {
  display: none;
}
