* {
  margin: 0;
  padding: 0;
}
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #ff9900;
  text-decoration: none;
}
code {
  background-color: #f9fafc;
  padding: 0 4px;
  border: 1px solid #eaeefb;
  border-radius: 4px;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
blockquote {
  padding: 20px;
  background-color: #ecf8ff;
  border-radius: 4px;
  border-left: 5px solid #ff9933;
  margin: 20px 0;
  font-size: 14px;
  color: #5e6d82;
}
[v-cloak] {
  display: none !important;
}
ul.el-menu li.el-menu-item {
  font-size: 16px;
}
ul.el-menu li.el-menu-item i {
  margin-right: 5px;
}
div.el-input--big input.el-input__inner {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}
div.el-input--big span.el-input__suffix {
  right: 8px;
}
button.el-button--big {
  padding: 16px 24px;
  font-size: 16px;
}
button.el-button--big.is-round {
  padding: 16px 24px;
  border-radius: 30px;
}
button.block {
  width: 100%;
}
div.el-tabs__item {
  height: 50px;
  line-height: 50px;
}
div.input-mixed div.el-form-item__content {
  display: -ms-flexbox;
  display: flex;
}
div.input-mixed div.el-form-item__content div.el-input {
  -ms-flex: 1;
      flex: 1;
}
div.input-mixed div.el-form-item__content .mixed {
  width: 130px;
  margin-left: 10px;
}
img.captcha {
  border-radius: 4px;
  cursor: pointer;
}
div.el-loading-spinner {
  top: 38.2%;
}
div.el-loading-spinner i {
  font-size: 24px;
}
div.el-col div.el-select {
  width: 100%;
}
div.el-message-box {
  width: 360px;
  vertical-align: top;
  margin-top: 150px;
}
div.el-pagination {
  margin: 40px auto 30px;
  text-align: center;
}
div.el-notification__content {
  text-align: left;
}
.app-header {
  width: 100%;
  height: 80px;
  background-color: #ff9900;
}
.app-header .content {
  width: 70%;
  height: 80px;
  margin: 0 auto;
}
.app-header .content .logo {
  float: left;
  height: 64px;
  line-height: 64px;
  margin-top: 8px;
  font-size: 24px;
  color: white;
}
.app-header .content div.action {
  height: 80px;
  float: right;
}
.app-header .content div.action > div {
  height: 80px;
  line-height: 80px;
  float: right;
  font-size: 16px;
  color: white;
  margin: 0 20px;
}
.app-header .content div.action a {
  color: white;
  text-decoration: none;
}
.app-header .content div.action a:hover,
.app-header .content div.action a:visited,
.app-header .content div.action a:active {
  text-decoration: none;
}
.app-menu ul {
  border-right: solid 1px #f8f8fb;
}
.app-menu ul li a span {
  color: #666;
}
.app-menu ul li.is-active a span {
  color: #ff9900;
}
.app-body {
  width: 70%;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto;
  box-sizing: border-box;
  padding-bottom: 50px;
}
.app-body .app-menu {
  width: 200px;
  float: left;
}
.app-body .app-content {
  float: right;
  -ms-flex: 1;
      flex: 1;
  overflow-y: auto;
  margin-left: 50px;
}
.app-body .app-content .block-container {
  padding: 10px 1.5%;
  width: 97%;
  color: #909399;
  background-color: #f8f8fb;
}
.app-body .app-content .block-container .title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
.app-footer {
  width: 70%;
  height: 50px;
  margin: -50px auto 0;
  line-height: 50px;
  text-align: center;
  background: #ecf5ff;
  color: #b3d8ff;
}
@media screen and (max-width: 1440px) {
  .app-header .content,
  .app-body,
  .app-footer {
    width: 90%;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1920px) {
  .app-header .content,
  .app-body,
  .app-footer {
    width: 80%;
  }
}
/*# sourceMappingURL=generic.css.map */