
body {
  height: 100%;
  min-width: 1200px;
}


.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: white;
  menuActiveText: #5aaafd;
  subMenuActiveText: #3e8ddc;
  menuBg: #135091;
  menuHover: rgba(200, 200, 200, 0.2);
  subMenuBg: #135091;
  subMenuHover: rgba(200, 200, 200, 0.2);
  sideBarWidth: 180px;
  menuActive: #3e8ddc;
}
.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 #9CA7B0;
  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 .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: #fff;
  font-size: 12px;
  width: 100%;
  height: 100%;
}
.tags-view-container .tags-view-wrapper > a .tags-view-item[data-v-fac8ca64]:hover {
  background: #fff;
}
.tags-view-container .tags-view-wrapper > a .tags-view-item[data-v-fac8ca64]:focus {
  background: #fff;
}
.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: #fff;
}
.tags-view-container .tags-view-wrapper > a .el-icon-close[data-v-fac8ca64] {
  background: #fff;
  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;
}

.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: white;
  menuActiveText: #5aaafd;
  subMenuActiveText: #3e8ddc;
  menuBg: #135091;
  menuHover: rgba(200, 200, 200, 0.2);
  subMenuBg: #135091;
  subMenuHover: rgba(200, 200, 200, 0.2);
  sideBarWidth: 180px;
  menuActive: #3e8ddc;
}
.app-wrapper[data-v-7b3f06e2] {
  position: relative;
  height: 100%;
  width: 100%;
}
.app-wrapper[data-v-7b3f06e2]:after {
  content: "";
  display: table;
  clear: both;
}
.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%;
}
/**
* 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 */
.cnd-icon[data-v-f142be86] {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.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;
}
@charset "UTF-8";
.header-message[data-v-212096bd] {
  position: relative;
}
.header-message .unread-total[data-v-212096bd] {
  position: absolute;
  top: 5px;
  right: -2px;
  width: 17px;
  height: 17px;
  background-color: red;
  color: #ffffff;
  border-radius: 50%;
  font-size: 12px;
  padding: 0 2px 0 0;
  margin: 0;
  pointer-events: none;
}
.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%;
}
.header-message-popover .message-banner[data-v-212096bd] {
  position: relative;
  padding: 10px;
}
.header-message-popover .message-banner ul[data-v-212096bd] {
  max-height: 150px !important;
  margin-top: 5px !important;
}
.header-message-popover .message-banner ul li[data-v-212096bd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  margin-left: 10px;
  border: none !important;
  padding: 7px 5px 7px 10px !important;
}
.header-message-popover .message-banner ul li div[data-v-212096bd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
  line-height: 20px;
  width: 180px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-message-popover .message-banner ul li div .li-icon[data-v-212096bd] {
  width: 34px;
  text-align: center;
  color: #409EFF;
  padding: 2px 4px;
  background: rgba(0, 153, 255, 0.11);
  border-radius: 2px;
}
.header-message-popover .message-banner ul li div .li-value[data-v-212096bd] {
  width: 130px;
  color: rgb(51, 51, 51);
  margin-left: 15px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-message-popover .message-banner .btn-close[data-v-212096bd] {
  color: rgb(144, 157, 153);
  font-size: 12px;
  padding: 5px 0;
}
.header-message-popover .message-banner .btn-close span i[data-v-212096bd] {
  margin-left: 12px !important;
}
.header-message-popover .message-banner .btn-more[data-v-212096bd] {
  position: absolute !important;
  right: 10px !important;
  top: 9px !important;
  color: #606266 !important;
  z-index: 99 !important;
  font-size: 12px;
}
.scrollable-list[data-v-212096bd] {
  max-height: 300px; /* 固定高度触发滚动 */
  overflow-y: auto;
  padding: 0;
  margin: 0;
  list-style: none;
}
.loading-text[data-v-212096bd], .no-more-text[data-v-212096bd] {
  text-align: center;
  padding: 10px;
  color: #999;
  font-size: 12px;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
[data-v-212096bd] .el-tabs__header {
  background: none;
  padding: 0 20px !important;
  margin: 4px 0 !important;
}
[data-v-212096bd] .el-tabs__header .el-tabs__item {
  height: 28px;
  line-height: 28px;
}
[data-v-212096bd] .el-tabs__header .el-tabs__active-bar {
  height: 4px;
}
[data-v-212096bd] .el-tabs__header .tab-header-label {
  position: relative;
}
[data-v-212096bd] .el-tabs__header .tab-header-label-num {
  background-color: red;
  border-radius: 50%;
  font-size: 12px;
  position: absolute;
  right: -16px;
  top: 0px;
  width: 17px;
  height: 17px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
}
[data-v-212096bd] .el-tabs__content {
  height: 90%;
}
[data-v-212096bd] .el-tabs {
  border: none !important;
}
@charset "UTF-8";
@font-face {
  font-family: "SanJiChunLianZiTiJian";
  /* 设置字体名称 */
  src: url(../../assets/fonts/SanJiChunLianZiTiJian-2.ttf) format("truetype");
  /* 引入字体文件 */
  font-weight: normal;
  font-style: normal;
}
.annual-review .btn {
  margin-top: 6px;
  width: 102px;
  height: 36px;
  border-radius: 18px;
  color: white;
  background-image: -webkit-gradient(linear, left bottom, right top, from(#fd004c), color-stop(#fe9000), color-stop(#fff020), color-stop(#3edf4b), color-stop(#3363ff), color-stop(#b102b7), to(#fd004c));
  background-image: linear-gradient(to top right, #fd004c, #fe9000, #fff020, #3edf4b, #3363ff, #b102b7, #fd004c);
  font-size: 16px;
  font-weight: bold;
  position: relative;
  letter-spacing: 2px;
}
.annual-review .btn:after {
  content: attr(data-content);
  position: absolute;
  top: 0.1em;
  left: 0.1em;
  right: 0.1em;
  bottom: 0.1em;
  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;
  background-color: #125092;
  border-radius: 18px;
}
.annual-review .btn:hover {
  cursor: pointer;
}
.annual-review .report {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
}
.annual-review .report-container {
  width: 100vw;
  /* 宽度相对于视口宽度 */
  height: 100vh;
  /* 高度相对于视口高度 */
  overflow: hidden;
  /* 隐藏溢出部分 */
  position: relative;
}
.annual-review .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.5;
  /* 调整透明度 */
  z-index: 1;
  /* 确保遮罩层在图片上方 */
}
.annual-review .carousel-container {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.annual-review .image-container {
  width: 100vw;
  height: 100vh;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.annual-review .close-button {
  position: fixed;
  top: 0;
  right: 26px;
  cursor: pointer;
  font-size: 40px;
  color: #000;
  z-index: 3;
}
.annual-review .text-container {
  font-family: SanJiChunLianZiTiJian;
  position: absolute;
  width: 50vh;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 22px;
}
.annual-review .text-container p {
  margin: 12px 0;
  line-height: 1em;
}
.annual-review .text-footer {
  position: absolute;
  color: #7eb5ce;
  font-family: none;
  line-height: 1.5;
  width: 50vh;
  top: 76%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2vh;
  text-align: center;
}
.annual-review .echart-container {
  width: 100vh;
  height: 50vh;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.annual-review .myChart {
  width: 50%;
  height: 95%;
  position: absolute;
  top: 68%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.annual-review .qr-code {
  top: 135%;
  left: 30%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.annual-review .qr-code-image {
  margin-bottom: -1vh;
  height: 10vh;
}
.annual-review .qr-code-text {
  font-size: 1.5vh;
  color: #f8f8fa;
  line-height: 1;
  text-align: center;
}
.navbar {
  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 {
  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 {
  width: 35%;
  height: 500px;
  border-radius: 2px;
}
.navbar .fixed_mask .operate_wrap .title {
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #dfe4ed;
}
.navbar .fixed_mask .operate_wrap .pwd_tip {
  font-size: 12px;
  color: #999;
  margin: 4px 0 0 100px;
}
.navbar .fixed_mask .operate_wrap .el-form {
  padding: 10px 0;
}
.navbar .fixed_mask .operate_wrap .el-form .el-row {
  margin-bottom: 10px;
}
.navbar .fixed_mask .operate_wrap .el-form .el-row:nth-child(4) {
  margin-bottom: 0;
}
.navbar .fixed_mask .message_wrap {
  width: 700px;
  height: 500px;
  border-radius: 2px;
  position: relative;
}
.navbar .fixed_mask .message_wrap .title {
  margin: 5px 0 0 0;
  padding: 10px;
  border-bottom: 1px solid #dfe4ed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
}
.navbar .fixed_mask .message_wrap .title .cnd-close {
  cursor: pointer;
}
.navbar .fixed_mask .message_wrap .content {
  margin: 15px;
  min-height: 300px;
  max-height: 370px;
  margin-bottom: 15px;
  overflow-y: auto;
}
.navbar .fixed_mask .message_wrap .content .message-wrap {
  margin-bottom: 10px;
}
.navbar .fixed_mask .message_wrap .content .message-wrap .message-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px;
  height: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.navbar .fixed_mask .message_wrap .content .message-wrap .message-header .message-title {
  font-size: 14px;
  font-weight: 600;
}
.navbar .fixed_mask .message_wrap .content .message-wrap .message-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #dfe4ed;
  line-height: 22px;
  padding: 5px;
}
.navbar .fixed_mask .message_wrap .content .message-wrap .message-content .con-name {
  padding-left: 10px;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navbar .fixed_mask .message_wrap .content .message-wrap .message-content .con-name .name {
  display: inline-block;
  max-width: 270px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 3px;
}
.navbar .fixed_mask .message_wrap .content .message-wrap .message-content .con-type {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navbar .fixed_mask .message_wrap .content .message-wrap .message-content .con-switch {
  width: 100px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.navbar .fixed_mask .message_wrap .message-pagination {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.navbar .fixed_mask .el-form-item {
  margin-bottom: 0;
}
.navbar .fixed_mask .el-form-item .el-form-item__content, .navbar .fixed_mask .el-form-item .el-form-item__label {
  line-height: 28px;
}
.navbar .fixed_mask .el-form-item.is-error {
  margin-bottom: 15px;
}
.navbar .fixed_mask .btn-action {
  text-align: right;
  padding: 10px;
  border-top: 1px solid #dfe4ed;
}
.navbar .fixed_mask .show-pwd {
  position: absolute;
  right: 10px;
  top: 2px;
  font-size: 20px;
  color: #889aa4;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.navbar .hamburger-container {
  line-height: 42px;
  height: 100%;
  cursor: pointer;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-tap-highlight-color: transparent;
}
.navbar .hamburger-container:hover {
  background: rgba(0, 0, 0, 0.025);
}
.navbar .breadcrumb-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.navbar .errLog-container {
  display: inline-block;
  vertical-align: top;
}
.navbar .right-menu {
  height: 100%;
  line-height: 46px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.navbar .right-menu:focus {
  outline: none;
}
.navbar .right-menu .right-menu-item {
  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 {
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.navbar .right-menu .right-menu-item.hover-effect:hover {
  background: rgba(0, 0, 0, 0.025);
}
.navbar .right-menu .avatar-container {
  margin-right: 10px;
}
.navbar .right-menu .avatar-container .avatar-wrapper {
  position: relative;
}
.navbar .right-menu .avatar-container .avatar-wrapper .user-avatar {
  cursor: pointer;
  width: 34px;
  height: 34px;
  border-radius: 20px;
}
.navbar .right-menu .avatar-container .avatar-wrapper .el-icon-caret-bottom {
  cursor: pointer;
  position: absolute;
  right: -20px;
  top: 15px;
  font-size: 12px;
}
.navbar .right-menu .avatar-container .avatar-wrapper .cnd-username {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.position-area[data-v-33ec43fc] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.flexC[data-v-de70a94e] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.adaptive-dialog {
  width: 50% !important;
  margin: 0 auto !important;
  position: absolute !important;
  top: 45% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  /* 1921px ~ 2560px */
  /* 2561px ~ 2999px */
  /* 3000px+ */
}
@media screen and (min-width: 1921px) {
.adaptive-dialog {
    width: 40% !important;
}
}
@media screen and (min-width: 2561px) {
.adaptive-dialog {
    width: 35% !important;
}
}
@media screen and (min-width: 3000px) {
.adaptive-dialog {
    width: 30% !important;
}
}
.details {
  /* 2561px ~ 2999px */
  /* 3000px+ */
}
@media screen and (min-width: 1921px) {
.details {
    min-height: 325px !important;
    max-height: 630px !important;
}
.details-content {
    min-height: 225px !important;
    max-height: 450px !important;
}
}
@media screen and (min-width: 2561px) {
.details {
    min-height: 350px !important;
    max-height: 650px !important;
}
.details-content {
    min-height: 250px !important;
    max-height: 470px !important;
}
}
@media screen and (min-width: 3000px) {
.details {
    min-height: 380px !important;
    max-height: 700px !important;
}
.details-content {
    min-height: 280px !important;
    max-height: 520px !important;
}
}
.tab-message-container[data-v-343a2d3c] {
  position: relative;
}
.tab-message-container .close-btn[data-v-343a2d3c] {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tab-title[data-v-343a2d3c] {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tab-title-bg[data-v-343a2d3c] {
  background-color: rgb(24, 144, 255);
  color: #fff;
  padding: 0 7px;
}
.details[data-v-343a2d3c] {
  margin: 0 auto 48px auto;
  padding: 0 10px;
  width: 94%;
  min-height: 300px;
  max-height: 550px;
}
.details-title[data-v-343a2d3c] {
  font-size: 20px;
  color: rgb(85, 85, 85);
  line-height: 28px;
  text-align: center;
}
.details-hint[data-v-343a2d3c] {
  font-size: 14px;
  color: rgb(144, 157, 153);
  line-height: 20px;
  text-align: center;
}
.details-hint span[data-v-343a2d3c] {
  font-size: 13px;
  display: inline-block;
  padding: 0 10px;
}
.details-line[data-v-343a2d3c] {
  width: 100%;
  height: 1px;
  margin: 5px auto 0 auto;
}
.details-content[data-v-343a2d3c] {
  min-height: 200px;
  max-height: 370px;
  padding: 20px;
  overflow-y: auto;
  border-top: 1px solid #dfe4ed;
  border-bottom: 1px solid #dfe4ed;
  text-align: inherit;
}
.details-upload-file[data-v-343a2d3c] {
  padding-left: 20px;
  text-align: left;
  color: rgb(24, 144, 255);
  font-size: 14px;
  cursor: pointer;
  max-height: 105px;
  overflow: auto;
}
.details-upload-file p[data-v-343a2d3c] {
  margin-bottom: 15px;
}
.read-all[data-v-343a2d3c] {
  color: rgb(85, 85, 85);
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  margin-left: 20px;
}
[data-v-343a2d3c] .el-dialog__header,[data-v-343a2d3c] .el-dialog__body {
  padding: 0 !important;
}
[data-v-343a2d3c] .el-dialog__header .el-tabs__header,[data-v-343a2d3c] .el-dialog__body .el-tabs__header {
  padding-right: 30px !important;
}
[data-v-343a2d3c] .el-dialog__header .el-dialog__headerbtn {
  z-index: 99;
  top: 13px;
  right: 7px;
}
[data-v-343a2d3c] .el-tabs__nav .el-tabs__item {
  padding: 0;
  width: 150px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-v-343a2d3c] .el-tabs--top.el-tabs--border-card > .el-tabs__header .el-tabs__item:nth-child(2) {
  padding: 0 !important;
}
[data-v-343a2d3c] .el-tabs--top.el-tabs--border-card > .el-tabs__header .el-tabs__item:last-child {
  padding-right: 0 !important;
}
[data-v-078753dd]:export {
  menuText: white;
  menuActiveText: #5aaafd;
  subMenuActiveText: #3e8ddc;
  menuBg: #135091;
  menuHover: rgba(200, 200, 200, 0.2);
  subMenuBg: #135091;
  subMenuHover: rgba(200, 200, 200, 0.2);
  sideBarWidth: 180px;
  menuActive: #3e8ddc;
}
.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;
  z-index: 1;
}
.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;
}

.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;
}
[data-v-13877386]:export {
  menuText: white;
  menuActiveText: #5aaafd;
  subMenuActiveText: #3e8ddc;
  menuBg: #135091;
  menuHover: rgba(200, 200, 200, 0.2);
  subMenuBg: #135091;
  subMenuHover: rgba(200, 200, 200, 0.2);
  sideBarWidth: 180px;
  menuActive: #3e8ddc;
}
.app-wrapper[data-v-13877386] {
  position: relative;
  height: 100%;
  width: 100%;
}
.app-wrapper[data-v-13877386]:after {
  content: "";
  display: table;
  clear: both;
}
.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: 2002;
}
.hideSidebar .fixed-header[data-v-13877386] {
  width: calc(100% - 54px);
}
.mobile .fixed-header[data-v-13877386] {
  width: 100%;
}
@charset "UTF-8";

#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;
}
#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: 2;
  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;
  color: #fff;
}
#nav-container .sidebar-container .el-menu .el-submenu__icon-arrow {
  right: 10px;
  color: #fff;
}
#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 {
  border-left: 3px solid #e7110f;
}
#nav-container .sidebar-container .submenu-title-noDropdown:hover,
#nav-container .sidebar-container .el-submenu__title:hover {
  background-color: rgba(200, 200, 200, 0.2) !important;
}
#nav-container .sidebar-container .is-opened.customize-submenu-0 > .el-submenu__title {
  color: #fff !important;
  background-color: #3e8ddc !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: rgba(200, 200, 200, 0.2) !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;
}
#nav-container .sidebar-logo-container .sidebar-logo-link {
  height: 100%;
  width: 100%;
  background-color: #fff;
}
#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 {
  margin: 0 auto;
  width: 80%;
  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: 280px;
  height: auto;
}
.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: #000;
  position: absolute;
  left: 46px;
  bottom: 30px;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.5);
  /*半透明的黑色背景*/
  padding: 5px 10px 10px 10px;
  /*文字周围的间距*/
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.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;
}

.login-container {
  min-width: 900px;
  height: 100%;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}
.login-container .login-form {
  position: relative;
  width: 320px;
  height: 320px;
  padding: 50px 40px 40px 40px;
  margin-left: 83px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.login-container .login-form.login-form-special {
  background: rgba(0, 0, 0, 0.3);
  border: none;
  -webkit-box-shadow: 0 4px 6px rgba(255, 255, 255, 0.5);
          box-shadow: 0 4px 6px rgba(255, 255, 255, 0.5);
}
.login-container .login-form .login-forget {
  color: #262626;
  margin: 0 0 0 auto;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.login-container .login-form .forget-pass {
  font-size: 12px;
  color: rgb(62, 141, 220);
  text-align: right;
  margin-bottom: 42px;
}
.login-container .tips {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}
.login-container .tips span:first-of-type {
  margin-right: 16px;
}
.login-container .svg-container {
  padding: 6px 5px 6px 15px;
  color: #889aa4;
  vertical-align: middle;
  width: 30px;
  display: inline-block;
}
.login-container .title-container {
  position: relative;
  margin-left: -40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-container .title-container .small-rect {
  display: inline-block;
  width: 8px;
  height: 32px;
  background: rgb(62, 141, 220);
}
.login-container .title-container .title {
  font-size: 26px;
  color: #262626;
  margin: 0 0 0 33px;
  font-weight: bold;
}
.login-container .title-container .loadtitle {
  padding-left: 40px;
  height: 40px;
  display: block;
  margin: 0 auto;
}
.login-container .title-container .set-language {
  color: #fff;
  position: absolute;
  top: 3px;
  font-size: 18px;
  right: 0px;
  cursor: pointer;
}
.login-container .show-pwd {
  position: absolute;
  right: 10px;
  top: 2px;
  font-size: 20px;
  color: #889aa4;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.login-container .thirdparty-button {
  position: absolute;
  right: 0;
  bottom: 6px;
}
@media only screen and (max-width: 470px) {
  .login-container .thirdparty-button {
    display: none;
  }
}
.login-container .form-footer {
  font-size: 11px;
  text-align: center;
  color: #454545;
}
.login-container .beian {
  line-height: 14px;
}
.login-container .beian-img {
  vertical-align: top;
  opacity: 1;
  height: 14px;
  width: 14px;
}
.login-container .tolink {
  cursor: pointer;
  margin-right: 4px;
  margin-left: 4px;
}
.login-container .tolink:hover {
  color: #3e8ddc;
}
.login-container .copyright {
  margin-right: 2px;
}
.login-container .login-form-special .login-forget {
  color: #fff;
}
.login-container .login-form-special .login-forget:hover {
  color: #3e8ddc;
}
.login-container .login-form-special .tolink {
  color: #fff;
}
.login-container .login-form-special .tolink:hover {
  color: #3e8ddc;
}
.login-container .login-form-special .copyright {
  color: #fff;
}

.ie-tips .el-message-box__header {
  display: none;
}
.ie-tips .el-message-box__btns {
  padding-top: 0px;
}

.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: #3e8ddc !important;
}

.header-message-popover {
  padding: 0 !important;
}
.header-message-popover .message-banner h4 {
  margin: 10px;
}
.header-message-popover .message-banner ul {
  max-height: 400px;
  overflow: auto;
}
.header-message-popover .message-banner .message-font {
  cursor: pointer;
  padding: 10px 5px 10px 10px;
  margin: 0;
}
.header-message-popover .message-banner .message-font p {
  display: -webkit-box;
  overflow: hidden;
  /*autoprefixer:off*/
  -webkit-box-orient: vertical;
  /*autoprefixer:on*/
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  margin: 0;
  font-size: 13px;
}
.header-message-popover .message-banner .message-font span {
  font-size: 9px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding-left: 8px;
}
.header-message-popover .message-banner .message-font:hover {
  background-color: rgba(102, 177, 255, 0.3);
}

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: #3E8DDC;
  border-color: #3E8DDC;
}

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

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

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

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

.w100 {
  width: 100%;
}

.p-10 {
  padding: 10px;
}

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