@charset "UTF-8";
.gradient-line[data-v-91c82b1e] {
  width: 100%;
  height: 0.01rem;
  /* 线条粗细 */
  background: linear-gradient(to right, rgba(123, 187, 255, 0) 0%, #429bfb 50%, rgba(123, 187, 255, 0) 100%);
  /* 右边颜色 */
  margin: 0.2rem 0;
}
.iconTitle[data-v-91c82b1e] {
  font-size: 0.17rem;
}
.iconTitle span[data-v-91c82b1e] {
    margin-left: 0.2rem;
}
.iconTitle[data-v-91c82b1e]:hover {
  color: #63b7f7;
}
.slider[data-v-91c82b1e] {
  width: 100%;
  height: 100%;
}
.logo[data-v-91c82b1e] {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  margin: 0.1rem 0 0.1rem 0;
}
.vilion[data-v-91c82b1e] {
  color: #edeeff;
  font-size: 0.18rem;
  margin: 0 0.15rem;
  font-family: myFirstFont;
}
img[data-v-91c82b1e] {
  vertical-align: middle;
}
.el-menu-vertical-demo[data-v-91c82b1e]:not(.el-menu--collapse) {
  width: 2rem;
  min-height: 4rem;
}
[data-v-91c82b1e] .el-menu {
  border: 1px solid rgba(77, 150, 214, 0.3);
}
[data-v-91c82b1e] .el-submenu__title {
  font-size: 0.14rem !important;
  text-align: center !important;
}
.item[data-v-91c82b1e] {
  font-size: 0.2rem !important;
  padding: 0.04rem 0 0 0;
  width: 100%;
  height: 100%;
}
.k[data-v-91c82b1e] {
  font-size: 0.16rem !important;
  margin: 0 0.2rem 0 -0.3rem;
}
[data-v-91c82b1e] i {
  margin-right: 0.05rem;
}
[data-v-91c82b1e] .el-submenu__title {
  padding: 0;
  padding-left: 0 !important;
}
[data-v-91c82b1e] .el-menu-item i {
  width: 20%;
}
[data-v-91c82b1e] .el-menu-item span {
  width: 100%;
}
.el-menu-item[data-v-91c82b1e] {
  border: 1px solid transparent;
  color: #a2b9e2;
}
.el-menu-item[data-v-91c82b1e]:hover {
  background: #303f50 !important;
  border: 1px solid #4a74a2;
  color: #5aadf1 !important;
  /* 悬停文字颜色 */
}

@charset "UTF-8";
.btnStyleDownload[data-v-29e8c3c6] {
  height: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3c3f36;
  color: #fdfb76;
  border: none;
  border-radius: 0.15rem;
  margin: 0 0.2rem 0 0;
}
.header-box[data-v-29e8c3c6] {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: -webkit-linear-gradient(top, #0a1e39, #051424);
  padding: 0.2rem 0.2rem 0.1rem 0.2rem;
  box-sizing: border-box;
}
.el-dropdown-link[data-v-29e8c3c6] {
  height: 0.4rem;
}
.el-dropdown-link img[data-v-29e8c3c6] {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
}
.userName[data-v-29e8c3c6] {
  padding: 0 0.1rem;
  line-height: 0.4rem;
  color: #3b5f91;
}
.icon[data-v-29e8c3c6] {
  color: #3b5f91;
  font-size: 0.2rem;
  line-height: 0.4rem;
  padding: 0 0.05rem;
}
.box-border[data-v-29e8c3c6] {
  border: 1px solid #023d63;
  box-shadow: 0.03rem 0.04rem 0.04rem -0.03rem #12ebfb;
  color: #fff !important;
}
.right[data-v-29e8c3c6] {
  width: 50%;
}
.icon[data-v-29e8c3c6] {
  margin: 0 0.1rem;
}
[data-v-29e8c3c6] .el-input__inner {
  width: 1.44rem;
  height: 0.38rem;
  line-height: 0.38rem;
  background: #061220;
  color: #dfe4ec;
  border-radius: 0.1rem;
  border: 1px solid #333b50;
}
.label_1[data-v-29e8c3c6] {
  width: 0.4rem;
  height: 0.4rem;
}
.notification-icon[data-v-29e8c3c6] {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.notification-badge[data-v-29e8c3c6] {
  position: absolute;
  top: 0;
  right: 0;
  background-color: red;
  /* 背景颜色 */
  color: white;
  /* 字体颜色 */
  border-radius: 50%;
  /* 圆形效果 */
  width: 0.2rem;
  /* 设置宽度 */
  height: 0.2rem;
  /* 设置高度 */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.12rem;
  /* 字体大小 */
}
[data-v-29e8c3c6] .el-input__prefix {
  left: 0.1rem;
  top: 0.03rem;
}

.home-container[data-v-73309bbd] {
  display: flex;
  height: 100%;
}
.home-container .main-left[data-v-73309bbd] {
    height: 100vh;
    min-height: 10.8rem;
}
.home-container .main-right[data-v-73309bbd] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-sizing: border-box;
}
.home-container .main-right .main-header[data-v-73309bbd] {
      height: 0.6rem;
      color: #333;
      text-align: center;
      padding: 0;
}
.home-container .main-right .main-content[data-v-73309bbd] {
      overflow-x: auto;
      overflow-y: hidden;
}
.home-container .main-right .main-content .main-view[data-v-73309bbd] {
        min-width: 10rem;
        height: calc(100vh - 1.2rem);
        box-sizing: border-box;
}
.home-container .main-right .main-content .bottom[data-v-73309bbd] {
        font-size: 0.12rem;
        color: #fff;
        text-align: center;
        height: 0.3rem !important;
        margin-top: 0.2rem;
        z-index: 999;
}

