
body {
  height: 100%;
}


.hamburger[data-v-4e6f274c] {
  display: inline-block;
  vertical-align: middle !important;
  width: 20px !important;
  height: 20px !important;
  color: #5a5e66;
}
.hamburger.is-active[data-v-4e6f274c] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

[data-v-fac8ca64]:export {
  menuText: #333333;
  menuActiveText: #4D8BFF;
  subMenuActiveText: #4D8BFF;
  menuBg: #fff;
  menuHover: #f5f9ff;
  subMenuBg: #f5f9ff;
  subMenuHover: #4D8BFF;
  sideBarWidth: 180px;
  menuActive: #4D8BFF;
}
.tags-view-container[data-v-fac8ca64] {
  overflow: hidden;
  height: 41px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #fff;
}
.tags-view-container .tags-view-wrapper[data-v-fac8ca64] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.tags-view-container .tags-view-wrapper > a[data-v-fac8ca64] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 2px;
  border: 1px solid #F0F2F5;
  background-color: #F0F2F5;
  color: #606266;
  margin-right: 5px;
  height: 24px;
  position: relative;
}
.tags-view-container .tags-view-wrapper > a.active[data-v-fac8ca64] {
  color: #3E8DDC;
  border-color: #3E8DDC;
}
.tags-view-container .tags-view-wrapper > a.active .el-icon-close[data-v-fac8ca64] {
  color: #3E8DDC;
}
.tags-view-container .tags-view-wrapper > a.active .el-popover__reference[data-v-fac8ca64] {
  color: #3E8DDC;
}
.tags-view-container .tags-view-wrapper > a[data-v-fac8ca64]:hover {
  border-color: #3E8DDC;
}
.tags-view-container .tags-view-wrapper > a .tags-view-item[data-v-fac8ca64] {
  padding: 0;
  color: #8C8C8C;
  border: none;
  border-radius: 0;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 24px;
  line-height: 24px;
  background: #F0F2F5;
  font-size: 12px;
  width: 100%;
  height: 100%;
}
.tags-view-container .tags-view-wrapper > a .close-icon[data-v-fac8ca64] {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  background: #F0F2F5;
}
.tags-view-container .tags-view-wrapper > a .el-icon-close[data-v-fac8ca64] {
  background: #F0F2F5;
  height: 100%;
  color: #8C8C8C;
}
.tags-view-container .contextmenu[data-v-fac8ca64] {
  margin: 0;
  background: #fff;
  z-index: 100;
  position: absolute;
  list-style-type: none;
  padding: 5px 0;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #333;
  -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3);
}
.tags-view-container .contextmenu li[data-v-fac8ca64] {
  margin: 0;
  padding: 7px 16px;
  cursor: pointer;
}
.tags-view-container .contextmenu li[data-v-fac8ca64]:hover {
  background: #eee;
}
.tags-view-pop {
  padding: 2px 5px !important;
  font-size: 12px !important;
  min-width: -webkit-max-content !important;
  min-width: -moz-max-content !important;
  min-width: max-content !important;
}

.screenfull-svg[data-v-29234bee] {
  display: inline-block;
  cursor: pointer;
  fill: #5a5e66;;
  width: 20px;
  height: 20px;
  vertical-align: 10px;
}

