.container {
  position: relative;
  bottom: 10px;
  left: 0;
}
.footer-nav {
  box-sizing: border-box;
  padding-top: 30px;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  color: #999;
  line-height: 22px;
}
#layout[data-v-508c4a64] {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
}
#layout .header[data-v-508c4a64] {
  width: 100%;
  height: 100px;
  flex: none;
}
#layout .content[data-v-508c4a64] {
  width: 100%;
  background: #f2f2f2;
  flex: 1;
}
#layout .footer[data-v-508c4a64] {
  flex: none;
  background: #f2f2f2;
  width: 100%;
}
#app[data-v-771a131c] {
  height: 100%;
}
.login[data-v-611da31e] {
  min-height: 100%;
  background: url(https://zsb-maihe.oss-cn-shanghai.aliyuncs.com/stu/static/img/bg_login.44d7e072.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.login .logo[data-v-611da31e] {
  position: absolute;
  top: 20px;
  width: 100%;
}
.login .form[data-v-611da31e] {
  background: #fff;
  position: absolute;
  left: 55.666667%;
  top: 15%;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 4px;
}
.login .form .el-form-item[data-v-611da31e] {
  margin-bottom: 18px;
}
.login .tips[data-v-611da31e] {
  margin-left: 100px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #a4a7be;
}
.login .dialog-footer[data-v-611da31e] {
  text-align: center;
  margin-top: -20px;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-weight: 400;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
li,
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
  list-style: none;
}
a {
  color: #7e8c8d;
  text-decoration: none;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: hsla(0, 0%, 49%, 0.7);
}
::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: hsla(0, 0%, 49%, 0.7);
}
body,
html {
  width: 100%;
  height: 100%;
  font-family: Arial, Microsoft YaHei, 黑体, 宋体, 微软雅黑, sans-serif;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
