.header {
  height: 80px;
  background: #FFFFFF;
  box-shadow: 0px 6px 12px 1px rgba(0, 0, 0, 0.03);
}
.header .header-inner {
  width: var(--main-width);
  height: 100%;
}
.header .header-inner .logo-img {
  height: 40px;
}
.header .header-inner .header-nav {
  margin-left: 100px;
  width: 600px;
}
.header .header-inner .el-menu-box {
  height: 100%;
}
.header .el-menu.el-menu--horizontal {
  border-bottom: 0;
}
.header .el-menu--horizontal > .el-menu-item {
  height: 100%;
  line-height: 79px;
  border-bottom: 0 !important;
  border-top: 2px solid transparent;
  font-weight: bold;
  font-size: 16px;
}
.header .el-menu--horizontal > .el-menu-item.is-active {
  border-top: 2px solid var(--color-primary);
  color: #303133;
}
.header .el-input__inner {
  height: 32px;
  line-height: 32px;
}
.header .el-input-group__append {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
}
.header .el-input-group__append .el-button {
  font-size: 18px;
  padding: 7px 10px;
  color: white;
}
.header .el-input-group__append .el-button:active {
  opacity: 0.7;
}
.footer {
  height: 322px;
  background: #282828;
}
.footer main {
  height: 100%;
}
.footer .top .left .logo {
  height: 40px;
}
.footer .top .left .text {
  width: 660px;
  height: 60px;
  font-size: 12px;
  font-weight: 500;
  color: #7C7C7D;
  line-height: 20px;
}
.footer .top .right {
  padding: 10px;
  flex: 0 0 370px;
}
.footer .top .right .title {
  color: #7C7C7D;
}
.footer .top .right .item {
  color: white;
  font-size: 12px;
  margin-top: 10px;
}
.footer .bottom {
  height: 86px;
  border-top: 1px solid #383838;
}
.footer .bottom .right .image {
  height: 24px;
  width: 24px;
}
.el-breadcrumb__inner .el-link--inner {
  line-height: 1;
  padding-bottom: 4px;
}