.header-search[data-v-032bd1f0] {
  font-size: 0 !important;
}
.header-search .header-search-select[data-v-032bd1f0] {
  font-size: 18px;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  width: 0;
  overflow: hidden;
  background: transparent;
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
}
.header-search .header-search-select[data-v-032bd1f0] .el-input__inner {
  border-radius: 0;
  border: 0;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-bottom: 1px solid #d9d9d9;
  vertical-align: middle;
}
.header-search.show .header-search-select[data-v-032bd1f0] {
  width: 210px;
  margin-left: 10px;
}
.header-message[data-v-212096bd] {
  position: relative;
}
.header-message .unread-total[data-v-212096bd] {
  position: absolute;
  top: 5px;
  right: -2px;
  width: 30px;
  height: 17px;
  background-color: red;
  color: #ffffff;
  border-radius: 10px;
  font-size: 12px;
  padding: 0 2px 0 0;
  margin: 0;
}
.header-message .search-icon[data-v-212096bd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
[data-v-d16d6306]:export {
  menuText: #333333;
  menuActiveText: #4D8BFF;
  subMenuActiveText: #4D8BFF;
  menuBg: #fff;
  menuHover: #f5f9ff;
  subMenuBg: #f5f9ff;
  subMenuHover: #4D8BFF;
  sideBarWidth: 180px;
  menuActive: #4D8BFF;
}
.navbar[data-v-d16d6306] {
  height: 46px;
  position: relative;
  background: #fff;
  /*box-shadow: 0 1px 4px rgba(0,21,41,.08);*/
  border-bottom: 1px solid #F3F4F6;
  -webkit-box-shadow: 5px 0px 6px 0px rgba(155, 164, 178, 0.4392156863);
          box-shadow: 5px 0px 6px 0px rgba(155, 164, 178, 0.4392156863);
}
.navbar .fixed_mask[data-v-d16d6306] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.3);
}
.navbar .fixed_mask .operate_wrap[data-v-d16d6306] {
  width: 35%;
  border-radius: 5px;
}
.navbar .fixed_mask .operate_wrap .title[data-v-d16d6306] {
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #dfe4ed;
}
.navbar .fixed_mask .operate_wrap .pwd_tip[data-v-d16d6306] {
  font-size: 12px;
  color: #999;
  margin: 0 22px 10px 100px;
}
.navbar .fixed_mask .el-form-item[data-v-d16d6306] {
  margin-bottom: 0;
}
.navbar .fixed_mask .el-form-item.is-error[data-v-d16d6306] {
  margin-bottom: 15px;
}
.navbar .fixed_mask .btn-action[data-v-d16d6306] {
  text-align: right;
  padding: 3px 10px;
  border-top: 1px solid #dfe4ed;
}
.navbar .hamburger-container[data-v-d16d6306] {
  line-height: 42px;
  height: 100%;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-tap-highlight-color: transparent;
}
.navbar .hamburger-container[data-v-d16d6306]:hover {
  background: rgba(0, 0, 0, 0.025);
}
.navbar .breadcrumb-container[data-v-d16d6306] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.navbar .errLog-container[data-v-d16d6306] {
  display: inline-block;
  vertical-align: top;
}
.navbar .right-menu[data-v-d16d6306] {
  height: 100%;
  line-height: 46px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.navbar .right-menu[data-v-d16d6306]:focus {
  outline: none;
}
.navbar .right-menu .right-menu-item[data-v-d16d6306] {
  display: inline-block;
  padding: 0 8px;
  height: 100%;
  font-size: 20px;
  color: #5a5e66;
  vertical-align: text-bottom;
}
.navbar .right-menu .right-menu-item.hover-effect[data-v-d16d6306] {
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.navbar .right-menu .right-menu-item.hover-effect[data-v-d16d6306]:hover {
  background: rgba(0, 0, 0, 0.025);
}
.navbar .right-menu .avatar-container[data-v-d16d6306] {
  margin-right: 10px;
}
.navbar .right-menu .avatar-container .avatar-wrapper[data-v-d16d6306] {
  position: relative;
}
.navbar .right-menu .avatar-container .avatar-wrapper .user-avatar[data-v-d16d6306] {
  cursor: pointer;
  width: 34px;
  height: 34px;
  border-radius: 20px;
}
.navbar .right-menu .avatar-container .avatar-wrapper .el-icon-caret-bottom[data-v-d16d6306] {
  cursor: pointer;
  position: absolute;
  right: -20px;
  top: 15px;
  font-size: 12px;
}
.navbar .right-menu .avatar-container .avatar-wrapper .cnd-username[data-v-d16d6306] {
  max-width: 80px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flexC[data-v-6494804b] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flexC .title[data-v-6494804b] {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100px;
}
.flexC .title__zh[data-v-6494804b] {
  color: #42526E;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.flexC .title__en[data-v-6494804b] {
  color: #42526E;
  font-size: 12px;
  line-height: 12px;
}

.position-area[data-v-33ec43fc] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
[data-v-078753dd]:export {
  menuText: #333333;
  menuActiveText: #4D8BFF;
  subMenuActiveText: #4D8BFF;
  menuBg: #fff;
  menuHover: #f5f9ff;
  subMenuBg: #f5f9ff;
  subMenuHover: #4D8BFF;
  sideBarWidth: 180px;
  menuActive: #4D8BFF;
}
.app-main[data-v-078753dd] {
  /* 50= navbar  50  */
  min-height: calc(100vh - 50px);
  width: 100%;
  position: relative;
  overflow: hidden;
}
.app-main .app-class[data-v-078753dd] {
  position: absolute;
  top: 45px;
  right: 0;
  left: 0;
  bottom: 0;
}
.app-main .app-class .microApp[data-v-078753dd] {
  height: 100%;
}
.fixed-header + .app-main[data-v-078753dd] {
  padding-top: 50px;
}
.hasTagsView .app-main[data-v-078753dd] {
  /* 84 = navbar + tags-view = 50 + 34 */
  min-height: calc(100vh - 0px);
}
.hasTagsView .fixed-header + .app-main[data-v-078753dd] {
  padding-top: 45px;
}
/**
* I think element-ui's default theme color is too light for long-term use.
* So I modified the default color and you can modify it to your liking.
**/
/* theme color */
/* icon font path, required */

.theme-message,
.theme-picker-dropdown {
  z-index: 99999 !important;
}
.theme-picker .el-color-picker__trigger {
  height: 26px !important;
  width: 26px !important;
  padding: 2px;
}
.theme-picker-dropdown .el-color-dropdown__link-btn {
  display: none;
}

.drawer-container[data-v-126b135a] {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
}
.drawer-container .drawer-title[data-v-126b135a] {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 22px;
}
.drawer-container .drawer-item[data-v-126b135a] {
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  padding: 12px 0;
}
.drawer-container .drawer-switch[data-v-126b135a] {
  float: right;
}
.app-main[data-v-839dfd18] {
  /* 50= navbar  50  */
  min-height: calc(100vh - 50px);
  width: 100%;
  position: relative;
  overflow: hidden;
}
.fixed-header + .app-main[data-v-839dfd18] {
  padding-top: 50px;
}
.hasTagsView .app-main[data-v-839dfd18] {
  /* 84 = navbar + tags-view = 50 + 34 */
  min-height: calc(100vh - 84px);
}
.hasTagsView .fixed-header + .app-main[data-v-839dfd18] {
  padding-top: 84px;
}
[data-v-7b3f06e2]:export {
  menuText: #333333;
  menuActiveText: #4D8BFF;
  subMenuActiveText: #4D8BFF;
  menuBg: #fff;
  menuHover: #f5f9ff;
  subMenuBg: #f5f9ff;
  subMenuHover: #4D8BFF;
  sideBarWidth: 180px;
  menuActive: #4D8BFF;
}
.app-wrapper[data-v-7b3f06e2]:after {
  content: "";
  display: table;
  clear: both;
}
.app-wrapper[data-v-7b3f06e2] {
  position: relative;
  height: 100%;
  width: 100%;
}
.app-wrapper.mobile.openSidebar[data-v-7b3f06e2] {
  position: fixed;
  top: 0;
}
.drawer-bg[data-v-7b3f06e2] {
  background: #000;
  opacity: 0.3;
  width: 100%;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 999;
}
.fixed-header[data-v-7b3f06e2] {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  width: calc(100% - 180px);
  -webkit-transition: width 0.28s;
  transition: width 0.28s;
}
.hideSidebar .fixed-header[data-v-7b3f06e2] {
  width: calc(100% - 54px);
}
.mobile .fixed-header[data-v-7b3f06e2] {
  width: 100%;
}
[data-v-13877386]:export {
  menuText: #333333;
  menuActiveText: #4D8BFF;
  subMenuActiveText: #4D8BFF;
  menuBg: #fff;
  menuHover: #f5f9ff;
  subMenuBg: #f5f9ff;
  subMenuHover: #4D8BFF;
  sideBarWidth: 180px;
  menuActive: #4D8BFF;
}
.app-wrapper[data-v-13877386]:after {
  content: "";
  display: table;
  clear: both;
}
.app-wrapper[data-v-13877386] {
  position: relative;
  height: 100%;
  width: 100%;
}
.app-wrapper.mobile.openSidebar[data-v-13877386] {
  position: fixed;
  top: 0;
}
.drawer-bg[data-v-13877386] {
  background: #000;
  opacity: 0.3;
  width: 100%;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 999;
}
.fixed-header[data-v-13877386] {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 180px);
  -webkit-transition: width 0.28s;
  transition: width 0.28s;
  z-index: 1001;
}
.hideSidebar .fixed-header[data-v-13877386] {
  width: calc(100% - 54px);
}
.mobile .fixed-header[data-v-13877386] {
  width: 100%;
}
#nav-container {
  height: 100%;
}
#nav-container .menu-limit {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  width: 100px;
  display: inline-block;
  font-size: 14px;
}
#nav-container .menu-icon-level-0 {
  width: 110px;
}
#nav-container .menu-level-0 {
  width: 132px;
}
#nav-container .menu-icon-level-1 {
  width: 98px;
}
#nav-container .menu-level-1 {
  width: 120px;
}
#nav-container .menu-icon-level-2 {
  width: 86px;
}
#nav-container .menu-level-2 {
  width: 108px;
}
#nav-container .menu-icon-level-3 {
  width: 74px;
}
#nav-container .menu-level-3 {
  width: 96px;
}
#nav-container .menu-icon-level-4 {
  width: 62px;
}
#nav-container .menu-level-4 {
  width: 84px;
}
#nav-container .menu-icon-level-4 {
  width: 50px;
}
#nav-container .menu-level-4 {
  width: 72px;
}
#nav-container .menu-icon-level-5 {
  width: 38px;
}
#nav-container .menu-level-5 {
  width: 60px;
}
#nav-container .main-container {
  min-height: 100%;
  -webkit-transition: margin-left 0.28s;
  transition: margin-left 0.28s;
  margin-left: 180px;
  position: relative;
}
#nav-container .sidebar-container {
  -webkit-transition: width 0.28s;
  transition: width 0.28s;
  width: 180px !important;
  height: 100%;
  position: fixed;
  font-size: 0px;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgb(19, 80, 145);
}
#nav-container .sidebar-container .horizontal-collapse-transition {
  -webkit-transition: 0s width ease-in-out, 0s padding-left ease-in-out, 0s padding-right ease-in-out;
  transition: 0s width ease-in-out, 0s padding-left ease-in-out, 0s padding-right ease-in-out;
}
#nav-container .sidebar-container .scrollbar-wrapper {
  overflow-x: hidden !important;
}
#nav-container .sidebar-container .scrollbar-wrapper .el-scrollbar__view {
  height: 100%;
}
#nav-container .sidebar-container .el-scrollbar__bar.is-vertical {
  right: 0px;
}
#nav-container .sidebar-container .el-scrollbar {
  height: 100%;
}
#nav-container .sidebar-container.has-logo .el-scrollbar {
  height: calc(100% - 47px);
}
#nav-container .sidebar-container .is-horizontal {
  display: none;
}
#nav-container .sidebar-container a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
#nav-container .sidebar-container .cnd-icon {
  margin-right: 10px;
}
#nav-container .sidebar-container .el-menu {
  border: none;
  height: 100%;
  width: 100% !important;
}
#nav-container .sidebar-container .el-menu .el-menu-item, #nav-container .sidebar-container .el-menu .el-submenu__title {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
}
#nav-container .sidebar-container .el-menu .el-submenu__icon-arrow {
  right: 10px;
  color: #333;
}
#nav-container .sidebar-container .el-menu .menu-wrapper .customize-submenu-1 > .el-submenu__title {
  padding-left: 32px !important;
}
#nav-container .sidebar-container .el-menu .menu-wrapper .customize-submenu-2 > .el-submenu__title {
  padding-left: 44px !important;
}
#nav-container .sidebar-container .el-menu .menu-wrapper .customize-submenu-3 > .el-submenu__title {
  padding-left: 56px !important;
}
#nav-container .sidebar-container .el-menu .menu-wrapper .customize-submenu-4 > .el-submenu__title {
  padding-left: 68px !important;
}
#nav-container .sidebar-container .el-menu .menu-wrapper .customize-submenu-5 > .el-submenu__title {
  padding-left: 80px !important;
}
#nav-container .sidebar-container .el-menu .menu-wrapper .customize-submenu-6 > .el-submenu__title {
  padding-left: 92px !important;
}
#nav-container .sidebar-container .el-menu-item.is-active {
  background: #f5f9ff !important;
}
#nav-container .sidebar-container .el-menu-item:hover {
  background: #f5f9ff !important;
  color: #4D8BFF !important;
}
#nav-container .sidebar-container .submenu-title-noDropdown:hover,
#nav-container .sidebar-container .el-submenu__title:hover {
  background-color: #f5f9ff !important;
}
#nav-container .sidebar-container .is-opened.customize-submenu-0 > .el-submenu__title {
  color: #4D8BFF !important;
}
#nav-container .hideSidebar .sidebar-container {
  width: 54px !important;
}
#nav-container .hideSidebar .main-container {
  margin-left: 54px;
}
#nav-container .hideSidebar .cnd-icon {
  margin-right: 0px;
}
#nav-container .hideSidebar .submenu-title-noDropdown {
  padding: 0 !important;
  position: relative;
}
#nav-container .hideSidebar .submenu-title-noDropdown .el-tooltip {
  padding: 0 !important;
}
#nav-container .hideSidebar .submenu-title-noDropdown .el-tooltip .cnd-icon {
  margin-left: 20px;
}
#nav-container .hideSidebar .el-submenu {
  overflow: hidden;
}
#nav-container .hideSidebar .el-submenu > .el-submenu__title {
  padding: 0 !important;
}
#nav-container .hideSidebar .el-submenu > .el-submenu__title .cnd-icon {
  margin-left: 20px;
}
#nav-container .hideSidebar .el-submenu > .el-submenu__title .el-submenu__icon-arrow {
  display: none;
}
#nav-container .hideSidebar .el-menu--collapse .el-submenu > .el-submenu__title > span {
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden;
  display: inline-block;
}
#nav-container .el-menu--collapse .el-menu .el-submenu {
  min-width: 180px !important;
}
#nav-container .mobile .main-container {
  margin-left: 0px;
}
#nav-container .mobile .sidebar-container {
  -webkit-transition: -webkit-transform 0.28s;
  transition: -webkit-transform 0.28s;
  transition: transform 0.28s;
  transition: transform 0.28s, -webkit-transform 0.28s;
  width: 180px !important;
}
#nav-container .mobile.hideSidebar .sidebar-container {
  pointer-events: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transform: translate3d(-180px, 0, 0);
          transform: translate3d(-180px, 0, 0);
}
#nav-container .withoutAnimation .main-container,
#nav-container .withoutAnimation .sidebar-container {
  -webkit-transition: none;
  transition: none;
}

