.header-wrap[data-v-2d288a90] {
  line-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5px;
  background-color: #0270c1;
  color: #ffffff;
}
.header-wrap .header-left[data-v-2d288a90] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 49%;
}
.header-wrap .header-right[data-v-2d288a90] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 49%;
}
.header-wrap .header-right div[data-v-2d288a90] {
      margin: 0 5px;
      font-size: 14px;
}
.header-wrap .header-right .logout-icon i[data-v-2d288a90] {
      font-size: 18px;
      cursor: pointer;
}
.header-wrap .header-right .header-info-box[data-v-2d288a90] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.header-wrap .header-right .header-info-box div[data-v-2d288a90] {
        height: 36px;
        line-height: 36px;
        border-radius: 5px;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
}
.header-wrap .header-right .header-info-box .switch-dropdown[data-v-2d288a90] {
        padding: 0;
        margin: 0;
        color: white;
}

.header-wrap {
  background-color: var(--mainThemeColor) !important;
}
.topTag {
  background-color: var(--threeThemeColor) !important;
  cursor: pointer;
}

.tips[data-v-46793a8c] {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: 900;
}
[data-v-46793a8c] .el-form-item__label {
  width: 200px !important;
}
[data-v-46793a8c] .el-form-item__content {
  margin-left: 200px !important;
}

.top-button[data-v-435c1e02] {
  position: absolute;
  right: 300px;
  width: 50%;
  height: 60px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.top-button > div[data-v-435c1e02] {
    cursor: pointer;
    margin-left: 20px;
}
.title[data-v-435c1e02] {
  position: absolute;
  height: 60px;
  left: 80px;
  top: 0;
}
.title span[data-v-435c1e02] {
    font-size: var(--rootFontSize2);
    font-weight: 600;
    letter-spacing: 6px;
}
.en-title[data-v-435c1e02] {
  position: absolute;
  height: 60px;
  left: 80px;
  top: 0;
}
.en-title span[data-v-435c1e02] {
    font-size: var(--rootFontSize2);
    font-weight: 600;
}


/*# sourceMappingURL=8.3301fb27.css.map*/