.qrCode #code1[data-v-36875ad1] {
  width: 100px;
  height: 100px;
  margin: auto;
}
.qrCode .code1_text[data-v-36875ad1] {
  margin-top: 5px;
  text-align: center;
}
.title[data-v-606fd2ae] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: relative;
  display: flex;
  margin-top: 10px;
  padding-bottom: 5px;
  color: var(--form-color);
  font-size: 16px;
  box-sizing: content-box;
}
.title .title_right[data-v-606fd2ae] {
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.title[data-v-606fd2ae]::after {
  content: "";
  display: block;
  position: absolute;
  top: 43px;
  width: 100%;
  height: 2px;
  background: var(--gradient-line);
}
.title.noBorder[data-v-606fd2ae]::after {
  height: 0px;
}
.small[data-v-606fd2ae] {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  color: #333333;
}
.small[data-v-606fd2ae]::after {
  top: 33px;
}
.small .title_left[data-v-606fd2ae] {
  padding-left: 2em;
}
.small .title_left[data-v-606fd2ae]::before {
  content: "";
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 6px;
  width: 6px;
  margin-right: 6px;
}
.spaceBetween[data-v-606fd2ae] {
  justify-content: space-between;
}
.wordsCenter .title_left[data-v-606fd2ae] {
  width: 100% !important;
  text-align: center !important;
}
.wordsCenter .title_right[data-v-606fd2ae] {
  position: absolute;
  right: 0;
  top: 0;
}
.editPasswordForm[data-v-50fcdd9a] {
  transform: translateY(40px);
}
[data-v-50fcdd9a].el-col {
  margin: 10px 0;
}
.nav[data-v-75a5f714] {
  position: fixed;
  right: 0;
  width: 140px;
  left: calc(100vw - 47px);
  z-index: 2001;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.nav-item[data-v-75a5f714] {
  background: var(--nav-color);
  margin: 4px 0;
  padding: 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
  position: relative;
  color: #fff;
  font-size: 18px;
  transition: right 0.5s;
  right: 0px;
}
.nav-item-name[data-v-75a5f714] {
  font-size: 16px;
  margin-left: 20px;
}
.nav-item[data-v-75a5f714]:hover {
  background-color: var(--nav-hover);
}
.nav:hover .nav-item[data-v-75a5f714] {
  right: 100px;
}
.nav-dragging .nav-item[data-v-75a5f714] {
  right: 100px;
}
.logo-div {
  width: 220px;
  height: 69px;
  background: var(--aside-background);
}
.no-logo-div {
  height: 43px;
}
.logo-img {
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  letter-spacing: 2px;
  max-height: 55px;
  background-color: var(--aside-background) !important;
  position: relative;
  width: 150px;
  padding: 8px 40px 8px 30px;
}
.logo-box {
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  letter-spacing: 2px;
  padding: 20px;
  padding-top: 10px;
  padding-left: 80px;
  background-color: #eaf0fb !important;
  position: relative;
}
.logo-box .GUANGDONGJIUJIAN {
  position: relative;
  letter-spacing: 5px;
}
.logo-box .GUANGDONGJIUJIAN::before {
  content: "GUANGDONGJIUJIAN";
  position: absolute;
  bottom: -15px;
  left: -16px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #050505;
  font-weight: normal;
  transform: scale(0.755);
  white-space: nowrap;
}
.logo-box::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  /*background-image: url('~@/assets/img/logo.png');*/
  background-size: cover;
  position: absolute;
  left: 30px;
  top: 12px;
}
.iconstruction {
  color: #0d10ec;
}
.iconstruction::before {
  /*background-image: url('~@/assets/img/logo-construction.png');*/
}
.iconstruction .SUIFENGJIANLI {
  position: relative;
  letter-spacing: 5px;
}
.iconstruction .SUIFENGJIANLI::before {
  content: "SUIFENGJIANLI";
  position: absolute;
  bottom: -16px;
  left: -17px;
  font-size: 12px;
  letter-spacing: 4px;
  font-weight: normal;
  transform: scale(0.755);
  white-space: nowrap;
}
span.enter-x {
  margin-left: 15px;
  color: var(--entry-color) !important;
}
.el-breadcrumb__inner {
  display: flex;
  align-items: center;
}
