
.app-main[data-v-078753dd] {
    z-index: 1;
}

.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;
}
/**
* 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 */
.title[data-v-71fddc4a] {
  color: #23262e;
  font-size: 20px;
  text-align: center;
}
.content[data-v-71fddc4a] {
  max-height: 460px;
  color: #686f80;
  font-size: 18px;
  margin-top: 28px;
}
.message-list-box[data-v-b3046ada] {
  max-height: 460px;
  overflow-y: auto;
  border: 1px solid #dfdfdf;
  border-right: none;
  border-left: none;
  padding: 20px 11px;
}
.message-list-box .list[data-v-b3046ada] {
  margin-top: 30px;
}
.message-list-box .list[data-v-b3046ada]:nth-of-type(1) {
  margin-top: 0;
}
.message-list-box .list .list-top[data-v-b3046ada] {
  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;
}
.message-list-box .list .list-top .title[data-v-b3046ada] {
  color: #23262e;
  font-size: 18px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 50px;
}
.message-list-box .list .list-top .time[data-v-b3046ada] {
  color: #686f80;
  font-size: 14px;
}
.message-list-box .list .list-top .right-icon[data-v-b3046ada] {
  width: 14px;
  height: 14px;
  margin-left: 2px;
}
.message-list-box .list .list-top .cirle[data-v-b3046ada] {
  width: 8px;
  height: 8px;
  margin-right: 6px;
}
.message-list-box .list .list-top .cirle .cirle-son[data-v-b3046ada] {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #e30f19;
}
.message-list-box .list .list-bottom[data-v-b3046ada] {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.message-list-box .list .list-bottom .content[data-v-b3046ada] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.message-btn-box[data-v-b3046ada] {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.message-btn-box .message-btn[data-v-b3046ada] {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #b6bdcb;
  padding: 6px 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #686f80;
  font-size: 14px;
  font-weight: 700;
}
.message-btn-box .message-btn img[data-v-b3046ada] {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}

.showRightPanel {
  overflow: hidden;
  position: relative;
  width: calc(100% - 15px);
}

.rightPanel-background[data-v-1e488bfb] {
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: opacity 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  background: rgba(0, 0, 0, 0.2);
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  position: fixed;
  z-index: -1;
}
.rightPanel[data-v-1e488bfb] {
  background: #fff;
  z-index: 3000;
  position: fixed;
  height: 100vh;
  width: 100%;
  max-width: 260px;
  top: 0px;
  left: 0px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.25s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: all 0.25s cubic-bezier(0.7, 0.3, 0.1, 1);
  -webkit-transform: translate(100%);
          transform: translate(100%);
  z-index: 40000;
  left: auto;
  right: 0px;
}
.show[data-v-1e488bfb] {
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.show .rightPanel-background[data-v-1e488bfb] {
  z-index: 20000;
  opacity: 1;
  width: 100%;
  height: 100%;
}
.show .rightPanel[data-v-1e488bfb] {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.handle-button[data-v-1e488bfb] {
  position: absolute;
  left: -48px;
  border-radius: 6px 0 0 6px !important;
  width: 48px;
  height: 48px;
  pointer-events: auto;
  z-index: 0;
  cursor: pointer;
  pointer-events: auto;
  font-size: 24px;
  text-align: center;
  color: #fff;
  line-height: 48px;
}
.handle-button i[data-v-1e488bfb] {
  font-size: 24px;
  line-height: 48px;
}
.app-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.app-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.main-container {
  position: relative;
}

.hamburger {
  font-size: 16px;
  color: #5a5e66;
  line-height: 16px;
  height: 100%;
  cursor: pointer;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  background: #fff;
  padding: 0 4px;
}

.app-main {
  height: 100%;
  overflow: auto;
  min-height: auto;
  position: relative;
}
.app-main .app-home {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 12px 12px 12px 0;
  overflow: hidden;
}
.app-main .app-class {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.password-dialog .new-password {
  position: relative;
}
.password-dialog .new-password .el-input__inner {
  height: 42px;
  line-height: 42px;
}
.password-dialog .new-password .strong-level {
  position: absolute;
  width: 30%;
  height: 70%;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.password-dialog .new-password .strong-level span {
  width: 33.333333%;
  height: 100%;
  text-align: center;
  font-size: 12px;
  background-color: #ededed;
}
.password-dialog .new-password .strong-level .bg-red {
  background-color: red;
  color: #fff;
}
.password-dialog .new-password .strong-level .bg-yellow {
  background-color: orange;
  color: #fff;
}
.password-dialog .new-password .strong-level .bg-green {
  background-color: green;
  color: #fff;
}
.password-dialog .strong-progress .el-form-item {
  padding-top: 0 !important;
}
.password-dialog .strong-progress .el-form-item .el-form-item__label {
  display: none;
}
.password-dialog .strong-progress .el-form-item .el-form-item__content {
  min-height: auto;
}
.password-dialog .strong-progress .strength .strength-progress {
  position: relative;
  height: 10px;
  background-color: aquamarine;
  border-radius: 100px;
  overflow: hidden;
  padding: 0 1px;
}
.password-dialog .strong-progress .strength .strength-progress::before, .password-dialog .strong-progress .strength .strength-progress::after {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: white;
  top: 0;
  left: calc(100% / 3);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 999;
}
.password-dialog .strong-progress .strength .strength-progress::after {
  left: calc(100% / 3 * 2);
}
.password-dialog .strong-progress .strength .strength-bg {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(red), color-stop(0, orange), color-stop(0, green));
  background: linear-gradient(to right, red calc(100% / 3), orange 0 calc(100% / 3 * 2), green 0);
  border-radius: 100px;
}
.password-dialog .strong-progress .strength .strength-mack {
  width: 100%;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #eee;
  background: #eee;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.password-dialog .strong-progress .strength .strength-describe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.password-dialog .strong-progress .strength .strength-describe .strength-describe-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 2em;
}
.password-dialog .strong-progress .strength .strength-describe .strength-describe-item:nth-child(1) {
  color: red;
}
.password-dialog .strong-progress .strength .strength-describe .strength-describe-item:nth-child(2) {
  color: orange;
}
.password-dialog .strong-progress .strength .strength-describe .strength-describe-item:nth-child(3) {
  color: green;
}
.password-dialog .password-tips {
  display: inline-block;
  padding-left: 12px;
}

.title-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #23262e;
  font-size: 20px;
  font-weight: bold;
  padding: 14px 16px;
  background-color: var(--primary-shallow-bgColor);
}
.title-header img {
  width: 40px;
  height: auto;
  margin-right: 10px;
}
.title-header .ai-title {
  width: 90px;
  height: auto;
  margin-right: 0;
}

.content-box-laout {
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(#e7effe), to(#f1f0f9));
  background: linear-gradient(180deg, #e7effe 0%, #f1f0f9 100%);
}

.content-menu {
  margin-right: 8px;
  background-color: transparent;
  border-radius: 6px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sidebar-wrapper {
  background: transparent !important;
}

.sidebar-wrapper .el-scrollbar {
  background: transparent !important;
}

.sidebar-wrapper .scrollbar-banner {
  padding: 4px !important;
}
.sidebar-wrapper .scrollbar-banner .el-scrollbar__view > .el-menu {
  background: transparent !important;
}

.sidebar-wrapper .scrollbar-banner .el-scrollbar__view .el-menu-item {
  border-radius: 8px !important;
}

.el-menu {
  background-color: transparent;
}

.hamburger-icon {
  padding: 9px 4px 0 17px;
  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;
  cursor: pointer;
}
.hamburger-icon .h-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hamburger-icon .h-l img {
  width: 38px;
  height: auto;
}
.hamburger-icon .h-l .ai-title {
  width: 100px;
  height: auto;
  margin-left: 4px;
}
.hamburger-icon .h-r {
  height: 18px;
}
.hamburger-icon .h-r img {
  width: 18px;
  height: 18px;
}

.sidebar-container {
  background: transparent !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.content-user {
  width: 100%;
  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: 0 12px;
}
.content-user .pwd-box {
  cursor: pointer;
  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;
}
.content-user .pwd-box img {
  width: 16px;
  height: 16px;
}
.content-user .user-data {
  color: #23262e;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.content-user .user-data .user-name {
  margin-left: 7px;
}

.user-img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #DEE1E8;
  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;
}
.user-img .msg-icon {
  position: absolute;
  width: 10px;
  height: 10px;
  right: 0px;
  top: 0px;
  border-radius: 50%;
  background-color: #E30F19;
}
.user-img .user-icon {
  width: 20px;
  height: 20px;
}
.user-img img {
  width: 20px;
  height: 20px;
}

.user-data-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.user-content {
  margin-bottom: 12px;
  padding-bottom: 12px;
  padding-right: 16px;
  border-bottom: 1px solid #EEEEEE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-content .user-data-content {
  margin-left: 7px;
}
.user-content .user-data-content .name {
  color: #23262e;
  font-size: 13px;
  font-weight: bold;
}
.user-content .user-data-content .email {
  color: #949ba8;
  font-size: 12px;
}

.user-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #23262e;
  font-size: 14px;
  cursor: pointer;
}
.user-btn img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.user-btn-mb {
  margin-bottom: 12px;
}

.dialog-content {
  text-align: center;
  width: 100%;
  color: #23262e;
  font-size: 18px;
}

.dialog-footer {
  margin-top: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-form .forget {
  display: block;
  font-size: 14px;
  color: #686f80;
  letter-spacing: 0.5px;
  line-height: 20px;
  margin: auto 0 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}
.login-form .el-button {
  margin-top: 48px;
  width: 100%;
  height: 56px;
  line-height: 24px;
  padding: 0;
  letter-spacing: 18px;
  font-size: 18px;
  font-weight: 400;
}
.login-form .el-button .el-icon-loading {
  letter-spacing: normal;
}
.login-form .btn-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.login-form .btn-banner .el-button {
  letter-spacing: 5px;
}
.login-form .show-password {
  position: absolute !important;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-form .form-item .el-form-item {
  padding: 12px 0 30px 0;
}
.login-form .form-item .el-form-item .el-form-item__label {
  top: 4px !important;
  left: 12px !important;
}
.login-form .form-item:last-child .el-form-item {
  padding: 12px 0 4px 0;
}
.login-form .form-item .is-error .cube-icon.form-item-error {
  top: 16px;
}
.login-form .form-item .el-input__inner {
  height: 42px;
  line-height: 42px;
}
.login-form .code-form-item {
  position: relative;
}
.login-form .code-form-item input {
  padding-right: 40%;
}
.login-form .code-form-item .code-item {
  position: absolute;
  width: 35%;
  letter-spacing: 2px;
  margin: 0;
  height: 70%;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  font-size: 11px;
  cursor: pointer;
}

.login-form-forget {
  -webkit-transform: none;
          transform: none;
}
.login-form-forget .el-row {
  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;
  width: 100%;
}
.login-form-forget .el-row .el-col {
  width: 100%;
  padding: 0 44px;
}

.sidebar-wrapper .scrollbar-banner .el-scrollbar__view .el-menu-item span {
  margin-left: 0.08rem;
}

.sidebar-wrapper .scrollbar-banner .el-scrollbar__view .el-menu-item svg {
  margin-right: 0 !important;
}

.sidebar-wrapper .scrollbar-banner .el-scrollbar__view .el-submenu__title svg {
  margin-right: 0 !important;
}

.sidebar-wrapper .scrollbar-banner .el-scrollbar__view .el-submenu__title span {
  margin-left: 0.08rem;
}

.hideSidebar .collapse-container .scrollbar-banner .el-submenu > .el-submenu__title > span {
  display: none !important;
}

.sidebar-wrapper .scrollbar-banner .el-scrollbar__view .el-submenu__title span, .sidebar-wrapper .scrollbar-banner .el-scrollbar__view .el-menu-item span {
  display: inline-block !important;
}

.sidebar-wrapper .scrollbar-banner .el-menu-item.is-active {
  color: var(--primary-menu-color) !important;
}
.sidebar-wrapper .scrollbar-banner .el-menu-item.is-active:hover {
  color: var(--primary-menu-color) !important;
}

.sidebar-wrapper .scrollbar-banner .el-menu-item.is-active .menuitem-icon .cube-icon-symbol {
  color: var(--primary-menu-color) !important;
}

.el-tooltip {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.sidebar-wrapper .scrollbar-banner .el-menu-item.is-active {
  background: var(--primary-main-color) !important;
}

.el-menu {
  background-color: transparent !important;
}

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

.no-read {
  width: 16px;
  height: 16px;
  font-size: 12px;
  background-color: #E30F19;
  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;
  margin-left: 8px;
  border-radius: 50%;
  color: #FFFFFF;
  line-height: 12px;
}

body {
  height: 100%;
}

.tags-view-container .tags-menu {
  z-index: 20000 !important;
}

.suspended-dialog, .suspended-dialog.el-dialog {
  min-width: 0;
}

:root {
  --primary-main-color: #3D54D9;
  --primary-menu-color: #fff;
  --primary-nav-color: #E4E7F1;
  --primary-deep-bgColor: linear-gradient(180deg, #e7effe 0%, #f1f0f9 100%);
  --primary-shallow-bgColor: #FFFFFD;
  --primary-login-bgColor: #E6F2FF;
}

body {
  --cube-button-contained-primary-bg-color: #3D54D9;
  --side-bar-item-active-bg-color: #3D54D9 !important;
  --cube-button-plain-default-font-color: #5B677d !important;
  --side-bar-item-hover-font-color: #fff !important;
  --side-bar-item-hover-bg-color: #C7D6F7 !important;
}
