@charset "UTF-8";
.home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
}
.home_container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  margin: 98px auto 0;
}
#header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 82px;
  background: #fff;
  z-index: 100;
}
.head_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100vw;
}
.head_container_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.head_container_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 36px;
}
.app-text {
  height: 22px;
  font-size: 13px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  text-align: LEFT;
  color: #262626;
  line-height: 22px;
  margin-left: 15px;
}
.yj {
  width: 24px;
  height: 24px;
  opacity: 0.9;
  margin-left: 15px;
}
.el-aside {
  overflow: auto;
  height: atuo;
  margin-right: 16px;
}
.el-main {
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  padding: 0;
  background: none;
}

/**滚动条样式隐藏但是能滚动**/
html::-webkit-scrollbar {
  width: 0 !important;
}
html {
  -ms-overflow-style: none;
}
html {
  overflow: -moz-scrollbars-none;
}
.el-main::-webkit-scrollbar {
  width: 8px !important;
}
.el-main::-webkit-scrollbar-thumb {
  background-color: #dadcde;
  border-radius: 5px;
}

/**滚动条样式隐藏但是能滚动**/
.el-header {
  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;
  height: 100%;
  padding: 0;
}
.avator {
  border-radius: 50%;
  cursor: pointer;
}
.el-dropdown-menu__item {
  text-align: center;
}
