.cursor-pointer[data-v-af45589e] {
  cursor: pointer;
}
.header-box[data-v-af45589e] {
  height: 80px;
  background-color: #a0bef1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-box .header-box-left[data-v-af45589e] {
    padding-left: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-box .header-box-left .logo[data-v-af45589e] {
      height: 50px;
      cursor: pointer;
}
.header-box .header-box-left h1[data-v-af45589e] {
      float: left;
      font-size: 30px;
      height: 50px;
      font-weight: normal;
      line-height: 50px;
      margin: 0 20px;
      color: #305dbd;
      text-shadow: 1px 1px 1px #fff;
}
.header-box .header-box-right[data-v-af45589e] {
    padding-right: 200px;
    color: #fff;
}
.logo[data-v-af45589e] {
  height: 45px;
  float: left;
  margin-top: 3px;
  margin-left: 20px;
}
.nav-box[data-v-af45589e] {
  background-color: #bad0fa;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 200px;
}
.nav-box > div[data-v-af45589e] {
    height: 100%;
    line-height: 42px;
    font-size: 13px;
    padding: 0 20px;
    cursor: pointer;
}
.nav-box > div.isActive[data-v-af45589e] {
      color: #1854b4;
}
.nav-box > div[data-v-af45589e]:hover {
      background-color: #ecf5ff;
      color: #1854b4;
}

.app-wrapper[data-v-dd2fd986] {
  position: relative;
  height: 100%;
  width: 100%;
  padding-top: 50px;
  box-sizing: border-box;
}
.app-wrapper .header-container[data-v-dd2fd986] {
    width: 100%;
    height: 122px;
    background-color: #9bc0f5;
    position: fixed;
    top: 0;
    z-index: 100;
    overflow: hidden;
}
.app-wrapper .app-main[data-v-dd2fd986] {
    min-height: calc(100vh - 110px);
    width: 100%;
    position: absolute;
    top: 110px;
    background: #c1d8f4;
    min-width: 1340px;
}