.el-menu--vertical > .el-menu .cnd-icon {
  margin-right: 16px;
}
.el-menu--vertical .nest-menu .el-submenu > .el-submenu__title:hover,
.el-menu--vertical .el-menu-item:hover {
  background-color: #f5f9ff !important;
}
.el-menu--vertical > .el-menu--popup {
  max-height: 100vh;
  overflow-y: auto;
}
.el-menu--vertical > .el-menu--popup::-webkit-scrollbar-track-piece {
  background: #d3dce6;
}
.el-menu--vertical > .el-menu--popup::-webkit-scrollbar {
  width: 6px;
}
.el-menu--vertical > .el-menu--popup::-webkit-scrollbar-thumb {
  background: #99a9bf;
  border-radius: 20px;
}

#nav-container .sidebarLogoFade-enter-active {
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
}
#nav-container .sidebarLogoFade-enter,
#nav-container .sidebarLogoFade-leave-to {
  opacity: 0;
}
#nav-container .sidebar-logo-container {
  position: relative;
  width: 100%;
  height: 46px;
  line-height: 46px;
  background: #FFF;
  text-align: center;
  overflow: hidden;
  border-bottom: 1px solid #F3F4F6;
}
#nav-container .sidebar-logo-container .sidebar-logo-link {
  height: 100%;
  width: 100%;
}
#nav-container .sidebar-logo-container .sidebar-logo-link .sidebar-logo-shrink {
  width: 57%;
  height: auto;
  margin-left: 0;
  vertical-align: middle;
}
#nav-container .sidebar-logo-container .sidebar-logo-link .sidebar-logo-unfold {
  width: 17%;
  height: auto;
  margin-left: 12px;
  margin-right: 5px;
  vertical-align: middle;
}
#nav-container .sidebar-logo-container .sidebar-logo-link .sidebar-title {
  width: 50px;
  height: auto;
}
#nav-container .sidebar-logo-container.collapse .sidebar-logo {
  margin-right: 0px;
}

