@media (min-width: 1300px) {
  #header[data-v-d9d7f516] {
    width: 1270px;
  }
}
@media (max-width: 1300px) {
  #header[data-v-d9d7f516] {
    width: 1170px;
  }
}
@media (max-width: 992px) {
  #header[data-v-d9d7f516] {
    width: 960px;
  }
}
#header[data-v-d9d7f516] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 15px;
  width: 90%;
}
#header .header-right[data-v-d9d7f516] {
  line-height: 100px;
  font-size: 14px;
}
#header .header-right .navibar-exit[data-v-d9d7f516] {
  margin-left: 30px;
  font-size: 14px;
  cursor: pointer;
}
.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-615af7e7] {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
}
#layout .header[data-v-615af7e7] {
  width: 100%;
  height: 100px;
  flex: none;
}
#layout .content[data-v-615af7e7] {
  width: 100%;
  background: #f2f2f2;
  flex: 1;
}
#layout .footer[data-v-615af7e7] {
  flex: none;
  background: #f2f2f2;
  width: 100%;
}
#app[data-v-771a131c] {
  height: 100%;
}
@media (max-width: 1300px) {
  .form[data-v-1e37b611] {
    left: 40.666667%;
  }
  .ts[data-v-1e37b611] {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (min-width: 1300px) {
  .form[data-v-1e37b611] {
    left: 40.666667%;
  }
  .ts[data-v-1e37b611] {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (min-width: 1400px) {
  .form[data-v-1e37b611] {
    left: 50.666667%;
  }
  .ts[data-v-1e37b611] {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (min-width: 1920px) {
  .form[data-v-1e37b611] {
    left: 50.666667%;
  }
  .ts[data-v-1e37b611] {
    font-size: 22px;
    line-height: 26px;
  }
}
.ts[data-v-1e37b611] {
  margin-bottom: 5px;
}
.login[data-v-1e37b611] {
  height: 100%;
  background: url(https://zsb-maihe.oss-cn-shanghai.aliyuncs.com/bl/static/img/bg_login.44d7e072.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.login .logo[data-v-1e37b611] {
  position: absolute;
  top: 40px;
  width: 100%;
}
.login .form[data-v-1e37b611] {
  background: #fff;
  position: absolute;
  top: 18%;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 4px;
}
.login .form .el-form-item[data-v-1e37b611] {
  margin-bottom: 18px;
}
.login .tips[data-v-1e37b611] {
  margin-left: 100px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #a4a7be;
}
.login .dialog-footer[data-v-1e37b611] {
  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);
}