.search-icon {
  cursor: pointer;
  font-size: 20px;
  vertical-align: middle !important;
}

.el-tooltip__popper.is-dark {
  background-color: #3E8DDC !important;
  opacity: 0.8;
}

.el-tooltip__popper.is-dark.item-tip {
  background-color: #ff3333 !important;
  opacity: 0.7;
}

.el-tooltip__popper[x-placement^=bottom] .popper__arrow {
  border-bottom-color: #3E8DDC !important;
}

.el-tooltip__popper[x-placement^=bottom] .popper__arrow::after {
  border-bottom-color: #3E8DDC !important;
}

.el-tooltip__popper[x-placement^=top] .popper__arrow {
  border-top-color: #3E8DDC !important;
}

.el-tooltip__popper[x-placement^=top] .popper__arrow::after {
  border-top-color: #3E8DDC !important;
}

.el-tooltip__popper[x-placement^=left] .popper__arrow {
  border-left-color: #3E8DDC !important;
}

.el-tooltip__popper[x-placement^=left] .popper__arrow::after {
  border-left-color: #3E8DDC !important;
}

.el-tooltip__popper[x-placement^=right] .popper__arrow {
  border-right-color: #3E8DDC !important;
}

.el-tooltip__popper[x-placement^=right] .popper__arrow::after {
  border-right-color: #3E8DDC !important;
}

.el-dropdown-menu {
  padding: 0 !important;
}
.el-dropdown-menu .el-dropdown-menu__item {
  font-size: 12px !important;
}
.el-dropdown-menu .el-dropdown-menu__item--divided {
  margin-top: 0 !important;
}
.el-dropdown-menu .el-dropdown-menu__item--divided:before {
  height: 0;
}

.strong-level {
  height: 28px;
  line-height: 28px;
}
.strong-level span {
  display: inline-block;
  width: 33.333333%;
  height: 100%;
  text-align: center;
  font-size: 12px;
  background-color: rgb(237, 237, 237);
}
.strong-level .bg-red {
  background-color: red;
  color: #ffffff;
}
.strong-level .bg-yellow {
  background-color: orange;
  color: #ffffff;
}
.strong-level .bg-green {
  background-color: green;
  color: #ffffff;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flexCC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flexCW {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flexCA {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flexCB {
  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;
}

.flexV {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flexVC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flexVCC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flexVCL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}

@supports (-webkit-mask: none) and (not (cater-color: #262626)) {
  .login-container .el-input input {
    color: #262626;
  }
}
.login-container {
  background-size: cover;
  position: relative;
}
.login-container .logo-title {
  position: absolute;
  top: 21px;
  left: 25px;
}
.login-container .logo-title > img {
  width: 320px;
  height: 44px;
}
.login-container .layout-class {
  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;
  margin: 0 16vw 0 6vw;
  height: 100%;
}
.login-container .layout-class .logo-desc img {
  width: 40vw;
  height: 67vh;
}
.login-container .company {
  font-size: 12px;
  color: #818e9a;
  position: absolute;
  left: 46px;
  bottom: 30px;
}
.login-container .el-input {
  display: inline-block;
  height: 40px;
}
.login-container .el-input input {
  background: transparent;
  border: 0px;
  -webkit-appearance: none;
  border-radius: 0px;
  padding: 12px 5px 12px 15px;
  color: #262626;
  height: 40px;
  caret-color: #262626;
}
.login-container .el-input input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
          box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: #262626 !important;
}
.login-container .el-form-item {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(223, 226, 229);
  border-radius: 2px;
  color: #454545;
  margin-bottom: 20px;
}

.el-menu--vertical .el-menu-item, .el-menu--vertical .el-submenu__title {
  height: 32px !important;
  line-height: 32px !important;
  font-size: 12px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.el-menu--vertical .el-menu-item .el-submenu__icon-arrow, .el-menu--vertical .el-submenu__title .el-submenu__icon-arrow {
  -webkit-transform: none !important;
          transform: none !important;
  top: 56% !important;
  right: 13px !important;
}
.el-menu--vertical .el-menu--popup {
  border-radius: 0;
  border: 1px solid rgba(203, 207, 216, 0.5) !important;
  -webkit-box-shadow: 0 1px 4px rgba(193, 198, 209, 0.5) !important;
          box-shadow: 0 1px 4px rgba(193, 198, 209, 0.5) !important;
}
.el-menu--vertical .is-opened > .el-submenu__title {
  color: #4D8BFF !important;
}

.header-message-popover {
  padding: 0 !important;
}
.header-message-popover ul {
  padding-top: 10px;
}
.header-message-popover ul li {
  height: 60px;
  cursor: pointer;
  padding: 5px 10px;
}
.header-message-popover ul li:not(:last-child):hover {
  background-color: rgba(102, 177, 255, 0.3);
}
.header-message-popover ul li:last-child {
  height: 40px;
  padding: 0;
}

html {
  height: 100%;
}

body {
  padding: 0;
  height: 100%;
  margin: initial;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
  font-size: 12px;
  background: #F8F8FA;
}

a:focus,
a:active {
  outline: none;
}

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

.bg-white {
  background-color: #ffffff;
}

.el-button--primary {
  background-color: #4285F4 !important;
  border-color: #4285F4 !important;
}

.el-button--primary.is-disabled {
  background-color: #dbc3a7 !important;
  border-color: #dbc3a7 !important;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pd-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.border-bottom {
  border-bottom: 1px solid #dfe4ed;
}

.p-10 {
  padding: 10px;
}

.text-c {
  text-align: center;
}
